body {
  padding-top: 100px; /
}

html {
    scroll-behavior: smooth;
}

 @-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

:target {
    scroll-margin-top: 80px;
}

.edit-page-dropdown .dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0;
    left: auto;
    margin-top: .125rem;
}

.edit-page-dropdown .dropdown-menu {
    min-width: 300px;
    padding: 20px;
}

.edit-page-dropdown .dropdown-menu ul li:nth-of-type(1n+3) {
    display:none;
}

@media (max-width:1200px) {
    .edit-page-dropdown {
        display:none;
    }
}

.list_controls a {
    margin:25px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Fira Sans', sans-serif !important;
}

img {
  height: auto !important;
  max-width: 100% !important;
}

.msl-pagebanner img {
    width:100%;
}

h1 {
    font-size:55px !important;
    margin:30px 0px;
    font-weight:700;
}

h2 {
    font-size:42px !important;
    margin:30px 0px;
    font-weight:700;
}

.h2-big {
    font-size:46px !important;
    font-weight:800;
    color: #211c36;
    margin-top:40px  !important;
}

@media (max-width:992px) {
    .h2-big {
        font-size:40px !important;
    }
}

h3 {
    font-size:34px !important;
    font-weight:700;
}

h4 {
    font-size:20px !important;
    font-weight:700;
}

.head-bold {
    font-weight:bold;
    display:block;
}

p, ol, ul, .pageol a, .pagecontent a, body { 
    font-size:18px;
    font-family: 'Lato', sans-serif !important;
    line-height:1.7;
}

.p-big,
.p-big a {
    font-size:22px;
}

@media (min-width:1200px) {
    .h2-big, .p-big {
        width:80%;
        margin:0 auto;
    }
}

@media (max-width:992px) {
    .p-big,
    .p-big a {
        font-size:18px !important;
    }
}

.opening-paragraph p, 
.opening-paragraph ol, 
.opening-paragraph ul, 
.opening-paragraph .pageol a, 
.opening-paragraph a {
    font-size:20px;
}

.check-ul li {
    margin-left:30px;
}

.check-ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 10px 0 0;
    color: #008C7A;
}

.cross-ul li {
    margin-left:30px;
}

@media (max-width:992px) {
    .check-ul li,
    .cross-ul li {
        margin-left:0px;
    }
}

.cross-ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00d';
    margin:0 10px 0 0;
    color: #D90200;
}

.rounded-lg {
    border-radius:10px;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

.h-100 {
     height: 100% !important;
}

@media (max-width:768px) {
    .col-12 .h-100 {
        height:auto !important;
    }
}

.card-img-zoom {
    overflow: hidden;
    position: relative;
}

.card-img-zoom a:link img {
    transition-duration: .3s;
}

.card-img-zoom a:link:hover img {
    transform: scale(1.1);
    cursor: pointer;
}

@media (min-width:1024px) {
    .card-tilt-left {
        transform: rotate(359deg);
    }
    
    .card-tilt-right {
        transform: rotate(1deg);
    }
}

.btn {
    border-radius:30px;
}

.white-btn {
    margin: 0;
    padding: 8px 15px;
    border: none;
    background: none;
    background-color: #ffffff;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    border-radius: 5px;
    margin-top: 20px;
}
.white-btn:hover {
    background-color: #3F366F;
    color:#fff;
    cursor:pointer;
}

.btn-blue {
    color: #fff;
    background-color: #211C36;
    border-color: #211C36;
    margin:10px 0px;
    /*padding:15px 0px;*/
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
    background-color:#2e1f6f;
    color:#fff;
}

.btn-green {
    color: #fff;
    background-color: #357b73;
    border-color: #357b73;
    margin:10px 0px;
    /*padding:15px 0px;*/
}

.btn-green:hover, .btn-green:focus, .btn-green:active {
    background-color:#255a54;
    color:#fff;
}

.btn-purple {
    color: #fff;
    background-color: #3F366F;
    border-color: #3F366F;
    margin:10px 0px;
    white-space: inherit;
    /*padding:15px 0px;*/
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
    background-color:#373156;
    color:#fff;
}

.btn-red {
    color: #fff;
    background-color: #B74A47;
    border-color: #B74A47;
    margin:10px 0px;
    /*padding:15px 0px;*/
}

.btn-red:hover, .btn-red:focus, .btn-red:active {
    background-color:#913a38;
    color:#fff;
}

.btn-blue a, .btn-green a {
    color:#fff !important;
}

/* DEFAULT STYLING */

@media (max-width:768px) {
    .float-right, .float-left, .img-right, .img-left {
        float:none !important;
        display:block;
        margin-left:auto;
        margin-right:auto;
        margin-top:15px;
        margin-bottom:15px;
    }
}

@media (min-width:769px) {
    .img-right {
        margin-left:15px;
        margin-top:15px;
        margin-bottom:15px;
    }
     .img-left {
        margin-right:15px;
        margin-top:15px;
        margin-bottom:15px;
    }
}

 .float-right, .float-left, .img-right, .img-left {
    border-radius:5px;
}

.embed-responsive {
    margin:20px 0px;
}

.card-red {
    background:#B74A47;
}

.welcome-strip-top .card-red {
    border-radius:0px;
}

.welcome-strip-top .card-red p {
    color:#fff;
    font-size:16px;
}

.welcome-strip-top {
    padding:0px;
}

/* NAV Styling */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    height: 120px; 
    box-sizing: border-box;
    background-color: #fff;
    transition: all 0.3s ease;
}

