﻿/*body {
    background-color: #13294b;
}

.container{
    margin:0 auto;
    padding-bottom:118px;
}

.home-title-wrapper {
    display: flex;
    margin-bottom: 1em;
}*/

/* Public Home for 2022 */
/*.home-hero-wrapper {
    margin-bottom: 4em;
    width: 100%;
}

.home-hero-block-wrapper {
    padding: 0 15px;
}

.home-hero-block {
    background: linear-gradient(to bottom, rgb(0,0,0), rgb(255,255,255));
    height: 420px;
    padding: 1px;
}

.home-hero-block > div {
    height: 418px;
}

.home-chwe-22-wrapper {*/
    /*background-color: #279988;*/
    /*background-color: #00587c;*/
    /*background-image: url(https://s3.amazonaws.com/assets.sigmanursing.org/SigmaPlus/CHWE/CHWE2022_BG_1920px.png);*/
    /*background-position: 50% top;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%;
}

.home-hero-sign-in-wrapper {
    align-items: center;
    background-color: rgb(255,255,255,.65);
    bottom: 0;
    display: flex;
    font-size: 30px;
    height: 18%;
    justify-content: center;
    position: absolute;
    width: 100%;
}

    .home-hero-sign-in-wrapper a {
        color: #13294b;
        text-decoration: none;
    }

    .home-hero-sign-in-wrapper a:hover {
        text-decoration: underline;
    }

.chwe-are-you-registered {
    font-family: "Tofino Bold", 'Source Sans Pro', Arial, Helvetica, sans-serif;
}*/

/* Home CHWE Hero Block */

