@media all and (max-width: 640px) {
  .pancake-tips {
    height: 195px;
  }
  .pancake-tips > img {
    width: 300px;
    top: 0;
    left: -80px;
  }
  .pancake-tips .pancake-tips-content {
    padding-left: 220px;
    padding-right: 15px;
    margin-top: 0;
  }
  .pancake-tips .pancake-tips-content .pancake-tip {
    font-size: 16px;
  }
  .pancake-tips .pancake-tips-content .pancake-tip-link {
    display: none;
    float: left;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 135px;
  }
  .pancake-tips .pancake-tips-content .pancake-tip-link span {
    top: 2px;
    left: 2px;
  }
  .pancake-tips .pancake-tips-content .pancake-tip-link.selected {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .pancake-tips {
    height: 215px;
  }
  .pancake-tips > img {
    width: 230px;
    top: auto;
    left: -90px;
    bottom: 0;
  }
  .pancake-tips .pancake-tips-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
  }
  .pancake-tips .pancake-tips-content .pancake-tip {
    font-size: 16px;
  }
  .pancake-tips .pancake-tips-content .pancake-tip-link {
    display: none;
    float: left;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 135px;
  }
  .pancake-tips .pancake-tips-content .pancake-tip-link,
  .pancake-tips .pancake-tips-content .pancake-tip-link + .pancake-tip-link {
    margin-left: 80px;
  }
  .pancake-tips .pancake-tips-content .pancake-tip-link.selected {
    display: block;
  }
}
/*#endregion*/
/*#region warming & storage*/
.warming-storage {
  margin: 80px auto;
}
.warming-storage .tip-header {
  text-align: center;
}
.warming-storage .ws-panel {
  display: none;
  padding: 30px;
  position: relative;
  margin-top: 40px;
}
.warming-storage .ws-panel .arrow {
  position: absolute;
  top: -25px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #0087cc;
}
.warming-storage .ws-panel .header {
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 42px;
  margin-bottom: 15px;
  text-align: center;
}
.warming-storage .ws-panel .header .close-btn {
  float: right;
}
.warming-storage .ws-panel .header .close-btn:hover {
  cursor: pointer;
}
.warming-storage .ws-panel .panel-wrapper {
  background-color: #fff;
  position: relative;
}
.warming-storage .ws-panel .panel-wrapper .share {
  right: 0;
  top: 10px;
}
.warming-storage .ws-panel .panel-wrapper .image,
.warming-storage .ws-panel .panel-wrapper .text {
  float: left;
}
.warming-storage .ws-panel .panel-wrapper .image {
  width: 40%;
}
.warming-storage .ws-panel .panel-wrapper .image img {
  max-width: 100%;
}
.warming-storage .ws-panel .panel-wrapper .text {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 22px;
  line-height: 26px;
  padding: 25px;
  width: calc(60% - 85px);
}
.warming-storage .ws-panel .panel-wrapper .text label,
.warming-storage .ws-panel .panel-wrapper .text span {
  display: block;
  margin-bottom: 15px;
}
.warming-storage .ws-panel .panel-wrapper .text ul {
  list-style-image: url("/images/recipes/tips/bullet.png");
  margin-left: 15px;
}
.warming-storage .ws-panel .panel-wrapper .text ul li {
  padding-left: 5px;
}
.warming-storage .ws-panel .panel-wrapper .text ul li + li {
  margin-top: 15px;
}
.warming-storage .ws-panel .panel-wrapper .text ul + label {
  margin-top: 15px;
}
.warming-storage .ws-panel .clearfix {
  height: 0;
}
.warming-storage .ws-viewport {
  overflow: hidden;
  height: 295px;
}
.warming-storage .ws-items {
  display: table;
  height: 100%;
  width: 300%;
}
.warming-storage .ws-items .ws-item {
  display: table-cell;
  text-align: center;
  width: 33.33333%;
  vertical-align: bottom;
}
.warming-storage .ws-items .ws-item a {
  color: #26060c;
  visibility: hidden;
}
.warming-storage .ws-items .ws-item a span {
  display: block;
  font-family: 'Poppins', Arial, sans-serif;
  margin-top: 15px;
  margin-bottom: 1px;
}
.warming-storage .ws-items .ws-item a img {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari */
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.warming-storage .ws-mobile-controller {
  text-align: center;
  margin-top: 30px;
}
.warming-storage .ws-mobile-controller span {
  color: #512513;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.warming-storage .ws-mobile-controller #ws-scroll-left,
.warming-storage .ws-mobile-controller #ws-scroll-right {
  background-color: #e4002b;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  border-radius: 100%;
  padding: 2px 10px;
  text-decoration: none;
}
.warming-storage .ws-mobile-controller #ws-scroll-left.inactive,
.warming-storage .ws-mobile-controller #ws-scroll-right.inactive {
  background-color: #999;
}
.warming-storage .ws-mobile-controller #ws-scroll-left {
  margin-right: 10px;
}
.warming-storage .ws-mobile-controller #ws-scroll-right {
  margin-left: 10px;
}
@media all and (min-width: 768px) {
  #ws-warming-panel .arrow {
    left: 95px;
  }
  #ws-freezing-panel .arrow {
    left: 335px;
  }
  #ws-reheating-panel .arrow {
    left: 580px;
  }
}
@media all and (min-width: 992px) {
  #ws-warming-panel .arrow {
    left: 130px;
  }
  #ws-freezing-panel .arrow {
    left: 445px;
  }
  #ws-reheating-panel .arrow {
    left: 765px;
  }
  .ws-items .ws-item a:hover img {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1, 1.1);
    /* Safari */
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@media all and (min-width: 1200px) {
  #ws-warming-panel .arrow {
    left: 165px;
  }
  #ws-freezing-panel .arrow {
    left: 545px;
  }
  #ws-reheating-panel .arrow {
    left: 925px;
  }
}
@media all and (max-width: 991px) {
  .warming-storage {
    margin: 40px auto;
  }
  .warming-storage .ws-viewport {
    height: 250px;
  }
  .warming-storage .ws-panel .panel-wrapper .text {
    padding: 15px;
    font-size: 18px;
    line-height: 22px;
  }
  .warming-storage .ws-panel .panel-wrapper label,
  .warming-storage .ws-panel .panel-wrapper span {
    margin-bottom: 10px;
  }
  .warming-storage .ws-item img {
    max-height: 200px;
  }
}
@media all and (max-width: 767px) {
  .warming-storage .ws-panel {
    padding: 15px;
    margin-top: 30px;
  }
  .warming-storage .ws-panel .arrow {
    display: none;
  }
  .warming-storage .ws-panel .header {
    font-size: 22px;
  }
  .warming-storage .ws-panel .header img {
    width: 20px;
  }
  .warming-storage .ws-panel .panel-wrapper .image {
    width: 100%;
    text-align: center;
  }
  .warming-storage .ws-panel .panel-wrapper .image img {
    max-height: 250px;
  }
  .warming-storage .ws-panel .panel-wrapper .text {
    font-size: 16px;
    line-height: 16px;
    padding: 20px;
    width: calc(100% - 40px);
  }
  .warming-storage .ws-panel .panel-wrapper .text ul {
    margin-left: 20px;
  }
}
@media all and (min-width: 768px) {
  .warming-storage .ws-mobile-controller {
    display: none;
  }
  .warming-storage .ws-items {
    margin-left: 0 !important;
    width: 100%;
  }
}
/*#endregion*/
/*#region touts*/
.recipe-tout {
  height: 380px;
  margin: 15px 0;
  position: relative;
}
.recipe-tout .text,
.recipe-tout .image {
  width: 50%;
}
.recipe-tout .text {
  float: left;
  height: 100%;
  position: relative;
}
.recipe-tout .text div {
  font-family: 'Poppins', Arial, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 38px;
  text-align: center;
  width: 80%;
  margin: auto;
  top: -15px;
  bottom: 75px;
  left: 0;
  right: 0;
  position: absolute;
}
.recipe-tout .text div span {
  font-size: 42px;
}
.recipe-tout .image {
  float: right;
  height: 100%;
  position: relative;
  width: 50%;
}
.recipe-tout .image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.recipe-tout#egg-tout .text div {
  height: 125px;
}
.recipe-tout#milk-tout .text div {
  height: 115px;
}
.recipe-tout#stir-in-tout .text div {
  height: 230px;
}
.recipe-tout#syrup-tout .text div {
  height: 155px;
}
@media all and (max-width: 1199px) {
  .recipe-tout .text div {
    font-size: 30px;
    line-height: 34px;
  }
  .recipe-tout .text div span {
    font-size: 38px;
  }
  .recipe-tout#egg-tout .text div {
    height: 115px;
  }
  .recipe-tout#milk-tout .text div {
    height: 140px;
  }
  .recipe-tout#stir-in-tout .text div {
    height: 240px;
  }
  .recipe-tout#syrup-tout .text div {
    height: 140px;
  }
}
@media all and (max-width: 991px) {
  .recipe-tout .text div {
    font-size: 24px;
    line-height: 28px;
  }
  .recipe-tout .text div span {
    font-size: 32px;
  }
  .recipe-tout#egg-tout .text div {
    height: 115px;
  }
  .recipe-tout#milk-tout .text div {
    height: 115px;
  }
  .recipe-tout#stir-in-tout .text div {
    height: 200px;
  }
  .recipe-tout#syrup-tout .text div {
    height: 120px;
  }
}
@media all and (max-width: 767px) {
  .recipe-tout {
    height: 320px;
  }
  .recipe-tout .text div {
    bottom: 25px;
    top: -15px;
  }
  .recipe-tout#egg-tout .text div {
    height: 150px;
  }
  .recipe-tout#milk-tout .text div {
    height: 170px;
  }
  .recipe-tout#stir-in-tout .text div {
    height: 280px;
  }
  .recipe-tout#syrup-tout .text div {
    height: 140px;
  }
}
@media all and (max-width: 639px) {
  .recipe-tout {
    height: 270px;
  }
  .recipe-tout .text div {
    font-size: 20px;
    line-height: 26px;
  }
  .recipe-tout .text div span {
    font-size: 24px;
  }
  .recipe-tout#egg-tout .text div {
    height: 135px;
  }
  .recipe-tout#milk-tout .text div {
    height: 155px;
  }
  .recipe-tout#stir-in-tout .text div {
    height: 235px;
    width: 90%;
  }
  .recipe-tout#syrup-tout .text div {
    height: 130px;
  }
}
@media all and (max-width: 479px) {
  .recipe-tout {
    height: 220px;
    width: 290px;
  }
  .recipe-tout .text div {
    font-size: 16px;
    line-height: 24px;
    bottom: 25px;
  }
  .recipe-tout .text div span {
    font-size: 22px;
  }
  .recipe-tout#milk-tout .text div {
    height: 145px;
  }
  .recipe-tout#stir-in-tout .text {
    width: 55%;
  }
  .recipe-tout#stir-in-tout .text div {
    height: 180px;
    font-size: 14px;
    line-height: 20px;
  }
  .recipe-tout#stir-in-tout .text div span {
    font-size: 20px;
  }
  .recipe-tout#stir-in-tout .image {
    width: 45%;
  }
  .recipe-tout#syrup-tout .text {
    width: 55%;
  }
  .recipe-tout#syrup-tout .text div {
    height: 140px;
  }
  .recipe-tout#syrup-tout .image {
    width: 45%;
  }
  .recipe-tout#syrup-tout .image img {
    max-width: none;
    width: 135px;
    margin-right: 0;
    margin-top: 30px;
  }
  .recipe-tout#egg-tout .text,
  .recipe-tout#egg-tout .image {
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .recipe-tout#egg-tout .text div {
    top: -55px;
  }
  .recipe-tout#egg-tout .image img {
    max-height: none;
    height: auto;
    width: 55%;
    left: 0;
    top: 70px;
  }
}
/*#endregion*/
/*#region substitutions rotator */
.substitutions {
  position: relative;
  margin-bottom: 60px;
}
.substitutions .share {
  z-index: 1;
  right: 0;
  top: 10px;
}
.substitutions .tip-header {
  text-align: center;
  margin-top: 15px;
}
.substitutions .sub-viewport {
  width: 100%;
  overflow: hidden;
  height: 380px;
  margin-top: 15px;
  position: relative;
}
.substitutions .sub-viewport .sub-items {
  width: 400%;
}
.substitutions .sub-viewport .sub-items .sub-item {
  float: left;
  width: 25%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.substitutions .sub-viewport .sub-controls {
  width: 50%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.substitutions .sub-viewport .sub-controls a {
  display: block;
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
.substitutions .sub-viewport .sub-controls a img {
  width: 16px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media all and (max-width: 767px) {
  .substitutions .sub-viewport {
    height: 350px;
    width: 575px;
    margin-left: auto;
    margin-right: auto;
  }
  .substitutions .sub-viewport .sub-controls {
    height: 40px;
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .substitutions .sub-viewport {
    height: 300px;
    width: 450px;
  }
}
@media all and (max-width: 479px) {
  .substitutions .sub-viewport {
    height: 260px;
    width: 290px;
  }
}
#tips-subs-back,
#tips-subs-forward {
  background-color: #005684;
  -moz-transition: 0.2s background-color;
  -o-transition: 0.2s background-color;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
#tips-subs-back.disabled,
#tips-subs-forward.disabled,
#tips-subs-back.dark,
#tips-subs-forward.dark {
  background-color: #002b42;
}
@media all and (min-width: 992px) {
  #tips-subs-back:hover,
  #tips-subs-forward:hover {
    background-color: #0088cc;
  }
}
/*#endregion*/
/*#region Print*/
@media print {
  .share {
    display: none;
  }
  body.pancake_tips .warming-storage,
  body.pancake_tips .substitutions {
    display: none;
  }
  body.pancake_tips .pancake-tips {
    height: auto;
    text-align: center;
  }
  body.pancake_tips .pancake-tips > img {
    position: relative;
    float: none;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto !important;
    visibility: visible !important;
  }
  body.pancake_tips .pancake-tips .pancake-tips-content {
    width: 100%;
    padding: 15px;
  }
  body.pancake_tips .pancake-tips .pancake-tips-content .pancake-tip-link {
    display: none;
  }
  body.pancake_tips .pancake-tips .pancake-tips-content .pancake-tip {
    display: block;
    margin: 5px 0;
  }
  body.pancake_tips .pancake-tips .pancake-tips-content .pancake-tip:nth-child(8)::before {
    content: "1.";
  }
  body.pancake_tips .pancake-tips .pancake-tips-content .pancake-tip:nth-child(9)::before {
    content: "2.";
  }
  body.pancake_tips .pancake-tips .pancake-tips-content .pancake-tip:nth-child(10)::before {
    content: "3.";
  }
  body.pancake_tips .pancake-tips .pancake-tips-content .pancake-tip:nth-child(11)::before {
    content: "4.";
  }
  body.pancake_tips .pancake-tips .pancake-tips-content .pancake-tip:nth-child(12)::before {
    content: "5.";
  }
  body.pancake_tips .pancake-tips .pancake-tips-content .pancake-tip:nth-child(13)::before {
    content: "6.";
  }
  body.warming .pancake-tips,
  body.freezing .pancake-tips,
  body.reheating .pancake-tips,
  body.warming .substitutions,
  body.freezing .substitutions,
  body.reheating .substitutions,
  body.warming .ws-viewport,
  body.freezing .ws-viewport,
  body.reheating .ws-viewport,
  body.warming .arrow,
  body.freezing .arrow,
  body.reheating .arrow,
  body.warming .ws-mobile-controller,
  body.freezing .ws-mobile-controller,
  body.reheating .ws-mobile-controller {
    display: none;
  }
  body.warming #ws-warming-panel {
    display: block;
  }
  body.freezing #ws-freezing-panel {
    display: block;
  }
  body.reheating #ws-reheating-panel {
    display: block;
  }
  body.substitutions .pancake-tips,
  body.substitutions .warming-storage {
    display: none;
  }
  body.substitutions .substitutions {
    display: block;
  }
  body.substitutions .sub-controls {
    display: none;
  }
  body.substitutions .sub-viewport {
    background-color: transparent;
    width: 100%;
    overflow: visible;
    margin-top: 0;
    height: auto;
  }
  body.substitutions .sub-viewport .sub-items {
    width: 100%;
  }
  body.substitutions .sub-viewport .sub-items .sub-item {
    display: block;
    width: 100%;
    overflow: hidden;
    vertical-align: top;
    position: relative;
    float: left;
    border: 1px solid #000;
  }
  body.substitutions #footer {
    clear: both;
  }
}
/*#endregion*/
/*#region perfect pancakes tout*/
.perfect-pancakes-tout {
  padding: 30px 0;
  text-align: center;
}
.perfect-pancakes-tout .tips-link {
  margin-top: 15px;
}
.perfect-pancakes-tout .header {
  color: #26060c;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 15px;
}
.perfect-pancakes-tout .header span {
  color: #bf1f19;
}
.perfect-pancakes-tout .touts {
  position: relative;
}
.perfect-pancakes-tout .touts > .clearfix {
  height: 0;
}
.perfect-pancakes-tout .touts #arrow-accent {
  position: absolute;
  right: 25px;
  top: -25px;
}
.perfect-pancakes-tout .touts .left-tout,
.perfect-pancakes-tout .touts .right-tout {
  display: inline-block;
  height: 355px;
  width: 450px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout,
.perfect-pancakes-tout .touts .right-tout .recipe-tout {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout .text div {
  font-size: 26px;
  line-height: 30px;
  top: 0;
  bottom: 0;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout .text div span,
.perfect-pancakes-tout .touts .right-tout .recipe-tout .text div span {
  font-size: 34px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .text,
.perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .image {
  height: 100%;
  width: 100%;
  position: absolute;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .text div {
  top: -170px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .image img,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .image img {
  max-height: none;
  height: auto;
  width: 65%;
  left: 0;
  top: 140px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#stir-in-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#stir-in-tout .text {
  width: 60%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#stir-in-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#stir-in-tout .text div {
  height: 330px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#stir-in-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#stir-in-tout .image {
  width: 40%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#stir-in-tout .image img,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#stir-in-tout .image img {
  max-width: 150%;
  right: -50%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#syrup-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#syrup-tout .text {
  width: 60%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#syrup-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#syrup-tout .text div {
  height: 190px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#syrup-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#syrup-tout .image {
  width: 40%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#syrup-tout .image img,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#syrup-tout .image img {
  max-width: 150%;
  right: -40%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#milk-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#milk-tout .text {
  width: 52%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#milk-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#milk-tout .text div {
  height: 190px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#milk-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#milk-tout .image {
  width: 40%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#milk-tout .image img,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#milk-tout .image img {
  max-width: 150%;
  right: -30%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .text,
.perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .text,
.perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .image,
.perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .image {
  height: 100%;
  width: 100%;
  position: absolute;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .text div,
.perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .text div {
  top: 25px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .image img,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .image img,
.perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .image img,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .image img {
  max-height: none;
  height: auto;
  width: 95%;
  left: 0;
  right: auto;
  bottom: 0;
  margin-left: unset;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .image img,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .image img {
  top: 201px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .image img,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .image img {
  top: 184px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#freshness-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#freshness-tout .text div {
  height: 275px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#water-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#water-tout .text {
  width: 60%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#water-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#water-tout .text div {
  height: 245px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#water-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#water-tout .image {
  width: 40%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#flip-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#flip-tout .text {
  width: 60%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#flip-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#flip-tout .text div {
  height: 245px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#flip-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#flip-tout .image {
  width: 40%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#scoop-tout .text,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#scoop-tout .text {
  width: 70%;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#scoop-tout .text div,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#scoop-tout .text div {
  height: 305px;
}
.perfect-pancakes-tout .touts .left-tout .recipe-tout#scoop-tout .image,
.perfect-pancakes-tout .touts .right-tout .recipe-tout#scoop-tout .image {
  width: 30%;
}
.perfect-pancakes-tout .touts .right-tout {
  margin-left: 16px;
}
.perfect-pancakes-tout .tips-link a {
  color: #512513;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.perfect-pancakes-tout .tips-link a span {
  color: #bf1f19;
}
.perfect-pancakes-tout .tips-link a span.arrow {
  background-color: #e13025;
  color: #fff;
  display: inline-block;
  font-family: 'Poppins', Arial, sans-serif;
  margin-left: 5px;
  border-radius: 100%;
  padding: 0 4px;
  text-decoration: none;
}
.perfect-pancakes-tout .tips-link a:hover span.arrow {
  text-decoration: none;
}
@media all and (max-width: 1199px) {
  .perfect-pancakes-tout .touts #arrow-accent {
    right: -5px;
    top: -25px;
  }
  .perfect-pancakes-tout .touts .left-tout,
  .perfect-pancakes-tout .touts .right-tout {
    height: 303px;
    width: 385px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout .text div {
    font-size: 22px;
    line-height: 26px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout .text div span,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout .text div span {
    font-size: 30px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .text div {
    top: -150px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .image img {
    top: 110px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#stir-in-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#stir-in-tout .text div {
    height: 285px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#syrup-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#syrup-tout .text div,
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#milk-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#milk-tout .text div {
    height: 170px !important;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#freshness-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#freshness-tout .text div {
    height: 245px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#water-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#water-tout .text div {
    height: 215px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#flip-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#flip-tout .text div {
    height: 215px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#scoop-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#scoop-tout .text div {
    height: 265px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .image img {
    top: 171px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .image img {
    top: 157px;
  }
}
@media all and (max-width: 991px) {
  .perfect-pancakes-tout .header {
    font-size: 26px;
  }
  .perfect-pancakes-tout .touts #arrow-accent {
    right: 0;
    top: -35px;
    width: 115px;
  }
  .perfect-pancakes-tout .touts .left-tout,
  .perfect-pancakes-tout .touts .right-tout {
    height: 240px;
    width: 305px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout .text div {
    font-size: 16px;
    line-height: 22px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout .text div span,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout .text div span {
    font-size: 24px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .text div {
    top: -85px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .image img {
    top: 100px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#stir-in-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#stir-in-tout .text div {
    height: 220px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#syrup-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#syrup-tout .text div {
    height: 115px !important;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#milk-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#milk-tout .text div {
    height: 140px !important;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#freshness-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#freshness-tout .text div {
    height: 205px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#water-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#water-tout .text div {
    height: 180px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#flip-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#flip-tout .text div {
    height: 160px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#scoop-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#scoop-tout .text div {
    height: 205px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .image img {
    top: 135px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .image img {
    top: 124px;
  }
}
@media all and (max-width: 767px) {
  .perfect-pancakes-tout .header {
    font-size: 20px;
  }
  .perfect-pancakes-tout .touts {
    width: 530px;
  }
  .perfect-pancakes-tout .touts #arrow-accent {
    right: -35px;
    top: -31px;
    width: 85px;
  }
  .perfect-pancakes-tout .touts .left-tout,
  .perfect-pancakes-tout .touts .right-tout {
    height: 201px;
    width: 255px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout .text div {
    font-size: 14px;
    line-height: 19px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout .text div span,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout .text div span {
    font-size: 20px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .text div {
    top: -20px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .image img {
    top: 85px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#stir-in-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#stir-in-tout .text div {
    height: 190px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#syrup-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#syrup-tout .text div {
    height: 100px !important;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#milk-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#milk-tout .text div {
    height: 120px !important;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .text div,
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .text div {
    top: 15px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#freshness-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#freshness-tout .text div {
    height: 175px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#water-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#water-tout .text div {
    height: 155px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#flip-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#flip-tout .text div {
    height: 140px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#scoop-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#scoop-tout .text div {
    height: 175px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .image img {
    top: 113px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .image img {
    top: 104px;
  }
}
@media all and (max-width: 640px) {
  .perfect-pancakes-tout .touts {
    width: 450px;
  }
  .perfect-pancakes-tout .touts #arrow-accent {
    right: 1px;
    top: -25px;
    width: 45px;
  }
  .perfect-pancakes-tout .touts .left-tout,
  .perfect-pancakes-tout .touts .right-tout {
    height: 169px;
    width: 215px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout .text div {
    font-size: 12px;
    line-height: 17px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout .text div span,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout .text div span {
    font-size: 18px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .text div {
    top: -15px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#egg-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#egg-tout .image img {
    top: 75px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#stir-in-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#stir-in-tout .text div {
    height: 140px;
    font-size: 11px;
    width: 95%;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#freshness-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#freshness-tout .text div {
    height: 155px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#water-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#water-tout .text div {
    height: 160px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#scoop-tout .text div,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#scoop-tout .text div {
    font-size: 11px;
    height: 145px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#lumps-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#lumps-tout .image img {
    top: 95px;
  }
  .perfect-pancakes-tout .touts .left-tout .recipe-tout#skillet-tout .image img,
  .perfect-pancakes-tout .touts .right-tout .recipe-tout#skillet-tout .image img {
    top: 87px;
  }
}
@media all and (max-width: 480px) {
  .perfect-pancakes-tout {
    padding: 15px 0;
  }
  .perfect-pancakes-tout .header {
    width: 55%;
    margin: 0 auto;
  }
  .perfect-pancakes-tout .touts {
    width: 215px;
  }
  .perfect-pancakes-tout .touts .recipe-tout .text div {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  .perfect-pancakes-tout .touts .recipe-tout .text div span {
    font-size: 18px !important;
  }
  .perfect-pancakes-tout .touts .recipe-tout#scoop-tout .text div {
    font-size: 11px !important;
    height: 145px;
  }
  .perfect-pancakes-tout .touts #arrow-accent {
    right: -22px;
    top: -27px;
    width: 55px;
  }
  .perfect-pancakes-tout .touts .right-tout {
    margin-left: 0;
  }
  .perfect-pancakes-tout .touts .mobile-hide {
    display: none;
  }
}
#tout_nutella {
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
#tout_nutella img {
  top: 100px;
  width: 100%;
}
#tout_nutella div {
  position: absolute;
  top: 0px;
  z-index: 150;
  text-align: center;
  width: 100%;
}
@media all and (max-width: 640px) {
  #tout_nutella {
    margin-bottom: 20px;
  }
  #tout_nutella img {
    width: 140%;
    margin-left: -20%;
  }
}
@media all and (max-width: 480px) {
  #tout_nutella img {
    width: 200%;
    margin-left: -50%;
  }
}
/*#endregion*/
ul.e-instructions {
  counter-reset: section;
}
ul.e-instructions > li:before {
  counter-increment: section;
  content: counter(section);
  border: 1px dotted #0088cc;
  color: #0088cc;
  font-family: 'FuturaBT-Medium', Arial, sans-serif;
  font-size: 18px;
  width: 30px;
  height: 30px;
  left: -7px;
  top: 13px;
  position: absolute;
  border-radius: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
}
ul.e-instructions > li {
  padding-left: 35px;
  position: relative;
  vertical-align: top;
  padding-top: 21px;
}
ul.e-instructions ol {
  margin-top: 20px;
}
.explore-delicious-recipes {
  color: #6a1b16;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 38px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 640px) {
  .explore-delicious-recipes {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .explore-delicious-recipes {
    font-size: 24px;
  }
}
/*#region FRAMEWORK*/
#BrandOrigin {
  background: #f0c01c;
  background: linear-gradient(180deg, #f0c01c 0%, #fcd349 42%);
  width: auto;
  padding: 50px 60px;
  border-bottom: 4px solid #bf1f19;
}
#BrandOrigin.plain {
  border: none;
  background: #fff;
}
#BrandOrigin h1 {
  color: #bf1f19;
  text-align: center;
  margin: 0;
}
#BrandOrigin p {
  font-size: 24px;
  line-height: 29px;
  margin-top: 40px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media all and (max-width: 480px) {
  #BrandOrigin {
    padding: 50px 20px;
  }
  #BrandOrigin p {
    font-size: 16px;
    line-height: 18px;
    margin-top: 20px;
  }
}
#ourHistory {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d3c3b1+100&0.62+0,0.88+60 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.62) 0%, rgba(229, 219, 208, 0.88) 60%, rgba(211, 195, 177, 0.88) 100%), url('/images/history/background.png') repeat-y;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.62) 0%, rgba(229, 219, 208, 0.88) 60%, rgba(211, 195, 177, 0.88) 100%), url('/images/history/background.png') repeat-y;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.62) 0%, rgba(229, 219, 208, 0.88) 60%, rgba(211, 195, 177, 0.88) 100%), url('/images/history/background.png') repeat-y;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9effffff', endColorstr='#e0d3c3b1', GradientType=0), url('/images/history/background.png') repeat-y;
  /* IE6-9 */
  background-size: 100%;
  overflow: hidden;
}
#ourHistory img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/*#endregion*/
/*#region bgImages*/
#bgImages {
  position: absolute;
}
#bgImages .histImg {
  position: absolute;
  height: auto;
}
#bgImages #img-1925 {
  top: 10px;
  right: 170px;
  width: 582px;
}
#bgImages #img-1957 {
  top: -100px;
  left: -100px;
  width: 658px;
}
#bgImages #img-1966 {
  top: 328px;
  right: -65.8px;
  width: 658px;
}
#bgImages #img-1968 {
  top: 460px;
  left: -43px;
  width: 601px;
}
#bgImages #img-1989 {
  top: 930px;
  right: 18px;
  width: 545px;
}
#bgImages #img-1991 {
  top: 1060px;
  left: 112px;
  width: 300px;
}
#bgImages #img-1996 {
  top: 1320px;
  right: -37px;
  width: 752px;
}
#bgImages .holder_2020 {
  top: 1900px;
  width: 50%;
  display: block;
  position: absolute;
  height: 300px;
}
#bgImages #img-2020 {
  left: calc(-260%);
  width: 620px;
}
@media all and (min-width: 200px) {
  #bgImages #img-1925 {
    top: 180px;
    right: 0px;
    width: 252px;
  }
  #bgImages #img-1957 {
    top: 216px;
    left: inherit;
    width: 258px;
    right: 0;
  }
  #bgImages #img-1966 {
    top: 680px;
    right: -15.8px;
    width: 278px;
  }
  #bgImages #img-1968 {
    top: 850px;
    left: inherit;
    width: 261px;
    right: 0;
  }
  #bgImages #img-1989 {
    top: 625px;
    right: -6px;
    width: 265px;
  }
  #bgImages #img-1991 {
    top: 1270px;
    left: inherit;
    width: 130px;
    right: 70px;
  }
  #bgImages #img-1996 {
    top: 1830px;
    right: -10px;
    width: 272px;
  }
  #bgImages .holder_2020 {
    top: 2518px;
    width: 100%;
    display: block;
    position: absolute;
    height: 300px;
  }
  #bgImages #img-2021 {
    top: 2848px;
    width: 190px;
    display: block;
    position: absolute;
    left: calc(50% + -24px);
  }
  #bgImages #img-2020 {
    top: 0;
    left: inherit;
    right: 20px;
    width: 229px;
  }
}
@media all and (min-width: 480px) {
  #bgImages #img-1925 {
    top: -50px;
    right: 0px;
    width: 232px;
  }
  #bgImages #img-1957 {
    top: 36px;
    left: -35px;
    width: 258px;
  }
  #bgImages #img-1966 {
    top: 200px;
    right: -45.8px;
    width: 278px;
  }
  #bgImages #img-1968 {
    top: 290px;
    left: -68px;
    width: 281px;
  }
  #bgImages #img-1989 {
    top: 385px;
    right: -32px;
    width: 265px;
  }
  #bgImages #img-1991 {
    top: 560px;
    left: 35px;
    width: 120px;
  }
  #bgImages #img-1996 {
    top: 710px;
    right: -57px;
    width: 292px;
  }
  #bgImages .holder_2020 {
    top: 920px;
    width: 50%;
    display: block;
    position: absolute;
    height: 300px;
    left: calc(50% + 4px);
  }
  #bgImages #img-2021 {
    top: 1016px;
    width: 180px;
    display: block;
    position: absolute;
    left: calc(50% - 224px);
  }
  #bgImages #img-2020 {
    top: 0;
    width: 199px;
    right: auto;
    left: 0;
  }
}
@media all and (min-width: 640px) {
  #bgImages #img-1925 {
    top: -20px;
    right: 0px;
    width: 302px;
  }
  #bgImages #img-1957 {
    top: 40px;
    left: -35px;
    width: 358px;
  }
  #bgImages #img-1966 {
    top: 290px;
    right: -45.8px;
    width: 348px;
  }
  #bgImages #img-1968 {
    top: 372px;
    left: -68px;
    width: 381px;
  }
  #bgImages #img-1989 {
    top: 605px;
    right: -32px;
    width: 325px;
  }
  #bgImages #img-1991 {
    top: 720px;
    left: 45px;
    width: 170px;
  }
  #bgImages #img-1996 {
    top: 960px;
    right: -57px;
    width: 352px;
  }
  #bgImages .holder_2020 {
    top: 1249px;
    width: 50%;
    display: block;
    position: absolute;
    height: 300px;
    left: calc(50% + 10px);
  }
  #bgImages #img-2021 {
    top: 1391px;
    width: 229px;
    display: block;
    position: absolute;
    left: calc(50% - 294px);
  }
  #bgImages #img-2020 {
    top: 0;
    width: 292px;
    left: 0;
  }
}
@media all and (min-width: 768px) {
  #bgImages #img-1925 {
    top: -50px;
    right: 0px;
    width: 395px;
  }
  #bgImages #img-1957 {
    top: -10px;
    left: -35px;
    width: 398px;
  }
  #bgImages #img-1966 {
    top: 350px;
    right: -85.8px;
    width: 468px;
  }
  #bgImages #img-1968 {
    top: 340px;
    left: -68px;
    width: 421px;
  }
  #bgImages #img-1989 {
    top: 820px;
    right: -52px;
    width: 435px;
  }
  #bgImages #img-1991 {
    top: 750px;
    left: 45px;
    width: 200px;
  }
  #bgImages #img-1996 {
    top: 1120px;
    right: -57px;
    width: 442px;
  }
  #bgImages .holder_2020 {
    top: 1420px;
    width: 50%;
    display: block;
    position: absolute;
    height: 300px;
    left: calc(50% + 10px);
  }
  #bgImages #img-2021 {
    top: 1586px;
    width: 230px;
    display: block;
    position: absolute;
    left: calc(50% - 312px);
  }
  #bgImages #img-2020 {
    top: 0;
    left: calc(50% - 184px);
    width: 329px;
  }
}
@media all and (min-width: 992px) {
  #bgImages #img-1925 {
    top: -10px;
    right: 0px;
    width: 462px;
  }
  #bgImages #img-1957 {
    top: 80px;
    left: -35px;
    width: 528px;
  }
  #bgImages #img-1966 {
    top: 470px;
    right: -85.8px;
    width: 558px;
  }
  #bgImages #img-1968 {
    top: 640px;
    left: -48px;
    width: 521px;
  }
  #bgImages #img-1989 {
    top: 1030px;
    right: -32px;
    width: 485px;
  }
  #bgImages #img-1991 {
    top: 680px;
    left: 85px;
    width: 270px;
  }
  #bgImages #img-1996 {
    top: 1560px;
    right: -57px;
    width: 532px;
  }
  #bgImages .holder_2020 {
    top: 1870px;
    width: 50%;
    display: block;
    position: absolute;
    height: 300px;
    left: calc(50% + 30px);
  }
  #bgImages #img-2021 {
    top: 2106px;
    width: 280px;
    display: block;
    position: absolute;
    left: calc(50% - 342px);
  }
  #bgImages #img-2020 {
    top: 0;
    left: calc(50% - 230px);
    width: 420px;
  }
}
@media all and (min-width: 1200px) {
  #bgImages #img-1925 {
    top: -60px;
    right: 0px;
    width: 552px;
  }
  #bgImages #img-1957 {
    top: 40px;
    left: -40px;
    width: 588px;
  }
  #bgImages #img-1966 {
    top: 470px;
    right: -65.8px;
    width: 628px;
  }
  #bgImages #img-1968 {
    top: 560px;
    left: -43px;
    width: 551px;
  }
  #bgImages #img-1989 {
    top: 1060px;
    right: 8px;
    width: 525px;
  }
  #bgImages #img-1991 {
    top: 570px;
    left: 115px;
    width: 270px;
  }
  #bgImages #img-1996 {
    top: 1520px;
    right: -57px;
    width: 612px;
  }
  #bgImages .holder_2020 {
    top: 1870px;
    width: 50%;
    display: block;
    position: absolute;
    height: 300px;
    left: calc(50% - 40px);
  }
  #bgImages #img-2020 {
    top: 0;
    width: 530px;
  }
  #bgImages #img-2021 {
    top: 2100px;
    width: 340px;
    display: block;
    position: absolute;
    left: calc(50% - 440px);
  }
}
@media all and (min-width: 1600px) {
  #bgImages #img-1925 {
    top: -70px;
    right: 170px;
    width: 582px;
  }
  #bgImages #img-1957 {
    top: -50px;
    left: -100px;
    width: 658px;
  }
  #bgImages #img-1966 {
    top: 510px;
    right: -65.8px;
    width: 658px;
  }
  #bgImages #img-1968 {
    top: 550px;
    left: -43px;
    width: 601px;
  }
  #bgImages #img-1989 {
    top: 984px;
    right: 18px;
    width: 545px;
  }
  #bgImages #img-1991 {
    top: 580px;
    left: 112px;
    width: 300px;
  }
  #bgImages #img-1996 {
    top: 1520px;
    right: -37px;
    width: 752px;
  }
  #bgImages .holder_2020 {
    height: 300px;
    top: 1880px;
    display: block;
    width: 50%;
    position: absolute;
    left: calc(50% + 140px);
  }
  #bgImages #img-2021 {
    top: 2090px;
    width: 390px;
    display: block;
    position: absolute;
    left: calc(50% - 490px);
  }
  #bgImages #img-2020 {
    top: 0;
    width: 620px;
    left: 0;
  }
}
/*#endregion*/
/*#region historyTimeline*/
#historyTimeline {
  display: block;
  margin: 0 auto;
  width: 1048px;
  height: 3000px;
  position: relative;
}
#historyTimeline #bottle {
  top: 0;
  right: 280px;
  position: absolute;
  width: 316px;
  height: auto;
}
#historyTimeline #syrup {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -44px;
  width: 103px;
  height: auto;
  display: block;
}
#historyTimeline #syrupMobile {
  display: none;
}
#historyTimeline #pancakes {
  position: absolute;
  bottom: 0;
  width: 938px;
  height: auto;
  left: 40px;
}
#historyTimeline #timeline_title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  font-size: 2.7em;
  width: 400px;
  position: absolute;
  top: 100px;
  left: 30px;
  text-align: center;
}
#historyTimeline #timeline_title .reg {
  font-size: .5em;
  padding-top: 9px;
  display: block;
  font-weight: normal;
}
@media all and (max-width: 992px) {
  #historyTimeline {
    width: 786px;
  }
  #historyTimeline #bottle {
    right: 210px;
    width: 237px;
  }
  #historyTimeline #syrup {
    top: 45px;
    margin-left: -41.25px;
    width: 82.5px;
  }
  #historyTimeline #pancakes {
    width: 786px;
  }
}
@media all and (max-width: 991px) {
  #historyTimeline {
    width: 728px;
    height: 2292px;
  }
  #historyTimeline #bottle {
    right: 186.71px;
    width: 224.36px;
  }
  #historyTimeline #syrup {
    top: 49.2px;
    margin-left: -39.05px;
    width: 78.1px;
  }
  #historyTimeline #pancakes {
    width: 728px;
  }
  #historyTimeline #timeline_title {
    font-size: 2em;
    width: 320px;
  }
}
@media all and (max-width: 768px) {
  #historyTimeline {
    width: 618px;
    height: 1950px;
  }
  #historyTimeline #bottle {
    right: 142.115px;
    width: 194.34px;
  }
  #historyTimeline #syrup {
    top: 36.9px;
    margin-left: -13.825px;
    width: 67.65px;
  }
  #historyTimeline #pancakes {
    width: 616.52px;
  }
  #historyTimeline #timeline_title {
    font-size: 1.9em;
    width: 270px;
    left: 7px;
  }
}
@media all and (max-width: 640px) {
  #historyTimeline {
    width: 471.6px;
    height: 1432px;
    padding-left: 14px;
  }
  #historyTimeline #bottle {
    right: 133.45px;
    width: 142.2px;
  }
  #historyTimeline #syrupMobile {
    top: 27px;
    width: 76px;
    display: none;
  }
  #historyTimeline #syrup {
    top: 27px;
    margin-left: -24.75px;
    width: 49.5px;
  }
  #historyTimeline #pancakes {
    width: 471.6px;
    left: 0 !important;
  }
  #historyTimeline #timeline_title {
    font-size: 1.7em;
    width: 201px;
    left: 7px;
    top: 42px;
  }
}
@media all and (max-width: 480px) {
  #historyTimeline {
    width: 786px;
    height: 3480px;
  }
  #historyTimeline #bottle {
    right: inherit;
    left: 14px;
    width: 233px;
    top: -20px;
  }
  #historyTimeline #syrupMobile {
    top: 37px;
    width: 76px;
    position: absolute;
    left: 25px;
    display: block;
  }
  #historyTimeline #syrup {
    display: none;
  }
  #historyTimeline #pancakes {
    width: 475px;
    left: -130px !important;
  }
  #historyTimeline #timeline_title {
    font-size: 2.1em;
    width: 208px;
    left: 83px;
    top: 92px;
  }
}
/*#endregion*/
/*#region TIMELINE POINTS */
.timelineShell {
  position: absolute;
}
.timelineItem {
  width: 285px;
  background-color: #fff;
  height: 285px;
  border-radius: 50%;
  border: 7px solid #5b2c00;
  position: relative;
}
.timelineItem img {
  margin-top: 10px;
}
.innerTimelineItem {
  position: absolute;
  left: 27px;
  top: 0px;
  width: 231px;
  height: 255px;
  display: table;
}
.innerTimelineItem p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.15em;
  line-height: 1.2em;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}