.navbar.scrolled {
  background-color: #211C36;
  height: 80px; 
  border-bottom: 10px solid #41b6e6;
}

.navbar .navbar-brand img {
   margin-left: 20px;
   width: 300px;
   transition: all 0.3s ease;
}

.navbar.scrolled .navbar-brand img {
   margin-left: 20px;
   width: 160px;
}


.navbar .nav-link {
    color: #000;
    font-weight:bold;
    font-size:20px;
}

@media (max-width:1200px) and (min-width:992px) {
    .navbar .nav-link {
        font-size:18px;
    }
    .navbar .navbar-brand img {
       width: 200px;
    }
}

.navbar.scrolled .nav-link {
    color: #fff;
    font-weight:bold;
    font-size:20px;
}

.navbar .nav-link:focus,
.navbar .nav-link:hover,
.navbar.scrolled .nav-link:focus,
.navbar.scrolled .nav-link:hover {
    color: #D980FF;
}

.navbar .msl-loginbutton {
    color: #fff;
    font-weight:bold;
    font-size:18px;
}

.navbar.scrolled .msl-loginbutton {
    font-size:18px;
}

.navbar .msl-loginbutton:focus, 
.navbar .msl-loginbutton:hover, 
.navbar.scrolled .msl-loginbutton:focus, 
.navbar.scrolled .msl-loginbutton:hover {
    color: #fff;
}

nav.navbar.shrink {
  min-height: 35px;
}

.navbar .collapse {
    background:none;
}

.collapse {
    padding:0px;
}

.navbar-collapse {
    padding:20px;
}

@media (min-width:992px) {
    .navbar .collapse {
        background: none;
        float: right;
        /* text-align: right; */
        right: 0;
        position: absolute;
        margin-right: 50px;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        margin: 0px 0px 119px -111px;
    }
    
    .navbar-dark .navbar-nav .nav-link {
        font-weight:bold;
        float:right;
        font-size:18px;
    }
}

@media (max-width:992px) {
    .navbar {
        height: 80px; 
        background-color: #211C36;
        transition: all 0.3s ease;
    }
    .navbar-toggler {
        border-color: #41b6e6;
        padding: 10px;
        margin-right: 20px;
        transition: all 0.2s ease-out;
    }
    .navbar-toggler:hover, 
    .navbar-toggler:focus {
        background-color: #41b6e6;
        transition: all 1s ease-in;
        transition: all 1s ease-out;
    }
    .navbar .fa-bars,
    .navbar .fa-xmark {
        color:#fff;
    }
    .navbar .navbar-brand img {
       margin-left: 20px;
       width: 170px;
       transition: all 0.3s ease;
    }
    .navbar.scrolled .navbar-brand img {
       margin-left: 20px;
       width: 170px;
    }
    .navbar-collapse.collapse {
      display: block !important;
    }
    .navbar-collapse {
      background:none;
      background-color: #211c36;
      transition: background-color 0.3s ease;
      max-height: 0;
      overflow: hidden;
      padding: 0;
      margin: 0;
      transition: max-height 0.4s ease;
    }
    .navbar-collapse > * {
      margin-top: 0;
      margin-bottom: 0;
    }
    .navbar-collapse.show,
    .navbar-collapse.expanding{
      opacity: 1;
      background-color: #211c36;
      max-height: 90vh;
      padding: 20px 30px 60px 30px;
      overflow-y: scroll;
      border-bottom: 5px solid #41b6e6;
    }
    .navbar-collapse.collapsing {
      max-height: 0;
    }
    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgb(217 128 255);
    }
    .navbar-toggler:focus {
        box-shadow:none;
    }
    .navbar .nav-link,
    .navbar.scrolled .nav-link {
        color: #fff;
    }
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(217 128 255);
}

