<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face { font-family: shrikhand; src: url('../fonts/shrikhand-regular.ttf'); } 
@font-face { font-family: avenir; src: url('../fonts/avenir.ttc'); } 
@font-face { font-family: avenir-black; src: url('../fonts/AvenirLTStd-Black.otf'); } 
@font-face { font-family: avenir-book; src: url('../fonts/AvenirLTStd-Book.otf'); } 
html {
    position: relative;
   height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: avenir;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #ffff;
    overflow-x: hidden;
        font-size: 16px;
        color: #003351;
        padding-top: 130px;
}
.bold{
    font-family: avenir-black;
}
.medium{
    font-family: avenir-book; 
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
/* homepage */
/* search box */
.search-box{
     width: 100%;
    position: fixed;
    top: -300px;
    left: 0px;
    padding: 37px 40px;
    z-index: 999;
    background-color: #fff;
    transition: all ease .5s;
}
.search-box.show{
    transition: all ease .5s;
}
.search-box.show{
    top: 0px;
}
.form-search{
        border: 0px;
    font-size: 24px;
    width: 97%;
    padding: 15px 0px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.search-box .fa{
        font-size: 27px;
    cursor: pointer;
}
/* header */
.logo{
        width: 254px;
    transition: all ease .5s;
}
.header{
        background-color: #fff;
       padding: 0px 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    transition: all ease .5s;
    z-index: 99;
        position: fixed;
}
#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}
.header.sticky-bar{
 background-color: #fff;
}
/*.header.sticky-bar .logo{
    width: 120px;
}*/
/*.sticky-bar.header {
    padding: 4px 0px;
    box-shadow: 0px 3px 15px #afafaf1a;
    position: fixed;
}*/
/*.sticky-bar.header .logo{
   width: 197px;
    transition: all ease .5s;
}*/
/*.sticky-bar.header .nav-link {
    font-size: 16px;
}*/
.dropdown-toggle::after {
        display: none;
        content: "\f107";
            font: normal normal normal 23px/1 FontAwesome;
        margin-left: 10px;
        /* vertical-align: 0.255em; */
        border-top: 0em solid;
        border-right: 0em solid transparent;
        border-bottom: 0;
        border-left: 0em solid transparent;
        position: absolute;
    }
   .navbar-expand-xl .navbar-nav .dropdown-menu {
    top: -10%;
    border: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0px 10px;
    font-size: 17px;
    min-width: 100%;
    box-shadow: 0px 0px 0px #afafaf38;
    border-radius: 0px;
    background: linear-gradient(150deg, #ffcd00, #ff8600);
}
    .dropdown-item {
           display: flex;
    align-items: center;
        width: 100%;
            margin: 0px 10px 12px;
    padding: 0px;
    padding-bottom: 6px;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        transition: all ease .5s;
    }
   .dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #2bace2;
}
    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #db0101;
        
        }
        .dropdown-toggle, .dropdown-menu{
            transition: all ease .5s;
        }
         .dropdown:hover .dropdown-toggle{
            position: relative;
    z-index: 2;
         }
         .dropdown:hover .nav-link::before{
            display: none;
         }
        .dropdown-menu::after{
            content: '';
        }
        .dropdown-menu{
     left: 0;
         z-index: 1;
    }
    .dropdown-item{
        position: relative;
    }
    .dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #2bace200;
}
    .dropdown-menu .dropdown-item::before, .dropdown-menu .dropdown-item.active::before {
    content: "";
    width: 91%;
    height: 4px;
    border-radius: 0px;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: 0.5s transform ease;
    transform: scale3d(0,1,1);
    background: #2BACE2;
    transform-origin: 100% 50%;
    background: linear-gradient(150deg, #fff, #fff);
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
}
.dropdown-menu .dropdown-item:hover::before, .dropdown-menu .dropdown-item.active::before{
    transform: scale3d(1,1,1);
    transform-origin: 0 50%;
}
       /* .header.sticky-bar  .dropdown-menu{
        top: 55px;
     left: 0;
    }*/
    .dropdown-toggle.show, .dropdown:hover .dropdown-toggle.show , .dropdown:hover .dropdown-toggle  {
    color: #013351 !important;
    z-index: 2;
}
 .dropdown-menu[data-bs-popper] {

    margin-top: 0px;
}
/*.nav-link:hover::before, .nav-item.active .nav-link::before, .nav-link.active::before {
    transform: scale3d(1,1,1);
}
.nav-link::before, .nav-item.active .nav-link::before {
    content: "";
    width: 21px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0px;
    margin: auto;
    bottom: 1px;
    transition: 0.5s transform ease;
    transform: scale3d(0,1,1);
    transform-origin: 50% 50%;
    background: #485054;
}*/
.nav-link::before, .nav-item.active .nav-link::before, .nav-item .nav-link.active::before {
        content: "";
    width: 100%;
    height: 4px;
    border-radius: 0px;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: 0.5s transform ease;
    transform: scale3d(0,1,1);
    background: #2BACE2;
    transform-origin: 100% 50%;
     background: linear-gradient(150deg, #ffcd00, #ff8600);
  background-origin: padding-box, border-box;
  background-repeat: no-repeat; /* this is important */
}
.nav-link:hover::before, .nav-item.active .nav-link::before, .nav-item .nav-link.active::before {
    transform: scale3d(1,1,1);
    transform-origin: 0 50%;
}
.nav-link:focus, .nav-link:hover {
    color: #003351;
}
.nav-link {
     transition: all ease .5s;
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-size: 18px;
   color: #003351;
    position: relative;
}
.nav-link.active {
    color: #003351;
}
.navbar-expand-xl .navbar-nav .nav-link {
    margin-right: 18px;
    margin-left: 18px;
}
@media (min-width:1360px){
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
       margin-right: 18px;
    margin-left: 18px;
}}
.h-49{
    height: 56px;
    display: block;
}
/* hero section */
.hero{
    background-image: url(../img/hero-2-logo.jpg);
    background-position: center;
    background-size: cover;
        padding: 7rem 0 24rem;

}
/* hero section */
.hero2{
    background-image: url(../img/hero-2.jpg);
    background-position: center;
    background-size: cover;
        padding: 7rem 0 10rem;

}
.hero-title{
 font-family: shrikhand;
 color: #fff;
     font-size: 132px;
    line-height: 109px;
}

/* LISTEN TO */
.lt-box{
    background-color: #009bab;
       padding: 2rem 0;
           padding-left: 14rem;
}
.lt-title{
       font-family: shrikhand;
    color: #fff;
    display: inline-block;
    font-size: 46px;
    line-height: 48px;
}
.play-icon{
    width: 64px;
    margin-left: 28px;
}
.np-box{
    background-color: #003351;
       padding: 1.5rem 1.5rem 1.5rem 2rem;
}
.np-img{

       width: 132px;

}
.np-lable{
        background-color: #009bab;
    display: inline-block;
    padding: 2px 7px;
    color: #fff;
    letter-spacing: 2px;

    margin-bottom: 8px;

}
.go-your-own-way{
       font-size: 24px;
    color: #fff;
}
.singer{
    color: #009bab;
        font-size: 19px;
}

/* about */
.sec-pad{
    padding: 5rem 0;
}
.title{
    font-family: shrikhand;
    color: #003351;
    font-size: 40px;
    border-bottom: 3px solid #dfb600;
    padding-bottom: 11px;
    margin-bottom: 20px;
}
/* footer */
.footer{
    background-color: #003351;
    padding: 2rem 0 3rem;
    color: #fff;
}
.social img{
    width: 34px;
    transition: all 0.2s ease-in-out;
}
.social img:hover, .f-link li:hover{
   opacity: 0.8;
}
.copyright{
    font-size: 14px;
}
.f-link li{
    font-size: 15px;
        margin-bottom: 3px;
         transition: all 0.2s ease-in-out;
}
.ft-15{
     font-size: 15px;
}

/* inner pages */
.personalities{
    background-image: url(../img/personalities/personalities-bg.jpg);
    background-size: cover;
    background-position: center;
}
.events{
    background-image: url(../img/events.jpg);
    background-size: cover;
    background-position: center;
}
.hero-inner-pages{
padding: 16rem 0;
color: #fff;
font-family: shrikhand; 
}
.hero-inner-pages .hero-title {
    font-family: shrikhand;
    color: #fff;
    font-size: 89px;
    line-height: 109px;
}
.under-construction{
    padding: 10rem 0;
    font-size: 26px;
}
.uc-title{
      font-family: shrikhand;
          font-size: 40px;
}
.sub-title{
   font-size: 24px;
    line-height: 32px;
    margin-bottom: 17px;
}
.btn-theme{
    letter-spacing: 2px;
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
    background-color: #009bab;
    text-transform: uppercase;
    min-width: 165px;
}
.map{
    width: 100%;
    height: 450px;
}
.contact-details-box {
    padding-left: 4rem;
}
.contact-details-box-colored{
    background-color: #003351;
    padding: 25px;
    color: #fff;
    margin-left: 4rem;
}
.form-group{
    margin-bottom: 25px;
}
.form-control{
    border: 1px solid #003351;
    border-radius: 0px;
      padding: 7px 15px;
}
.form-control::placeholder{
     color: #003351;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #003351;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.last-name-input{
    margin-top: 28px;
}
textarea{
    resize: none;
}
.container1 {
  display: block;
  position: relative;
padding-left: 28px;
  margin-bottom: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container1 .checkmark {
  position: absolute;
 top: 3px;
    left: 0;
  height: 18px;
    width: 18px;
  border-radius: 50%;
  border: 1px solid #424242;;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
  /*background-color: #ccc;*/
}

/* When the radio button is checked, add a blue background */
.container1 input:checked ~ .checkmark {
    background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container1 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container1 .checkmark:after {
   top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #003351;
}
#ernie-brown, #john-beaulieu, #dusty-rhodes{
        padding-top: 10rem;
    margin-top: -10rem;
}
.navbar-toggler:focus {
   
    box-shadow: 0 0 0 0rem;
}


/*Upcoming Event*/
.ue-sec{
    display: flex;
    flex-wrap: wrap;
}
.e-box-cust{
    width: 33.33%;
    min-height: 300px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 2px;  /* Adjust the padding size as needed */
    margin-bottom: 5px; /* Adds space between the rows of events */
}
.ue-box {
    background-size: cover;
    background-position: center;
    padding: 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-bottom: 3px;
    width: 100%;
    height: 100%;
    position: relative; /* Ensure this is here to correctly position the ::after pseudo-element */
}

.ue-box::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.55); 
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    opacity: 1; /* Fully visible initially */
}