.innerTimelineItem p .header {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 2em;
}
.redText {
  color: #c72e26;
}
.right.timelineShell {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.left.timelineShell {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.timelineShell.left {
  left: 105px;
}
.timelineShell.right {
  right: 157px;
}
.left img.arrow {
  position: absolute;
  top: 285px;
  margin-top: -198px;
  left: 196px;
}
.tinyRight img.arrow,
.right img.arrow {
  position: absolute;
  top: 285px;
  margin-top: -198px;
  left: -80px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#year_1888 {
  top: 178px;
}
#year_1889 {
  top: 354px;
}
#year_1925 {
  top: 536px;
}
#year_1957 {
  top: 712px;
}
#year_1966 {
  top: 894px;
}
#year_1968 {
  top: 1076px;
}
#year_1989 {
  top: 1252px;
}
#year_1991 {
  top: 1432px;
}
#year_1996 {
  top: 1435px;
}
#year_2001 {
  top: 1613px;
}
#year_2020 {
  top: 1791px;
}
#year_2021 {
  top: 2084px;
}
@media all and (max-width: 1600px) and (min-width: 993px) {
  #historyTimeline {
    height: 2950px;
  }
  #historyTimeline #pancakes {
    width: 848px;
    left: 50%;
    margin-left: -424px;
  }
}
@media all and (max-width: 992px) {
  #historyTimeline #pancakes {
    left: 0px;
  }
  .timelineShell.left {
    left: 3px;
  }
  .timelineShell.right {
    right: 8px;
  }
  .timelineShell {
    transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
  }
  #year_1888 {
    top: 132px;
  }
  #year_1889 {
    top: 264px;
  }
  #year_1925 {
    top: 403px;
  }
  #year_1957 {
    top: 537px;
  }
  #year_1966 {
    top: 674px;
  }
  #year_1968 {
    top: 811px;
  }
  #year_1989 {
    top: 947px;
  }
  #year_1991 {
    top: 1082px;
  }
  #year_1996 {
    top: 1435px;
  }
  #year_2001 {
    top: 1220px;
  }
  #year_2020 {
    top: 1356px;
  }
  #year_2021 {
    top: 1580px;
  }
}
@media all and (max-width: 991px) {
  .timelineShell.left {
    left: 15px !important;
  }
  .timelineShell.right {
    right: 14px !important;
  }
  .timelineShell {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}
@media all and (max-width: 768px) {
  .timelineShell.left {
    left: 4px !important;
  }
  .timelineShell.right {
    right: -60px !important;
  }
  .timelineShell {
    transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
  }
  #year_1888 {
    top: 98px;
  }
  #year_1889 {
    top: 216px;
  }
  #year_1925 {
    top: 335px;
  }
  #year_1957 {
    top: 452px;
  }
  #year_1966 {
    top: 570px;
  }
  #year_1968 {
    top: 688px;
  }
  #year_1989 {
    top: 805px;
  }
  #year_1991 {
    top: 923px;
  }
  #year_1996 {
    top: 1435px;
  }
  #year_2001 {
    top: 1043px;
  }
  #year_2020 {
    top: 1160px;
  }
  #year_2021 {
    top: 1353px;
  }
}
@media all and (max-width: 640px) {
  #historyTimeline #pancakes {
    width: 475px;
    left: -130px;
  }
  .left img.arrow {
    -moz-transform: scaleX(1) !important;
    -o-transform: scaleX(1) !important;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
  }
  .timelineShell.left {
    left: -2px !important;
  }
  .timelineShell.right {
    right: -100px !important;
  }
  .timelineShell {
    transform: scale(0.57);
    -ms-transform: scale(0.57);
    -webkit-transform: scale(0.57);
  }
  #year_1888 {
    top: 71px;
  }
  #year_1889 {
    top: 153px;
  }
  #year_1925 {
    top: 242px;
  }
  #year_1957 {
    top: 328px;
  }
  #year_1966 {
    top: 414px;
  }
  #year_1968 {
    top: 503px;
  }
  #year_1989 {
    top: 587px;
  }
  #year_1991 {
    top: 673px;
  }
  #year_1996 {
    top: 1435px;
  }
  #year_2001 {
    top: 761px;
  }
  #year_2020 {
    top: 846px;
  }
  #year_2021 {
    top: 987px;
  }
}
@media all and (max-width: 480px) {
  .left img.arrow,
  .right img.arrow {
    position: absolute;
    top: 285px;
    margin-top: -155px;
    width: 60px;
    left: -50px;
    -moz-transform: scaleX(-1) !important;
    -o-transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
    -ms-transform: scaleX(-1) !important;
    filter: FlipH;
    -ms-filter: "FlipH";
  }
  .timelineShell.left,
  .timelineShell.right {
    left: 89px !important;
    right: inherit !important;
  }
  .timelineShell {
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  div#year_1888 {
    top: 236px;
  }
  div#year_1889 {
    top: 506px;
  }
  div#year_1925 {
    top: 769px;
  }
  div#year_1957 {
    top: 1037px;
  }
  div#year_1966 {
    top: 1302px;
  }
  div#year_1968 {
    top: 1564px;
  }
  div#year_1989 {
    top: 1832px;
  }
  div#year_1991 {
    top: 2099px;
  }
  div#year_1996 {
    top: 1829px;
  }
  div#year_2001 {
    top: 2363px;
  }
  div#year_2020 {
    top: 2630px;
  }
  div#year_2021 {
    top: 2972px;
  }
}
/*#endregion*/
/*#region SHARE WIDGET*/
.share {
  position: absolute;
  height: 200px;
  width: 70px;
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -ms-transform: scale(0.6);
  /* IE 9 */
  -webkit-transform: scale(0.6);
  /* Safari */
  transform: scale(0.6);
}
.share .shareBtn {
  cursor: pointer;
}
.share .shareOptions {
  visibility: hidden;
  background: #d8d8d8;
  border-radius: 12px 0 0 12px;
  padding-top: 66px;
  margin-top: -53px;
  padding-bottom: 10px;
  overflow: hidden;
}
.share .shareOptions img {
  width: inherit !important;
}
.share .shareOptions a {
  margin-left: 16px;
  transition: opacity .5s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  display: block;
}
.share .shareOptions a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.share .shareBtn svg {
  margin: 0 auto;
  display: block;
}
@media all and (min-width: 500px) {
  .share {
    -ms-transform: scale(0.75);
    /* IE 9 */
    -webkit-transform: scale(0.75);
    /* Safari */
    transform: scale(0.75);
  }
}
@media all and (min-width: 992px) {
  .share {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari */
    transform: scale(1);
  }
}
@media all and (min-width: 1200px) {
  .share {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari */
    transform: scale(1);
  }
}
/*#endregion*/
.vjs-modal-dialog .vjs-modal-dialog-content,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}
.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}
.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}
.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}
.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}
.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}
.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}
.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}
.vjs-icon-subtitles,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}
.vjs-icon-captions,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}
.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder,
.video-js .vjs-volume-level,
.video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before,
.video-js .vjs-volume-level:before,
.video-js .vjs-play-progress:before {
  content: "\f111";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}