.navbarbasket {
    margin-top:-1px;
}

.navbar-expand-md .navbar-nav .basketdrop .dropdown-menu {
    width:100%;
}

@media (max-width:1020px) {
    .navbar-nav .dropdown-menu {
        position:absolute;
    }
    .navbarbasket {
        position:absolute;
        width: 100%;
        padding: 20px;
        height:auto;
    }
}

@media (min-width:1020px) {
    .navbarbasket {
        right:0;
        left:auto;
        margin-right:10px;
        width: 30%;
        padding: 20px;
        height:auto;
    }
}

.navbarbasket h3 {
    margin-top:0px;
}

.navbarbasket,
.navbarbasket.show {
    display:none;
}

.basketdropitem:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f06a";
    right: 3px;
    position: absolute;
    top: -4px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 15px;
    color: #b74a47;
    font-size: 20px;
}

#navbarToggle.basketdropitem:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f06a";
    right: 13px;
    position: absolute;
    top: 14px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 15px;
    color: #b74a47;
    font-size: 20px;
}

/* TOP CAROUSEL Styling */

.carousel-overlay-logo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-overlay-graphic-left {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: left;
}

.carousel-overlay-graphic-right {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: right;
}

.facebook-icon {
    font-size:10em;
    color:#3b5998;
}

.socialmedia-icon-footer {
    font-size:2.5em;
    color:#fff;
    margin-right:30px;
    
}

.sign-up-footer {
    font-size:2.5em;
    color:#fff;
}

.facebook-h4>h4>a {
    font-size:20px !important;
}

.sticky-top {
    transition: all 0.25s ease-in;
}

/* style for when sitcky is applied */
.stuck .sticky-top {
    background-color: #3F366F !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

/* Card Styling */


.filter-card .accordion-white .card-header {
    background-color:#a1403e;
    text-align:center;
}

.filter-card .card-header a {
    text-align:center;
}

.filter-card .card-header a[type=button] {
    text-align:center !important;
}

.filter-card .card-accordion-style .accordion-white .card {
    margin-bottom: 0px;
    border: none;
    border-bottom: none;
}

.filter-card .card-accordion-style .accordion-white .btn-card-head {
    color: #fff !important;
}

.filter-card .card-accordion-style .accordion-white .card-body {
    background: #a1403e;
    color: #fff;
}

.color-bg .filter-card .card-accordion-style .accordion-white .card-body a {
    color: #fff !important;
}

.color-bg .filter-card .card-accordion-style .accordion-white .card p {
    color: #fff !important;
}

.filter-card .card-accordion-style .accordion-white .card-more-less {
    color: #fff;
}

.hover-panel .card a:link img {
    transition-duration: 0.2s;
    width: 100%;
}

.hover-panel .card a:link img:hover {
    transform: scale(1.1);
    cursor:pointer;
}

.hover-panel a:link .card img {
    transition-duration: 0.2s;
    width: 100%;
}

.hover-panel a:link .card img:hover {
    transform: scale(1.1);
    cursor:pointer;
}

.hover-panel a:focus, .hover-panel a:hover {
    text-decoration: none !important;
}

.hover-panel .card-body {
    overflow: hidden;
    position: relative;
    padding: 0px;
}

a:hover .card-footer-80-color .card-footer h2 {
    text-decoration: underline;
    text-decoration-color: white;
}

a:hover .card-footer-80-white .card-footer h2 {
    text-decoration: underline;
    text-decoration-color: #23527c;
}

.card-footer-80-white .card-footer h2 {
    color:#211C36 !important;
    font-weight:bold;
    margin-bottom:10px;
}

.card-offset-yellow .card {
    background:#FFBF40 !important;
    border-radius:0px;
}

.card-offset .card-footer {
    width: 98%;
    margin-top: 20px;
    border-radius:0px;
    margin-left: -10px;
}

.card-gradiant-border .card {
    border-image: linear-gradient(#d980ff, #5e3de1, #cc79f3, #5e3de1, #c175e8, #5e3de1, #d980ff) 30;
    border-width: 10px;
    border-style: solid;
}

/* Mailing List Styling */

.mailinglist {
    text-align:center;
}

.mailinglist h1 {
    display:none;
}

.mailinglist .form_controls .btn {
    width: 55%;
    font-size:20px;
    padding:10px;
}

.mailinglist .vp_form .vp_highlight {
    background:0;
}

.mailinglist .vp_form .title {
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Fira Sans', sans-serif !important;
}

.mailinglist .vp_form input.small {
    text-align: center;
    width: 80%;
    border-radius: 20px;
    padding: 10px;
    font-size: 20px;
}

.mailinglist select {
    word-wrap: normal;
    width: 80%;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
    text-align:center;
}

.mailinglist .msl-form-completion-message {
    background: #41366d;
    padding: 10px;
    border-radius: 20px;
    width:80%;
    margin:10px auto;
}

#ctl00_mailinglists_chkLists_0 {
    margin-right:10px;
    color:#fff;
}

#ctl00_mailinglists_chkLists {
    width:100%;
}

