﻿.homeWatch {
    display: block;
    border: 2px solid white;
    border-radius: 24px;
    cursor: pointer;
    margin: 0px;
    width: 240px;
    text-decoration: none !important;
    font-size: 16pt;
    color: white !important;
    line-height: 16px;
    font-weight: normal;
    font-family: "Open Sans";
    margin-top: 9px;
}

.homeWatch:hover {
    text-decoration: underline !important;
}

.homeWatchM {
    display: block;
    border: 2px solid black;
    border-radius: 24px;
    cursor: pointer;
    margin: 0px;
    width: 240px;
    text-decoration: none !important;
    font-size: 16pt;
    color: black !important;
    line-height: 16px;
    font-weight: normal;
    font-family: "Open Sans";
    margin-top: 9px;
}

.homeWatchM:hover {
    text-decoration: underline !important;
}

.homeMain {
    display: block;
    background: url('/web/media/Images/Home/skyward_hero.jpg');
    background-size: cover;
    background-position: center top;
}

.homeText {
    width: 95%;
    max-width: 1300px;
    margin: 0px auto;
}

.homeMobile {
    display: none;
    width: 100%;
    background-color: white;
}

.mobBackground {
    display: none;
    width: 100%;
    background: linear-gradient(to top, #f2f2f2 70%, white 30%);
}

.pushRight {
    justify-content: flex-end;
}

.pushLeft {
    justify-content: start !important;
}

.personaBtn {
    max-width: 200px;
    text-align: left;
}

.tblExp {
    width: 100%;
    text-align: left;
}

.home450 {
    width: 450px;
}

.home600 {
    width: 600px;
}

.showAtDesk {
    display: block;
}

.showAtMobile {
    display: none;
}

.showArrow {
    display: inline-block;
}


.mySlides3 {
    width: 100%;
    max-width: 900px;
    height: 300px;
    margin: 0px auto;
    display: block;
    background-color: #f2f2f2;
    color: black;
}

.mobTopSlides {
    width: 100%;
    max-width: 900px;
    /*height: 300px;*/
    margin: 0px auto;
    display: block;
    background-color: transparent;
    color: black;
}

.desktopSlides {
    width: 90%;
    max-width: 900px;
    margin: 0px auto;
    display: table-row;
    background-color: #fff;
    color: black;
}

.mobileSlides {
    width: 90%;
    max-width: 900px;
    margin: 0px auto;
    display: table-row;
    background-color: #f8f8f8;
    color: black;
    border-radius: 12px;
}

img {
    vertical-align: middle
}

a {
    color: inherit
}

.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 3px solid white;
}

    .w3-btn:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

.w3-btn, .w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .w3-disabled, .w3-btn:disabled, .w3-button:disabled {
        cursor: not-allowed;
        opacity: 0.3
    }

.mobTopDot {
    display: inline-block;
    width: 20px;
    border-bottom: 0px !important;
    font-size: 64px;
    color: silver;
    cursor: pointer;
}

.desktopDot {
    display: inline-block;
    width: 20px;
    border-bottom: 0px !important;
    font-size: 64px;
    color: silver;
    cursor: pointer;
}

.mobileDot {
    display: inline-block;
    width: 20px;
    border-bottom: 0px !important;
    font-size: 64px;
    color: silver;
    cursor: pointer;
}

.w3-bar-block .w3-dropdown-hover .w3-button, .w3-bar-block .w3-dropdown-click .w3-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px
}

.w3-bar .w3-button {
    white-space: normal
}

.w3-content, .w3-auto {
    margin-left: auto;
    margin-right: auto
}

.w3-content {
    max-width: 1024px;
    height: 550px;
    position: relative;
    display: table;
}

.w3-center {
    text-align: center !important
}

.w3-button:hover {
    color: #000 !important;
    background-color: transprent !important;
    border-bottom: 3px solid #6293f8;
}

.w3-transparent, .w3-hover-none:hover {
    background-color: transparent !important
}

.w3-hover-none:hover {
    box-shadow: none !important
}
/* Colors */
.w3-red, .w3-hover-red:hover {
    color: #000 !important;
    background-color: transparent !important;
    border-bottom: 3px solid #6293f8;
}

.w3-light-grey:hover, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important;
    transform: scale(1.05) !important;
    filter: saturate(30%);
}

.blackDot {
    color: #00539f !important;
    background-color: transparent !important;
}

