@keyframes pulseBig2 {
    0% {
        box-shadow: 0 0 0 0 rgba(228, 238, 79, 0.15);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(228, 238, 79, 0.15);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(228, 238, 79, 0.15);
    }
}

@keyframes jumpAni {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

#wrapper .header-row1 {
    background-color: #0000ff;
    padding: 5px 0 0 0;
}

#wrapper .header-row2 {
    background-color: #0000ff;
    padding-bottom: 5px;
}

#wrapper .logo {
    margin: 0;
    width: 100%;
    display: inline-block;
}

    #wrapper .logo img {
        max-width: 100%;
    }

#wrapper .header-new-row1 {
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 28px 0;
    z-index: 999;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.2);
}

    #wrapper .header-new-row1.sticky {
        background: linear-gradient(90deg, #1b42d8 0%, rgb(66, 94, 179) 50%, rgb(83, 152, 237) 100%);
        box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
        position: fixed;
        top: 0;
        padding: 8px 15px;
        z-index: 999;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
    }

#wrapper .header-new-row1-area {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 999;
}

#wrapper .header-new-row2 {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 50px;
    z-index: 1;
}

#wrapper .header-new-row2-area {
    padding-top: 266px;
    padding-bottom: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    left: 0;
}

@media only screen and (max-width: 1200px) {
    #wrapper .header-new-row2-area {
        padding-top: 190px;
        padding-bottom: 80px;
    }
}

    #wrapper .header-new-row2-banner {
        font-size: 100px;
        color: #ffffff;
        line-height: 1;
        font-family: "Playfair Display", serif;
        font-weight: 600;
        height: 125px;
        text-align: center;
    }

@media only screen and (max-width: 1600px) {
    #wrapper .header-new-row2-banner {
        font-size: 35px;
    }
}

@media only screen and (max-width: 1280px) {
    #wrapper .header-new-row2-banner {
        font-size: 50px;
    }
}

#wrapper .logoNew {
    margin: 0;
    width: 300px;
    display: inline-block;
}

    #wrapper .logoNew img {
        width: 100%;
        max-width: 100%;
    }

#wrapper .align-center {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

#wrapper .jumbotron {
    padding: 1.875em;
    padding-top: 1em;
    background-color: #e9eaea;
}

#wrapper .jumbotron .RadButton {
    float: right;
    margin-top: .667em;
    font-size: .5em;
}

#wrapper .footer {
    width:100%;
    padding: 30px 15px;
    line-height: 30px;
}

#wrapper .banner {
    font-family: Impact;
    color: white;
}

#wrapper .failureNotification {
    color: #ff0000;
}

#wrapper .qualifiers {
    width: 100%;
    border: 1px solid #7fa8f2;
    float: left;
    background-color: White;
    padding-top: 1px;
    padding-bottom: 1px;
}

#wrapper .qualifiers_row
{
    border: 0px;
    background-color: White;
}

#wrapper .qualifiers_header
{
    width: 100%;
    text-decoration: none;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    color: #000000;
    text-indent: 2px;
    line-height: normal;
    background-color: White;
}

#wrapper .qualifiers_detail 
{
    width: 100%;
    text-decoration: none;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 0.75em;
    color: #000000;
    font-weight: normal;
    margin-right: 2px;
    text-indent: 2px;
    line-height: normal;
    background-color: White;
    white-space: nowrap
}

#wrapper .qualifiers_detail a
{
    color: #125ad2;
}

#wrapper .qualifiers_detail a:visited
{
    color: #125ad2;
}

#wrapper .rotator {
    margin: 0;
    width: 100%;
    height: 320px;
    display: inline-block;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
#wrapper .rotator {
    height: 270px;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .rotator {
        height: 220px;
    }
}

#wrapper .rotator .rtileContent {
    height: 100%;
    width: 100%;
}

#wrapper .rotator .rtileClientTemplateContainer {
    height: 100%;
    width: 100%;
}

#wrapper .rotator img {
    object-fit: scale-down;
    min-height: 100%;
}

#wrapper .scrollTopBtn {
    background: #00bfff;
    display: inline-block;
    position: fixed;
    width: 35px;
    height: 35px;
    right: 7px;
    bottom: 7px;
    border-radius: 6px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    -moz-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    -ms-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    -o-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}

    #wrapper .scrollTopBtn.show {
        opacity: 1;
        visibility: visible;
    }

    #wrapper .scrollTopBtn img {
        width: 18px;
        height: 18px;
        vertical-align: middle;
    }

#wrapper .scrollTopBtn:hover {
    cursor: pointer;
    background-color: #333;
}

    #wrapper .scrollTopBtn:hover img {
        filter: invert(1);
    }

#wrapper .rotatorNew {
    margin: 0;
    width: calc(100% - 4px);
    height: 1023px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 991) and (max-width: 1200px) {
    #wrapper .rotatorNew {
        height: 813px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 990px) {
    #wrapper .rotatorNew {
        height: 719px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .rotatorNew {
        height: 753px;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper .rotatorNew {
        height: 733px;
    }
}

#wrapper .rotatorNew .rtileContent {
    height: 100%;
    width: 100%;
}

#wrapper .rotatorNew .rtileClientTemplateContainer {
    height: 100%;
    width: 100%;
}

#wrapper .rotatorNew img {
    object-fit: cover;
    min-height: 100%;
    width: 100%;
}

#wrapper .rotatorNewBannerContainer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    top: 290px;
    text-align: center;
    position: absolute;
    z-index: 2;
}

@media only screen and (min-width: 991) and (max-width: 1200px) {
    #wrapper .rotatorNewBannerContainer {
        top: 200px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 990px) {
    #wrapper .rotatorNewBannerContainer {
        top: 200px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .rotatorNewBannerContainer {
        top: 200px;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper .rotatorNewBannerContainer {
        top: 200px;
    }
}

    #wrapper .rotatorNewBannerContainer img {
        height: 150px;
        width: 150px;
    }

#wrapper .rotatorNewBannerTitle {
    font-size: 100px;
    color: #ffffff;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1800px) {
    #wrapper .rotatorNewBannerTitle {
        font-size: 65px;
    }
}

@media only screen and (max-width: 1280px) {
    #wrapper .rotatorNewBannerTitle {
        font-size: 50px;
    }
}

@media only screen and (max-width: 990px) {
    #wrapper .rotatorNewBannerTitle {
        font-size: 40px;
        line-height: .7;
    }
}

#wrapper .rotatorNewBannerTitle span {
    font-size: 60px;
    font-weight: 200;
    letter-spacing: .2em;
}

@media only screen and (max-width: 1280px) {
    #wrapper .rotatorNewBannerTitle span {
        font-size: 40px;
    }
}

@media only screen and (max-width: 990px) {
    #wrapper .rotatorNewBannerTitle span {
        font-size: 20px;
    }
}

#wrapper .rotatorNewBannerTitle p {
    font-size: 28px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 60px;
    text-transform: none;
}

@media only screen and (max-width: 1800px) {
    #wrapper .rotatorNewBannerTitle p {
        font-size: 22px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 990px) {
    #wrapper .rotatorNewBannerTitle p {
        font-size: 20px;
    }
}

#wrapper .rotatorNewBannerButtons {
    display:flex;
    align-items: center;
    justify-content: center;
}

    #wrapper .rotatorNewBannerButtons a {
        color: #000000;
        font-size: 20px;
        font-weight: 600;
        border-radius: 35px;
        font-family: "Raleway", sans-serif;
        line-height: 1;
        background: #ffffff;
        display: inline-block;
        padding: 24px 92px 24px 40px;
        position: relative;
        outline: medium none;
        text-decoration: none;
        z-index: 2;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
    }

        #wrapper .rotatorNewBannerButtons a:hover {
            background: #00bfff;
            text-decoration: none;
        }

    #wrapper .rotatorNewBannerButtons .marginLeft {
        margin-left: 10px;
    }

    #wrapper .rotatorNewBannerButtons .marginRight {
        margin-right: 10px;
    }

    #wrapper .rotatorNewBannerButtons .btn-icon {
        width: 60px;
        height: 60px;
        background: #ffffff;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 5px;
        top: 4px;
        z-index: 2;
    }

        #wrapper .rotatorNewBannerButtons .btn-icon img {
            width: 60px;
            height: 60px;
            display: block;
            vertical-align: middle;
            overflow-clip-margin: content-box;
            overflow: clip;
            object-fit: scale-down;
        }

#wrapper .rotatorNewBannerSocial {
    display: flex;
    align-items: center;
    position: absolute;
    right: -10%;
    top: 60%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    box-sizing: border-box;
    z-index: 2;
}

@media only screen and (min-width: 1800px) {
    #wrapper .rotatorNewBannerSocial {
        right: 0%;
    }
}

@media only screen and (max-width: 1800px) {
    #wrapper .rotatorNewBannerSocial {
        right: -10%;
    }
}

@media only screen and (max-width: 1600px) {
    #wrapper .rotatorNewBannerSocial {
        right: -15%;
    }
}

@media only screen and (max-width: 1400px) {
    #wrapper .rotatorNewBannerSocial {
        right: -20%;
    }
}