#ctl00_mailinglists_chkLists label {
    color:#fff;
}

@media (min-width:1020px) {
    .carousel-inner {
         width:100%;
    }
    .carousel {
      max-width:100%;
      width:100%;
    }
}

.card-nb {
    border:none;
} 

.carousel-zoomin .carousel-item {
    -webkit-animation: zoom 40s;
    animation: zoom 40s;
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

/* NEW BRAND STYLING */



.br-40 {
    border-radius:40px;
}

.br-tr-60 {
    border-top-right-radius:60px;
}

.br-tl-60 {
    border-top-left-radius:60px;
}
.fade-in-up {
  opacity: 0;
  transform: translateY(50px); 
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.btn-pill-br {
    border-radius:30px !important;
    padding:15px;
}

.btn {
    transition: transform 0.3s ease
}

.btn:hover {
    transform: translateY(-5px) scale(1.03);
}

.btn-lightblue {
    background:#41B6E6;
    color:#000;
}

.btn-lightblue:hover,
.btn-lightblue:active {
    background: #43b8e7;
}

.btn-lightgreen {
    background:#b3db50;
    color:#000;
}
.btn-lightgreen:hover,
.btn-lightgreen:active {
    background: #b7e34a;
}

.btn-yellow {
    background:#FFBF40;
    color:#000;
}

.btn-yellow:hover,
.btn-yellow:active {
    background: #ffbb35;
}


.maincarousel {
    border-radius: 80px;
    overflow: hidden;
}

#topcarousel .carousel-item img {
  transition: transform 10s ease;
  transform: scale(1);
}

#topcarousel .carousel-item.active img {
  transform: scale(1.07); 
  will-change: transform; 
  object-fit: cover;
}

.top-page-h1 h1 {
    font-size:100px !important;
    font-weight:800;
    margin-top:60px;
}

.bg-70 .d-flex {
    align-items: center;
}

.bg-70 .d-flex.align-items-normal {
    align-items: normal !important;
}


.bg-70 {
    position: relative;
    padding:50px;
    border-radius: 80px;
    width:90%;
    margin:0 auto;
    margin-top:40px;
    /*min-height: 50vh;*/
    overflow: hidden;
}

.bg-70.bg-50 {
    width:70%;
}

@media (max-width:992px) {
    .bg-70,
    .bg-70.bg-50 {
        padding:20px;
        width:97%;
    }
}

.bg-70.bg-70-img-strip-in {
    padding-bottom:170px;
}