/****************************************************************************************************/

.slideContainer {
    margin: 10px auto;
    position: relative;
    width: 100%;
    max-width: 1400px;
    z-index: 2;
}

#mixedSlider {
    /*position: relative;*/
    max-width: 1300px;
    width: 100%;
    margin: 0px auto;
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    background-color: white;
}

    #mixedSlider .MS-content {
        white-space: nowrap;
        overflow: hidden;
        /*margin: 0 5%;*/
    }

        #mixedSlider .MS-content .item {
            display: inline-block;
            width: 32.5%;
            /*width: 25.0000%;*/
            position: relative;
            vertical-align: top;
            overflow: hidden;
            height: 100%;
            white-space: normal;
            padding: 0px 5px 0px 5px;
            border-right: 3px solid #f2f2f2;
        }

@media (max-width: 991px) {
    #mixedSlider .MS-content .item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-content .item {
        width: 100%;
    }
}

#mixedSlider .MS-content .item .imgTitle {
    position: relative;
}

    #mixedSlider .MS-content .item .imgTitle .blogTitle {
        margin: 0;
        text-align: left;
        letter-spacing: 2px;
        color: #252525;
        font-style: italic;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        width: 100%;
        bottom: 0;
        font-weight: bold;
        padding: 0 0 2px 10px;
    }

    #mixedSlider .MS-content .item .imgTitle img {
        height: auto;
        width: 100%;
    }

#mixedSlider .MS-content .item p {
    font-size: 16px;
    margin: 2px 10px 0 5px;
    text-indent: 15px;
}

#mixedSlider .MS-content .item a {
    float: right;
    /*margin: 0 20px 0 0;*/
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
    width: 100%;
    opacity: 1;
}

    #mixedSlider .MS-content .item a:after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255,255,255,0.2);
        opacity: 0;
        border-radius: 12px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    #mixedSlider .MS-content .item a:hover {
        transform: scale(1.015);
    }

        #mixedSlider .MS-content .item a:hover:after {
            opacity: 1;
        }

#mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 65px;
    color: rgba(0, 0, 0, 0.6);
    transition: 0.15s linear;
}

    #mixedSlider .MS-controls button:hover {
        color: rgba(0, 0, 0, 1);
        transform: scale(1.08) !important;
        filter: saturate(30%);
    }

#mixedSlider .MS-controls .MS-left {
    left: 11px;
    cursor: pointer;
}

#mixedSlider .MS-controls .MS-right {
    right: 6px;
    cursor: pointer;
}

@media (min-width: 1025px) and (max-width: 1336px) {
    .slideContainer {
        width: 96%;
    }
}

@media (max-width: 1024px) {
    .slideContainer {
        width: 96%;
    }

    #mixedSlider .MS-content {
        margin: 0 5%;
        border: 1px solid silver;
    }

    #mixedSlider .MS-controls button {
        top: 80px;
    }

    #mixedSlider .MS-controls .MS-left {
        left: 10px;
    }

    #mixedSlider .MS-controls .MS-right {
        right: 5px;
    }
}

@media (max-width: 992px) {
    #mixedSlider .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls button {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-left {
        left: -5px;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-right {
        right: -10px;
    }
}
/*******************************************************************************************************************/
#mixedSlider2 {
    /*position: relative;*/
    max-width: 1300px;
    width: 100%;
    margin: 0px auto;
}

    #mixedSlider2 .MS-content {
        white-space: nowrap;
        overflow: hidden;
        /*margin: 0 5%;*/
    }

        #mixedSlider2 .MS-content .item {
            display: inline-block;
            width: 32.5%;
            text-align: center;
            /*width: 25.0000%;*/
            position: relative;
            vertical-align: top;
            overflow: hidden;
            height: 100%;
            white-space: normal;
            padding: 0px 5px 0px 5px;
        }

@media (max-width: 991px) {
    #mixedSlider2 .MS-content .item {
        width: 50%;
        width: 32.5%;
    }
}

@media (max-width: 767px) {
    #mixedSlider2 .MS-content .item {
        width: 100%;
        max-width: 31%;
    }
}