@media only screen and (max-width: 1200px) {
    #wrapper .rotatorNewBannerSocial {
        display: none;
    }
}

#wrapper .rotatorNewBannerSocial p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 1;
    letter-spacing: 1.9px;
}

#wrapper .rotatorNewBannerSocial .dash-line {
    background: #ffffff;
    width: 243px;
    height: 1px;
    display: inline-block;
    margin-left: 25px;
}

#wrapper .rotatorNewBannerSocial a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 33px;
}

#wrapper .rotatorNewBannerSocial span {
    color: #ffffff;
    font-size: 20px;
}

#wrapper .rotatorNewBannerChat {
    width: 50px;
    height: 50px;
    background: #00bfff;
    border-radius: 50%;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    position: absolute;
    z-index: 2;
    left: 57px;
    bottom: 86px;
    animation: pulseBig2 15s infinite;
}

    #wrapper .rotatorNewBannerChat a {
        width: 18px;
        height: 18px;
        margin-top: 4px;
        line-height: 1;
        display: inline-block;
        vertical-align: -0.125em;
    }

@media only screen and (min-width: 1800px) {
    #wrapper .rotatorNewBannerChat {
        left: 15%;
    }
}

@media only screen and (max-width: 1800px) {
    #wrapper .rotatorNewBannerChat {
        left: 200px;
    }
}

@media only screen and (max-width: 1600px) {
    #wrapper .rotatorNewBannerChat {
        left: 150px;
    }
}

@media only screen and (max-width: 1400px) {
    #wrapper .rotatorNewBannerChat {
        left: 100px;
    }
}

@media only screen and (max-width: 1200px) {
    #wrapper .rotatorNewBannerChat {
        left: 57px;
    }
}

#wrapper .rotatorNewContainer {
}

@media (min-width: 576px) {
    .rotatorNewContainer {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .rotatorNewContainer {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .rotatorNewContainer {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .rotatorNewContainer {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .rotatorNewContainer {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .rotatorNewContainer {
        max-width: 1470px;
    }
}

#wrapper .rotatorGallery {
    margin: 0;
    width: calc(100% - 4px);
    height: 350px;
    display: inline-block;
    position: relative;
    border-radius: 15px;
    z-index: 1;
}

@media only screen and (min-width: 991) and (max-width: 1200px) {
    #wrapper .rotatorGallery {
        height: 350px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 990px) {
    #wrapper .rotatorGallery {
        height: 350px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .rotatorGallery {
        height: 350px;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper .rotatorGallery {
        height: 350px;
    }
}

#wrapper .rotatorGallery .rtileContent {
    height: 100%;
    width: 100%;
}

#wrapper .rotatorGallery .rtileClientTemplateContainer {
    height: 100%;
    width: 100%;
}

#wrapper .rotatorGallery img {
    object-fit: cover;
    height: 100%;
    vertical-align: middle;
    overflow: clip;
    min-width: 100%;
}

#wrapper .widthContainer {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .widthContainer {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .widthContainer {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .widthContainer {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .widthContainer {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .widthContainer {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .widthContainer {
        max-width: 1470px;
    }
}

#wrapper .featureContainer {
    background-image: url(/images/pattern-white.png);
    background-color: rgb(244, 244, 244);
    padding: 130px 50px 90px 50px;
    position:relative;
    z-index: 1;
}

@media only screen and (max-width: 1200px) {
    #wrapper .featureContainer {
        padding: 100px 65px 15px 65px;
    }
}

#wrapper .featureTitle {
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 990px) {
    #wrapper .featureTitle {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 990px) {
    #wrapper .featureTitle {
        text-align: left;
    }
}

#wrapper .featureTitle h2 {
    font-size: 68px;
    color:#0a1850;
    line-height: 1.1;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1600px) {
    #wrapper .featureTitle h2 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1200px) {
    #wrapper .featureTitle h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 990px) {
    #wrapper .featureTitle h2 {
        font-size: 32px;
    }
}

#wrapper .featureTitle p {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 38px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1800px) {
    #wrapper .featureTitle p {
        font-size: 20px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 990px) {
    #wrapper .featureTitle p {
        font-size: 18px;
        line-height: 32px;
        margin-left: 125px;
        margin-right: 125px;
    }
}

@media only screen and (max-width: 768px) {
    #wrapper .featureTitle p {
        margin-left: 75px;
        margin-right: 75px;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper .featureTitle p {
        margin-left: 50px;
        margin-right: 50px;
    }
}

#wrapper .featureItem {
    background: #ffffff;
    padding: 45px 40px 45px 40px;
    border-radius: 15px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

    #wrapper .featureItem:hover {
        background-color: #00bfff;
    }


    @media only screen and (max-width: 1600px) {
        #wrapper .featureItem {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    @media only screen and (max-width: 768px) {
        #wrapper .featureItem {
            padding-left: 10px;
            padding-right: 10px;
        }
    }

    #wrapper .featureItemIcon {
        margin-bottom: 30px;
    }

    #wrapper .featureItemIcon img {
        width: 130px;
        height: 130px;
        vertical-align: middle;
    }

    @media only screen and (max-width: 990px) {
        #wrapper .featureItemIcon img {
            width: 80px;
            height: 80px;
        }
    }

#wrapper .featureItemTitle {
    color: #0a1850;
    font-size: 30px;
    line-height: 36px;
    height: 72px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
    #wrapper .featureItemTitle {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    #wrapper .featureItemTitle {
        font-size: 22px;
    }
}

@media only screen and (max-width: 768px) {
    #wrapper .featureItemTitle {
        font-size: 22px;
        line-height: 28px;
        height: 28px;
    }
}

    #wrapper .featureItemTitle a {
        color: #000000;
        text-decoration: none;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
    }

#wrapper .testimonialContainer {
    background-image: url(/images/bg-4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 50px 120px 50px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1200px) {
    #wrapper .testimonialContainer {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

#wrapper .testimonialTitle {
    margin-bottom: 65px;
    display: flex;
}

@media only screen and (max-width: 990px) {
    #wrapper .testimonialTitle {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 990px) {
    #wrapper .testimonialTitle {
        text-align: left;
    }
}

#wrapper .testimonialTitle h2 {
    font-size: 68px;
    color: #ffffff;
    line-height: 1.1;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1600px) {
    #wrapper .testimonialTitle h2 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1200px) {
    #wrapper .testimonialTitle h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 990px) {
    #wrapper .testimonialTitle h2 {
        font-size: 32px;
    }
}

#wrapper .testimonialButtons {
    margin-bottom: 60px;
    display: block;
}

#wrapper .testimonialButtons button {
    border: 1.5px solid #ffffff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-flex;
    background-color: transparent;
    justify-content: center;
    align-items: center;
}
    #wrapper .testimonialButtons button:hover {
        background-color: #00bfff;
        border-color: #00bfff;
    }

    #wrapper .testimonialButtons button img {
        vertical-align: middle;
        filter: invert(1);
    }

#wrapper .rotatorTestimonialBackground {
    background-image: url("/Images/bg-4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#wrapper .rotatorTestimonial {
    background-color: transparent;
    color: #ffffff;
    display: block;
    z-index: 1;
    height: 500px;
    width: calc(100% - 4px);
}

@media only screen and (max-width: 990px) {
    #wrapper .rotatorTestimonial {
        height: 600px;
    }
}

@media only screen and (max-width: 768px) {
    #wrapper .rotatorTestimonial {
        height: 400px;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper .rotatorTestimonial {
        height: 400px;
    }
}

    #wrapper .rotatorTestimonial .rtileContent {
        height: 100%;
        width: 100%;
    }

    #wrapper .rotatorTestimonial .rtileClientTemplateContainer {
        height: 100%;
        width: 100%;
    }

    #wrapper .rotatorTestimonial p {
        font-size: 30px;
        font-weight: 500;
        font-family: "Raleway", sans-serif;
        line-height: 1.6;
        margin-bottom: 86px;
    }

@media only screen and (max-width: 1200px) {
    #wrapper .rotatorTestimonial p {
        font-size: 28px;
    }
}

@media only screen and (max-width: 990px) {
    #wrapper .rotatorTestimonial p {
        margin-bottom: 66px;
    }
}

@media only screen and (max-width: 768px) {
    #wrapper .rotatorTestimonial p {
        font-size: 24px;
    }
}

#wrapper .rotatorTestimonialAuthor {
    background-color: transparent;
    color: #ffffff;
    display: inline-block;
    z-index: 1;
}

    #wrapper .rotatorTestimonialAuthor div {
        display: inline-block;
        vertical-align: middle;
    }

    #wrapper .rotatorTestimonialAuthor img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin-right: 20px;
        vertical-align: middle;
    }

    #wrapper .rotatorTestimonialAuthor h4 {
        font-size: 24px;
        font-weight: 500;
        font-family: "Playfair Display", serif;
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 5px;
    }

@media only screen and (max-width: 768px) {
    #wrapper .rotatorTestimonialAuthor h4 {
        font-size: 18px;
    }
}

#wrapper .rotatorTestimonialAuthor p {
    font-size: 18px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 0px;
}