/*.home-sub-rotator-block-wrapper {
    padding: 0 15px;
}

.home-sub-rotator-block {
    background: linear-gradient(to bottom, rgb(0,0,0), rgb(255,255,255));
    height: 242px;
    padding: 1px;
}

.home-academy-block {
    background-color: #5e50a1;
    height: 100%;
    padding-left: 16px;
}

.home-academy-block-content {
    position: relative;
}

.home-sub-rotator-block img {
    height: 242px;
    object-fit: cover;
    width: 100%;
}

.home-sub-rotator-block-title {
    align-items: center;
    background-color: rgb(255,255,255,.65);
    bottom: 0;
    display: flex;
    flex-flow: wrap;
    height: 70px;
    justify-content: left;
    padding: 0 15px;
    position: absolute;
    width: 100%;
}

.home-sub-rotator-block-wrapper a{
    display: block;
}

.home-sub-rotator-block-title .title-line {
    color: #5e50a1;
    line-height: 16px;
    width: 100%;
}

.home-sub-rotator-block-title .line-1 {
    font-size: 16px;
}

.home-sub-rotator-block-title .line-2 {
    font-family: "Tofino Bold", 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 20px;
}

    .home-hero-chwe-top {
        display: flex;
        position: relative;
        padding: 38px 0 32px;
        height: 82%;
    }

.tribar-wrapper {
    background-color: #fff;
    height: 145px;
    left: 0;
    position: absolute;
    top: 27%;
    width: 19px;
}

.tribar-block {
    height: 33.33%;
    width: 100%;
}

    .tribar-block.block-1 {
        background-color: #fff;
    }

    .tribar-block.block-2 {
        background-color: #d1d3d4;
    }

    .tribar-block.block-3 {
        background-color: #13294b;
    }

.chwe-header-content-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    margin: 0 auto;
}

.chwe-header-logo-wrapper, .chwe-header-title-wrapper {
    padding: 0 20px;
}

.chwe-header-title-wrapper {
    color: #fff;
    width: 100%;
}

.chwe-header-top-row {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.chwe-header-date {
    background-color: #13294b;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 6px 24px;
}

.chwe-header-top-text {
    font-family: "Tofino Black", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: 58px;
    line-height: 38px;
}

.chwe-header-title-wrapper-top {
    font-family: "Tofino Book", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: 30px;
}

.chwe-header-bold {
    font-family: "Tofino Bold", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: 32px;
}

.chwe-header-bottom-row {
    display: flex;
    flex-wrap: wrap;
    font-family: "Tofino Black", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: 126px;
    justify-content: space-between;
    line-height: 114px;
}

.chwe-header-bottom-row-2 {
    font-family: 'Tofino Light', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    font-size: 58px;
    line-height: 44px;
    width: 100%;
}

@media all and (max-width:1399px) {
    .home-hero-rotator .slick-prev, .home-academies-rotator .slick-prev {
        left: -18px;
    }

    .home-hero-rotator .slick-next, .home-academies-rotator .slick-next {
        right: -18px;
    }

    .chwe-header-bottom-row {
        font-size: 120px;
    }

    .chwe-header-top-text {
        font-size: 53px;
        line-height: 32px;
    }

    .chwe-header-title-wrapper-top {
        font-family: "Tofino Book", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
        font-size: 28px;
    }

    .chwe-header-bold {
        font-family: "Tofino Bold", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
        font-size: 30px;
    }

    .tribar-wrapper {
        width: 10px;
    }
}

@media (max-width:1249px) {
    .chwe-header-bottom-row {
        font-size: 110px;
    }

    .chwe-header-top-text {
        font-size: 50px;
        line-height: 32px;
    }

    .chwe-header-title-wrapper-top {
        font-family: "Tofino Book", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
        font-size: 26px;
    }

    .chwe-header-bold {
        font-family: "Tofino Bold", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
        font-size: 28px;
    }
}

@media (max-width:1199px) {
    .chwe-header-bottom-row {
        font-size: 100px;
    }

    .chwe-header-top-text {
        font-size: 52px;
        line-height: 32px;
    }

    .chwe-header-title-wrapper-top {
        font-family: "Tofino Book", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
        font-size: 24px;
    }

    .chwe-header-bold {
        font-family: "Tofino Bold", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
        font-size: 26px;
    }

    .chwe-header-date {
        background-color: #13294b;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
        padding: 6px 18px;
    }
}

@media (max-width:1079px) {
    .chwe-header-bottom-row {
        font-size: 90px;
    }

    .chwe-header-top-text {
        font-size: 46px;
        line-height: 32px;
    }

    .chwe-header-title-wrapper-top {
        font-family: "Tofino Book", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
        font-size: 20px;
    }

    .chwe-header-bold {
        font-family: "Tofino Bold", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
        font-size: 22px;
    }

    .chwe-header-date {
        background-color: #13294b;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
        padding: 6px 18px;
    }
}

@media (max-width:991px) {
    .chwe-header-top-row.mobile {
        display: flex !important;
        font-size:54px;
    }

    .chwe-header-top-row {
        display: none;
        margin-bottom: .25em;
    }

    .chwe-header-creating.mobile {
        display: inline !important;
        font-size:58px;
    }

    .chwe-header-bottom-row {
        flex-wrap: wrap;
        font-size:68px;
        justify-content: flex-start;
        line-height: 44px;
    }

    .chwe-header-bottom-row-2{
        font-size:54px;
        line-height:72px;
    }

    .home-hero-sign-in-wrapper{
        font-size:28px;
    }
}

@media (max-width:767px) {
    .chwe-header-top-row.mobile {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .chwe-header-creating.mobile {
        display: block !important;
        font-size: 48px;
        line-height: 1em;
        margin: 0 auto;
        text-align:center;
    }

    .chwe-header-title-wrapper-top {
        width: 100%;
    }

    .chwe-header-bottom-row {
        font-size: 54px;
        justify-content: center;
        line-height:1em;
    }

    .chwe-header-bottom-row-2{
        font-size:48px;
        line-height:1em;
    }

    .home-hero-sign-in-wrapper {
        font-size: 24px;
    }

    .chwe-are-you-registered {
        display: block;
    }
}

@media (max-width:599px) {
    .chwe-header-bottom-row {
        font-size: 32px;
        line-height: 38px;
    }

    .home-banner-title {
        font-size: 48px;
    }

    .home-banner-text {[]
        display: none;
    }

    .home-banner-content .home-banner-button-wrapper {
        padding: 32px 0 20px;
    }

    .chwe-header-date{
        font-size:14px;
    }

    .home-hero-sign-in-wrapper {
        font-size: 18px;
    }

    .chwe-header-title-wrapper-top{
        font-size:14px;
    }

    .chwe-header-bold{
        font-size:16px;
    }


    .chwe-header-creating.mobile {
        font-size: 32px;
    }

    .chwe-header-bottom-row-2 {
        font-size: 32px;
    }
}*/