.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}
.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}
.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}
.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}
.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}
.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}
.vjs-icon-picture-in-picture-enter,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}
.vjs-icon-picture-in-picture-exit,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}
.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js[tabindex="-1"] {
  outline: none;
}
.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-js.vjs-16-9 {
  padding-top: 56.25%;
}
.video-js.vjs-4-3 {
  padding-top: 75%;
}
.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: calc(50% - 1.25em);
  left: calc(50% - 1.25em);
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: #e4002b;
  border-radius: 0;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}
.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: #e4002b;
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: #e4002b;
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}
.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: #e4002b;
}
.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}
.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}
.video-js .vjs-progress-control.disabled {
  cursor: default;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}
.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.33333333em;
  z-index: 1;
}
.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
  cursor: default;
}
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}
.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}
.video-js .vjs-volume-panel {
  display: flex;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: #e4002b;
}
.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-has-started .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}
.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}
.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}
.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control {
  display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control {
  cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}
.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid #e4002b;
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
  display: none;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}
@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: -1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}
.vjs-text-track-settings fieldset span {
  display: inline-block;
}
.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}
.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #ffffff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #ffffff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}
.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none;
}
.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none;
}
/*@import "less/_pancakeDay2017.less";*/
/*#region FRAMEWORK*/
#progress {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d3c3b1+100&0.62+0,0.88+60 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.88) 60%, rgba(255, 255, 255, 0.88) 100%), url('/images/history/background.png') repeat-y;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.88) 60%, rgba(255, 255, 255, 0.88) 100%), url('/images/history/background.png') repeat-y;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.88) 60%, rgba(255, 255, 255, 0.88) 100%), url('/images/history/background.png') repeat-y;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9effffff', endColorstr='#9effffff', GradientType=0), url('/images/history/background.png') repeat-y;
  /* IE6-9 */
  background-size: 100%;
  overflow: hidden;
}
#progress img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/*#endregion*/
/*#region bgImages*/
#bgImages {
  position: absolute;
}
#bgImages .histImg {
  position: absolute;
  height: auto;
}
/*#endregion*/
/*#region progressContent*/
.pusher {
  float: right;
  width: 0px;
  height: 257px;
}
.right_img {
  float: right;
  clear: right;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-top: 20px;
}
.mobile_image {
  width: auto;
  margin: 0 auto;
  margin-top: 25px;
  display: none;
}
@media all and (max-width: 768px) {
  .right_img,
  .pusher {
    display: none;
  }
  .mobile_image {
    display: block;
  }
}
#progressContent {
  display: block;
  margin: 0 auto;
  margin: 50px auto;
  position: relative;
}
#progressContent a {
  text-decoration: underline;
  color: #333;
}
#progressContent #progress_title {
  color: #bf1f19;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.7em;
  margin-bottom: 40px;
  text-align: left;
}
#progressContent #progress_title .reg {
  font-size: .5em;
  padding-top: 9px;
  display: block;
  font-weight: normal;
}
#progressContent #progress_content {
  font-family: 'FuturaBT-Book', Arial, sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 26px;
  top: 100px;
  text-align: left;
}
#progressContent #progress_content .reg {
  font-size: .5em;
  padding-top: 9px;
  display: block;
  font-weight: normal;
}
#progressContent #progress_content p {
  font-size: 26px;
  line-height: 30px;
}
@media all and (max-width: 1200px) {
  #progressContent #progress_content p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media all and (max-width: 1000px) {
  #progressContent #progress_content p {
    font-size: 20px;
    line-height: 23px;
  }
}
#progressContent #progress_content p + p {
  margin-top: 30px;
}
/*@media all and (max-width: @threshold-desktop) {
    #progressContent {
        width: 1048px * @scale-desktop;
    }
}

@media all and (max-width: @threshold-upper-tablet) {
    #progressContent {
        width: 728px;
        height: 3012px;



        #progress_title {
            font-size: 2em;
            width: 320px;
        }
    }
}*/
/*@media all and (max-width: @threshold-tablet) {
    #progressContent {
        width: 618px;
        height: 2580px;



        #progress_title {
            font-size: 1.9em;
            width: 270px;
            left: 7px;
        }
    }
}

@media all and (max-width: @threshold-mobile) {


    #progressContent {
        width: 1048px * @scale-mobile;
        height: 1902px;
        padding-left: 14px;


        #progress_title {
            font-size: 1.7em;
            width: 201px;
            left: 7px;
            top: 42px;
        }
    }
}

@media all and (max-width: @threshold-low-mobile) {
    #progressContent {
        width: 1048px * @scale-low-mobile;
        height: 5110px;





        #progress_title {
            font-size: 2.1em;
            width: 208px;
            left: 83px;
            top: 92px;
        }
    }
}*/
/*#endregion*/
/*#region TIMELINE POINTS */
.timelineShell {
  position: absolute;
}
.timelineItem {
  width: 285px;
  background-color: #fff;
  height: 285px;
  border-radius: 50%;
  border: 7px solid #5b2c00;
  position: relative;
}
.timelineItem img {
  margin-top: 10px;
}
.innerTimelineItem {
  position: absolute;
  left: 27px;
  top: 0px;
  width: 231px;
  height: 255px;
  display: table;
}
.innerTimelineItem p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.1em;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}
.innerTimelineItem p .header {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 2em;
}
.redText {
  color: #c72e26;
}
.right.timelineShell {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.left.timelineShell {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
/*.timelineShell.left {
    left: 80px;
}

.timelineShell.right {
    right: 157px;
}*/
@media all and (max-width: 1600px) and (min-width: 993px) {
  #progressContent {
    height: 500px;
  }
}
/*#endregion*/
.formData {
  /**THESE AREG GRID EXCEPTIONS*/
}
.formData .center-block {
  margin: 0 auto;
}
.formData .flex {
  display: flex;
  align-items: flex-start;
}
.formData .clearfix:after {
  display: block;
  clear: both;
  content: " ";
}
.formData *,
.formData ::after,
.formData ::before {
  box-sizing: border-box;
}
.formData .container {
  margin-right: 30px;
  margin-left: 30px;
}
.formData .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.formData .row.flex-middle {
  align-items: center;
}
.formData .row.space-between {
  justify-content: space-between;
  align-items: center;
}
.formData .row .debug {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.5);
  position: relative;
  text-align: center;
  color: #666;
}
.formData .row.flex .col,
.formData .row.flex .col-1,
.formData .row.flex .col-10,
.formData .row.flex .col-11,
.formData .row.flex .col-12,
.formData .row.flex .col-2,
.formData .row.flex .col-3,
.formData .row.flex .col-4,
.formData .row.flex .col-5,
.formData .row.flex .col-6,
.formData .row.flex .col-7,
.formData .row.flex .col-8,
.formData .row.flex .col-9,
.formData .row.flex .col-auto,
.formData .row.flex .col-lg,
.formData .row.flex .col-lg-1,
.formData .row.flex .col-lg-10,
.formData .row.flex .col-lg-11,
.formData .row.flex .col-lg-12,
.formData .row.flex .col-lg-2,
.formData .row.flex .col-lg-3,
.formData .row.flex .col-lg-4,
.formData .row.flex .col-lg-5,
.formData .row.flex .col-lg-6,
.formData .row.flex .col-lg-7,
.formData .row.flex .col-lg-8,
.formData .row.flex .col-lg-9,
.formData .row.flex .col-lg-auto,
.formData .row.flex .col-md,
.formData .row.flex .col-md-1,
.formData .row.flex .col-md-10,
.formData .row.flex .col-md-11,
.formData .row.flex .col-md-12,
.formData .row.flex .col-md-2,
.formData .row.flex .col-md-3,
.formData .row.flex .col-md-4,
.formData .row.flex .col-md-5,
.formData .row.flex .col-md-6,
.formData .row.flex .col-md-7,
.formData .row.flex .col-md-8,
.formData .row.flex .col-md-9,
.formData .row.flex .col-md-auto,
.formData .row.flex .col-sm,
.formData .row.flex .col-sm-1,
.formData .row.flex .col-sm-10,
.formData .row.flex .col-sm-11,
.formData .row.flex .col-sm-12,
.formData .row.flex .col-sm-2,
.formData .row.flex .col-sm-3,
.formData .row.flex .col-sm-4,
.formData .row.flex .col-sm-5,
.formData .row.flex .col-sm-6,
.formData .row.flex .col-sm-7,
.formData .row.flex .col-sm-8,
.formData .row.flex .col-sm-9,
.formData .row.flex .col-sm-auto,
.formData .row.flex .col-xl,
.formData .row.flex .col-xl-1,
.formData .row.flex .col-xl-10,
.formData .row.flex .col-xl-11,
.formData .row.flex .col-xl-12,
.formData .row.flex .col-xl-2,
.formData .row.flex .col-xl-3,
.formData .row.flex .col-xl-4,
.formData .row.flex .col-xl-5,
.formData .row.flex .col-xl-6,
.formData .row.flex .col-xl-7,
.formData .row.flex .col-xl-8,
.formData .row.flex .col-xl-9,
.formData .row.flex .col-xl-auto {
  display: flex;
  align-items: flex-start;
}
.formData .col,
.formData .col-1,
.formData .col-10,
.formData .col-11,
.formData .col-12,
.formData .col-2,
.formData .col-3,
.formData .col-4,
.formData .col-5,
.formData .col-6,
.formData .col-7,
.formData .col-8,
.formData .col-9,
.formData .col-auto,
.formData .col-lg,
.formData .col-lg-1,
.formData .col-lg-10,
.formData .col-lg-11,
.formData .col-lg-12,
.formData .col-lg-2,
.formData .col-lg-3,
.formData .col-lg-4,
.formData .col-lg-5,
.formData .col-lg-6,
.formData .col-lg-7,
.formData .col-lg-8,
.formData .col-lg-9,
.formData .col-lg-auto,
.formData .col-md,
.formData .col-md-1,
.formData .col-md-10,
.formData .col-md-11,
.formData .col-md-12,
.formData .col-md-2,
.formData .col-md-3,
.formData .col-md-4,
.formData .col-md-5,
.formData .col-md-6,
.formData .col-md-7,
.formData .col-md-8,
.formData .col-md-9,
.formData .col-md-auto,
.formData .col-sm,
.formData .col-sm-1,
.formData .col-sm-10,
.formData .col-sm-11,
.formData .col-sm-12,
.formData .col-sm-2,
.formData .col-sm-3,
.formData .col-sm-4,
.formData .col-sm-5,
.formData .col-sm-6,
.formData .col-sm-7,
.formData .col-sm-8,
.formData .col-sm-9,
.formData .col-sm-auto,
.formData .col-xl,
.formData .col-xl-1,
.formData .col-xl-10,
.formData .col-xl-11,
.formData .col-xl-12,
.formData .col-xl-2,
.formData .col-xl-3,
.formData .col-xl-4,
.formData .col-xl-5,
.formData .col-xl-6,
.formData .col-xl-7,
.formData .col-xl-8,
.formData .col-xl-9,
.formData .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.formData .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.formData .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.formData .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.formData .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.formData .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.formData .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.formData .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.formData .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.formData .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.formData .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.formData .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.formData .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.formData .col-offset-12 {
  margin-left: 100%;
}
.formData .col-offset-11 {
  margin-left: 91.66666667%;
}
.formData .col-offset-10 {
  margin-left: 83.33333333%;
}
.formData .col-offset-9 {
  margin-left: 75%;
}
.formData .col-offset-8 {
  margin-left: 66.66666667%;
}
.formData .col-offset-7 {
  margin-left: 58.33333333%;
}
.formData .col-offset-6 {
  margin-left: 50%;
}
.formData .col-offset-5 {
  margin-left: 41.66666667%;
}
.formData .col-offset-4 {
  margin-left: 33.33333333%;
}
.formData .col-offset-3 {
  margin-left: 25%;
}
.formData .col-offset-2 {
  margin-left: 16.66666667%;
}
.formData .col-offset-1 {
  margin-left: 8.33333333%;
}
.formData .col-offset-0 {
  margin-left: 0;
}
@media (max-width: 767px) {
  .formData .col-xs-offset-12 {
    margin-left: 100%;
  }
  .formData .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .formData .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .formData .col-xs-offset-9 {
    margin-left: 75%;
  }
  .formData .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .formData .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .formData .col-xs-offset-6 {
    margin-left: 50%;
  }
  .formData .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .formData .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .formData .col-xs-offset-3 {
    margin-left: 25%;
  }
  .formData .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .formData .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .formData .col-xs-offset-0 {
    margin-left: 0;
  }
  .formData .hidden-xs {
    display: none !important;
  }
}
@media all and (min-width: 481px) {
  .formData .container {
    margin-right: 30px;
    margin-left: 30px;
  }
  .formData .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .formData .col-1,
  .formData .col-2,
  .formData .col-3,
  .formData .col-4,
  .formData .col-5,
  .formData .col-6,
  .formData .col-7,
  .formData .col-8,
  .formData .col-9,
  .formData .col-10,
  .formData .col-11,
  .formData .col-12,
  .formData .col-sm-1,
  .formData .col-sm-2,
  .formData .col-sm-3,
  .formData .col-sm-4,
  .formData .col-sm-5,
  .formData .col-sm-6,
  .formData .col-sm-7,
  .formData .col-sm-8,
  .formData .col-sm-9,
  .formData .col-sm-10,
  .formData .col-sm-11,
  .formData .col-sm-12,
  .formData .col-md-1,
  .formData .col-md-2,
  .formData .col-md-3,
  .formData .col-md-4,
  .formData .col-md-5,
  .formData .col-md-6,
  .formData .col-md-7,
  .formData .col-md-8,
  .formData .col-md-9,
  .formData .col-md-10,
  .formData .col-md-11,
  .formData .col-md-12,
  .formData .col-lg-1,
  .formData .col-lg-2,
  .formData .col-lg-3,
  .formData .col-lg-4,
  .formData .col-lg-5,
  .formData .col-lg-6,
  .formData .col-lg-7,
  .formData .col-lg-8,
  .formData .col-lg-9,
  .formData .col-lg-10,
  .formData .col-lg-11,
  .formData .col-lg-12,
  .formData .col-xl-1,
  .formData .col-xl-2,
  .formData .col-xl-3,
  .formData .col-xl-4,
  .formData .col-xl-5,
  .formData .col-xl-6,
  .formData .col-xl-7,
  .formData .col-xl-8,
  .formData .col-xl-9,
  .formData .col-xl-10,
  .formData .col-xl-11,
  .formData .col-xl-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .formData .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .formData .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .formData .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .formData .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .formData .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .formData .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .formData .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .formData .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .formData .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .formData .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .formData .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .formData .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .formData .col-sm-offset-12 {
    margin-left: 100%;
  }
  .formData .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .formData .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .formData .col-sm-offset-9 {
    margin-left: 75%;
  }
  .formData .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .formData .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .formData .col-sm-offset-6 {
    margin-left: 50%;
  }
  .formData .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .formData .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .formData .col-sm-offset-3 {
    margin-left: 25%;
  }
  .formData .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .formData .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .formData .col-sm-offset-0 {
    margin-left: 0;
  }
  .formData .hidden-sm {
    display: none !important;
  }
}
@media all and (min-width: 769px) {
  .formData .container {
    margin-right: 45px;
    margin-left: 45px;
  }
  .formData .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .formData .col-1,
  .formData .col-2,
  .formData .col-3,
  .formData .col-4,
  .formData .col-5,
  .formData .col-6,
  .formData .col-7,
  .formData .col-8,
  .formData .col-9,
  .formData .col-10,
  .formData .col-11,
  .formData .col-12,
  .formData .col-sm-1,
  .formData .col-sm-2,
  .formData .col-sm-3,
  .formData .col-sm-4,
  .formData .col-sm-5,
  .formData .col-sm-6,
  .formData .col-sm-7,
  .formData .col-sm-8,
  .formData .col-sm-9,
  .formData .col-sm-10,
  .formData .col-sm-11,
  .formData .col-sm-12,
  .formData .col-md-1,
  .formData .col-md-2,
  .formData .col-md-3,
  .formData .col-md-4,
  .formData .col-md-5,
  .formData .col-md-6,
  .formData .col-md-7,
  .formData .col-md-8,
  .formData .col-md-9,
  .formData .col-md-10,
  .formData .col-md-11,
  .formData .col-md-12,
  .formData .col-lg-1,
  .formData .col-lg-2,
  .formData .col-lg-3,
  .formData .col-lg-4,
  .formData .col-lg-5,
  .formData .col-lg-6,
  .formData .col-lg-7,
  .formData .col-lg-8,
  .formData .col-lg-9,
  .formData .col-lg-10,
  .formData .col-lg-11,
  .formData .col-lg-12,
  .formData .col-xl-1,
  .formData .col-xl-2,
  .formData .col-xl-3,
  .formData .col-xl-4,
  .formData .col-xl-5,
  .formData .col-xl-6,
  .formData .col-xl-7,
  .formData .col-xl-8,
  .formData .col-xl-9,
  .formData .col-xl-10,
  .formData .col-xl-11,
  .formData .col-xl-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .formData .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .formData .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .formData .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .formData .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .formData .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .formData .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .formData .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .formData .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .formData .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .formData .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .formData .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .formData .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .formData .col-md-offset-12 {
    margin-left: 100%;
  }
  .formData .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .formData .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .formData .col-md-offset-9 {
    margin-left: 75%;
  }
  .formData .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .formData .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .formData .col-md-offset-6 {
    margin-left: 50%;
  }
  .formData .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .formData .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .formData .col-md-offset-3 {
    margin-left: 25%;
  }
  .formData .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .formData .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .formData .col-md-offset-0 {
    margin-left: 0;
  }
  .formData .hidden-md {
    display: none !important;
  }
}
@media all and (min-width: 1441px) {
  .formData .container {
    margin-right: 80px;
    margin-left: 80px;
  }
  .formData .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .formData .col-1,
  .formData .col-2,
  .formData .col-3,
  .formData .col-4,
  .formData .col-5,
  .formData .col-6,
  .formData .col-7,
  .formData .col-8,
  .formData .col-9,
  .formData .col-10,
  .formData .col-11,
  .formData .col-12,
  .formData .col-sm-1,
  .formData .col-sm-2,
  .formData .col-sm-3,
  .formData .col-sm-4,
  .formData .col-sm-5,
  .formData .col-sm-6,
  .formData .col-sm-7,
  .formData .col-sm-8,
  .formData .col-sm-9,
  .formData .col-sm-10,
  .formData .col-sm-11,
  .formData .col-sm-12,
  .formData .col-md-1,
  .formData .col-md-2,
  .formData .col-md-3,
  .formData .col-md-4,
  .formData .col-md-5,
  .formData .col-md-6,
  .formData .col-md-7,
  .formData .col-md-8,
  .formData .col-md-9,
  .formData .col-md-10,
  .formData .col-md-11,
  .formData .col-md-12,
  .formData .col-lg-1,
  .formData .col-lg-2,
  .formData .col-lg-3,
  .formData .col-lg-4,
  .formData .col-lg-5,
  .formData .col-lg-6,
  .formData .col-lg-7,
  .formData .col-lg-8,
  .formData .col-lg-9,
  .formData .col-lg-10,
  .formData .col-lg-11,
  .formData .col-lg-12,
  .formData .col-xl-1,
  .formData .col-xl-2,
  .formData .col-xl-3,
  .formData .col-xl-4,
  .formData .col-xl-5,
  .formData .col-xl-6,
  .formData .col-xl-7,
  .formData .col-xl-8,
  .formData .col-xl-9,
  .formData .col-xl-10,
  .formData .col-xl-11,
  .formData .col-xl-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .formData .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .formData .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .formData .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .formData .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .formData .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .formData .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .formData .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .formData .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .formData .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .formData .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .formData .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .formData .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .formData .hidden-lg {
    display: none !important;
  }
}
@media all and (min-width: 1920px) {
  .formData .container {
    margin-right: 100px;
    margin-left: 100px;
  }
  .formData .row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .formData .col-1,
  .formData .col-2,
  .formData .col-3,
  .formData .col-4,
  .formData .col-5,
  .formData .col-6,
  .formData .col-7,
  .formData .col-8,
  .formData .col-9,
  .formData .col-10,
  .formData .col-11,
  .formData .col-12,
  .formData .col-sm-1,
  .formData .col-sm-2,
  .formData .col-sm-3,
  .formData .col-sm-4,
  .formData .col-sm-5,
  .formData .col-sm-6,
  .formData .col-sm-7,
  .formData .col-sm-8,
  .formData .col-sm-9,
  .formData .col-sm-10,
  .formData .col-sm-11,
  .formData .col-sm-12,
  .formData .col-md-1,
  .formData .col-md-2,
  .formData .col-md-3,
  .formData .col-md-4,
  .formData .col-md-5,
  .formData .col-md-6,
  .formData .col-md-7,
  .formData .col-md-8,
  .formData .col-md-9,
  .formData .col-md-10,
  .formData .col-md-11,
  .formData .col-md-12,
  .formData .col-lg-1,
  .formData .col-lg-2,
  .formData .col-lg-3,
  .formData .col-lg-4,
  .formData .col-lg-5,
  .formData .col-lg-6,
  .formData .col-lg-7,
  .formData .col-lg-8,
  .formData .col-lg-9,
  .formData .col-lg-10,
  .formData .col-lg-11,
  .formData .col-lg-12,
  .formData .col-xl-1,
  .formData .col-xl-2,
  .formData .col-xl-3,
  .formData .col-xl-4,
  .formData .col-xl-5,
  .formData .col-xl-6,
  .formData .col-xl-7,
  .formData .col-xl-8,
  .formData .col-xl-9,
  .formData .col-xl-10,
  .formData .col-xl-11,
  .formData .col-xl-12 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .formData .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .formData .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .formData .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .formData .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .formData .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .formData .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .formData .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .formData .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .formData .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .formData .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .formData .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .formData .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .formData .hidden-xl {
    display: none !important;
  }
}
@media all and (max-width: 769px) {
  .formData .col-sm-full img {
    width: calc(160%);
    margin-left: -30px;
  }
  .formData .hidden-sm {
    display: none !important;
  }
}
.formData .hidden-sm {
  display: flex;
}
@media all and (min-width: 481px) {
  .formData .hidden-sm {
    display: block;
  }
}
@media all and (max-width: 481px) {
  .formData .no-margin-sm {
    margin-top: 0 !important;
  }
}
@media all and (max-width: 769px) {
  .formData .reverse-grid {
    flex-direction: column-reverse;
  }
}
.formData {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.formData h1 {
  color: #6a1b16;
  padding-top: 60px;
  padding-bottom: 60px;
}
.formData h2 + p {
  margin-top: 15px;
  line-height: 1.3em;
}
.formData .ty-box {
  border: 1px solid #999;
  padding: 40px;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
textarea,
input {
  border: 1px solid #767676;
}
@media all and (min-width: 768px) {
  select {
    -webkit-appearance: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAIAAABChommAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LjE2NDc1MywgMjAyMS8wMi8xNS0xMTo1MjoxMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjMgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZEM0RBMTg4QjFDRTExRUI4Q0IxQTVCRDRCQjMyMkE0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZEM0RBMTg5QjFDRTExRUI4Q0IxQTVCRDRCQjMyMkE0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkQzREExODZCMUNFMTFFQjhDQjFBNUJENEJCMzIyQTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkQzREExODdCMUNFMTFFQjhDQjFBNUJENEJCMzIyQTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz49ahMtAAAAY0lEQVR42oSQ0RHAIAhDtRO4iWwITgwb0LT0qOWn+ZGEB552d29/OuIQETPbG7BrrcdgEzOjICJV9VsoYBGidV0V0ZwzuSQQxljL0eQK8UI7V4gPlFwhoF6+IN44xtjDU4ABAJimhbjwFFLAAAAAAElFTkSuQmCC) no-repeat right white;
    padding-right: 10px;
    background-position-x: 97%;
    border-color: #767676;
    border-radius: 0;
  }
}
@media all and (max-width: 768px) {
  br.mobile-break {
    content: ' ';
  }
  br.mobile-break::after {
    content: ' ';
  }
}
.smaller {
  font-size: 13.5px;
}
.text-center {
  text-align: center;
}
input#grantSubmit {
  cursor: pointer;
}
.form-section {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.form-section h2,
.form-section h3 {
  text-align: left;
  margin-bottom: 20px;
}
.form-section label {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
.form-section .requiredStar {
  position: relative;
}
.form-section .requiredStar::after {
  content: "*";
  color: #ff0000;
  position: absolute;
  top: 0;
  font-size: 1.2em;
  font-weight: bold;
  right: 10px;
}
.form-section .error {
  border: 2px solid #ff0000 !important;
}
.form-section span.requiredStar::after {
  right: -10px;
}
.form-section em {
  font-style: italic;
}
.form-section h3.no-margin {
  margin-bottom: 0;
}
.form-section p {
  margin-bottom: 10px;
  display: block;
}
.form-section .form-row {
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  .form-section .form-row {
    margin-bottom: 20px;
  }
}
.form-section .form-row input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 12px 15px;
}
.form-section .form-row select {
  padding: 0px 15px;
  height: 40px;
}
.form-section .form-row textarea {
  width: 100%;
  height: 120px;
  padding: 12px 15px;
  resize: none;
}
.form-section .form-row .checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-section .form-row .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.form-section .form-row .checkbox-container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-section .form-row .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: 1px solid;
}
.form-section .form-row .checkbox-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.form-section .form-row .checkbox-container .checkmark::after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-section .form-row .checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.form-section .form-row .checkbox-container input:checked ~ .checkmark {
  background-color: #d83026;
}
.form-section .form-row .radiobox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-section .form-row .radiobox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-section .form-row .radiobox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
  border: 2px solid transparent;
}
.form-section .form-row .radiobox-container .checkmark :after {
  content: "";
  position: absolute;
  display: none;
}
.form-section .form-row .radiobox-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.form-section .form-row .radiobox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.form-section .form-row .radiobox-container input:checked ~ .checkmark:after {
  display: block;
}
.form-section .form-row .radiobox-container input:checked ~ .checkmark {
  background-color: #d83026;
}
.form-section .form-row .center-block {
  display: block;
  margin: 0 auto;
}
.form-section .form-row select {
  width: 100%;
  height: 40px;
}
@media all and (max-width: 480px) {
  .form-section .form-row {
    /*.requiredStar::after{
                right: 20px;
            }*/
  }
  .form-section .form-row input,
  .form-section .form-row input[type="text"],
  .form-section .form-row textarea,
  .form-section .form-row select {
    /* width: ~'calc(100% - 11px)';*/
  }
}
.form-section input[type="submit"],
.form-section button {
  background-color: #d83026;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .05em;
  font-size: 18px;
  display: block;
  max-width: 280px;
  margin-bottom: 60px;
}
@media all and (max-width: 768px) {
  .col-12 + .col-12 {
    margin-top: 20px;
  }
}
body.modalOpen {
  overflow: hidden;
}
#pearlpledge {
  text-rendering: optimizelegibility;
}
#pearlpledge #home-slider {
  height: 445px;
  width: 100%;
  background-color: #de0703;
}
@media all and (max-width: 1199px) {
  #pearlpledge #home-slider {
    height: 390px;
  }
}
@media all and (max-width: 991px) {
  #pearlpledge #home-slider {
    height: 42vw;
  }
}
@media all and (max-width: 480px) {
  #pearlpledge #home-slider {
    height: 42vw;
  }
}
#pearlpledge #home-slider #home-slider-viewport {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#pearlpledge #home-slider #home-slider-viewport #home-slider-slides {
  height: 100%;
}
#pearlpledge #home-slider #home-slider-viewport #home-slider-slides .slide {
  height: 100%;
  position: relative;
  overflow: hidden;
}
#pearlpledge .slide .content-wrapper {
  height: 100%;
}
#pearlpledge .slide .rebrand-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#pearlpledge .slide .rebrand-container .recipient_image {
  width: 520px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 36px;
}
@media all and (max-width: 1200px) {
  #pearlpledge .slide .rebrand-container .recipient_image {
    margin-left: 30px;
    width: 425px;
    margin-right: 30px;
  }
}
@media all and (max-width: 991px) {
  #pearlpledge .slide .rebrand-container .recipient_image {
    margin-left: 30px;
    width: 320px;
  }
}
@media all and (max-width: 768px) {
  #pearlpledge .slide .rebrand-container .recipient_image {
    margin-right: 20px;
    margin-left: 20px;
    width: 290px;
  }
}
@media all and (max-width: 640px) {
  #pearlpledge .slide .rebrand-container .recipient_image {
    width: 42vw;
    margin-left: 4vw;
    margin-right: 2vw;
  }
}
#pearlpledge .slide .rebrand-container .pearl_image {
  width: 400px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6vw;
  margin-right: 3vw;
}
@media all and (max-width: 1400px) {
  #pearlpledge .slide .rebrand-container .pearl_image {
    width: 350px;
    margin-left: 6vw;
    margin-right: 5vw;
  }
}
@media all and (max-width: 1200px) {
  #pearlpledge .slide .rebrand-container .pearl_image {
    margin-left: 3vw;
  }
}
@media all and (max-width: 991px) {
  #pearlpledge .slide .rebrand-container .pearl_image {
    margin-left: 3vw;
    width: 240px;
  }
}
@media all and (max-width: 640px) {
  #pearlpledge .slide .rebrand-container .pearl_image {
    width: 36vw;
  }
}
@media all and (max-width: 480px) {
  #pearlpledge .slide .rebrand-container .pearl_image {
    width: 28vw;
  }
}
#pearlpledge .slide .rebrand-container .recipient_text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 29px;
  line-height: 60px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /*
                .large_text:first-child {
                    margin-top: 1vw;
                }*/
}
@media all and (max-width: 1200px) {
  #pearlpledge .slide .rebrand-container .recipient_text {
    font-size: 24px;
    line-height: 60px;
  }
}
@media all and (max-width: 992px) {
  #pearlpledge .slide .rebrand-container .recipient_text {
    font-size: 18px;
    line-height: 38px;
  }
}
@media all and (max-width: 640px) {
  #pearlpledge .slide .rebrand-container .recipient_text {
    font-size: 3.4vw;
    line-height: 7.5vw;
    width: 50vw;
    margin-top: -1.2vw;
  }
}
#pearlpledge .slide .rebrand-container .recipient_text .large_text {
  font-weight: bold;
  font-size: 5.8vw;
  line-height: 6.5vw;
}
@media all and (min-width: 640px) {
  #pearlpledge .slide .rebrand-container .recipient_text .large_text {
    font-size: 3.8vw;
    line-height: 4.6vw;
  }
}
@media all and (min-width: 768px) {
  #pearlpledge .slide .rebrand-container .recipient_text .large_text {
    font-size: 30px;
    line-height: 34px;
  }
}
@media all and (min-width: 992px) {
  #pearlpledge .slide .rebrand-container .recipient_text .large_text {
    font-size: 40px;
    line-height: 48px;
  }
}
@media all and (min-width: 1200px) {
  #pearlpledge .slide .rebrand-container .recipient_text .large_text {
    font-size: 45px;
    line-height: 50px;
  }
}
#pearlpledge .slide .rebrand-container .pearl_text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5vw;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#pearlpledge .slide .rebrand-container .pearl_text .pearl_value {
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#pearlpledge .slide .rebrand-container .pearl_text .pearl_value .yellow {
  color: #fddd2c;
}
@media all and (max-width: 1400px) {
  #pearlpledge .slide .rebrand-container .pearl_text {
    font-size: 3vw;
  }
}
@media all and (max-width: 991px) {
  #pearlpledge .slide .rebrand-container .pearl_text {
    font-size: 3.5vw;
  }
  #pearlpledge .slide .rebrand-container .pearl_text .pearl_value {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 640px) {
  #pearlpledge .slide .rebrand-container .pearl_text {
    font-size: 3.2vw;
  }
  #pearlpledge .slide .rebrand-container .pearl_text .pearl_value {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 480px) {
  #pearlpledge .slide .rebrand-container .pearl_text {
    font-size: 3.6vw;
  }
}
#pearlpledge .slide.applyTout {
  background-color: #d82123;
}
#pearlpledge .slide.applyTout .rebrand-container {
  margin-left: 7vw;
  width: 600px;
}
@media all and (max-width: 1200px) {
  #pearlpledge .slide.applyTout .rebrand-container {
    width: 520px;
  }
}
@media all and (max-width: 991px) {
  #pearlpledge .slide.applyTout .rebrand-container {
    width: 61%;
    margin-left: 3vw;
  }
}
@media all and (max-width: 480px) {
  #pearlpledge .slide.applyTout .rebrand-container {
    width: 54%;
    margin-left: 3vw;
  }
}
#pearlpledge .slide.applyTout .pearl_image {
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
  height: auto;
}
#pearlpledge .pearlHeader {
  position: absolute;
  height: auto;
  top: -32%;
  transform: translateX(-50%);
  left: 50%;
}
#pearlpledge .pearlHeader.grantHeader {
  top: -24%;
}
#pearlpledge .pearlHeader.nominateHeader {
  top: -3vw;
}
@media all and (max-width: 2000px) {
  #pearlpledge .pearlHeader {
    width: 100%;
    transform: translateX(0%);
    left: unset;
  }
  #pearlpledge .pearlHeader.grantHeader {
    width: 100%;
    transform: translateX(0%);
  }
  #pearlpledge .pearlHeader.nominateHeader {
    top: -8vw;
  }
}
@media all and (max-width: 1999px) {
  #pearlpledge .pearlHeader {
    top: -12vw;
  }
}
@media all and (max-width: 1800px) {
  #pearlpledge .pearlHeader {
    top: -10vw;
  }
}
@media all and (max-width: 1700px) {
  #pearlpledge .pearlHeader.nominateHeader {
    top: -6vw;
  }
}
@media all and (max-width: 1400px) {
  #pearlpledge .pearlHeader {
    top: -8vw;
  }
  #pearlpledge .pearlHeader.grantHeader {
    top: 0vw;
  }
}
@media all and (max-width: 1300px) {
  #pearlpledge .pearlHeader {
    top: 50%;
    transform: translateY(-50%);
  }
  #pearlpledge .pearlHeader.nominateHeader {
    transform: translateY(-0%);
    top: -2vw;
  }
}
@media all and (max-width: 991px) {
  #pearlpledge .pearlHeader.nominateHeader {
    transform: translateY(-0%);
    top: 0vw;
  }
}
@media all and (max-width: 640px) {
  #pearlpledge .pearlHeader {
    top: 52%;
  }
}
@media all and (max-width: 480px) {
  #pearlpledge .pearlHeader {
    top: 52%;
  }
}
#pearlpledge .bodyContent {
  margin-top: 90px;
  margin-bottom: 80px;
}
@media all and (max-width: 480px) {
  #pearlpledge .bodyContent {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #pearlpledge .bodyContent p {
    font-size: 18px !important;
  }
}
@media all and (max-width: 991px) {
  #pearlpledge .bodyContent {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
#pearlpledge .bodyContent .sub-header {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 35px;
  color: #494848;
}
#pearlpledge .bodyContent .pearlValues {
  color: #494848;
  margin-bottom: 60px;
}
#pearlpledge .bodyContent .pearlValues .red {
  color: #be1a19;
}
#pearlpledge .bodyContent .pearlValues .value {
  margin-bottom: 25px;
  letter-spacing: .05em;
}
#pearlpledge .bodyContent .pearlValues .value strong {
  font-size: 1.15em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#pearlpledge .bodyContent .border {
  background-color: #ea2523;
  margin: 70px 0;
  height: 1px;
}
#pearlpledge .bodyContent .details {
  margin-bottom: 60px;
}
#pearlpledge .bodyContent .details p {
  line-height: 1.5em;
  margin-bottom: 15px;
}
#pearlpledge .bodyContent .details h3 {
  color: #be1a19;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 35px;
}
#pearlpledge .bodyContent .details a {
  color: #494848;
  text-decoration: underline;
}
#pearlpledge .bodyContent .details ul {
  padding-left: 18px;
  list-style: disc;
  margin-bottom: 40px;
}
#pearlpledge .bodyContent .details ul li {
  margin-bottom: 10px;
}
#pearlpledge .bodyContent .button-row {
  text-align: center;
}
#pearlpledge .bodyContent .button-row .button {
  width: calc(50% - 60px);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 16px 20px;
  max-width: 500px;
}
#pearlpledge .bodyContent .button-row .button + .button {
  margin-left: 60px;
}
@media all and (max-width: 768px) {
  #pearlpledge .bodyContent .button-row .button {
    width: 100%;
  }
  #pearlpledge .bodyContent .button-row .button + .button {
    margin-left: 0;
    margin-top: 30px;
  }
}
#pearlpledge .image__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
#pearlpledge .image__grid .image__grid__item {
  width: calc(25% - 20px);
  margin-bottom: 90px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}