#wrapper .rotatorTestimonial2 {
    background-image: url("/Images/bg-4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    color: #ffffff;
    display: block;
    z-index: 1;
    height: 500px;
    width: calc(100% - 4px);
    border-radius: 15px;
}

@media only screen and (max-width: 990px) {
    #wrapper .rotatorTestimonial2 {
        height: 600px;
    }
}

@media only screen and (max-width: 768px) {
    #wrapper .rotatorTestimonial2 {
        height: 400px;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper .rotatorTestimonial2 {
        height: 400px;
    }
}

#wrapper .rotatorTestimonial2 .rtileContent {
    height: 100%;
    width: 100%;
}

#wrapper .rotatorTestimonial2 .rtileClientTemplateContainer {
    height: 100%;
    width: 100%;
}

#wrapper .rotatorTestimonial2Content {
    padding: 39px 15px 25px 20px;
}

#wrapper .rotatorTestimonial2Says {
    width: max-content;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

#wrapper .rotatorTestimonial2Text {
    font-size: 30px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 12px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
    #wrapper .rotatorTestimonial2Text {
        font-size: 28px;
    }
}

@media only screen and (max-width: 768px) {
    #wrapper .rotatorTestimonial2Text {
        font-size: 24px;
    }
}

#wrapper .testimonialImageContainer {
    background-image: url(/images/media-25.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    border-radius: 15px;
}

@media only screen and (max-width: 990px) {
    #wrapper .testimonialImageContainer {
        height: 600px;
    }
}

@media only screen and (max-width: 768px) {
    #wrapper .testimonialImageContainer {
        height: 400px;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper .testimonialImageContainer {
        height: 400px;
    }
}

#wrapper .testimonialImageContainer img {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 75px;
    animation: 7s linear 0s infinite normal none running jumpAni;
}

#wrapper .aboutContainer {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 125px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
    #wrapper .aboutContainer {
        padding-top: 100px;
        padding-bottom: 20px;
    }
}

#wrapper .aboutContainerFooter {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 125px;
}

@media only screen and (max-width: 1200px) {
    #wrapper .aboutContainerFooter {
        padding-top: 100px;
    }
}

#wrapper .aboutImageContainer {
    justify-content: center;
    position: relative;
    display: flex;
}

@media only screen and (min-width: 990px) {
    #wrapper .aboutImageContainer {
        text-align: left;
    }
}

#wrapper .aboutImageContainer img {
     max-width: 100%;
     height: auto;
     vertical-align: middle;
     border-radius: 15px;
}

#wrapper .aboutTitle {
    margin-bottom: 20px;
    display: block;
    justify-content: center;
}

@media only screen and (max-width: 990px) {
    #wrapper .aboutTitle {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 990px) {
    #wrapper .aboutTitle {
        text-align: left;
    }
}

#wrapper .aboutTitle h2 {
    font-size: 68px;
    color: #0a1850;
    line-height: 1.1;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1600px) {
    #wrapper .aboutTitle h2 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1200px) {
    #wrapper .aboutTitle h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 990px) {
    #wrapper .aboutTitle h2 {
        font-size: 32px;
    }
}

#wrapper .aboutTitle p {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 38px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1800px) {
    #wrapper .aboutTitle p {
        font-size: 20px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 990px) {
    #wrapper .aboutTitle p {
        font-size: 18px;
        line-height: 32px;
    }
}

#wrapper .aboutAccordion {
    margin-bottom: 70px;
}

#wrapper .aboutAccordionHeader {
    cursor: pointer;
    font-size: 26px;
    color: #0a1850;
    line-height: 1.4;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 13px;
    border-bottom: 1.5px solid #000;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

@media only screen and (max-width: 990px) {
    #wrapper .aboutAccordionHeader {
        font-size: 22px;
    }
}

#wrapper .aboutAccordionButton {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

    #wrapper .aboutAccordionButton.active {
        background: #00bfff;
        border-color: #00bfff;
        padding: 8px;
    }

#wrapper .aboutAccordionContent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    font-size: 18px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    line-height: 32px;
    margin-bottom: 15px;
}

#wrapper .aboutAboutUs {
    overflow: hidden;
    color: #000000;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    line-height: 1;
    background-color: #00bfff;
    padding: 22px 30px 20px 30px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    transition: all;
    transition-duration: 800ms;
    -webkit-transition-duration: 800ms;
    -moz-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    -ms-transition-duration: 800ms;
}

    #wrapper .aboutAboutUs:hover {
        color: #ffffff;
        background: #1b42d8;
        text-decoration: none;
    }

        #wrapper .aboutAboutUs:hover img {
            filter: invert(1);
            transition: all;
            transition-duration: 800ms;
            -webkit-transition-duration: 800ms;
            -moz-transition-duration: 800ms;
            -o-transition-duration: 800ms;
            -ms-transition-duration: 800ms;
        }

#wrapper .aboutFeature {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 20px;
    padding-bottom: 25px;
    display: flex;
    margin-bottom: 45px;
}

@media only screen and (max-width: 1200px) {
    #wrapper .aboutFeature {
        display: block;
    }
}

@media only screen and (max-width: 1600px) {
    #wrapper .aboutFeature {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#wrapper .aboutFeatureContent {
    flex: 1;
}

    #wrapper .aboutFeatureContent h3 {
        font-size: 38px;
        font-weight: 600;
        font-family: "Raleway", sans-serif;
        margin-bottom: 15px;
        line-height: 1;
    }

@media only screen and (max-width: 1600px) {
    #wrapper .aboutFeatureContent h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1400px) {
    #wrapper .aboutFeatureContent h3 {
        font-size: 20px;
    }
}

#wrapper .aboutFeatureContent p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}

#wrapper .aboutFeatureIcon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
    margin-right: 15px;
    background: #00BFFF;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#wrapper .counterContainer {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 1200px) {
    #wrapper .counterContainer {
        padding-bottom: 20px;
    }
}

#wrapper .counterGroup {
    margin-bottom: 40px;
    justify-content: center;
    display: flex;
}

@media only screen and (max-width: 768px) {
    #wrapper .counterGroup {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#wrapper .counterGroup h3 {
    font-size: 120px;
    color: #0a1850;
    line-height: 1;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 14px;
}

@media only screen and (max-width: 1200px) {
    #wrapper .counterGroup h3 {
        font-size: 50px;
    }
}

#wrapper .counterGroup p {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}

#wrapper .philosophyContainer {
    background-color: rgb(244, 244, 244);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 125px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
    #wrapper .philosophyContainer {
        padding-top: 100px;
        padding-bottom: 20px;
    }
}
#wrapper .philosophyTitle {
    margin-bottom: 70px;
    display: block;
    text-align: center;
    justify-content: center;
}

@media only screen and (max-width: 990px) {
    #wrapper .philosophyTitle {
        margin-bottom: 30px;
    }
}

#wrapper .philosophyTitle h2 {
    font-size: 68px;
    color: #0a1850;
    line-height: 1.1;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1600px) {
    #wrapper .philosophyTitle h2 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1200px) {
    #wrapper .philosophyTitle h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 990px) {
    #wrapper .philosophyTitle h2 {
        font-size: 32px;
    }
}

#wrapper .philosophyTitle p {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 38px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1800px) {
    #wrapper .philosophyTitle p {
        font-size: 20px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 990px) {
    #wrapper .philosophyTitle p {
        font-size: 18px;
        line-height: 32px;
    }
}

#wrapper .philosophySubTitle h3 {
    font-size: 28px;
    color: #0a1850;
    line-height: 1.4;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    margin-bottom: 30px;
}

#wrapper .philosophyItem {
    display: flex;
    align-items: flex-start;
    margin-bottom:25px;
}

#wrapper .philosophyIcon1 {
    height: 20px;
    width: 20px;
    margin-top: 6px;
    margin-right: 8px;
    padding-right: 8px;
    background-color: #555555;
    mask: url("/images/check-circle-fill.svg") no-repeat center;
    mask-size: contain;
    display: inline-block;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#wrapper .philosophyIcon2 {
    height: 20px;
    width: 20px;
    margin-top: 6px;
    margin-right: 8px;
    padding-right: 8px;
    background-color: #555555;
    mask: url("/images/heart-fill.svg") no-repeat center;
    mask-size: contain;
    display: inline-block;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#wrapper .philosophyItemText h4 {
    font-size: 22px;
    color: #0a1850;
    line-height: 1.4;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
}

#wrapper .philosophyItemText p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    font-family: Raleway, sans-serif;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 0;
    margin-bottom: 15px;
}

#wrapper .subscribeContainer {
    background: #00bfff;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-top: 30px;
    display: block;
}

@media only screen and (max-width: 1200px) {
    #wrapper .subscribeContainer {
        margin-top: 20px;
    }
}

#wrapper .subscribeTitle {
    margin-bottom: 30px;
    display: block;
    justify-content: center;
}

@media only screen and (max-width: 990px) {
    #wrapper .subscribeTitle {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 990px) {
    #wrapper .subscribeTitle {
        text-align: left;
    }
}

