BODY{
    --media-before-content: 379px;
}
.subNav {
    display: none;
}
.breadcrumbs {
    display: none;
}

.page {
    box-shadow: none;
    background: none;
}

.page-titles__container {
    display: none;
}

.page__content-wrapper {
    padding: 0;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.welcome-box {
    border: 1px solid white;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);

    border-radius: 10px;
    margin-bottom: 35px;
    overflow: hidden;
}

@media screen and (max-width:600px) {
    .welcome-box {
        max-width: 90vw;
    }
    BODY {
    --media-before-content: 40vw;
    }
}

.welcome-box__title {
    margin: 0;

    padding: 30px;
    padding-top: 15px;
    padding-bottom: 14px;

    background: linear-gradient(90deg, rgba(1, 95, 196, 0.8) 0%, rgba(1, 151, 217, 0.8) 100%);
    color: white;

    position: relative;
}

.welcome-box__title:after {
    content: '\20';
    z-index: 1;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
    margin-top: 0;
    background: linear-gradient(90deg, rgba(13, 177, 252, 1) 0%, rgba(13, 252, 171, 1) 100%);
}

.welcome-box__content {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    padding-top: 21px;
    padding-bottom: 25px;
}

.welcome-box__img.welcome-box__img {
    float: right;
    max-width: 300px;
    border-radius: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .welcome-box__content {
        display: flex;
        flex-direction: column;
    }
    .welcome-box__img {
        align-self: center;
        order: 2;
        margin: 0;
    }
    .welcome-box__content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.welcome-section {
    margin: 30px 0;
}

.welcome-section h2 {
    color: #0256B1;
    padding-bottom: 5px;
    border-bottom: #0256B1 solid 3px;
}

@media screen and (max-width: 600px) {
    .welcome-section {
        max-width: 90vw;
    }
}

/*JSEB Logo*/
.jseb_header_logo_container {
    position: absolute;
    z-index: 10;
    top: calc(-1 * (var(--media-before-content)));
    margin-bottom: calc(-1 * (var(--media-before-content)));
    left: 0;
    min-height: 50px;
}
.jseb_header_logo {
    background-image:url('/Content/Images/JSEB_logo-main.png');
    width: 300px;
    height: 300px;
    position: relative;
    top: 12px;
    left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 800px){
    .jseb_header_logo {
        height: 34vw;
        min-height: 115px;
        top: -55px;
    }
}

/*Welcome 3 Boxes*/
.jseb_welcome_threeboxes {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.jseb_welcome_threeboxes_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.jseb_welcome_threeboxes_bg.default {
    background-image: url(/Content/Images/riverside.jpg);
}
@media screen and (max-width:600px){
    .jseb_welcome_threeboxes_bg {
        background: linear-gradient(180deg, rgba(177,213,245,1) 0%, rgba(133,201,252,1) 10%, rgba(177,213,245,1) 40%, rgba(195,209,192,1) 70%, rgba(193,186,170,1) 100%) !important;
    }
}
.jseb_welcome_threeboxes_bg_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background-color: rgba(44,91,118,0.65);*/
}
.jseb_welcome_threeboxes_padding {
    padding:30px;
    padding-left:100px;
    padding-right:100px;
    color: #000;
    background-color: #FFF;
}
@media screen and (max-width:1600px) {
    .jseb_welcome_threeboxes_padding {
        padding: 30px;
    }
}
@media screen and (max-width:1280px) {
    .jseb_welcome_threeboxes_padding {
        padding: 15px;
    }
}
.jseb_welcome_threeboxes_top {
    position:relative;
    display: inline-grid;
    grid-column-gap: 15px;
    grid-auto-flow: column;
    margin: 0 auto;
    width: 100%;
    justify-items: center;
}
@media screen and (max-width:600px) {
    .jseb_welcome_threeboxes_top {
        display: block;
    }
}
.jseb_welcome_box {
    display: inline-block;
    vertical-align: middle;
    width: 350px;
    /* font-size: 15px; */
}
@media screen and (max-width:1145px) {
    .jseb_welcome_box {
        width: 100%;
        position: relative;
        min-height: 120px;
    }
}
@media screen and (max-width:600px) {
    .jseb_welcome_box {
        width:100%;
        position:relative;
    }
}
.jseb_welcome_threeboxes_bottom .jseb_welcome_box {
    vertical-align: top;
}
@media screen and (max-width:600px) {
    .jseb_welcome_box.box2 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top:15px;
        margin-bottom:0px;
    }
}
.jseb_welcome_box_background {
    position: absolute;
    width: 350px;
    height: 100%;
    color:rgba(0,0,0,0) !important;
    text-shadow:0px 0px white;
    /*box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.5);*/
}
@media screen and (max-width:1145px) {
    .jseb_welcome_box_background {
        width: auto;
        left: 0;
        right: 0;
        box-shadow:none;
        height: 100%;
    }
}
@media screen and (max-width:600px) {
    .jseb_welcome_box_background {
        width: 100%;
        box-shadow:none;
    }
}
.jseb_welcome_box_background.black {
    background: linear-gradient(180deg, rgba(3, 87, 178, 0.6) 0%, rgba(3, 87, 178, 0.8) 100%);
    border-radius:10px 10px 0px 0px;
    top:0px;
}
.jseb_welcome_box_background.white {
    background-color: rgba(255,255,255,0.85);
    border-radius:0px 0px 10px 10px;
    top:0px;
}
.jseb_welcome_box_background a, .jseb_welcome_box_background a:active, .jseb_welcome_box_background a:hover, .jseb_welcome_box_background a:visited {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    font-size: 0px;
    color: rgba(0,0,0,0) !important;
    padding-bottom:50px;
}
.jseb_welcome_box_icon_line {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 4px;
}
@media screen and (max-width:1145px) {
    .jseb_welcome_box_icon_line {
        bottom: -4px;
    }
}
.box1 .jseb_welcome_box_icon_line {
    background: linear-gradient(90deg, rgba(13, 177, 252, 1) 0%, rgba(13, 252, 171, 1) 100%);
}
.box2 .jseb_welcome_box_icon_line {
    background-color: rgb(13,252,171);
}
.box3 .jseb_welcome_box_icon_line {
        background: linear-gradient(90deg, rgba(13, 252, 171, 1) 0%, rgba(13, 177, 252, 1) 100%);
}
.jseb_welcome_box_topbar {
    height: 15px;
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    width: 350px;
    top: 0px;
}
@media screen and (max-width:1145px) {
    .jseb_welcome_box_topbar {
        width: 100%;
    }
    .jseb_welcome_box_overflow {
        position: absolute;
        min-width: 100%;
        max-height: 15px;
    }
}
@media screen and (max-width:600px) {
    .jseb_welcome_box_topbar {
        width: 100%;
    }
}
.box1 .jseb_welcome_box_topbar {
    background: linear-gradient(90deg, rgba(13, 177, 252, 1) 0%, rgba(13, 252, 171, 1) 100%);
}
.box2 .jseb_welcome_box_topbar {
    background-color: rgb(13,252,171);
}
.box3 .jseb_welcome_box_topbar {
    background: linear-gradient(90deg, rgba(13, 252, 171, 1) 0%, rgba(13, 177, 252, 1) 100%);
}
.jseb_welcome_box_icon_circle {
    position: absolute;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50px;
    bottom: -50px;
    z-index:1;
}
.box1 .jseb_welcome_box_icon_circle {
    background: linear-gradient(90deg, rgba(13, 177, 252, 1) 0%, rgba(13, 252, 171, 1) 100%);
}
.box2 .jseb_welcome_box_icon_circle {
    background-color: rgb(13,252,171);
}
.box3 .jseb_welcome_box_icon_circle {
    background: linear-gradient(90deg, rgba(13, 252, 171, 1) 0%, rgba(13, 177, 252, 1) 100%);
}
.jseb_welcome_box_icon_inner_circle {
    position: absolute;
    top: calc(50% - 46px);
    left: calc(50% - 46px);
    width: 92px;
    background-color: white;
    border-radius: 45px;
    height: 92px;
}
.jseb_welcome_box_icon_black_circle {
    width: 88px;
    height: 88px;
    border-radius: 44px;
    background-color: #313131;
    left: calc(50% - 44px);
    top: calc(50% - 44px);
    position: absolute;
}
.jseb_welcome_box_icon_image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 88px;
    height: 88px;
    border-radius: 44px;
    background-size: 64px;
    background-repeat: no-repeat;
    background-position: center;
}
.jseb_welcome_box_icon_image.default1 {
    background-image:url('/Content/Images/icons/01_file.png');
}
.jseb_welcome_box_icon_image.default2 {
    background-image:url('/Content/Images/icons/02_screen.png');
}
.jseb_welcome_box_icon_image.default3 {
    background-image:url('/Content/Images/icons/03_info.png');
}
.jseb_welcome_box_table {
    min-height: 50px;
    display: table;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 55px;
}
.jseb_welcome_box_tableCell {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    line-height: 1em;
    color: #FFF;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    position: relative;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.jseb_welcome_box_overflow {
    background: linear-gradient(to bottom, transparent 15px, rgba(0,0,0,0.2));
}
@media screen and (max-width:860px) {
    .jseb_welcome_box_tableCell {
        font-size: 18px;
        line-height:1.2em;
    }
}
@media screen and (max-width:680px) {
    .jseb_welcome_box_tableCell {
        font-size: 15px;
        line-height: 1.2em;
    }
}
@media screen and (max-width:600px) {
    .jseb_welcome_box_tableCell {
        font-size: 22px;
        line-height: 1em;
    }
}
@media screen and (max-width:350px) {
    .jseb_welcome_box_tableCell {
        font-size: 18px;
        line-height: 1.2em;
    }
}
.jseb_welcome_box_mobile_bottom {
    padding: 15px;
    padding-top: 65px;
    background-color: white;
    border-radius: 0px 0px 5px 5px;
    font-weight: 300;
    line-height: 1.2em;
    font-size: 16px;
    display: none;
}
.jseb_welcome_box_mobile_bottom.bottomBox2 {
    margin-bottom:15px;
}
@media screen and (max-width:600px) {
    .jseb_welcome_box_mobile_bottom {
        display:block;
    }
}
.jseb_welcome_threeboxes_bottom {
    position: relative;
    display: inline-grid;
    grid-auto-flow: column;
    grid-column-gap: 15px;
    margin: 0 auto;
    width: 100%;
    justify-items: center;
}
@media screen and (max-width:1145px) {
    .jseb_welcome_threeboxes_bottom {
        height: 240px;
    }
}
@media screen and (max-width:600px) {
    .jseb_welcome_threeboxes_bottom {
        display:none;
    }
}
.jseb_welcome_box_text_tableCell {
    display: table-cell;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: normal;
    color: black;
    position: relative;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 30px;
}
@media screen and (max-width:1024px){
    .jseb_welcome_box_text_tableCell {
        padding-left:15px;
        padding-right:15px;
        padding-bottom:15px;
    }
}
@media screen and (max-width:860px) {
    .jseb_welcome_box_text_tableCell {
        font-size: 14px;
        line-height: 1.2em;
    }
}
@media screen and (max-width:680px) {
    .jseb_welcome_box_text_tableCell {
        font-size: 12px;
        line-height: 1.2em;
    }
}

.dashboardContainer {
    width:100%;
    position:relative;
    height:auto;
    margin-bottom:30px;
}
.dashboardContainer p {
    font-size: 16px;
}
.dashboardPadding {
    padding-top:calc(56.25% + 60px);
    width:100%;
    position:relative;
    height:0px;
    font-size:0px;
    line-height:0px;
}
.welcomeBoxThree {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    position:relative;
}
@media screen and (max-width:1280px){
    .welcomeBoxThree{
        margin-left: 15px;
        margin-right: 15px;
    }
}
.welcomeBoxThree .jseb_oneColumn_midContent{
    margin-bottom:0px;
}
.welcomeVideoMargins{
    margin-left:auto;
    margin-right:auto;
    max-width:1024px;
}
.welcomeVideoContainer{
    padding-top:56.25%;
    width:100%;
    position:relative;
    border-radius:10px;
    overflow:hidden;
    margin-top:25px;
    margin-bottom:10px;
}
.welcomeVideoContainer video{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}