.component {
  background-size: cover;
  background-position: center;
}
.component.text-dark {
  color: #06597b;
}
.component.text-light {
  color: #fff;
}
.component.text-white {
  color: #fff;
}

.component.sponsored-content {
  padding-top: 30px;
  padding-bottom: 10px;
}
.component.sponsored-content .component-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
.component.sponsored-content .component-wrapper .component-header .component-title {
  margin-bottom: 1rem;
}
.component.sponsored-content .component-wrapper .component-main {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media screen and (min-width: 960px) {
  .component.sponsored-content .component-wrapper .component-main {
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
  }
}
.component.sponsored-content .component-wrapper .component-main .article-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.component.sponsored-content .component-wrapper .component-main .article-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 1px 15px rgba(74, 119, 150, 0.42);
}
.component.sponsored-content .component-wrapper .component-main .article-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.component.sponsored-content .component-wrapper .component-main .article-content .article-cta:not(.btn) {
  color: #06597b;
  font-weight: bold;
}
.component.sponsored-content .component-wrapper .component-main .article-content .article-cta:not(.btn)::after {
  content: " >";
}
.component.sponsored-content .component-wrapper .component-main .article-content .article-pretitle {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.component.sponsored-content .component-wrapper .component-main .article-content .article-title {
  margin-bottom: 1.25rem;
  line-height: 1.25;
}
.component.sponsored-content .component-wrapper .component-main .article-content .article-content {
  font-size: 1.2rem;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}
.component.sponsored-content .component-wrapper .component-footer .component-sponsorship {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 960px) {
  .component.sponsored-content {
    padding-top: 50px;
  }
}

.component {
  background-size: cover;
  background-position: center;
}
.component.text-dark {
  color: #06597b;
}
.component.text-dark .component-title {
  color: #06597b;
}
.component.text-dark .component-subtitle {
  color: #06597b;
}
.component.text-dark .article-pretitle {
  color: #666666;
}
.component.text-dark .article-title {
  color: #06597b;
}
.component.text-dark .article-content {
  color: #000;
}
.component.text-dark .component-sponsorship {
  color: #000;
}
.component.text-light {
  color: #fff;
}
.component.text-light .component-title {
  color: #fff;
}
.component.text-light .component-subtitle {
  color: #fff;
}
.component.text-light .article-pretitle {
  color: #fff;
}
.component.text-light .article-title {
  color: #fff;
}
.component.text-light .article-content {
  color: #fff;
}
.component.text-light .component-sponsorship {
  color: #fff;
}
.component.text-white {
  color: #fff;
}
.component.text-white .component-title {
  color: #fff;
}
.component.text-white .component-subtitle {
  color: #fff;
}
.component.text-white .article-pretitle {
  color: #fff;
}
.component.text-white .article-title {
  color: #fff;
}
.component.text-white .article-content {
  color: #fff;
}
.component.text-white .component-sponsorship {
  color: #fff;
}

.component.sponsored-content-cards {
  padding-top: 30px;
  padding-bottom: 10px;
}
.component.sponsored-content-cards .component-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
.component.sponsored-content-cards .component-wrapper .component-header .component-title {
  margin-bottom: 1rem;
}
.component.sponsored-content-cards .component-wrapper .component-main {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media screen and (min-width: 960px) {
  .component.sponsored-content-cards .component-wrapper .component-main {
    grid-template-columns: repeat(auto-fit, minmax(300px, 400px));
    grid-gap: 60px;
  }
}
.component.sponsored-content-cards .component-wrapper .component-main .article-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: 0px 1px 15px rgba(74, 119, 150, 0.42);
}
.component.sponsored-content-cards .component-wrapper .component-main .article-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  margin-top: 0;
  margin-bottom: auto;
}
.component.sponsored-content-cards .component-wrapper .component-main .article-wrapper .article-main {
  padding: 1.25rem;
  flex-grow: 1;
  justify-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.component.sponsored-content-cards .component-wrapper .component-main .article-wrapper p:last-child {
  margin-bottom: 0;
  margin-top: auto;
}
.component.sponsored-content-cards .component-wrapper .component-main .article-wrapper .article-cta {
  margin-top: auto;
  margin-bottom: 0;
}
.component.sponsored-content-cards .component-wrapper .component-main .article-wrapper .article-cta:not(.btn) {
  color: #06597b;
  font-weight: bold;
}
.component.sponsored-content-cards .component-wrapper .component-main .article-wrapper .article-cta:not(.btn)::after {
  content: " >";
}
.component.sponsored-content-cards .component-wrapper .component-main .article-wrapper .article-title {
  margin-bottom: 1.25rem;
  line-height: 1.25;
  font-size: 1.25rem;
  color: #000;
}
.component.sponsored-content-cards .component-wrapper .component-main .article-wrapper .article-content {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  line-height: 1.4;
  color: #000;
}
.component.sponsored-content-cards .component-wrapper .component-footer .component-sponsorship {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 960px) {
  .component.sponsored-content-cards {
    padding-top: 50px;
  }
}

.component {
  background-size: cover;
  background-position: center;
}
.component.text-dark {
  color: #06597b;
}
.component.text-dark .component-title {
  color: #06597b;
}
.component.text-dark .component-subtitle {
  color: #06597b;
}
.component.text-dark .component-sponsorship {
  color: #000;
}
.component.text-light {
  color: #fff;
}
.component.text-light .component-title {
  color: #fff;
}
.component.text-light .component-subtitle {
  color: #fff;
}
.component.text-light .component-sponsorship {
  color: #fff;
}
.component.text-white {
  color: #fff;
}
.component.text-white .component-title {
  color: #fff;
}
.component.text-white .component-subtitle {
  color: #fff;
}
.component.text-white .component-sponsorship {
  color: #fff;
}

.ad-popup {
  position: relative;
  margin: auto;
  width: 500px;
  max-width: 90%;
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 760px) {
  .ad-popup {
    position: absolute;
    z-index: 99999999999999;
    bottom: 20px;
    right: 10%;
    margin: 0;
  }
}
.ad-popup .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #aaa;
  font-size: 20px;
  line-height: 40px;
  width: 50px;
  height: 50px;
  text-align: center;
  border: none;
}
.ad-popup .ad-content {
  padding: 20px;
}
.ad-popup .ad-content h2 {
  color: #06597b;
  line-height: 1.2;
  padding: 5px 20px;
}
.ad-popup .ad-content p {
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 5px 20px;
}
.ad-popup .ad-content a.btn {
  width: 100%;
  display: block;
  background-color: gold;
  color: #000;
}
.ad-popup img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

.icon-x:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-image: url('data:image/svg+xml;utf8,<svg width="1200" height="1227" viewBox="0 0 1200 1227" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="%2306597b"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

a:hover .icon-x:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-image: url('data:image/svg+xml;utf8,<svg width="1200" height="1227" viewBox="0 0 1200 1227" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="%238cc641"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

header.masthead .masthead--main__container {
  background-color: #032c3d;
}
header.masthead .primary-nav a {
  color: #fff;
}
header.masthead .primary-nav a:hover {
  color: #fff;
  opacity: 0.8;
}
header.masthead .logo {
  background: url(img/logo-ieb-white.svg) center no-repeat;
}

@media only screen and (max-width: 768px) {
  .menu-lines, .menu-lines:before, .menu-lines:after {
    background: #fff !important;
  }
}

/*# sourceMappingURL=style-updates.css.map */