#mixedSlider2 .MS-content .item .imgTitle {
    position: relative;
}

    #mixedSlider2 .MS-content .item .imgTitle .blogTitle {
        margin: 0;
        text-align: left;
        letter-spacing: 2px;
        color: #252525;
        font-style: italic;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        width: 100%;
        bottom: 0;
        font-weight: bold;
        padding: 0 0 2px 10px;
    }

    #mixedSlider2 .MS-content .item .imgTitle img {
        height: auto;
        width: 100%;
    }

#mixedSlider2 .MS-content .item p {
    font-size: 16px;
    margin: 2px 10px 0 5px;
    text-indent: 15px;
}

#mixedSlider2 .MS-content .item a {
    float: right;
    /*margin: 0 20px 0 0;*/
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
    width: 100%;
    opacity: .8;
}

    #mixedSlider2 .MS-content .item a:hover {
        opacity: 1;
    }

#mixedSlider2 .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 70px;
    color: rgba(0, 0, 0, 0.6);
    transition: 0.15s linear;
}

    #mixedSlider2 .MS-controls button:hover {
        color: rgba(0, 0, 0, 1);
        transform: scale(1.05) !important;
        filter: saturate(30%);
    }

#mixedSlider2 .MS-controls .MS-left {
    left: -20px;
    cursor: pointer;
}

#mixedSlider2 .MS-controls .MS-right {
    right: -15px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    #mixedSlider2 .MS-content {
        /*margin: 0 5%;*/
        margin: 0 0 0px -5px;
    }

    #mixedSlider2 .MS-controls button {
        top: 40px;
    }

    #mixedSlider2 .MS-controls .MS-left {
        left: -5px;
    }

    #mixedSlider2 .MS-controls .MS-right {
        right: -10px;
    }
}

@media (max-width: 992px) {
    #mixedSlider2 .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #mixedSlider2 .MS-controls button {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    #mixedSlider2 .MS-controls .MS-left {
        left: -5px;
    }
}

@media (max-width: 767px) {
    #mixedSlider2 .MS-controls .MS-right {
        right: -10px;
    }
}

.usersSaying {
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    max-width: 400px;
    margin-left: 70px;
}

.perBtn {
    display: block;
    border-radius: 36px;
    width: 200px;
    padding: 3px;
    padding-left: 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 4px 5px 10px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 4px 5px 10px 5px rgba(0,0,0,0.15);
    box-shadow: 4px 5px 10px 5px rgba(0,0,0,0.15);
    text-decoration: none !important;
    color: #3d3d3d;
    border: 4px solid transparent;
}

    .perBtn:hover {
        color: black;
        transform: scale(1.02);
        border: 4px solid #32a434;
    }

.schoolRow {
    justify-content: flex-start;
    max-width: 960px;
}

.schoolSize {
    width: 70px;
}

.schoolBtn {
    display: block;
    width: 60px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 50%;
}

    .schoolBtn:hover {
        transform: scale(1.05);
        -webkit-box-shadow: 3px 3px 8px 3px rgba(0,0,0,0.29);
        -moz-box-shadow: 3px 3px 8px 3px rgba(0,0,0,0.29);
        box-shadow: 3px 3px 8px 3px rgba(0,0,0,0.29);
    }

.topBuffer {
    margin-top: 100px;
}

#MainDiv {
    width: 100%;
    margin: 0px auto;
}

.topPersonaDiv {
    display: block;
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

#divPersonas {
    background-color: #fff;
}

#divSolutions {
    background: url('/web/media/Images/Home/bg-grid-blue.png');
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 0;
    position: relative;
    background-position: center center;
    background-size: 100% auto;
}

#divSoftware {
    /*background: url('/web/media/Images/Home/bg-grid.svg');*/
    padding-top: 50px;
    background-color: #fff !important;
    postion: relative;
    z-index: 2;
    background-position: center center;
    background-size: 100% auto;
}

.divServing {
    display: block;
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
    postion: relative;
    z-index: 2;
}

.divUsers {
    display: block;
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
    postion: relative;
    z-index: 2;
}

#divExperience {
    background: url('/web/media/Images/Home/bg-grid-blue.png');
    background-position: center center;
    background-size: 100% auto;
}

.divBlogs {
    display: block;
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
}

.max13 {
    max-width: 1300px;
}

.max13Rel {
    position: relative;
    max-width: 1300px;
}

.max15 {
    max-width: 1500px;
}

.max15Rel {
    position: relative;
    max-width: 1500px;
}

.max17 {
    max-width: 1700px;
}

.max17Rel {
    position: relative;
    max-width: 1700px;
}