.bg-70.bg-70-img-strip-in::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 148px;
  background-image: url('../png/welcome-icon-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}

@media (max-width:992px) {
    .bg-70.bg-70-img-strip-in {
        padding-bottom: 130px;
    }
   .bg-70.bg-70-img-strip-in::after {
        background-position: 39% center;
        background-size: 300%;
        bottom: -28px;
    } 
}

.bg-70 h2 {
    font-size:70px;
    font-weight:800;
    color:#fff;
}

.bg-70 h3,
.bg-70 h4 {
    font-weight:800;
    color:#fff;
}

.bg-70-light h2,
.bg-70-light h3,
.bg-70-light h4 {
    color:#000;
}

.purple-bg-70 {
    background:#7941D8;
}

.blue-bg-70 {
    background:#211C36;
}

.green-bg-70 {
    background:#357B73;
}

.lightgreen-bg-70 {
    background:#B3DB50;
}

.fadedblue-bg-50 {
    background:#3b3359fa;
}

.top-bg {
    width:95% !important;
    border-radius: 80px !important;
}

@media (max-width:992px) {
    .top-bg {
        width:98% !important;
        padding:20px !important;
    }
}

.bg-70 h1 {
    color:#fff;
    font-size:80px !important;
    font-weight:900;
}

@media (max-width:992px) {
    .bg-70 h1 {
        color:#fff;
        font-size:43px !important;
        font-weight:900;
    }
}

.bg-70 p {
    color:#fff;
    font-size:20px;
}

.bg-70-light p {
    color:#000;
}

.bg-70 a,
.bg-70 ul {
    font-size:20px;
}

.blue-bg-70 p a:not(.btn) {
    color: #0da2fd;
}

.purple-bg-70 p a:not(.btn) {
    color: #fff;
    text-decoration:underline;
}

.pill-card {
    border-radius:30px;
    border:0;
    padding:20px;
    text-align:center;
    position:relative;
    z-index:10;
    padding: 10px 10px 20px 10px;
    overflow:hidden;
}

.pill-with-overflow .pill-card {
    overflow:visible;
}

.pill-card .card-body {
    padding:0px;
}

.pill-card-brand {
    padding-bottom:70px;
}

.pill-card-brand:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 122px 75px;
    background-repeat: no-repeat;
    width: 122px;
    height: 75px;
    border-bottom-left-radius:30px;
    background-image: url(../png/welcome-graphic-carousel-left.png);
    z-index: 0;
}

@media (max-width:992px) {
    .pill-card {
        border-radius:30px;
        border:0;
        padding:10px;
        text-align:center;
        position:relative;
        z-index:10;
    }
    .pill-card-brand {
        padding-bottom:40px;
    }
}

.pill-card-white {
    background:#fff;
}

.pill-card-blue {
    background:#40B5E5;
}

.pill-card-yellow {
    background:#FFBF40;
}

.pill-card-green {
    background:#b3db50;
}

.pill-card-orange {
    background:#F39200;
}

.pill-card-red {
    background:#fa7c7c;
}

.pill-card .card-top-image {
    padding:10px 10px 0px 10px;
}

.pill-card .card-pill-image {
    border-radius:30px;
    transition: transform 0.5s ease;
}

a .pill-card:hover .card-pill-image {
     transform: translateY(-15px);
}

.pill-card .card-text-head {
    margin-top:15px;
    font-size:25px;
    font-family: 'Fira Sans', sans-serif !important;
}

.pill-card p {
    color:#000;
    padding: 0 20px;
}

.card-link-wrapper,
.card-link-wrapper * {
  text-decoration: none !important;
  color: #000 !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
  border: none !important;
}

.pill-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
  position: relative;
}

a .pill-card:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 
    0 12px 24px rgba(0, 0, 0, 0.15), 
    0 0 15px rgba(0, 150, 136, 0.3); 
  z-index: 10;
}

.pill-card-green:hover {
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.15),
    0 0 15px rgba(76, 175, 80, 0.4) !important;
}

.pill-card-blue:hover {
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.15),
    0 0 15px rgba(33, 150, 243, 0.4) !important; 
}

.pill-card .down-arrow {
  opacity: 0;
  font-size: 32px;
  color: #fff;
  position: absolute; 
  bottom: -17px; 
  left: 50%; 
  transform: translateX(-50%); 
  transition: opacity 0.3s ease;
  z-index:100;
}

a .pill-card:hover .down-arrow {
  opacity: 1; 
  transition: opacity 1s ease; 
}

.rounded-40 {
    padding:20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
}


.chevronupdown {
  transition: transform 0.3s ease;
}

.chevron-rotated {
  transform: rotate(359deg);
}

/* To make MSL Carousel work */

.event-carousel-wrapper {
  position: relative;
  width: 100%; 
  overflow: hidden;
  margin: 0 auto;
}