@media all and (max-width: 992px) {
  #pearlpledge .image__grid .image__grid__item {
    width: calc(33.33% - 20px);
  }
}
@media all and (max-width: 640px) {
  #pearlpledge .image__grid .image__grid__item {
    width: calc(50% - 20px);
    margin-left: 8px;
    margin-right: 8px;
  }
}
#pearlpledge .image__grid .image__grid__item:hover .cta {
  color: #fff;
  background-color: #e4002b;
}
#pearlpledge .image__grid .image__grid__item .image__grid__item__details .logo {
  background-color: #E80029;
  height: 250px;
  position: relative;
}
@media all and (max-width: 1200px) {
  #pearlpledge .image__grid .image__grid__item .image__grid__item__details .logo {
    height: 18vw;
  }
}
@media all and (max-width: 950px) {
  #pearlpledge .image__grid .image__grid__item .image__grid__item__details .logo {
    height: 21vw;
  }
}
@media all and (max-width: 768px) {
  #pearlpledge .image__grid .image__grid__item .image__grid__item__details .logo {
    height: 25vw;
  }
}
@media all and (max-width: 640px) {
  #pearlpledge .image__grid .image__grid__item .image__grid__item__details .logo {
    height: 37vw;
  }
}
@media all and (max-width: 480px) {
  #pearlpledge .image__grid .image__grid__item .image__grid__item__details .logo {
    height: 41vw;
  }
}
#pearlpledge .image__grid .image__grid__item .image__grid__item__details .logo img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#pearlpledge .image__grid .image__grid__item .image__grid__item__details .footer {
  background-color: #FFBF3F;
  padding: 8px;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