.divLoginTrending {
    display: block;
    width: 100%;
    margin: 0px auto;
    background-color: #313131;
    color: white !important;
}

.personaBlock {
    width: 90%;
    margin: 0px auto;
    padding: 15px;
    color: white !important;
}

.icon-ArrowRight {
    color: #fff;
    font-size: 24px;
    position: absolute;
    left: 25px;
    top: 15px;
}

#DivBuffer {
    display: block;
    width: 100%;
}

.divHappening {
    display: block;
    width: 100%;
    margin: 0px auto;
    background-color: #f2f2f2;
    position: relative;
    z-index: 2;
}

.slideLeft {
    margin: 0;
}

.cta-text {
    padding-left: 20px !important;
}

.pad30 {
    padding-left: 30px !important;
}

.width130 {
    width: 130px;
}

.width250 {
    width: 250px;
}

.width270 {
    width: 270px;
}

.hideMe {
    display: none;
}

.roundIMG {
    width: 100%;
    max-width: 200px;
    border-radius: 50%;
}

.grayDiv {
    padding-top: 20px;
    background-color: #f2f2f2 !important;
    position: relative;
    z-index: 2;
}

.whiteDiv {
    padding-top: 0px;
    background-color: #fff !important;
    position: relative;
    z-index: 2;
    margin-top: -15px;
}

/**********************************************************************************************************/