#wrapper .subscribeTitle h2 {
    font-size: 68px;
    color: #0a1850;
    line-height: 1.1;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1600px) {
    #wrapper .subscribeTitle h2 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1200px) {
    #wrapper .subscribeTitle h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 990px) {
    #wrapper .subscribeTitle h2 {
        font-size: 32px;
    }
}

#wrapper .subscribeForm {
    border-bottom: 1px solid rgb(0, 0, 0);
    align-items: center;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
    display: block;
}

#wrapper .subscribeEmail {
    height: 65px !important;
    width: 100% !important;
    text-align:center;
    color: rgba(0, 0, 0, 0.7);
    line-height: 65px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: Raleway, sans-serif !important;
    padding-left: 0px;
    border-width: 0px;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 0px;
    background: transparent;
}

    #wrapper .subscribeEmail:focus {
        outline: none;
        border: none;
    }

#wrapper .subscribeBtn {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 600;
    font-family: Raleway, sans-serif;
    position: relative;
    line-height: 1;
    z-index: 1;
    width: 100%;
    min-width: max-content;
    min-height: 65px;
    text-transform: capitalize;
    right: unset;
    top: unset;
    margin-left: 0px;
    background: transparent;
    padding: 0px;
    height: 55px;
    border-width: 0px;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    transition: 0.4s;
}

#wrapper .subscribeSuccess {
    border-bottom: 1px solid rgb(0, 0, 0);
    align-items: center;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
    display: none;
    line-height: 65px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: Raleway, sans-serif !important;
}
 
#wrapper .newseventsContainer {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 80px;
    padding-bottom: 50px;
    display: block;
}

#wrapper .newseventsTitle {
    margin-bottom: 30px;
    display: block;
    justify-content: space-between;
}

@media only screen and (max-width: 990px) {
    #wrapper .newseventsTitle {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 990px) {
    #wrapper .newseventsTitle {
        text-align: left;
    }
}

#wrapper .newseventsTitle h2 {
    font-size: 68px;
    color: #0a1850;
    line-height: 1.1;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1600px) {
    #wrapper .newseventsTitle h2 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1200px) {
    #wrapper .newseventsTitle h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 990px) {
    #wrapper .newseventsTitle h2 {
        font-size: 32px;
    }
}

#wrapper .newseventsAllNews {
    overflow: hidden;
    color: #000000;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    line-height: 1;
    background-color: #00bfff;
    padding: 22px 30px 20px 30px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    transition: all;
    transition-duration: 800ms;
    -webkit-transition-duration: 800ms;
    -moz-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    -ms-transition-duration: 800ms;
}

    #wrapper .newseventsAllNews:hover {
        color: #ffffff;
        background: #1b42d8;
        text-decoration: none;
    }

        #wrapper .newseventsAllNews:hover img {
            filter: invert(1);
            transition: all;
            transition-duration: 800ms;
            -webkit-transition-duration: 800ms;
            -moz-transition-duration: 800ms;
            -o-transition-duration: 800ms;
            -ms-transition-duration: 800ms;
        }

#wrapper .newseventsRows {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
    display: block;
}

#wrapper .newsItem {
    border: 1.5px solid #cccccc;
    border-radius: 30px;
    margin-bottom: 50px;
    padding: 25px;
    position: relative;
    z-index: 1;
    display: block;
    align-items: center;
}

#wrapper .newseventsItem {
    border: 1.5px solid #cccccc;
    border-radius: 30px;
    margin-bottom: 50px;
    padding: 25px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 990px) {
    #wrapper .newseventsItem {
        display: block;
        padding: 25px;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {
    #wrapper .newseventsItem {
        padding: 0 0 0 25px;
    }
}

#wrapper .newseventsThumb {
    position: relative;
    vertical-align: middle;
    z-index: 1;
}

    #wrapper .newseventsThumb img {
        width: 100%;
        height: 225px;
        border-radius: 20px;
        object-fit: cover;
        vertical-align: middle;
        overflow: clip;
    }

#wrapper .newseventsContent {
    padding-top: 25px;
    padding-bottom: 25px;
}

#wrapper .newseventsTag {
    color: #ffffff;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 35px;
    padding: 7px 14px;
    background: #000000;
    border-radius: 17.5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

    #wrapper .newseventsTag:hover {
        background: linear-gradient(135deg, #1e90ff, #00BFFF);
        box-shadow: 0 5px 15px rgba(0, 191, 255, 0.4);
        text-decoration: none;
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
    }

#wrapper .newseventsHeader {
    font-size: 40px;
    color: #0a1850;
    line-height: 1.2;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
    #wrapper .newseventsHeader {
        font-size: 28px;
    }
}

#wrapper .newseventsHeader a {
    text-decoration: none;
    color: #000000;
}

#wrapper .newseventsHeader a:hover {
    text-decoration: none;
}

#wrapper .newseventsDetails {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 32px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

#wrapper .newseventsFade-text {
    position: relative;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 32px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

    #wrapper .newseventsFade-text .newseventsExpandContent {
        max-height: 200px;
        overflow: hidden;
        mask-image: linear-gradient(to bottom, black 70%, transparent);
        transition: max-height 0.35s ease, mask-image 0.35s ease;
    }

    #wrapper .newseventsFade-text .newseventsToggle {
        display: none;
    }

    #wrapper .newseventsFade-text .newseventsBtn {
        display: inline-block;
        margin-top: 8px;
        color: #00bfff;
        cursor: pointer;
    }

        #wrapper .newseventsFade-text .newseventsBtn::after {
            content: "Read more";
        }

    #wrapper .newseventsFade-text .newseventsToggle:checked ~ .newseventsBtn::after {
        content: "Show less";
    }

    #wrapper .newseventsFade-text .newseventsToggle:checked ~ .newseventsExpandContent {
        max-height: 3000px;
        mask-image: none;
    }

#wrapper .newseventsDate {
    font-size: 18px;
    font-weight: 400;
    gap: 15px;
    color: #6c757d;
    font-family: "Raleway", sans-serif;
    align-items: center;
    margin-top: 33px;
    margin-left: 4px;
}

#wrapper .newseventsButton {
    background: #ffffff;
    border: 1.5px solid #cccccc;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}

    #wrapper .newseventsButton:hover {
        background: #00bfff;
        border-color: #00bfff;
    }

#wrapper .newseventsSocialMedia {
    text-align: right;
    margin-top: 50px;
    margin-bottom: 50px;
}

    #wrapper .newseventsSocialMedia button {
        display: inline-block;
        background: transparent;
        color: #000000;
        font-size: 20px;
        border: 1px solid #cccccc;
        margin-right: 10px;
        width: 50px;
        height: 50px;
        text-align: center;
        align-content: center;
        border-radius: 50%;
        text-decoration: none;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
    }

        #wrapper .newseventsSocialMedia button img {
            filter: invert(1);
            width: 25px;
            height: 25px;
            vertical-align: middle;
        }

    #wrapper .newseventsSocialMedia button:hover {
        background: #00bfff;
        border-color: #00bfff;
        text-decoration: none;
    }

        #wrapper .newseventsSocialMedia button:hover img {
            filter: invert(1);
        }

#wrapper .filterSection {
    background: #f8f9fa;
    text-align: center;
    width: 100%;
    border-radius: 15px;
    padding: 40px 0;
    margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
    #wrapper .filterSection {
        padding: 30px 0;
        margin-bottom: 40px;
    }
}

#wrapper .filterSection h3 {
    font-size: 24px;
    color: #0a1850;
    line-height: 1.4;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    #wrapper .filterSection h3 {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

#wrapper .filterMenu {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 15px;
}

@media only screen and (max-width: 768px) {
    #wrapper .filterMenu {
        gap: 10px;
    }
}

#wrapper .filterButton {
    display: inline-block;
    padding: 12px 24px;
    background: #ffffff;
    color: #6c757d;
    text-decoration: none;
    border-radius: 25px;
    border: 2px solid #e9ecef;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 590px) {
    #wrapper .filterButton {
        font-size: 13px;
        padding: 10px 8px;
    }
}

@media only screen and (max-width: 768px) {
    #wrapper .filterButton {
        font-size: 13px;
        padding: 10px 15px;
    }
}

#wrapper .filterButton:hover {
    color: #ffffff;
    background: #00bfff;
    border-color: #00bfff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 191, 255, 0.3);
}

#wrapper .filterButton::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

#wrapper .filterButton.active {
    color: #ffffff;
    background: #00bfff;
    border-color: #00bfff;
    box-shadow: 0 5px 15px rgba(0, 191, 255, 0.4);
}

#wrapper .footerContainer {
    background: linear-gradient(45deg, rgb(42, 76, 155) 0%, rgb(66, 94, 179) 50%, rgb(83, 152, 237) 100%);
    color: rgba(255,255,255,.7);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 120px;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    #wrapper .footerContainer {
        padding-top: 80px;
    }
}

#wrapper .footerLogo {
    display: block;
}

    #wrapper .footerLogo img {
        max-width: 100%;
        height: auto;
        overflow: clip;
    }

    #wrapper .footerLogo p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 20px;
        line-height: 36px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

