
.banner-image-wrap {
  position: relative;
}

.title-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  opacity: 0.75;
  background: #A94B4B;
  mix-blend-mode: multiply;
}

.banner-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
}
h1.main {
  font-weight: 700;
  color: white;
  text-align: left;
}

h2.subtitle {
  font-family: "Playfair Display", serif;
  color: white;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  text-align: left;
  margin-top: 0;
}

h2.subtitle.affiliate {
  font-size: 20px;
}

h1 {
  text-align: left;
}

h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  text-align: left;
}

@media (min-width: 768px) {

  h2 {
    font-size: 37px;
  }

  div.content-container {
    margin-top: 20px;
  }
}

h3.p-summary-hr {
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  background: #B2514F;
  padding: 5px 8px;
}

h3.featured {
  background: #888;
}

img.affiliate-logo {
  max-width: 75%;
}

.featured-box {
  display: flex;
  margin-bottom: 35px;
  padding:0;
  background-color: red;
}

.featured-link {
  position: relative;
  margin-right: 10px;
  margin-top: 12px;
  font-size: 12pt;
  color: white;
  transition: 0.5s;
  text-decoration: none;
  background-color: #B2514F;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
  display: flex;
  min-height: 120px;
  transition: .25s;
}
.featured-link:hover {
  background-color: #c05755;
  color: white;
  transition: .25s;
}
.featured-link:focus {
  color: white;
}
.featured-link figure {
  position: absolute;
  width: 35%;
  bottom: 0;
  left: 0;
  top: 0;
  overflow: hidden;
}
.featured-link img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.featured-link div {
  position: relative;
  bottom: 0;
  left: 35%;
  object-position: center;
  width: 65%;
  line-height: 1.5;
  padding: 8px;
}
.featured-link div div {
  width: 100%;
  height: 100%;
  padding: 8px;
}

@media only screen and (max-width: 767px) {
  div.featured-box {
    flex-wrap: wrap;
  }
}

/* <<<--- VVV --->>> */
html {
  scroll-behavior: smooth;
}
.row {
  margin: 0;
  position: relative;
}
.main-row {
  padding: 0;
  margin-top: 0;
}
.myHR {
  height: 4px;
  background-color: red;
}
.panel {
  padding: 2rem 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(0,0,0,.3)
}
.first-update .panel {
  border: none;
}
.featured-title {
  font-size: 18pt;
  margin-top: 0;
}
.update {
  margin-top: 12px;
}
.update-date {
  font-size: 10pt;
  margin-bottom: 0;
}
.update-title {
  font-size: 3rem;
  margin-top: 0;
}
.update-title a {
  color: unset;
  text-decoration: none;
}
.update-title a:hover {
  color: black;
  text-decoration: underline;
}

.video {
  position: relative;
  padding: 0;
}
.video header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: #B2514F;
  color: white;
  padding: 2rem 4rem 4rem 4rem;
  border-radius: 4px 4px 0 0;
}
.video section {
  position: relative;
  padding: 0 4rem 2rem 4rem;
  margin-top: -2rem;
  z-index: 1;
}
.video-player {
  position: relative;
  width: 100%;
  padding-top: 56.26%;
  margin-bottom: 12px;
}
.video-player iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  border-radius: 4px;
}
.up-img {
  margin: auto;
  margin-bottom: 12px;
}
.up-img img {
  width: 100%;
  border-radius: 4px;
}
.vid-box {
  position: relative;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: red;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: .25s;
}
.video-play-btn::after {
  content: "";
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-style: solid;
  border-color: transparent transparent transparent white;

  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-width: 10px 0px 10px 20px;
}
.vid-img {
  border-radius: 4px;
  transition: .25s;
}
.vid-img img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.vid-img:hover .video-play-btn {
  background-color: rgba(255,0,0,.8);
  transition: .25s; 
}
.vid-cap {
  font-size: 9pt;
  padding: 8px;
  background-color: #eee;
  color: black;
  border-radius: 0 0 4px 4px;
}
.up-cap {
  position: relative;
  margin-top: -4px;
  z-index: 1;
  font-size: 10pt;
  padding: 10px;
  background-color: #eee;
  color: black;
  border-radius: 0 0 4px 4px;
}
.btn:focus {
  color: unset;
}
.return-btn {
  position: fixed;
  left: 50%;
  bottom: 40px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  bottom: -20px;
  z-index: 10;
  transition: .25s;
}
.return-btn.show {
  opacity: 1;
  pointer-events: all;
  bottom: 30px;
  transition: .25s;
}
.back-to-main {
  padding-top: 18px;
  margin-bottom: 0px;
  z-index: 1;
}
.back-to-main a {
  color: #B2514F;
  height: 22px;
  display: inline-block;
  transition: .25s;
}
.back-to-main a:hover {
  color: #c05755;
  border: none;
  transition: .35s;
}
.back-tri {
  content: "";
  position: relative;
  display: inline-block;
  top: 0;
  margin-right: 4px;
  left: -2px;
  border-style: solid;
  border-color: transparent #c05755 transparent transparent;

  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-width: 5px 5px 5px 0px;
}
.sub-nav {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: space-evenly;
}
.sub-link {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 8px 12px;
  color: #B2514F;
  transition: .25s;
  line-height: 2;
  white-space: nowrap;
  transition: .35s;
}
.sub-link:hover {
  color: #B2514F;
  text-decoration: none;
}
.sub-link.open {
  color: #B2514F;
  background-color: white;
  transition: .35s;
}
.sub-link:focus {
  color: #B2514F;
  transition: .35s;
}
.vid-row {
  justify-content: space-around;
}
.videos {
  padding: 16px 4px;
}
.featured-video {
  height: 100%;
  margin: 12px 0;
}
.modal {
  display: block;
  overflow: hidden;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: .5s;
}
.modal-back {
  background-color: rgba(0,0,0,.7);
  position: absolute;
  cursor: default;
  display: block;
  height: 100%;
  width: 100%;
}
.modal.fade.in, .modal.fade:target   {
  opacity: 1;
  pointer-events: all;
  z-index: 1000;
  transition: .5s;
}