#ImageSIS, #ImageERP, #ImageMUN {
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.suiteTitleWhite {
    display: block;
    border-radius: 12px;
    color: white !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .suiteTitleWhite:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

.suiteTitleBlack {
    display: block;
    border-radius: 12px;
    color: black !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .suiteTitleBlack:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

.suiteImage {
    display: block;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .suiteImage:hover {
        transform: scale(1.015);
    }

.blackText {
    color: black;
}

.blackLink {
    display: block;
    padding: 10px;
    width: 320px;
    border-radius: 12px;
    border: 3px solid transparent;
    font-size: 18px;
    font-weight: bold;
    color: black !important;
    text-decoration: none !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .blackLink:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

.blackBorder {
    border: 3px solid black !important;
}

.blackImage {
    filter: invert(1);
}

.mobSoluBtn {
    display: block;
    width: 100%;
    background-color: white;
    color: black;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-bottom: 20px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: .95;
}

    .mobSoluBtn:hover {
        text-decoration: none;
        color: black;
        opacity: 1;
        transform: scale(1.015);
    }

.mobSISBtn {
    display: block;
    width: 80%;
    margin: 0px auto;
    background-color: white !important;
    color: black;
    border-radius: 45px;
    height: 45px;
    text-align: left;
    padding-left: 65px;
    padding-top: 25px;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    background: url('/web/media/Images/CSS_Home/icon_sis.svg');
    background-repeat: no-repeat !important;
    background-size: 45px 45px !important;
    background-position: 10px center !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: .95;
}

    .mobSISBtn:hover {
        text-decoration: none;
        color: black;
        opacity: 1;
        transform: scale(1.015);
    }

.mobERPBtn {
    display: block;
    width: 80%;
    margin: 0px auto;
    background-color: white !important;
    color: black;
    border-radius: 45px;
    height: 45px;
    text-align: left;
    padding-left: 65px;
    padding-top: 25px;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    background: url('/web/media/Images/CSS_Home/icon_k12-erp.svg');
    background-repeat: no-repeat !important;
    background-size: 45px 45px !important;
    background-position: 10px center !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: .95;
}

    .mobERPBtn:hover {
        text-decoration: none;
        color: black;
        opacity: 1;
        transform: scale(1.015);
    }

.mobMUNBtn {
    display: block;
    width: 80%;
    margin: 0px auto;
    background-color: white !important;
    color: black;
    border-radius: 45px;
    height: 45px;
    text-align: left;
    padding-left: 65px;
    padding-top: 25px;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    background: url('/web/media/Images/CSS_Home/icon_erp.svg');
    background-repeat: no-repeat !important;
    background-size: 45px 45px !important;
    background-position: 10px center !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: .95;
}

    .mobMUNBtn:hover {
        text-decoration: none;
        color: black;
        opacity: 1;
        transform: scale(1.015);
    }

.topicLinks {
    max-width: 240px;
    margin: 0px;
    padding: 0px;
}

.trendLink {
    color: white !important;
    text-decoration: none !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 4px;
    padding-left: 3px;
    padding-right: 3px;
}

    .trendLink:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

.seeLink {
    display: inline-block;
    position: relative;
    color: #4265ad;
    font-size: 13px;
    font-weight: bold;
    border-radius: 4px;
    width: 80px;
    padding-left: 8px;
    text-decoration: none !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .seeLink:hover {
        background-color: #d4dff3;
        color: #4265ad;
    }

.subMod {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    width: 180px;
    border-radius: 8px;
    font-size: 16px;
    color: white !important;
    text-decoration: none !important;
    padding: 5px;
    margin: 2px;
    text-decoration: none !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .subMod:hover {
        background-color: rgba(255, 255, 255, 0.2);
        transform: scale(1.015);
    }

.subModBlack {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    width: 180px;
    border-radius: 8px;
    font-size: 16px;
    color: black !important;
    text-decoration: none !important;
    padding: 5px;
    margin: 2px;
    text-decoration: none !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .subModBlack:hover {
        background-color: rgba(255, 255, 255, 0.2);
        transform: scale(1.015);
    }

#soluLinkActive {
    display: block;
    position: absolute;
    top: 240px;
    left: 0px;
    padding: 10px;
    width: 320px;
    height: 42px;
    border-radius: 12px;
    border: 3px solid white;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-decoration: none !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.soluLink {
    display: block;
    padding: 10px;
    width: 320px;
    border-radius: 12px;
    border: 3px solid transparent;
    font-size: 18px;
    font-weight: bold;
    color: white !important;
    text-decoration: none !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .soluLink:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .soluLink:active {
        border: 3px solid white;
        color: white;
    }

.grnBtn {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none !important;
    margin: 0px auto;
    text-align: center;
    background-color: green;
    color: white !important;
    width: 170px;
    border-radius: 24px;
}

    .grnBtn:hover {
        background-color: #228B22;
        color: white;
        transform: scale(1.015);
    }

.qBtn {
    display: block;
    position: relative;
    background-color: transparent;
    color: #4265ad;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none !important;
}

    .qBtn:hover {
        background-color: #d4dff3;
        color: #4265ad;
    }

.safari500 {
    width: 500px;
}

.here:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 40%;
    border-left: 3px solid #4b4b4b;
    transform: translate(-50%);
}

:focus {
    outline: none !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, navig, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    overflow-x: hidden;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
}

body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

.fullSlider {
    width: 100%;
    display: table;
}

/* THIS HIDES THE ARROWS */
.cd-slider-navigation {
    display: none;
}

.bigBold {
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 30px;
    text-shadow: 4px 4px 8px #313131;
    line-height: 1.09;
    shadow-blur: 5px;
}

.bigBoldBlack {
    color: black;
    font-size: 36pt;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 30px;
    text-shadow: 2px 2px #ffffff;
    line-height: 1.09;
}

.slideTitle {
    font-size: 50px;
    text-shadow: 2px 2px #000000;
}

.slideTitleBlack {
    color: black;
    font-size: 24pt;
    font-weight: bold;
    text-shadow: 2px 2px #ffffff;
}

.slideText {
    display: block;
    font-size: 21.5px;
    line-height: 1.2;
    text-shadow: 1px 1px #000000;
}

.slideTextBlack {
    color: black;
    display: block;
    font-size: 14pt;
    line-height: 1.2;
    text-shadow: 1px 1px #ffffff;
}

@media (min-width: 876px) and (max-width: 1024px) {
    .home600 {
        width: 500px;
    }

    .safari600 {
        width: 400px;
    }
}

@media (min-width: 50px) and (max-width: 990px) {
    .here:after {
        content: "";
        border-left: 0px solid transparent;
    }

    .home450 {
        width: 90% !important;
    }

    .home600 {
        width: 90% !important;
    }
}

@media (min-width: 650px) and (max-width: 1024px) {
    .slideTitle {
        font-size: 18pt;
    }

    .slideText {
        font-size: 12pt;
    }

    .slideTextBlack {
        font-size: 12pt;
    }
}

@media (min-width: 850px) and (max-width: 1030px) {
    /*.safari600 {
    width: 450px;
  }*/
    .safari450 {
        width: 400px;
    }
}

#MobTopButtons {
    display: none;
    position: relative;
}

#DeskButtons {
    display: block;
    position: relative;
}

#MobButtons {
    display: none;
    position: relative;
}

.graySoftLink {
    width: 100%;
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .graySoftLink:hover {
        transform: scale(1.015);
        background-color: #f1f1f1;
    }

#tblSmoothM, #tblUserM, #tblInteropM, #tblWorryM, #tblSupportM, #tblDevelopM {
    display: none;
}

#SectPersonas {
    display: block;
}

#SectMobilePersonas {
    display: none;
}

#DivMobSolu {
    display: none;
}

#DeskSlider {
    display: block;
    margin-top: -100px;
    background-color: white;
    -webkit-box-shadow: 0px 5px 20px 0px #cccccc;
    box-shadow: 0px 5px 20px 0px #cccccc;
    -webkit-box-shadow: 4px 5px 10px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 4px 5px 10px 5px rgba(0,0,0,0.15);
    box-shadow: 4px 5px 10px 5px rgba(0,0,0,0.15);
}