.event-carousel-wrapper .event-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.event-carousel-wrapper .event_item {
  flex: 0 0 33.33%; 
  transition: opacity 0.3s ease; 
  box-sizing: border-box; 
}

.event-carousel-wrapper .event_item.faded {
  opacity: 0.3;
}

.event-carousel-wrapper .event-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgb(76 64 132);
    color: #fff;
    border: none;
    font-size: 2rem;
    padding: 5px 20px;
    cursor: pointer;
    border-radius: 30px;
}

.event-carousel-wrapper .event-carousel-nav.prev {
  left: 1rem;
}

.event-carousel-wrapper .event-carousel-nav.next {
  right: 1rem;
}

.event-carousel-wrapper .event-carousel-nav:hover {
  background: rgb(107 94 164);
}

@media (max-width: 1200px) {
    .event-carousel-wrapper {
        position: relative;
        width: 100%;
        max-width: 400px;
        overflow: hidden;
        margin: 0 auto;
    }
  .event-carousel-wrapper .event_item {
    flex: 0 0 80%;
  }
}

@media (max-width: 768px) {
    .event-carousel-wrapper {
        position: relative;
        width: 100%;
        max-width: 280px;
        overflow: hidden;
        margin: 0 auto;
    }
  .event-carousel-wrapper .event_item {
    flex: 0 0 80%; 
  }

  .event-carousel-wrapper .event-carousel-nav {
    font-size: 1.5rem;
    padding: 0.25rem 1rem;
  }
}

@media (min-width:1200px) {
    .event-carousel-width-500 {
        width:500px !important;
    }
}

/* News Carousel */

.news-carousel-wrapper {
  position: relative;
  width: 100%; 
  overflow: hidden;
  margin: 0 auto;
}

.news-carousel-wrapper .event-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.news-carousel-wrapper .msl-item {
  flex: 0 0 33.33%; 
  transition: opacity 0.3s ease; 
  box-sizing: border-box; 
}

.news-carousel-wrapper .msl-item.faded {
  opacity: 0.3;
}

.news-carousel-wrapper .event-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #3F366F;
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 30px;
}

.news-carousel-wrapper .event-carousel-nav.prev {
  left: 1rem;
}

.news-carousel-wrapper .event-carousel-nav.next {
  right: 1rem;
}

.news-carousel-wrapper .event-carousel-nav:hover {
  background: #6b5ea4;
}

@media (max-width: 1200px) {
  .news-carousel-wrapper {
    max-width: 400px;
  }
  .news-carousel-wrapper .msl-item {
    flex: 0 0 80%;
  }
}

@media (max-width: 768px) {
  .news-carousel-wrapper {
    max-width: 280px;
  }
  .news-carousel-wrapper .msl-item {
    flex: 0 0 80%; 
    margin:0px 2px;
  }

  .news-carousel-wrapper .event-carousel-nav {
    font-size: 1.5rem;
    padding: 0.25rem 0.5rem;
  }
}

@media (min-width: 1200px) {
  .news-carousel-width-500 {
    width: 500px !important;
  }
}


/* Accordion styling */

.accordion-color-bg .accordion-item {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    margin: 5px 0px;
}

.accordion-color-bg .accordion-item h2 {
    margin:0;
    margin-top:5px;
}

.accordion-color-bg .accordion-button {
  font-size: 1rem;
  border-radius:0px !important;
  border: none;
  box-shadow: none;
  transition: border-radius 0.3s ease;
  
}

.accordion-color-bg .accordion-button:not(.collapsed) {
  font-size: 1.5rem;
  font-weight: 700;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  padding: 30px 20px;
}

.accordion-color-bg .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-color-bg .accordion-button.collapsed {
  border-radius: 20px;
}

.accordion-color-bg .accordion .collapse {
    background: none;
}

.accordion-color-bg .accordion-collapse {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.accordion-color-bg .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    font-size: 1.2rem;
    color: #000000;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease, padding 0.3s ease-in-out, font-size 0.3s ease-in-out;
    box-shadow: none;
}

.accordion-color-bg .accordion-body {
    background:#fff;
    margin-top:-35px;
    padding-top:50px;
    border-radius:20px;
}