.modal-content {
  max-width: 95%;
  max-height: 95%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  padding: 18px;
  box-shadow: 0 0 4px rgba(0,0,0,.7);
}
.archive-link {
  margin: auto;
  position: relative;
  text-align: center;
}
#archived-list {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: .25s;
}
.archive-list-back {
  background-color: rgba(0,0,0,.7);
  cursor: default;
  display: block;
  height: 100%;
  width: 100%;
}
#archived-list.open, #archived-list:target {
  opacity: 1;
  pointer-events: all;
  transition: .25s;
}
.archive-list {
  position: absolute;
  transform: translateX(100%);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  background-color: #555;
  color: white;
  box-shadow: 0 0 4px rgba(0,0,0,.7);
  transition: .25s;
}
#archived-list.open .archive-list, #archived-list:target .archive-list {
  transform: translateX(0);
  transition: .25s;
}
.archive-list h2 {
  text-align: center;
}
.archive-list hr {
  width: 75%;
  margin: auto;
}
.archive-list a {
  color: white;
}
.archive-list ul {
  text-align: start;
  padding: 10px 30px 10px 17%;
  margin: 0;
  position: absolute;
  top: 93px;
  bottom: 0;
  left: 0;
  right: -20px;
  overflow-y: scroll;
}
.archive-list a {
  cursor: pointer;
  text-decoration: underline;
}
.archive-list a:hover {
  opacity: .8;
  text-decoration: none;
}
.load-more-but {
  width: 100%;
  text-align: center;
  margin: 40px 0;
}
.btn-load {
  background-color: #B2514F;
  color: white;
  width: 100%;
  padding: 12px;
  opacity: 0;
  pointer-events: none;
}
.btn-load.show {
  background-color: #B2514F;
  color: white;
  opacity: 1;
  pointer-events: all;
  transition: .25s;
}
.btn-load.disabled {
  background-color: #ccc;
  color: #333;
}
.btn-load:hover {
  background-color: #c05755;
  color: white;
}
#loader-main {
  position: absolute;
  left: 50%;
  margin-top: -6px;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: .25s;
}
#loader-main.show {
  opacity: 1;
  transition: .25s;
}
.loader{
  margin-top: 30px;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}
#loader-1:before, #loader-1:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #B2514F;
}

#loader-1:before{
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after{
  border: 10px solid #ccc;
}
@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.footnote-print-only {
  padding-left: 8px;
  font-size: 10pt;
}

.photoshow-box {
  border-radius: 4px;
  overflow: hidden;
}
.photoshow-responsive-slide {
  height: 100%;
}
.photoshow-responsive-aspect img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.photoshow-responsive-compact .photoshow-responsive-caption {
  display: block;
}

@media only screen and (min-width: 768px) {
  .modal-content {
    max-width: 75%;
  }
}

@media only screen and (min-width: 992px) {
  h1.main {
    font-size: 92px;
    margin-top: 30px;
  }
  h2.subtitle {
    font-size: 40px;
    margin-top: 40px;
    text-align: end;
  }
  h2.subtitle.affiliate {
    font-size: 30px;
  }

  .main-row {
    padding: 0 40px;
  }
  
  .video {
    padding: 0;
  }
  .sub-link {
    font-size: 12pt;
  }
  .up-img {
    float: right;
    padding: 8px;
    margin-left: 12px;
    max-width: 50%;
  }
  .up-img.center {
    float: unset;
    padding: 8px;
    margin-left: unset;
    margin: 0 auto;
    max-width: 50%;
  }
  .up-img.wide {
    max-width: 100%;
  }
  .up-img.narrow {
    max-width: 25%;
  }
  .up-img.custom {
    width: 30%;
    border-radius: 50%;
  }
  .up-img.custom img {
    border-radius: 50%;
  }
  .archive-list {
    width: 40rem;
  }
  .featured-link {
    min-height: 80px;
  }
  .return-btn.show {
    opacity: .75;
  }
  .return-btn.show:hover {
    opacity: 1;
    transition: .25s;
  }
  .back-to-main {
    margin-bottom: -32px;
  }
}