html,
body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
}

#jaks .l-abs-v,
#jaks .l-abs-h,
#jaks .l-abs-all,
#jaks .l-abs {
    position: absolute;
    margin: auto;
}

#jaks .l-abs-v,
#jaks .l-abs-all,
#jaks .l-abs-b {
    bottom: 0;
}

#jaks .l-abs-h,
#jaks .l-abs-all,
#jaks .l-abs-l {
    left: 0;
}

#jaks .l-abs-h,
#jaks .l-abs-all,
#jaks .l-abs-r {
    right: 0;
}

#jaks .l-abs-v,
#jaks .l-abs-all,
#jaks .l-abs-t {
    top: 0;
}

#jaks .l-bg {
    background-color: #56A2FD;
}

#jaks .l-bg-active {
    background-color: #57518F;
}

#jaks .l-bg-b,
#jaks .l-video video {
    background-color: #000000;
}

#jaks .l-bg-gray,
html,
body {
    background-color: #FAFBFC;
}

#jaks .l-bg-none {
    background-color: transparent;
}

#jaks .l-bg-w,
#jaks #l-main {
    background: #FFFFFF;
}

#jaks .l-bold {
    font-weight: 700;
}

#jaks .l-border {
    border: 1px solid #D0D7DD;
}

#jaks .l-border-b {
    border-bottom: 1px solid #D0D7DD;
}

#jaks .l-border-w {
    border: 1px solid #FFFFFF;
}

#jaks .l-c {
    text-align: center;
}

#jaks .l-checkbox {
    padding-left: 30px;
}

#jaks .l-color,
a {
    color: #56A2FD;
}

#jaks .l-color-active {
    color: #57518F;
}

#jaks .l-color-b,
#jaks .l-subheader.active,
html,
body {
    color: #333C47;
}

#jaks .l-color-gray,
#jaks .l-subheader,
#jaks .l-select .pure-input:invalid {
    color: #989898;
    opacity: .9;
}

#jaks .l-color-red {
    color: red;
}

#jaks .l-color-w {
    color: #FFFFFF;
}

#jaks #datalist-toppick {
    outline: none;
    border-color: transparent;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    padding: 8px 15px;
}

#jaks #datalist-toppick::placeholder {
    color: #828992;
    text-transform: uppercase;
}

#jaks #datalist-toppick:hover {
    cursor: pointer;
}

#jaks .l-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}

#jaks .l-container-sm {
    max-width: 450px;
}

#jaks .l-container-xs {
    max-width: 300px;
}

#jaks .l-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50% 50%
}

#jaks .l-cover,
#jaks .l-rel {
    position: relative;
}

#jaks .l-d-i,
#jaks .l-d-ii>*,
#jaks .l-middle>*,
#jaks .icon {
    display: inline-block;
}

#jaks .l-d-b,
#jaks .l-d-bb>* {
    display: block;
}

#jaks .l-ellip,
#jaks .l-featured {
    overflow: hidden;
}

#jaks .l-ellip {
    white-space: nowrap;
    text-overflow: ellipsis;
}

#jaks .l-featured img,
#jaks .l-featured video {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

#jaks .l-font {
    font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

#jaks .l-icon {
    line-height: 0;
}

#jaks .l-index {
    z-index: 1;
}

#jaks .l-italic {
    font-style: italic;
}

#jaks .l-l {
    text-align: left;
}

#jaks .l-lh {
    line-height: 20px;
}

#jaks .l-lh-lg {
    line-height: 50px;
}

#jaks .l-lh-lg.l-border,
#jaks .l-lh-lg.pure-button-border {
    line-height: 48px;
}

#jaks .l-lh-md {
    line-height: 30px;
}

#jaks .l-lh-sm {
    line-height: 16px;
}

#jaks .l-mar>* {
    margin-bottom: 15px;
}

#jaks .l-mar-lg>* {
    margin-bottom: 45px;
}

#jaks .l-mar-md>* {
    margin-bottom: 30px;
}

#jaks .l-mar-xs>* {
    margin-bottom: 5px;
}

#jaks .l-mar>*:last-child,
#jaks .l-mar-lg>*:last-child,
#jaks .l-mar-md>*:last-child,
#jaks .l-mar-xs>*:last-child {
    margin-bottom: 0;
}

#jaks .l-medium {
    font-weight: 500;
}

