@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root {
  --black: #000000;
  --white: #ffffff;
  --c-primary: #0065a2;
  --c-secondary: #862632;
  --c-body: #4f4f4f;
  --c-body-dark: #232323;
  --c-gray: #dfdfdf;
  --c-font-color: #333333;
}

html,
body {
  font-family: "PT Sans", sans-serif;
}
html a,
body a {
  text-decoration: none;
}

main {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  main {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
}

.whats-new-section h2 {
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  .whats-new-section h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .whats-new-section h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .whats-new-section h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .whats-new-section h2 {
    font-size: 40px;
  }
}

.header {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .header {
    padding-top: 49px;
    padding-bottom: 37px;
  }
}
.header .header-inner .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-inner .logo {
  margin: 0;
  max-width: 216px;
}
@media screen and (min-width: 576px) {
  .header .header-inner .logo {
    max-width: 250px;
  }
}
.header .header-inner .logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.header .upper-menu-wrapper {
  padding-bottom: 5px;
}
.header .upper-menu-wrapper ul li:not(:last-child) {
  padding-right: 5px;
}
.header .upper-menu-wrapper ul li a {
  background-color: var(--c-gray);
  color: var(--c-black);
  padding: 5px 15px !important;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
}
.header .upper-menu-wrapper ul li a:hover {
  background-color: var(--c-primary);
  color: var(--white);
}
.header .navigation-main ul.navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid var(--c-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  position: relative;
}
.header .navigation-main ul.navbar-nav li.menu-item {
  position: relative;
  margin-right: 20px;
}
.header .navigation-main ul.navbar-nav li.menu-item:last-child {
  margin-right: 0;
}
.header .navigation-main ul.navbar-nav li.menu-item a {
  color: var(--black);
  padding: 9px 9px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top: 2px solid transparent;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
}
.header .navigation-main ul.navbar-nav li.menu-item:hover a {
  background-color: var(--c-primary);
  color: var(--white);
}
@media screen and (min-width: 992px) {
  .header .navigation-main ul.navbar-nav li.menu-item > .sub-menu {
    position: absolute;
    top: 100%;
    min-width: 210px;
    width: 100%;
    border-radius: 0;
    z-index: 99;
    background-color: var(--white);
    padding: 15px 0;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid var(--c-gray);
    display: none;
  }
}
.header .navigation-main ul.navbar-nav li.menu-item > .sub-menu li {
  margin-right: 0;
}
.header .navigation-main ul.navbar-nav li.menu-item > .sub-menu li a {
  background-color: transparent;
  padding: 5px 15px;
  color: var(--black);
  text-decoration: none;
  font-size: 14px;
  display: block;
  line-height: 1.75;
  text-transform: none;
}
.header .navigation-main ul.navbar-nav li.menu-item > .sub-menu li a:hover {
  text-decoration: underline;
}
.header .navigation-main ul.navbar-nav li.menu-item > .sub-menu li:hover a {
  background-color: transparent;
}
.header .navigation-main ul.navbar-nav li.menu-item:nth-child(3) > .sub-menu {
  min-width: 930px;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: auto;
  right: -32px;
}
.header .navigation-main ul.navbar-nav li.menu-item:nth-child(3) > .sub-menu > li {
  width: 25%;
  padding: 0 15px;
}
.header .navigation-main ul.navbar-nav li.menu-item:nth-child(3) > .sub-menu > li > a {
  border-bottom: solid 2px #0065a2;
  margin-bottom: 10px;
  font-weight: 700;
  padding: 10px 0;
  background-color: transparent;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.header .navigation-main ul.navbar-nav li.menu-item:nth-child(3) > .sub-menu > li > .sub-menu {
  position: relative;
  display: block;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  border: none;
  margin-bottom: 20px;
  padding: 0;
  z-index: unset;
  min-width: unset;
}
.header .navigation-main ul.navbar-nav li.menu-item:nth-child(3) > .sub-menu > li > .sub-menu > li {
  padding: 0;
  width: 100%;
}
.header .navigation-main ul.navbar-nav li.menu-item:nth-child(3) > .sub-menu > li > .sub-menu > li > a {
  padding: 5px 0;
  border-bottom: solid 1px #E8E8E8;
  color: #494949;
  display: block;
}
.header .navigation-main ul.navbar-nav > li.menu-item:hover .sub-menu {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: oxy-menu-moveup;
          animation-name: oxy-menu-moveup;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: block;
  margin-top: 0;
}
.header .navigation-main ul.navbar-nav > li.menu-item:nth-child(3):hover > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991.72px) {
  .header .navigation-upper,
  .header .navigation-main-wrapper {
    display: none;
  }
}

.menu-toggle {
  width: 34px;
  height: 30px;
  position: fixed;
  display: block;
  cursor: pointer;
  background-color: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  right: 15px;
}
@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle span {
  width: 22px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: calc(50% - 1px);
  left: 6px;
  background-color: var(--black);
}
.menu-toggle span:nth-child(2) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}
.menu-toggle span:nth-child(1) {
  margin-top: -6px;
  -webkit-transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
}
.menu-open .menu-toggle span:nth-child(1) {
  -webkit-transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-toggle span:nth-child(3) {
  margin-top: 6px;
  -webkit-transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
}
.menu-open .menu-toggle span:nth-child(3) {
  -webkit-transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@-webkit-keyframes oxy-menu-moveup {
  from {
    opacity: 0;
    display: none;
    margin-top: 30px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
    display: block;
  }
}

@keyframes oxy-menu-moveup {
  from {
    opacity: 0;
    display: none;
    margin-top: 30px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
    display: block;
  }
}
.footer {
  background-color: var(--c-secondary);
  padding: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .footer {
    position: fixed;
  }
}
.footer .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .footer .row {
    gap: 0;
  }
}
.footer .footer-links-inner ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .footer .footer-links-inner ul {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
.footer .footer-links-inner ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-links-inner ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  bottom: 6px;
  border-right: 1px solid var(--c-gray);
  right: 0;
}
.footer .footer-links-inner ul li a {
  color: var(--white);
  font-size: 12px;
  margin: 0;
  padding: 3px 5px;
  font-size: 12px;
  text-decoration: none;
}
.footer .copyright-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .copyright-wrapper .copyright-text {
  text-align: center;
  font-size: 12px;
  color: var(--white);
}
.footer .social-links-wrapper ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .social-links-wrapper ul li {
  position: relative;
}
.footer .social-links-wrapper ul li:not(:last-child) a::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: var(--white);
  right: 0;
}
.footer .social-links-wrapper ul li a {
  text-decoration: none;
  color: var(--white);
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 12px;
}

