@font-face {
    font-family: 'uniSans';
    src: url('../fonts/uniSans/unisans-webfont.woff2') format('woff2'), url('../fonts/uniSans/unisans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica/-HelveticaNeueInterface-M3.woff') format('woff'), url('../fonts/helvetica/-HelveticaNeueInterface-M3.ttf') format('truetype'), url('../fonts/helvetica/-HelveticaNeueInterface-M3.eot') format('embedded-opentype'), url('../fonts/helvetica/-HelveticaNeueInterface-M3.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font-size: 1rem;
    background-color: #fff;
    padding-top: 111px;
}


.topNavBar {
    background-color: #cecece;
    font-family: 'Helvetica';
}

    .topNavBar a {
        color: #003a90;
    }

.navBar .menu a {
    position: relative;
}
    /*.navBar .menu a.active:after {
        content: '\25bc';
        top: -12px;
        position: absolute;
        left: 0;
        right: 0;
        font-size: 8px;
    }*/

footer {
    background-color: #294379;
    font-family: 'Helvetica';
}

.topInfoNav .card {
    background-color: #f8f8f8;
    border-radius: 0;
    line-height: 18px;
    font-size: 15px;
    color: #5a5a5a;
    border: 1px solid #f5f5f5;
}

    .topInfoNav .card .card-body {
        padding: 10px 38px;
    }
    .topInfoNav .card .title {
        color: #003a90;
    }
    .topInfoNav .card .tag {
        color: #003a90;
        font-weight: 500;
        font-size: 14.5px;
        word-spacing: 3px;
    }
.courses .card {
    border: none;
    box-shadow: 0px 10px 26px -14px #ccc;
    border-bottom: 1px solid rgba(0,0,0,.125);
    min-height: 352px;
}
.courses .card,
.courses .card ul li {
    background-color: #f8f8f8;
    border-radius:0;
}
    .courses .card ul.list-group {
        padding-bottom: 10px;
    }

    .courses .card .card-body,
    .courses .card ul.list-group {
        border-left: 1px solid rgba(0,0,0,.125);
        border-right: 1px solid rgba(0,0,0,.125);
    }

    .courses .card .card-header {
        background-color: #565656;
        color: #fff;
        font-family: 'uniSans';
        font-size: 18px;
    }

.courses .card-body .card-title {
    color: #ff5100;
    font-size: 17px;
    text-align: center;
}

.courses .card-body {
    padding: 10px 10px 0px 10px;
}

.courses ul li {
    padding: 4px 17px;
    font-size: 14px;
    font-weight: 500;
}

    .courses ul li span {
        float: right;
    }

.bookNow .bg {
    background-color: #8a2c00;
}

    .bookNow .bg label {
        color: #fff;
    }

    .bookNow .bg .form-control {
        border-radius: 0 !important;
    }

    .bookNow .bg .form-check-label {
        font-size: 13px;
    }

    .bookNow .bg .btn {
        background-color: #03d86e;
        color: #fff;
        font-size: 14px;
        padding: 10px 80px;
        border-radius: 0 !important;
        font-weight: 500;
    }

.areasWeCover h2,
.courses h3 {
    font-family: 'uniSans';
    font-size: 42px;
    color: #0047b1;
}

.areasWeCover p,
.courses p {
    line-height: 20px;
    letter-spacing: -0.5px;
}

.sliderForm form {
    background: rgb(24,36,119);
    background: linear-gradient(180deg, rgba(24,36,119,1) 15%, rgba(70,185,184,1) 100%);
    height: 100%;
}

    .sliderForm form label {
        color: #fff;
    }

    .sliderForm form h2 {
        font-size: 40px;
        font-weight: normal;
    }

    .sliderForm form p {
        font-size: 13px;
        font-weight: normal;
    }

    .sliderForm form .form-control {
        border-radius: 0 !important;
    }

.sliderForm .btn {
    background-color: #0297b8;
    width: 100%;
    color: #fff;
    box-shadow: 0px 2px 5px -2px #000;
}

.navBar {
    background-color: #fff;
}

    .navBar .menu {
        background-color: #ff5100;
    }

        .navBar .menu a {
            color: #fff;
        }

table {
    width: 100%;
    border-collapse: collapse;
}
/* Zebra striping */

th {
    background: #eaecf0;
    color: #000;
    font-family: 'uniSans';
    font-size: 14px;
    cursor: pointer;
}

    th:after {
        margin-left: 10px;
    }

td,
th {
    padding: 6px;
    border: 1px solid #b9bfc5;
    text-align: left;
}

tbody tr .bg {
    background: #eaecf0;
    width: 180px;
}

    tbody tr .bg span {
        display: none;
    }
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #b9bfc5;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    tbody tr .bg {
        background: #eaecf0;
        width: auto;
    }

        tbody tr .bg span {
            display: inline-block;
        }
}

td:first-of-type {
    font-family: 'uniSans';
    color: #000;
    font-size: 14px;
}

td {
    color: #0047b1;
}
.branding img {
    width:230px;
}
.social a img {
    width: 26px;
}
.movMenu {
    position: absolute;
    right: 10px;
    top: 15px;
    display: none;
}

    .movMenu button {
        background: no-repeat;
        border: none;
        font-size: 31px;
        color: #6d6d6d;
        outline:none;
    }

    .movMenu .dropdown.show .fa-bars,
    .movMenu .dropdown .fa-times {
        display: none;
    }

    .movMenu .dropdown.show .fa-times,
    .movMenu .dropdown .fa-bars {
        display: block;
    }



@media only screen and (max-width: 760px), (max-device-width: 760px) and (min-device-width: 768px) {
    .mobFooter a{
        float:none !important;
    }
    tr {
        margin-bottom: 14px;
    }

    body {
        padding-top: 35px;
        min-width: 380px;
    }

    .courses .card {
        margin-bottom: 30px;
    }

    .sliderForm form {
        padding: 30px;
    }

    .sliderForm.p-1 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .topNavBar {
        display: none;
    }

    .dropdown-menu {
        position: fixed !important;
        transform: translate3d(0px, 70px, 0px) !important;
        padding: 13px !important;
        width: 100% !important;
        border-radius: 0;
        border: none;
        background-color: #ff5100;
    }

        .dropdown-menu a {
            display: block;
            padding: 12px !important;
            color: #fff;
            font-weight: 500;
            border: 1px solid #fff;
            margin: -1px;
        }

    .dropdown-toggle::after {
        display: none;
        visibility: hidden;
        border: 0 !important;
        margin: 0 !important;
    }

    .branding img {
        width: 200px;
    }

    .movMenu {
        display: block;
    }

    .navBar {
        box-shadow: 0px -2px 7px #9c9c9c;
    }
    .areasWeCover h2,
    .courses h3 {
        font-size: 30px;
    }
}


