﻿@charset "utf-8";
/* CSS Document */

@import "../fonts/font-awesome.css";
@import "../fonts/icons.css";
@import "../fonts/fonts.css";
@import "//fonts.googleapis.com/css?family=Lato:400,900,700,300,100";

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
    border: 0;
    word-wrap: break-word;
    white-space: normal;
}

img {
    max-width: 100%;
}

header {
    position: relative;
    z-index: 100;
}

section {
    padding: 80px 0;
}

.height5 {
    height: 5px;
}

.height10 {
    height: 10px;
}

.height20 {
    height: 20px;
}

.height30 {
    height: 30px;
}

.height40 {
    height: 40px;
}

.height50 {
    height: 50px;
}

.height60 {
    height: 60px;
}

.height70 {
    height: 70px;
}

.height80 {
    height: 80px;
}

.height90 {
    height: 90px;
}

.height100 {
    height: 100px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-150 {
    margin-bottom: 150px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-left-20 {
    margin-left: 20px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-bottom-150 {
    padding-bottom: 150px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-left-60 {
    padding-left: 60px;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-left-35 {
    padding-left: 35px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-right-60 {
    padding-right: 60px;
}

.padding-right-50 {
    padding-right: 50px;
}

.padding-right-40 {
    padding-right: 40px;
}

.padding-right-35 {
    padding-right: 35px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-5 {
    padding-right: 5px;
}

.double-border {
    display: block;
    height: 4px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.no-bg-img {
    background-image: none !important;
}

.no-bg {
    background: none !important;
}

.bg-light-blue {
    background: #f2f5f7;
}

.bg-dark {
    background: #222222;
}

.bg-grey {
    background: #f4f4f4;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.inline {
    display: inline-block !important;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.static {
    position: static !important;
}

.hidden-content {
    display: none;
}

.display-none {
    display: none;
}

.shadow-large {
    background: url(../images/shadow-big.png) no-repeat scroll center top;
    height: 40px;
}

.color-dark {
    color: #222222 !important;
}

.bg-default {
    color: #2991d6
}

.error {
    border: 1px solid red !important;
}

.animate-it {
    opacity: 0;
}

    .animate-it.animated {
        opacity: 1;
    }

.success-msg {
    background: #e9f7dd;
    border: 1px solid #abd0a8;
    color: #589051;
    display: none;
    margin: 0 auto 30px;
    max-width: 821px;
    padding: 11px 16px;
    text-align: center;
}

.back-to-top {
    color: #fff;
    border-radius: 5px;
    bottom: 20px;
    display: block;
    font-size: 40px;
    height: 70px;
    position: fixed;
    right: -200px;
    visibility: hidden;
    text-align: center;
    width: 70px;
    z-index: 500;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

    .back-to-top:focus, .back-to-top:hover {
        color: #fff;
        -webkit-transition: all 800ms ease;
        -moz-transition: all 800ms ease;
        -ms-transition: all 800ms ease;
        -o-transition: all 800ms ease;
        transition: all 800ms ease;
    }

    .back-to-top.to-top {
        right: 20px;
        visibility: visible;
        -webkit-transition: all 800ms ease;
        -moz-transition: all 800ms ease;
        -ms-transition: all 800ms ease;
        -o-transition: all 800ms ease;
        transition: all 800ms ease;
    }

li.clear {
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: both;
}

.underline {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

    .underline:hover {
        text-decoration: none;
    }

.list li {
    color: #404040;
    font-size: 18px;
    font-weight: 300;
    padding: 11px 0 6px;
}

    .list li:last-child {
        border-bottom: 0 !important;
    }

.list.dashed li {
    border-bottom: 1px dashed silver;
}

.list-center {
    min-width: 280px;
}

.feature-list li {
    font-weight: 300;
    padding: 9px 0 8px 60px;
    font-size: 21px;
    line-height: 40px;
}

.feature-list i {
    float: left;
    font-size: 31px;
    text-align: center;
    margin: 0 0 0 -60px;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    line-height: 35px;
}

.feature-list.big li {
    font-size: 24px;
}

.feature-list.big i {
    font-size: 32px;
    color: #393939;
}

.list-icon i {
    float: left;
    margin: 5px 0 0 -28px;
    font-size: 19px;
}

.list-icon li {
    float: left;
    padding: 5px 0 5px 028px;
    width: 100%;
}

    .list-icon li:last-child {
        margin-bottom: 40px;
    }

.font-alternate {
    font-family: 'speedlineregular';
}

#wrapper {
    overflow-x: hidden;
    background: #fff;
}

.display-none {
    display: none;
}

a, a:hover {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.smooth {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .smooth:hover {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

/******************************** HOWC COLOURS ********************************/

.howc-blue {
    background-color: #00c1de;
}

.howc-green {
    background-color: #95d600;
}

.howc-orange {
    background-color: #f7b334;
}

.howc-red {
    background-color: #e9004c;
}

.archers {
    color: #47098c !important;
}

.fountains-bg {
    background-color: #ae1a43;
}

.fountains {
    color: #ae1a43 !important;
}

.fusion-bg {
    background-color: #f27436;
}

.fusion {
    color: #f27436 !important;
}


/******************************** HOWC BLUE ********************************/

a {
    color: #00c1de;
}

    a:hover, a:focus {
        color: #e9004c;
    }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
}

p span, p a {
    color: #00c1de;
}

.color-default {
    color: #001cde !important
}


.bg-default {
    background: #1c1c1c;
}

.dropdown-menu {
    border-color: #3b415d;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: #3b415d;
        border-color: #3b415d;
    }

.cd-primary-nav {
    background: #00c1de;
}

.btn-default, .btn-white:hover {
    background-color: #3b415d;
}

.smallHeader .navbar-default.animated-border-nav li a:hover, .smallHeader .navbar-default.animated-border-nav li a.active {
    color: #3b415d;
}

.navbar-default.nav-boxed .navbar-nav > li:hover > a, .navbar-default.nav-boxed .navbar-nav > li > a.active {
    background: #3b415d;
}

.btn-dark:hover {
    background-color: #3b415d;
}

.footer-nav-widget li a:hover {
    color: #f78c02;
}

.icons-list {
    padding-left: 0;
    margin-left: 17px;
    margin-bottom: 20px;
    list-style-type: none;
}

    .icons-list li {
        position: relative;
        font-size: 16px;
        line-height: 30px;
    }

    .icons-list > li [class*=" fa-"] {
        position: absolute;
        left: -20px;
        text-align: center;
        top: 6px;
        width: 14px;
    }


/************************************ IMAGE ROLLOVERS *************************************/

.img-zoom img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .img-zoom img:hover {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

.flash:hover {
    opacity: 1;
    -webkit-animation: flash 2.5s;
    animation: flash 2.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}


/******************************** MOBILE MENU ********************************/

.cd-header {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    z-index: 1001;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
    .cd-header {
        background: transparent;
        box-shadow: none;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-header {
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s;
        -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);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .cd-header.is-fixed {
            top: -4px;
        }
}

.cd-primary-nav-trigger {
    position: absolute;
    right: 10px;
    height: 80%;
    width: 46px;
    top: 25px;
    background-color: #00c1de;
    border-radius: 5px;
    border: 1px solid #fff;
    z-index: 95;
}

    .cd-primary-nav-trigger .cd-menu-text {
        color: white;
        text-transform: uppercase;
        font-weight: 700;
        display: none;
    }

    .cd-primary-nav-trigger .cd-menu-icon {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 18px;
        height: 2px;
        background-color: #fff;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            background-color: #fff;
            right: 0;
            -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
            -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
            transition: transform .3s, top .3s, background-color 0s;
        }

        .cd-primary-nav-trigger .cd-menu-icon::before {
            top: -5px;
        }

        .cd-primary-nav-trigger .cd-menu-icon::after {
            top: 5px;
        }

        .cd-primary-nav-trigger .cd-menu-icon.is-clicked {
            background-color: rgba(255, 255, 255, 0) !important;
        }

            .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
                top: 0;
                -webkit-transform: rotate(135deg);
                -moz-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                -o-transform: rotate(135deg);
                transform: rotate(135deg);
            }

            .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
                top: 0;
                -webkit-transform: rotate(225deg);
                -moz-transform: rotate(225deg);
                -ms-transform: rotate(225deg);
                -o-transform: rotate(225deg);
                transform: rotate(225deg);
            }

@media only screen and (min-width: 768px) {
    .cd-primary-nav-trigger {
        padding: 11px 0;
        border-radius: 5px;
        background-color: #00c1de;
        height: 40px;
        line-height: 30px;
        right: 20px;
        top: 46px;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .cd-primary-nav-trigger .cd-menu-text {
            display: inline-block;
        }

        .cd-primary-nav-trigger .cd-menu-icon {
            left: auto;
            right: 0.8em;
            -webkit-transform: translateX(0) translateY(-50%);
            -moz-transform: translateX(0) translateY(-50%);
            -ms-transform: translateX(0) translateY(-50%);
            -o-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
        }
}

.cd-primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    text-align: center;
    padding: 110px 0 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    .cd-primary-nav .overlay {
        height: 100%;
        overflow: scroll;
    }

    .cd-primary-nav li {
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: .2em 0;
        text-transform: capitalize;
        list-style: none;
    }

    .cd-primary-nav a {
        display: inline-block;
        width: 100%;
        -webkit-transition: background 0.2s;
        -moz-transition: background 0.2s;
        transition: background 0.2s;
        font-family: 'proxima_nova', sans-serif;
        color: #fff;
        font-size: 40px;
        line-height: 30px;
        font-weight: 900;
        text-transform: uppercase;
        padding: 20px 0 20px 0;
    }

        .cd-primary-nav a:hover {
            color: #111;
            background-color: #fff;
        }

    .cd-primary-nav .social-icons {
        margin: 40px 0 60px;
    }

        .cd-primary-nav .social-icons a {
            padding: 0px;
            width: auto;
            font-size: 36px;
        }

            .cd-primary-nav .social-icons a:hover {
                background: none;
            }

        .cd-primary-nav .social-icons span {
            width: 70px;
            background: none;
            height: 68px;
            font-size: 36px;
            border-radius: 5px;
            padding: 14px 14px;
            margin: 0 0 0 10px;
        }

            .cd-primary-nav .social-icons span:hover {
                background: #fff;
                color: #111;
            }

    .cd-primary-nav .cd-label {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        font-size: 0.875rem;
        margin: 2.4em 0 .8em;
    }

    .cd-primary-nav .cd-social {
        display: inline-block;
        margin: 0 .4em;
    }

        .cd-primary-nav .cd-social a {
            width: 44px;
            height: 44px;
            padding: 0;
            background-image: url("../img/cd-socials.svg");
            background-repeat: no-repeat;
            overflow: hidden;
            text-indent: 100%;
            white-space: nowrap;
        }

    .cd-primary-nav .cd-facebook a {
        background-position: 0 0;
    }

    .cd-primary-nav .cd-instagram a {
        background-position: -44px 0;
    }

    .cd-primary-nav .cd-dribbble a {
        background-position: -88px 0;
    }

    .cd-primary-nav .cd-twitter a {
        background-position: -132px 0;
    }

    .cd-primary-nav.is-visible {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

.cd-search {
    position: absolute;
    top: 30px;
    right: 70px;
    font-size: 33px;
    display: none;
}

@media only screen and (max-width: 992px) {
    .cd-search {
        display: block !important;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-primary-nav li {
        font-size: 30px;
        font-size: 1.875rem;
    }

    .cd-primary-nav .cd-label {
        font-size: 16px;
        font-size: 1rem;
    }
}


/******************************** TOP BAR ********************************/

.top-bar {
    background-color: #063036;
}

    .top-bar .container {
        padding-left: 0;
        padding-right: 0;
    }

.header-classic .top-bar {
    padding: 14px 0;
}

.top-bar .top-contact-info, .top-bar .top-contact-info li {
    float: right;
}

    .top-bar .top-contact-info li {
        font-family: 'proxima_nova_semibold',sans-serif;
        font-size: 13px;
        padding: 20px 25px 15px 0;
    }

        .top-bar .top-contact-info li i {
            float: left;
            margin: 0 10px 0 0;
            font-size: 25px;
        }

            .top-bar .top-contact-info li i.icon-call-1 {
                font-size: 20px;
            }

            .top-bar .top-contact-info li i.icon-phone5 {
                font-size: 21px;
            }

            .top-bar .top-contact-info li i.icon-angle-down {
                float: right;
                margin: 0 0 0 5px;
                font-size: 17px;
            }

        .top-bar .top-contact-info li a {
            color: #fff
        }

.top-bar .social {
    float: right
}

.top-bar .top-contact-info li.call-me {
    background-color: #e9004c;
    font-size: 13px;
    padding: 20px 20px 20px 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

    .top-bar .top-contact-info li.call-me a:hover {
        color: #fff;
    }

.top-bar .top-contact-info li.hdr-apply {
    background-color: #e9004c;
    font-size: 13px;
    padding: 20px 20px 24px 15px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.34);
}

    .top-bar .top-contact-info li.hdr-apply a:hover {
        color: #282828;
    }

.top-bar .top-contact-info a.tel {
    cursor: default; /* no hand pointer */
}

.smallHeader.top-bar-header .navbar-default.nav-boxed .navbar-nav > li {
    padding: 0 0 9px;
}

.smallHeader.top-bar-header .navbar-default.nav-boxed .search input[type="text"] {
    padding-bottom: 9px;
}

.container > .navbar-header {
    background-color: #fff;
}

/******************************** TOP BAR DEFAULT ********************************/

.top-bar .top-contact-info li, .top-bar.bg-default .top-contact-info li a {
    color: #fff
}

    .top-bar .top-contact-info li a:hover {
        color: #00c1de;
    }


    /******************************** NAVIGATION SEARCH ********************************/

    .top-bar .top-contact-info li.search-btn {
        border-left: 1px solid #7a7a7a;
        padding: 2px 30px 0 19px;
        margin-top: 18px;
        height: 20px;
        font-size: 24px;
    }

        .top-bar .top-contact-info li.search-btn i {
            cursor: pointer;
            color: #fff;
            line-height: 23px;
        }

            .top-bar .top-contact-info li.search-btn i:hover {
                color: #00c1de;
            }

.smallHeader .search-btn i {
    color: #fff;
}

    .smallHeader .search-btn i:hover {
        color: #f78c02;
    }

.search {
    background: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 13px;
    width: 100%;
    display: none;
}

    .search input[type="text"] {
        border: 0 none;
        font-size: 30px;
        height: 100%;
        margin: 0 5%;
        padding: 25px 0 11px;
        width: 90%;
    }

    .search a {
        font-size: 30px;
        position: absolute;
        right: 5%;
        top: 28px;
        text-decoration: none;
        color: #222
    }

.smallHeader .search a {
    top: 28px;
}

.nav-full .search-btn {
    border-left: 1px solid rgba(255, 255, 255, 0.34);
}

    .nav-full .search-btn i {
        font-size: 25px;
    }

.nav-full .search input[type="text"] {
    padding: 18px 0 11px;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    -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;
}

    #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 .container {
        background: none;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 200px;
    }

    #search input[type="search"] {
        width: 100%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 25px;
        text-align: left;
        padding: 10px 30px 10px 30px;
        border: 1px solid rgba(255, 255, 255, 0.34);
    }

    #search .btn {
        border-radius: 0px;
        height: 50px;
        margin: 0;
    }

    #search .close {
        position: absolute;
        top: 20px;
        right: 25px;
        width: 50px;
        height: 50px;
        color: #fff;
        opacity: 0.9;
        font-size: 65px;
    }

    #search .terms {
        font-size: 18px;
        float: left;
        display: inline;
        margin: 20px 0 0 0;
        color: #fff;
    }

        #search .terms li {
            display: inline-block;
            color: #ffffff;
            padding: 15px 17px;
            text-transform: uppercase;
            line-height: 4px;
        }

.btn.btn-fssubmit {
    font-family: 'proxima_nova_semibold', sans-serif;
    font-size: 20px;
    background-color: #000;
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: #fff;
    padding: 10px 20px;
}

.btn-fssubmit:hover, .btn-fssubmit:focus, .btn-fssubmit:active, .btn-fssubmit.active {
    background-color: #e9004c;
    color: #fff;
}

/******************************** LOGO BG ********************************/

.logo-bg {
    position: absolute;
    top: -95px;
    width: 300px;
    height: 170px;
    z-index: 97;
    transition: 0.7s top;
}

    .logo-bg a {
        background-image: url("../images/logo.png");
    }

    .logo-bg a {
        display: block;
        width: 300px;
        height: 170px;
        background-color: white;
        background-repeat: no-repeat;
        background-position: center 65%;
        background-size: 255px;
        white-space: nowrap;
        overflow: hidden;
        box-shadow: 0px 0px 1px #efefef;
    }

/******************************** HOW TO APPLY BG ********************************/

.navbar-default.transparent .navbar-nav > li.apply a {
    background-color: #e9004c;
    margin: 0;
    color: #fff;
    border-bottom: 5px solid #e9004c;
}

    .navbar-default.transparent .navbar-nav > li.apply a:hover {
        color: #282828 !important;
    }

/******************************** SLIDER OVERLAY ********************************/

.main-banner .main-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 290px;
    right: 1050px;
    width: 150%;
    z-index: 98;
    background: rgba(95, 189, 183, 0.8);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -ms-transition: right 0.5s;
    -o-transition: right 0.5s;
    transition: right 0.5s;
}

.main-banner .main-overlay:before, .main-banner .main-overlay:after {
    background: rgba(149, 214, 0, 0.35)
}

/************************************ MAIN IMAGE BANNER *************************************/

.main-banner {
    background: #000;
    position: relative;
    padding: 0;
    overflow: hidden;
    opacity: 1.4;
}

.about-banner, .courses-banner, .apprenticeships-banner, .business-solutions-banner, .contact-banner, .site-banner {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.blackboard-bg {
    background: url("../images/main-banner/creative/bg.jpg") repeat center top;
}

.banner-bottom {
    padding: 25px 0 20px;
    background: #171717;
    margin-top: -2px;
    color: #fff;
}

    .banner-bottom h3 {
        color: #fff;
        font-size: 28px;
    }

    .banner-bottom p {
        color: #8b8b8b;
        margin: 0;
        font-size: 18px;
    }

.main-banner.simple {
    background: #fff;
    border-bottom: 1px solid #c3c3c3
}

    .main-banner.simple .text-left {
        text-align: left
    }

.carousel-indicators.tab-banner-nav {
    bottom: 0;
    left: 0;
    margin: 0;
    position: relative;
    width: 100%;
    display: table;
}

    .carousel-indicators.tab-banner-nav li {
        display: table-cell;
        width: 1%;
        height: auto;
        border-radius: 0;
        border: 0;
        text-indent: 0;
        text-align: left;
        position: relative;
    }

        .carousel-indicators.tab-banner-nav li p {
            font-size: 15px;
            color: #595959;
            margin: 0;
            padding: 25px 20px 25px 20px;
        }

            .carousel-indicators.tab-banner-nav li p span {
                display: block;
                font-size: 28px;
                color: #595959;
                font-family: 'proxima_nova', sans-serif;
                font-weight: 500;
            }

        .carousel-indicators.tab-banner-nav li.active, .carousel-indicators.tab-banner-nav li:hover {
            background: #222222;
        }

            .carousel-indicators.tab-banner-nav li.active p, .carousel-indicators.tab-banner-nav li.active p span,
            .carousel-indicators.tab-banner-nav li:hover p, .carousel-indicators.tab-banner-nav li:hover p span {
                color: #fff;
            }

            .carousel-indicators.tab-banner-nav li.active:after, .carousel-indicators.tab-banner-nav li:hover:after {
                bottom: 100%;
                left: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(136, 183, 213, 0);
                border-bottom-color: #222;
                border-width: 16px;
                margin-left: -20px;
            }

.main-banner.simple .carousel-caption {
    left: 0;
    right: 0;
    bottom: 20%;
}

    .main-banner.simple .carousel-caption h1 {
        color: #fff;
        text-shadow: none;
        font-size: 75px;
    }

    .main-banner.simple .carousel-caption p {
        font-size: 28px;
        text-shadow: none;
        padding-bottom: 20px;
    }

.main-banner.simple img {
    max-width: none;
    width: 100%;
}

.video-full-width {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .video-full-width video {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }

.tp-simpleresponsive .tp-caption.slider3-heading1 {
    font-size: 78px;
    font-family: 'proxima_nova', sans-serif;
}

.tp-simpleresponsive .tp-caption.slider3-heading2 {
    font-size: 110px;
    font-family: 'proxima_nova', sans-serif;
}

.rev-banner3 .font-alternate {
    font-size: 28px;
    color: #fff;
}

.rev-banner3 .tparrows {
    background-color: #fff !important;
}

    .rev-banner3 .tparrows.tp-leftarrow {
        background: url("../images/left-arrow-dark.png") no-repeat center center;
    }

    .rev-banner3 .tparrows.tp-rightarrow {
        background: url("../images/right-arrow-dark.png") no-repeat center center;
    }

/************************************ SEARCH WIDGET *************************************/

.search-widget {
    background: #bcbcbc;
    padding: 20px;
    position: relative;
}

    .search-widget input[type="text"] {
        height: 54px;
        background: #fff;
        border: 1px solid #aeaeae;
        padding: 0 4%;
        width: 100%;
        font-size: 16px;
        font-style: italic;
    }

.search-icon {
    background: url("../images/search-icon.png") no-repeat center center #fff;
    width: 50px;
    height: 52px;
    border: 0;
}

.search-widget .search-icon {
    position: absolute;
    right: 20px;
    top: 21px;
}

.quote {
    font-size: 24px !important;
    color: #333333;
    background: url("../images/quotes-text.png") no-repeat 0 20px;
    padding: 20px 20px 20px 60px;
}


/************************************ HOMEPAGE: COURSE SEARCH  *************************************/

#course-search {
    height: 290px;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-top: -290px;
    padding: 30px 0;
    background: url("../images/bg-course-search.png") no-repeat center bottom #000;
    opacity: 0.9;
    position: initial;
    z-index: 100;
}

.fixed:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.form-control-course {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 12px;
    margin-bottom: 15px;
    font-size: 25px;
    color: #282828;
    background-color: #fff;
    opacity: 1;
}

.btn.btn-csearch {
    font-family: 'proxima_nova_semibold', sans-serif;
    font-size: 20px;
    background-color: #e9004c;
    border: 1px solid #fff;
    color: #fff;
    padding: 13px 33px;
}

.btn-csearch:hover, .btn-csearch:focus, .btn-csearch:active, .btn-csearch.active {
    background: transparent;
    color: #fff;
}

#course-search .view-all a {
    color: #fff;
}

    #course-search .view-all a:hover {
        text-decoration: underline;
    }


/************************************ HOMEPAGE: COURSE TYPE PANELS *************************************/

.course-types {
    width: 100%;
    background-image: url(../images/bg-course-type.jpg);
    background-position: center top;
    background-size: cover;
    position: relative;
    margin-bottom: 65px;
    min-height: 515px;
}

.course-type-blue {
    background-color: #00c1de;
    height: 250px;
    top: 290px;
    border-right: 5px solid #fff;
}

    .course-type-blue .heading {
        position: absolute;
        left: 15px;
        bottom: 10px;
        z-index: 96;
    }

    .course-type-blue h2 {
        color: #fff;
        font-weight: 800;
        font-size: 22px;
    }

.course-type-orange {
    background-color: #f7b334;
    height: 250px;
    top: 290px;
    border-right: 5px solid #fff;
}

    .course-type-orange .heading {
        position: absolute;
        right: 15px;
        bottom: 10px;
        z-index: 96;
    }

    .course-type-orange h2 {
        color: #fff;
        font-weight: 800;
        font-size: 22px;
    }

.course-type-green {
    background-color: #95d600;
    height: 250px;
    top: 290px;
    border-right: 5px solid #fff;
}

    .course-type-green .heading {
        position: absolute;
        left: 15px;
        bottom: 10px;
        z-index: 96;
    }

    .course-type-green h2 {
        color: #fff;
        font-weight: 800;
        font-size: 22px;
    }

.course-type-red {
    background-color: #e9004c;
    height: 250px;
    top: 290px;
}

    .course-type-red .heading {
        position: absolute;
        right: 15px;
        bottom: 10px;
        z-index: 96;
    }

    .course-type-red h2 {
        color: #fff;
        font-weight: 800;
        font-size: 22px;
    }

.cf-course-type-blue {
    background-color: #00c1de;
    height: 200px;
    border-right: 5px solid #fff;
}

    .cf-course-type-blue .heading {
        position: absolute;
        left: 15px;
        bottom: 10px;
        z-index: 96;
    }

        .cf-course-type-blue .heading h2 {
            color: #fff;
            font-weight: 800;
            font-size: 20px !important;
        }

.cf-course-type-orange {
    background-color: #f7b334;
    height: 200px;
    border-right: 5px solid #fff;
}

    .cf-course-type-orange .heading {
        position: absolute;
        left: 15px;
        bottom: 10px;
        z-index: 96;
    }

        .cf-course-type-orange .heading h2 {
            color: #fff;
            font-weight: 800;
            font-size: 20px;
        }

.cf-course-type-green {
    background-color: #95d600;
    height: 200px;
    border-right: 5px solid #fff;
}

    .cf-course-type-green .heading {
        position: absolute;
        left: 15px;
        bottom: 10px;
        z-index: 96;
    }

        .cf-course-type-green .heading h2 {
            color: #fff;
            font-weight: 800;
            font-size: 20px;
        }

.cf-course-type-red {
    background-color: #e9004c;
    height: 200px;
}

    .cf-course-type-red .heading {
        position: absolute;
        left: 15px;
        bottom: 10px;
        z-index: 96;
    }

        .cf-course-type-red .heading h2 {
            color: #fff;
            font-weight: 800;
            font-size: 20px;
        }

/* Triangle Hover Effect */

figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.course-type-blue figure, .cf-course-type-blue figure, .course-type-orange figure, .cf-course-type-orange figure, .course-type-green figure, .cf-course-type-green figure, .course-type-red figure, .cf-course-type-red figure {
    position: relative;
}

    .course-type-blue figure::before, .cf-course-type-blue figure::before {
        position: absolute;
        top: 0;
        left: -50%;
        z-index: 95;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(23, 148, 168, 1);
        -webkit-transform: skewX(-340deg);
        transform: skewX(-340deg);
    }

    .course-type-orange figure::before, .cf-course-type-orange figure::before {
        position: absolute;
        top: 0;
        left: -50%;
        z-index: 95;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(194, 138, 50, 1);
        -webkit-transform: skewX(-390deg);
        transform: skewX(-390deg);
    }

    .course-type-green figure::before, .cf-course-type-green figure::before {
        position: absolute;
        top: 0;
        left: -50%;
        z-index: 95;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(105, 147, 48, 1);
        -webkit-transform: skewX(-340deg);
        transform: skewX(-340deg);
    }

    .course-type-red figure::before, .cf-course-type-red figure::before {
        position: absolute;
        top: 0;
        left: -50%;
        z-index: 95;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(140, 22, 58, 1);
        -webkit-transform: skewX(-390deg);
        transform: skewX(-390deg);
    }

    .course-type-blue figure:hover::before, .cf-course-type-blue figure:hover::before, .course-type-orange figure:hover::before, .cf-course-type-orange figure:hover::before, .course-type-green figure:hover::before, .cf-course-type-green figure:hover::before, .course-type-red figure:hover::before, .cf-course-type-red figure:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

@-webkit-keyframes shine {
    100% {
        left: 155%;
    }
}

@keyframes shine {
    100% {
        left: 155%;
    }
}

/************************************ HOMEPAGE: OPEN DAYS AND EVENTS *************************************/

.open-days {
    background-color: #95d600;
    color: #fff;
    margin-bottom: 40px;
}

.open-days-outer :hover {
    background-color: #e9004c;
}

.open-days h2 {
    font-family: 'proxima_nova_semibold',sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 0 0;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.btn.btn-view-calendar {
    font-family: 'proxima_nova_semibold', sans-serif;
    font-size: 18px;
    background-color: #1f2e0b;
    border: 1px solid #fff;
    color: #fff;
    padding: 13px 33px;
}

.btn-view-calendar:hover, .btn-view-calendar:focus, .btn-view-calendar:active, .btn-view-calendar.active {
    background-color: transparent;
    color: #fff;
}

.open-days-date {
    background-color: #5f8629;
    margin: 0 0 20px 0;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

    .open-days-date h2 {
        font-size: 22px;
        color: #fff;
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.34);
        text-transform: none;
        text-shadow: none;
    }

    .open-days-date h3 {
        font-size: 18px;
        color: #fff;
    }


/************************************ HOMEPAGE: LATEST NEWS  *************************************/

.latest-news {
    background: url("../images/bg-news-triangle2.png") no-repeat left bottom #f7b334;
}

    .latest-news h2 {
        font-family: 'proxima_nova_semibold',sans-serif;
        font-size: 35px;
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 30px 0;
        text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    }

    .latest-news h3 {
        font-size: 25px;
        color: #fff;
        margin: 10px 0 15px 0;
        text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    }

.latest-news-outer {
    background-color: #fff;
}

    .latest-news-outer:hover {
        opacity: 0.6;
    }

.latest-news-thumb {
    position: relative;
}

    .latest-news-thumb img {
        border-radius: 3px;
        max-width: none;
        width: 100%;
    }

.latest-news-content {
    padding: 20px;
}

    .latest-news-content h3 {
        font-weight: bold;
        font-size: 17px;
        text-shadow: none;
        color: #333333;
        line-height: 25px;
    }

        .latest-news-content h3 span {
            display: block;
            font-size: 18px;
            font-weight: 300;
            padding: 5px 0 0;
        }

    .latest-news-content p {
        font-size: 16px;
        color: #333333;
    }


/************************************ HOMEPAGE: MISCELLANOUS PANELS *************************************/

.which-course {
    background: url("../images/bg-which-course.png") no-repeat left bottom #085561;
}

    .which-course h2 {
        font-family: 'proxima_nova_semibold',sans-serif;
        font-size: 25px;
        padding: 20px;
        color: #fff;
    }

    .which-course:hover {
        background-color: #000;
    }

.which-course-caption {
    position: absolute;
    top: 20px;
}

h3.which-course-caption {
    font-weight: 800;
    color: #fff;
    font-size: 23px;
    margin: 0;
    padding: 10px 20px 10px 20px;
}

.why-howc {
    background: url("../images/bg-why-howc.png") no-repeat left top #7e1032;
}

    .why-howc h2 {
        font-family: 'proxima_nova_semibold',sans-serif;
        font-size: 25px;
        padding: 20px;
        color: #fff;
        position: absolute;
        bottom: -2px;
    }

    .why-howc:hover {
        background-color: #000;
    }

.why-howc-caption {
    position: absolute;
    bottom: 20px;
}

h3.why-howc-caption {
    font-weight: 800;
    color: #fff;
    font-size: 23px;
    margin: 0;
    padding: 10px 20px 10px 20px;
}

.top-caption {
    position: absolute;
    top: 20px;
}

h3.top-caption {
    font-weight: 800;
    font-size: 20px;
    margin: 0;
    background-color: #fff;
    padding: 10px 20px 10px 20px;
}

.bottom-caption {
    position: absolute;
    bottom: 20px;
}

h3.bottom-caption {
    font-weight: 800;
    font-size: 20px;
    margin: 0;
    background-color: #fff;
    padding: 10px 20px 10px 20px;
}

/************************************ HOMEPAGE: HOW BANNER *************************************/

.btm-banner {
    width: 100%;
    height: 450px;
    background-image: url(../images/bg-btm-banner.jpg);
    background-position: center top;
    background-size: cover;
}

    .btm-banner .overlay:before {
        content: '';
        position: absolute;
        top: -80px;
        bottom: 0;
        right: 752px;
        width: 150%;
        height: 450px;
        background: #00c1de;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        transform: skew(-20deg);
        -webkit-transition: right 0.5s;
        -moz-transition: right 0.5s;
        -ms-transition: right 0.5s;
        -o-transition: right 0.5s;
        transition: right 0.5s;
    }

    .btm-banner .overlay:before, .btm-banner .overlay:after {
        background: #00c1de;
    }

    .btm-banner h2 {
        font-family: 'proxima_nova_bold',sans-serif;
        font-size: 33px;
        color: #fff;
        margin: 0 0 20px 0;
    }

.btn.btn-dark-blue {
    display: block;
    font-family: 'proxima_nova_semibold', sans-serif;
    font-size: 18px;
    background-color: #094d57;
    border: 1px solid rgba(255, 255, 255, 0.34);
    text-transform: none;
    text-align: left;
    color: #fff;
    padding: 10px 10px;
    width: 260px;
    margin-bottom: 10px;
}

.btn-dark-blue:hover, .btn-dark-blue:focus, .btn-dark-blue:active, .btn-dark-blue.active {
    background-color: transparent;
    color: #fff;
}

.button-icon-1 {
    font-size: 20px;
    color: #fff;
    padding-left: 52px;
}

.button-icon-2 {
    font-size: 20px;
    color: #fff;
    padding-left: 110px;
}

.button-icon-3 {
    font-size: 20px;
    color: #fff;
    padding-left: 110px;
}

/******************************** BREADCRUMBS ********************************/

.breadcrumbs {
    margin: 10px 0 30px 0;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .breadcrumbs a {
        color: #7e8082;
    }

        .breadcrumbs a:hover {
            color: #e9004c;
        }

.slash-divider {
    margin-right: 7px;
    margin-left: 7px;
}

.bread-current {
    color: #00c1de;
}

.fa-home {
    color: #7e8082;
    margin: 0 5px 0 0;
}


/************************************ MAIN CONTENT  *************************************/

#page-bg {
    background: #f5f5f5;
    padding: 0;
    position: relative;
}

#main-content {
    background: #fff;
    margin-top: -141px;
    margin-bottom: 60px;
    height: 100%;
    min-height: 900px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}

#main-content-xh {
    background: #fff;
    margin-top: -210px;
    margin-bottom: 60px;
    height: 1000px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}

    #main-content .content-wrapper, #main-content-xh .content-wrapper {
        padding: 40px 20px 40px 20px;
    }

/************************************ RIGHT SIDEBAR *************************************/

#sidebar-content {
    background: #00c1de;
    height: 100%;
    min-height: 370px;
    box-sizing: border-box;
}

    #sidebar-content .content-wrapper {
        padding: 40px 20px 40px 20px;
    }

        #sidebar-content .content-wrapper h3 {
            color: #fff;
        }

.sidebar-widget {
    position: relative;
    z-index: 2;
}

    .sidebar-widget .caption-1 {
        font-family: 'proxima_nova_semibold',sans-serif;
        font-weight: 800;
        font-size: 23px;
        margin: 0;
        padding: 10px 20px 10px 20px;
        color: #fff;
        position: absolute;
        bottom: 23px;
    }

    .sidebar-widget .caption-2 {
        font-family: 'proxima_nova_semibold',sans-serif;
        font-weight: 800;
        font-size: 20px;
        margin: 0;
        padding: 10px 20px 10px 20px;
        background-color: #f7b334;
        color: #fff;
        position: absolute;
        bottom: 23px;
    }

    .sidebar-widget .caption-3 {
        font-family: 'proxima_nova_semibold',sans-serif;
        font-weight: 800;
        font-size: 20px;
        margin: 0;
        padding: 10px 20px 10px 20px;
        background-color: #fff;
        position: absolute;
        bottom: 23px;
    }

.howcleft-sidebar-nav {
    float: none;
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
}

.howcleft-navbar-header {
    float: none;
}

    .howcleft-navbar-header:after, .howcleft-navbar-header:before {
        display: table;
        content: " ";
        clear: both;
    }

.howc-navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.sidebar-navbar-brand {
    font-family: 'proxima_nova_semibold',sans-serif;
    padding: 15px 15px;
    font-size: 20px;
    line-height: 45px;
    color: #fff;
}

.howc-navbar h3 {
    font-size: 30px;
    font-family: 'proxima_nova_semibold',sans-serif;
    color: #fff;
    margin-bottom: 20px;
}

/* Main menu */

.navbar-about, .navbar-studentlife, .navbar-courses, .navbar-solutions, .navbar-useful, .navbar-related, .navbar-subject1, .navbar-subject2 {
    font-family: 'proxima_nova_semibold',sans-serif;
    border-color: #e7e7e7;
}

    .navbar-about .howcleft-navbar-nav > li > a.show-arrow, .navbar-studentlife .howcleft-navbar-nav > li > a.show-arrow, .navbar-courses .howcleft-navbar-nav > li > a.show-arrow,
    .navbar-solutions .howcleft-navbar-nav > li > a.show-arrow, .navbar-useful .howcleft-navbar-nav > li > a.show-arrow, .navbar-related .howcleft-navbar-nav > li > a.show-arrow,
    .navbar-subject1 .howcleft-navbar-nav > li > a.show-arrow, .navbar-subject2 .howcleft-navbar-nav > li > a.show-arrow {
        background: url(../images/sidebar-arrow.png) no-repeat 99% 50%;
    }

    .navbar-about .howcleft-navbar-nav > li > a {
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid #e7e7e7;
        border-left: 5px solid #085561;
        padding: 10px 130px 10px 15px;
        background-color: #085561;
    }

    .navbar-studentlife .howcleft-navbar-nav > li > a {
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid #e7e7e7;
        border-left: 5px solid #085561;
        padding: 10px 130px 10px 15px;
    }

    .navbar-courses .howcleft-navbar-nav > li > a {
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid #e7e7e7;
        border-left: 5px solid #085561;
        padding: 10px 60px 10px 15px;
    }

    .navbar-solutions .howcleft-navbar-nav > li > a {
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid #e7e7e7;
        border-left: 5px solid #085561;
        padding: 10px 90px 10px 15px;
    }

    .navbar-useful .howcleft-navbar-nav > li > a {
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid #e7e7e7;
        border-left: 5px solid #085561;
        padding: 10px 120px 10px 15px;
    }

    .navbar-related .howcleft-navbar-nav > li > a {
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid #e7e7e7;
        border-left: 5px solid #085561;
        padding: 10px 140px 10px 15px;
    }

    .navbar-subject1 .howcleft-navbar-nav > li > a {
        font-size: 15px;
        color: #fff;
        border-bottom: 1px solid #e7e7e7;
        border-left: 5px solid #085561;
        padding: 10px 0 10px 15px;
    }

    .navbar-subject2 .howcleft-navbar-nav > li > a {
        font-size: 15px;
        color: #fff;
        border-bottom: 1px solid #e7e7e7;
        border-left: 5px solid #085561;
        padding: 10px 80px 10px 15px;
    }

        .navbar-about .howcleft-navbar-nav > li > a:hover,
        .navbar-studentlife .howcleft-navbar-nav > li > a:hover,
        .navbar-courses .howcleft-navbar-nav > li > a:hover,
        .navbar-solutions .howcleft-navbar-nav > li > a:hover,
        .navbar-useful .howcleft-navbar-nav > li > a:hover,
        .navbar-related .howcleft-navbar-nav > li > a:hover,
        .navbar-subject1 .howcleft-navbar-nav > li > a:hover,
        .navbar-subject2 .howcleft-navbar-nav > li > a:hover {
            border-left: 5px solid #7e1032;
            background-color: #e9004c;
        }

    .navbar-about .howcleft-navbar-nav > .active > a,
    .navbar-studentlife .howcleft-navbar-nav > .active > a,
    .navbar-courses .howcleft-navbar-nav > .active > a,
    .navbar-solutions .howcleft-navbar-nav > .active > a,
    .navbar-useful .howcleft-navbar-nav > .active > a,
    .navbar-related .howcleft-navbar-nav > .active > a,
    .navbar-subject1 .howcleft-navbar-nav > .active > a,
    .navbar-subject2 .howcleft-navbar-nav > .active > a {
        border-left: 5px solid #7e1032;
        background-color: #e9004c;
    }

        .navbar-about .howcleft-navbar-nav > .active > a:hover,
        .navbar-studentlife .howcleft-navbar-nav > .active > a:hover,
        .navbar-courses .howcleft-navbar-nav > .active > a:hover,
        .navbar-solutions .howcleft-navbar-nav > .active > a:hover,
        .navbar-useful .howcleft-navbar-nav > .active > a:hover,
        .navbar-related .howcleft-navbar-nav > .active > a:hover,
        .navbar-subject1 .howcleft-navbar-nav > .active > a:hover,
        .navbar-subject2 .howcleft-navbar-nav > .active > a:hover {
            background-color: #e9004c;
        }

    .navbar-about .howcleft-navbar-nav > .active a.show-arrow,
    .navbar-studentlife .howcleft-navbar-nav > .active a.show-arrow,
    .navbar-courses .howcleft-navbar-nav > .active a.show-arrow,
    .navbar-solutions .howcleft-navbar-nav > .active a.show-arrow,
    .navbar-useful .howcleft-navbar-nav > .active a.show-arrow,
    .navbar-related .howcleft-navbar-nav > .active a.show-arrow,
    .navbar-subject1 .howcleft-navbar-nav > .active a.show-arrow,
    .navbar-subject2 .howcleft-navbar-nav > .active a.show-arrow {
        background-color: #e9004c;
    }

    .navbar-about .howcleft-navbar-nav .button-icon,
    .navbar-studentlife .howcleft-navbar-nav .button-icon,
    .navbar-courses .howcleft-navbar-nav .button-icon,
    .navbar-solutions .howcleft-navbar-nav .button-icon,
    .navbar-useful .howcleft-navbar-nav .button-icon,
    .navbar-related .howcleft-navbar-nav .button-icon,
    .navbar-subject1 .howcleft-navbar-nav .button-icon,
    .navbar-subject2 .howcleft-navbar-nav .button-icon {
        color: #fff;
        position: absolute;
        font-size: 125%;
        right: 5%;
        top: 25%;
    }

    .navbar-about .navbar-toggle, .navbar-studentlife .navbar-toggle, .navbar-courses .navbar-toggle, .navbar-solutions .navbar-toggle,
    .navbar-useful .navbar-toggle, .navbar-related .navbar-toggle, .navbar-subject1 .navbar-toggle, .navbar-subject2 .navbar-toggle {
        border-color: #fff;
    }

        .navbar-about .navbar-toggle:hover, .navbar-studentlife .navbar-toggle:hover, .navbar-courses .navbar-toggle:hover, .navbar-solutions .navbar-toggle:hover,
        .navbar-useful .navbar-toggle:hover, .navbar-related .navbar-toggle:hover, .navbar-subject1 .navbar-toggle:hover, .navbar-subject2 .navbar-toggle:hover,
        .navbar-about .navbar-toggle:focus, .navbar-studentlife .navbar-toggle:focus, .navbar-courses .navbar-toggle:focus, .navbar-solutions .navbar-toggle:focus,
        .navbar-useful .navbar-toggle:focus, .navbar-related .navbar-toggle:focus, .navbar-subject1 .navbar-toggle:focus, .navbar-subject2 .navbar-toggle:focus {
            background-color: #e9004c;
        }

        .navbar-about .navbar-toggle .icon-bar, .navbar-studentlife .navbar-toggle .icon-bar, .navbar-courses .navbar-toggle .icon-bar, .navbar-solutions .navbar-toggle .icon-bar,
        .navbar-useful .navbar-toggle .icon-bar, .navbar-related .navbar-toggle .icon-bar, .navbar-subject1 .navbar-toggle .icon-bar, .navbar-subject2 .navbar-toggle .icon-bar {
            background-color: #fff;
        }

.howcleft-sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
}

.howcleft-sidebar-nav .navbar ul {
    float: none;
}

    .howcleft-sidebar-nav .navbar ul:not {
        display: block;
    }

.howcleft-sidebar-nav .navbar li {
    float: none;
    display: block;
}

    .howcleft-sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

/* Submenu */

.navbar-about .howcleft-navbar-nav.level-2 > li > a, .navbar-studentlife .howcleft-navbar-nav.level-2 > li > a,
.navbar-courses .howcleft-navbar-nav.level-2 > li > a, .navbar-subject2 .howcleft-navbar-nav.level-2 > li > a {
    font-weight: normal;
    padding-left: 45px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-about .howcleft-navbar-nav.level-2 > li:not(:last-child) > a, .navbar-studentlife .howcleft-navbar-nav.level-2 > li:not(:last-child) > a, .navbar-courses .howcleft-navbar-nav.level-2 > li:not(:last-child) > a, .navbar-subject2 .howcleft-navbar-nav.level-2 > li:not(:last-child) > a,
.navbar-about .howcleft-navbar-nav > li.has-children > a, .navbar-studentlife .howcleft-navbar-nav > li.has-children > a, .navbar-courses .howcleft-navbar-nav > li.has-children > a, .navbar-subject2 .howcleft-navbar-nav > li.has-children > a {
    border-bottom: none;
}

.navbar-about .howcleft-navbar-nav li:hover .submenu, .navbar-studentlife .howcleft-navbar-nav li:hover .submenu,
.navbar-courses .howcleft-navbar-nav li:hover .submenu, .navbar-subject2 .howcleft-navbar-nav li:hover .submenu {
    display: block;
    max-height: 400px;
}

.navbar-about .howcleft-navbar-nav .submenu li a, .navbar-studentlife .howcleft-navbar-nav .submenu li a, .navbar-courses .howcleft-navbar-nav .submenu li a {
    display: block;
    font-size: 16px;
    color: #fff;
    background-color: #085561;
    border-bottom: 1px solid #e7e7e7;
    border-left: 2px solid #085561;
    padding: 10px 40px 10px 15px;
}

.navbar-subject2 .howcleft-navbar-nav .submenu li a {
    display: block;
    font-size: 15px;
    color: #fff;
    background-color: #085561;
    border-bottom: 1px solid #e7e7e7;
    border-left: 2px solid #085561;
    padding: 10px 40px 10px 15px;
}

.navbar-about .howcleft-navbar-nav .submenu a:hover, .navbar-studentlife .howcleft-navbar-nav .submenu a:hover,
.navbar-courses .howcleft-navbar-nav .submenu a:hover, .navbar-subject2 .howcleft-navbar-nav .submenu a:hover {
    border-left: 2px solid #7e1032;
    background-color: #e9004c;
}

.navbar-about .howcleft-navbar-nav .submenu > .active > a, .navbar-studentlife .howcleft-navbar-nav .submenu > .active > a,
.navbar-courses .howcleft-navbar-nav .submenu > .active > a, .navbar-subject2 .howcleft-navbar-nav .submenu > .active > a {
    border-left: 5px solid #7e1032;
    background-color: #e9004c;
}

    .navbar-about .howcleft-navbar-nav .submenu > .active > a:hover, .navbar-studentlife .howcleft-navbar-nav .submenu > .active > a:hover,
    .navbar-courses .howcleft-navbar-nav .submenu > .active > a:hover, .navbar-subject2 .howcleft-navbar-nav .submenu > .active > a:hover {
        background-color: #e9004c;
    }

.navbar-about .howcleft-navbar-nav .submenu, .navbar-studentlife .howcleft-navbar-nav .submenu,
.navbar-courses .howcleft-navbar-nav .submenu, .navbar-subject2 .howcleft-navbar-nav .submenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
}

    .navbar-about .howcleft-navbar-nav .submenu.our-campuses,
    .navbar-about .howcleft-navbar-nav .submenu.facilities,
    .navbar-about .howcleft-navbar-nav .submenu.governance,
    .navbar-about .howcleft-navbar-nav .submenu.legal,
    .navbar-studentlife .howcleft-navbar-nav .submenu.finance,
    .navbar-studentlife .howcleft-navbar-nav .submenu.support,
    .navbar-studentlife .howcleft-navbar-nav .submenu.experience,
    .navbar-courses .howcleft-navbar-nav .submenu.apprenticeships,
    .navbar-subject2 .howcleft-navbar-nav .submenu.stories {
        max-height: 400px;
    }

/* Media queries */

@media only screen and (max-width:320px) {
    .navbar-nav {
        margin: 0px;
    }
}

@media only screen and (max-width:480px) {
    /* Force table to not be like tables anymore */
    table.table, .table thead, .table tbody, .table th,
    .table td, .table tr {
        display: block;
    }


        /* Hide table headers (but not display: none;, for accessibility) */
        .table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .table tr {
        border: 1px solid #ccc;
    }

    .table td { /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        .table td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 10px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        .table td:before {
            content: attr(data-title);
        }
}

    @media only screen and (max-width:375px) {
        .navbar-subject2 .howcleft-navbar-nav > li > a {
            font-size: 15px;
            color: #fff;
            border-bottom: 1px solid #e7e7e7;
            border-left: 5px solid #085561;
            padding: 10px 10px 10px 15px;
        }

    }

    @media only screen and (max-width:400px) {
        .navbar-studentlife .howcleft-navbar-nav > li > a {
            padding: 10px 80px 10px 15px;
        }

        .navbar-courses .howcleft-navbar-nav > li > a {
            padding: 10px 0px 10px 15px;
        }

        .navbar-solutions .howcleft-navbar-nav > li > a {
            padding: 10px 30px 10px 15px;
        }

        .navbar-useful .howcleft-navbar-nav > li > a {
            padding: 10px 60px 10px 15px;
        }

        .navbar-related .howcleft-navbar-nav > li > a {
            padding: 10px 60px 10px 15px;
        }
    }

    @media only screen and (max-width:480px) {
        .navbar-nav {
            margin: 0px;
        }

        .navbar-about .howcleft-navbar-nav > li > a {
            padding: 10px 80px 10px 15px;
        }
    }

    @media only screen and (min-width:480px) and (max-width:1200px) {
        .navbar-collapse {
            overflow-x: hidden;
        }

        .navbar-collapse {
            overflow-y: hidden;
        }

        .navbar-nav {
            margin: 0px;
        }
    }

    @media only screen and (min-width:1200px) {
        .howc-navbar {
            border: none;
        }
    }

    @media only screen and (max-width:1200px) {
        #sidebar-content {
            min-height: 110px;
        }

            #sidebar-content .content-wrapper {
                padding: 10px 20px 0 20px;
            }

                #sidebar-content .content-wrapper h3 {
                    display: none;
                }

        .navbar-about .navbar-toggle, .navbar-studentlife .navbar-toggle, .navbar-courses .navbar-toggle, .navbar-solutions .navbar-toggle,
        .navbar-useful .navbar-toggle, .navbar-related .navbar-toggle, .navbar-subject1 .navbar-toggle, .navbar-subject2 .navbar-toggle {
            margin-top: 8px;
        }

        .sidebar-navbar-brand {
            padding-top: 5px;
            padding-bottom: 5px;
        }
    }

    /* Headings */

    .about h1, .courses h1, .student-life h1, .employers h1, .contact h1, .misc h1, .media-gallery h1 {
        font-family: 'proxima_nova_bold', sans-serif;
        color: #00c1de;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .about h2, .courses h2, .student-life h2, .employers h2, .contact h2, .misc h2, .media-gallery h2 {
        font-family: 'proxima_nova_semibold', sans-serif;
        color: #085561;
        font-size: 34px;
        margin-bottom: 20px;
    }

    .about h3, .courses h3, .student-life h3, .employers h3, .contact h3, .misc h3, .media-gallery h3 {
        font-family: 'proxima_nova_semibold', sans-serif;
        color: #085561;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .about h4, .courses h4, .student-life h4, .employers h4, .contact h4, .misc h4, .media-gallery h4 {
        font-family: 'proxima_nova_semibold', sans-serif;
        color: #085561;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .about h5, .courses h5, .student-life h5, .employers h5, .contact h5, .misc h5 {
        font-family: 'proxima_nova_semibold', sans-serif;
        color: #085561;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .about p, .courses p, .student-life p, .employers p, .contact p, .misc p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .about .line, .courses .line, .student-life .line, .employers .line, .contact .line, .misc .line {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .about hr.dotted, .courses hr.dotted, .student-life hr.dotted, .employers hr.dotted, .contact hr.dotted, .misc hr.dotted {
        margin-top: 10px;
        margin-bottom: 35px;
        border: 0;
        border-top: 1px dashed #dadada;
    }

    .courses h1.access-to-higher-education {
        color: #00afa2;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.accounting-and-book-keeping {
        color: #002d60;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.art-and-design {
        color: #b42179;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.automotive-technical-training {
        color: #5bba47;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.business-and-management {
        color: #002d60;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.computing-and-it {
        color: #112e76;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.construction {
        color: #f7941d;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.engineering-and-manufacturing {
        color: #426b7c;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.esol {
        color: #ee7930;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.foundation-learning {
        color: #ee3662;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.games-design-and-digital-media {
        color: #b42179;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.gcses {
        color: #ee3662;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.hair-and-beauty {
        color: #b578b3;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.health-social-care-early-years {
        color: #c14d9c;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.hospitality-and-catering {
        color: #5aa93e;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.human-resources {
        color: #002d60;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.law-and-legal-executive {
        color: #263546;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.leadership-and-management {
        color: #002d60;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.leisure-and-hobbies {
        color: #8cadc0;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.makeup-for-film-tv-and-stage {
        color: #b42179;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.marketing {
        color: #002d60;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.media-production {
        color: #b42179;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.music-and-performing-arts {
        color: #b42179;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.nvqs {
        color: #002d60;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.professional-development {
        color: #002d60;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.public-services {
        color: #006d84;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.science {
        color: #e76120;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.social-work {
        color: #714064;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.sports-and-fitness {
        color: #00b25b;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.teacher-training {
        color: #002d60;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    .courses h1.travel-and-tourism {
        color: #00aadd;
        font-size: 35px;
        background-color: #fff;
        margin-bottom: 0;
        padding: 20px;
    }

    /* Bullet Lists */

    .general-list {
        padding-left: 0;
        margin-left: 17px;
        margin-bottom: 20px;
        list-style-type: square;
    }

    .modules-list {
        padding-left: 0;
        margin-left: 50px;
        margin-bottom: 20px;
        list-style-type: square;
    }

        .general-list li, .number-list li, .modules-list li {
            position: relative;
            font-size: 16px;
            line-height: 30px;
        }

    .number-list {
        padding-left: 0;
        margin-left: 17px;
        margin-bottom: 20px;
    }

    /* Share */

    .bg-share {
        position: absolute;
        top: -140px;
        background-color: rgba(0, 0, 0, 0.7);
        width: 200px;
        height: 140px;
        padding: 20px;
    }

        .bg-share h3 {
            font-size: 27px;
            color: #fff;
        }

        .bg-share .social li {
            margin: 0;
        }

            .bg-share .social li a i {
                width: 40px;
                height: 40px;
                font-size: 25px;
                line-height: 38px;
                box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.1);
                -webkit-box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.1);
                color: #cecece;
                border: 1px solid rgba(255, 255, 255, 0.34);
            }

            .bg-share .social li a:hover i {
                opacity: 1;
                color: #fff;
            }

            .bg-share .social li a.facebook:hover i, .social li a.facebook:hover i {
                background: #456098;
                border-color: #456098
            }

            .bg-share .social li a.twitter:hover i, .social li a.twitter:hover i {
                background: #07a2dc;
                border-color: #07a2dc
            }

            .bg-share .social li a.linkedin:hover i, .social li a.linkedin:hover i {
                background: #05759b;
                border-color: #05759b
            }

    /* Captions */

    .bottom-caption-1, #sidebar-content .bottom-caption-1 {
        position: absolute;
        top: 135px;
    }

    .bottom-caption-2, #sidebar-content .bottom-caption-2 {
        position: absolute;
        bottom: 20px;
    }

    h4.bottom-caption-1, h4.bottom-caption-2 {
        font-weight: bold;
        font-size: 23px;
        margin: 0;
        background-color: #fff;
        padding: 10px 20px 10px 20px;
    }

    h4.bottom-caption-3 {
        position: absolute;
        bottom: 112px;
        font-weight: 800;
        font-size: 23px;
        margin: 0;
        background-color: #fff;
        padding: 10px 20px 10px 20px;
    }

    #main-content .contact-caption {
        position: absolute;
        top: 0;
        width: 350px;
        height: 100%;
        margin: 0;
        padding: 40px 20px 10px 20px;
        color: #fff;
    }

        #main-content .contact-caption h3 {
            font-weight: bold;
            font-size: 23px;
            color: #fff;
        }

        #main-content .contact-caption p {
            font-size: 18px;
            color: #fff;
        }

    h4.link-caption-1 {
        font-size: 19px;
        margin: 0;
        padding: 10px 20px 10px 20px;
    }

    .link-caption-1 {
        position: absolute;
        left: 140px;
        bottom: 25px;
    }

    h4.link-caption-2 {
        font-size: 22px;
        margin: 0;
        padding: 10px 20px 10px 20px;
    }

    .link-caption-2 {
        position: absolute;
        top: 25px;
    }

    /* Quote */

    .about .quote {
        font-family: 'proxima_nova_semibold', sans-serif;
        position: relative;
        padding: 47px 25px 47px 150px;
        border-radius: 5px;
        background: url("../images/quotes.png") no-repeat 70px 40px;
        background-color: #f7b334;
        margin-bottom: 20px
    }

    .student-life .quote {
        font-family: 'proxima_nova_semibold', sans-serif;
        position: relative;
        padding: 47px 25px 47px 150px;
        border-radius: 5px;
        background: url("../images/quotes.png") no-repeat 70px 40px;
        background-color: #f7b334;
        margin-bottom: 20px
    }

        .about .quote p, .student-life .quote p {
            font-size: 23px;
            line-height: 30px;
            color: #fff;
            margin: 0;
        }

    .about .our-campuses .quote {
        padding: 40px 25px 40px 150px;
        background: url(../images/quotes.png) no-repeat 70px 30px #f7b334;
    }

        .about .our-campuses .quote p {
            width: 0;
        }

    .about .contact-info {
        font-family: 'proxima_nova_semibold', sans-serif;
        position: relative;
        padding: 20px 0 20px 30px;
        border-radius: 5px;
        background-color: #085561;
    }

        .about .contact-info li {
            color: #fff;
        }

    .student-life .sports.quote {
        padding: 63px 25px 63px 150px;
    }

        .student-life .sports.quote p {
            line-height: 6px;
        }

    /************************************ ABOUT SECTION *************************************/

    .about .client-detail {
        margin-left: 25px;
    }

        .about .client-detail span {
            position: relative;
            top: 6px;
        }

        .about .client-detail strong {
            display: block;
            font-size: 20px;
            font-weight: 600;
        }

    .about .content-block {
        min-height: 300px;
    }

        .about .content-block .slogan-wrap {
            padding: 20px;
            position: absolute;
            top: 60px;
        }

            .about .content-block .slogan-wrap p {
                color: #fff;
                font-size: 25px;
                line-height: 35px;
            }

    /* Our Vision Our Values */

    .value-one ul, .value-two ul, .value-three ul, .value-four ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #fff;
    }

        .value-one ul li {
            font-size: 16px;
            padding: 0;
            display: block;
            color: #6b6b6b;
            line-height: 35px;
            border-bottom: 1px solid #efefef;
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 20px;
        }

    .value-one h2 {
        margin-bottom: 0;
        padding: 40px 20px 40px 20px;
        border: 4px solid #00c1de;
        border-bottom: none;
        text-align: center;
        color: #00c1de;
    }

    .value-one .content-container {
        border-right: 4px solid #00c1de;
        border-left: 4px solid #00c1de;
        border-bottom: 4px solid #00c1de;
        padding-bottom: 25px;
    }

    .value-two ul li {
        font-size: 16px;
        padding: 0;
        display: block;
        color: #6b6b6b;
        line-height: 35px;
        border-bottom: 1px solid #efefef;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .value-two h2 {
        margin-bottom: 0;
        padding: 40px 20px 40px 20px;
        border: 4px solid #95d600;
        border-bottom: none;
        text-align: center;
        color: #95d600;
    }

    .value-two .content-container {
        border-right: 4px solid #95d600;
        border-left: 4px solid #95d600;
        border-bottom: 4px solid #95d600;
        padding-bottom: 25px;
    }

    .value-three ul li {
        font-size: 16px;
        padding: 0;
        display: block;
        color: #6b6b6b;
        line-height: 35px;
        border-bottom: 1px solid #efefef;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .value-three h2 {
        margin-bottom: 0;
        padding: 40px 20px 40px 20px;
        border: 4px solid #f7b334;
        border-bottom: none;
        text-align: center;
        color: #f7b334;
    }

    .value-three .content-container {
        border-right: 4px solid #f7b334;
        border-left: 4px solid #f7b334;
        border-bottom: 4px solid #f7b334;
        padding-bottom: 150px;
    }

    .value-four ul li {
        font-size: 16px;
        padding: 0;
        display: block;
        color: #6b6b6b;
        line-height: 35px;
        border-bottom: 1px solid #efefef;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .value-four h2 {
        margin-bottom: 0;
        padding: 40px 20px 40px 20px;
        border: 4px solid #e9004c;
        border-bottom: none;
        text-align: center;
        color: #e9004c;
    }

    .value-four .content-container {
        border-right: 4px solid #e9004c;
        border-left: 4px solid #e9004c;
        border-bottom: 4px solid #e9004c;
        padding-bottom: 25px;
    }

    /* Policies */

    .policy-one ul, .policy-two ul, .policy-three ul, .policy-four ul, .policy-five ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #fff;
    }

        .policy-one ul li, .policy-two ul li, .policy-three ul li, .policy-four ul li, .policy-five ul li {
            font-size: 15px;
            font-weight: bold;
            padding: 0;
            display: block;
            color: #6b6b6b;
            line-height: 25px;
            border-bottom: 1px solid #efefef;
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 20px;
        }

    .policy-one h2, .policy-two h2, .policy-three h2, .policy-four h2, .policy-five h2 {
        font-size: 30px;
        margin-bottom: 0;
        padding: 30px 20px 30px 20px;
        border: 4px solid #dddddd;
        border-bottom: none;
        text-align: center;
        color: #085561;
    }

    .policy-one .content-container {
        border-right: 4px solid #dddddd;
        border-left: 4px solid #dddddd;
        border-bottom: 4px solid #dddddd;
        padding-bottom: 140px;
    }

    .policy-two .content-container {
        border-right: 4px solid #dddddd;
        border-left: 4px solid #dddddd;
        border-bottom: 4px solid #dddddd;
        padding-bottom: 25px;
    }

    .policy-three .content-container {
        border-right: 4px solid #dddddd;
        border-left: 4px solid #dddddd;
        border-bottom: 4px solid #dddddd;
        padding-bottom: 25px;
    }

    .policy-four .content-container {
        border-right: 4px solid #dddddd;
        border-left: 4px solid #dddddd;
        border-bottom: 4px solid #dddddd;
        padding-bottom: 163px;
    }

    .policy-five .content-container {
        border-right: 4px solid #dddddd;
        border-left: 4px solid #dddddd;
        border-bottom: 4px solid #dddddd;
        padding-bottom: 25px;
    }

    /* Governance */

    .tabs-3 .nav-tabs > li > a {
        border-radius: 0;
        letter-spacing: 1px;
        padding: 14px 20px;
        margin-top: 10px;
        font-weight: bold;
    }

    .tabs-3 .nav-tabs > li.active > a, .tabs-3 .nav-tabs > li.active > a:focus, .tabs-3 .nav-tabs > li.active > a:hover {
        color: #e9004c;
        font-weight: bold;
    }

    .tab-pane {
        padding: 30px;
        margin-bottom: 30px;
    }

    .tab-content-gov > .tab-pane {
        display: none;
    }

    .tab-content-gov > .active {
        display: block;
    }

    .tab-content-gov h3 {
        font-size: 20px;
    }

    .tabs-list {
        padding-left: 0;
        margin-left: 12px;
        margin-bottom: 15px;
        list-style-type: none;
    }

        .tabs-list li {
            position: relative;
            font-size: 16px;
            line-height: 40px;
        }

        .tabs-list > li [class*=" fa-"] {
            position: absolute;
            left: -20px;
            text-align: center;
            top: 12px;
            width: 14px;
        }

        .tabs-list span.doc-type {
            font-size: 12px;
            margin-left: 5px;
        }

    @media only screen and (max-width: 480px) {

        .xs-tabs-transform.nav-tabs {
            border-bottom: none;
        }

            .xs-tabs-transform.nav-tabs > li {
                /* float:none; */
                margin-bottom: 0;
            }

                .xs-tabs-transform.nav-tabs > li.active > a, .xs-tabs-transform.nav-tabs > li.active > a:focus, .xs-tabs-transform.nav-tabs > li.active > a:hover {
                    border-color: transparent;
                    border-bottom-color: #101010;
                }

                .xs-tabs-transform.nav-tabs > li > a, .xs-tabs-transform.nav-tabs > li > a:focus, .xs-tabs-transform.nav-tabs > li > a:hover {
                    padding-right: 10px;
                    padding-left: 10px;
                    /* border-bottom-color:#dedede; */
                }
    }

    /************************************ TABS *************************************/

    .tab-pane {
        background-color: #fff;
        border: 1px solid #d6d6d6;
        border-top: none;
    }

    .tabs.custom-tabs .nav-tabs li.active a {
        color: #4b4e53;
        background: #eee;
        border: none;
    }

    .tabs.custom-tabs .nav-tabs a {
        color: #7e8082;
        border: none;
        border-radius: 0px;
        padding: 15px 20px;
    }

    .tabs.custom-tabs .nav-tabs {
        border-bottom: 1px solid #eee;
    }

    .tabs.custom-tabs .tab-pane {
        background-color: #fff;
        border: 15px solid #eee;
        border-top: 14px solid #eee;
        border-left: none;
    }

    .tabs.custom-tabs .tab-content-container {
        padding: 15px 15px 5px 0;
    }

    .normal-tabs.tabs-left-nav .resp-tabs-list li {
        float: left;
        margin-top: 20px;
    }

    .normal-tabs .resp-tabs-list li a {
        font-size: 20px;
        padding: 10px 30px 8px;
        color: #222;
        border-left: 1px solid #c4c4c4;
        border-right: 1px solid #c4c4c4;
        border-top: 1px solid #c4c4c4;
    }

    .normal-tabs .resp-tabs-list li:first-child a {
        border-left: 0px solid #3b415d;
    }

    .normal-tabs .resp-tabs-list li.resp-tab-active a, .normal-tabs .resp-tabs-list li a:hover {
        background: #3b415d;
        color: #fff !important;
        border-bottom: 0;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .normal-tabs .resp-tabs-container {
        border: 1px solid #c4c4c4;
        padding: 33px;
        margin: 7px 0 50px 0;
    }

    .normal-tabs.tabs-right-nav .resp-tabs-list li {
        float: right;
    }

    .search-row li {
        border-bottom: 1px dashed #ccc;
        font-size: 18px !important;
        margin-bottom: 20px;
    }

        .search-row li label {
            font-size: 20px;
        }

    .search-row .search-headline p a {
        margin-bottom: 0px;
        line-height: 35px;
    }

    .search-row .search-text p {
        border-bottom: 1px dashed #ddd;
    }

    /* Meet the Governors */

    .team-member {
        margin-top: 60px;
    }

    .team-member-thumb {
        position: relative;
    }

    .team-member-content {
        padding: 26px 0 30px 0;
    }

        .team-member-content h3 {
            font-weight: 600;
            font-size: 22px;
            color: #f78c02;
        }

            .team-member-content h3 span {
                display: block;
                font-size: 18px;
                font-weight: 300;
                padding: 5px 0 0;
            }

    .team-member.one, .team-member.two, .team-member.three, .team-member.four, .team-member.five, .team-member.six {
        margin: 0
    }

    .team-member.one, .team-member.two, .team-member.three, .team-member.four, .team-member.five, .team-member.six, .team-member-thumb img {
        border-radius: 0;
        border: 0px solid #000;
    }

    /* Toggle */

    .toggle-view-custom {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .toggle-view-custom li {
            cursor: pointer;
        }

            .toggle-view-custom li:first-child {
                margin-top: 0px;
            }

        .toggle-view-custom .panel {
            display: none;
            background: none;
            border: none;
            border-radius: 0;
            border-right: 0px solid #efe1ff;
            margin: 0;
            margin-left: 49px;
            padding: 15px;
            padding-right: 17px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .toggle-no-bg.toggle-view-custom .panel {
        border-left: 5px solid #dfdfdf;
        border-right: none;
        display: none;
        margin-left: 23px;
        padding: 15px 0 15px 36px;
    }

    .toggle-no-bg .ui-accordion-header {
        background: none;
    }

    .toggle-view-custom .panel p {
        margin-top: 0;
    }

    .panel p:last-child {
        margin-bottom: 0px;
    }

    /* Archers, Fountains and Fusion Accordion */

    h3.ui-accordion-header-archers {
        margin: 0;
        cursor: pointer;
        font-size: 18px;
        color: #47098c;
    }

    h3.ui-accordion-header-fusion {
        margin: 0;
        cursor: pointer;
        font-size: 18px;
        color: #f27436;
    }

    h3.ui-accordion-header-fountains {
        margin: 0;
        cursor: pointer;
        font-size: 18px;
        color: #ae1a43;
    }

        h3.ui-accordion-header-archers:first-child, h3.ui-accordion-header-fusion:first-child, h3.ui-accordion-header-fountains:first-child {
            margin: 0;
        }

    .ui-accordion-header-archers {
        font-size: 16px !important;
        line-height: 50px !important;
        margin: 0;
        background-color: #efe1ff;
    }

    .ui-accordion-header-fusion {
        font-size: 16px !important;
        line-height: 50px !important;
        margin: 0;
        background-color: #ffece2;
    }

    .ui-accordion-header-fountains {
        font-size: 16px !important;
        line-height: 50px !important;
        margin: 0;
        background-color: #ffe7ee;
    }

    .accordion-no-bg {
        background: none;
    }

    .ui-accordion-content p {
        margin: 0;
        padding-top: 0px;
        padding-bottom: 12px;
    }

        .ui-accordion-content p:last-child {
            padding-bottom: 0px;
        }

    .ui-accordion-content {
        margin-left: 50px;
        border-right: 15px solid #efe1ff;
        display: none;
        margin-left: 49px;
        padding: 15px;
        padding-right: 17px;
    }

    .accordion-no-bg .ui-accordion-content-archers, .ui-accordion-content-fusion, .ui-accordion-content-fountains {
        border-left: 5px solid #dfdfdf;
        border-right: none;
        display: none;
        margin-left: 23px;
        padding: 15px 0 15px 36px;
    }

    .ui-accordion-header-archers a {
        color: #4b4e53;
    }

    .ui-accordion-header-fusion a {
        color: #f27436;
    }

    .ui-accordion-header-fountains a {
        color: #ae1a43;
    }

    .accordion-no-bg .ui-accordion-header-archers a, .ui-accordion-header-fusion a, .ui-accordion-header-fountains a {
        font-size: 16px;
        line-height: 16px;
    }

    .ui-accordion-header-archers span:before, .ui-accordion-header-fusion span:before, .ui-accordion-header-fountains span:before {
        display: block;
        content: '+';
        position: absolute;
        left: 19px;
        font-size: 23px;
        font-style: normal;
        color: #fff;
    }

    .ui-accordion-header-archers span {
        position: relative;
        background-color: #47098c;
        display: block;
        float: left;
        height: 50px;
        width: 49px;
        margin-right: 15px;
        transition: all .3s ease 0s;
    }

    .ui-accordion-header-archers:hover span {
        background-color: #9563cc;
        color: #fff;
        transition: all .3s ease 0s;
    }

        .ui-accordion-header-archers:hover span:before {
            color: #fff;
        }

    .ui-accordion-header-active-archers span {
        background-color: #9563cc;
    }

        .ui-accordion-header-active-archers span:before {
            content: '-';
            left: 20px;
            color: #fff;
        }

    .ui-accordion-header-fusion span {
        position: relative;
        background-color: #f27436;
        display: block;
        float: left;
        height: 50px;
        width: 49px;
        margin-right: 15px;
        transition: all .3s ease 0s;
    }

    .ui-accordion-header-fusion:hover span {
        background-color: #eea27d;
        color: #fff;
        transition: all .3s ease 0s;
    }

        .ui-accordion-header-fusion:hover span:before {
            color: #fff;
        }

    .ui-accordion-header-active-fusion span {
        background-color: #9563cc;
    }

        .ui-accordion-header-active-fusion span:before {
            content: '-';
            left: 20px;
            color: #fff;
        }

    .ui-accordion-header-fountains span {
        position: relative;
        background-color: #ae1a43;
        display: block;
        float: left;
        height: 50px;
        width: 49px;
        margin-right: 15px;
        transition: all .3s ease 0s;
    }

    .ui-accordion-header-fountains:hover span {
        background-color: #dd6c8c;
        color: #fff;
        transition: all .3s ease 0s;
    }

        .ui-accordion-header-fountains:hover span:before {
            color: #fff;
        }

    .ui-accordion-header-active-fountains span {
        background-color: #9563cc;
    }

        .ui-accordion-header-active-fountains span:before {
            content: '-';
            left: 20px;
            color: #fff;
        }

    /* Fountains & Fusion Salon  */

    .fountains-specific-services ul {
        margin-bottom: 30px;
        padding: 0;
        list-style: none;
        background-color: #fff;
    }

        .fountains-specific-services ul li {
            font-size: 16px;
            padding: 0;
            display: block;
            color: #6b6b6b;
            line-height: 30px;
            border-bottom: 1px solid #efefef;
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 15px;
        }

    .fountains-specific-services h2 {
        margin-bottom: 0;
        padding: 30px 20px 30px 20px;
        border: 4px solid #ae1a43;
        border-bottom: none;
        text-align: center;
        color: #ae1a43;
    }

    .fountains-specific-services h3 {
        padding-left: 20px;
        color: #00c1de;
        margin-bottom: 20px;
    }

    .fountains-specific-services .content-container {
        border-right: 4px solid #ae1a43;
        border-left: 4px solid #ae1a43;
        border-bottom: 4px solid #ae1a43;
        padding-bottom: 45px;
    }

    .fountains-clients-say {
        border: 2px solid #ae1a43;
        background: #fff;
        padding: 45px 45px 55px;
        position: relative;
    }

        .fountains-clients-say h2 {
            font-size: 34px;
            margin-bottom: 20px;
            font-family: 'proxima_nova_semibold', sans-serif;
            color: #ae1a43;
        }

        .fountains-clients-say p {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .fountains-clients-say .icon-quote-left {
            color: #dfdfdf;
            font-size: 25px;
            left: 20px;
            margin-top: 4px;
            position: absolute;
            top: 37%;
        }

        .fountains-clients-say .icon-quote-right {
            color: #dfdfdf;
            font-size: 25px;
            right: 20px;
            margin-top: -26px;
            position: absolute;
            top: 50%;
        }

    .fountains-about-client span {
        font-size: 18px;
        line-height: 40px;
        font-weight: bold;
    }

    .fountains-about-client p {
        font-size: 16px;
        color: #939494;
    }

    .fusion-specific-services ul {
        margin-bottom: 30px;
        padding: 0;
        list-style: none;
        background-color: #fff;
    }

        .fusion-specific-services ul li {
            font-size: 16px;
            padding: 0;
            display: block;
            color: #6b6b6b;
            line-height: 30px;
            border-bottom: 1px solid #efefef;
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 15px;
        }

    .fusion-specific-services h2 {
        margin-bottom: 0;
        padding: 30px 20px 30px 20px;
        border: 4px solid #f27436;
        border-bottom: none;
        text-align: center;
        color: #f27436;
    }

    .fusion-specific-services h3 {
        padding-left: 20px;
        color: #00c1de;
        margin-bottom: 20px;
    }

    .fusion-specific-services .content-container {
        border-right: 4px solid #f27436;
        border-left: 4px solid #f27436;
        border-bottom: 4px solid #f27436;
        padding-bottom: 45px;
    }

    .fusion-clients-say {
        border: 2px solid #f27436;
        background: #fff;
        padding: 45px 45px 55px;
        position: relative;
    }

        .fusion-clients-say h2 {
            font-size: 34px;
            margin-bottom: 20px;
            font-family: 'proxima_nova_semibold', sans-serif;
            color: #f27436;
        }

        .fusion-clients-say p {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .fusion-clients-say .icon-quote-left {
            color: #dfdfdf;
            font-size: 25px;
            left: 20px;
            margin-top: 4px;
            position: absolute;
            top: 37%;
        }

        .fusion-clients-say .icon-quote-right {
            color: #dfdfdf;
            font-size: 25px;
            right: 20px;
            margin-top: -26px;
            position: absolute;
            top: 50%;
        }

    .fusion-about-client span {
        font-size: 18px;
        line-height: 40px;
        font-weight: bold;
    }

    .fusion-about-client p {
        font-size: 16px;
        color: #939494;
    }

    .text-slider .owl-controls .owl-pagination .owl-page.active span, .text-slider .owl-controls .owl-pagination .owl-page span:hover {
        border-color: #ae1a43;
        background: #ae1a43;
    }


    /************************************ STUDENT LIFE *************************************/

    .student-life .content-block {
    }

        .student-life .content-block .slogan-wrap {
            padding: 20px;
        }

            .student-life .content-block .slogan-wrap p {
                color: #fff;
                font-size: 25px;
                margin-bottom: 0;
            }

            .student-life .content-block .slogan-wrap a {
                color: #fff;
            }

                .student-life .content-block .slogan-wrap a:hover {
                    text-decoration: underline;
                }


    /* Student Union and Experience */

    .student-life .contact-info {
        font-family: 'proxima_nova_semibold', sans-serif;
        position: relative;
        padding: 20px 20px 20px 30px;
        border-radius: 5px;
        background-color: #085561;
    }

        .student-life .contact-info p {
            font-family: 'proxima_nova', sans-serif;
            color: #fff;
        }

    .student-life .right-contact-info {
        font-family: 'proxima_nova_semibold', sans-serif;
        position: relative;
        padding: 20px;
        border-radius: 5px;
        background-color: #085561;
    }

        .student-life .right-contact-info.pull-right {
            margin-left: 45px;
            margin-bottom: 25px;
            width: 355px;
        }

        .student-life .contact-info li, .student-life .right-contact-info li {
            font-size: 18px;
            line-height: 30px;
            color: #fff;
        }

            .student-life .contact-info li a, .student-life .right-contact-info li a {
                color: #fff;
            }

        .student-life .contact-info .fa, .student-life .right-contact-info .fa {
            margin-right: 20px;
        }

        .student-life .contact-info .fa-male, .student-life .right-contact-info .fa-male {
            margin-right: 27px;
        }

    /* Careers Service */

    .team-member {
        margin-top: 60px;
    }

    .team-member-thumb {
        position: relative;
    }

        .team-member-thumb img {
            border-radius: 3px;
            max-width: none;
            width: 100%;
        }

    .team-member-content {
        padding: 26px 0 20px 0;
    }

        .team-member-content h3 {
            font-family: 'proxima_nova_semibold', sans-serif;
            font-weight: bold;
            font-size: 22px;
            color: #00c1de;
        }

            .team-member-content h3 span {
                font-family: 'proxima_nova', sans-serif;
                display: block;
                font-size: 18px;
                font-weight: normal;
                padding: 5px 0 0;
                line-height: 25px;
            }

    .team-member.one, .team-member.two, .team-member.three, .team-member.four, .team-member.five, .team-member.six {
        margin: 0
    }

    .team-member.one, .team-member.two, .team-member.three, .team-member.four, .team-member.five, .team-member.six, .team-member-thumb img {
        border-radius: 0;
        border: 0px solid #000;
    }


    /* Learning Centre */

    .library-box ul {
        margin-bottom: 30px;
        padding: 0;
        list-style: none;
        background-color: #fff;
    }

        .library-box ul li {
            font-size: 16px;
            padding: 0;
            display: block;
            color: #6b6b6b;
            line-height: 30px;
            border-bottom: 1px solid #efefef;
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 15px;
        }

    .library-box h2 {
        font-size: 29px;
        margin-bottom: 0;
        padding: 30px 20px 30px 20px;
        border: 4px solid #00c1de;
        border-bottom: none;
        text-align: center;
        color: #00c1de;
    }

    .library-box h3 {
        padding-left: 20px;
        color: #00c1de;
        margin-bottom: 20px;
    }

    .library-box .content-container {
        border-right: 4px solid #00c1de;
        border-left: 4px solid #00c1de;
        border-bottom: 4px solid #00c1de;
        padding-bottom: 45px;
    }

    .btn.btn-view-catalogue {
        display: block;
        font-family: 'proxima_nova_semibold', sans-serif;
        background-color: #094d57;
        color: #fff;
        padding: 10px;
        font-size: 18px;
        width: 70%;
        margin: 0 auto;
    }

    .btn-view-catalogue:hover {
        background: #e9004c;
        color: #fff;
    }

    .btn-view-catalogue a {
        color: #fff;
    }

    .table-bordered > thead > tr > th.howc-blue {
        font-weight: bold;
        background-color: #00c1de;
        color: #fff;
        font-size: 18px;
        padding: 10px;
    }

    .table-bordered > thead > tr > th.howc-green {
        font-weight: bold;
        background-color: #95d600;
        color: #fff;
        font-size: 18px;
        padding: 10px;
    }

    .table-bordered > thead > tr > th.howc-red {
        font-weight: bold;
        background-color: #e9004c;
        color: #fff;
        font-size: 18px;
        padding: 10px;
    }

    .table-bordered > thead > tr > th.howc-orange {
        font-weight: bold;
        background-color: #f7b334;
        color: #fff;
        font-size: 18px;
        padding: 10px;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 0;
    }

    .table-hover > tbody > tr:hover {
        background-color: #d4d6dd;
    }

    .table-bordered > tbody > tr > td {
        font-size: 16px;
    }

        .table-bordered > tbody > tr > td.center {
            vertical-align: middle;
            text-align: center;
            font-size: 16px;
        }

        .table-bordered > tbody > tr > td a {
            color: #3b415d;
        }

    .table-condensed > tbody > tr > td {
        padding: 10px;
    }

    /************************************ COURSES *************************************/

    /* Headings */

    .courses .access-to-higher-education h1 {
        color: #00afa2;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .accounting-and-book-keeping h1 {
        color: #002d60;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .art-and-design h1 {
        color: #b42179;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .automotive-technical-training h1 {
        color: #5bba47;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .business-and-management h1 {
        color: #002d60;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .computing-and-it h1 {
        color: #112e76;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .construction h1 {
        color: #f7941d;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .engineering-and-manufacturing h1 {
        color: #426b7c;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .esol h1 {
        color: #ee7930;
        ;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .foundation-learning h1 {
        color: #ee3662;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .games-design-and-digital-media h1 {
        color: #b42179;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .gcses h1 {
        color: #ee3662;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .hair-and-beauty h1 {
        color: #b578b3;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .health-social-care-early-years h1 {
        color: #c14d9c;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .hospitality-and-catering h1 {
        color: #5aa93e;
        ;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .human-resources h1 {
        color: #002d60;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .law-and-legal-executive h1 {
        color: #263546;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .leadership-and-management h1 {
        color: #002d60;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .leisure-and-hobbies h1 {
        color: #8cadc0;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .makeup-for-film-tv-and-stage h1 {
        color: #b42179;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .marketing h1 {
        color: #002d60;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .media-production h1 {
        color: #b42179;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .music-and-performing-arts h1 {
        color: #b42179;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .nvqs h1 {
        color: #002d60;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .professional-development h1 {
        color: #002d60;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .public-services h1 {
        color: #006d84;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .science h1 {
        color: #e76120;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .social-work h1 {
        color: #714064;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .sports-and-fitness h1 {
        color: #00b25b;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .teacher-training h1 {
        color: #002d60;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .courses .travel-and-tourism h1 {
        color: #00aadd;
        font-family: 'proxima_nova_bold', sans-serif;
        font-size: 40px;
        margin-bottom: 15px;
    }

    /* Subject Areas */

    .subject-areas {
        border-bottom: 0;
        border-radius: 3px;
    }

        .subject-areas a {
            border: 1px solid #e7e7e7;
            color: #333333;
            display: block;
            padding: 15px;
            position: relative;
            width: 100%;
            margin-bottom: 30px;
        }

            .subject-areas a:hover {
                background: #f5f5f5;
            }

            .subject-areas a .row {
                margin: 0;
            }

            .subject-areas a h4 {
                margin-bottom: 10px;
            }

            .subject-areas a.access-to-higher-education h4 {
                color: #00afa2;
            }

            .subject-areas a.access-to-higher-education {
                border-bottom: 5px solid #00afa2;
            }

            .subject-areas a.accounting-and-book-keeping h4 {
                color: #002d60;
            }

            .subject-areas a.accounting-and-book-keeping {
                border-bottom: 5px solid #002d60;
            }

            .subject-areas a.apprenticeships h4 {
                color: #394d5a;
            }

            .subject-areas a.apprenticeships {
                border-bottom: 5px solid #394d5a;
            }

            .subject-areas a.art-and-design h4 {
                color: #b42179;
            }

            .subject-areas a.art-and-design {
                border-bottom: 5px solid #b42179;
            }

            .subject-areas a.automotive-technical-training h4 {
                color: #5bba47;
            }

            .subject-areas a.automotive-technical-training {
                border-bottom: 5px solid #5bba47;
            }

            .subject-areas a.business-and-management h4 {
                color: #002d60;
            }

            .subject-areas a.business-and-management {
                border-bottom: 5px solid #002d60;
            }

            .subject-areas a.computing-and-it h4 {
                color: #112e76;
            }

            .subject-areas a.computing-and-it {
                border-bottom: 5px solid #112e76;
            }

            .subject-areas a.construction h4 {
                color: #f7941d;
            }

            .subject-areas a.construction {
                border-bottom: 5px solid #f7941d;
            }

            .subject-areas a.engineering-and-manufacturing h4 {
                color: #426b7c;
            }

            .subject-areas a.engineering-and-manufacturing {
                border-bottom: 5px solid #426b7c;
            }

            .subject-areas a.esol h4 {
                color: #ee7930;
            }

            .subject-areas a.esol {
                border-bottom: 5px solid #ee7930;
            }

            .subject-areas a.foundation-learning h4 {
                color: #ee3662;
            }

            .subject-areas a.foundation-learning {
                border-bottom: 5px solid #ee3662;
            }

            .subject-areas a.games-design-and-digital-media h4 {
                color: #b42179;
            }

            .subject-areas a.games-design-and-digital-media {
                border-bottom: 5px solid #b42179;
            }

            .subject-areas a.gcses h4 {
                color: #ee3662
            }

            .subject-areas a.gcses {
                border-bottom: 5px solid #ee3662;
            }

            .subject-areas a.hair-and-beauty h4 {
                color: #b578b3;
            }

            .subject-areas a.hair-and-beauty {
                border-bottom: 5px solid #b578b3;
            }

            .subject-areas a.health-social-care-early-years h4 {
                color: #c14d9c;
            }

            .subject-areas a.health-social-care-early-years {
                border-bottom: 5px solid #c14d9c;
            }

            .subject-areas a.hospitality-and-catering h4 {
                color: #5aa93e;
            }

            .subject-areas a.hospitality-and-catering {
                border-bottom: 5px solid #5aa93e;
            }

            .subject-areas a.human-resources h4 {
                color: #002d60;
            }

            .subject-areas a.human-resources {
                border-bottom: 5px solid #002d60;
            }

            .subject-areas a.law-and-legal-executive h4 {
                color: #263546;
            }

            .subject-areas a.law-and-legal-executive {
                border-bottom: 5px solid #263546;
            }

            .subject-areas a.leadership-and-management h4 {
                color: #002d60;
            }

            .subject-areas a.leadership-and-management {
                border-bottom: 5px solid #002d60;
            }

            .subject-areas a.leisure-and-hobbies h4 {
                color: #8cadc0;
            }

            .subject-areas a.leisure-and-hobbies {
                border-bottom: 5px solid #8cadc0;
            }

            .subject-areas a.makeup-for-film-tv-and-stage h4 {
                color: #b42179;
            }

            .subject-areas a.makeup-for-film-tv-and-stage {
                border-bottom: 5px solid #b42179;
            }

            .subject-areas a.marketing h4 {
                color: #002d60;
            }

            .subject-areas a.marketing {
                border-bottom: 5px solid #002d60;
            }

            .subject-areas a.media-production h4 {
                color: #b42179;
            }

            .subject-areas a.media-production {
                border-bottom: 5px solid #b42179;
            }

            .subject-areas a.music-and-performing-arts h4 {
                color: #b42179;
            }

            .subject-areas a.music-and-performing-arts {
                border-bottom: 5px solid #b42179;
            }

            .subject-areas a.nvqs h4 {
                color: #002d60;
            }

            .subject-areas a.nvqs {
                border-bottom: 5px solid #002d60;
            }

            .subject-areas a.professional-development h4 {
                color: #002d60;
            }

            .subject-areas a.professional-development {
                border-bottom: 5px solid #002d60;
            }

            .subject-areas a.public-services h4 {
                color: #006d84;
            }

            .subject-areas a.public-services {
                border-bottom: 5px solid #006d84;
            }

            .subject-areas a.science h4 {
                color: #e76120;
            }

            .subject-areas a.science {
                border-bottom: 5px solid #e76120;
            }

            .subject-areas a.social-work h4 {
                color: #714064;
            }

            .subject-areas a.social-work {
                border-bottom: 5px solid #714064;
            }

            .subject-areas a.sports-and-fitness h4 {
                color: #00b25b;
            }

            .subject-areas a.sports-and-fitness {
                border-bottom: 5px solid #00b25b;
            }

            .subject-areas a.teacher-training h4 {
                color: #002d60;
            }

            .subject-areas a.teacher-training {
                border-bottom: 5px solid #002d60;
            }

            .subject-areas a.travel-and-tourism h4 {
                color: #00aadd;
            }

            .subject-areas a.travel-and-tourism {
                border-bottom: 5px solid #00aadd;
            }

    /* Courses Filter Nav */

    .courses-filter-nav {
        background: #fff;
        padding: 20px 0;
        border-top: 1px solid #e4e7e8;
        border-bottom: 1px solid #e4e7e8;
        margin-top: 30px;
        margin-bottom: 35px;
    }

        .courses-filter-nav .filter {
            font-size: 16px;
            font-family: 'proxima_nova_semibold', sans-serif;
            color: #00c1de;
            border: 2px solid #00c1de;
            display: inline-block;
            margin: 5px 5px 5px 0;
            cursor: pointer;
            padding: 10px 20px 7px;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .courses-filter-nav .filter-nocourses {
            font-family: 'proxima_nova_semibold', sans-serif;
            color: #00c1de;
            background-color: #ddd;
            border: 2px solid #00c1de;
            display: inline-block;
            margin: 5px 5px 5px 0;
            padding: 10px 20px 7px;
        }

        .courses-filter-nav .filter:hover, .courses-filter-nav .filter.active {
            color: #fff;
            background-color: #00c1de;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

    /* Courses Filter Results */

    .course-results {
        border-bottom: 0;
        border-radius: 3px;
    }

        .course-results a {
            background: #f8f8f8;
            border: 1px solid #e7e7e7;
            color: #333333;
            display: block;
            padding: 15px 0;
            position: relative;
            width: 100%;
            margin-bottom: 30px;
        }

            .course-results a:hover {
                background: #e6e6e6;
            }

            .course-results a .row, .course-results p {
                margin: 0;
            }

            .course-results a h4 {
                margin-bottom: 10px;
            }

        .course-results .course-results-sidebar p {
            font-weight: bold;
        }

        .course-results a.access-to-higher-education h4 {
            color: #00afa2;
        }

        .course-results a.access-to-higher-education {
            border-bottom: 3px solid #00afa2;
        }

        .course-results a.accounting-and-book-keeping h4 {
            color: #002d60;
        }

        .course-results a.accounting-and-book-keeping {
            border-bottom: 3px solid #002d60;
        }

        .course-results a.apprenticeships h4 {
            color: #8c163a;
        }

        .course-results a.apprenticeships {
            border-bottom: 3px solid #8c163a;
        }

        .course-results a.art-and-design h4 {
            color: #b42179;
        }

        .course-results a.art-and-design {
            border-bottom: 3px solid #b42179;
        }

        .course-results a.automotive-technical-training h4 {
            color: #5bba47;
        }

        .course-results a.automotive-technical-training {
            border-bottom: 3px solid #5bba47;
        }

        .course-results a.business-and-management h4 {
            color: #002d60;
        }

        .course-results a.business-and-management {
            border-bottom: 3px solid #002d60;
        }

        .course-results a.computing-and-it h4 {
            color: #112e76;
        }

        .course-results a.computing-and-it {
            border-bottom: 3px solid #112e76;
        }

        .course-results a.construction h4 {
            color: #f7941d;
        }

        .course-results a.construction {
            border-bottom: 3px solid #f7941d;
            margin-bottom: 30px;
        }

        .course-results a.engineering-and-manufacturing h4 {
            color: #426b7c;
        }

        .course-results a.engineering-and-manufacturing {
            border-bottom: 3px solid #426b7c;
        }

        .course-results a.esol h4 {
            color: #ee7930;
        }

        .course-results a.esol {
            border-bottom: 3px solid #ee7930;
        }

        .course-results a.foundation-learning h4 {
            color: #ee3662;
        }

        .course-results a.foundation-learning {
            border-bottom: 3px solid #ee3662;
        }

        .course-results a.games-design-and-digital-media h4 {
            color: #b42179;
        }

        .course-results a.games-design-and-digital-media {
            border-bottom: 3px solid #b42179;
        }

        .course-results a.gcses h4 {
            color: #ee3662;
        }

        .course-results a.gcses {
            border-bottom: 3px solid #ee3662;
        }

        .course-results a.hair-and-beauty h4 {
            color: #b578b3;
        }

        .course-results a.hair-and-beauty {
            border-bottom: 3px solid #b578b3;
        }

        .course-results a.health-social-care-early-years h4 {
            color: #c14d9c;
        }

        .course-results a.health-social-care-early-years {
            border-bottom: 3px solid #c14d9c;
        }

        .course-results a.hospitality-and-catering h4 {
            color: #5aa93e;
        }

        .course-results a.hospitality-and-catering {
            border-bottom: 3px solid #5aa93e;
        }

        .course-results a.human-resources h4 {
            color: #002d60;
        }

        .course-results a.human-resources {
            border-bottom: 3px solid #002d60;
        }

        .course-results a.law-and-legal-executive h4 {
            color: #263546;
        }

        .course-results a.law-and-legal-executive {
            border-bottom: 3px solid #263546;
        }

        .course-results a.leadership-and-management h4 {
            color: #002d60;
        }

        .course-results a.leadership-and-management {
            border-bottom: 3px solid #002d60;
        }

        .course-results a.leisure-and-hobbies h4 {
            color: #8cadc0;
        }

        .course-results a.leisure-and-hobbies {
            border-bottom: 3px solid #8cadc0;
        }

        .course-results a.makeup-for-film-tv-and-stage h4 {
            color: #b42179;
        }

        .course-results a.makeup-for-film-tv-and-stage {
            border-bottom: 3px solid #b42179;
        }

        .course-results a.marketing h4 {
            color: #002d60;
        }

        .course-results a.marketing {
            border-bottom: 3px solid #002d60;
        }

        .course-results a.media-production h4 {
            color: #b42179;
        }

        .course-results a.media-production {
            border-bottom: 3px solid #b42179;
        }

        .course-results a.music-and-performing-arts h4 {
            color: #b42179;
        }

        .course-results a.music-and-performing-arts {
            border-bottom: 3px solid #b42179;
        }

        .course-results a.nvqs h4 {
            color: #002d60;
        }

        .course-results a.nvqs {
            border-bottom: 3px solid #002d60;
        }

        .course-results a.professional-development h4 {
            color: #002d60;
        }

        .course-results a.professional-development {
            border-bottom: 3px solid #002d60;
        }

        .course-results a.public-services h4 {
            color: #006d84;
        }

        .course-results a.public-services {
            border-bottom: 3px solid #006d84;
        }

        .course-results a.science h4 {
            color: #e76120;
        }

        .course-results a.science {
            border-bottom: 3px solid #e76120;
        }

        .course-results a.social-work h4 {
            color: #714064;
        }

        .course-results a.social-work {
            border-bottom: 3px solid #714064;
        }

        .course-results a.sports-and-fitness h4 {
            color: #00b25b;
        }

        .course-results a.sports-and-fitness {
            border-bottom: 3px solid #00b25b;
        }

        .course-results a.teacher-training h4 {
            color: #002d60;
        }

        .course-results a.teacher-training {
            border-bottom: 3px solid #002d60;
        }

        .course-results a.travel-and-tourism h4 {
            color: #00aadd;
        }

        .course-results a.travel-and-tourism {
            border-bottom: 3px solid #00aadd;
        }

        .course-results .ft-icon {
            color: #fff;
            display: inline-block;
            text-align: center;
            background: #191919;
            font-size: 13px;
            font-weight: normal;
            width: 40px;
            height: 26px;
            line-height: 0.5em;
            margin: 0 5px 0 0;
            padding: 10px;
        }

        .course-results .pt-icon {
            color: #fff;
            display: inline-block;
            text-align: center;
            background: #7e7e7e;
            font-size: 13px;
            font-weight: normal;
            width: 40px;
            height: 26px;
            line-height: 0.5em;
            margin: 0 5px 0 0;
            padding: 10px;
        }

    .btn.btn-levels {
        font-family: 'proxima_nova_semibold', sans-serif;
        background-color: #085561;
        color: #fff;
        padding: 13px 33px;
        font-size: 18px;
        border: 1px solid #fff;
    }

    .btn.btn-advsearch {
        font-family: 'proxima_nova_semibold', sans-serif;
        background-color: #191919;
        color: #fff;
        padding: 13px 33px;
        font-size: 18px;
        border: 1px solid #fff;
    }

    .btn-levels:hover, .btn-advsearch:hover {
        background: #e9004c;
        color: #fff;
    }

    .btn.btn-levels a, .btn.btn-advsearch a {
        color: #fff;
    }

    /* Toggle */

    .cf-toggle .cf-toggle-heading {
        font-family: 'proxima_nova', sans-serif;
        font-weight: 600;
        line-height: 38px;
        margin-bottom: 0;
        padding: 13px 0;
    }

    .cf-toggle p {
        line-height: 30px;
    }

    .cf-toggle hr {
        margin: 46px 0;
    }

    .cf-toggle {
        border: 1px solid #d6d6d6;
        border-radius: 1px;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.30);
        padding: 0 20px;
        margin-bottom: 20px;
    }

        .cf-toggle .cf-toggle-content {
            display: block;
            padding: 20px 0 20px;
        }

        .cf-toggle .cf-toggle-heading {
            background: url("../images/faq-arrow.png") no-repeat right 50%;
            cursor: pointer;
        }

        .cf-toggle.active .cf-toggle-heading {
            background: url("../images/faq-arrow-active.png") no-repeat right 50%;
        }

        .cf-toggle.active .cf-toggle-content {
            display: block;
        }

        .cf-toggle ul {
            padding-left: 0;
            margin-left: 17px;
            margin-bottom: 20px;
            list-style-type: square;
        }

            .cf-toggle ul li {
                position: relative;
                font-size: 16px;
                line-height: 30px;
            }

        /* Toggle 2 */

        .cf-toggle.toggle-bg {
            padding: 0;
            box-shadow: none;
        }

            .cf-toggle.toggle-bg h3 {
                padding: 13px 20px;
                background-position: 95% 50% !important;
            }

            .cf-toggle.toggle-bg .cf-toggle-content {
                padding-left: 20px;
                padding-right: 20px;
            }

            .cf-toggle.toggle-bg.active h3 {
                color: #fff;
                background: url("../images/faq-arrow-active-white-up.png") no-repeat;
            }

        .cf-toggle.active .cf-toggle-heading {
            color: #e9004c;
        }

        .cf-toggle.toggle-bg.active .cf-toggle-heading {
            background-color: #3b415d;
        }

    .form-control-coursefinder {
        display: block;
        width: 100%;
        height: 55px;
        padding: 6px 12px;
        margin-bottom: 15px;
        font-size: 21px;
        color: #282828;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #d6d6d6;
    }

        .form-control-coursefinder::-moz-placeholder {
            color: #d2c9c9;
            opacity: 1;
            font-size: 17px;
        }

        .form-control-coursefinder:-ms-input-placeholder {
            color: #d2c9c9;
            font-size: 17px;
        }

        .form-control-coursefinder::-webkit-input-placeholder {
            color: #d2c9c9;
            font-size: 17px;
        }

    .btn.btn-coursefinder {
        font-family: 'proxima_nova_semibold', sans-serif;
        background-color: #085561;
        color: #fff;
        padding: 10px;
        height: 45px;
        font-size: 18px;
        border: 1px solid #fff;
    }

    .btn-coursefinder:hover {
        background-color: #e9004c;
        ;
        color: #fff;
    }

    /* Course Details Page */

    .course-details p {
        margin-left: 30px;
    }

    .course-details .access-to-higher-education h2 {
        color: #00afa2;
        margin-bottom: 20px;
        font-size: 28px;
        padding: 10px 10px 10px 25px;
        border-left: 6px solid #00afa2;
    }

    .course-details .esol h2 {
        color: #ee7930;
        margin-bottom: 20px;
        font-size: 28px;
        padding: 10px 10px 10px 25px;
        border-left: 6px solid #ee7930;
    }

    .course-details .btn.btn-apply-online, .course-details .btn.btn-make-enquiry, .course-details .btn.btn-course-leaflet {
        display: block;
        background-color: #085561;
        padding: 15px;
        color: #fff;
        font-size: 22px;
        border-radius: 0;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

        .course-details .btn.btn-apply-online:hover, .course-details .btn.btn-make-enquiry:hover, .course-details .btn.btn-course-leaflet:hover {
            background-color: #e9004c;
        }

    .course-details .course-info {
        background-color: #085561;
        border-bottom: 1px solid #e7e7e7;
        padding: 30px 20px;
    }

    .course-details .course-info-list li {
        font-size: 14px;
        color: #fff;
        line-height: 35px;
        text-align: right;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

    .course-details .course-info-list span {
        display: inline;
        position: absolute;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        background-color: #00afa2;
        padding: 7px;
        margin-right: 10px;
        text-align: left;
        width: 35%;
    }

    .modal-backdrop.in {
        opacity: .7 !important;
    }

    .modal-header {
        padding-left: 0;
    }

        .modal-header .modal-title {
            color: #00c1de;
            margin-top: 10px;
        }

        .modal-header .close {
            font-size: 60px;
        }

    .modal-content {
        border: 0;
        border-radius: 0;
        padding: 10px 20px;
        box-shadow: none;
        background-clip: border-box;
        height: auto;
        min-height: 100%;
        overflow: auto;
    }

    .modal-body {
        margin: 0;
        padding: 0;
    }

        .modal-body p {
            color: #333;
            font-size: 15px;
        }

    .modal-header .close {
        margin-top: 2px !important;
        margin-right: 17px;
        width: 0px;
    }

    .modal-footer {
        padding: 15px 0 !important;
    }

    .btn.btn-close {
        background-color: #085561;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        border-radius: 0;
    }

        .btn.btn-close:hover {
            background-color: #e9004c;
        }

    .table-bordered > thead > tr > th.blue {
        background-color: #00c1de;
        color: #fff;
        font-size: 16px;
    }

    .table-hover > tbody > tr:hover > td {
        background-color: #e9004c;
    }

    .table-bordered > tbody > tr > td {
        font-size: 15px;
    }

        .table-bordered > tbody > tr > td.center {
            vertical-align: middle;
            text-align: center;
            font-size: 15px;
        }

        .table-bordered > tbody > tr > td a {
            color: #333;
        }

    .btn.btn-applynow {
        background-color: #085561;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        border-radius: 0;
    }

        .btn.btn-applynow:hover {
            background-color: #e9004c;
        }

    .kis-container {
        text-align: center;
    }

        .kis-container iframe {
            display: none;
            overflow: hidden;
            border: 0 none transparent;
        }

    @media only screen and (min-width: 768px) {
        .kis-container .kis-horizontal {
            display: inline;
            width: 615px;
            height: 160px;
        }
    }

    @media only screen and (max-width: 767px) {
        .course-results a div[class*="col"] {
            padding-bottom: 0;
            padding-top: 0;
        }

        .kis-container .kis-vertical {
            display: inline;
            width: 190px;
            height: 500px;
        }
    }


    /************************************ APPRENTICESHIPS FAQ *************************************/

    .toggle .toggle-heading {
        font-family: 'proxima_nova', sans-serif;
        font-weight: 600;
        font-size: 19px;
        line-height: 38px;
        margin-bottom: 0;
        padding: 13px 0;
    }

    .toggle p {
        line-height: 30px;
    }

    .toggle hr {
        margin: 46px 0;
    }

    .toggle {
        border: 1px solid #d6d6d6;
        border-radius: 1px;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.30);
        padding: 0 20px;
        margin-bottom: 20px;
    }

        .toggle .toggle-content {
            display: none;
            padding: 20px 0 20px;
        }

        .toggle .toggle-heading {
            background: url("../images/faq-arrow.png") no-repeat right 50%;
            cursor: pointer;
        }

        .toggle.active .toggle-heading {
            background: url("../images/faq-arrow-active.png") no-repeat right 50%;
        }

        .toggle.active .toggle-content {
            display: block;
        }

        .toggle ul {
            padding-left: 0;
            margin-left: 17px;
            margin-bottom: 20px;
            list-style-type: square;
        }

            .toggle ul li {
                position: relative;
                font-size: 16px;
                line-height: 30px;
            }

        /************************************ APPRENTICESHIPS FAQ TOGGLE *************************************/

        .toggle.toggle-bg {
            padding: 0;
            box-shadow: none;
        }

            .toggle.toggle-bg h4 {
                padding: 13px 20px;
                background-position: 95% 50% !important;
            }

            .toggle.toggle-bg .toggle-content {
                padding-left: 20px;
                padding-right: 20px;
            }

            .toggle.toggle-bg.active h4 {
                color: #fff;
                background: url("../images/faq-arrow-active-white-up.png") no-repeat;
            }

        .toggle.active .toggle-heading {
            color: #e9004c;
        }

        .toggle.toggle-bg.active .toggle-heading {
            background-color: #3b415d;
        }


    /************************************ LATEST NEWS *************************************/

    .featured-news-info h3 {
        margin: 15px 0 5px 0;
    }

    .featured-news-info p a {
        font-weight: bold;
    }

    .news-info {
        margin: 10px 0 20px 0;
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        color: #00c1de;
    }

        .news-info h4 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .news-info span {
            font-size: 16px;
            line-height: 1.5em;
        }

            .news-info span a {
                font-weight: bold;
            }

    /************************************ PROSPECTUSES *************************************/

    .btn.btn-view-pdf {
        font-family: 'proxima_nova_semibold', sans-serif;
        background-color: #085561;
        color: #fff;
        padding: 5px 10px;
        height: 45px;
        font-size: 18px;
        border: 1px solid #fff;
    }

    .btn-view-pdf:hover {
        background: #e9004c;
        color: #fff;
    }

    /************************************ MEDIA GALLERY *************************************/

    .media-gallery i.icon-play22 {
        display: inline-block;
        position: absolute;
        top: 40%;
        left: 40%;
        font-size: 70px;
    }

    .media-gallery .caption h3 {
        font-weight: 800;
        font-size: 18px;
        margin: 0;
        color: #fff;
        padding: 10px;
        min-height: 50px;
    }

    /* Colours */

    .media-gallery .access-to-higher-education {
        background-color: #00afa2;
    }

    .media-gallery .accounting-and-book-keeping {
        background-color: #002d60;
    }

    .media-gallery .apprenticeships {
        background-color: #8c163a;
    }

    .media-gallery .art-and-design {
        background-color: #b42179;
    }

    .media-gallery .automotive-technical-training {
        background-color: #5bba47;
    }

    .media-gallery .business-and-management {
        background-color: #002d60;
    }

    .media-gallery .computing-and-it {
        background-color: #002d60;
    }

    .media-gallery .construction {
        background-color: #f7941d;
    }

    .media-gallery .engineering-and-manufacturing {
        background-color: #426b7c;
    }

    .media-gallery .esol {
        background-color: #ee7930;
    }

    .media-gallery .foundation-learning {
        background-color: #ee7930;
    }

    .media-gallery .games-design-and-digital-media {
        background-color: #b42179;
    }

    .media-gallery .gcses {
        background-color: #ee3662;
    }

    .media-gallery .hair-and-beauty {
        background-color: #b578b3;
    }

    .media-gallery .health-social-care-early-years {
        background-color: #c14d9c;
    }

    .media-gallery .hospitality-and-catering {
        background-color: #5aa93e;
    }

    .media-gallery .human-resources {
        background-color: #002d60;
    }

    .media-gallery .law-and-legal-executive {
        background-color: #263546;
    }

    .media-gallery .leadership-and-management {
        background-color: #002d60;
    }

    .media-gallery .leisure-and-hobbies {
        background-color: #8cadc0;
    }

    .media-gallery .makeup-for-film-tv-and-stage {
        background-color: #b42179;
    }

    .media-gallery .marketing {
        background-color: #002d60;
    }

    .media-gallery .media-production {
        background-color: #b42179;
    }

    .media-gallery .music-and-performing-arts {
        background-color: #b42179;
    }

    .media-gallery .nvqs {
        background-color: #002d60;
    }

    .media-gallery .professional-development {
        background-color: #002d60;
    }

    .media-gallery .public-services {
        background-color: #006d84;
    }

    .media-gallery .science {
        background-color: #e76120;
    }

    .media-gallery .social-work {
        background-color: #714064;
    }

    .media-gallery .sports-and-fitness {
        background-color: #00b25b;
    }

    .media-gallery .teacher-training {
        background-color: #002d60;
    }

    .media-gallery .travel-and-tourism {
        background-color: #00aadd;
    }


    /************************************ COURSES - WHICH COURSE IS FOR ME? *************************************/

    .bg-entry-level {
        background-color: #1b97b2;
    }

    .bg-vocational {
        background-color: #759b21;
    }

    .bg-apprenticeships {
        background-color: #b40947;
    }

    .bg-access {
        background-color: #bd8608;
    }

    .bg-he {
        background-color: #b84e20;
    }

    .courses-box {
        padding: 20px 30px 40px 30px;
        margin-bottom: 30px;
        -webkit-box-shadow: 3px 7px 19px 3px rgba(0,0,0,0.1);
        -moz-box-shadow: 3px 7px 19px 3px rgba(0,0,0,0.1);
        box-shadow: 3px 7px 19px 3px rgba(0,0,0,0.1);
    }

        .courses-box h2 {
            font-size: 27px;
            margin-top: 10px;
            color: #fff;
        }

        .courses-box p {
            font-size: 16px;
            font-weight: normal;
            line-height: 30px;
            color: #fff;
        }

        .courses-box:hover {
            background: #000;
            -webkit-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000);
            -moz-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000);
            -o-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000);
            -ms-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000);
            transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        }

            .courses-box:hover .button.blk {
                border: 1px solid #fff;
            }

    .button.blk {
        color: #fff;
        display: initial !important;
        border: 1px solid #fff;
        padding: 10px 15px;
    }

        .button.blk:hover {
            background-color: #e9004c;
            color: #fff;
            border: 1px solid #fff;
            margin: 0;
        }

    /************************************ COURSES - COURSE TYPE PANELS *************************************/

    .ctbox-border::before, .ctbox-border::after {
        position: absolute;
        top: 10px;
        right: 25px;
        bottom: 10px;
        left: 25px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        pointer-events: none;
    }

    .row-no-padding .ctbox-border::before, .row-no-padding .ctbox-border::after {
        right: 10px;
        left: 10px;
    }

    .ctbox-border::before {
        border-top: 2px solid rgba(255,255,255,0.6);
        border-bottom: 2px solid rgba(255,255,255,0.6);
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
    }

    .ctbox-border::after {
        border-right: 2px solid rgba(255,255,255,0.6);
        border-left: 2px solid rgba(255,255,255,0.6);
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
    }

    .ctbox-border:hover::before, .ctbox-border:hover::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .ctshadow {
        box-shadow: -1px 6px 31px -6px rgba(0,0,0,0.2);
        -webkit-box-shadow: -1px 6px 31px -6px rgba(0,0,0,0.2);
        -moz-box-shadow: -1px 6px 31px -6px rgba(0,0,0,0.2);
    }


    /************************************ COURSES - RIGHT SIDE BAR *************************************/

    .course-info-border {
        border: 1px solid #d6d6d6;
        padding: 17px;
        background-color: #e4e6ed;
    }

    /************************************ BUSINESS SOLUTIONS - JOB DETAILS *************************************/

    .post {
        position: relative;
        margin-bottom: 17px;
        background: #fff;
        border: 1px solid #cdcdcd;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 1px 1px 2px rgba(100,100,100,.1),-1px -1px 2px rgba(100,100,100,.1);
        -webkit-box-shadow: 1px 1px 2px rgba(100,100,100,.1),-1px -1px 2px rgba(100,100,100,.1);
    }

    .post-header {
        position: relative;
        background: #f1f1f1;
        border-bottom: 1px solid #cdcdcd;
        padding: 22px 21px 23px 20px;
        box-shadow: 0 1px 3px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    }

        .post-header h2 {
            font-family: 'proxima_nova_bold', sans-serif;
            line-height: 1.1;
            color: #3b415d;
            font-size: 35px;
            display: inline-block;
        }

    .date-added {
        margin-top: 10px;
        float: right;
    }

    .post table {
        width: 100%;
        border-collapse: collapse;
    }

    .post th {
        border-bottom: 1px dashed #cdcdcd;
        font-size: 19px;
        color: #4d4d4d;
        padding: 26px 18px 28px 20px;
        width: 45%;
        text-align: left;
        vertical-align: top;
    }

    .post td {
        border-bottom: 1px dashed #cdcdcd;
        color: #566266;
        padding: 25px 33px 6px 20px;
        text-align: left;
        vertical-align: top;
    }

    /************************************ COLLEGE CALENDAR *************************************/

    /* Drop down list */

    .form-group-border {
        margin-bottom: 30px;
        width: 100%;
        padding: 10px;
        background-color: #f5f5f5;
        overflow: hidden;
    }

    .input-lg {
        border-radius: 0 !important;
    }

    .ak-form {
        background-color: #f5f5f5;
        padding: 15px;
        border: 1px solid #ddd;
    }

    /* Events List */

    .events-list-header {
        font-size: 20px !important;
        background-color: #085561;
        color: #fff !important;
        padding: 15px;
    }

    .events-list {
        background: #f8f8f8;
        color: #333333;
        display: block;
        padding: 30px 15px 30px 15px;
        width: 100%;
        margin-bottom: 30px;
    }

        .events-list h3 {
            font-size: 21px;
            margin-bottom: 15px;
        }

        .events-list li {
            font-size: 17px;
        }

        .events-list a {
            color: #333;
        }

    .fa-calendar {
        margin-right: 10px;
    }

    .event-info, .restaurants-info {
        background-color: #f5f5f5;
        padding: 30px;
        margin-top: 30px;
    }

        .event-info .fa-calendar-o, .restaurants-info .fa-calendar-o, .event-info .fa-clock-o, .event-info .fa-map-marker, .restaurants-info .fa-map-marker, .restaurants-info .fa-phone {
            margin-right: 10px;
        }

        .event-info li {
            color: #760101;
            font-weight: bold;
        }

        .restaurants-info li {
            color: #d01a1a;
            font-weight: bold;
        }

    .cal-open-events {
        border-bottom: 5px solid #760101;
    }

        .cal-open-events h3 {
            color: #760101;
        }

    .cal-term-dates {
        border-bottom: 5px solid #276cb3;
    }

        .cal-term-dates h3 {
            color: #276cb3;
        }

    .cal-enrolment {
        border-bottom: 5px solid #5227b3;
    }

        .cal-enrolment h3 {
            color: #5227b3;
        }

    .cal-shows-exhibitions {
        border-bottom: 5px solid #010d49;
    }

        .cal-shows-exhibitions h3 {
            color: #010d49;
        }

    .cal-awards {
        border-bottom: 5px solid #256948;
    }

        .cal-awards h3 {
            color: #256948;
        }

    .cal-restaurants {
        border-bottom: 5px solid #d01a1a;
    }

        .cal-restaurants h3 {
            color: #d01a1a;
        }

    .cal-study-week {
        border-bottom: 5px solid #ef4900;
    }

        .cal-study-week h3 {
            color: #ef4900;
        }

    .cal-taster-days {
        border-bottom: 5px solid #e74c8b;
    }

        .cal-taster-days h3 {
            color: #e74c8b;
        }

    .cal-bank-holidays {
        border-bottom: 5px solid #b38627;
    }

        .cal-bank-holidays h3 {
            color: #b38627;
        }

    .cal-closed-days {
        border-bottom: 5px solid #74b208;
    }

        .cal-closed-days h3 {
            color: #74b208;
        }

    .btn.btn-more-info {
        font-family: 'proxima_nova_semibold', sans-serif;
        background-color: #333;
        color: #fff;
        padding: 5px 5px;
        height: 39px;
        font-size: 16px;
        border: 1px solid #fff;
        width: 160px;
    }

    .btn-more-info:hover {
        background: #e9004c;
        color: #fff;
    }

    .btn.btn-more-info a {
        color: #fff;
    }


    .btn.btn-view-menu {
        font-family: 'proxima_nova_semibold', sans-serif;
        background-color: #333;
        color: #fff;
        padding: 5px 5px;
        height: 60px;
        font-size: 16px;
        border: 1px solid #fff;
    }

    .btn-view-menu:hover {
        background: #e9004c;
        color: #fff;
    }

    .btn.btn-view-menu a {
        color: #fff;
    }

    .btn.btn-book-table {
        font-family: 'proxima_nova_semibold', sans-serif;
        background-color: #333;
        color: #fff;
        padding: 5px 5px;
        height: 60px;
        font-size: 16px;
        border: 1px solid #fff;
    }

    .btn.btn-upcoming-nights {
        font-family: 'proxima_nova_semibold', sans-serif;
        background-color: #333;
        color: #fff;
        padding: 5px 5px;
        height: 60px;
        font-size: 16px;
        border: 1px solid #fff;
    }

    .btn-upcoming-nights:hover {
        background: #e9004c;
        color: #fff;
    }

    .btn.btn-upcoming-nights a {
        color: #fff;
    }

    /* Location guide */

    .border-location-guide {
        border: 1px solid #ddd;
    }

    .location-guide ul li {
        font-size: 16px;
        padding: 0;
        display: block;
        line-height: 30px;
        border-bottom: 1px solid #efefef;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .location-guide h3 {
        margin-bottom: 0;
        padding: 30px 20px 30px 20px;
        border-bottom: none;
        color: #760101;
    }

    .location-guide .content-container {
        padding-bottom: 25px;
    }

    /* Calendar header */

    #eventscal-header {
        width: 320px;
        padding: 10px;
        height: 55px;
        margin: 0 auto;
    }

        #eventscal-header ul li.month {
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            margin-top: 3px;
        }

        #eventscal-header h2 {
            float: left;
            color: #fff;
            padding: 0;
            font-size: 42px;
            text-align: center;
        }

        #eventscal-header ul {
            margin: 0;
            padding: 0;
        }

            #eventscal-header ul li {
                margin: 0;
                padding: 0;
                display: inline;
                float: left;
                list-style: none;
                color: #fff;
            }

                #eventscal-header ul li a {
                    color: #fff;
                    text-decoration: none;
                    border: 3px solid #fff;
                    padding: 3px 10px;
                    display: block;
                    margin-top: 10px;
                    -webkit-transition: border 0.2s linear, color 0.2s linear;
                    -moz-transition: border 0.2s linear, color 0.2s linear;
                    -o-transition: border 0.2s linear, color 0.2s linear;
                    transition: border 0.2s linear, color 0.2s linear;
                }

                    #eventscal-header ul li a:hover {
                        border: 3px solid rgba(247, 140, 2, 1);
                        color: rgba(247, 140, 2, 1);
                    }

                #eventscal-header ul li.back a {
                    padding: 0 25px 0 35px;
                    border: none;
                    margin-top: 0;
                }

                #eventscal-header ul li.next a {
                    padding: 0 0 0 25px;
                    border: none;
                    margin-top: 0;
                }

                #eventscal-header ul li.back a, #eventscal-header ul li.next a {
                    -webkit-transition: opacity 0.2s linear, color 0.2s linear;
                    -moz-transition: opacity 0.2s linear, color 0.2s linear;
                    -o-transition: opacity 0.2s linear, color 0.2s linear;
                    transition: opacity 0.2s linear, color 0.2s linear;
                }

                    #eventscal-header ul li.back a:hover, #eventscal-header ul li.next a:hover {
                        color: #e9004c;
                    }

    /* Calendar table */

    table.eventscal {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        border: none;
    }

        table.eventscal th, table.eventscal td {
            margin: 0;
            width: 14.28571429%;
            padding: 5px;
            border: 1px solid #f2f2f2;
            vertical-align: middle
        }

        table.eventscal th {
            color: #fff;
            font-weight: normal;
            font-size: 14px;
            border: none;
            text-align: center;
            padding: 3px 0;
        }

        table.eventscal td {
            height: 45px;
            line-height: 25px;
            background: #fff;
        }

            table.eventscal td.prev_month, table.eventscal td.next_month {
                background: #fafafa !important;
                color: #ddd;
            }

            table.eventscal td.open-events {
                background-color: #760101;
            }

            table.eventscal td.term-dates {
                background-color: #276cb3;
            }

            table.eventscal td.enrolment {
                background-color: #5227b3;
            }

            table.eventscal td.shows-exhibitions {
                background-color: #010d49;
            }

            table.eventscal td.awards {
                background-color: #256948;
            }

            table.eventscal td.restaurants {
                background-color: #d01a1a;
            }

            table.eventscal td.taster-days {
                background-color: #e74c8b;
            }

            table.eventscal td.study-week {
                background-color: #ef4900;
            }

            table.eventscal td.bank-holidays {
                background-color: #b38627;
            }

            table.eventscal td.closed-days {
                background-color: #74b208;
            }

            table.eventscal td span.date {
                display: block;
                margin: 0;
                color: #333333;
                padding: 5px 0 5px 0;
                font-size: 14px;
                text-align: center;
            }

            table.eventscal td span.event-date {
                display: block;
                margin: 0;
                color: #fff;
                padding: 5px 0 5px 0;
                font-size: 14px;
                font-weight: bold;
                text-align: center;
            }

            table.eventscal td ul {
                clear: right;
                width: auto;
                margin: 0;
                padding: 0;
                font-size: 14px;
                line-height: 1.1;
            }

                table.eventscal td ul li {
                    list-style: none;
                    margin: 0;
                    padding: 0 0 5px;
                }

                    table.eventscal td ul li a {
                        text-decoration: none;
                    }

                        table.eventscal td ul li a:hover {
                            color: #3b415d;
                        }

            table.eventscal td span.suffix, table.eventscal td span.day {
                display: none;
            }

        table.eventscal tr.first_row td {
            border-top: none;
        }

    /* Calendar Key */

    .calendar-key {
        padding: 10px 0 10px 0;
        border-top: 1px solid #D3D3D3;
        border-bottom: 1px solid #D3D3D3;
        margin-top: 20px;
    }

        .calendar-key li {
            font-size: 14px;
            color: #fff;
            list-style: none;
            margin: 0;
            padding: 5px 0 5px 0;
        }

            .calendar-key li span {
                width: 20px;
                height: 20px;
                margin: 0 5px 0 0;
                float: left;
            }

                .calendar-key li span.open-events {
                    background-color: #760101;
                }

                .calendar-key li span.term-dates {
                    background-color: #276cb3;
                }

                .calendar-key li span.enrolment {
                    background-color: #5227b3;
                }

                .calendar-key li span.shows-exhibitions {
                    background-color: #010d49;
                }

                .calendar-key li span.awards {
                    background-color: #256948;
                }

                .calendar-key li span.restaurants {
                    background-color: #d01a1a;
                }

                .calendar-key li span.taster-days {
                    background-color: #e74c8b;
                }

                .calendar-key li span.study-week {
                    background-color: #ef4900;
                }

                .calendar-key li span.bank-holidays {
                    background-color: #b38627;
                }

                .calendar-key li span.closed-days {
                    background-color: #74b208;
                }


    /************************************ A-Z COURSE LIST *************************************/

    .course-letter.large {
        font-size: 33px;
        width: 1.5em;
        height: 1.5em;
        text-align: center;
        margin: 60px 0 0 0;
        padding-top: 9px;
        background: #00c1de;
        color: #fff;
    }

    .list.solid {
        margin: 20px 0 20px 15px;
        list-style-type: square;
    }

        .list.solid li {
            font-size: 16px;
            border-bottom: 1px solid #d8d8d8;
        }

            .list.solid li a {
                color: #333333;
            }

                .list.solid li a:hover {
                    color: #e9004c;
                }

    .pagination > li.no-course {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        border: 1px solid #ddd;
        background-color: #ddd;
        color: #fff;
    }


    /************************************ SEARCH RESULTS *************************************/

    .filter-courses-wrapper {
        border: 2px solid #d6d6d6;
        padding: 20px;
    }

    .filter-courses p.main-title {
        font-family: 'proxima_nova_semibold', sans-serif;
        color: #085561;
        font-size: 21px;
        margin-bottom: 20px;
    }

    .filter-courses p.cf-title-1 {
        font-family: 'proxima_nova_semibold', sans-serif;
        color: #00c1de;
        font-size: 19px;
        margin-bottom: 20px;
    }

    .filter-courses p.cf-title-2 {
        font-family: 'proxima_nova_semibold', sans-serif;
        color: #00c1de;
        font-size: 19px;
        margin-bottom: 10px;
    }

    .filter-courses p.cf-title-3 {
        font-family: 'proxima_nova_semibold', sans-serif;
        color: #00c1de;
        font-size: 19px;
        margin-bottom: 20px;
    }

    .filter-courses a.cf-url {
        display: block;
        margin-top: 15px;
        font-weight: bold;
        font-size: 15px;
    }

    .filter-courses .fc-form-group {
        margin-bottom: 20px;
        width: 100%;
        overflow: hidden;
    }

    .filter-courses label {
        display: block;
        font-weight: normal;
        font-size: 16px;
    }

    .btn.btn-filter-courses {
        font-family: 'proxima_nova_semibold', sans-serif;
        background-color: #085561;
        color: #fff;
        padding: 10px;
        height: 45px;
        font-size: 18px;
        border: 1px solid #fff;
        margin-top: 10px;
    }

    .btn-filter-courses:hover {
        background-color: #e9004c;
        ;
        color: #fff;
    }

    .ss-results-wrapper {
        border: 2px solid #d6d6d6;
        padding: 20px;
    }

        .ss-results-wrapper p.ss-results-info {
            font-size: 14px;
            color: #666;
        }

    .ss-results {
        margin-bottom: 30px;
    }

        .ss-results a.ss-title {
            font-size: 19px;
            font-family: proxima_nova_semibold, sans-serif;
            color: #085561;
        }

        .ss-results a:hover.ss-title {
            text-decoration: underline;
        }

        .ss-results p.ss-desc {
            margin-bottom: 0;
        }

        .ss-results a.ss-url {
            font-style: italic;
            font-size: 15px;
        }


    /************************************ CONTACT US *************************************/

    .map-with-address-widget iframe {
        border: 0;
        height: 383px;
        width: 100%;
        background: #ccc;
    }

    .map-banner {
        width: 100%;
        height: 446px;
        position: relative;
        padding: 0;
    }

        .map-banner img {
            max-width: none;
        }

    .map-full {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .contact-info-widget p {
        font-size: 20px;
    }

        .contact-info-widget p strong {
            font-weight: 600;
        }

        .contact-info-widget p a {
            font-weight: 300;
            color: #333333;
        }

    .general-enquiry ul, .admission-enquiry ul, .commercial-enquiry ul, .student-fs-enquiry ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #fff;
    }

        .general-enquiry ul li {
            font-size: 16px;
            padding: 0;
            display: block;
            color: #6b6b6b;
            line-height: 30px;
            border-bottom: 1px solid #efefef;
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 15px;
        }

    .general-enquiry h2 {
        margin-bottom: 0;
        padding: 30px 20px 30px 20px;
        border: 4px solid #00c1de;
        border-bottom: none;
        text-align: center;
        color: #00c1de;
    }

    .general-enquiry h3 {
        padding-left: 20px;
        color: #00c1de;
        margin-bottom: 20px;
    }

    .general-enquiry .content-container {
        border-right: 4px solid #00c1de;
        border-left: 4px solid #00c1de;
        border-bottom: 4px solid #00c1de;
        padding-bottom: 25px;
    }

    .admission-enquiry ul li {
        font-size: 16px;
        padding: 0;
        display: block;
        color: #6b6b6b;
        line-height: 30px;
        border-bottom: 1px solid #efefef;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .admission-enquiry h2 {
        margin-bottom: 0;
        padding: 30px 20px 30px 20px;
        border: 4px solid #95d600;
        border-bottom: none;
        text-align: center;
        color: #95d600;
    }

    .admission-enquiry h3 {
        padding-left: 20px;
        color: #95d600;
        margin-bottom: 20px;
    }

    .admission-enquiry .content-container {
        border-right: 4px solid #95d600;
        border-left: 4px solid #95d600;
        border-bottom: 4px solid #95d600;
        padding-bottom: 25px;
    }

    .reception-enquiry ul li {
        font-size: 16px;
        padding: 0;
        display: block;
        color: #6b6b6b;
        line-height: 30px;
        border-bottom: 1px solid #efefef;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .reception-enquiry h2 {
        margin-bottom: 0;
        padding: 30px 20px 30px 20px;
        border: 4px solid #085561;
        border-bottom: none;
        text-align: center;
        color: #085561;
    }

    .reception-enquiry h3 {
        padding-left: 20px;
        color: #085561;
        margin-bottom: 20px;
    }

    .reception-enquiry .content-container {
        border-right: 4px solid #085561;
        border-left: 4px solid #085561;
        border-bottom: 4px solid #085561;
        padding-bottom: 25px;
        min-height: 175px;
    }

    .commercial-enquiry ul li {
        font-size: 16px;
        padding: 0;
        display: block;
        color: #6b6b6b;
        line-height: 30px;
        border-bottom: 1px solid #efefef;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .commercial-enquiry h2 {
        margin-bottom: 0;
        padding: 30px 20px 30px 20px;
        border: 4px solid #f7b334;
        border-bottom: none;
        text-align: center;
        color: #f7b334;
    }

    .commercial-enquiry .content-container {
        border-right: 4px solid #f7b334;
        border-left: 4px solid #f7b334;
        border-bottom: 4px solid #f7b334;
        padding-bottom: 65px;
    }

    .student-fs-enquiry ul li {
        font-size: 16px;
        padding: 0;
        display: block;
        color: #6b6b6b;
        line-height: 30px;
        border-bottom: 1px solid #efefef;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .student-fs-enquiry h2 {
        margin-bottom: 0;
        padding: 30px 20px 30px 20px;
        border: 4px solid #e9004c;
        border-bottom: none;
        text-align: center;
        color: #e9004c;
    }

    .student-fs-enquiry h3 {
        padding-left: 20px;
        color: #e9004c;
        margin-bottom: 20px;
    }

    .student-fs-enquiry .content-container {
        border-right: 4px solid #e9004c;
        border-left: 4px solid #e9004c;
        border-bottom: 4px solid #e9004c;
        padding-bottom: 20px;
    }

    .bromsgrove-map, .malvern-map, .redditch-map, .worcester-map {
        border: 2px dashed #C0C0C0;
        width: 100%;
        height: 500px;
        margin-bottom: 30px;
    }

    /************************************ FOOTER TOP *************************************/

    .footer-top {
        background: #031518;
        color: #cecece;
        padding: 55px 0 25px 0;
    }

        .footer-top .footer-buttons {
            margin-top: 25px;
            height: 100px;
        }

        .footer-top .btn.btn-course-list, .footer-top .btn.btn-course-finder {
            display: inline-block;
            font-family: 'proxima_nova_semibold', sans-serif;
            font-size: 18px;
            background-color: #094d57;
            border: 1px solid #fff;
            color: #fff;
            padding: 10px;
        }

    .btn-fssubmit:hover, .btn-fssubmit:focus, .btn-fssubmit:active, .btn-fssubmit.active {
        background-color: transparent;
        color: #fff;
    }

    .footer-top .btn.btn-course-list, .footer-top .btn.btn-course-finder {
        display: inline-block;
        font-family: 'proxima_nova_semibold', sans-serif;
        background-color: #094d57;
        color: #fff;
        padding: 10px;
        margin-right: 5px;
        width: 172px;
        height: 45px;
        font-size: 18px;
        border: 1px solid #fff;
    }

    .footer-top .btn-course-list:hover, .footer-top .btn-course-finder:hover {
        background: transparent;
        color: #fff;
    }

    .footer-top .btn-course-list a, .footer-top .btn-course-finder a {
        color: #fff;
    }

    .footer-top .footer-nav-widget li {
        font-weight: normal;
        display: inline-block;
        width: 100%;
        margin-bottom: 3px;
    }

        .footer-top .footer-nav-widget li a {
            font-size: 15px;
            color: #e1e1e1;
            -webkit-transition: all 800ms ease;
            -moz-transition: all 800ms ease;
            -ms-transition: all 800ms ease;
            -o-transition: all 800ms ease;
            transition: all 800ms ease;
        }

            .footer-top .footer-nav-widget li a i {
                float: left;
                margin: 3px 13px 0 0;
                -webkit-transition: all 800ms ease;
                -moz-transition: all 800ms ease;
                -ms-transition: all 800ms ease;
                -o-transition: all 800ms ease;
                transition: all 800ms ease;
            }

            .footer-top .footer-nav-widget li a:hover {
                color: #e9004c;
                -webkit-transition: all 800ms ease;
                -moz-transition: all 800ms ease;
                -ms-transition: all 800ms ease;
                -o-transition: all 800ms ease;
                transition: all 800ms ease;
            }

                .footer-top .footer-nav-widget li a:hover i {
                    color: #e9004c;
                    margin-left: 9px;
                    margin-right: 4px;
                    -webkit-transition: all 800ms ease;
                    -moz-transition: all 800ms ease;
                    -ms-transition: all 800ms ease;
                    -o-transition: all 800ms ease;
                    transition: all 800ms ease;
                }

    .footer-address {
        font-weight: normal;
        font-size: 15px;
    }

    .footer-info p {
        font-size: 15px;
        line-height: 24px;
        width: 72%;
    }

    /************************************ FOOTER MIDDLE *************************************/

    .footer-middle {
        background: #031316;
        color: #cecece;
        padding: 20px 0 20px 0;
    }

    /************************************ FOOTER BOTTOM *************************************/

    .footer-bottom {
        background: #020f11;
        color: #cecece;
        padding: 10px 0 10px 0;
    }

        .footer-bottom p.copyright {
            font-size: 14px;
            margin-bottom: 0;
        }

        .footer-bottom .footer-nav {
            font-weight: normal;
            font-size: 15px;
            list-style: none;
            float: left;
            display: block;
            margin: 20px 0 0 0;
        }

            .footer-bottom .footer-nav li {
                font-size: 13px;
                float: left;
                border-left: 1px solid #a8a8a8;
                padding: 0 9px 0 9px;
                margin: 0;
            }

                .footer-bottom .footer-nav li:first-child {
                    border: 0;
                    padding-left: 0;
                }

                .footer-bottom .footer-nav li a {
                    color: #cecece;
                }

                    .footer-bottom .footer-nav li a:hover {
                        color: #e9004c;
                    }

    /******************************** SOCIAL ICONS ********************************/

    .social {
        padding-bottom: 10px;
    }

        .social li {
            display: inline-block;
            margin: 0 0 0 5px;
            list-style: none;
        }

            .social li a {
                display: block;
            }

                .social li a i {
                    border: 2px solid #333;
                    display: block;
                    font-size: 27px;
                    font-weight: 300;
                    height: 37px;
                    line-height: 34px;
                    text-align: center;
                    width: 37px;
                    color: #333;
                    -webkit-transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    transition: all 500ms ease;
                }

                .social li a:hover i {
                    opacity: 1;
                    -webkit-transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    transition: all 500ms ease;
                }

        .social.big li a i {
            width: 46px;
            height: 46px;
            line-height: 45px;
        }

        .social.big.fill li a i {
            line-height: 46px;
        }

        .social.big.fill li a.icon-instagram:hover i, .social li a.icon-instagram:hover i {
            background: #565656;
            border-color: #565656
        }

        .social.bordered li a i {
            border: 2px solid #fff;
            color: #fff;
        }

        .social.bordered.dark li a i {
            border: 1px solid #2e2e2e;
            color: #2e2e2e;
        }

        .social.bordered li a:hover i {
            color: #fff
        }

        .social.box li a i {
            width: 62px;
            height: 60px;
            border-radius: 5px;
            line-height: 60px;
            font-size: 27px;
            border-width: 1px;
        }

        .social.box li a:hover i {
            color: #fff;
        }

        .social.box.small li a i {
            width: 52px;
            height: 50px;
            line-height: 50px;
        }

        .social.fill li a i {
            line-height: 38px;
            box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.1);
            color: #cecece;
            border: 0
        }

        .social.fill li a:hover i {
            opacity: 1;
            color: #fff;
        }

        .social.fill li a.facebook:hover i, .social li a.facebook:hover i {
            background: #456098;
            border-color: #456098
        }

        .social.fill li a.twitter:hover i, .social li a.twitter:hover i {
            background: #07a2dc;
            border-color: #07a2dc
        }

        .social.fill li a.googleplus:hover i, .social li a.googleplus:hover i {
            background: #d24435;
            border-color: #d24435
        }

        .social.fill li a.linkedin:hover i, .social li a.linkedin:hover i {
            background: #05759b;
            border-color: #05759b
        }

        .social.fill li a.pinterest:hover i, .social li a.pinterest:hover i {
            background: #c2171d;
            border-color: #c2171d
        }

        .social.fill li a.instagram:hover i, .social li a.instagram:hover i {
            background: #565656;
            border-color: #565656
        }

        .social.center li {
            float: none;
            text-align: center;
            display: inline-block
        }

        .social.big li a i {
            width: 46px;
            height: 46px;
        }

    .social-text {
        text-align: center;
        border-top: 1px solid #d4d4d4;
        padding: 18px 0 0;
        margin: 18px 0 0 0
    }

        .social-text li {
            display: inline-block;
            font-size: 16px;
        }

            .social-text li a {
                display: inline-block;
                margin: 0 3px;
            }

                .social-text li a:hover {
                    color: #333
                }

    .boxed-dark-fill li a i {
        background: #3b415d;
        border-radius: 0;
        color: #fff;
        font-size: 20px;
        height: 46px;
        line-height: 45px;
        width: 51px;
    }

    /************************************ FOOTER SMALL *************************************/

    .footer.small {
        padding: 80px 0 60px;
    }

        .footer.small .footer-nav ul {
            float: left;
            padding: 25px 0 20px;
        }

            .footer.small .footer-nav ul li {
                float: left;
                display: inline-block;
                border: 0;
                padding: 0;
                color: #fff;
            }

                .footer.small .footer-nav ul li a {
                    display: inline-block;
                    margin: 0 7px;
                    color: #fff;
                }

                    .footer.small .footer-nav ul li a:hover {
                        color: #898989
                    }

        .footer.small .copyright {
            color: #898989
        }

        .footer.small .social.bordered li a i {
            border-width: 1px;
        }

    /************************************ BUTTONS *************************************/

    .btn.btn-more-solutions {
        font-family: "proxima_nova", sans-serif;
        font-size: 23px;
        background: #3b415d;
        color: #fff;
    }

    .btn-more-solutions:hover, .btn-more-solutions:focus, .btn-more-solutions:active, .btn-more-solutions.active {
        background-color: #f78c02;
        color: #fff;
    }

    .btn.btn-case-study {
        background: #fff;
        border: 1px solid #f78c02;
        color: #f78c02;
        margin-top: 20px;
    }

    .btn-case-study:hover, .btn-case-study:focus, .btn-case-study:active, .btn-case-study.active {
        background-color: #FBA942;
        color: #fff;
    }

    .open > .dropdown-toggle.btn-default {
        background-color: #f78c02;
    }

    .btn.btn-apply {
        background-color: #3b415d;
        color: #fff;
        padding: 10px 20px;
        font-size: 30px;
        width: 100%;
        box-shadow: -1px 6px 31px -6px rgba(0,0,0,0.3);
        -webkit-box-shadow: -1px 6px 31px -6px rgba(0,0,0,0.3);
        -moz-box-shadow: -1px 6px 31px -6px rgba(0,0,0,0.3);
        margin-bottom: 40px !important;
    }

    .btn-apply:hover, .btn-apply:focus, .btn-apply:active, .btn-apply.active {
        background-color: #FBA942;
        color: #fff;
    }

    .btn.btn-pdf {
        background-color: #3b415d;
        color: #fff;
        padding: 10px 20px;
        font-size: 30px;
        width: 100%;
        box-shadow: -1px 6px 31px -6px rgba(0,0,0,0.3);
        -webkit-box-shadow: -1px 6px 31px -6px rgba(0,0,0,0.3);
        -moz-box-shadow: -1px 6px 31px -6px rgba(0,0,0,0.3);
        margin-bottom: 50px !important;
    }

    .btn-pdf:hover, .btn-pdf:focus, .btn-pdf:active, .btn-pdf.active {
        background-color: #FBA942;
        color: #fff;
    }

    .btn.btn-submit {
        font-family: "proxima_nova_bold";
        background-color: #085561;
        color: #fff;
        margin: 10px 0 30px 0;
        padding: 10px 50px;
        font-size: 17px;
    }

    .btn-submit:hover, .btn-submit:focus, .btn-submit:active, .btn-submit.active {
        background-color: #e9004c;
        color: #fff;
    }

    .btn.btn-view {
        background-color: #3b415d;
        color: #fff;
        padding: 10px 20px;
        font-size: 30px;
    }

    .btn-view:hover, .btn-view:focus, .btn-view:active, .btn-view.active {
        background-color: #FBA942;
        color: #fff;
    }

    .btn.btn-atbar {
        background-color: #3b415d;
        color: #fff;
        padding: 10px 20px;
        font-size: 30px;
        margin-bottom: 40px;
    }

    .btn-atbar:hover, .btn-atbar:focus, .btn-atbar:active, .btn-atbar.active {
        background-color: #FBA942;
        color: #fff;
    }

    .btn.btn-vacancy {
        font-family: "proxima_nova_bold";
        background-color: #FBA942;
        color: #fff;
        padding: 10px 20px;
        font-size: 16px;
        margin-bottom: 40px;
    }

    .btn-vacancy:hover, .btn-vacancy:focus, .btn-vacancy:active, .btn-vacancy.active {
        background-color: #3b415d;
        color: #fff;
    }

    .btn.btn-update-basket, .btn.btn-empty-basket, .btn.btn-generate-pdf {
        font-family: "proxima_nova_bold";
        background-color: #FBA942;
        color: #fff;
        padding: 10px 20px;
        font-size: 16px;
        margin-bottom: 10px;
        width: 100%;
    }

        .btn-update-basket:hover, .btn.btn-empty-basket:hover, .btn.btn-generate-pdf:hover, .btn-update-basket:focus, .btn-update-basket:active, .btn-update-basket.active {
            background-color: #3b415d;
            color: #fff;
        }

    .btn.btn-viewlist {
        font-size: 28px;
        color: #320411;
        text-transform: none;
        margin-top: -248px;
        margin-left: 113px;
    }

    .btn-viewlist:hover, .btn-viewlist:focus, .btn-viewlist:active, .btn-viewlist.active {
        color: #f78c02;
    }

    /************************************ ERROR 404 *************************************/

    .error-404 {
        margin: 60px 0;
    }

    .error-number {
        font-size: 250px;
        font-family: 'proxima_nova', sans-serif;
        font-weight: 600;
        color: #222222;
        line-height: 0;
        margin-bottom: 20px;
    }

        .error-number img {
            margin-top: 20px;
        }

    .error-404 p {
        font-size: 32px;
        color: #222222;
        font-family: 'proxima_nova', sans-serif;
        font-weight: 300;
    }

    .error-goto-btn {
        font-family: 'proxima_nova', sans-serif;
        font-weight: 600;
        color: #222222;
        display: inline-block;
        background: url("../images/home-page-bg.png") no-repeat;
        font-size: 24px;
        padding: 15px 17px 16px 12px
    }

    /************************************ SITEMAP *************************************/

    .sitemap-widget li a {
        color: #333333;
        font-size: 16px;
    }

        .sitemap-widget li a i {
            color: #00c1de;
            float: left;
            margin: 5px 8px 0 0;
        }

        .sitemap-widget li a:hover {
            color: #e9004c;
        }

            .sitemap-widget li a:hover i {
                color: #e9004c
            }

    .sitemap-widget li li {
        list-style-type: square;
        color: #00c1de;
        margin: 0 0 0 45px;
    }


    @media (max-width: 992px) {
        .navbar-default.nav-border-bottom .navbar-nav.nav > li > a:hover, .navbar-default.nav-border-bottom .navbar-nav.nav > li.open > a {
            background: #3b415d !important;
            border-color: #3b415d !important;
        }
    }

    .list-bullets li {
        background: url("../images/bullet-purple.png") no-repeat 0 7px;
    }

    .footer.footer-boxed-light .footer-about a:hover,
    .footer.footer-boxed-light .footer-post h4 a:hover,
    .footer.footer-wide-light .tweets p a,
    .footer.footer-wide-light .footer-about a:hover,
    .footer.footer-wide-light .footer-post h4 a:hover {
        color: #3b415d;
    }

    .btn.btn-default {
        background: #3b415d;
    }

    /************************************ ALERT BAR *************************************/

    #alertbar {
        position: relative;
        padding: 15px;
        background-color: #c4453c;
        background-size: 20px 20px;
        border-bottom: 2px solid #fff;
        display: block;
        height: 100px;
        width: 100%;
        background-image: -webkit-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.05) 25%, hsla(0,0%,0%,.05) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.05) 75%, hsla(0,0%,0%,.05));
        background-image: -moz-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
        background-image: -ms-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
        background-image: -o-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
        background-image: linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    }

        #alertbar:target {
            display: none;
        }

        #alertbar p {
            font-family: 'proxima_nova_semibold', sans-serif;
            font-size: 22px;
            color: #fff;
            padding-top: 20px;
            margin: 0;
            text-align: center;
            text-decoration: none;
        }

            #alertbar p a:hover, #alertbar p a:focus, #alertbar p a:active {
                color: #fff;
            }

    @media (max-width: 1135px) {
        #alertbar {
            height: 125px;
        }
    }

    @media (max-width: 600px) {
        #alertbar {
            height: 160px;
        }
    }

    @media (max-width: 430px) {
        #alertbar p {
            font-size: 18px;
        }
    }

    @media (max-width: 370px) {
        #alertbar {
            height: 190px;
        }
    }

    /************************************ ROYAL SLIDER *************************************/

    .royalSlider {
        width: 100%;
        height: auto;
        position: relative;
        direction: ltr;
    }

        .royalSlider > * {
            float: left;
        }

    .rsWebkit3d .rsSlide {
        -webkit-transform: translateZ(0);
    }

    .rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
        -webkit-backface-visibility: hidden;
    }

    .rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
        -webkit-transform: none;
    }

    .rsOverflow {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        float: left;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .rsVisibleNearbyWrap {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        left: 0;
        top: 0;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

        .rsVisibleNearbyWrap .rsOverflow {
            position: absolute;
            left: 0;
            top: 0;
        }

    .rsContainer {
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .rsArrow, .rsThumbsArrow {
        cursor: pointer;
    }

    .rsThumb {
        float: left;
        position: relative;
    }

    .rsArrow {
        width: 54px;
        height: 54px;
        border: 1px solid #fff;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        position: absolute;
        top: 50%;
        margin-top: -160px;
        z-index: 99;
    }

        .rsArrow.rsArrowLeft {
            left: 30px;
            background: url("../images/left-arrow.png") no-repeat center center;
        }

        .rsArrow.rsArrowRight {
            right: 30px;
            background: url("../images/right-arrow.png") no-repeat center center;
        }

    .rsArrow, .rsNav, .rsThumbsArrow {
        opacity: 1;
        -webkit-transition: opacity 0.3s linear;
        -moz-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
    }

    .rsHidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
        -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
        -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
        transition: visibility 0s linear 0.3s,opacity 0.3s linear;
    }

    .rsGCaption {
        width: 100%;
        float: left;
        text-align: center;
    }
    /* Fullscreen options, very important ^^ */
    .royalSlider.rsFullscreen {
        position: fixed !important;
        height: auto !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 2147483647 !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
    }

    .royalSlider .rsSlide.rsFakePreloader {
        opacity: 1 !important;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        display: none;
    }

    .rsSlide {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }

    .royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
        height: auto;
    }

    .rsContent {
        width: 100%;
        height: 100%;
        position: relative;
        background: #000;
    }

    .rsPreloader {
        position: absolute;
        z-index: 0;
    }

    .rsNav {
        -moz-user-select: -moz-none;
        -webkit-user-select: none;
        user-select: none;
    }

    .rsNavItem {
        -webkit-tap-highlight-color: rgba(0,0,0,0.25);
    }

    .rsThumbs {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        float: left;
        z-index: 22;
    }

    .rsTabs {
        float: left;
        background: none !important;
    }

    .rsTabs, .rsThumbs {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .rsVideoContainer {
        width: auto;
        height: auto;
        line-height: 0;
        position: relative;
    }

    .rsVideoFrameHolder {
        position: absolute;
        left: 0;
        top: 0;
        background: #141414;
        opacity: 0;
        -webkit-transition: .3s;
    }

        .rsVideoFrameHolder.rsVideoActive {
            opacity: 1;
        }

    .rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
        position: absolute;
        z-index: 50;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    /* ios controls over video bug, shifting video */
    .rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 44px;
    }

    .rsABlock {
        left: 0;
        top: -80px;
        position: absolute;
        z-index: 99;
    }

    img.rsImg {
        max-width: none;
    }

        img.rsImg.full-visible {
            opacity: 1;
        }

    .grab-cursor {
        cursor: url("../images/grab.png") 8 8, move;
        cursor: -webkit-grab;
    }

    .grabbing-cursor {
        cursor: url("../images/grab.png") 8 8, move;
        cursor: -webkit-grabbing;
    }

    .rsNoDrag {
        cursor: auto;
    }

    .rsLink {
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 20;
        background: url(blank.gif);
    }

    .bContainer {
        position: absolute;
        top: 38%;
        left: 0;
        width: 100%;
    }

    .blockHeadline {
        font-family: 'proxima_nova_bold',sans-serif;
        font-size: 50px;
        color: #fff;
        width: 100%;
    }

    .blockText {
        font-family: 'proxima_nova_bold',sans-serif;
        font-size: 40px;
        color: #fff;
        width: 100%;
        padding-top: 78px;
    }

    .videoblockHeadline {
        font-family: 'proxima_nova_bold',sans-serif;
        font-size: 80px;
        color: #fff;
        width: 100%;
    }

    .videoblockText {
        font-family: 'proxima_nova_bold',sans-serif;
        font-size: 60px;
        color: #fff;
        width: 100%;
        padding-top: 115px;
    }

    .blockBtn {
        padding-top: 165px;
        width: 100%;
    }

        .blockBtn .btn {
            margin: 0 5px;
        }

    .rsBullets {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 41px;
        text-align: center;
    }

        .rsBullets .rsBullet {
            width: 8px;
            height: 8px;
            border: 1px solid #fff;
            display: inline-block;
            border-radius: 100%;
            margin: 0 1.5px;
            cursor: pointer;
        }

            .rsBullets .rsBullet:hover, .rsBullets .rsBullet.rsNavSelected {
                background: #fff;
            }

    .slide-dark .blockHeadline, .slide-dark .blockText {
        color: #222222;
    }

    .slide-dark .rsBullets .rsBullet {
        border-color: #303030
    }

        .slide-dark .rsBullets .rsBullet.rsNavSelected {
            background: #303030
        }

    .rs-dark-slide .rsArrow.rsArrowLeft {
        background: url("../images/left-arrow-dark.png") no-repeat center center;
        border-color: #222;
    }

    .rs-dark-slide .rsArrow.rsArrowRight {
        background: url("../images/right-arrow-dark.png") no-repeat center center;
        border-color: #222;
    }

    .rs-dark-slide .rsArrow.rsArrowLeft:hover {
        background: url("../images/left-arrow.png") no-repeat 20px center;
    }

    .rs-dark-slide .rsArrow.rsArrowRight:hover {
        background: url("../images/right-arrow.png") no-repeat 65px center;
    }

    .rs-dark-slide .rsArrow.rsArrowLeft:hover, .rs-dark-slide .rsArrow.rsArrowRight:hover {
        background-color: #222;
        color: #fff;
    }

    .rs-dark-slide .rsBullets .rsBullet {
        border-color: #000;
    }

        .rs-dark-slide .rsBullets .rsBullet:hover {
            border-color: #000;
            background: #000;
        }

        .rs-dark-slide .rsBullets .rsBullet.rsNavSelected {
            background: #000;
        }

    .rsBtnCenterer {
        left: 50%;
        position: absolute;
        top: 50%;
    }

    .rsDefault .rsPlayBtn {
        cursor: pointer;
        height: 64px;
        margin-left: -32px;
        margin-top: -32px;
        width: 64px;
    }

    .rsPlayBtnIcon {
        background: url("rs-default.png") no-repeat scroll 0 -32px rgba(0, 0, 0, 0.75);
        border-radius: 4px;
        display: block;
        height: 64px;
        transition: all 0.3s ease 0s;
        width: 64px;
    }

    .rsArrow.rsArrowLeft .rsSlideCount {
        position: absolute;
        left: -1px;
        top: -1px;
        color: #222;
        width: 100px;
        text-align: right;
        padding: 15px 14px 13px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .rsArrow.rsArrowRight .rsSlideCount2 {
        position: absolute;
        right: -1px;
        top: -1px;
        color: #222;
        width: 100px;
        text-align: left;
        padding: 15px 14px 13px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .rsArrow.rsArrowLeft:hover .rsSlideCount, .rsArrow.rsArrowRight:hover .rsSlideCount2 {
        transform: scale(1, 1);
    }

    .rsArrow.rsArrowLeft:hover .rsSlideCount, .rsArrow.rsArrowRight:hover .rsSlideCount2 {
        transform: scale(1, 1);
    }

    .rs-dark-slide .rsArrow.rsArrowLeft .rsSlideCount, .rs-dark-slide .rsArrow.rsArrowRight .rsSlideCount2 {
        color: #fff;
    }

    .rsArrow.rsArrowLeft, .rsArrow.rsArrowRight {
        overflow: hidden;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .rsArrow.rsArrowLeft:hover, .rsArrow.rsArrowRight:hover {
            background: #fff;
            width: 100px;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .rsArrow.rsArrowLeft:hover {
            background: url("../images/left-arrow-dark.png") no-repeat 20px center #fff;
        }

        .rsArrow.rsArrowRight:hover {
            background: url("../images/right-arrow-dark.png") no-repeat 65px center #fff;
        }

    .banner-video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .banner-video video {
            opacity: .5;
        }

    /************************************ RESPONSIVE SLIDES *************************************/

    .rslides {
        position: relative;
        list-style: none;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

        .rslides li {
            -webkit-backface-visibility: hidden;
            position: absolute;
            display: none;
            width: 100%;
            left: 0;
            top: 0;
        }

            .rslides li:first-child {
                position: relative;
                display: block;
                float: left;
            }

        .rslides img {
            display: block;
            height: auto;
            float: left;
            width: 100%;
            max-width: 533px;
            border: 0;
            padding: 5px;
            border: 1px solid #dadada;
            border-radius: 2px;
            margin-bottom: 7px;
        }

    .rslides_tabs li {
        float: left;
        list-style: none;
    }

    .rslides_tabs img {
        padding: 5px;
        border: 1px solid #dadada;
        border-radius: 2px;
        margin: 0 7px 7px 0;
    }

    .logos {
        padding-top: 38px;
    }

        .logos ul.rslides img {
            padding: 0;
            border: 0;
            width: auto;
            float: none;
            margin: 0 auto;
            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
            filter: gray; /* IE6-9 */
            -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
        }

            .logos ul.rslides img:hover {
                filter: none;
                -webkit-filter: none;
            }

    .rslides_tabs.img-slider-pager {
        position: relative;
        bottom: 0;
    }

        .rslides_tabs.img-slider-pager li {
            float: left;
            margin: 0;
        }

            .rslides_tabs.img-slider-pager li a, .rslides_tabs.img-slider-pager li.rslides_here a {
                width: auto;
                height: auto;
                background: none;
            }

    .bg-image-slider {
        position: relative;
    }

        .bg-image-slider img {
            border: 0;
            padding: 0;
            max-width: none;
            width: 100%;
        }

        .bg-image-slider .rslides_nav {
            position: absolute;
            left: 28px;
            top: 50%;
            width: 72px;
            height: 72px;
            background: url("../images/left-arrow-dark.png") no-repeat center center #fff;
            border-radius: 100%;
            z-index: 110;
            font-size: 0;
            margin-top: -36px;
        }

            .bg-image-slider .rslides_nav.next {
                left: auto;
                right: 28px;
                background: url("../images/right-arrow-dark.png") no-repeat center center #fff;
            }

    .bg-image-slider-text {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 50%;
        z-index: 100;
        font-size: 48px;
        transform: translateY(-50%);
    }

        .bg-image-slider-text p {
            max-width: 930px;
            margin: 0 auto;
            font-family: "proxima_nova",sans-serif;
            font-weight: 800;
            color: #fff;
            line-height: 60px;
        }

        .bg-image-slider-text small {
            display: block;
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
        }


    /*************************** RESPONSIVE TABS **********************************/

    ul.resp-tabs-list, p {
        margin: 0px;
        padding: 0px;
    }

    .resp-tabs-list li {
        font-weight: 600;
        font-size: 13px;
        display: inline-block;
        padding: 0;
        margin: 0;
        list-style: none;
        cursor: pointer;
    }

    .resp-tab-item a:hover, .resp-tab-active a, .resp-tab-item a:hover span {
        color: #fff;
    }

        .resp-tab-active a, .resp-tab-active a span {
            color: #fff !important;
        }

    .resp-tabs-container {
        padding: 0px;
        background-color: #fff;
        clear: left;
    }

    h2.resp-accordion {
        cursor: pointer;
        padding: 5px;
        display: none;
    }

    .resp-tab-content {
        display: none;
        padding: 0;
    }

    .resp-tab-active {
        border-bottom: none;
        margin-bottom: -1px !important;
        padding: 0 !important;
        color: #fff;
        background: #2991d6;
        border-color: #2991d6
    }

    .resp-tab-active {
        border-bottom: none;
        color: #fff;
        background: #2991d6;
        border-color: #2991d6
    }

        .resp-tab-active a {
            color: #fff;
        }

    .resp-content-active, .resp-accordion-active {
        display: block;
    }

    h2.resp-accordion {
        font-size: 20px;
        border-bottom: 1px solid #e3e3e3;
        border-top: 0px solid #e3e3e3;
        margin: 0px;
        padding: 15px;
    }

    h2.resp-tab-active {
        border-bottom: 0px solid #e3e3e3 !important;
        margin-bottom: 0px !important;
        padding: 15px !important;
    }

    h2.resp-tab-title:last-child {
        border-bottom: 12px solid #c1c1c1 !important;
        background: blue;
    }
    /*-----------Vertical tabs-----------*/
    .resp-vtabs {
        padding: 120px 0 75px !important;
    }

        .resp-vtabs ul.resp-tabs-list {
            float: left;
            width: 30%;
            border: 1px solid #d2d2d2;
            border-right: 0;
        }

        .resp-vtabs .resp-tabs-list li {
            display: block;
            padding: 19px 29px 19px !important;
            margin: 0;
            cursor: pointer;
            float: none;
            font-family: 'proxima_nova', sans-serif;
            border-bottom: 1px solid #d2d2d2;
        }

        .resp-vtabs .resp-tabs-container {
            padding: 0px;
            background-color: #fff;
            border: 1px solid #d2d2d2;
            float: left;
            width: 68%;
            min-height: 250px;
            clear: none;
        }

        .resp-vtabs .resp-tab-content {
            border: none;
            padding: 42px 38px;
        }

            .resp-vtabs .resp-tab-content h3 {
                font-size: 32px;
            }

        .resp-vtabs li.resp-tab-active {
            background-color: #fff;
            position: relative;
            z-index: 1;
            margin-right: -1px !important;
            padding: 20px 29px !important;
        }

    .resp-arrow {
        width: 0;
        height: 0;
        float: right;
        margin-top: 3px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 12px solid #c1c1c1;
    }

    h2.resp-tab-active span.resp-arrow {
        border: none;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 12px solid #fff;
    }
    /*-----------Accordion styles-----------*/
    h2.resp-tab-active {
        background: #3b415d !important;
    }

    .resp-easy-accordion h2.resp-accordion {
        display: block;
    }

    .resp-easy-accordion .resp-tab-content {
        border: 1px solid #c1c1c1;
    }

        .resp-easy-accordion .resp-tab-content:last-child {
            border-bottom: 1px solid #c1c1c1 !important;
        }

    .resp-jfit {
        width: 100%;
        margin: 0px;
    }

    .resp-tab-content-active {
        display: block;
    }

    h2.resp-accordion:last-child {
        border: 0;
    }
    /*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
    @media only screen and (max-width: 768px) {
        ul.resp-tabs-list {
            display: none;
        }

        h2.resp-accordion {
            display: block;
        }

        .resp-vtabs .resp-tab-content {
            border: 1px solid #C1C1C1;
        }

        .resp-vtabs .resp-tabs-container {
            border: none;
            float: none;
            width: 100%;
            min-height: initial;
            clear: none;
        }

        .resp-accordion-closed {
            display: none !important;
        }

        .resp-vtabs .resp-tab-content:last-child {
            border-bottom: 1px solid #c1c1c1 !important;
        }

        .verticalTab.normal-tabs-vertical .resp-tabs-container {
            width: 100% !important;
        }
    }

    .resp-vtabs li {
        font-size: 20px;
        font-weight: normal
    }

    .simple-tabs .resp-tabs-list li a {
        padding: 16px 45px 15px;
        font-size: 20px;
        font-family: 'proxima_nova', sans-serif;
        background: #222222;
        color: #fff
    }

    .bordered-tabs .resp-tabs-list li {
        line-height: 25px;
    }

        .bordered-tabs .resp-tabs-list li a {
            background: #fff;
            border: 1px solid #e7e7e7;
            color: #575757;
            font-size: 18px;
            font-weight: 600;
        }

            .bordered-tabs .resp-tabs-list li a:hover, .bordered-tabs li.resp-tab-active a {
                color: #fff;
            }

    .bordered-tabs .resp-tab-content {
        border: 1px solid #e7e7e7;
        margin: 12px 0 0;
    }

    .verticalTab.normal-tabs-vertical .resp-tabs-list {
        width: 14%;
        border: 0;
    }

    .verticalTab.normal-tabs-vertical .resp-tabs-container {
        width: 86%;
    }

    .resp-vtabs.normal-tabs-vertical .resp-tabs-list li {
        padding: 11px 40px !important;
        margin-bottom: 4px !important;
        border: 1px solid #d2d2d2;
        border-right: 0;
        float: right
    }

        .resp-vtabs.normal-tabs-vertical .resp-tabs-list li.resp-tab-active, .resp-vtabs.normal-tabs .resp-tabs-list li:hover {
            padding: 11px 40px !important;
            margin-bottom: 4px !important;
            border-left: 4px solid transparent !important;
        }

    .resp-vtabs.normal-tabs-vertical .resp-tabs-container {
        margin: 0;
    }

    .normal-tabs-bordered-btns {
        padding: 50px 0 0
    }

        .normal-tabs-bordered-btns .resp-tabs-list {
            padding-bottom: 10px;
        }

            .normal-tabs-bordered-btns .resp-tabs-list .resp-tab-item a {
                border: 1px solid #c4c4c4;
                font-size: 20px;
                color: #222;
                padding: 12px 20px 10px;
            }

                .normal-tabs-bordered-btns .resp-tabs-list .resp-tab-item.resp-tab-active a,
                .normal-tabs-bordered-btns .resp-tabs-list .resp-tab-item a:hover {
                    color: #fff;
                }

    /************************************ VALIDATE ENGINE *************************************/

    .formError {
        z-index: 22;
    }

        .formError .formErrorContent {
            z-index: 991;
        }

        .formError .formErrorArrow {
            z-index: 996;
        }

    .ui-dialog .formError {
        z-index: 5000;
    }

        .ui-dialog .formError .formErrorContent {
            z-index: 5001;
        }

        .ui-dialog .formError .formErrorArrow {
            z-index: 5006;
        }

    .inputContainer {
        position: relative;
        float: left;
    }

    .formError {
        position: absolute;
        top: 300px;
        left: 300px;
        display: block;
        cursor: pointer;
        text-align: left;
    }

        .formError.inline {
            position: relative;
            top: 0;
            left: 0;
            display: inline-block;
        }

    .ajaxSubmit {
        padding: 20px;
        background: #55ea55;
        border: 1px solid #999;
        display: none;
    }

    .formError .formErrorContent {
        width: 100%;
        background: #E4090A;
        position: relative;
        color: #fff;
        min-width: 136px;
        font-size: 11px;
        border: 2px solid #ddd;
        box-shadow: 0 0 6px #000;
        -moz-box-shadow: 0 0 6px #000;
        -webkit-box-shadow: 0 0 6px #000;
        -o-box-shadow: 0 0 6px #000;
        padding: 4px 10px 4px 10px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
    }

    .formError.inline .formErrorContent {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        border: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
    }

    .greenPopup .formErrorContent {
        background: #33be40;
    }

    .blackPopup .formErrorContent {
        background: #393939;
        color: #FFF;
    }

    .formError .formErrorArrow {
        width: 15px;
        margin: -2px 0 0 13px;
        position: relative;
    }

    body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
        margin: -2px 13px 0 0;
    }

    .formError .formErrorArrowBottom {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        margin: 0px 0 0 12px;
        top: 2px;
    }

    .formError .formErrorArrow div {
        border-left: 2px solid #ddd;
        border-right: 2px solid #ddd;
        box-shadow: 0 2px 3px #444;
        -moz-box-shadow: 0 2px 3px #444;
        -webkit-box-shadow: 0 2px 3px #444;
        -o-box-shadow: 0 2px 3px #444;
        font-size: 0px;
        height: 1px;
        background: #E4090A;
        margin: 0 auto;
        line-height: 0;
        font-size: 0;
        display: block;
    }

    .formError .formErrorArrowBottom div {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
    }

    .greenPopup .formErrorArrow div {
        background: #33be40;
    }

    .blackPopup .formErrorArrow div {
        background: #393939;
        color: #FFF;
    }

    .formError .formErrorArrow .line10 {
        width: 13px;
        border: none;
    }

    .formError .formErrorArrow .line9 {
        width: 11px;
        border: none;
    }

    .formError .formErrorArrow .line8 {
        width: 11px;
    }

    .formError .formErrorArrow .line7 {
        width: 9px;
    }

    .formError .formErrorArrow .line6 {
        width: 7px;
    }

    .formError .formErrorArrow .line5 {
        width: 5px;
    }

    .formError .formErrorArrow .line4 {
        width: 3px;
    }

    .formError .formErrorArrow .line3 {
        width: 1px;
        border-left: 2px solid #ddd;
        border-right: 2px solid #ddd;
        border-bottom: 0 solid #ddd;
    }

    .formError .formErrorArrow .line2 {
        width: 3px;
        border: none;
        background: #ddd;
    }

    .formError .formErrorArrow .line1 {
        width: 1px;
        border: none;
        background: #ddd;
    }

    .con_us input[type="submit"] {
        background: none repeat scroll 0 0 #E6320E;
        border: 0 none;
        color: #FFFFFF;
        font-size: 12px;
        height: 33px;
        text-transform: uppercase;
        width: 100%;
    }

    .con_us input[type="text"] {
        margin-bottom: 25px;
    }

    .con_us textarea {
        margin-bottom: 25px;
    }

    /************************************ OWL CAROUSEL *************************************/

    .owl-carousel .owl-wrapper:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .owl-carousel {
        display: none;
        position: relative;
        width: 100%;
        -ms-touch-action: pan-y;
    }

        .owl-carousel .owl-wrapper {
            display: none;
            position: relative;
        }

        .owl-carousel .owl-wrapper-outer {
            overflow: hidden;
            position: relative;
            width: 100%;
        }

            .owl-carousel .owl-wrapper-outer.autoHeight {
                -webkit-transition: height 500ms ease-in-out;
                -moz-transition: height 500ms ease-in-out;
                -ms-transition: height 500ms ease-in-out;
                -o-transition: height 500ms ease-in-out;
                transition: height 500ms ease-in-out;
            }

        .owl-carousel .owl-item {
            float: left;
        }

    .owl-controls .owl-buttons div, .owl-controls .owl-page {
        cursor: pointer;
        position: absolute;
    }

    .owl-buttons .owl-prev {
        width: 75px;
        height: 57px;
        display: block;
        left: -120px;
    }

    .owl-buttons .owl-next {
        width: 75px;
        height: 57px;
        display: block;
        right: -120px;
    }

        .owl-buttons .owl-next:hover, .owl-buttons .owl-prev:hover {
            background-position: center bottom;
        }

    .owl-controls {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        left: 0;
        position: absolute;
        top: 50%;
        width: 100%;
    }

    .grabbing {
        cursor: url(../images/grabbing.png) 8 8,move;
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }

    .owl-origin {
        -webkit-perspective: 1200px;
        -webkit-perspective-origin-x: 50%;
        -webkit-perspective-origin-y: 50%;
        -moz-perspective: 1200px;
        -moz-perspective-origin-x: 50%;
        -moz-perspective-origin-y: 50%;
        perspective: 1200px;
    }

    .owl-fade-out {
        z-index: 10;
        -webkit-animation: fadeOut .7s both ease;
        -moz-animation: fadeOut .7s both ease;
        animation: fadeOut .7s both ease;
    }

    .owl-fade-in {
        -webkit-animation: fadeIn .7s both ease;
        -moz-animation: fadeIn .7s both ease;
        animation: fadeIn .7s both ease;
    }

    .owl-backSlide-out {
        -webkit-animation: backSlideOut 1s both ease;
        -moz-animation: backSlideOut 1s both ease;
        animation: backSlideOut 1s both ease;
    }

    .owl-backSlide-in {
        -webkit-animation: backSlideIn 1s both ease;
        -moz-animation: backSlideIn 1s both ease;
        animation: backSlideIn 1s both ease;
    }

    .owl-goDown-out {
        -webkit-animation: scaleToFade .7s ease both;
        -moz-animation: scaleToFade .7s ease both;
        animation: scaleToFade .7s ease both;
    }

    .owl-goDown-in {
        -webkit-animation: goDown .6s ease both;
        -moz-animation: goDown .6s ease both;
        animation: goDown .6s ease both;
    }

    .owl-fadeUp-in {
        -webkit-animation: scaleUpFrom .5s ease both;
        -moz-animation: scaleUpFrom .5s ease both;
        animation: scaleUpFrom .5s ease both;
    }

    .owl-fadeUp-out {
        -webkit-animation: scaleUpTo .5s ease both;
        -moz-animation: scaleUpTo .5s ease both;
        animation: scaleUpTo .5s ease both;
    }

    @-webkit-keyframes empty {
        0% {
            opacity: 1;
        }
    }

    @-moz-keyframes empty {
        0% {
            opacity: 1;
        }
    }

    @keyframes empty {
        0% {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-moz-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-webkit-keyframes backSlideOut {
        25% {
            opacity: .5;
            -webkit-transform: translateZ(-500px);
        }

        100%,75% {
            opacity: .5;
            -webkit-transform: translateZ(-500px) translateX(-200%);
        }
    }

    @-moz-keyframes backSlideOut {
        25% {
            opacity: .5;
            -moz-transform: translateZ(-500px);
        }

        100%,75% {
            opacity: .5;
            -moz-transform: translateZ(-500px) translateX(-200%);
        }
    }

    @keyframes backSlideOut {
        25% {
            opacity: .5;
            transform: translateZ(-500px);
        }

        100%,75% {
            opacity: .5;
            transform: translateZ(-500px) translateX(-200%);
        }
    }

    @-webkit-keyframes backSlideIn {
        0%,25% {
            opacity: .5;
            -webkit-transform: translateZ(-500px) translateX(200%);
        }

        75% {
            opacity: .5;
            -webkit-transform: translateZ(-500px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateZ(0) translateX(0);
        }
    }

    @-moz-keyframes backSlideIn {
        0%,25% {
            opacity: .5;
            -moz-transform: translateZ(-500px) translateX(200%);
        }

        75% {
            opacity: .5;
            -moz-transform: translateZ(-500px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateZ(0) translateX(0);
        }
    }

    @keyframes backSlideIn {
        0%,25% {
            opacity: .5;
            transform: translateZ(-500px) translateX(200%);
        }

        75% {
            opacity: .5;
            transform: translateZ(-500px);
        }

        100% {
            opacity: 1;
            transform: translateZ(0) translateX(0);
        }
    }

    @-webkit-keyframes scaleToFade {
        to {
            opacity: 0;
            -webkit-transform: scale(.8);
        }
    }

    @-moz-keyframes scaleToFade {
        to {
            opacity: 0;
            -moz-transform: scale(.8);
        }
    }

    @keyframes scaleToFade {
        to {
            opacity: 0;
            transform: scale(.8);
        }
    }

    @-webkit-keyframes goDown {
        from {
            -webkit-transform: translateY(-100%);
        }
    }

    @-moz-keyframes goDown {
        from {
            -moz-transform: translateY(-100%);
        }
    }

    @keyframes goDown {
        from {
            transform: translateY(-100%);
        }
    }

    @-webkit-keyframes scaleUpFrom {
        from {
            opacity: 0;
            -webkit-transform: scale(1.5);
        }
    }

    @-moz-keyframes scaleUpFrom {
        from {
            opacity: 0;
            -moz-transform: scale(1.5);
        }
    }

    @keyframes scaleUpFrom {
        from {
            opacity: 0;
            transform: scale(1.5);
        }
    }

    @-webkit-keyframes scaleUpTo {
        to {
            opacity: 0;
            -webkit-transform: scale(1.5);
        }
    }

    @-moz-keyframes scaleUpTo {
        to {
            opacity: 0;
            -moz-transform: scale(1.5);
        }
    }

    @keyframes scaleUpTo {
        to {
            opacity: 0;
            transform: scale(1.5);
        }
    }

    .text-slider .owl-controls {
        top: auto;
        bottom: -25px;
    }

        .text-slider .owl-controls .owl-pagination .owl-page {
            position: relative;
            display: inline-block;
            margin: 0 2.5px;
        }

            .text-slider .owl-controls .owl-pagination .owl-page span {
                display: block;
                width: 9px;
                height: 9px;
                border: 1px solid #828282;
                border-radius: 100%;
            }

                .text-slider .owl-controls .owl-pagination .owl-page.active span,
                .text-slider .owl-controls .owl-pagination .owl-page span:hover {
                    border: 1px solid transparent;
                }

    .bullets .owl-controls {
        top: auto;
        bottom: 25px;
    }

        .bullets .owl-controls .owl-pagination {
            text-align: center
        }

            .bullets .owl-controls .owl-pagination .owl-page {
                position: relative;
                display: inline-block;
                margin: 0 2.5px;
            }

                .bullets .owl-controls .owl-pagination .owl-page span {
                    display: block;
                    width: 14px;
                    height: 14px;
                    border: 1px solid #ccc;
                    background: #fff;
                    border-radius: 100%;
                }

                .bullets .owl-controls .owl-pagination .owl-page.active span {
                    border: 1px solid #95d600;
                    background: #95d600;
                }

    .testimonials .owl-controls {
        top: auto;
        bottom: 0;
        right: 0;
        left: auto;
        text-align: right;
    }

        .testimonials .owl-controls .owl-pagination .owl-page {
            position: relative;
            display: inline-block;
            margin: 0 2.5px;
        }

            .testimonials .owl-controls .owl-pagination .owl-page span {
                display: block;
                width: 18px;
                height: 18px;
                border: 1px solid #fff;
                border-radius: 100%;
            }

            .testimonials .owl-controls .owl-pagination .owl-page:hover span, .testimonials .owl-controls .owl-pagination .owl-page.active span {
                border: 1px solid #fff;
                background: #fff
            }

    .arrows-fancy .owl-buttons {
        position: absolute;
        left: 22px;
        right: 22px;
        top: 50%;
        margin-top: -33.5px;
    }

        .arrows-fancy .owl-buttons .owl-prev {
            background: url(../images/fancy-arrows.png) no-repeat 0 -68px;
            width: 67px;
            height: 67px;
            display: block;
            left: 0
        }

        .arrows-fancy .owl-buttons .owl-next {
            background: url(../images/fancy-arrows.png) no-repeat 0 0;
            width: 67px;
            height: 67px;
            display: block;
            right: 0
        }

            .arrows-fancy .owl-buttons .owl-next:hover {
                background-position: 0 0;
            }

            .arrows-fancy .owl-buttons .owl-prev:hover, .arrows-fancy .owl-buttons .owl-next:hover {
                opacity: .8;
            }

    .arrows-fancy-transparent .owl-buttons {
        position: absolute;
        left: 22px;
        right: 22px;
        top: 50%;
        margin-top: -33.5px;
    }

        .arrows-fancy-transparent .owl-buttons .owl-prev {
            background: url(../images/fancy-arrows.png) no-repeat 0 -68px;
            width: 67px;
            height: 67px;
            display: block;
            left: 0
        }

        .arrows-fancy-transparent .owl-buttons .owl-next {
            background: url(../images/fancy-arrows.png) no-repeat 0 0;
            width: 67px;
            height: 67px;
            display: block;
            right: 0
        }

            .arrows-fancy-transparent .owl-buttons .owl-next:hover {
                background-position: 0 0;
            }

            .arrows-fancy-transparent .owl-buttons .owl-prev:hover, .arrows-fancy-transparent .owl-buttons .owl-next:hover {
                opacity: .8;
            }

    .arrows-fancy-dark-transparent .owl-buttons {
        position: absolute;
        left: 22px;
        right: 22px;
        top: 50%;
        margin-top: -33.5px;
    }

        .arrows-fancy-dark-transparent .owl-buttons .owl-prev {
            background: url(../images/fancy-arrows-dark.png) no-repeat 0 -68px;
            width: 67px;
            height: 67px;
            display: block;
            left: 0
        }

        .arrows-fancy-dark-transparent .owl-buttons .owl-next {
            background: url(../images/fancy-arrows-dark.png) no-repeat right 0;
            width: 67px;
            height: 67px;
            display: block;
            right: 0
        }

            .arrows-fancy-dark-transparent .owl-buttons .owl-next:hover {
                background-position: right bottom;
            }

        .arrows-fancy-dark-transparent .owl-buttons .owl-prev:hover {
            background-position: 0 0;
        }

    .arrows .owl-buttons .owl-prev {
        background: url(../images/fancy-arrows.png) no-repeat 0 -68px #fff;
        width: 67px;
        height: 67px;
        display: block;
        left: 0;
        margin-top: -33.5px;
    }

    .arrows .owl-buttons .owl-next {
        background: url(../images/fancy-arrows.png) no-repeat 0 0 #fff;
        width: 67px;
        height: 67px;
        display: block;
        right: 0;
        margin-top: -33.5px;
    }

        .arrows .owl-buttons .owl-next:hover {
            background-position: 0 0;
        }

    .arrows .owl-buttons .owl-prev:hover, .owl-buttons .owl-next:hover {
        opacity: .8;
    }

    .arrows.small-arrows .owl-buttons .owl-prev, .arrows.small-arrows .owl-buttons .owl-next {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }

    .arrows.small-arrows .owl-buttons .owl-prev {
        background-position: -10px -76px;
    }

    .arrows.small-arrows .owl-buttons .owl-next {
        background-position: -10px -8px;
    }

        .arrows.small-arrows .owl-buttons .owl-prev:hover, .arrows.small-arrows .owl-buttons .owl-next:hover {
            opacity: .8;
        }

    .arrows-simple-dark .owl-buttons {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: -34.5px;
    }

        .arrows-simple-dark .owl-buttons .owl-prev {
            background: url(../images/arrows-simple-dark.png) no-repeat 0 0;
            width: 47px;
            height: 69px;
            display: block;
            left: 0
        }

            .arrows-simple-dark .owl-buttons .owl-prev:hover {
                background-position: 0 0;
            }

        .arrows-simple-dark .owl-buttons .owl-next {
            background: url(../images/arrows-simple-dark.png) no-repeat 0 -69px;
            width: 47px;
            height: 69px;
            display: block;
            right: 0
        }

            .arrows-simple-dark .owl-buttons .owl-next:hover {
                background-position: 0 -69px;
            }

            .arrows-simple-dark .owl-buttons .owl-prev:hover, .arrows-simple-dark .owl-buttons .owl-next:hover {
                opacity: .8;
            }

    .arrows-simple-dark.small-arrows .owl-buttons .owl-prev, .arrows-simple-dark.small-arrows .owl-buttons .owl-next {
        width: 35px;
        height: 57px;
    }

    .arrows-simple-dark.small-arrows .owl-buttons .owl-prev {
        background-position: -7px -4px;
    }

    .arrows-simple-dark.small-arrows .owl-buttons .owl-next {
        background-position: -5px -73px
    }

    .bullets-grey .owl-controls {
        position: absolute;
        left: 0;
        bottom: 20px;
        right: 0;
        top: auto;
        text-align: center;
    }

    .bullets-grey .owl-pagination .owl-page {
        background: #aaaaaa;
        border-radius: 100%;
        display: inline-block;
        height: 14px;
        margin: 0 4px;
        position: relative;
        width: 14px;
    }

        .bullets-grey .owl-pagination .owl-page.active {
            background: #484848;
        }

    .recent-work .owl-buttons {
        margin-top: -77.5px;
    }

    .recent-work .zoom-thumbnail {
        cursor: grab;
        cursor: -webkit-grab;
    }

        .recent-work .zoom-thumbnail:focus {
            cursor: grabbing;
            cursor: -webkit-grabbing;
        }

        .recent-work .zoom-thumbnail figcaption h3 {
            cursor: pointer;
        }

    /************************************ GO TO TOP *************************************/

    #gotoTop {
        display: none;
        z-index: 999;
        position: fixed;
        width: 40px;
        height: 40px;
        background-color: #00c1de;
        font-size: 20px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        top: auto;
        left: auto;
        right: 30px;
        bottom: 30px;
        cursor: pointer;
        border-radius: 2px;
        transition: background-color .2s linear;
        -moz-transition: background-color .2s linear;
        -webkit-transition: background-color .2s linear;
        -ms-transition: background-color .2s linear;
        -o-transition: background-color .2s linear;
    }

        #gotoTop:hover {
            background-color: #e9004c;
        }


    /************************************ ONLINE APPLICATIONS *************************************/

    .top-bar .top-contact-info li.link {
        font-family: 'proxima_nova_semibold',sans-serif;
        font-size: 13px;
        padding: 27px 25px 15px 0;
    }

    .top-bar .top-contact-info li.login {
        font-family: 'proxima_nova_semibold',sans-serif;
        background-color: #e9004c;
        font-size: 22px;
        padding: 20px 20px 20px 20px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.34);
    }

        .top-bar .top-contact-info li.login a:hover {
            color: #fff;
        }

    /***** BUTTONS ******/
    .btn-main {
        font-family: "proxima_nova_bold";
        background-color: #085561;
        color: #fff;
        margin: 10px 0 30px 0;
        padding: 10px 50px;
        font-size: 17px !important;
    }

.btn-secondary {
    background-color: #085561;
    color: #fff;
        font-family: "proxima_nova_bold";
}
        .btn-main:hover {
            background-color: #e9004c;
            color: #fff;
        }

    .btn-inline-full {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 10px !important;
        padding: 10px !important;
    }

    @media (max-width: 562px) {

        .btn-sm-inline-full {
            width: 100%;
        }
    }

@media (min-width: 481px) {

    .btn-table {
        float: right !important;
    }
}

    .btn.btn-login {
        margin: 10px 0 0 0 !important;
        /*padding: 10px 20px;*/
        font-size: 15px !important;
        width: 100% !important;
    }

    .btn.btn-login-sm {
        margin: 10px 0 0 0;
        padding: 10px 20px;
        font-size: 15px;
        /*width: 100%;*/
    }

    .btn.btn-reminder {
        font-family: "proxima_nova_bold";
        background-color: #085561;
        color: #fff;
        margin: 20px 0 0 0;
        padding: 10px 20px;
        font-size: 15px;
        width: 190px;
    }

    .btn-reminder:hover {
        background-color: #e9004c;
        color: #fff;
    }

    .btn.btn-address {
        font-family: "proxima_nova_bold";
        background-color: #085561;
        color: #fff;
        margin: 0;
        padding: 10px 20px;
        font-size: 15px;
        max-width: 170px;
        word-wrap: break-word !important;
        white-space: normal !important;
    }

    .btn-address:hover {
        background-color: #e9004c;
        color: #fff;
    }

    .btn.btn-address2 {
        font-family: "proxima_nova_bold";
        background-color: #085561;
        color: #fff;
        margin: 0;
        padding: 10px 20px;
        font-size: 15px;
        width: 170px;
        word-wrap: break-word !important;
        white-space: normal !important;
    }

    .btn-address2:hover {
        background-color: #e9004c;
        color: #fff;
    }

    .btn.btn-addexam {
        font-family: "proxima_nova_bold";
        background-color: #085561;
        color: #fff;
        margin: 0;
        padding: 10px 20px;
        font-size: 15px;
        width: 150px;
    }

    .btn.btn-remove {
        font-family: "proxima_nova_bold";
        background-color: #d9534f;
        color: #fff;
        margin: 0;
    }


    .btn-address:hover {
        background-color: #e9004c;
        color: #fff;
    }

    .btn.btn-clear {
        font-family: "proxima_nova_bold";
        background-color: #0a7180;
        color: #fff;
        margin: 0;
        padding: 10px 20px;
        font-size: 15px;
        width: 110px;
    }

    .btn.btn-continue {
        font-family: "proxima_nova_bold";
        background-color: #085561;
        color: #fff;
        margin: 10px 0 30px 0;
        padding: 10px 50px;
        font-size: 17px;
    }

    .btn-continue:hover {
        background-color: #e9004c;
        color: #fff;
    }

    /***** PROGRESS BAR ******/

    .progressbar {
        counter-reset: step;
    }

        .progressbar li {
            list-style-type: none;
            width: 10%;
            float: left;
            font-size: 13px;
            position: relative;
            text-align: center;
            text-transform: uppercase;
            color: #7d7d7d;
            padding-bottom: 50px;
        }

            .progressbar li a {
                color: #7d7d7d;
                width: 100%;
                height: 100%;
                display: block;
            }

                .progressbar li a:before {
                    width: 30px;
                    height: 30px;
                    content: counter(step);
                    counter-increment: step;
                    line-height: 30px;
                    border: 2px solid #7d7d7d;
                    display: block;
                    text-align: center;
                    margin: 0 auto 10px auto;
                    border-radius: 50%;
                    background-color: white;
                }

                .progressbar li a:after {
                    width: 70%;
                    height: 2px;
                    content: '';
                    position: absolute;
                    background-color: #7d7d7d;
                    top: 15px;
                    left: -35%;
                    z-index: 1;
                }

            .progressbar li:first-child a:after {
                content: none;
            }

            .progressbar li.active a {
                color: #e9004c;
                font-weight: bold;
            }

                .progressbar li.active a,
                .progressbar li.active a:before {
                    border-color: #e9004c;
                }

            .progressbar li.active + li.active a:after {
                background-color: #e9004c;
            }

    /***** PERSONAL DETAILS PAGE ******/

    .panel {
        margin-bottom: 20px;
        background-color: #fff;
        border: 2px solid transparent !important;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    }

    .panel-body {
        font-size: 16px;
        padding: 25px !important;
    }

    .panel-heading {
        padding: 10px 15px;
        border-bottom: 3px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel-heading h3 {
            color: #fff;
            margin-bottom: 5px;
        }

    .panel-green {
        border-color: #95d600 !important;
    }

        .panel-green > .panel-heading {
            color: #fff;
            background-color: #95d600;
            border-color: #95d600;
        }

            .panel-green > .panel-heading + .panel-collapse > .panel-body {
                border-top-color: #95d600;
            }

            .panel-green > .panel-heading .badge {
                color: #f5f5f5;
                background-color: #333;
            }

        .panel-green > .panel-footer + .panel-collapse > .panel-body {
            border-bottom-color: #95d600;
        }

    .inputfieldstyle {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .form-horizontal .form-group {
        margin: 0 0 20px 0 !important;
    }

    .form-horizontal .has-feedback .form-control-feedback {
        top: 32px !important;
        right: 28px !important;
    }

    #ccHeadingOne a {
        color: #00c1de;
        font-weight: bold;
        padding: 15px;
    }

    #ccHeadingTwo a {
        color: #00c1de;
        font-weight: bold;
        padding: 15px;
    }

        #ccHeadingOne a:hover, #ccHeadingTwo a:hover {
            color: #e9004c;
        }

    .panel-orange {
        border-color: #f7b334 !important;
        background-color: #f7b334 !important;
        color: #fff;
        font-weight: bold;
    }

    .grey {
        color: #b7b7b7;
    }

    /*new styles added 04.10.22*/
    .alert-info li {
        list-style: none !important;
    }

    .alert-info {
        background-color: #085561 !important;
        border-color: #085561 !important;
        font-family: "proxima_nova_bold" !important;
    }

    hr {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    input[type="checkbox"] + label, input[type="radio"] + label {
        display: inline;
    }

    input[type="checkbox"], input[type="radio"] {
        display: inline;
    }

    alert li {
        list-style: none !important;
    }



    .table {
    }

    .list-style-none li {
        list-style: none;
    }

    .modal-header .close {
        margin-top: -45px !important;
    }

    .btn-margin-bot {
        margin-bottom: 10px;
    }




    @media only screen and (max-width:1500px) {
        /*prevent progress bar width jumping down from full width to partial*/
        .progressbar li {
            width: 14%
        }
    }

    @media only screen and (max-width:629px) {
        /*words start to bread onto next line*/
        .progressbar li a:after {
            width: 65%;
            left: -33%
        }

        .progressbar li {
            width: 18%
        }

        .btn-info, .btn-primary, .btn-continue, .btn-danger {
            padding: 10px !important;
            margin-top: 10px !important;
            font-size: medium !important;
        }
    }

    @media only screen and (max-width:532px) {
        .progressbar li a:after {
            width: 45%;
            left: -20%;
        }

        .progressbar li {
            width: 19%
        }
    }

    @media only screen and (max-width:486px) {
        .progressbar li {
            width: 20%;
            padding-bottom: 20px;
        }
    }

    @media only screen and (max-width:438px) {
        /*display in rows of 3, remove  -  after 3rd item*/
        .progressbar li {
            width: 30%
        }

            .progressbar li:nth-child(4) a:after, .progressbar li:nth-child(7) a:after {
                content: none;
            }
    }

    @media only screen and (max-width:320px) {
        .progressbar li a:before {
            border: none;
            content: counter(step) ". ";
            display: inline-block;
            margin: 0px;
        }

        .progressbar li a:after {
            content: none;
        }

        .progressbar li {
            display: inline-block;
            float: none;
            width: 100%;
            padding-bottom: 0px;
        }
    }

    .tr-padded td {
        padding: 10px;
        border-bottom: 1px solid lightGray;
    }

    .btn, .btn-address {
        word-wrap: break-word !important;
        white-space: normal !important;
    }

    @media (max-width: 991px) {
        .login-label {
            text-align: left !important;
            width: 50% !important;
        }

        .col-sm-offset-3 {
            margin-left: 0px !important;
        }
    }

    .txt-display-inline {
        width: 70px !important;
        margin-right: 10px !important;
        padding: 8px 2% 5px !important;
        display: inline !important;
    }

    .txt-display-inline-end {
        width: 60px !important;
    }

    @media (max-width: 530px) {
        .txt-display-inline {
            margin-right: 0px !important;
        }
    }

    @media (max-width: 480px) {
        .txt-display-inline {
            width: 60px !important;
        }

        .txt-display-inline-end {
            width: 50px !important;
        }
    }

    @media (max-width: 480px) {
        .txt-display-inline {
            width: 50px !important;
        }

        .txt-display-inline-end {
            width: 40px !important;
        }
    }

    @media (max-width: 380px) {
        .txt-display-inline {
            width: 100% !important;
        }
    }
::placeholder {
  color: #dadada!important;
  opacity: 1!important; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #dadada!important;
}

.gridview-separated > tbody > tr {
border-bottom: 1px solid lightgray;
}
.gridview-separated > tbody > tr > td {
padding:10px 0px 10px 0px;
}
.gridview-separated-nolines > tbody > tr > td {
padding:10px 0px 10px 0px;
}