.banner-bottom-sec {
  padding: 30px 0px;
  background-color: var(--c-primary);
  width: 100%;
}
.banner-bottom-sec .banner-bottom-links-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner-bottom-sec .banner-bottom-links-inner .banner-bottom-item {
  padding: 4px 0;
  position: relative;
}
.banner-bottom-sec .banner-bottom-links-inner .banner-bottom-item a {
  padding: 0 12px;
}
.banner-bottom-sec .banner-bottom-links-inner .banner-bottom-item:not(:last-child) a {
  border-right: 2px solid var(--white);
}

.whats-new-section {
  border-top: 308px solid #eee;
  padding-bottom: 24px;
}
@media screen and (min-width: 576px) {
  .whats-new-section {
    padding-bottom: 60px;
  }
}
.whats-new-section h2 {
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.whats-new-section .whats-new-inner {
  margin: -280px auto 0;
}
.whats-new-section .whats-new-video .embed-responsive {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding-bottom: 56.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.whats-new-section .whats-new-video .embed-responsive iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.whats-new-section .video-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .whats-new-section .video-box-wrapper {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.whats-new-section .video-box-wrapper .video-wrapper {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .whats-new-section .video-box-wrapper .video-wrapper {
    width: 59%;
  }
}
.whats-new-section .video-box-wrapper .box-wrapper {
  background-color: var(--white);
  padding: 10px 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .whats-new-section .video-box-wrapper .box-wrapper {
    width: 41%;
  }
}
.whats-new-section .whats-new-content h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  padding-bottom: 10px;
  padding-top: 20px;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .whats-new-section .whats-new-content h2 {
    padding-bottom: 30px;
    font-size: 36px;
  }
}
.whats-new-section .whats-new-content p {
  width: 100%;
  font-size: 18px;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .whats-new-section .whats-new-content p {
    width: 100%;
    max-width: 440px;
  }
}
.whats-new-section .whats-new-content a {
  color: var(--c-secondary);
  text-decoration: none;
}

.home-resources-section h2 {
  color: var(--c-font-color);
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .home-resources-section h2 {
    font-size: 40px;
  }
}
.home-resources-section .inner-wrapper h3 {
  margin-bottom: 0;
  line-height: 1.25;
}
.home-resources-section .inner-wrapper a {
  color: var(--c-secondary);
  padding-bottom: 15px;
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  font-size: 18px;
  line-height: 1.25;
  display: inline-block;
}
.home-resources-section .inner-wrapper a:hover {
  text-decoration: underline;
}
.home-resources-section .inner-wrapper .news-item,
.home-resources-section .inner-wrapper .event-item,
.home-resources-section .inner-wrapper .paper-item {
  padding-right: 15px;
  padding-bottom: 27px;
}
.home-resources-section .inner-wrapper .news-date,
.home-resources-section .inner-wrapper .event-date {
  font-size: 18px;
  font-weight: 500;
}
.home-resources-section .inner-wrapper .paper-excerpt,
.home-resources-section .inner-wrapper .event-excerpt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}
.home-resources-section .inner-wrapper .paper-button {
  padding-top: 40px;
}
.home-resources-section .inner-wrapper .paper-button a {
  padding: 8px 25px;
  font-size: 14px;
  background-color: var(--c-secondary);
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.25;
  color: var(--white);
}
.home-resources-section .inner-wrapper .event-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.home-resources-section .inner-wrapper .event-items h3 a {
  padding-bottom: 13.5px;
}
.home-resources-section .inner-wrapper .event-items .event-item {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 27px;
}
.home-resources-section .inner-wrapper .event-items .event-date {
  font-size: 18px;
  font-weight: 500;
}
.home-resources-section .inner-wrapper .event-items .event-excerpt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .home-resources-section .inner-wrapper .event-items .event-excerpt {
    max-width: 135px;
  }
}