/* End Home CHWE Hero Block */

/* End Public Home for 2022 */

/*.new-icon {
    background-color: #45b2e9;
    color: #13294b;
    font: normal 24px "Tofino", 'Source Sans Pro', Arial, Helvetica, sans-serif;
    padding: 0px 13px;
}

.new-title {
    color:#fff;
    font: 24px "Tofino Bold", 'Source Sans Pro', Arial, Helvetica, sans-serif;
    padding-left: 15px;
}

.home-public-academies-wrapper {
    background: url('../images/Academies/acadamies-banner-right.jpg') no-repeat top right;
    background-size: auto 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slanted-blue-transparent {
    background-color: #45b2e9;
    bottom: 0;
    height: 100%;
    left:-23%;
    opacity:.5;
    position:absolute;
    transform-origin: right bottom;
    transform: skewX(-24deg);
    width: 60%;
}

.slanted-blue {
    background-color: #45b2e9;
    bottom: 0;
    height: 100%;
    left: -27%;
    opacity: .5;
    position: absolute;
    transform-origin: right bottom;
    transform: skewX(-24deg);
    width: 60%;
}

.slanted-purple-transparent {
    background-color: #5b4d9b;
    bottom: 0;
    height: 100%;
    left: 3%;
    opacity: .5;
    position: absolute;
    transform-origin: right bottom;
    transform: skewX(38deg);
    width: 53%;
}

.slanted-purple {
    background-color: #5b4d9b;
    bottom: 0;
    height: 100%;
    left: -9%;
    opacity: 1;
    position: absolute;
    transform-origin: right bottom;
    transform: skewX(34deg);
    width: 60%;
}

.home-banner-content-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 15px 0 58px;
    position: relative;
}

.home-banner-content{
    color:#fff;
}

.home-banner-title {
    font-family: 'Merriweather', serif;
    font-size:50.37px;
    font-weight:bold;
    line-height:1;
}

.home-banner-text {
    font: 17.21px "Tofino", 'Source Sans Pro', Arial, Helvetica, sans-serif;
    margin:12px 0;
    width:32%;
}

.home-banner-button-wrapper{
    padding:20px 0;
}

.home-banner-button {
    background-color: #45b2e9;
    border-radius: 8px;
    color:#fff;
    display:inline-block;
    font: 18px "Tofino", 'Source Sans Pro', Arial, Helvetica, sans-serif;
    padding: 16px 26px;
    text-decoration:none;
}

.home-banner-button:hover{
    box-shadow:inset 0px 0 4px rgb(0 0 0 / 75%);
    color:#fff;
}

.home-banner-footer-text {
    font: 18px "Tofino Bold", 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

    .home-banner-footer-text a {
        color: #45b2e9;
        display:block;
        font: 18px "Tofino", 'Source Sans Pro', Arial, Helvetica, sans-serif;
    }

    .home-banner-footer-text a:hover {
        color: #45b2e9;
        text-decoration:underline;
    }

.alert.alert-danger.not-logged-in {
    font-size: 32px;
    margin: 140px 0 36px;
    text-align: center;
}

#btnLogin:hover {
    background-color: #45b2e9;
    color:#fff;
    text-decoration:none;
}

@media all and (max-width:1279px) {
    .home-banner-text{
        width:50%;
    }
}

@media all and (max-width:991px) {
    .slanted-blue-transparent {
        left: -23%;
        width: 76%;
    }

    .slanted-blue {
        left: -27%;
        width: 72%;
    }

    .slanted-purple-transparent {
        left: 3%;
        width: 98%;
    }

    .slanted-purple {
        left: -9%;
        width: 96%;
    }

    .home-public-academies-wrapper {
        background-position-x: 68%;
    }
}

@media all and (max-width:767px) {
    .home-banner-content-wrapper{
        padding:0 25px;
    }

    .home-banner-text {
        width: 100%;
    }

    .home-banner-button{
        text-align:center;
        width:100%;
    }
}*/