.accordion-color-bg .accordion-body h2,
.accordion-color-bg .accordion-body h3,
.accordion-color-bg .accordion-body h4,
.accordion-color-bg .accordion-body p,
.accordion-color-bg .accordion-body ul,
.accordion-color-bg .accordion-body li {
    color:#000 !important;
}

.accordion-color-blue .accordion-item,
.accordion-color-blue .accordion-collapse,
.accordion-color-blue .accordion-button,
.accordion-color-blue .accordion-button:not(.collapsed) {
    background-color: #41b6e6;
}

.accordion-color-green .accordion-item,
.accordion-color-green .accordion-collapse,
.accordion-color-green .accordion-button,
.accordion-color-green .accordion-button:not(.collapsed) {
    background-color: #b3db50;
}

.accordion-color-yellow .accordion-item,
.accordion-color-yellow .accordion-collapse,
.accordion-color-yellow .accordion-button,
.accordion-color-yellow .accordion-button:not(.collapsed) {
    background-color: #FFBF40;
}

/* To make videos responsive 16x9 */

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; 
    border-radius: 80px;
    overflow: hidden;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 1rem; 
}

.video-not-loaded .video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.5);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 2rem;
  padding: 5px 20px;
  cursor: pointer;
  z-index: 2;
}

/* To make videos work in modals */

.video-modal {
    padding: 0;
}

.video-modal .modal-content {
    background: transparent;
    background-color: rgb(255 255 255 / 0%);
    border: 0;
}

.video-modal .modal-header {
    border-bottom:0;
    justify-content: right;
}

.video-modal .modal-header button {
    background: none;
    text-shadow: none;
    border: 0;
    border-radius: 20px;
    position: absolute;
    top: 61px;
    right: 43px;
    z-index: 60000;
    transition: transform 0.3s ease
}

.video-modal .modal-header button:hover {
    transform: translateY(-5px) scale(1.03);
}

.video-modal .modal-header button i {
    font-size: 60px;
    color: #ffffff;
}

.video-fullscreenoption-button {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: transparent;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 0px;
  cursor: pointer;
}

.video-fullscreenoption-button i {
  font-size: 18px;
  display: inline-block;
  transition: transform 0.2s ease-in-out;
  will-change: transform;
}

.video-fullscreenoption-button:hover i {
  transform: scale(1.2);
}

.embed-responsive-youtubeshort .ratio {
    border-radius: 40px;
    overflow: hidden;
}

.embed-responsive-youtubeshort .ratio-1x1 {
    --bs-aspect-ratio: 178%;
}

.modal {
  z-index: 5000; 
}
.modal-backdrop {
  z-index: 4500;
}

.modal-fullscreen-70 {
    width: 70vw;
    max-width: none;
    height: auto;
    margin: 0 auto;
    z-index: 5000;
}

@media (max-width:992px) {
    .modal-fullscreen-70 {
        width: 95vw;
    }
    
    .video-modal .modal-header button i {
        font-size: 40px;
    }
}

/*EVENTS PAGE - SIMILAR EVENTS*/

.similar-events-eh {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
}

.similar-events-eh > div {
  flex: 0 1 265px;
  display: flex;
  max-width: 265px;
}

@media (max-width:920px) {
  .similar-events-eh > div {
    max-width: 100%;
    flex: none;
  }
}

.similar-events-eh .event {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  background: #fff;
  border-radius: 40px;
  margin: 10px;
  padding: 20px;
  transition-duration: 0.4s;
}

.similar-events-eh .event dt a {
  gap: 0.75rem;
  text-decoration: none;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
}

.similar-events-eh .event_image {
  flex: 0 0 100%;
  width: 100%;
  overflow: hidden;
}

.similar-events-eh .event_image img {
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 40px;
  transition-duration: 0.4s;
}

.similar-events-eh .event_image img:hover {
  cursor: pointer;
  transform: translateY(-11px);
}

.similar-events-eh .event dd {
  margin: 0.5rem 0;
}

.similar-events-eh .event_description {
  flex: 1;
  overflow: hidden;
}

.similar-events-eh .event_location,
.similar-events-eh .event_time {
  font-weight: 700;
}

.similar-events-eh .event_time:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f073";
    margin-right:7px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 15px;
    color: #3f366f;
}

.similar-events-eh .event_location:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f3c5";
    margin-right:7px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 15px;
    margin-left:1px;
    color: #3f366f;
}