.banner-swiper img {
  width: 100%;
  height: 200px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 576px) {
  .banner-swiper img {
    height: 100%;
  }
}
.banner-swiper .swiper-pagination {
  display: none;
}
.banner-swiper .swiper-slide {
  height: auto;
}
.banner-swiper .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
}
.banner-swiper .swiper-button-prev,
.banner-swiper .swiper-button-next {
  color: var(--white);
  padding: 0;
  line-height: 37px;
  width: 40px;
  height: 40px;
  border: 1.5px solid var(--white);
  border-radius: 50px;
  text-align: center;
  margin-top: -20px;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-swiper .swiper-button-prev::after,
.banner-swiper .swiper-button-next::after {
  font-size: 14px;
  font-weight: bold;
}

.basic-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .basic-banner {
    min-height: 330px;
    max-height: 330px;
  }
}
.basic-banner .image-wrapper {
  max-width: 100%;
  width: 100%;
  position: relative;
  margin-right: -100%;
}
.basic-banner .image-wrapper img {
  border-bottom: 15px solid var(--c-gray);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}
@media screen and (min-width: 1200px) {
  .basic-banner .image-wrapper img {
    min-height: 330px;
    max-height: 330px;
  }
}
.basic-banner .banner-content-wrapper {
  width: 100%;
  position: relative;
}
.basic-banner .banner-content {
  padding: 42px;
}
@media screen and (min-width: 1200px) {
  .basic-banner .banner-content {
    padding: 42px 42px 63px;
  }
}
.basic-banner .banner-content .banner-content-inner {
  padding: 14px;
  width: 100%;
  color: var(--white);
  background-color: rgba(134, 38, 51, 0.85);
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .basic-banner .banner-content .banner-content-inner {
    max-width: 51.5%;
  }
}
.basic-banner .banner-content h2 {
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 15px;
  margin: 0;
}
.basic-banner .banner-content p {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

.youtube-video {
  max-width: 100%;
}
.youtube-video iframe {
  width: 100%;
}

.basic-full-content {
  padding-top: 30px;
}
.page-id-65 .basic-full-content {
  border-top: 15px solid var(--c-gray);
}
.basic-full-content .full-content {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .basic-full-content .full-content {
    max-width: 75%;
  }
}
.basic-full-content h4,
.basic-full-content h1,
.basic-full-content h2 {
  font-size: 36px;
  border-bottom: 1px solid var(--c-gray);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.1;
}
.basic-full-content p {
  line-height: 1.75;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 10px;
}
.basic-full-content h5 {
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 0;
}
.basic-full-content a {
  display: inline-block;
  padding: 3px 12px;
  text-decoration: none !important;
  color: var(--white) !important;
  background-color: var(--c-secondary);
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.page-id-65 .basic-full-content a {
  color: #8b2131 !important;
  background-color: transparent;
  padding: 0;
  border: none;
}
.page-id-65 .basic-full-content a:hover {
  background-color: transparent;
  text-decoration: underline !important;
}
.basic-full-content a:hover {
  background-color: var(--c-primary);
}

.youtube-video-sec {
  padding-top: 40px;
  border-bottom: 1px solid var(--c-gray);
  padding-bottom: 60px;
}
.youtube-video-sec .youtube-video {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .youtube-video-sec .youtube-video {
    max-width: 75%;
  }
}
.youtube-video-sec .youtube-video iframe {
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .youtube-video-sec .youtube-video iframe {
    width: 80%;
    height: 400px;
    max-height: 400px;
  }
}

.side-by-side-content .inner-wrapper {
  max-width: 100%;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .side-by-side-content .inner-wrapper {
    max-width: 75%;
  }
}
.side-by-side-content .inner-wrapper .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-68 .side-by-side-content .inner-wrapper .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.side-by-side-content .inner-wrapper h3 {
  font-size: 24px;
  margin: 0;
  padding-bottom: 15px;
  font-weight: 500;
  line-height: 1.1;
}
.side-by-side-content .inner-wrapper p {
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 1.75;
}
.side-by-side-content .inner-wrapper a {
  display: inline-block;
  padding: 3px 12px;
  text-decoration: none !important;
  color: var(--white) !important;
  background-color: var(--c-secondary);
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.page-id-68 .side-by-side-content .inner-wrapper a {
  padding: 6px 10px;
}
.page-id-68 .side-by-side-content .inner-wrapper a:hover {
  text-decoration: underline !important;
}
.side-by-side-content .inner-wrapper a:hover {
  background-color: var(--c-primary);
}
.side-by-side-content .inner-wrapper ul li {
  text-align: left;
  font-size: 14px;
  line-height: 1.75;
}

.accordion-sec {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .accordion-sec .inner-wrapper {
    max-width: 75%;
  }
}
.accordion-sec .accordion {
  --bs-accordion-bg: transparent;
}
.accordion-sec .accordion .accordion-button {
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 !important;
  color: var(--black);
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  padding: 12px;
  border: 1px solid var(--c-gray);
  font-weight: 500;
  line-height: 1.1;
  font-size: 14px;
  margin: 2px 0 0;
  margin-bottom: 7px;
  border-radius: 3px;
}
.accordion-sec .accordion .accordion-button::after {
  content: "\f055";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  top: 9px;
  right: 9px;
  color: #ccc;
  background-image: none;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.accordion-sec .accordion .accordion-item:first-of-type > .accordion-header .accordion-button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 !important;
  border-radius: 0;
}
.accordion-sec .accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 !important;
  background-color: transparent !important;
}
.accordion-sec .accordion .accordion-button:not(.collapsed)::after {
  content: "\f056";
  font: normal normal normal 20px/1 FontAwesome;
}
.accordion-sec .accordion .accordion-item {
  border: none !important;
  border-radius: 0;
  color: var(--black);
}
.accordion-sec .accordion .accordion-body {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
  border-top: none;
  border-radius: 3px;
  padding: 1em 1.2em;
}
.accordion-sec .accordion .accordion-body p {
  text-align: justify;
  margin-bottom: 10px;
  line-height: 1.75;
  font-size: 14px;
  font-weight: 500;
}
.accordion-sec .accordion .accordion-body p strong {
  font-weight: 700;
}
.accordion-sec .accordion .accordion-body a {
  display: inline-block;
  padding: 3px 12px;
  text-decoration: none !important;
  color: var(--white) !important;
  background-color: var(--c-secondary);
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.accordion-sec .accordion .accordion-body a:hover {
  background-color: var(--c-primary);
}/*# sourceMappingURL=itweae.css.map */