<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
    .bg-boxed-blue {
         background-image: url(/educate/NewTheme/images/bg-boxed-blue.jpg);
    }

    .pb80 {
        padding-bottom: 80px;
    }

    .pt80 {
        padding-top: 80px;
    }

    .table-cell {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .heading {
        position: relative;
        z-index: 5;
    }

        .heading .heading-title.no-margin {
            margin: 0;
        }

        .heading .heading-text {
            font-size: 24px;
            line-height: 30px;
        }

        .heading p {
            margin-bottom: 30px;
        }

    .no-margin {
        margin: 0;
    }

    .c-white {
        color: #fff !important;
    }

    .btn1, .btn3 {
        display: inline-block;
        text-decoration: none;
        font-size: 15px;
        line-height: 1;
        text-transform: uppercase;
        font-family: "Varela Round",Arial,"Helvetica Neue",Helvetica,sans-serif;
        color: #fff;
        position: relative;
        transition: all .3s ease;
        text-align: center;
        cursor: pointer;
    }

    .btn1--dark {
        background-color: #2f2c2c;
    }

    .btn1-medium {
        padding: 23px 31px;
    }

    .btn1 {
        padding: 25px 40px;
        border-radius: 50px;
    }

    .btn3--dark {
        background-color: #007bc1;
    }

    .btn3-medium {
        padding: 15px 27px;
    }

    .info-box-image {
        cursor: pointer;
    }

    .divheight h4 {
        cursor: pointer;
        text-align: left;
    }

    .e-mail:before {
        content: attr(data-website) "\0040" attr(data-user);
        unicode-bidi: bidi-override;
        direction: rtl;
    }


    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    .newUL {
        width: 760px;
        margin-bottom: 20px;
        overflow: hidden;
        /*border-top: 1px solid #ccc;*/
    }

        .newUL li {
            line-height: 1.5em;
            /*border-bottom: 1px solid #ccc;*/
            float: left;
            display: inline;
        }

    #double li {
        width: 50%;
    }

    #triple li {
        width: 33.333%;
    }

    #quad li {
        width: 25%;
    }

    #six li {
        width: 16.666%;
    }
</pre></body></html>