<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cursor {
    border-right: .05em solid;
    animation: caret 1s steps(1) infinite;
}

@keyframes caret {
    50% {
        border-color: transparent;
    }
}

.parsley-errors-list {
    padding: 0;
    margin-top: 3px;
    display: block;
    color: red;
    list-style-type: none;
}

/*input.parsley-error {
    background-color: none !important;
    border-color: #FF0000;
}*/

.parsley-error {
    background: none !important;
    /*border-color: #FF0000;*/
}

/**animation for panel*/
.searchlist {
    position: absolute;
    top: 85.5%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    list-style: none !important;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    padding: 0 5%;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"] {
        position: absolute;
        top: 50%;
        width: 90%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 5em;
        height: 80px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
    }

    #search .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 61px;
        margin-left: -45px;
    }

    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: #428bca;
        border-color: #357ebd;
        opacity: 1;
        padding: 10px 17px;
        border-radius: 4px;
        font-size: 27px;
    }

.cover.overlay .overlay-bg-white-strong {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    color: #fff;
}

.write-up {
    font-weight: lighter;
    line-height: 38px;
    text-align: justify;
}

video {
    background: #0081ff;
    border: 10px solid #21507a; /*3a92de*/
    height: 300px;
    width: 435px;
    margin: 5% auto;
}

.scroll-top-top {
    background: #42a5f5;
    bottom: 15px;
    right: 20px;
    position: fixed;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: none;
    border-radius: 50px;
}

    .scroll-top-top i {
        color: #fff;
        text-align: center;
        display: block;
        font-size: 20px;
        padding-top: 10px;
    }
/*FLIPCARDS*/

.panel2 .pad {
    padding: 0 15px;
}

.panel2.flip .action {
    display: none;
}