#pearlpledge .image__grid .image__grid__item .image__grid__item__details .footer .footer__top {
  font-size: 16px;
  line-height: 21.9px;
  color: #b81c22;
  padding-bottom: 0px;
  display: block;
  font-weight: bold;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pearlpledge .image__grid .image__grid__item .image__grid__item__details .footer .footer__bottom {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  border-top: 2px solid #EA993C;
  display: block;
  padding-top: 8px;
}
@media all and (max-width: 1200px) {
  #pearlpledge .image__grid .image__grid__item .image__grid__item__details .footer .footer__top {
    font-size: 15px;
    line-height: 17.9px;
  }
  #pearlpledge .image__grid .image__grid__item .image__grid__item__details .footer .footer__bottom {
    font-size: 11px;
  }
}
@media all and (max-width: 992px) {
  #pearlpledge .image__grid .image__grid__item .image__grid__item__details .footer .footer__bottom {
    font-size: 11px;
  }
}
@media all and (max-width: 480px) {
  #pearlpledge .image__grid .image__grid__item .image__grid__item__details .footer .footer__top {
    font-size: 12px;
    line-height: 16px;
  }
  #pearlpledge .image__grid .image__grid__item .image__grid__item__details .footer .footer__bottom {
    font-size: 10px;
  }
}
#pearlpledge .image__grid .image__grid__item .cta {
  background-color: #b81c22;
  color: #fff;
  font-size: 16px;
  line-height: 15px;
  padding: 12px 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  transition: color, background-color 250ms ease-in-out;
}
#pearlpledge .image__grid .image__grid__item_3 {
  width: calc(25% - 19px);
  margin-bottom: 90px;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}