#wrapper .footerSocialMedia {
    margin-top: 100px;
    margin-bottom: 50px;
}

    #wrapper .footerSocialMedia a {
        display: inline-block;
        color: #ffffff;
        font-size: 20px;
        border: 1px solid #ffffff;
        margin-right: 10px;
        width: 50px;
        height: 50px;
        text-align: center;
        align-content: center;
        border-radius: 50%;
        text-decoration: none;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
    }

        #wrapper .footerSocialMedia a img {
            width: 25px;
            height: 25px;
            vertical-align: middle;
        }

        #wrapper .footerSocialMedia a:hover {
            background: #00bfff;
            border-color: #00bfff;
            text-decoration: none;
        }

        #wrapper .footerSocialMedia a:hover img {
            filter: invert(1);
        }

#wrapper .footerContactPools {
    margin-bottom: 50px;
}

    #wrapper .footerContactPools h4 {
        color: #ffffff;
        font-size: 26px;
        font-weight: 600;
        font-family: "Raleway", sans-serif;
        margin-top: 0;
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 2px solid #00bfff;
    }

    #wrapper .footerContactPools ul {
        padding-left: 0;
    }

        #wrapper .footerContactPools ul li {
            list-style: none;
            color: rgba(255, 255, 255, 0.7);
            font-size: 20px;
            line-height: 36px;
            font-weight: 400;
            font-family: "Raleway", sans-serif;
            display: block;
            margin-bottom: 15px;
        }

            #wrapper .footerContactPools ul li a {
                color: rgba(255, 255, 255, 0.7);
                font-size: 20px;
                line-height: 36px;
                font-weight: 400;
                font-family: "Raleway", sans-serif;
                display: inline-block;
                margin-bottom: 15px;
                text-decoration: none;
                transition: all 0.4s ease 0s;
                -webkit-transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
                -ms-transition: all 0.4s ease 0s;
            }

    #wrapper .footerContactPools a:hover {
        color: #00bfff;
        text-decoration: none;
    }

#wrapper .footerCopyRightContainer {
    color: rgba(255,255,255,.7);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
}

#wrapper .footerCopyRightLogo {
    display: block;
}

    #wrapper .footerCopyRightLogo img {
        max-width: 100%;
        height: auto;
        overflow: clip;
    }

@media only screen and (max-width: 768px) {
    #wrapper .footerCopyRightLogo {
        text-align: center;
        justify-content:center;
    }
}

#wrapper .footerCopyRight {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    #wrapper .footerCopyRight {
        text-align: center;
    }
}

    #wrapper .footerCopyRight ul {
        padding-left: 0;
    }

    #wrapper .footerCopyRight li:after {
        content: " | ";
    }

        #wrapper .footerCopyRight ul li {
            list-style: none;
            color: rgba(255, 255, 255, 0.7);
            font-size: 20px;
            line-height: 36px;
            font-weight: 400;
            font-family: "Raleway", sans-serif;
            display: inline-block;
            margin-bottom: 15px;
        }

        #wrapper .footerCopyRight ul li a {
            color: rgba(255, 255, 255, 0.7);
            font-size: 20px;
            line-height: 36px;
            font-weight: 400;
            font-family: "Raleway", sans-serif;
            display: inline-block;
            margin: 0 2px;
            text-decoration: none;
            transition: all 0.4s ease 0s;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
        }

@media only screen and (max-width: 1200px) {
    #wrapper .footerCopyRight ul li a {
        font-size: 18px;
    }
}

    #wrapper .footerCopyRight a:hover {
        color: #00bfff;
        text-decoration: none;
    }

#wrapper .static-page {
    font-size: 1em;
    color: black;
}

#wrapper .signin-card {
    color: black;
    width: 250px;
    padding: 20px 20px;
    margin: 0 auto;
    text-align: left;
    background-color: #f7f7f7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

#wrapper .login-forgot {
    font-size: 0.8em;
}
@media only screen and (max-width: 480px) {
    #wrapper .login-forgot {
        font-size: 0.7em;
    }
}

#wrapper .logged-in-popup {
    background-color: #0000ff;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    padding: 3px;
}

#wrapper .logged-in-popup a {
    color: white;
}

#wrapper .logged-in-popup a:visited {
    color: white;
}

#wrapper .button-sign-in {
    background-color: #0000ff;
    color: white;
    border-color: white;
}

#wrapper .button-sign-in.rbHovered {
    background-color: white;
    color: #0000ff;
}

#wrapper .homepage-section-header {
    margin: 0;
    width: 100%;
    overflow: hidden;
    color: black;
    background-color: white;
    display: inline-block;
    border-bottom: 1px solid #0000ff;
}
    #wrapper .homepage-section-header h3 {
        margin: 0.1em 0 0.1em 0;
        display: inline-block;
        color: white;
        background: linear-gradient(45deg, #0000ff 85%, transparent 85%);
        padding-right: 2.5em;
    }

    #wrapper .homepage-section-header h4 {
        margin: 0.1em 0 0.1em 0;
        font-weight: normal;
        display: inline-block;
        color: white;
        background: linear-gradient(45deg, #0000ff 85%, transparent 85%);
        padding-right: 1.5em;
    }

#wrapper .homepage-section-header-readmore {
    color: #247bbd;
    background-color: white;
    text-decoration: none;
	font: normal 16px "Segoe UI", Arial, sans-serif !important;
    padding-left: 15px;
    display: inline;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .homepage-section-header-readmore {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .homepage-section-header-readmore {
        font-size: 12px !important;
    }
}

#wrapper .homepage-section-header-readmore a, .homepage-section-header-readmore a:visited, .homepage-section-header-readmore a:hover  {
    color: #247bbd;
    text-decoration: none;
}

#wrapper .homepage-twitter {
    margin: 0;
    height: 500px;
    width: 100%;
    overflow: hidden;
    color: black;
    background-color: white;
    display: inline-block;
}

#wrapper .selection-header {
    width: 100%;
    overflow: hidden;
    color: black;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

#wrapper .selection-header-transparent {
    width:100%;
    color: black;
    overflow:hidden;
    background-color: transparent;
    margin-bottom: 5px;
}

#wrapper .selection-header-panel-title {
    width: 100%;
    overflow: hidden;
    color: black;
    background-color: #f7f7f7;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#wrapper .selection-header-panel-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: black;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
#wrapper .selection-header-panel-content table {
    padding-left: 5px;
    padding-right: 5px;
    width:100%;
}
#wrapper .selection-header-panel-toggle-icon {
    right: 15px;
    position: absolute;
    vertical-align: middle;
}

#wrapper .selection-item {
    display:inline-block;
    padding: 3px 0;
}

#wrapper .selection-label {
    width: 7em;
    text-align:right;
    display:inline-block;
}

#wrapper .selection-label-small {
    width: 3em;
    text-align:right;
    display:inline-block;
}

#wrapper .selection-label-5 {
    width: 5em;
    text-align: right;
    display: inline-block;
}

#wrapper .selection-label-medium {
    width: 10em;
    text-align:right;
    display:inline-block;
}

#wrapper .selection-label-large {
    width: 14em;
    text-align:right;
    display:inline-block;
}

#wrapper .selection-buttons {
    float: right;
    text-align: right;
    padding: 4px 5px 3px 0;
}

#wrapper .selection-buttons-adaptive {
    float: right;
    text-align: right;
    padding: 4px 5px 3px 0;
}
@media only screen and (max-width: 480px) {
    #wrapper .selection-buttons-adaptive {
        float: left;
        text-align: left;
        width: 100%;
        padding: 4px 2% 3px 2%;
    }
}

#wrapper .selection-dropdownlist {
    width: 17em !important;
}
@media only screen and (max-width: 400px) {
    #wrapper .selection-dropdownlist {
        width: 13em !important;
    }
}

#wrapper .selection-dropdownlist-small {
    width: 12em !important;
}

#wrapper .selection-dropdownlist-xsmall {
    width: 9em !important;
}

#wrapper .selection-control {
    width: 17em !important;
}
@media only screen and (max-width: 400px) {
    #wrapper .selection-control {
        width: 13em !important;
    }
}
#wrapper .selection-control-small {
    width: 12em !important;
}
#wrapper .selection-control-xtra-small {
    width: 5em !important;
}

#wrapper .selection-control-large {
    width: 25em !important;
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
    #wrapper .selection-control-large {
        width: 17em !important;
    }
}
@media only screen and (max-width: 400px) {
    #wrapper .selection-control-large {
        width: 13em !important;
    }
}

#wrapper .selection-breaker-900 {
    display: none;
}
@media only screen and (max-width: 900px) {
    #wrapper .selection-breaker-900 {
        display: inline;
    }
}

#wrapper .news-tile {
    background-color: white;
    color: black;
    margin: 0;
    width: 99%;
    height: 320px;
    display: inline-block;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
#wrapper .news-tile {
    height: 270px;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-tile {
        height: 220px;
    }
}

#wrapper .news-tile.RadTile_Metro.RadTile h6.rtileTitle {
    color: black;
    bottom: 5px;
    left: 5px;
	font: normal 18px "Segoe UI", Arial, sans-serif !important;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-tile.RadTile_Metro.RadTile h6.rtileTitle {
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-tile.RadTile_Metro.RadTile h6.rtileTitle {
        font-size: 14px !important;
    }
}

