@font-face {
  font-family: "Museo Sans 300";
  src: url("../fonts/MuseoSans-300.otf");
}
@font-face {
  font-family: "Museo Sans 100";
  src: url("../fonts/MuseoSans-100.otf");
}
@font-face {
  font-family: "Museo Sans 400";
  src: url("../fonts/MuseoSans-300.otf");
}
@font-face {
  font-family: "Museo Sans 500";
  src: url("../fonts/MuseoSans-500.otf");
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Light.ttf");
}
h1 {
  color: var(--OTSUKA-INK, #373D42);
  /* Page title - 300 */
  font-family: "Museo Sans 300";
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
h1 strong {
  font-family: "Museo Sans 500";
}

h3 {
  color: var(--OTSUKA-INK, #373D42);
  /* Head 1 - 300 */
  font-family: "Museo Sans 300";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.pagination .page-numbers {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body {
    margin: 0;
    padding-top: 0.1px; /* Prevents margin collapse completely */
}

#home .hero, .page .hero-page {
  background: url("../images/home-hero.jpg") center/cover no-repeat, linear-gradient(to right, #b1c5e8 40%, rgba(180, 201, 234, 0.2) 60%);
  height: 294px;
  background-repeat: no-repeat;
  background-position: center;
}
#home .hero p, .page .hero-page p {
  font-size: 20px;
  width: 673px;
}
#home .hero h1, .page .hero-page h1 {
  margin-top: 50px;
  margin-bottom: 50px;
}
#home .conferences, .page .conferences {
  margin-bottom: 50px;
}
#home .conferences div{
  min-height: 164px;
}
#home .conferences div, .page .conferences div {
  padding: 30px;
  border: 1px solid #B4C9EA;
}
#home .conferences div .name, .page .conferences div .name {
  color: var(--OTSUKA-BLUE, #426BBA);
  font-family: "Museo Sans 500";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
#home .conferences div .date-location, .page .conferences div .date-location {
  color: var(--OTSUKA-BLUE, #426BBA);
  font-family: "Museo Sans 100";
  font-size: 20px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  margin-bottom: 30px;
}
#home .conferences div .copy, .page .conferences div .copy {
  color: var(--OTSUKA-INK, #373D42);
  font-family: Merriweather;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

#assets {
  position: relative;
}
#assets #video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}
#assets #video-overlay .content {
  position: fixed;
  width: 800px;
  height: 500px;
  display: block;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#assets #video-overlay .content #close-btn {
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  background: transparent;
  font-size: 24px;
  background-color: #fff;
  border-radius: 40px;
  padding: 10px 20px;
}
#assets #video-overlay .content video {
  width: 100%;
  height: 100%;
}
#assets .hero {
  background: url("../images/Hero.jpg") center/cover no-repeat;
  background-color: rgba(180, 201, 234, 0.2);
  height: 294px;
  background-repeat: no-repeat;
  background-position: center;
}
#assets .hero h1 {
  margin-top: 79px;
  margin-bottom: 50px;
}
#assets .hero p {
  color: var(--OTSUKA-INK, #373D42);
  font-family: "Museo Sans 400";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#assets .title span {
  font-family: "Museo Sans 100";
}
#assets .copy {
  color: var(--OTSUKA-INK, #373D42);
  font-family: Merriweather;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

header .top-bar {
  background-color: #426BBA;
  color: #fff;
  padding: 26px 49px;
}
header .top-bar p {
  font-family: "Museo Sans 300";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.asset {
  margin-bottom: 50px;
}
.asset div {
  padding: 30px;
  /*border: 1px solid #B4C9EA;*/
}
.asset div p {
  color: var(--OTSUKA-BLUE, #426BBA);
  /* Module title */
  font-family: "Museo Sans 400";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 144px;
}
.asset div a {
  color: var(--OTSUKA-BLUE, #426BBA);
  font-family: "Museo Sans 300";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 10px;
}
.asset div a img {
  width: 50px;
}
.asset div a:last-child {
  padding-top: 30px;
}

footer {
  background-color: #426BBA;
  padding: 69px 0;
}
footer img {
  width: 192px;
  margin-bottom: 112px;
}
footer p {
  color: var(--OTSUKA-WHITE, #FFF);
  text-align: right;
  font-family: "Museo Sans 300";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
footer a {
  color: var(--OTSUKA-WHITE, #FFF);
  font-family: "Museo Sans 300";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.background {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: green;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .background {
    background-color: blue;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .background {
    background-color: yellow;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .background {
    background-color: pink;
  }
  .mobile {
    display: block;
  }
  h3 {
    padding: 0 20px;
  }
  #home .hero {
    background: url("../images/home-hero-mobile.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 450px;
  }
  #home .hero h1 {
    margin-bottom: 20px;
    width: 100%;
    font-size: 40px;
    padding: 0px 40px;
  }
  #home .hero p {
    width: 100%;
    font-size: 18px;
    padding: 0px 40px;
  }
  #home .conferences {
    margin-bottom: 30px;
    padding: 0 35px;
  }
  #assets .copy {
    padding: 0 35px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 576px) {
  .background {
    background-color: orange;
  }
  .mobile {
    display: block;
  }
  h1 {
    font-size: 30px;
  }
  h3 {
    padding: 0 20px;
  }
  header .top-bar {
    padding: 18px 49px;
  }
  header .top-bar p {
    font-size: 20px;
  }
  #home .hero {
    background: url("../images/home-hero-mobile.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 450px;
  }
  #home .hero h1 {
    margin-bottom: 20px;
    width: 100%;
    font-size: 40px;
    padding: 0px 40px;
  }
  #home .hero p {
    width: 100%;
    font-size: 18px;
    padding: 0px 40px;
  }
  #home .conferences {
    margin-bottom: 30px;
    padding: 0 35px;
  }
  #assets .hero {
    background: url("../images/assets-hero-mobile.jpg");
    background-color: rgba(180, 201, 234, 0.2);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #assets .hero h1 {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0px 40px;
  }
  #assets .hero p {
    padding: 0px 40px;
    font-size: 20px;
    text-transform: uppercase;
  }
  #assets .asset {
    margin-bottom: 30px;
    padding: 0 35px;
  }
  #assets #assets .copy {
    padding: 0 35px;
  }
  #assets .asset div p {
    height: auto;
    margin-bottom: 30px;
  }
  #assets .asset div a:last-child {
    padding-top: 10px;
  }
  #assets #video-overlay .content {
    width: 90%;
  }
  #assets #video-overlay .content #close-btn {
    top: 60px;
  }
  footer {
    padding: 30px 0;
  }
  footer a {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
  }
  footer .text-end {
    text-align: left !important;
    font-size: 14px;
    margin-top: 10px;
  }
  footer img {
    margin-bottom: 50px;
  }
}