.ue-box:hover::after {
    background-color: #009bab; /* Blue color on hover */
    opacity: 0.95; /* Adjust the opacity as needed */
}
.ue-box-data{
    color: #ffffff !important;
    position: relative;
    z-index: 4;
}
.date{
    line-height: 30px;
    font-size: 45px;
    text-shadow: 0 0 8px #000000;
    color: #ffffff !important;
}
.month{
    text-transform: uppercase;
    text-shadow: 0 0 8px #000000;
    color: #ffffff !important;
}
.ue-data{
    padding: 0px 15px;
    max-width: 275px;
}
.event-title{
    font-size: 18px;
    letter-spacing: -0.44px;
    text-shadow: 0 0 8px #000000;
    margin-bottom: 5px;
    color: #ffffff !important;
}
.event-details{
    font-size: 12px;
    line-height: 120%;
    display: flex;
    gap: 8px;
    margin-bottom: 7px;
    color: #ffffff !important;
}
.event-details svg{
    fill: #ffffff;
    width: 14px;
    height: 14px;
    margin-top: -1px;
}
.event-type{
    color: #ffffffb3;
}
.modal{
    background-color: #d2d2d2eb;
}
.e-model .modal-dialog{
    max-width: 650px;
}
.modal-content{
    background-color: #00000000 !important;
    border-radius: 12px;
    border: 0px;
    box-shadow: 0px 0px 30px 0 #0000002e;
    position: absolute;
}
.modal-body{
    padding: 0px;
}
.btn-close {
       position: sticky;
    top: 10px;
    right: 0;
    z-index: 90001;
    margin: -14px -14px 0 0;
    color: #666666;
    background: #000000;
    border-radius: 50%;
    padding: 5px;
    height: 28px;
    width: 28px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    margin-left: auto;
    margin-top: -38px;
}
.btn-close:before, .btn-close:after {
    position: absolute;
    left: 18px;
    top: 9px;
    content: ' ';
    height: 50%;
    width: 2px;
    background-color: #666666;
}
.btn-close:before {
    transform: rotate(45deg);
}
.btn-close:after {
    transform: rotate(-45deg);
}
.btn-close:hover {
    background: #cfcfcf;
    opacity: 1;
}
.btn-close:focus{
    box-shadow: none;
}
.event-data{
    background-color: #212121;
    display: flex;
    position: relative;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 12px 12px 0px 0px;
}
.left-data{
    margin: 8px 12px 0px 0px;
}
.modal-body .event-title{
    font-size: 30px;
    line-height: 34px;
}
.modal-pad{
    padding: 0px 8px 10px;
}
.event-img img{
    border-radius: 15px;
}
.modal-white-box{
    height:100%;
    padding: 30px;
    display: flex;
    gap: 16px;
    background-color: #ffffff;
    border-radius: 15px;
}
.br-15{
    border-radius: 15px;
}
.modal-white-box svg{
    width: 20px;
    height: 20px;
    fill: #a52525;
}
.modal-white-box .event-titles{
    font-size: 22px;
    color: #000000;
    margin-bottom: 10px;
}
.modal-white-box p{
    font-size: 16px;
    margin-bottom: 25px;
    color: #656565;
    line-height: 20px;
}
.modal-white-box p a{
    color: #000000;
    transition: all 0.2s ease-in-out;
}
.modal-white-box p a:hover{
    text-decoration: underline;
}
.text-grey{
    color: #626262 !important;
}
.modal-white-box .event-titles a{
    transition: all 0.2s ease-in-out;
}
.modal-white-box .event-titles a:hover{
    color: #62626299 !important;
}
.modal-white-box .btn-theme svg{
    fill: #ffffff;
    width: 18px;
    height: 18px;
    margin-bottom: 5px;
    transition: all 0.2s ease-in-out;
}
.modal-white-box .btn-theme:hover svg{
    fill: #212529;
}
.modal-white-box .form-control{
    border: 0px;
    text-align: center;
    border-radius: 3px;
}
.modal-white-box .form-control::placeholder{
    font-style: italic;
}
.modal-white-box .form-control:focus{
    box-shadow: inset 0 0 10px 0 #00000080;
}</pre></body></html>