#jaks .l-middle>* {
    vertical-align: middle;
}

#jaks .l-pad {
    padding: 15px;
}

#jaks .l-pad-b {
    padding-bottom: 15px;
}

#jaks .l-pad-l {
    padding-left: 15px;
}

#jaks .l-pad-r {
    padding-right: 15px;
}

#jaks .l-pad-t {
    padding-top: 15px;
}

#jaks .l-pad-lg {
    padding: 45px;
}

#jaks .l-pad-lg-b {
    padding-bottom: 45px;
}

#jaks .l-pad-lg-l {
    padding-left: 45px;
}

#jaks .l-pad-lg-r {
    padding-right: 45px;
}

#jaks .l-pad-lg-t {
    padding-top: 45px;
}

#jaks .l-pad-sm {
    padding: 10px;
}

#jaks .l-pad-sm-b {
    padding-bottom: 10px;
}

#jaks .l-pad-sm-l {
    padding-left: 10px;
}

#jaks .l-pad-sm-r {
    padding-right: 10px;
}

#jaks .l-pad-xs-l {
    padding-left: 5px;
}

#jaks .l-pad-xs-r {
    padding-right: 5px;
}

#jaks .l-pointer {
    cursor: pointer;
}

#jaks .l-r {
    text-align: right;
}

#jaks .l-radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#jaks .l-radius-circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#jaks .l-space {
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

#jaks .l-space>* {
    padding-left: 5px;
    padding-right: 5px;
}

#jaks .l-size {
    font-size: 12px;
}

#jaks .l-size-lg {
    font-size: 20px;
}

#jaks .l-size-md {
    font-size: 14px;
}

#jaks .l-size-xl {
    font-size: 30px;
    line-height: 36px;
}

#jaks .l-underline {
    text-decoration: underline;
}

#jaks .l-uppercase {
    text-transform: uppercase;
}

#jaks .l-hide {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    display: none;
}

.icon {
    pointer-events: none;
}

#jaks .l-checkbox>.pure-input:checked+.l-icon>.icon-checkbox,
#jaks .l-checkbox>.pure-input+.l-icon>.icon-checkbox-active {
    display: none;
}

#jaks .l-checkbox>.pure-input:checked+.l-icon>.icon-checkbox-active {
    display: block;
}

#jaks .l-radio {
    padding-left: 40px;
}

#jaks .l-radio .l-icon-radio {
    background: #FFFFFF;
    border: 1px solid #D0D7DD;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    line-height: 0;
    height: 26px;
    width: 26px;
}

#jaks .l-radio>.pure-input:checked+.l-icon-radio {
    border-color: #56A2FD;
    border-width: 7px;
}

#jaks #l-header-logo,
#jaks #l-footer-social>* {
    height: 100%;
}

#jaks #l-header-menu-button,
#jaks #l-header-menu {
    line-height: 60px;
}

#jaks #l-header-inner,
#jaks #l-header-menu-button {
    height: 60px;
}

#jaks #l-header-menu-button {
    width: 60px;
}

#jaks #l-header-menu-inner,
#jaks #l-subheader-content {
    margin-left: -15px;
    margin-right: -15px;
}

#jaks #l-header-menu,
#jaks #l-subheader-inner {
    overflow: hidden;
}

#jaks #l-header-logo {
    left: -25px;
}

#jaks #l-footer {
    line-height: 40px;
}

#jaks #l-footer-social>* {
    padding: 20px;
}

#jaks .l-subheader,
#jaks #l-subheader-inner {
    height: 30px;
}

#jaks .l-subheader {
    line-height: 30px;
}

#jaks #l-subheader {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    overflow: hidden;
}

#jaks #l-subheader.active {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

#jaks #l_subheader_fundraiser {
    padding-right: 35px;
}

#jaks #l-rank-bar {
    border-radius: 10px;
    height: 15px;
    overflow: hidden;
}

#jaks #l-rank-bar-current {
    width: 0;
    -webkit-transition: width 0.5s linear;
    -moz-transition: width 0.5s linear;
    -ms-transition: width 0.5s linear;
    -o-transition: width 0.5s linear;
    transition: width 0.5s linear;
}

#jaks #l-rank-bar-end {
    background-color: #e8e9ea;
}

#jaks .l-video-control,
#jaks .l-video-control * {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#jaks .l-video-control {
    opacity: 0.8;
}