#wrapper .news-tile-card {
    height: 280px;
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-style: solid;
    color: black;
    padding: 5px 5px;
    text-align: left;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-tile-card {
        height: 230px;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-tile-card {
        height: 180px;
    }
}

#wrapper .news-tile-readmore {
    color: #555555;
    font-size: 1em;
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 5px;
}

#wrapper .quick-access-container {
    height: 320px;
    width: 100%;
    display: inline-block;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .quick-access-container {
        height: 105px;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper .quick-access-container {
        height: 210px;
    }
}

#wrapper .quick-access-tile {
    color: white;
    margin: 0;
    width: 100%;
    height: 105px;
    display: inline-block;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .quick-access-tile {
        width: calc((100% / 3) - 5px);
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .quick-access-tile {
        width: calc((100% / 2) - 5px);
    }
}
#wrapper .quick-access-tile img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
#wrapper .quick-access-tile .rtileTopContent {
    background-color: #0000ff;
    height: 80px;
}
#wrapper .quick-access-tile .rtileBottomContent {
    background-color: #0000ff;
    height: 25px;
    width: 100%;
    font-weight: bold;
}

#wrapper .news-rotator, .news-rotator.RadRotator, .news-rotator.RadRotator .rrRelativeWrapper, .news-rotator.RadRotator .rrClipRegion, .news-rotator.RadRotator .rrClipRegion .rrItemsList {
    width: 100% !important;
    height: 310px !important;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-rotator, .news-rotator.RadRotator, .news-rotator.RadRotator .rrRelativeWrapper, .news-rotator.RadRotator .rrClipRegion, .news-rotator.RadRotator .rrClipRegion .rrItemsList {
        height: 260px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-rotator, .news-rotator.RadRotator, .news-rotator.RadRotator .rrRelativeWrapper, .news-rotator.RadRotator .rrClipRegion, .news-rotator.RadRotator .rrClipRegion .rrItemsList {
        height: 210px !important;
    }
}

#wrapper .news-rotator.RadRotator .rrClipRegion .rrItemsList .rrItem {
    width: 100% !important;
    height: 310px !important;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-rotator.RadRotator .rrClipRegion .rrItemsList .rrItem {
        width: 100% !important;
        height: 260px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-rotator.RadRotator .rrClipRegion .rrItemsList .rrItem {
        width: 100% !important;
        height: 210px !important;
    }
}

#wrapper .news-rotator-card {
    height: 290px;
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-style: solid;
    color: black;
    padding: 5px 5px;
    text-align: left;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-rotator-card {
        height: 230px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-rotator-card {
        height: 180px !important;
    }
}

#wrapper .news-content {
    font: normal 16px "Segoe UI", Arial, sans-serif !important;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-content {
        font-size: 15px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-content {
        font-size: 14px !important;
    }
}

#wrapper .news-bulletin-rotator-card {
    margin: 0 0 5px 0;
    height: 149px;
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-style: solid;
    color: black;
    padding: 5px 5px;
    text-align: left;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-bulletin-rotator-card {
        height: 245px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-bulletin-rotator-card {
        height: 195px !important;
    }
}

#wrapper .news-bulletin-rotator, .news-bulletin-rotator.RadRotator, .news-bulletin-rotator.RadRotator .rrRelativeWrapper, .news-bulletin-rotator.RadRotator .rrClipRegion, .news-bulletin-rotator.RadRotator .rrClipRegion .rrItemsList {
    width: 100% !important;
    height: 660px !important;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-bulletin-rotator, .news-bulletin-rotator.RadRotator, .news-bulletin-rotator.RadRotator .rrRelativeWrapper, .news-bulletin-rotator.RadRotator .rrClipRegion, .news-bulletin-rotator.RadRotator .rrClipRegion .rrItemsList {
        height: 260px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-bulletin-rotator, .news-bulletin-rotator.RadRotator, .news-bulletin-rotator.RadRotator .rrRelativeWrapper, .news-bulletin-rotator.RadRotator .rrClipRegion, .news-bulletin-rotator.RadRotator .rrClipRegion .rrItemsList {
        height: 210px !important;
    }
}

#wrapper .news-bulletin-rotator-card h3 {
    font-size: 1em
}

#wrapper .news-bulletin-content {
    font: normal 15px "Segoe UI", Arial, sans-serif !important;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-bulletin-content {
        font-size: 15px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-bulletin-content {
        font-size: 14px !important;
    }
}

#wrapper .news-competition-rotator, .news-competition-rotator.RadRotator, .news-competition-rotator.RadRotator .rrRelativeWrapper, .news-competition-rotator.RadRotator .rrClipRegion, .news-competition-rotator.RadRotator .rrClipRegion .rrItemsList {
    width: 100% !important;
    height: 290px !important;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-competition-rotator, .news-competition-rotator.RadRotator, .news-competition-rotator.RadRotator .rrRelativeWrapper, .news-competition-rotator.RadRotator .rrClipRegion, .news-competition-rotator.RadRotator .rrClipRegion .rrItemsList {
        height: 130px !important;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper .news-competition-rotator, .news-competition-rotator.RadRotator, .news-competition-rotator.RadRotator .rrRelativeWrapper, .news-competition-rotator.RadRotator .rrClipRegion, .news-competition-rotator.RadRotator .rrClipRegion .rrItemsList {
        height: 120px !important;
    }
}

#wrapper .competition-list-rotator-card {
    margin: 0 0 0 0;
    padding: 0 0 0 5px;
    height: 1.5em;
    text-align: left;
    background-color: white;
    overflow: hidden;
    font: normal 0.8em "Segoe UI", Arial, sans-serif !important;
    white-space: nowrap;
}

#wrapper .competition-list-rotator-card, .competition-list-rotator-card.RadRotator, .competition-list-rotator-card.RadRotator .rrRelativeWrapper, .competition-list-rotator-card.RadRotator .rrClipRegion, .competition-list-rotator-card.RadRotator .rrClipRegion .rrItemsList {
    width: 100% !important;
}

#wrapper .blog-card {
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-style: solid;
    color: black;
    padding: 20px 20px;
    margin-top: 10px;
    text-align: left;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
#wrapper .blog-user {
    color: blue;
    font-size: 0.8em;
}
#wrapper .blog-date {
    color: #555555;
    font-size: 0.7em;
}

#wrapper .blog-link {
    color: black;
    text-decoration: none;
}
#wrapper .blog-link a, #wrapper .blog-link a:visited {
    color: black;
    text-decoration: none;
}

#wrapper .blog-image {
    margin: 0 auto;
    width: 100%;
    max-height: 240px;
    display: inline-block;
    overflow: hidden;
}
#wrapper .blog-image img {
    object-fit: cover;
}

#wrapper .blog-footer {
    width: 49.5%;
    display: inline-block;
}

#wrapper .blog-readmore {
    color: #555555;
    font-size: 0.8em;
}

#wrapper .blog-comments {
    color: #555555;
    font-size: 0.8em;
    text-align: right;
    width: 100%;
}
#wrapper .social-button {
    background-color: white;
    border: none;
    color: white;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#wrapper .blog-social {
    padding: 10px 0 0 0;
}

#wrapper .blog-content {
    width: 100%;
    padding: 10px 0 0 0;
}

#wrapper .news-page-card {
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-style: solid;
    color: black;
    padding: 20px 20px;
    margin-top: 10px;
    text-align: left;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

#wrapper .news-page-date {
    color: #555555;
    font-size: 0.7em;
}

#wrapper .news-page-social {
    padding: 10px 0 0 0;
}

#wrapper .news-page-content {
    width: 100%;
    padding: 10px 0 0 0;
}

#wrapper .news-image {
    margin: 0 auto;
    width: 100%;
    max-height: 300px;
    display: inline-block;
    overflow: hidden;
}

    #wrapper .news-image img {
        object-fit: cover;
        width: 100%;
        max-height: 300px;
    }

@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-image, .news-image img {
        max-height: 270px !important;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper .news-image, .news-image img {
        max-height: 240px !important;
    }
}

#wrapper .grid-wrapper-no-vertical-scroll {
    width: 100%;
}
#wrapper .grid-wrapper-no-vertical-scroll .rgDataDiv {
    overflow-y: hidden !important;
    height: auto !important;
}
#wrapper .grid-wrapper {
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
}
#wrapper .grid-wrapper-radwindow-h280 {
    width: 100%;
    height: 280px;
    overflow: auto;
}
#wrapper .grid-wrapper-radwindow-h400 {
    width: 100%;
    height: 400px;
    overflow: auto;
}

#wrapper .competition-card {
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-style: solid;
    color: black;
    padding: 20px 20px;
    margin-top: 10px;
    text-align: left;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .competition-card {
        padding: 10px 10px;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .competition-card {
        font-size: 14px;
        padding: 3px 3px;
    }
}