.panel2 {
    width: 200px;
    height: 200px;
    margin: 20px;
    position: relative;
    display: inline-block;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    border-radius: 50%;
    cursor: default;
}

    .panel2 .front {
        z-index: 900;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        background: #fff;
        /* border:1px solid #42a5f5;
  
-moz-box-shadow: 0 1px 15px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.1);
  box-shadow: 0 1px 15px rgba(0,0,0,0.1);*/
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform-style: preserve-3d;
        -moz-backface-visibility: hidden;
        -o-transform: rotateX(0deg) rotateY(0deg);
        -o-transform-style: preserve-3d;
        -o-backface-visibility: hidden;
        -ms-transform: rotateX(0deg) rotateY(0deg);
        -ms-transform-style: preserve-3d;
        -ms-backface-visibility: hidden;
        transform: rotateX(0deg) rotateY(0deg);
        transform-style: preserve-3d;
        backface-visibility: hidden;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .panel2.flip .front {
        z-index: 900;
        background: #fff;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -moz-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
        box-shadow: 0 15px 50px rgba(0,0,0,0.2);
    }

    .panel2 .back {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 800;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        background: #fff;
        border: 1px solid #ddd;
        -webkit-transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-transform: rotateY(-180deg);
        -moz-transform-style: preserve-3d;
        -moz-backface-visibility: hidden;
        -o-transform: rotateY(-180deg);
        -o-transform-style: preserve-3d;
        -o-backface-visibility: hidden;
        -ms-transform: rotateY(-180deg);
        -ms-transform-style: preserve-3d;
        -ms-backface-visibility: hidden;
        transform: rotateY(-180deg);
        transform-style: preserve-3d;
        backface-visibility: hidden;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .panel2.flip .back {
        z-index: 1000;
        background: #fff;
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -ms-transform: rotateX(0deg) rotateY(0deg);
        -o-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
        box-shadow: 0 15px 50px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
    }

.frontTitle {
    padding-top: 5px;
    text-align: center;
    font-size: 22px;
    color: #000;
    height: 65px;
    line-height: 40px;
    font-weight: 300;
}

.frontLogo {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
}

.isas {
    background-image: url('Content/images/Learner.png');
    background-size: 90px 90px;
}

.boisedigital {
    background-image: url('Content/images/teacher.png');
    background-size: 90px 90px;
}

.dissolve {
    background-image: url('Content/images/contentcreate.png');
    background-size: 90px 90px;
}

.research {
    background-image: url('Content/images/research.png');
    background-size: 90px 90px;
}

.frontLocation {
    padding-top: 10px;
    text-align: center;
    color: #aaa;
    /*font-family:'latoregular',arial;*/
    font-size: 18px;
    display: none;
}

.backTitle {
    padding: 10px;
    color: #000;
    /*font-family:'latohairline',arial;*/
    font-size: 16px;
    font-weight: bold;
}

.backParagraph {
    padding: 0 13px 5px 13px;
    color: #000;
    /*font-family:'latoregular',arial;*/
    font-size: 14.5px;
    font-weight: lighter;
}

.backGoto {
    width: 50%;
    border-radius: 4px;
    margin: auto;
    padding: 0px 3px;
    padding-top: 0;
    /*font-family:'latoregular',arial;*/
    font-size: 12px;
    border-color: #4caf50; /*background-color: #4caf50;*/
}
    /*.backGoto:hover {
background-color: #317434;
}*/

    .backGoto a {
        color: #fff !important;
        text-decoration: none;
        -webkit-transition: 0.1s all linear;
        -moz-transition: 0.3s all linear;
        -o-transition: 0.3s all linear;
        transition: 0.3s all linear;
    }

        .backGoto a:hover {
            padding-left: 10px;
        }
/*carousel*/

.team-sec { /*float: left;*/
    width: 100%;
}

.team .photo {
    width: 300px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px #ccc;
    border-radius: 6px;
}

.photo-shadow {
    position: absolute;
    z-index: -1;
    top: 12px;
    left: 44px;
    bottom: -10px;
    border: 1px solid #42a5f5;
    height: 200px;
    width: 302px;
    background: #fff;
    border-radius: 6px;
}

.col-item {
    position: relative;
    text-align: center;
}

.team {
    margin-top: 25px;
}

    .team .photo img {
        width: 100%;
        vertical-align: middle;
        position: relative;
    }

.social-connect {
    margin-top: 13px;
}

.info {
    margin-top: 22px;
}

    .info .name {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .info .degination {
        font-size: 16px;
        font-weight: 300;
        font-style: italic;
        color: #8B8B8B;
    }

.social-connect a {
    display: inline-block;
    border: 1px solid #E3E3E3;
    font-size: 14px;
    color: #919191;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin-right: 4px;
}

    .social-connect a .fa {
        margin: 0;
    }

    .social-connect a:hover {
        background-color: #4EBEE9;
        color: #fff;
    }

.carousel-line {
    border: 1px solid #ddd;
    height: 320px;
    position: absolute;
    bottom: -60px;
    width: 100%;
}

    .carousel-line &gt; .controls {
        position: absolute;
        bottom: -16px;
        left: 50%;
        margin-left: -50px;
        background: #fefefe;
        padding: 0px 20px;
        color: #000;
    }

        .carousel-line &gt; .controls &gt; a {
            color: #868686;
            font-size: 24px;
            font-weight: 300;
        }

/*carousel*/

.myButt {
    outline: none;
    border: none;
    padding: 20px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    background-color: transparent;
    position: relative;
    border: 2px solid #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

@keyframes shakeThatBooty {
    33% {
        transform: rotateZ(10deg);
        -webkit-transform: rotateZ(10deg);
        -moz-transform: rotateZ(10deg);
        -o-transform: rotateZ(10deg);
        -ms-transform: rotateZ(10deg);
    }

    67% {
        transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
        -moz-transform: rotateZ(-10deg);
        -o-transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
    }

    100% {
        transform: rotateZ(10deg);
        -webkit-transform: rotateZ(10deg);
        -moz-transform: rotateZ(10deg);
        -o-transform: rotateZ(10deg);
        -ms-transform: rotateZ(10deg);
    }
}

.three {
    color: #222;
    border-color: transparent;
}

    .three:before, .three:after {
        width: 0;
        height: 3px;
        content: " ";
        background-color: #42a5f5;
        position: absolute;
        top: 0;
        left: 50%;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
    }

    .three:after {
        top: 100%;
    }

    .three:hover {
        letter-spacing: 8px;
        color: #42a5f5;
    }

        .three:hover:before, .three:hover:after {
            width: 100%;
            left: 0;
        }

        .three:hover:after {
            width: 100%;
            left: 0;
        }

/* Slider CLeints*/

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 80%;
        border: 5px solid #dedede;
        opacity: 0.5;
        filter: alpha(opacity=50); /* For IE8 and earlier */
        transition: all ease-in-out 0.2s;
        border-radius: 4px;
        filter: grayscale(100%);
    }

        .slick-slide img:hover {
            opacity: 1.0;
            filter: alpha(opacity=100); /* For IE8 and earlier */
            filter: grayscale(0%);
        }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*Selection cards*/
.fourselect {
    width: 100%;
    max-width: 100%;
}
/* COLUMNS */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

    .col:first-of-type {
        margin-left: 0;
    }
/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
/* FORM */

.selectform .plan input,
.selectform .payment-plan input,
.selectform .payment-type input {
    display: none;
}

.selectform label {
    position: relative;
    color: #fff;
    /*background-color: #e8e8e8;*/
    font-size: 18px;
    text-align: center;
    height: 150px;
    display: block;
    cursor: pointer;
    border: 3px solid #eaeaea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 6px;
    width: 250px;
}

    .selectform label a {
        position: relative;
        top: 40%;
        text-decoration: none !important;
        color: #333 !important;
    }

.selectform .plan input:checked + label,
.selectform .payment-plan input:checked + label,
.selectform .payment-type input:checked + label {
    border: 3px solid #439ee9;
    background-color: #42a5f5;
    color: #fff;
    -webkit-animation: animOnTransform 1s 1 forwards;
    animation: animOnTransform 1s 1 forwards;
    background: rgba(0, 0, 0, 0.5);
}

    .selectform .plan input:checked + label:after,
    div .payment-plan input:checked + label:after,
    .selectform .payment-type input:checked + label:after {
        content: "\2713";
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 100%;
        border: 2px solid #fff;
        background-color: #42a5f5;
        z-index: 999;
        position: absolute;
        top: -10px;
        right: -10px;
    }

#learningPathBtn {
    margin-top: 10px !important;
    width: 20%;
}
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

    /* Hide the tooltip content by default */
    [data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        pointer-events: none;
    }

    /* Position tooltip above the element */
    [data-tooltip]:before {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-bottom: 5px;
        margin-left: -80px;
        padding: 7px;
        width: 250px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #000;
        background-color: hsla(0, 0%, 20%, 0.9);
        color: #fff;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
    }

    /* Triangle hack to make tooltip look like a speech bubble */
    [data-tooltip]:after {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #000;
        border-top: 5px solid hsla(0, 0%, 20%, 0.9);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    }

    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }


.contained {
    max-width: 400px;
    width: 60%;
}

    .contained .checkboxes {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }

        .contained .checkboxes + p {
            text-align: center;
        }

    .contained .check input {
        display: none;
    }

        .contained .check input:checked + label .box {
            -webkit-animation: animOnTransform 1s 1 forwards;
            animation: animOnTransform 1s 1 forwards;
            background: rgba(0, 0, 0, 0.5);
        }

            .contained .check input:checked + label .box i {
                -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
                transition-duration: 200ms;
                transition-delay: 400ms;
                opacity: 1;
            }

    .contained .check label {
        min-width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        min-height: 60px;
        cursor: pointer;
    }

        .contained .check label .box {
            background: rgba(0, 0, 0, 0.3);
            border-radius: 5px;
            position: relative;
            width: 50px;
            height: 50px;
            transition: background 300ms ease;
        }

            .contained .check label .box:hover {
                background: rgba(0, 0, 0, 0.5);
            }

            .contained .check label .box i {
                position: absolute;
                top: 50%;
                left: 50%;
                font-size: 20px;
                display: inline-block;
                opacity: 0;
                pointer-events: none;
                transition: all 0.2s ease-in-out;
                transition-delay: 200ms;
                -webkit-transform: translate(-50%, -50%) scale(4);
                transform: translate(-50%, -50%) scale(4);
            }

@-webkit-keyframes animOn {
    40% {
        height: 20px;
        width: 100px;
    }

    50% {
        height: 60px;
        width: 30px;
    }

    60% {
        height: 40px;
        width: 70px;
    }

    70% {
        height: 55px;
        width: 45px;
    }

    100% {
        height: 50px;
        width: 50px;
    }
}

@keyframes animOn {
    40% {
        height: 20px;
        width: 100px;
    }

    50% {
        height: 60px;
        width: 30px;
    }

    60% {
        height: 40px;
        width: 70px;
    }

    70% {
        height: 55px;
        width: 45px;
    }

    100% {
        height: 50px;
        width: 50px;
    }
}

@-webkit-keyframes animOnTransform {
    40% {
        -webkit-transform: scale(1.5, 0.5);
        transform: scale(1.5, 0.5);
    }

    50% {
        -webkit-transform: scale(0.5, 1.5);
        transform: scale(0.5, 1.5);
    }

    60% {
        -webkit-transform: scale(1.3, 0.6);
        transform: scale(1.3, 0.6);
    }

    70% {
        -webkit-transform: scale(0.8, 1.2);
        transform: scale(0.8, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes animOnTransform {
    40% {
        -webkit-transform: scale(1.5, 0.5);
        transform: scale(1.5, 0.5);
    }

    50% {
        -webkit-transform: scale(0.5, 1.5);
        transform: scale(0.5, 1.5);
    }

    60% {
        -webkit-transform: scale(1.3, 0.6);
        transform: scale(1.3, 0.6);
    }

    70% {
        -webkit-transform: scale(0.8, 1.2);
        transform: scale(0.8, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
</pre></body></html>