#jaks .l-video-control.active {
    opacity: 0;
}

#jaks .l-video-button {
    width: 81px;
    height: 81px;
    line-height: 81px;
}

#jaks #jak-error,
#jaks #jak-success {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px 20px;
}

#jaks #jak-error {
    background-color: #F5E0E0;
    border: 1px solid #D48686;
    color: #D48686;
}

#jaks #jak-success {
    background-color: #FAFBFC;
    border: 1px solid #D0D7DD;
}

#jaks #l-signup,
#jaks #l-login,
#jaks #l-forgot,
#jaks .l-video-control.active .l-video-play,
#jaks .l-video-pause {
    display: none;
}

#jaks [data-modal-account-key="signup"] #l-signup,
#jaks [data-modal-account-key="login"] #l-login,
#jaks [data-modal-account-key="forgot"] #l-forgot,
#jaks .l-video-control.active .l-video-pause {
    display: block;
}

#page .pure-button {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
}

@media(max-width: 767px) {
    #jaks .d {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        display: none;
    }
    #jaks .m-c {
        text-align: center;
    }
    #jaks .m-l {
        text-align: left;
    }
    #jaks .m-mar>* {
        margin-bottom: 15px;
    }
    #jaks .m-mar-md>* {
        margin-bottom: 30px;
    }
    #jaks .m-mar>*:last-child,
    #jaks .m-mar-md>*:last-child {
        margin-bottom: 0;
    }
    #jaks .m-r {
        text-align: right;
    }
}

@media(min-width: 768px) {
    #jaks .m {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        display: none;
    }
    #jaks .d-c {
        text-align: center;
    }
    #jaks .d-l {
        text-align: left;
    }
    #jaks .d-pad-l {
        padding-left: 15px;
    }
    #jaks .d-pad-r {
        padding-right: 15px;
    }
    #jaks .d-pad-lg {
        padding: 45px;
    }
    #jaks .d-pad-lg-b {
        padding-bottom: 45px;
    }
    #jaks .d-pad-lg-l {
        padding-left: 45px;
    }
    #jaks .d-pad-lg-r {
        padding-right: 45px;
    }
    #jaks .d-pad-lg-t {
        padding-top: 45px;
    }
    #jaks .d-pad-xl-b {
        padding-bottom: 90px;
    }
    #jaks .d-pad-xl-l {
        padding-left: 90px;
    }
    #jaks .d-pad-xl-r {
        padding-right: 90px;
    }
    #jaks .d-pad-xl-t {
        padding-top: 90px;
    }
    #jaks .d-r {
        text-align: right;
    }
    #jaks .d-size-xxl {
        font-size: 42px;
        line-height: 50px;
    }
    #jaks #l-header-menu-inner>*,
    #jaks #l-subheader-content>* {
        padding-left: 25px;
        padding-right: 25px;
    }
    #jaks #l-header-menu-inner,
    #jaks #l-subheader-content {
        margin-left: -25px;
        margin-right: -25px;
    }
    #jaks #l-header-menu,
    #jaks #l-subheader-inner {
        overflow: hidden;
    }
    #jaks #l-footer-social,
    #jaks #l-rank-sidebar,
    #jaks #l-subheader-sidebar {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
    #jaks #l-rank-inner.sidebar {
        padding-right: 300px;
    }
    #jaks #l-rank-sidebar {
        margin-top: -12px;
        width: 300px;
    }
    #jaks #l-subheader-inner.sidebar {
        padding-right: 180px;
    }
    #jaks #l-subheader-sidebar {
        border-left: 1px solid #D0D7DD;
        border-right: 1px solid #D0D7DD;
        width: 180px;
    }
}

@media(min-width: 1040px) {
    #jaks .l-bg-none.pure-button:hover,
    #jaks .pure-button {
        opacity: 1;
    }
    #jaks .pure-button {
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }
    #jaks .l-bg-none.pure-button {
        -webkit-transition-property: background-color, color;
        transition-property: background-color, color;
    }
    #jaks .l-subheader {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    #jaks .l-subheader:hover {
        color: #333C47;
    }
    #jaks .pure-button:hover {
        opacity: 0.8;
    }
    #jaks .l-bg-none.pure-button:hover {
        background-color: #FFFFFF;
        color: #333C47;
    }
}