.scrollbar-ripe-malinka::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #e73446 0%, #d4a01b 100%);
    background-image: linear-gradient(120deg, #e73446 0%, #d4a01b 100%);
}

.aligncenter, .alignleft, .alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none !important;
    margin: 0.5em auto 1em !important;
}

.alignright {
    float: right !important;
    margin: 0.5em 0 1em 1em !important;
}

.alignleft {
    float: left !important;
    margin: 0.5em 1em 1em 0 !important;
}

.size-thumbnail, .size-medium, .size-large, .size-full {
    max-width: 100%;
    height: auto;
}

.wp-caption img {
    display: inline;
}

.wp-caption-text {
    padding: 10px;
    color: #fff;
    background: #333333;
}

.btn-outline p {
    margin-bottom: 0px;
}

iframe {
    width: 100%;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    padding-top: 5px;
}

/*font sizes*/
.font-size-small {
    font-size: small !important;
}

.font-size-smaller {
    font-size: smaller !important;
}

.font-size-xsmall {
    font-size: x-small !important;
}

.font-size-large {
    font-size: large !important;
}

.font-size-larger {
    font-size: larger !important;
}

.font-size-xlarge {
    font-size: x-large !important;
}

ul li {
    margin-bottom: 11px;
}

/*news dropdown selector*/
.nws-dropdown select {
    background: #e73446;
    padding: 5px;
    width: 100% !important;
    color: #fff;
    font-size: 20px;
    border: 13px solid #e73446;
    border-radius: 10px;
}

body.high-contrast .nws-dropdown select {
    background: #424142;
    border: 13px solid #424142;
}

.slider-category .col-lg-4 {
    flex: none;
    max-width: fit-content;
}

.slider-category .col-sm-6 {
    flex: none;
    max-width: fit-content;
}

.slider-category .col-12 {
    flex: none;
    max-width: fit-content;
}

.slider-category .slick-initialized .slick-slide {
    display: block;
    height: 100%;
}

.slider-category .slick-track {
    height: 450px;
}

.slider-category .slick-prev:before,
.slider-category .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
}

.slider-category .slick-next {
    height: 30px;
    width: 30px;
}

.slider-category .slick-prev {
    left: -20px;
    height: 30px;
    width: 30px;
}

.slider-category .slick-dots {
    bottom: 50px;
    z-index: 10;
    padding-left: 15px;
    padding-top: 15px;
    position: relative !important;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
    .slider-category .slick-dots {
        bottom: 65px;
    }
}
@media only screen and (max-width: 768px) {
    .slider-category .slick-dots {
        bottom: 20px;
    }
}
.slider-category .slick-dots li {
    background: none;
    margin-bottom: 3px;
    margin-right: 3px;
}

.slider-category .slick-dots li.slick-active {
    border: none;
}

.slider-category .slick-dots li button {
    padding: 10px;
}

.slider-category .slick-dots li button:before {
    content: "" !important;
}

body.high-contrast a {
    color: #ffffff !important;
}

body.high-contrast a:hover {
    color: #ffffff61 !important;
}

.sg-block-title .h1, .sg-block-title .h2, .sg-block-title .h3, .sg-block-title .h4, .sg-block-title .h5, .sg-block-title .h6, .sg-block-title h1, .sg-block-title h2, .sg-block-title h3, .sg-block-title h4, .sg-block-title h5, .sg-block-title h6 {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1152px) {
    .tp-buttons {
        width: 300px;
    }
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 25px;
    line-height: 1 !important;
    margin: -8px 0 12px 0px !important;
}

input[type=button i] {
    margin-bottom: 0;
    color: #9e1e63;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    border-width: 0px;
    border-color: #9e1e63;
    border-radius: 0px;
    border-bottom: 3px solid #9e1e63;
    border-left: 3px solid #9e1e63;
}

.gform_wrapper .gform_page_footer input.button {
    font-size: 1.3em;
}

.gform_wrapper .gsection {
    border-bottom: 8px solid #eae8e8;
}

.gform_wrapper h2.gsection_title {
    padding: 0px 0px 8px 0px !important;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
    color: #9e1e63;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    border-width: 0px;
    border-color: #9e1e63;
    border-radius: 0px;
    border-bottom: 3px solid #9e1e63;
    border-left: 3px solid #9e1e63;
}

.gform_wrapper .gform_page_footer {
    border-top: 8px solid #eae8e8;
}

.tp-buttons a {
    font-size: 15px;
    padding: 5px 8px;
}

p {
    font-size: 1.2rem;
}

#datepicker {
    border: 5px solid #ccc;
    margin-top: 5px;
}

ul {
    font-size: 1.2rem;
}

.venue-information h2 {
    display: none;
}

.blkwhatson figcaption h3 {
    font-weight: 700;
}

.tooltip-inner{
    border-radius:0 !important;
}
.tooltip{
    z-index: 10070 !important;
}
@media (max-width: 768px){
    .container {
        max-width: 720px !important;
    }
}
.sg-alert {
    padding: 20px;
}


#main-content li {
    line-height: 1.5 !important;
    font-size: 20px !important;
}