@media all and (max-width: 992px) {
  #pearlpledge .image__grid .image__grid__item_3 {
    width: calc(33.33% - 20px);
  }
}
@media all and (max-width: 640px) {
  #pearlpledge .image__grid .image__grid__item_3 {
    width: calc(50% - 20px);
    margin-left: 8px;
    margin-right: 8px;
  }
}
#pearlpledge .image__grid .image__grid__item_3:hover .cta {
  color: #fff;
  background-color: #e4002b;
}
#pearlpledge .image__grid .image__grid__item_3 .image__grid__item__details {
  margin-bottom: 11px;
}
#pearlpledge .image__grid .image__grid__item_3 .image__grid__item__details .logo {
  background-color: #E80029;
  height: 250px;
  position: relative;
}
@media all and (max-width: 1200px) {
  #pearlpledge .image__grid .image__grid__item_3 .image__grid__item__details .logo {
    height: 18vw;
  }
}
@media all and (max-width: 950px) {
  #pearlpledge .image__grid .image__grid__item_3 .image__grid__item__details .logo {
    height: 21vw;
  }
}
@media all and (max-width: 768px) {
  #pearlpledge .image__grid .image__grid__item_3 .image__grid__item__details .logo {
    height: 25vw;
  }
}
@media all and (max-width: 640px) {
  #pearlpledge .image__grid .image__grid__item_3 .image__grid__item__details .logo {
    height: 37vw;
  }
}
@media all and (max-width: 480px) {
  #pearlpledge .image__grid .image__grid__item_3 .image__grid__item__details .logo {
    height: 41vw;
  }
}
#pearlpledge .image__grid .image__grid__item_3 .image__grid__item__details .logo img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#pearlpledge .image__grid .image__grid__item_3 .image__grid__item__details .footer {
  background-color: #b81c22;
  padding: 8px;
  color: #fff;
  display: block;
  text-align: center;
}
#pearlpledge .image__grid .image__grid__item_3 .image__grid__item__details .footer .footer__top {
  font-size: 16px;
  line-height: 21.9px;
  color: #fff;
  padding-bottom: 8px;
  display: block;
  font-weight: bold;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pearlpledge .image__grid .image__grid__item_3 .image__grid__item__details .footer .footer__bottom {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  border-top: 2px solid #EA993C;
  display: block;
  padding-top: 8px;
}
@media all and (max-width: 1200px) {
  #pearlpledge .image__grid .image__grid__item_3 .image__grid__item__details .footer .footer__top {
    font-size: 15px;
    line-height: 17.9px;
  }
  #pearlpledge .image__grid .image__grid__item_3 .image__grid__item__details .footer .footer__bottom {
    font-size: 11px;
  }
}
@media all and (max-width: 992px) {
  #pearlpledge .image__grid .image__grid__item_3 .image__grid__item__details .footer .footer__bottom {
    font-size: 11px;
  }
}
@media all and (max-width: 480px) {
  #pearlpledge .image__grid .image__grid__item_3 .image__grid__item__details .footer .footer__top {
    font-size: 12px;
    line-height: 16px;
  }
  #pearlpledge .image__grid .image__grid__item_3 .image__grid__item__details .footer .footer__bottom {
    font-size: 10px;
  }
}
#pearlpledge .image__grid .image__grid__item_3 .cta {
  background-color: #FEDC00;
  color: #96262C;
  font-size: 13px;
  line-height: 15px;
  padding: 12px 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  transition: color, background-color 250ms ease-in-out;
}
#pearlpledge .modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
#pearlpledge .modal.open {
  display: block;
  opacity: 1;
}
#pearlpledge .modal .curtain {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .5;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
#pearlpledge .modal .modalBody {
  width: 95%;
  max-width: 1330px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFBF3F;
  border-radius: 12px;
  max-height: 98%;
  overflow: hidden;
}
#pearlpledge .modal .modalBody .closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 99;
}
@media all and (max-width: 1200px) {
  #pearlpledge .modal .modalBody .closeBtn img {
    width: 20px;
  }
}
#pearlpledge .modal .modalBody .modalContent2023 {
  padding: 65px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  #pearlpledge .modal .modalBody .modalContent2023 {
    padding: 35px;
  }
}
@media all and (max-width: 768px) {
  #pearlpledge .modal .modalBody .modalContent2023 {
    padding: 0;
  }
}
#pearlpledge .modal .modalBody .modalContent2023 .logoBG2023 {
  width: 38%;
}
#pearlpledge .modal .modalBody .modalContent2023 .logoBG2023 img {
  width: calc(100% - 30px);
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  #pearlpledge .modal .modalBody .modalContent2023 .logoBG2023 {
    height: unset !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #pearlpledge .modal .modalBody .modalContent2023 .logoBG2023 img {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    width: 65% !important;
    margin-top: 5px !important;
  }
}
@media all and (max-width: 768px) {
  #pearlpledge .modal .modalBody .modalContent2023 .logoBG2023 {
    height: unset;
    margin-left: auto;
    margin-right: auto;
  }
  #pearlpledge .modal .modalBody .modalContent2023 .logoBG2023 img {
    width: calc(100% - 0vh);
    margin-top: 2vh;
  }
}
@media all and (max-width: 480px) {
  #pearlpledge .modal .modalBody .modalContent2023 .logoBG2023 {
    margin-left: auto;
    margin-right: auto;
  }
  #pearlpledge .modal .modalBody .modalContent2023 .logoBG2023 img {
    width: calc(100% - 0vh);
    margin-top: 2vh;
  }
}
#pearlpledge .modal .modalBody .modalContent2023 .modalText {
  width: calc(62% - 30px);
  margin-left: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  overflow-y: auto;
  max-height: 72vh;
  color: #000;
}
#pearlpledge .modal .modalBody .modalContent2023 .modalText .modalHeader {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
#pearlpledge .modal .modalBody .modalContent2023 .modalText h3 {
  color: #be1a19;
  text-align: left;
  font-size: 25px;
  line-height: 27px;
  font-weight: bold;
}
#pearlpledge .modal .modalBody .modalContent2023 .modalText p {
  font-size: 18px;
  line-height: 18px;
}
#pearlpledge .modal .modalBody .modalContent2023 .modalText p em {
  font-style: italic;
}
#pearlpledge .modal .modalBody .modalContent2023 .modalText p {
  margin-top: 18px;
}
#pearlpledge .modal .modalBody .modalContent2023 .modalText a {
  font-weight: bold;
  text-decoration: underline;
  margin-top: 18px;
  display: block;
}
#pearlpledge .modal .modalBody .modalContent2023 .modalText .note {
  font-size: 14px;
  padding-bottom: 20px;
  font-style: italic;
}
#pearlpledge .modal .modalBody .modalContent2023 .modalText .note em {
  font-style: italic;
}
@media all and (max-width: 1300px) {
  #pearlpledge .modal .modalBody .modalContent2023 .modalText {
    /*           .modalHeader {
                            font-size: 2.2vw;
                            line-height: 2.5vw;
                        }*/
  }
  #pearlpledge .modal .modalBody .modalContent2023 .modalText h3 {
    font-size: 22px;
    line-height: 25px;
  }
  #pearlpledge .modal .modalBody .modalContent2023 .modalText a,
  #pearlpledge .modal .modalBody .modalContent2023 .modalText p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  #pearlpledge .modal .modalBody .modalContent2023 .modalText {
    max-height: 25vh;
  }
}
@media all and (max-width: 768px) {
  #pearlpledge .modal .modalBody .modalContent2023 .modalText {
    width: 100%;
    margin-top: 30px;
    padding: 30px;
    padding-top: 0;
    margin-left: 0;
    overflow: auto;
    /*
                        .modalHeader {
                            font-size: 3.2vw;
                            line-height: 3.5vw;
                        }
*/
  }
  #pearlpledge .modal .modalBody .modalContent2023 .modalText a,
  #pearlpledge .modal .modalBody .modalContent2023 .modalText p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media all and (max-width: 480px) {
  #pearlpledge .modal .modalBody .modalContent2023 .modalText {
    margin-top: 20px;
    padding: 15px;
    padding-top: 0;
  }
}
@media all and (max-width: 640px) {
  #pearlpledge .modal .modalBody .modalContent2023 .modalText {
    /*            .modalHeader {
                            font-size: 3.2vw;
                            line-height: 3.5vw;
                        }*/
  }
  #pearlpledge .modal .modalBody .modalContent2023 .modalText a,
  #pearlpledge .modal .modalBody .modalContent2023 .modalText p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media all and (max-width: 480px) {
  #pearlpledge .modal .modalBody .modalContent2023 .modalText {
    overflow: auto;
    /*             .modalHeader {
                            font-size: 6.2vw;
                            line-height: 7.5vw;
                        }*/
    /*
                        h3 {
                            text-align: center;
                        }*/
  }
}
#pearlpledge .modal .modalBody .modalContent {
  padding: 65px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  #pearlpledge .modal .modalBody .modalContent {
    padding: 35px;
  }
}
@media all and (max-width: 768px) {
  #pearlpledge .modal .modalBody .modalContent {
    padding: 0;
  }
}
#pearlpledge .modal .modalBody .modalContent .logoBG {
  background-color: #e4002b;
  height: calc(98vh - 170px);
  max-height: 550px;
  width: 38%;
  position: relative;
  border-radius: 6px;
}
#pearlpledge .modal .modalBody .modalContent .logoBG img {
  width: calc(100% - 30px);
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 768px) {
  #pearlpledge .modal .modalBody .modalContent .logoBG {
    width: 30%;
    height: 230px;
    margin-left: 35%;
  }
}
@media all and (max-width: 480px) {
  #pearlpledge .modal .modalBody .modalContent .logoBG {
    width: 100%;
    margin-left: 0;
  }
  #pearlpledge .modal .modalBody .modalContent .logoBG img {
    width: 60%;
    height: auto;
  }
}
#pearlpledge .modal .modalBody .modalContent .logoBG2023 {
  height: calc(98vh - 170px);
  max-height: 550px;
  width: 38%;
  position: relative;
  border-radius: 6px;
}
#pearlpledge .modal .modalBody .modalContent .logoBG2023 img {
  width: calc(100% - 30px);
  height: auto;
  position: absolute;
  left: 50%;
  top: 24vh;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 768px) {
  #pearlpledge .modal .modalBody .modalContent .logoBG2023 {
    width: 30%;
    height: 230px;
    margin-left: 35%;
  }
  #pearlpledge .modal .modalBody .modalContent .logoBG2023 img {
    width: calc(100% - 0vh);
    top: 16vh;
  }
}
@media all and (max-width: 480px) {
  #pearlpledge .modal .modalBody .modalContent .logoBG2023 {
    width: 100%;
    margin-left: 0;
  }
  #pearlpledge .modal .modalBody .modalContent .logoBG2023 img {
    width: 60%;
  }
}
#pearlpledge .modal .modalBody .modalContent .modalText {
  width: calc(62% - 30px);
  margin-left: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  overflow-y: auto;
  height: 72vh;
  max-height: 550px;
}
#pearlpledge .modal .modalBody .modalContent .modalText .modalHeader {
  font-size: 30px;
  font-weight: bold;
  color: #4A4A4A;
}
#pearlpledge .modal .modalBody .modalContent .modalText h3 {
  color: #be1a19;
  text-align: left;
  font-size: 25px;
  line-height: 27px;
  font-weight: bold;
}
#pearlpledge .modal .modalBody .modalContent .modalText p {
  font-size: 18px;
  line-height: 18px;
}
#pearlpledge .modal .modalBody .modalContent .modalText p em {
  font-style: italic;
}
#pearlpledge .modal .modalBody .modalContent .modalText p {
  margin-top: 18px;
}
#pearlpledge .modal .modalBody .modalContent .modalText a {
  font-weight: bold;
  text-decoration: underline;
  margin-top: 18px;
  display: block;
}
#pearlpledge .modal .modalBody .modalContent .modalText .note {
  font-size: 14px;
  padding-bottom: 20px;
  font-style: italic;
}
#pearlpledge .modal .modalBody .modalContent .modalText .note em {
  font-style: italic;
}
@media all and (max-width: 1300px) {
  #pearlpledge .modal .modalBody .modalContent .modalText {
    /*           .modalHeader {
                            font-size: 2.2vw;
                            line-height: 2.5vw;
                        }*/
  }
  #pearlpledge .modal .modalBody .modalContent .modalText h3 {
    font-size: 22px;
    line-height: 25px;
  }
  #pearlpledge .modal .modalBody .modalContent .modalText a,
  #pearlpledge .modal .modalBody .modalContent .modalText p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media all and (max-width: 768px) {
  #pearlpledge .modal .modalBody .modalContent .modalText {
    width: 100%;
    margin-top: 30px;
    padding: 30px;
    padding-top: 0;
    margin-left: 0;
    overflow: auto;
    height: calc(90vh - 140px);
    /*
                        .modalHeader {
                            font-size: 3.2vw;
                            line-height: 3.5vw;
                        }
*/
  }
  #pearlpledge .modal .modalBody .modalContent .modalText a,
  #pearlpledge .modal .modalBody .modalContent .modalText p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media all and (max-width: 480px) {
  #pearlpledge .modal .modalBody .modalContent .modalText {
    margin-top: 20px;
    padding: 15px;
    padding-top: 0;
  }
}
@media all and (max-width: 640px) {
  #pearlpledge .modal .modalBody .modalContent .modalText {
    /*            .modalHeader {
                            font-size: 3.2vw;
                            line-height: 3.5vw;
                        }*/
  }
  #pearlpledge .modal .modalBody .modalContent .modalText a,
  #pearlpledge .modal .modalBody .modalContent .modalText p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media all and (max-width: 480px) {
  #pearlpledge .modal .modalBody .modalContent .modalText {
    overflow: auto;
    height: calc(95vh - 270px);
    /*             .modalHeader {
                            font-size: 6.2vw;
                            line-height: 7.5vw;
                        }*/
    /*
                        h3 {
                            text-align: center;
                        }*/
  }
}
#pearlpledge .grant__announcement__header {
  padding: 20px 10px;
  border: 1px solid #e4002b;
  color: #000;
  margin-bottom: 60px;
}
#pearlpledge .grant__announcement__header p.sub-header {
  color: #000;
  margin-bottom: 0;
}
#pearlpledge .introCopy {
  padding: 0px;
  margin-bottom: 40px;
}
#pearlpledge .introCopy p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
@media all and (min-width: 480px) {
  #pearlpledge .introCopy {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
@media all and (min-width: 992px) {
  #pearlpledge .introCopy {
    padding: 0 40px;
    margin-bottom: 90px;
  }
  #pearlpledge .introCopy p {
    font-size: 23px;
    line-height: 31px;
  }
}
input::placeholder {
  color: #000;
}
select {
  color: #000;
}
select.active {
  color: #000;
}
option:not(:first-of-type) {
  color: black;
}
.form-section label.form-lbl {
  margin-bottom: 5px;
  font-size: 16px;
}
.yellow-bg {
  background-color: #fddd2c;
}
.required-note {
  color: #ff0000;
  text-align: left;
  margin-bottom: -20px !important;
}
.pledge-h2-spacing {
  padding-bottom: 3vw;
}
.pledge-recipients-button {
  width: 50% !important;
}
@media all and (max-width: 1024px) {
  .pledge-recipients-button {
    width: 65% !important;
  }
}
@media all and (max-width: 900px) {
  .pledge-recipients-button {
    width: 75% !important;
  }
}
@media all and (max-width: 600px) {
  .pledge-recipients-button {
    width: 80% !important;
  }
}
@media all and (max-width: 530px) {
  .pledge-recipients-button {
    width: 100% !important;
  }
}
.pledge-recipients-button-font {
  font-size: 20px !important;
  line-height: 1 !important;
}
@media all and (max-width: 480px) {
  .pledge-recipients-button-font {
    font-size: 18px !important;
  }
}
.pledge-recipients-button:hover a {
  text-decoration: none !important;
}
.pledge-clickhere {
  text-decoration: underline;
}
.cta-panel {
  background-color: #E80029;
  color: #FFF;
  font-size: 16px;
  line-height: 15px;
  padding: 12px 0;
  width: 60%;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  transition: color, background-color 250ms ease-in-out;
}
@media all and (max-width: 768px) {
  .cta-panel {
    width: 100%;
  }
}
.cta-panel:hover {
  background-color: #FFF;
  color: #E80029;
}
.pearl-slider {
  position: relative;
  /*apply Now slide*/
  /*END apply Now slide*/
  /*Nominate slide*/
  /*END Nominate slide*/
  /*Recipients slide*/
  /*END Recipients slide*/
  /*Home Page slide*/
  /*END home page slide*/
}
.pearl-slider .swiper-button-prev {
  left: 0;
}
.pearl-slider .swiper-button-prev img {
  width: 18px;
}
.pearl-slider .swiper-button-prev::after {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #F1CA76;
  z-index: -1;
  left: 0;
  transform: translateX(-50%);
}
@media all and (min-width: 900px) {
  .pearl-slider .swiper-button-prev::after {
    transform: translateX(-65%);
    width: 176px;
    height: 196px;
  }
}
@media all and (min-width: 900px) {
  .pearl-slider .swiper-button-prev img {
    width: 23px;
    margin-left: 20px;
  }
}
.pearl-slider .swiper-button-next {
  right: 0;
}
.pearl-slider .swiper-button-next img {
  width: 18px;
}
.pearl-slider .swiper-button-next::after {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #F1CA76;
  z-index: -1;
  right: 0;
  transform: translateX(50%);
}
@media all and (min-width: 900px) {
  .pearl-slider .swiper-button-next::after {
    transform: translateX(65%);
    width: 176px;
    height: 196px;
  }
}
@media all and (min-width: 900px) {
  .pearl-slider .swiper-button-next img {
    margin-right: 20px;
    width: 23px;
  }
}
.pearl-slider .callout {
  background: #b81c22;
  border-radius: 45px;
  color: #fff;
  position: absolute;
  z-index: 6;
  font-family: Poppins, Arial !important;
  width: 88vw;
  height: auto;
  left: 6vw;
  bottom: 8vw;
  min-height: 69vw;
}
.pearl-slider .callout .callout-inner {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  display: block;
  text-align: center;
  width: auto;
  padding: 20px;
}
@media all and (min-width: 480px) {
  .pearl-slider .callout .callout-inner {
    padding: 40px;
  }
}
@media all and (min-width: 1200px) {
  .pearl-slider .callout .callout-inner {
    padding: 40px;
  }
}
.pearl-slider .callout .callout-inner img.logo {
  width: 35.8vw;
}
@media all and (min-width: 769px) {
  .pearl-slider .callout .callout-inner img.logo {
    width: 18.8vw;
  }
}
.pearl-slider .callout .callout-inner .header {
  font-size: 6vw;
  font-weight: bold;
  line-height: 6.3vw;
  margin-bottom: 3.8vw;
  margin-top: 3.7vw;
  font-family: Poppins, Arial !important;
}
@media all and (min-width: 769px) {
  .pearl-slider .callout .callout-inner .header {
    font-size: 2.8vw;
    line-height: 3.1vw;
    margin-top: 1.4vw;
    margin-bottom: 1.4vw;
  }
}
.pearl-slider .callout .callout-inner p {
  font-size: 4.2vw;
  line-height: 4.6vw;
  font-family: Poppins, Arial !important;
}
@media all and (min-width: 769px) {
  .pearl-slider .callout .callout-inner p {
    font-size: 1.5vw;
    line-height: 1.8vw;
    width: 93%;
    display: block;
    margin: 0 auto;
  }
}
@media all and (min-width: 1200px) {
  .pearl-slider .callout .callout-inner p {
    font-size: 1.3vw;
    line-height: 1.6vw;
    width: 93%;
    display: block;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) {
  .pearl-slider .callout {
    width: 41vw;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 9vw;
    left: auto;
    bottom: auto;
    min-height: 30vw;
  }
}
@media all and (min-width: 1200px) {
  .pearl-slider .callout {
    min-height: 28vw;
  }
}
@media all and (min-width: 1600px) {
  .pearl-slider .callout {
    min-height: 26.1vw;
  }
}
.pearl-slider .callout-applynow {
  background: #b81c22;
  border-radius: 45px;
  color: #fff;
  position: absolute;
  z-index: 6;
  font-family: Poppins, Arial;
  width: 88vw;
  height: 73.2vw;
  left: 6vw;
  bottom: 6vw;
}
@media all and (max-width: 768px) {
  .pearl-slider .callout-applynow {
    height: 56.2vw;
  }
}
.pearl-slider .callout-applynow .callout-inner-applynow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  width: 80%;
}
.pearl-slider .callout-applynow .callout-inner-applynow img.logo {
  width: 35.8vw;
}
@media all and (min-width: 769px) {
  .pearl-slider .callout-applynow .callout-inner-applynow img.logo {
    width: 18.8vw;
  }
}
.pearl-slider .callout-applynow .callout-inner-applynow .header {
  font-family: Poppins, Arial;
  font-size: 6.8vw;
  font-weight: bold;
  line-height: 7.2vw;
  margin-bottom: 3.8vw;
  margin-top: 3.7vw;
}
@media all and (min-width: 769px) {
  .pearl-slider .callout-applynow .callout-inner-applynow .header {
    font-size: 2.5vw;
    line-height: 3.2vw;
    margin-bottom: 1.4vw;
    margin-top: 1.4vw;
  }
}
.pearl-slider .callout-applynow .callout-inner-applynow p {
  font-family: Poppins, Arial;
  font-size: 4.2vw;
  line-height: 4.6vw;
}
@media all and (min-width: 769px) {
  .pearl-slider .callout-applynow .callout-inner-applynow p {
    font-size: 1.3vw;
    line-height: 1.6vw;
  }
}
@media all and (min-width: 769px) {
  .pearl-slider .callout-applynow {
    width: 34vw;
    height: 19.2vw;
    top: 8.6vw;
    right: 9vw;
    left: auto;
  }
}
.pearl-slider .callout-nominate {
  background: #b81c22;
  border-radius: 45px;
  color: #fff;
  position: absolute;
  z-index: 6;
  font-family: Poppins, Arial;
  width: 88vw;
  height: 73.2vw;
  left: 6vw;
  bottom: 6vw;
}
@media all and (max-width: 768px) {
  .pearl-slider .callout-nominate {
    height: 56.2vw;
  }
}
.pearl-slider .callout-nominate .callout-inner-nominate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  width: 80%;
}
.pearl-slider .callout-nominate .callout-inner-nominate img.logo {
  width: 35.8vw;
}
@media all and (min-width: 769px) {
  .pearl-slider .callout-nominate .callout-inner-nominate img.logo {
    width: 14.8vw;
  }
}
.pearl-slider .callout-nominate .callout-inner-nominate .header {
  font-family: Poppins, Arial;
  font-size: 6.8vw;
  font-weight: bold;
  line-height: 7.2vw;
  margin-bottom: 3.8vw;
  margin-top: 3.7vw;
}
@media all and (min-width: 769px) {
  .pearl-slider .callout-nominate .callout-inner-nominate .header {
    font-size: 2.5vw;
    line-height: 3.2vw;
    margin-bottom: 1.4vw;
    margin-top: 1.4vw;
  }
}
.pearl-slider .callout-nominate .callout-inner-nominate p {
  font-family: Poppins, Arial;
  font-size: 4.2vw;
  line-height: 4.6vw;
}
@media all and (min-width: 769px) {
  .pearl-slider .callout-nominate .callout-inner-nominate p {
    font-size: 1.3vw;
    line-height: 1.6vw;
  }
}
@media all and (min-width: 769px) {
  .pearl-slider .callout-nominate {
    width: 34vw;
    height: 19.2vw;
    top: 9.6vw;
    right: 9vw;
    left: auto;
  }
}
.pearl-slider .callout-recipients {
  background: #b81c22;
  border-radius: 45px;
  color: #fff;
  position: absolute;
  z-index: 6;
  font-family: Poppins, Arial;
  width: 88vw;
  height: 73.2vw;
  left: 6vw;
  bottom: 6vw;
}
@media all and (max-width: 768px) {
  .pearl-slider .callout-recipients {
    height: 56.2vw;
  }
}
.pearl-slider .callout-recipients .callout-inner-recipients {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  width: 80%;
}
.pearl-slider .callout-recipients .callout-inner-recipients img.logo {
  width: 35.8vw;
}
@media all and (min-width: 769px) {
  .pearl-slider .callout-recipients .callout-inner-recipients img.logo {
    width: 14.8vw;
  }
}
.pearl-slider .callout-recipients .callout-inner-recipients .header {
  font-family: Poppins, Arial;
  font-size: 6.8vw;
  font-weight: bold;
  line-height: 7.2vw;
  margin-bottom: 3.8vw;
  margin-top: 3.7vw;
}
@media all and (min-width: 769px) {
  .pearl-slider .callout-recipients .callout-inner-recipients .header {
    font-size: 2.2vw;
    line-height: 2.6vw;
    margin-top: 1.4vw;
    margin-bottom: 1.4vw;
  }
}
.pearl-slider .callout-recipients .callout-inner-recipients p {
  font-family: Poppins, Arial;
  font-size: 4.2vw;
  line-height: 4.6vw;
}
@media all and (min-width: 769px) {
  .pearl-slider .callout-recipients .callout-inner-recipients p {
    font-size: 1.3vw;
    line-height: 1.6vw;
  }
}
@media all and (min-width: 769px) {
  .pearl-slider .callout-recipients {
    width: 27vw;
    height: 24vw;
    top: 7vw;
    right: 7vw;
    left: auto;
  }
}
.pearl-slider .callout-homepage {
  background: #b81c22;
  border-radius: 45px;
  color: #fff;
  position: absolute;
  z-index: 6;
  font-family: Poppins, Arial;
  width: 88vw;
  height: 73.2vw;
  left: 6vw;
  bottom: 6vw;
}
@media all and (max-width: 768px) {
  .pearl-slider .callout-homepage {
    height: 60.2vw;
    bottom: 7vw;
  }
}
@media all and (max-width: 480px) {
  .pearl-slider .callout-homepage {
    height: 69vw;
    bottom: 7vw;
  }
}
.pearl-slider .callout-homepage .callout-inner-homepage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  width: 82%;
}
.pearl-slider .callout-homepage .callout-inner-homepage img.logo {
  width: 35.8vw;
}
@media all and (min-width: 769px) {
  .pearl-slider .callout-homepage .callout-inner-homepage img.logo {
    width: 18.8vw;
  }
}
.pearl-slider .callout-homepage .callout-inner-homepage .header {
  font-family: Poppins, Arial;
  font-size: 6.8vw;
  font-weight: bold;
  line-height: 7.2vw;
  margin-bottom: 3.8vw;
  margin-top: 3.7vw;
}
@media all and (min-width: 769px) {
  .pearl-slider .callout-homepage .callout-inner-homepage .header {
    font-size: 2.2vw;
    line-height: 2.6vw;
    margin-top: 1.4vw;
    margin-bottom: 1.4vw;
  }
}
@media all and (max-width: 768px) {
  .pearl-slider .callout-homepage .callout-inner-homepage .header {
    font-size: 5.2vw;
    line-height: 6.1vw;
  }
}
.pearl-slider .callout-homepage .callout-inner-homepage p {
  font-family: Poppins, Arial;
  font-size: 4.2vw;
  line-height: 4.6vw;
}
@media all and (min-width: 769px) {
  .pearl-slider .callout-homepage .callout-inner-homepage p {
    font-size: 1.4vw;
    line-height: 1.6vw;
  }
}
@media all and (max-width: 768px) {
  .pearl-slider .callout-homepage .callout-inner-homepage p {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 480px) {
  .pearl-slider .callout-homepage .callout-inner-homepage p {
    font-size: 4.2vw;
    line-height: 4.6vw;
  }
}
@media all and (min-width: 769px) {
  .pearl-slider .callout-homepage {
    width: 35vw;
    height: 24vw;
    top: 7vw;
    right: 6vw;
    left: auto;
  }
}
.pearl-slider .pearl-slide .lens {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: #F1CA7633;
  z-index: 5;
}
.pearl-slider .pearl-slide img.background {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
@media all and (min-width: 769px) {
  .pearl-slider #commitmentTwo .callout {
    right: auto;
    left: 11.5vw;
  }
}
@media all and (min-width: 769px) {
  .pearl-slider #commitmentThree .callout {
    right: auto;
    left: 8.5vw;
  }
}
@media all and (min-width: 769px) {
  .pearl-slider #applyNow .callout-applynow {
    right: auto;
    left: 8.5vw;
  }
}
@media all and (min-width: 769px) {
  .pearl-slider #nominate .callout-nominate {
    right: auto;
    left: 8.5vw;
  }
}
.nav-bar-2023 {
  display: flex;
  justify-content: space-evenly;
  background-color: #F1CA76;
  padding: 70px 50px;
}
.nav-bar-2023-element-container {
  text-align: center;
  padding: 15px 25px;
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
}
.nav-bar-vl {
  display: block;
  border-left: 2px solid black;
  height: auto;
  margin: 15px 0px;
}
.nav-bar-v2 {
  display: block;
  border-left: 2px solid black;
  height: auto;
  margin: 15px 0px;
}
.nav-bar-v3 {
  display: block;
  border-left: 2px solid black;
  height: auto;
  margin: 15px 0px;
}
.nav-bar-button {
  background: #b81c22;
  border-radius: 5px;
  width: 138px;
  color: white;
  border: none;
  margin-top: 10px;
  transition: background-color 0.5s;
  cursor: pointer;
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: 10px auto 0 auto;
  padding: 12px 0;
  font-family: arial;
  font-size: 13px;
}
.nav-bar-button:hover {
  background-color: #e4002b;
  text-decoration: none;
}
.nav-bar-2023-tile {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 120%;
  margin-bottom: 15px;
}
.nav-bar-2023-text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.nav-bar-2023-text-red {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #b81c22;
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: 10px auto 0 auto;
  padding: 12px 0;
}
.nav-bar-2023-pushup {
  margin-top: -1vw;
  position: relative;
  z-index: 500;
}
@media all and (max-width: 1100px) {
  .nav-bar-2023-tile {
    font-size: 20px;
  }
}
@media all and (max-width: 1000px) {
  .nav-bar-2023-tile {
    font-size: 1.9vw;
  }
}
@media all and (max-width: 768px) {
  .nav-bar-2023-element-container br {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .nav-bar-2023 {
    flex-wrap: wrap;
    padding: 50px 5px;
  }
  .nav-bar-2023-element-container {
    text-align: center;
    padding: 15px 10px;
    width: 42%;
    display: flex;
    flex-direction: column;
  }
  .nav-bar-2023-element-container br {
    display: none;
  }
  .nav-bar-v2 {
    display: none;
  }
  .nav-bar-2023-pushup {
    margin-top: -6vw;
  }
  .nav-bar-2023-tile {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  .nav-bar-button {
    width: 121px;
  }
}
@media all and (max-width: 411px) {
  .nav-bar-2023 {
    padding: 50px 11px;
  }
  .nav-bar-button {
    width: 100px;
  }
}
@media all and (max-width: 375px) {
  .nav-bar-2023 {
    padding: 11px 0px;
  }
}
@media all and (max-width: 320px) {
  .nav-bar-2023 {
    padding: 11px 0px;
  }
}
/*What we stand for*/
/*.standfor-bk {
    background-image: url(../../../images/pearl_pledge/2023-images/standfor-bk.png);
    background-repeat: no-repeat;
    background-size: 450px 100%;*/
/*    background: linear-gradient(to bottom, #be2f27 0%, #e13025 100%);*/
/*}*/
.standfor-main-content-container {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #b81c22;
}
@media all and (min-width: 1024px) {
  .standfor-main-content-container {
    margin-bottom: -2px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
.standfor-image-container {
  background-color: #b81c22;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (min-width: 768px) {
  .standfor-image-container {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media all and (min-width: 1199px) {
  .standfor-image-container {
    width: 33.33%;
  }
}
.standfor-image-container.image-js .standfor-img {
  padding-bottom: 0;
  object-fit: contain;
  padding-top: 0;
}
@media all and (min-width: 768px) {
  .standfor-image-container.image-js .standfor-img {
    width: 44vw;
  }
}
@media all and (min-width: 1200px) {
  .standfor-image-container.image-js .standfor-img {
    width: 27vw;
  }
}
@media all and (min-width: 1600px) {
  .standfor-image-container.image-js .standfor-img {
    width: 27vw;
  }
}
@media all and (min-width: 1800px) {
  .standfor-image-container.image-js .standfor-img {
    width: 24vw;
  }
}
.standfor-image-container .video-js {
  overflow: hidden;
  border-radius: 32px;
  height: 160vw;
  width: 90vw;
}
@media all and (min-width: 480px) {
  .standfor-image-container .video-js {
    height: 507px;
    width: 280px;
  }
}
@media all and (min-width: 640px) {
  .standfor-image-container .video-js {
    height: 507px;
    width: 280px;
  }
}
@media all and (min-width: 768px) {
  .standfor-image-container .video-js {
    height: 507px;
    width: 280px;
  }
}
@media all and (min-width: 1024px) {
  .standfor-image-container .video-js {
    max-height: 75vh;
    max-width: 42vh;
  }
}
@media all and (min-width: 1200px) {
  .standfor-image-container .video-js {
    /*            height: 507px;
            width: 280px;*/
    height: 617px;
    width: 350px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media all and (min-width: 1240px) {
  .standfor-image-container .video-js {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media all and (min-width: 1300px) {
  .standfor-image-container .video-js {
    margin-right: 0;
    height: 617px;
    width: 350px;
  }
}
@media all and (min-width: 1600px) {
  .standfor-image-container .video-js {
    height: 645px;
    width: 367px;
    margin-left: 0;
    margin-right: 0;
  }
}
.standfor-image-container .video-js.vjs-youtube-mobile .vjs-big-play-button {
  display: block;
}
.standfor-image-container .video-js.vjs-has-started .vjs-big-play-button {
  display: none;
}
.standfor-img-red-box {
  color: aqua;
  border: solid;
  background-color: #b81c22;
  width: 100%;
}
.standfor-right-container {
  width: 100%;
}
@media all and (min-width: 768px) {
  .standfor-right-container {
    width: 50%;
    padding: 50px 20px 0px 20px;
  }
}
@media all and (min-width: 1199px) {
  .standfor-right-container {
    width: 66.66%;
  }
}
@media all and (min-width: 1400px) {
  .standfor-right-container {
    padding: 50px 50px 0px 50px;
  }
}
.standfor-headline {
  font-family: Poppins;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media all and (min-width: 768px) {
  .standfor-headline {
    padding-top: 0;
  }
}
.standfor-headline-red {
  font-family: Poppins;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 46px;
  color: #b81c22;
  padding-bottom: 25px;
}
.standfor-pearl-headline {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 25px;
}
.standfor-red {
  color: #E1251B;
}
.standfor-pillars-container {
  padding-top: 25px;
}
@media all and (min-width: 1024px) {
  .standfor-pillars-container {
    padding-bottom: 25px;
  }
}
.standfor-pillars-container-item {
  padding-bottom: 25px;
}
.standfor-pillars-headline {
  font-family: Poppins;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
}
.standfor-pillars-text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.standfor-pillars-text-note {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
@media all and (max-width: 1240px) {
  .standfor-headline-red {
    font-size: 2.8vw;
    line-height: 3.4vw;
  }
  .standfor-img {
    width: 95%;
  }
}
@media all and (max-width: 768px) {
  .standfor-main-content-container {
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .standfor-img {
    width: 95%;
  }
  .standfor-bk {
    background-image: unset;
  }
  .standfor-right-container {
    width: unset;
    text-align: center;
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .standfor-headline-red {
    font-size: 5vw;
    line-height: 6.4vw;
  }
}
/*Stacking up impact*/
.stackimpact-main-content {
  display: flex;
  justify-content: center;
  background: url(../../../images/pearl_pledge/pancake_shot.png);
  background-position: bottom 0px right 0px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 36vw;
  margin-top: 40px;
}
.stackimpact-main-content .stackimpact-main-holder {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-top: 1vw;
}
.stackimpact-main-content .stackimpact-text-holder {
  margin-bottom: 3vw;
}
.stackimpact-main-content .stackimpact-headline-text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 46px;
  color: #b81c22;
  padding-bottom: 15px;
}
.stackimpact-main-content .stackimpact-tagline-text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.stackimpact-main-content .stackimpact-three-impacts {
  display: flex;
  justify-content: left;
}
.stackimpact-main-content .stackimpact-imapact-img {
  width: 25vw;
}
.stackimpact-main-content .stackimpact-impact-img-spacing {
  margin-left: 45px;
  margin-right: 45px;
}
@media all and (max-width: 1920px) {
  .stackimpact-main-content {
    height: 38vw;
  }
}
@media all and (max-width: 1600px) {
  .stackimpact-main-content {
    height: 39vw;
  }
  .stackimpact-main-content .stackimpact-main-holder {
    width: 92%;
  }
}
@media all and (max-width: 1390px) {
  .stackimpact-main-content {
    height: 42vw;
  }
  .stackimpact-main-holder {
    margin-top: 4vw;
    width: 92%;
  }
}
@media all and (max-width: 1200px) {
  .stackimpact-main-content {
    height: 44vw;
  }
  .stackimpact-main-content .stackimpact-main-holder {
    margin-top: 1vw;
    width: 95%;
  }
  .stackimpact-main-content .stackimpact-imapact-img {
    width: 27vw;
  }
}
@media all and (max-width: 1000px) {
  .stackimpact-main-content {
    height: 48vw;
  }
  .stackimpact-main-content .stackimpact-main-holder {
    margin-top: 1vw;
    width: 98%;
  }
  .stackimpact-main-content .stackimpact-imapact-img {
    width: 29vw;
  }
}
@media all and (max-width: 768px) {
  .stackimpact-main-content {
    height: auto;
    background-image: none;
  }
  .stackimpact-main-content .stackimpact-three-impacts {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-bottom: 30px;
  }
  .stackimpact-main-content .stackimpact-text-holder {
    text-align: center;
  }
  .stackimpact-main-content .stackimpact-imapact-img {
    width: 100%;
    padding-bottom: 4vw;
  }
  .stackimpact-main-content .stackimpact-impact-img-spacing {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/*Meet our 2023 advisory members*/
.advisory-bk {
  background: url(../../../images/pearl_pledge/2023-images/advisory-background.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.advisory-container {
  background: #FFFFFF;
  border-radius: 45px;
  width: auto;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: 15px;
  margin-right: 15px;
  width: 26%;
  display: flex;
  flex-direction: column;
}
.advisory-bk-headline {
  font-family: Poppins;
  font-weight: 700;
  font-size: 46px;
  color: #ffffff;
  padding-top: 74px;
  text-align: center;
}
.advisory-bk-sub-headline-container {
  display: flex;
  justify-content: center;
}
.advisory-bk-sub-headline-width {
  width: 980px;
}
.advisory-bk-sub-headline {
  font-family: Poppins;
  font-weight: 300;
  font-size: 17px;
  color: #ffffff;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.advisory-three-members {
  display: flex;
  justify-content: center;
  padding-bottom: 81px;
  max-width: 1600px;
  margin: 0 auto;
}
.advisory-img {
  width: 250px;
}
.advisory-text-container {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 25px;
  padding-bottom: 15px;
}
.advisory-name {
  font-family: Poppins;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #E1251B;
  margin-bottom: 25px;
}
.advisory-text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-top: 15px;
  min-height: 100px;
}
.advisory-img-modal {
  height: calc(98vh - 170px);
  max-height: 550px;
  width: 38%;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
.advisory-title-modal {
  font-family: Poppins;
  color: #b81c22;
  font-size: 34px;
  font-weight: 900;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
}
.advisory-modal-img {
  width: 80%;
}
.advisory-modal {
  font-family: Poppins, Arial, sans-serif !important;
}
.advisory-text-modal {
  font-family: Poppins !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding-right: 2vw;
}
.advisory-text-modal .note {
  display: none;
}
.advisory-scroller-mobile {
  display: none;
}
.advisory-scroller-desktop {
  display: block;
}
@media all and (max-width: 1200px) {
  .advisory-container {
    width: 30%;
  }
}
@media all and (max-width: 980px) {
  .advisory-bk-sub-headline-width {
    width: 742px;
  }
}
@media all and (max-width: 950px) {
  .advisory-img {
    width: 200px;
  }
}
@media all and (max-width: 768px) {
  .advisory-three-members {
    flex-direction: column;
    padding-bottom: 35px;
  }
  .advisory-container {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    margin-bottom: 30px;
  }
  .advisory-bk-headline {
    margin-left: 3vw;
    margin-right: 3vw;
    font-size: 36px;
  }
  .advisory-img {
    width: 250px;
  }
  .advisory-bk-sub-headline-container {
    text-align: center;
    margin-left: 3vw;
    margin-right: 3vw;
  }
  .advisory-text-modal {
    height: 700px;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0vw;
  }
  .advisory-img-modal {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    height: auto;
    max-height: unset;
  }
  #pearlpledge .modal .modalBody .modalContent .modalText p {
    font-size: 18px;
    line-height: 24px;
  }
  /* SCROLLBAR CSS */
  .advisory-title-modal {
    text-align: center;
  }
  .advisory-scroller-mobile {
    display: block;
  }
  .advisory-scroller-desktop {
    display: none;
  }
}
@media all and (max-width: 380px) {
  .advisory-bk-headline {
    padding-top: 36px;
    font-size: 30px;
  }
  .advisory-three-members {
    padding-bottom: 25px;
  }
  .advisory-img {
    width: 200px;
  }
}
/*Apply for Grant*/
.applyforgrant-container {
  background-color: #b81c22;
  color: #ffffff;
  text-align: center;
}
/*Apply for Grant*/
.applyforgrant-container {
  background-color: #b81c22;
  color: #ffffff;
  text-align: center;
}
.applyforgrant-h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 53px;
  line-height: 64px;
  color: #ffffff;
  padding-top: 56px;
  padding-bottom: 25px;
}
.applyforgrant-text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  padding-bottom: 84px;
}
.applyforgrant-faq {
  text-decoration: underline;
}
.applyforgrant-faq:hover {
  text-decoration: underline;
  text-decoration-color: #E1251B;
}
.apply-white-spacer {
  padding: 2px;
}
@media all and (max-width: 768px) {
  .applyforgrant-text {
    width: 90%;
    font-size: 16px;
    margin-right: auto;
    margin-left: auto;
  }
  .applyforgrant-h2 {
    font-size: 36px;
  }
}
@media all and (max-width: 375px) {
  .applyforgrant-h2 {
    padding-top: 35px;
    font-size: 30px;
  }
  .applyforgrant-text {
    padding-bottom: 30px;
  }
}
/*Apply Now App*/
.applynowapp-container {
  display: flex;
  background: #F1CA76;
}
.applynow-container-flex {
  display: flex;
  margin: 60px 100px;
}
.applynow-container-left {
  width: 51vw;
}
.applynew-container-right {
  padding-right: 50px;
  padding-left: 50px;
}
.applynow-text-h2 {
  font-family: Poppins;
  font-size: 34px;
  font-weight: 900;
  line-height: 38px;
  letter-spacing: 0em;
  color: #000000;
  text-align: right;
}
@media all and (min-width: 768px) {
  .applynow-text-h2 {
    font-size: 32px;
  }
}
@media all and (min-width: 1600px) {
  .applynow-text-h2 {
    font-size: 34px;
  }
}
.applynow-text {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}
.applynow-ul {
  list-style-type: disc;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 22px;
}
.applynow-ol {
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.applynow-li {
  margin-bottom: 10px;
}
.applynow-ul-2 {
  padding-left: 56px !important;
}
@media all and (max-width: 1425px) {
  .applynow-container-left {
    width: 55vw;
  }
  .applynow-text-h2 {
    font-size: 2.2vw;
    line-height: 25px;
  }
}
@media all and (max-width: 1280px) {
  .applynow-container-left {
    width: 55vw;
  }
  .applynow-text-h2 {
    font-size: 2.0vw;
  }
}
@media all and (max-width: 1150px) {
  .applynow-container-left {
    width: 65vw;
  }
  .applynow-text-h2 {
    font-size: 2.0vw;
    line-height: 25px;
  }
}
@media all and (max-width: 900px) {
  .applynow-container-left {
    width: 60vw;
  }
  .applynow-text-h2 {
    font-size: 2.0vw;
    line-height: 25px;
  }
}
@media all and (max-width: 768px) {
  .applynow-container-flex {
    flex-direction: column;
    text-align: center;
    margin: 0px 0px;
    width: 100vw;
  }
  .applynow-container-left {
    width: unset;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .applynew-container-right {
    padding-bottom: 25px;
  }
  .applynow-text-h2 {
    text-align: left;
    line-height: 38px;
  }
  .applynow-ul {
    text-align: left;
  }
}
@media all and (max-width: 375px) {
  .applynow-text-h2 {
    font-size: 24px !important;
    line-height: 25px;
  }
}
@media all and (max-width: 320px) {
  .applynow-text-h2 {
    font-size: 23px !important;
  }
}
.applynow-faqs {
  color: #ffffff;
  text-decoration: underline;
}
.applynow-faqs:hover {
  text-decoration-color: #000000 !important;
  text-decoration: underline;
}
@media all and (max-width: 768px) {
  .applynow-text-h2 {
    font-size: 30px;
  }
}
/*Pledge Pillars*/
.pledge-pillars-container {
  text-align: center;
  margin-left: 12%;
  margin-right: 12%;
}
.pledge-pillars-container-h2 {
  font-family: Poppins;
  font-size: 34px;
  font-weight: 900;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  color: #b81c22;
}
.pledge-pillars-container-h3 {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}
.pledge-pillars-container-text {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  padding-top: 5px;
}
/*Pledge Recipients*/
.pledge-recipients-page-container {
  text-align: center;
  background-color: #F1CA76;
}
.pledge-recipients-page-h2 {
  font-family: Poppins;
  color: #000000;
  font-size: 34px;
  font-weight: 900;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 25px;
  padding-left: 10vw;
  padding-right: 10vw;
}
.pledge-recipients-page-text {
  font-family: Poppins;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  padding-bottom: 70px;
  padding-left: 25vw;
  padding-right: 25vw;
}
@media all and (max-width: 480px) {
  body.no-overflow {
    /*   overflow: unset !important;*/
    overflow-y: hidden;
  }
  body.no-overflow #footer {
    padding-bottom: 40px;
  }
}
div#destiniScroller {
  position: relative;
  overflow: auto;
  margin-bottom: 40px;
  height: calc(100vh - 376px);
}
@media all and (min-width: 768px) {
  div#destiniScroller {
    height: calc(100vh - 390px);
  }
}
@media all and (min-width: 1200px) {
  div#destiniScroller {
    height: calc(100vh - 367px);
    margin-bottom: 24px;
  }
}
/* SCROLLBAR CSS */
.modal ::-webkit-scrollbar {
  width: 10px !important;
}
.modal ::-webkit-scrollbar-track {
  background: #fff !important;
  border-radius: 4px !important;
}
/* Handle */
.modal ::-webkit-scrollbar-thumb {
  background: #be1a19 !important;
  border-radius: 4px !important;
}
/* Handle on hover */
.modal ::-webkit-scrollbar-thumb:hover {
  background: #851414 !important;
}
body.modalOpen {
  overflow: hidden;
}
/*CUSTOMER CARE BEGIN*/
#customercare {
  text-rendering: optimizelegibility;
  /* HIDE RADIO */
  /* IMAGE STYLES */
  /* CHECKED STYLES */
}
#customercare .content-wrapper-consumercare {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 7vw;
  margin-bottom: 2vw;
}
#customercare .boxborder {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 90%;
  height: 500px;
  border: 1px solid #000000;
  margin: 10px;
  text-align: center;
}
@media all and (max-width: 768px) {
  #customercare .boxborder {
    height: 550px;
  }
}
@media all and (max-width: 320px) {
  #customercare .boxborder {
    height: 575px;
  }
}
#customercare .thumbsup-padding {
  padding-left: 30%;
}
@media all and (max-width: 768px) {
  #customercare .thumbsup-padding {
    padding-left: 3%;
  }
}
@media all and (max-width: 540px) {
  #customercare .thumbsup-padding {
    padding-left: 4%;
  }
}
@media all and (max-width: 411px) {
  #customercare .thumbsup-padding {
    padding-left: 2%;
  }
}
@media all and (max-width: 375px) {
  #customercare .thumbsup-padding {
    padding-left: 1%;
  }
}
#customercare .thumbsdown-padding {
  padding-right: 30%;
}
@media all and (max-width: 768px) {
  #customercare .thumbsdown-padding {
    padding-right: 3%;
  }
}
@media all and (max-width: 540px) {
  #customercare .thumbsdown-padding {
    padding-right: 4%;
  }
}
@media all and (max-width: 411px) {
  #customercare .thumbsdown-padding {
    padding-right: 2%;
  }
}
@media all and (max-width: 375px) {
  #customercare .thumbsdown-padding {
    padding-right: 4%;
  }
}
#customercare .consumercare-h2 {
  padding: 0px 15px 45px 15px;
  margin-top: -5px;
}
#customercare .hiddenradio [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#customercare .hiddenradio [type=radio] + img {
  cursor: pointer;
}
#customercare .hiddenradio [type=radio]:checked + img {
  outline: 2px solid #000000;
  height: 100px;
  width: 100px;
  background-color: #000000;
  border-radius: 60%;
  display: inline-block;
}
#customercare .hiddenradio img {
  width: 100px;
}
#customercare .hiddenradio img:hover {
  opacity: 0.8;
}
#customercare .button-consumercare {
  color: #000000;
  background-color: #ffffff;
  border: solid;
  border-color: #808080;
}
#customercare .button-consumercare.disabled {
  pointer-events: none;
  opacity: .6;
}
#customercare .button-consumercare:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}