#wrapper .competition-calendar {
    width: 100px;
    height: 100px;
    text-align: center;
    background-image: url('/images/calendar-day.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    float: left;
    line-height: 18px;
}
@media only screen and (max-width: 480px) {
    #wrapper .competition-calendar {
        width: 70px;
        height: 74px;
        background-image: url('/images/calendar-day-small.png');
    }
}
#wrapper .competition-day {
    color: #000;
    padding-top: 15px;
    font-size: 32px;
    font-weight: bold;
    display: block;
}
@media only screen and (max-width: 480px) {
    #wrapper .competition-day {
        font-size: 26px;
        padding-top: 7px;
    }
}
#wrapper .competition-month {
    color: #fff;
    padding-top: 8px;
    font-size: 16px;
    font-weight: bold;
    display: block;
}
@media only screen and (max-width: 480px) {
    #wrapper .competition-month {
        padding-top: 2px;
        font-size: 13px;
    }
}
#wrapper .competition-year {
    color: #fff;
    padding-top: 15px;
    font-size: 16px;
    font-weight: bold;
    display: block;
}
@media only screen and (max-width: 480px) {
    #wrapper .competition-year {
        padding-top: 9px;
        font-size: 13px;
    }
}
#wrapper .competition-planner-container {
    text-decoration: none;
    min-height: 100px
}
#wrapper .competition-header {
    color: #0073ae;
    font-size: 1.1em;
    margin: 0 0 0.1em 0;
    padding: 0;
    text-decoration: none;
}
@media only screen and (max-width: 480px) {
    #wrapper .competition-header {
        font-size: 0.95em;
    }
}
#wrapper .competition-header a, #wrapper .competition-header a:visited {
    color: #0073ae;
    text-decoration: none;
}
#wrapper .competition-header a:hover {
    color: #c45500;
    text-decoration: none;
}

#wrapper .competition-detail {
    font-size: 1em;
}
@media only screen and (max-width: 480px) {
    #wrapper .competition-detail {
        font-size: 0.9em;
    }
}

#wrapper .enquiry-card {
    color: black;
    width: 96%;
    padding: 10px 2%;
    margin: 0 auto;
    text-align: left;
    background-color: #f7f7f7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

#wrapper .field-data {
    color: mediumblue;
}

#wrapper .gallery {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

#wrapper .gallery-img-container {
    height: 400px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
@media only screen and (max-width: 480px) {
    #wrapper .gallery-img-container {
    height: 300px;
    width: 300px;
    }
}

#wrapper .gallery-img1 {
    border: 5px solid #E1E1E1;
    -webkit-box-shadow: 1px 1px 2px #666;
    -moz-box-shadow: 1px 1px 2px #666;
    box-shadow: 1px 1px 2px #666;
    max-height: 380px;
    max-width: 380px;
    display: block;
    position: absolute;
    float: left;
    white-space: nowrap;
    -webkit-transform: rotate(-6deg) translate(-100px, -3px) scale(1.0);
    -moz-transform: rotate(-6deg) translate(-100px, -3px) scale(1.0);
    -o-transform: rotate(-6deg) translate(-100px, -3px) scale(1.0);
    -ms-transform: rotate(-6deg) translate(-100px, -3px) scale(1.0);
    transform: rotate(-6deg) translate(-100px, -3px) scale(1.0);
}
@media only screen and (max-width: 480px) {
    #wrapper .gallery-img1 {
        max-height: 280px;
        max-width: 280px;
        -webkit-transform: rotate(-5deg) translate(-50px, -3px) scale(1.0);
        -moz-transform: rotate(-5deg) translate(-50px, -3px) scale(1.0);
        -o-transform: rotate(-5deg) translate(-50px, -3px) scale(1.0);
        -ms-transform: rotate(-5deg) translate(-50px, -3px) scale(1.0);
        transform: rotate(-5deg) translate(-50px, -3px) scale(1.0);
    }
}

#wrapper .gallery-img2 {
    border: 5px solid #E1E1E1;
    -webkit-box-shadow: 1px 1px 2px #666;
    -moz-box-shadow: 1px 1px 2px #666;
    box-shadow: 1px 1px 2px #666;
    max-height: 380px;
    max-width: 380px;
    display: block;
    position: absolute;
    float: left;
    white-space: nowrap;
}
@media only screen and (max-width: 480px) {
    #wrapper .gallery-img2 {
        max-height: 280px;
        max-width: 280px;
    }
}

#wrapper .gallery-img3 {
    border: 5px solid #E1E1E1;
    -webkit-box-shadow: 1px 1px 2px #666;
    -moz-box-shadow: 1px 1px 2px #666;
    box-shadow: 1px 1px 2px #666;
    max-height: 380px;
    max-width: 380px;
    display: block;
    position: absolute;
    float: left;
    white-space: nowrap;
    -webkit-transform: rotate(6deg) translate(100px, -3px) scale(1.0);
    -moz-transform: rotate(6deg) translate(100px, -3px) scale(1.0);
    -o-transform: rotate(6deg) translate(100px, -3px) scale(1.0);
    -ms-transform: rotate(6deg) translate(100px, -3px) scale(1.0);
    transform: rotate(6deg) translate(100px, -3px) scale(1.0);
}
@media only screen and (max-width: 480px) {
    #wrapper .gallery-img3 {
        max-height: 280px;
        max-width: 280px;
        -webkit-transform: rotate(5deg) translate(50px, -3px) scale(1.0);
        -moz-transform: rotate(5deg) translate(50px, -3px) scale(1.0);
        -o-transform: rotate(5deg) translate(50px, -3px) scale(1.0);
        -ms-transform: rotate(5deg) translate(50px, -3px) scale(1.0);
        transform: rotate(5deg) translate(50px, -3px) scale(1.0);
    }
}

#wrapper .report-card-section {
    width:100%;
    overflow:hidden;
    background-color: transparent;
}

#wrapper .report-card-section-half {
    display:inline-block;
    width:49.5%;
    overflow:hidden;
    background-color: transparent;
}
@media only screen and (max-width: 520px) {
    #wrapper .report-card-section-half {
    width: 100%;
    }
}


#wrapper .report-card-section-half fieldset {
    padding: 10px;
}

#wrapper .report-card-item {
    display:inline-block;
}

#wrapper .report-card-label {
    width: 7em;
    text-align:right;
    display:inline-block;
    vertical-align: middle;
}

#wrapper .report-card-control {
    display:inline-block;
    vertical-align: middle;
}

#wrapper .form-section {
    width:100%;
    overflow:hidden;
    background-color: transparent;
    text-align: left;
}

#wrapper .form-label {
    width: 12em;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

#wrapper .form-label-left {
    width: 12em;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

#wrapper .form-label-1em {
    width: 1em;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

#wrapper .form-control-label {
    display:inline-block;
    vertical-align: top;
    text-align: left;
    color: black;
    width: calc(100% - 13em);
}

#wrapper .form-control-label-1em {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    color: black;
    width: calc(100% - 2em);
}

#wrapper .form-control {
    vertical-align: top;
    display:inline-block;
    width: calc(100% - 13em);
}

#wrapper .form-control-fullwidth {
    vertical-align: top;
    display:inline-block;
    width: 100%;
}

#wrapper .shop-container {
    display: inline-block;
    width: 100%;
}

#wrapper .shop-img-container {
    float: left;
    height: 218px;
    width: 218px;
    text-align: center;
    margin: auto;
}
    #wrapper .shop-img-container img {
        max-width: 100%;
        max-height: 100%;
    }
@media only screen and (max-width: 480px) {
    #wrapper .shop-img-container {
        height: 100px;
        width: 100px;
    }
}

#wrapper .shop-detail-container {
    margin-left: 225px;
}
@media only screen and (max-width: 480px) {
    #wrapper .shop-detail-container {
    margin-left: 105px;
    }
}

#wrapper .shop-header {
    display: inline-block;
    color: #0073ae;
    font-size: 1.1em;
    margin: 0.2em;
    padding: 0;
    text-decoration: none;
}
@media only screen and (max-width: 480px) {
    #wrapper .shop-header {
        font-size: 0.95em;
    }
}
#wrapper .shop-header a, #wrapper .shop-header a:visited {
    color: #0073ae;
    text-decoration: none;
}
#wrapper .shop-header a:hover {
    color: #c45500;
    text-decoration: none;
}

#wrapper .shop-detail {
    font-size: 1em;
    padding: 0 0.2em;
    margin: 0;
    display:flex;
}
@media only screen and (max-width: 480px) {
    #wrapper .shop-detail {
        font-size: 0.85em;
    }
}

#wrapper .shop-price {
    font-size: 1em;
    padding: 0.5em 0.2em 0.2em 0.2em;
    margin: 0;
    display:flex;
    color: #b12704;
}
@media only screen and (max-width: 480px) {
    #wrapper .shop-price {
        font-size: 0.85em;
    }
}
#wrapper .shop-price a, #wrapper .shop-price a:visited {
    color: #b12704;
    text-decoration: none;
}

#wrapper .shop-button {
    color: black;
    margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
    #wrapper .shop-button {
        width: 96%;
    }
}