#MobileSlider {
    display: none;
}

.quoteText {
    font-size: 20px;
}

@media (min-width: 600px) and (max-width: 800px) {
    .quoteText {
        font-size: 20px;
    }
}

@media (min-width: 50px) and (max-width: 599px) {
    .quoteText {
        font-size: 20px;
    }
}

@media (min-width: 50px) and (max-width: 875px) {
    .homeMain {
        background: url('/web/media/Images/Home/skyward-hero_small_1.jpg');
    }

    .topBuffer {
        margin-top: 110px;
        margin-top: 80px;
    }

    .homeMain {
        display: none;
    }

    .homeMobile {
        margin-top: 110px;
        display: block;
    }

    .grayDiv {
        background-color: transparent !important;
    }

    .mobBackground {
        display: block;
    }
}

@media (min-width: 876px) {
    .bigBold {
        margin-top: 50px;
    }
}

@media (min-width: 50px) and (max-width: 800px) {
    .pushRight {
        justify-content: space-around !important;
    }

    .pushLeft {
        justify-content: space-around !important;
    }

    .personaBtn {
        width: 100%;
        max-width: 100%;
    }

    #SectPersonas {
        display: none;
    }

    #SectMobilePersonas {
        display: block !important;
    }

    #DeskSlider {
        display: none;
    }

    #MobileSlider {
        display: block;
    }

    #DivBuffer {
        display: none !important;
    }

    .w3-light-grey {
        /*display: none !important;*/
    }

    #MobTopButtons {
        display: block;
    }

    #DeskButtons {
        display: none;
    }

    #MobButtons {
        display: block;
    }

    .w3-content {
        height: 550px !important;
    }

    .mySlides3 {
        height: 570px !important;
    }

    .desktopSlides {
        height: 570px !important;
    }

    .mobileSlides {
        height: 520px !important;
    }


    .showArrow {
        display: none;
    }

    .showAtDesk {
        display: none;
    }

    .showAtMobile {
        display: block;
    }

    .tblExp {
        width: 100%;
        text-align: center;
    }

    .usersSaying {
        display: block;
        width: 90%;
        max-width: 900px;
        margin: 0px auto;
    }

    .mobWhiteDiv {
        max-width: 100% !important;
        margin: 0px;
    }

    .mobSoftDiv {
        max-width: 160px !important;
        margin: 0px;
    }

    #tblSmoothD, #tblUserD, #tblInteropD, #tblWorryD, #tblSupportD, #tblDevelopD {
        display: none;
    }

    #tblSmoothM, #tblUserM, #tblInteropM, #tblWorryM, #tblSupportM, #tblDevelopM {
        display: table;
    }

    #soluLinkActive {
        display: none;
    }

    #tblStu, #tblErp, #tblMun {
        display: none;
    }

    #soluSIS, #soluERP, #soluMUN {
        display: none;
    }


    #DivMobSolu {
        display: block;
        margin-top: -100px;
    }

    .here:after {
        border-left: 0px solid transparent;
    }

    .schoolRow {
        justify-content: space-around !important;
        max-width: 340px !important;
    }

    .schoolSize {
        width: 80px !important;
    }

    .schoolBtn {
        width: 80px !important;
    }
}

.footerCopyrightDiv a {
    text-decoration: none;
    color: #000000;
    font-size: 10pt;
}

    .footerCopyrightDiv a:hover {
        text-decoration: none;
        color: #bde2df;
        cursor: pointer !important;
    }
