#content-slider-main .slider-pages .wrapper {
    margin-left: -90%;
}

/**/
/**/
/**/
#charity_marathon_presentation .video {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #565d62 !important;
}
/**/
#charity_marathon_presentation .video h1,
#charity_marathon_presentation .video h2,
#charity_marathon_presentation .video b {
    font-weight: 400 !important;
    color:       #565d62 !important;
}
#charity_marathon_presentation .video h1 {
    font-size:   28px;
    font-weight: 400 !important;
}
#charity_marathon_presentation .video h2 {
    margin:         0;
    padding-bottom: 0;
}

#charity_marathon_presentation .video-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

#charity_marathon_presentation .video-logo {
    margin-right: 20px;
}

#charity_marathon_presentation .video-title {
    line-height: 22px;
}

#charity_marathon_presentation .video h2 {
    font-size: 22px;
    color: rgba(0, 0, 0, .35) !important;
}

#charity_marathon_presentation .video h1 {
    margin-top: 10px;
    font-size: 38px;
}

#charity_marathon_presentation .video-video {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

#charity_marathon_presentation .video-links {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

#charity_marathon_presentation .video-links a {
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 22px;
}

/**/
/**/
/**/
#charity_marathon_presentation .sliders {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #f2eeea;
}

#charity_marathon_presentation .slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**/
#charity_marathon_presentation .slide img {
    z-index: 2;
}

/**/
#charity_marathon_presentation .slide .link {
    z-index: 3;
    position: absolute;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#charity_marathon_presentation .slide .link:hover {
    background-color: rgba(255, 166, 0, 0.25);
}

/**/
#charity_marathon_presentation .slide .loader {
    z-index: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: charity_marathon_presentation_spin 2s linear infinite;
}

@keyframes charity_marathon_presentation_spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/**/
/**/
/**/
#charity_marathon_presentation .counter {
    padding-top: 30px;
    padding-bottom: 40px;
}

/**/
#charity_marathon_presentation .counter #charity_marathon_counter {
    margin-bottom: 75px;
}

#charity_marathon_presentation .counter #charity_marathon_counter h2 {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 400 !important;
}

/**/
#charity_marathon_presentation .counter .counter-links {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

#charity_marathon_presentation .counter .counter-links a {
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 20px;
}

#charity_marathon_presentation .counter .counter-links a:first-child {
    margin-left: 0;
}

#charity_marathon_presentation .counter .counter-links a.green {
    color: #fff;
    background-color: #7dcb70;
}

#charity_marathon_presentation .counter .counter-links a.green:hover {
    background-color: rgba(125, 203, 112, 0.85);
}

/**/
/**/
/**/
/**/
#charity_marathon_presentation > .links {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}

#charity_marathon_presentation > .links a {
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 20px;
}

#charity_marathon_presentation > .links a:first-child {
    margin-left: 0;
}

/**/
/**/
/**/
#charity_marathon_subscription {
    display: none;
    width: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#charity_marathon_subscription h1 {
    text-align: center;
}

#charity_marathon_subscription > p {
    margin-top: 20px;
    text-align: center;
}

#charity_marathon_subscription form {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#charity_marathon_subscription input {
    width: 250px;
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

#charity_marathon_subscription a {
    position: relative;
    top: -2px;
}

#charity_marathon_subscription a[data-process="1"] {
    opacity: 0.5;
    pointer-events: none;
}

/**/
/**/
/**/
#charity_marathon_presentation .video_player {
    width: 854px;
    height: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 130px;
}

#charity_marathon_presentation .video_select {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}

#charity_marathon_presentation .video_select a {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    opacity: .65;
    filter: alpha(opacity=65);
    -moz-opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
}

#charity_marathon_presentation .video_select a:hover,
#charity_marathon_presentation .video_select a:active,
#charity_marathon_presentation .video_select a.active {
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#charity_marathon_presentation .video_select a img {
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: border .3s;
    -o-transition: border .3s;
    -moz-transition: border .3s;
    -webkit-transition: border .3s;
}

#charity_marathon_presentation .video_select a.active img {
    border-color: #000;
}

#charity_marathon_presentation .video_select a .title {
    pointer-events: none;
    width: 100px;
    left: 0;
    margin-top: 35px;
    margin-left: -25px;
    display: inline-block;
    position: absolute;
    text-align: center;
    color: #000;
    font-weight: 400;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
}

#charity_marathon_presentation .video_select a:hover .title {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

[data-mobile="on"] {
    display: none
}

@media (max-width: 480px) {
    #fin_aid_notice2_mod {
        width: auto;
    }

    #fin_aid_notice2_mod .block-main-wrapper {
        width: auto !important;
        min-width: 200px !important;
    }

    #fin_aid_notice2_mod .block-main-content {
        width: auto !important;
    }

    #fin_aid_notice2_mod [data-mobile="on"] {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #fin_aid_notice2_mod [data-mobile="on"] .image-wrapper {
        margin-bottom: 10px
    }

    #fin_aid_notice2_mod [data-mobile="on"] .content p {
        text-align: center
    }

    #fin_aid_notice2_mod [data-mobile="off"] {
        display: none !important
    }
}