@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  body {
    font-size: 14px !important; } }

.flex {
  display: flex; }

svg.drawing {
  max-width: 100vw;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }

svg.drawing path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: 5s draw 3s forwards; }

.svg-2000 svg.drawing path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation-duration: 10s; }

.svg-4000 svg.drawing path {
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
  animation-duration: 20s; }

.svg-full svg {
  width: 100%;
  height: 100%; }

@keyframes draw {
  100% {
    stroke-dashoffset: 0; } }

.btn-arrow,
button.btn-arrow {
  display: block;
  margin-top: 11px; }
  .btn-arrow span,
  button.btn-arrow span {
    text-transform: none; }
  .btn-arrow a:hover,
  button.btn-arrow a:hover {
    text-decoration: none !important; }
  .btn-arrow .elementor-button-link,
  button.btn-arrow .elementor-button-link {
    position: relative;
    padding: 8px 33px; }
    .btn-arrow .elementor-button-link:after,
    button.btn-arrow .elementor-button-link:after {
      content: "";
      position: absolute;
      left: 100%;
      top: 50%;
      transform: translateY(-50%) translateX(-10px);
      width: 71px;
      height: 71px;
      background-color: #000;
      background-image: url("../img/arrow-right.svg");
      background-repeat: no-repeat;
      background-position: center center;
      transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .btn-arrow:hover .elementor-button-link:after,
  button.btn-arrow:hover .elementor-button-link:after {
    transform: translateY(-50%) translateX(-1px); }
  .btn-arrow.btn-green .elementor-button-link,
  button.btn-arrow.btn-green .elementor-button-link {
    background-color: #3d6167 !important;
    color: #fff; }
    .btn-arrow.btn-green .elementor-button-link:after,
    button.btn-arrow.btn-green .elementor-button-link:after {
      background-color: #c7c42e; }
  .btn-arrow.btn-white-brown .elementor-button-link:after,
  button.btn-arrow.btn-white-brown .elementor-button-link:after {
    background-color: #c14729; }
  .btn-arrow.btn-brown-yellow .elementor-button-link,
  button.btn-arrow.btn-brown-yellow .elementor-button-link {
    background-color: #c14729 !important;
    color: #fff; }
    .btn-arrow.btn-brown-yellow .elementor-button-link:after,
    button.btn-arrow.btn-brown-yellow .elementor-button-link:after {
      background-color: #f3b120; }
  .btn-arrow.btn-blue-yellow .elementor-button-link,
  button.btn-arrow.btn-blue-yellow .elementor-button-link {
    background-color: #3687ba !important;
    color: #fff; }
    .btn-arrow.btn-blue-yellow .elementor-button-link:after,
    button.btn-arrow.btn-blue-yellow .elementor-button-link:after {
      background-color: #f3b120; }
  .btn-arrow.btn-small,
  button.btn-arrow.btn-small {
    margin-top: 6px; }
    .btn-arrow.btn-small .elementor-button-link,
    button.btn-arrow.btn-small .elementor-button-link {
      font-size: 1.125em;
      line-height: 1.222em;
      padding: 10px 20px; }
      .btn-arrow.btn-small .elementor-button-link:after,
      button.btn-arrow.btn-small .elementor-button-link:after {
        width: 50px;
        height: 50px;
        background-size: 18px; }

@media only screen and (max-width: 1024px) {
  .btn-arrow {
    margin-left: -51px; }
    .btn-arrow .elementor-button-link {
      width: calc(100% - 81px) !important;
      max-width: 350px;
      font-size: 1.5em;
      line-height: 1.208em;
      margin: 8px 40px; }
      .btn-arrow .elementor-button-link:after {
        width: 61px;
        height: 61px;
        background-size: 20px; }
    .btn-arrow.btn-mob-white-dark-brown .elementor-button-link {
      color: #4d361e; }
      .btn-arrow.btn-mob-white-dark-brown .elementor-button-link:after {
        background-color: #4d361e; } }

.schedule-container {
  display: inline-block;
  border: 2px solid #fff;
  padding: 2px;
  border-radius: 50px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-left: 10px;
}
  .schedule-container.closed .status {
    color: #c14729; }
  .schedule-container .status {
    background: #fff;
    color: #404040;
    border-radius: 50px;
    font-size: 1em;
    line-height: 1.188em;
    padding: 3px 13px;
    display: inline-block; }
  .schedule-container .time-details {
    margin-right: 18px;
    margin-left: 16px; }
    .schedule-container .time-details i {
      margin-right: 10px; }

.tickets-container {
  background: #fff;
  padding: 65px 63px 45px;
  position: relative;
  box-shadow: 0 3px 6px #00000080; }
  .tickets-container svg {
    z-index: 0; }
  .tickets-container h1,
  .tickets-container .btn-arrow {
    z-index: 0; }
  .tickets-container .btn-arrow {
    position: absolute;
    bottom: -20px;
    right: 5px; }
  .tickets-container .flex {
    align-items: center; }
    .tickets-container .flex a {
      font-family: "Lato", sans-serif;
      color: #f3b120;
      font-weight: 900;
      font-style: italic;
      font-size: 1em;
      line-height: 1.188em;
      text-decoration: underline !important; }
  .tickets-container h1 {
    background: #c14729;
    font-family: "Lato", sans-serif;
    font-size: 1.875em;
    line-height: 1.2em;
    color: #fff;
    margin: 0;
    position: absolute;
    display: block;
    padding: 16px 39px;
    top: -30px;
    left: -30px; }
  .tickets-container label {
    font-family: "Lato", sans-serif;
    font-size: 1.25em;
    line-height: 1.2em;
    color: #002a4a;
    margin-right: 35px; }
    .tickets-container label span {
      color: #002a4a;
      font-weight: bold;
      opacity: 0.5;
      white-space: nowrap; }
  .tickets-container button {
    text-decoration: none !important; }
  .tickets-container input[type='radio'] {
    display: none; }
    .tickets-container input[type='radio']:checked + span {
      opacity: 1;
      border-bottom: 3px solid #f3b120; }
  .tickets-container input:not([type='submit']),
  .tickets-container select {
    outline: 0;
    font-family: "Lato", sans-serif;
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: bold;
    border: none;
    border-bottom: 3px solid #f3b120;
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23f3b120%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 10px;
    margin-bottom: 25px;
    padding: 0;
    max-width: 200px; }
  .tickets-container select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    min-width: 120px; }

.daily-demonstrations-list {
  width: 100%;
  position: relative; }
  .daily-demonstrations-list .demonstration-row {
    display: flex;
    margin: 90px 20px 60px 128px;
    background: #fff;
    box-shadow: 0 3px 6px #00000080;
    align-items: center;
    position: relative;
    width: auto; }
    .daily-demonstrations-list .demonstration-row .demo-thumb {
      width: 331px;
      flex: 0 0 auto;
      position: relative;
      align-self: stretch; }
      .daily-demonstrations-list .demonstration-row .demo-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .daily-demonstrations-list .demonstration-row .demo-thumb .time {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 258px;
        min-height: 67px;
        left: -129px;
        top: 50px;
        text-align: center;
        background: #c14729;
        color: #fff;
        font-family: "Lato", sans-serif;
        font-size: 2em; }
    .daily-demonstrations-list .demonstration-row .demo-details {
      padding: 20px 80px 20px 50px; }
      .daily-demonstrations-list .demonstration-row .demo-details span {
        display: block; }
      .daily-demonstrations-list .demonstration-row .demo-details .title {
        font-weight: bold;
        font-size: 1.625em;
        line-height: 1.1;
        color: #002a4a;
        margin: 0 0 8px 0; }
      .daily-demonstrations-list .demonstration-row .demo-details .location {
        color: #c14729;
        font-weight: bold;
        margin-bottom: 12px;
        font-size: 1.25em;
        line-height: 1.4; }
      .daily-demonstrations-list .demonstration-row .demo-details .description {
        font-size: 1em;
        line-height: 1.5;
        color: #000; }
        .daily-demonstrations-list .demonstration-row .demo-details .description p:last-child {
          margin-bottom: 0; }

.exhibition-highlights-box.owl-carousel .owl-stage-outer {
  overflow: visible !important; }

.exhibition-highlights-box.owl-carousel .owl-stage {
  background: #f5f3f1;
  padding: 42px 14px 69px 42px;
  box-sizing: content-box; }

.exhibition-highlights-box.owl-carousel .owl-nav {
  margin-left: -32px;
  margin-top: -47px;
  z-index: 10;
  position: relative; }
  .exhibition-highlights-box.owl-carousel .owl-nav .owl-prev,
  .exhibition-highlights-box.owl-carousel .owl-nav .owl-next {
    width: 92px;
    height: 92px;
    background-color: #f3b120 !important;
    background-image: url("../img/arrow-right.svg") !important;
    background-size: 45px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px; }
  .exhibition-highlights-box.owl-carousel .owl-nav .owl-prev {
    transform: rotateY(180deg); }

.exhibition-highlights-box.owl-carousel .highlight {
  height: 50vh;
  max-height: 386px;
  width: auto;
  display: block; }
  .exhibition-highlights-box.owl-carousel .highlight img {
    width: auto !important;
    height: 100%;
    margin: 0; }

.blocker {
  z-index: 100 !important; }

.highlights-modal {
  text-align: center !important;
  max-width: 90% !important;
  width: auto !important; }
  .highlights-modal.video-modal {
    width: 90% !important;
    height: 90% !important; }
  .highlights-modal iframe {
    width: 100% !important;
    height: 100% !important; }
  .highlights-modal img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: inline; }

.where-you-are-box.owl-carousel .owl-stage {
  background: #f5f3f1; }

.where-you-are-box.owl-carousel .owl-nav {
  margin-left: -32px;
  margin-top: -47px;
  z-index: 10;
  position: absolute;
  left: -340px; }
  .where-you-are-box.owl-carousel .owl-nav .owl-prev,
  .where-you-are-box.owl-carousel .owl-nav .owl-next {
    width: 67px;
    height: 67px;
    background-color: #f3b120 !important;
    background-image: url("../img/arrow-right.svg") !important;
    background-size: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px; }
  .where-you-are-box.owl-carousel .owl-nav .owl-prev {
    transform: rotateY(180deg); }

.where-you-are-box.owl-carousel .highlight {
  height: 47vh;
  max-height: 264px;
  width: auto;
  display: block; }
  .where-you-are-box.owl-carousel .highlight img {
    width: auto !important;
    height: 100%;
    margin: 0; }

.press-articles-list .news-row {
  display: flex;
  margin-bottom: 64px;
  background: #fff;
  box-shadow: 0 3px 6px #00000080;
  position: relative; }
  .press-articles-list .news-row .news-thumb {
    width: 26.59%;
    flex: 0 0 auto;
    background-size: cover;
    background-position: center center; }
  .press-articles-list .news-row .news-details {
    padding: 33px 65px 28px 55px;
    font-family: 'Lato', Sans-serif;
    font-size: 16px; }
    .press-articles-list .news-row .news-details h2 {
      margin: 0 0 8px 0;
      font-size: 1.625em;
      color: #002a4a;
      font-weight: bold; }
    .press-articles-list .news-row .news-details .from {
      margin-bottom: 12px;
      font-size: 1.25em;
      color: #c14729;
      font-weight: bold;
      display: block; }
    .press-articles-list .news-row .news-details .description {
      color: #000;
      font-size: 1em;
      line-height: 1.5; }
    .press-articles-list .news-row .news-details .read-more {
      display: none;
      margin-top: 5px;
      color: #c14729; }

.fourth-grade-box {
  display: none; }

.grade-programs .single-program {
  position: relative;
  background: #f4f4f4;
  padding: 20px 60px 20px 120px;
  margin-bottom: 87px;
  font-family: "Lato", sans-serif;
  margin-right: 160px; }
  .grade-programs .single-program svg {
    z-index: 10; }
  .grade-programs .single-program .program-icon {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 70px;
    transform: translateX(-50%); }
    .grade-programs .single-program .program-icon img {
      width: 100%;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
  .grade-programs .single-program h2 {
    font-weight: 900;
    font-size: 2.25em;
    color: #c14729;
    margin: 0;
    padding-right: 100px; }
  .grade-programs .single-program .details {
    display: flex; }
    .grade-programs .single-program .details > div {
      width: 50%; }
    .grade-programs .single-program .details .details-left {
      margin-right: 60px; }
    .grade-programs .single-program .details p {
      display: flex; }
      .grade-programs .single-program .details p strong,
      .grade-programs .single-program .details p span {
        display: block; }
    .grade-programs .single-program .details strong {
      min-width: 100px;
      display: inline-block; }
  .grade-programs .single-program .description-text {
    opacity: 0.8; }
  .grade-programs .single-program p {
    margin-bottom: 12px;
    font-weight: 600;
    color: #002a4a; }
    .grade-programs .single-program p span {
      opacity: 0.8; }
  .grade-programs .single-program strong {
    font-weight: 900; }
  .grade-programs .single-program .type {
    font-size: 1.125em;
    color: #c14729;
    margin-bottom: 14px;
    display: block; }
  .grade-programs .single-program hr {
    border-top: 2px solid #c14729;
    margin: 18px 0 30px; }
  .grade-programs .single-program .description {
    display: flex;
    color: #002a4a; }
    .grade-programs .single-program .description .label {
      white-space: nowrap;
      min-width: 100px; }
  .grade-programs .single-program .interested-cb {
    position: absolute;
    top: 25px;
    right: -40px;
    padding: 15px;
    background: #dedede;
    color: #002a4a;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.875em;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    .grade-programs .single-program .interested-cb.checked {
      background: #c14729;
      color: #fff; }
    .grade-programs .single-program .interested-cb input[type='checkbox'] {
      margin-left: 20px;
      width: 40px;
      height: 40px;
      border: 3px solid #c14729;
      background-color: #ffffff;
      vertical-align: -110%;
      outline: 0;
      background-image: url("../img/checkbox-unmarked.png");
      background-position: center center;
      background-size: 24px;
      background-repeat: no-repeat; }
      .grade-programs .single-program .interested-cb input[type='checkbox']:before {
        content: none; }
      .grade-programs .single-program .interested-cb input[type='checkbox']:checked {
        background-image: url("../img/checkbox-brown.png"); }
  .grade-programs .single-program:nth-child(4n + 2) h2,
  .grade-programs .single-program:nth-child(4n + 2) .type {
    color: #3687ba; }
  .grade-programs .single-program:nth-child(4n + 2) hr,
  .grade-programs .single-program:nth-child(4n + 2) input[type='checkbox'] {
    border-color: #3687ba; }
  .grade-programs .single-program:nth-child(4n + 2) .interested-cb.checked {
    background: #3687ba; }
    .grade-programs .single-program:nth-child(4n + 2) .interested-cb.checked input[type='checkbox']:checked {
      background-image: url("../img/checkbox-blue.png"); }
  .grade-programs .single-program:nth-child(4n + 3) h2,
  .grade-programs .single-program:nth-child(4n + 3) .type {
    color: #3d6167; }
  .grade-programs .single-program:nth-child(4n + 3) hr,
  .grade-programs .single-program:nth-child(4n + 3) input[type='checkbox'] {
    border-color: #3d6167; }
  .grade-programs .single-program:nth-child(4n + 3) .interested-cb.checked {
    background: #3d6167; }
    .grade-programs .single-program:nth-child(4n + 3) .interested-cb.checked input[type='checkbox']:checked {
      background-image: url("../img/checkbox-gray.png"); }
  .grade-programs .single-program:nth-child(4n + 4) h2,
  .grade-programs .single-program:nth-child(4n + 4) .type {
    color: #A33A69; }
  .grade-programs .single-program:nth-child(4n + 4) hr,
  .grade-programs .single-program:nth-child(4n + 4) input[type='checkbox'] {
    border-color: #A33A69; }
  .grade-programs .single-program:nth-child(4n + 4) .interested-cb.checked {
    background: #A33A69; }
    .grade-programs .single-program:nth-child(4n + 4) .interested-cb.checked input[type='checkbox']:checked {
      background-image: url("../img/checkbox-purple.png"); }

@media only screen and (max-width: 1024px) {
  .daily-demonstrations-list {
    padding-top: 10px; }
    .daily-demonstrations-list .demonstration-row {
      flex-direction: column;
      margin: 0 0 20px; }
      .daily-demonstrations-list .demonstration-row .demo-thumb {
        width: auto;
        align-self: center; }
        .daily-demonstrations-list .demonstration-row .demo-thumb .time {
          position: relative;
          left: 0;
          top: 0;
          font-size: 16px;
          padding: 9px 15px;
          width: auto;
          height: auto;
          min-height: 0; }
        .daily-demonstrations-list .demonstration-row .demo-thumb img {
          display: none; }
      .daily-demonstrations-list .demonstration-row .demo-details {
        padding: 15px; }
        .daily-demonstrations-list .demonstration-row .demo-details .title {
          font-size: 18px;
          line-height: 18px; }
        .daily-demonstrations-list .demonstration-row .demo-details .location {
          font-size: 16px;
          line-height: 28px; }
        .daily-demonstrations-list .demonstration-row .demo-details .description {
          font-size: 14px;
          line-height: 18px; }
  .exhibition-highlights-box.owl-carousel {
    background: #fff; }
    .exhibition-highlights-box.owl-carousel .owl-nav {
      margin: -45px 0 0 0;
      text-align: center; }
    .exhibition-highlights-box.owl-carousel .owl-stage {
      padding: 0;
      padding-bottom: 80px; }
    .exhibition-highlights-box.owl-carousel .owl-stage-outer {
      overflow: hidden !important; }
    .exhibition-highlights-box.owl-carousel .highlight {
      height: 60vh;
      max-height: 60vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px; }
      .exhibition-highlights-box.owl-carousel .highlight img {
        width: auto !important;
        height: auto !important;
        max-height: 100% !important;
        max-width: 100% !important; }
  .press-articles-list .news-row .news-details .read-more {
    display: block; }
  .where-you-are-box.owl-carousel {
    z-index: 10; }
    .where-you-are-box.owl-carousel .highlight img {
      margin: 0 auto; }
    .where-you-are-box.owl-carousel .owl-nav {
      left: 0;
      bottom: -70px;
      margin: 0; }
      .where-you-are-box.owl-carousel .owl-nav .owl-prev,
      .where-you-are-box.owl-carousel .owl-nav .owl-next {
        width: 71px;
        height: 71px;
        background-size: 34px; } }

@media only screen and (max-width: 767px) {
  .exhibition-highlights-box.owl-carousel .owl-stage {
    padding-bottom: 48px; }
  .exhibition-highlights-box.owl-carousel .owl-nav {
    margin: -32px 0 0 0; }
    .exhibition-highlights-box.owl-carousel .owl-nav .owl-prev,
    .exhibition-highlights-box.owl-carousel .owl-nav .owl-next {
      width: 71px;
      height: 71px;
      background-size: 34px; }
  .press-articles-list .news-row {
    margin-bottom: 25px; }
    .press-articles-list .news-row .news-thumb {
      display: none; }
    .press-articles-list .news-row .news-details {
      padding: 18px; }
      .press-articles-list .news-row .news-details h2 {
        font-size: 16px;
        line-height: 23px; }
      .press-articles-list .news-row .news-details .from {
        font-size: 14px; }
      .press-articles-list .news-row .news-details .description {
        font-size: 12px;
        line-height: 19px; }
      .press-articles-list .news-row .news-details .read-more {
        font-size: 13px; }
  .where-you-are-box.owl-carousel .highlight {
    display: flex;
    align-items: center;
    justify-content: center; }
    .where-you-are-box.owl-carousel .highlight img {
      width: 100% !important;
      height: auto; } }

.home-callouts .elementor-widget-image .elementor-widget-container {
  z-index: 15;
  position: relative; }

.home-callouts .elementor-widget-image a img {
  transition: all 0.3s ease-in-out; }

.home-callouts .elementor-widget-image a:after {
  background-image: url("../img/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out; }

.home-callouts .elementor-widget-image:hover img {
  transform: scale(1.17);
  border-radius: 0 !important; }

.home-callouts .elementor-widget-image:hover figcaption {
  transform: translate(-20px, 20px); }

.home-callouts .elementor-widget-image:hover a:after {
  transform: scale(1.28); }

.home-callouts figcaption {
  pointer-events: none;
  transition: all 0.3s ease-in-out; }

body:not(.elementor-editor-active) #home-slider .swiper-slide-contents {
  display: none; }

#home-slider .home-slider-title {
  background: #3687ba;
  color: #fff;
  font-family: "trajan-pro-3", Sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 18px 89px 18px 170px;
  text-align: center;
  margin-bottom: 111px;
  font-size: 1.375em;
  line-height: 1.409em;
  letter-spacing: 15.4px;
  white-space: nowrap; }

#home-slider .swiper-container > .true-slide-contents {
  clip-path: polygon(80px 0%, 0 100%, calc(100% - 80px) 100%, 100% 0);
  max-width: 718px;
  position: absolute;
  top: 0;
  height: 100%;
  left: 10%;
  z-index: 1;
  background: #fff;
  display: block !important;
  pointer-events: none;
  border-bottom: 8px solid #3687ba; }
  #home-slider .swiper-container > .true-slide-contents .elementor-slide-heading,
  #home-slider .swiper-container > .true-slide-contents .elementor-slide-description,
  #home-slider .swiper-container > .true-slide-contents .elementor-slide-button {
    margin-left: 183px;
    margin-right: 94px; }
  #home-slider .swiper-container > .true-slide-contents .elementor-slide-heading {
    font-size: 1.5em;
    line-height: 1.333em;
    margin-bottom: 50px;
    margin-right: 198px;
    font-weight: bold; }
  #home-slider .swiper-container > .true-slide-contents .elementor-slide-description {
    font-size: 1.125em;
    line-height: 2em;
    margin-bottom: 50px;
    font-weight: bold; }
  #home-slider .swiper-container > .true-slide-contents .elementor-slide-button {
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 900;
    background: #3687ba;
    color: #fff;
    padding: 12px 35px; }

#home-slider .elementor-swiper-button-next {
  right: 0;
  background: #fff;
  padding: 30px 0 30px 5px; }

#home-slider .elementor-swiper-button-prev {
  left: 0;
  background: #fff;
  padding: 30px 5px 30px 0; }

.featured-events-container {
  display: flex;
  justify-content: space-between; }
  .featured-events-container .single-featured-event {
    width: 32.8%;
    padding-left: 75px;
    position: relative;
    color: #002a4a; }
    .featured-events-container .single-featured-event .event-details {
      background: #f5f3f1; }
    .featured-events-container .single-featured-event .event-image-container {
      display: block;
      height: 237px;
      width: 100%;
      background-size: cover;
      background-position: center center; }
    .featured-events-container .single-featured-event .event-date {
      width: 150px;
      height: 150px;
      display: flex;
      flex-direction: column;
      background: #3687ba;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      position: absolute;
      left: 0;
      top: 205px;
      font-family: "Lato", sans-serif;
      text-transform: uppercase;
      font-size: 1.125em; }
      .featured-events-container .single-featured-event .event-date em {
        font-style: normal;
        font-size: 2.889em;
        line-height: 1;
        font-weight: bold; }
      .featured-events-container .single-featured-event .event-date strong {
        font-weight: bold;
        line-height: 1.778em; }
    .featured-events-container .single-featured-event .event-title {
      padding-left: 110px;
      margin-top: 30px;
      font-family: "Lato", sans-serif;
      font-weight: bold;
      font-size: 1.25em;
      line-height: 1.4em; }
      .featured-events-container .single-featured-event .event-title h2 {
        margin: 0;
        margin-top: 10px;
        font-size: 1em;
        min-height: 80px; }
    .featured-events-container .single-featured-event .event-content {
      padding: 0 35px 25px 50px;
      color: #000;
      line-height: 1.75em;
      min-height: 115px; }
    .featured-events-container .single-featured-event:first-child {
      margin-left: -75px; }
    .featured-events-container .single-featured-event:nth-child(2) .event-date {
      background: #c14729; }
  .featured-events-container .slick-track .single-featured-event {
    padding: 0 35px 30px 50px;
    margin: 0; }

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  body.home {
    font-size: 14px; }
  .featured-events-container {
    padding: 0 100px; } }

@media only screen and (max-width: 1024px) {
  #home-slider .swiper-slide-contents {
    display: block !important;
    background: #f5f3f1;
    padding: 50px; }
  #home-slider .swiper-container > .true-slide-contents {
    display: none !important; }
  #home-slider .swiper-slide {
    height: auto; }
  #home-slider .swiper-slide-inner {
    padding: 0;
    position: relative; }
  #home-slider .swiper-slide-bg,
  #home-slider .elementor-background-overlay {
    height: 230px;
    min-height: auto; }
  .home-callouts .slick-track {
    margin-left: -20px; }
  .home-callouts .slick-slide .elementor-element-populated {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 384px;
    margin: 0 auto !important; }
  .home-callouts .widget-image-caption {
    height: 118px;
    padding: 0 10%;
    display: flex;
    align-items: center; }
  .featured-events-container .single-featured-event .event-date {
    width: 95px;
    height: 95px;
    margin-left: 10px;
    font-size: 11px;
    top: 135px; }
    .featured-events-container .single-featured-event .event-date em {
      font-size: 32px; } }

@media only screen and (max-width: 767px) {
  .home-callouts .slick-slide .elementor-element-populated {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .featured-events-container .single-featured-event .event-title {
    margin-top: 25px;
    padding-left: 80px; }
    .featured-events-container .single-featured-event .event-title h2 {
      font-size: 14px;
      margin-top: 0;
      min-height: 40px; }
  .featured-events-container .single-featured-event .event-time {
    font-size: 12px; }
  .featured-events-container .single-featured-event .event-content {
    font-size: 10px;
    min-height: 0; }
  .featured-events-container .single-featured-event .event-image-container {
    height: 150px; } }