#onetrust-consent-sdk #onetrust-banner-sdk {
  background: #426BBA !important;
}
#onetrust-banner-sdk #onetrust-policy #onetrust-policy-text {
  font-size: 14px !important;
}

object.wp-block-file__embed {
  display:block !important;
}

.wp-block-file__button {
  background-color: #426BBA;
  border-radius: 5px;
  margin: 10px;
  padding: 6px 18px;
  color: #fff;
  display: inline-block;
} 

.button {
  background-color: #426BBA;
  border-radius: 5px;
  margin: 10px 2px 10px 0px;
  padding: 6px 18px;
  color: #fff;
  display: inline-block;
} 
#assets .hero-poster {
    background: url(../images/Hero.jpg) center / cover no-repeat;
    background-color: rgba(180, 201, 234, 0.2);
    background-repeat: no-repeat;
    background-position: background-position: 0% 60%;
}
#assets .hero-poster h1 {
    color: var(--OTSUKA-INK, #373D42);
    font-family: "Museo Sans 300";
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 10px;
}
#assets .hero-poster p {
    color: var(--OTSUKA-INK, #373D42);
    font-family: "Museo Sans 400";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.wp-block-file a {
   display:none;
}

.poster-buttons {
   margin-bottom: 1.5rem;
}

.poster-item  {
   border: 1px solid #B4C9EA;
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   border-bottom-right-radius: 8px;
   border-bottom-left-radius: 8px;
   min-height: 260px;
   margin-bottom: 30px;
}
.poster-item a{   
   text-align:center;
}
.poster-item a :hover {   
   background : #F6F6f6;
}
.poster-thumb {
    padding-bottom: 20px !important;
}

p.poster-title {
    text-align: center;
}

.single-poster .hero-poster h1 {
margin-bottom: 30px !important;
}

#content-area {
margin-top:30px;
margin-bottom:30px;
}

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