#wrapper .shop-button-checkout {
    background-color: #f3d078;
    color: black;
    border-color: #a88734 #9c7e31 #846a29;
    margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
    #wrapper .shop-button-checkout {
        width: 96%;
    }
}
#wrapper .shop-button-checkout-hover {
    background-color: #a88734;
    color: white;
    border-color: #a88734 #9c7e31 #846a29;
}

#wrapper .shopitem-img-container {
    float: left;
    height: 300px;
    width: 300px;
    text-align: center;
    margin: auto;
}
#wrapper .shopitem-img-container img {
    max-width: 100%;
    max-height: 100%;
}
@media only screen and (max-width: 480px) {
    #wrapper .shopitem-img-container {
        display:normal;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
}

#wrapper .shopitem-detail-container {
    margin-left: 320px;
}
@media only screen and (max-width: 480px) {
    #wrapper .shopitem-detail-container {
    margin-left: 0;
    }
}

#wrapper .shop-basket-container {
    display: inline-block;
    height: 24px;
    width: 30px;
    text-align:center;
    margin: 0 auto;
    background-image: url('/images/Icon-Shopping-Cart-24.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}

#wrapper .shop-basket-label {
    position: relative;
    top: -5px;
    left: 2px;
}

#wrapper .time-conversion-card {
    color: black;
    width: 96%;
    padding: 50px 2%;
    margin: 10px auto;
    text-align: left;
    background-color: #f7f7f7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

/* rad window */
#wrapper .table-small {
    font: normal 13px "Segoe UI", Arial, sans-serif;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .table-small {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper .table-small {
        font-size: 11px;
    }
}

/* rad nav signin */
#signin .RadMenu_Metro {
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.2;
}

#signin .rmRootGroup {
    background-color: #0000ff;
    color: #ffffff;
}

#signin .rmItem .rmFirst .rmLast {
    background-color: #0000ff;
    color: #ffffff;
}

#signin .rmHorizontal .rmRootLink span.rmText {
    padding: 2px 5px 2px 5px;
    display: inline;
}

#signin .rmVertical a.rmLink:hover,
#signin .rmVertical a.rmFocused,
#signin .rmVertical a.rmSelected,
#signin .rmVertical a.rmExpanded,
#signin .rmVertical a.rmExpanded:hover {
    border-style: solid;
    border-width: 0;
    background-color: #ffffff;
    color: #0000ff;
    text-decoration: none;
}

#signin a.rmLink {
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 1.1em;
    color: #ffffff;
    text-decoration: none;
}

    #signin a.rmLink:hover, #signin a.rmFocused {
        color: #0000ff;
        background-color: #ffffff;
    }

#signin a.rmSelected {
    border-color: #0000ff;
}

#signin .rmGroup,
#signin .rmMultiColumn,
#signin .rmGroup .rmVertical {
    border: 1px solid #ffffff;
    background-color: #0000ff;
    color: #ffffff;
}

#wrapper .openmeet-page-card-header {
    border-color: rgba(0, 0, 0, 0.3);
    padding: 10px 0 10px 0;
    width: 100%;
    overflow: hidden;
    color: white;
    background-color: #0000ff;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

#wrapper .openmeet-page-card {
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-style: solid;
    color: black;
    background-color: white;
    padding: 20px 20px;
    margin: 0 0 10px 0;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .2s ease, opacity .4s ease;
    -moz-transition: -webkit-transform .2s ease, opacity .4s ease;
    -o-transition: -webkit-transform .2s ease, opacity .4s ease;
    transition: transform .2s ease, opacity .4s ease;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

#wrapper .openmeet-page-date {
    color: #555555;
    font-size: 0.7em;
}

#wrapper .openmeet-page-social {
    padding: 10px 0 0 0;
}

#wrapper .openmeet-page-content {
    width: 100%;
    padding: 10px 0 0 0;
    word-wrap: break-word;
    white-space: normal !important;
}

#wrapper .openmeet-page-forms {
    width: 90%;
    vertical-align: top;
    margin: 0 auto 0 auto;
    padding: 20px 0 0 0;
}

#wrapper .openmeet-page-form-header {
    width: 100%;
    font-size: 1.2em;
    padding: 10px 0 10px 0;
    margin: 5px 0 5px 0;
    text-align: center;
    color: white;
    background-color: #0000ff;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

#wrapper .openmeet-page-form {
    position: relative;
    display: inline-block;
    width: 80%;
    padding: 3px 0 6px 0;
    margin: 5px auto 5px auto;
    text-align: left;
    color: black;
    background-color: transparent;
    text-decoration: none;
    font-size: 1em;
}

    #wrapper .openmeet-page-form span {
        background-color: white;
    }

    #wrapper .openmeet-page-form:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        border-top: 1px solid black;
        background: black;
        width: 100%;
        transform: translateY(-50%);
        z-index: -1;
    }


#wrapper .openmeet-page-form-button {
    display: inline-block;
    width: 20%;
    padding: 3px 0 6px 0;
    margin: 5px auto 5px auto;
    text-align: center;
    color: white;
    background-color: #0000ff;
    text-decoration: none;
    font-size: 1em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    #wrapper .openmeet-page-form-button a {
        text-decoration: none;
        color: white;
    }
    #wrapper .openmeet-page-form-button a:visited {
        text-decoration: none;
        color: white;
    }

#wrapper .openmeet-page-form-button-text {
    position: relative;
    display: inline-block;
    text-align: center;
    color: white;
    background-color: transparent;
    text-decoration: none;
    font-size: 1em;
}
    #wrapper .openmeet-page-form-button-text span::before {
        position: absolute;
        left: 0;
        content: "Download";
        color: yellow;
        text-decoration: none;
        overflow: hidden;
        transition: width 500ms ease;
        width: 0;
        white-space: nowrap;
    }

    #wrapper .openmeet-page-form-button-text span:hover::before {
        width: 100%;
    }

#wrapper .navPage-Top {
    margin-top: 10px;
    background-color: #0000ff;
    text-decoration: none;
    color: white;
}

    #wrapper .navPage-Top a {
        text-decoration: none;
        color: white;
    }

        #wrapper .navPage-Top a:visited {
            text-decoration: none;
            color: white;
        }

#wrapper .navPage-Top-Text {
    display: block;
    text-align: center;
    padding: 15px 0;
    line-height: 19px;
    font-size: 13px;
    text-decoration: none;
}

    #wrapper .navPage-Top-Text:hover {
        text-decoration: none;
        color: #fef200;
    }

#wrapper .image-Footer {
    margin: 0;
    max-height: 50px;
    display: inline-block;
}

    #wrapper .image-Footer img {
        max-height: 50px;
        max-width: 100%;
    }

#wrapper .footer-information-row {
    background-color: #f9f9f9;
    padding: 0 0 20px 0;
}

#wrapper .footer-titles {
    display: block;
    padding: 20px 0 10px 0;
}

    #wrapper .footer-titles h4 {
        margin: 0;
    }

#wrapper .footer-logo {
    display: block;
    padding: 20px 0 0 0;
}

#wrapper .footer-logo img {
    max-height: 150px;
    max-width: 100%;
}

#wrapper .footer-twitter-icon {
    display: inline-block;
    margin: 5px 5px 5px 1px;
    height: 48px;
    width: 48px;
    background-image: url('../Images/X-Logo-Grey-48.png');
    background-repeat: no-repeat;
    background-size: cover;
}

    #wrapper .footer-twitter-icon:hover {
        margin: 4px 4px 4px 0px;
        height: 50px;
        width: 50px;
        background-image: url('../Images/X-Logo-50.png');
    }

#wrapper .footer-facebook-icon {
    display: inline-block;
    margin: 5px 5px 5px 1px;
    height: 48px;
    width: 48px;
    background-image: url('../Images/FB-Logo-Grey-48.png');
    background-repeat: no-repeat;
    background-size: cover;
}

    #wrapper .footer-facebook-icon:hover {
        margin: 4px 4px 4px 0px;
        height: 50px;
        width: 50px;
        background-image: url('../Images/FB-Logo-50.png');
    }

#wrapper .footer-subscribe-icon {
    display: inline-block;
    margin: 5px 5px 5px 1px;
    height: 48px;
    width: 48px;
    background-image: url('../Images/subscribe-grey.png');
    background-repeat: no-repeat;
    background-size: cover;
}

    #wrapper .footer-subscribe-icon:hover {
        margin: 4px 4px 4px 0px;
        height: 50px;
        width: 50px;
        background-image: url('../Images/subscribe.png');
    }

#wrapper .footer-menu-items {
    display: block;
    padding: 0 5px 5px 0;
    text-decoration: none;
    color: #555555;
}

    #wrapper .footer-menu-items a {
        text-decoration: none;
        color: #555555;
    }

        #wrapper .footer-menu-items a:visited {
            text-decoration: none;
            color: #555555;
        }

        #wrapper .footer-menu-items a:hover {
            text-decoration: none;
            color: rgba(0, 0, 0, 0.3);
        }

#wrapper .footer-link {
    text-decoration: none;
    color: #555555;
}

    #wrapper .footer-link a {
        text-decoration: none;
    }

        #wrapper .footer-link a:visited {
            text-decoration: none;
        }
