



.primary-font-custom {
  font-family: 'Open Sans', sans-serif;
  color: #000000; 
}

h1,
h2,
h3,
h4,
legend,
.h1,
.h2,
.h3,
.h4,
.secondary-font-custom {
  font-family: 'hot_streak_pbregular', sans-serif;
  color: black; 
}

.navbar-custom {
  font-family: 'hot_streak_pbregular', sans-serif;
  color: #006666; 
}

.nav-link {
  font-weight: 400 !important;
}

.dropdown-menu .nav-item .nav-link {
    font-family: 'Open Sans', sans-serif;
    color: black !important;
    text-transform: none !important;
}

.rhs_box h1, .rhs_box h2, .rhs_box h3, .rhs_box h4 {
    background: #006666;
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    border-top-right-radius: 10px;
}

footer {
    color: #FFFFFF;
    a {
        color: #FFFFFF;
    }
}

.header_section {
    display: none;
}

footer div.container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.image-container {
	display: flex;
	justify-content: center; 
	gap: 20px; 
	flex-wrap: wrap; 
        padding-top: 1rem;
        padding-bottom: 1rem;
}
.image-container a {
	display: block;
}
.image-container img {
	display: block;
	padding: 10px;
	border-radius: 8px;
}
.text-content {
	text-align: center;
	margin-top: 5px;
}

@media (min-width: 1200px) {
    .container, .container-xl {
        max-width: 1168px !important;
    }
}

.top_header {
    background: url(/_uploads/files/header.png) no-repeat top center;
}

@media only screen and (min-width: 992px) {
    .top_header {
        height: 339px;
        margin-bottom: -15px;
    }
}

nav, .navbar-dark, .navbar-light {
    background: url(/_uploads/files/background.jpg) repeat top center;
    background-size: cover;
}

@media only screen and (min-width: 992px) {
    nav, .navbar-dark, .navbar-light {
        background: url(/_uploads/files/navigation_background.png) no-repeat top center;
        margin: -15px 0 -10px 0;
    }
}

.top_rhs_button {
    display: none;
}

#ctl00_imgLogo img {
    display: none;
}

#ctl00_imgLogoMobile img {
   width: 125px;
}

.home {
    background-color: #FFFFFF;
}

/*  4 items for event carousel - desktop */
.home_slideshow .carousel-cell {
  width: 25%;
  padding: 10px;
}

/*  1 items for event carousel - mobile */
@media only screen and (max-width: 600px) {
    .home_slideshow .carousel-cell {
        width: 100%;
    }
}

.tertiary .primary-font-custom, .tertiary .h2 {
    color: #FFFFFF;
}

.body-custom {
    background-color: #FFFFFF;
}

.header_section {
   background-color: #000000;
}

.header_section > div > h1  {
   color: #FFFFFF;
}

footer {

    section {
        background-color: #006666;
        color: #FFFFFF

        a,
        a:hover {
            color: #006666;
            //text-decoration: none;
        }
    }
}

.btn-primary {
    background-color: #006666;
    color: #FFFFFF;
    border-color: #006666;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:disabled {
    background-color: #FFFFFF !important;
    color: #006666 !important;
}

.btn-custom {
    background-color: #006666;
    color: #FFFFFF !important;
    height: auto;
    line-height: 2;
    padding: 0px 24px;
    border-radius: 68px;
    text-shadow: none;
    margin: 4px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.btn-custom:hover, .btn-custom:active, .btn-custom:disabled {
    background-color: #FFFFFF !important;
    color: #006666 !important;
}

.btn-custom.reverse {
    background-color: #FFFFFF !important;
    color: #006666 !important;
}

.btn-custom.reverse:hover, .btn-custom.reverse:active, .btn-custom.reverse:disabled  {
    background-color: #006666 !important;
    color: #FFFFFF !important;
}

.rounded-btn-custom {
    color: #006666;
    border: 2px solid;
    border-radius: 8px;
    padding: 5px 10px;
    font-weight: bold;
    transition: background-color 0.5s ease;
    text-decoration: none;
}

.rounded-btn-custom:hover, .rounded-btn-custom:active, .rounded-btn-custom:disabled {
    color: #FFFFFF !important;
    background-color: #006666 !important;
    border-color: #006666 !important;
}

.navbar-light  .nav-link {
    color: #000000;
}

.navbar-dark  .nav-link {
    color: #FFFFFF;
}

.nav-link-social-custom {
    @media only screen and (min-width: 1000px) {
        background-color: #006666;
        color: #FFFFFF;
        height: auto;
        line-height: 2;
        padding: 0px 24px;
        border-radius: 68px;
        text-shadow: none;
        margin: 4px 1rem;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

    margin-left: 5px !important;
    margin-right: 0px !important;
    color: #FFFFFF !important;
}

/* loading modal */
.anim_panel {
    color: #006666 !important;
}

.msg_panel {
    color: #000000 !important;
}

/* account page */
.nav-row p {
    color: #006666;
}

.nav-row i {
    color: #006666;
}

.nav-row .active {
    color: #006666;
    border-top-color: #006666;
    border-bottom-color: #006666;
}

.nav-row .active:before {
    border-color: #006666 transparent;
}

/* FAQs */
.faqBtn {        
    color: #006666;
    text-transform: none;
    cursor: pointer;
}

.faqBtn > i {
    color: #006666;
}

.socialPlatformShare > a > span {
    color: #006666;
}

/* account */
.hl-input.highlighted {
    background-color: #006666 !important;
}

