
body {
    background-color: #FFFFFF;
    font-family: Gotham, sans-serif!important;
}

#main-top-header-wrapper {
    background-color: #2d2d2d;
    color: #2d2d2d;
}

#main-top-header-wrapper #main-phone a {
    color: #ed9121;
    text-decoration: none;
    font-weight: 600;
}

#main-top-header-wrapper #main-phone a:hover {
    color: #ffa535;
}

#main-header-wrapper .navbar-light .navbar-nav .nav-link
{
    background-color: #ffffff;
    color: #2d2d2d !important;
    text-decoration: none;
}

#main-header-wrapper .nav-item .dropdown-item {
    text-decoration: none;
    text-indent: -10px;
    padding-left: 20px;
}

#main-header-wrapper .navbar-light .navbar-nav .nav-item.active,
#main-header-wrapper .navbar-light .navbar-nav .nav-item.active 
#main-header-wrapper .navbar-nav .nav-link,
#main-header-wrapper .navbar-light .navbar-nav .nav-link.active,
#main-header-wrapper .navbar-light .navbar-nav a.nav-link.active
/* #main-header-wrapper .dropdown-item.active */
{
    background-color: #ffffff !important;
    color: #2d2d2d !important;
}

#main-header-wrapper .dropdown-item.active
{
    /* background-color: #ffffff !important; */
    color: #2d2d2d !important;
    background-color: white;
}
#main-header-wrapper .dropdown-item.active:hover
{
    /* background-color: #ffffff !important; */
    color: #2d2d2d !important;
    background-color: #e9ecef;
}


#main-header-wrapper .nav-link,
#main-header-wrapper .dropdown-item {
    font-size: 0.9em;
    font-weight: 600;
    color: #212529;
}



#main-mobile-menu-dropdown {
    position: absolute;
    right: 25px;
}

#main-mobile-menu-select {
    position: absolute;
    opacity: 0;
    width: 52px;
    height: 36px;
    right: 25px;
}

#main-mobile-menu #main-mobile-menu-dropdown i {
    color: #2d2d2d;
    border-color: #2d2d2d;
}

#main-header-wrapper .navbar .navbar-brand {
    height: 60px;
}

#main-header-wrapper .navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

#main-header-wrapper .navbar-nav > .dropdown:hover > .position-relative > .dropdown-menu {
    top: 0;
}

#main-header-wrapper .dropdown-menu {
    border: none;
}

#main-header-wrapper .navbar-nav .position-relative .position-relative .dropdown-menu {
    margin-top: -1px;
    left: 97%;
    top: -26px;
}

#main-header-wrapper .navbar-nav > .dropdown > .position-relative > .dropdown-menu,
#main-header-wrapper .navbar-nav .position-relative .dropdown > .position-relative > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0px;
}

#main-header-wrapper .navbar-nav > .dropdown:hover > .position-relative > .dropdown-menu,
#main-header-wrapper .navbar-nav .position-relative .dropdown:hover > .position-relative > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
}

@media (max-width: 1199px) {
    #main-mobile-menu.navbar {
        position: absolute !important;
        right: -25px;
        top: 40px;
    }

    #main-mobile-menu #main-mobile-menu-dropdown {
        top: 15px;
        right: 50px;
    }

    #main-mobile-menu #main-mobile-menu-select {
        top: 15px;
        right: 50px;
    }
}

@media (max-width: 575px) {
    #main-mobile-menu.navbar {
        right: -35px;
        top: 30px;
    }
}

#main-header-wrapper {
    background-color: #ffffff;
    border-bottom-width: 2px;
    border-bottom-color: #d7d7d7;
    border-bottom-style: solid;
}

#main-logo img {
    height: auto;
    width: auto;
    max-height: 90px;
    max-width: 220px;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

@media (max-width: 270px) {
    #main-logo img {
        max-width: 65% !important;
    }
}

#main-page-content {
    min-height: 600px;
}

#main-sidebar .wrapper {
    margin-bottom: 44px;
    font-size: 16px;
}

footer {
    background-color: #2d2d2d;
    color: #ffffff;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #ffffff;
    text-decoration: none;
}


.global-primary-colour {
    color: #2d2d2d;
}

.global-primary-background-colour {
    background-color: #2d2d2d;
}

.global-secondary-colour {
    color: #ed9121;
}

.global-secondary-background-colour {
    background-color: #ed9121;
}

.global-tertiary-colour {
    color: #ffffff;
}

.global-tertiary-background-colour {
    background-color: #ffffff;
}


.global-logo-max-width {
    max-width: 220px;
}

.main-top-header-background-colour {
    background-color: #2d2d2d;
}

.main-header-background-colour {
    background-color: #ffffff;
}

.main-header-border-colour {
    border-bottom-color: #d7d7d7;
}

.main-header-text-colour {
    color: #2d2d2d;
}

.main-phone-text-colour {
    color: #ed9121;
}

.main-phone-text-hover-colour {
    color: #ffa535;
}

.main-footer-background-colour {
    background-color: #2d2d2d;
}

.main-footer-text-colour {
    color: #ffffff;
}

.main-footer-link-text-colour {
    color: #ffffff;
}


.main-login-button-colour {
    background-color: #2d2d2d;
}


.main-login-button-text-colour {
    color: #ffffff;
}


.main-header-login-button-colour {
    background-color: #ed9121;
}

.main-header-login-button-hover-colour {
    background-color: #ffffff;
}

.main-header-login-button-text-colour {
    color: #ffffff;
}

.main-header-login-button-text-hover-colour {
    color: #ed9121;
}

.main-menu-button-colour {
    background-color: #ffffff;
}


.main-menu-button-text-colour {
    color: #2d2d2d;
}


.main-active-menu-button-colour {
    background-color: #ffffff;
}


.main-active-menu-button-text-colour {
    color: #2d2d2d;
}


.main-logo-max-height {
    max-height: 90px;
}


#toms-login a, #toms-login2 a, #main-top-header-wrapper .toms-login a {
    border: 2px solid #ffffff;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 0 15px;
    padding: 8px 15px;
    text-transform: uppercase;
    background-color: #ed9121;
    color: #ffffff;
}

#login-toms .toms-submit, .toms-custom-btn {
    background-color: #2d2d2d;
    color: #ffffff;
}



#toms-login-inline a, #login-toms a {
    text-decoration: none;
    color: #333 !important;
}

#toms-login-modal a:focus, #toms-login-modal a:hover {
    color: #333 !important;
}

#toms-login .modal-header {
    border-bottom: 0px;
    padding-bottom: 0px;
}

#toms-login .modal-footer {
    border-top: 0px;
}

#login-toms-modal .form-floating label {
    color: grey !important;
}

#toms-login-modal .modal-body {
    color: #333;
}

#toms-login-modal small, #toms-login-modal small a {
    font-size: 15px;
    font-weight: 300;
}

#toms-login-modal a {
    text-decoration: none;
    background-color: white;
    color: #333;
    border: none;
    padding: 0px;
    margin: 0px;
}

#main-header-login a:active, #main-header-login a:focus, #main-header-login a:hover {
    background-color: #ffffff !important;
    color: #ed9121 !important;
    border-color: #ed9121 !important;
}

#toms-login-modal .toms-submit, .toms-custom-btn {
    background-color: #2d2d2d !important;
    color: #ffffff !important;
    border-radius: 0 !important;
}


#login-toms-modal .form-floating input{
    color: #656565;
}

#toms-login-modal h3 {
    margin-bottom: 0px !important;
}

#toms-login-modal #toms-login-remember {
    margin-bottom: 15px !important;
}

#toms-login h3 small {
    color: #999
}

#toms-login-modal a {
    font-size: 14px;
}

.maxwidth600 {
    display:inline-block;
    max-width: 600px;
}

.maxwidth500 {
    display:inline-block;
    max-width: 500px;
}
.maxwidth400 {
    display:inline-block;
    max-width: 400px;
}
.maxwidth300 {
    display:inline-block;
    max-width: 300px;
}
.maxwidth200 {
    display:inline-block;
    max-width: 200px;
}
.maxwidth150 {
    display:inline-block;
    max-width: 150px;
}
.maxwidth120 {
    display:inline-block;
    max-width: 120px;
}
.maxwidth100 {
    display:inline-block;
    max-width: 100px;
}
.maxwidth80 {
    display:inline-block;
    max-width: 80px;
}
.maxwidth65 {
    display:inline-block;
    max-width: 65px;
}
.maxwidth60 {
    display:inline-block;
    max-width:60px;
}
.maxwidth50 {
    display:inline-block;
    max-width:50px;
}
.maxwidth30 {
    display:inline-block;
    max-width:30px;
}
.minwidth100 {
    min-width: 100px;
}
.minwidth80 {
    min-width: 80px;
}
.minwidth60 {
    min-width: 60px;
}
.minwidth300 {
    min-width: 300px;
}



/*
.usercourselist {
    background-color: #F1F1F1;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
}

.usercourselist .arrow-course {
    background: url("../../../templates/main/images/arrow.png") left top no-repeat;
    width: 50px;
    margin: 0 5px 0 25px;
    float: left;
}

.usercourselist a {
    color: #333;
}

.usercourselist b {
    font-weight: 400;
}

.coursetitle, .coursename {
    color: #666!important;
    text-transform: uppercase;
}

#main-body .coursetitle, #main-body .coursename {
    color: #666666!important;
    font-weight: bold;
    font-size: 2.0em!important;
}

button.btn.btn-large, input[type="submit"].btn.btn-large {
    margin-top: 15px;
}

#add-course-btn {
    background-color: #F3AE35;
    background-image: none;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}

#course_list ul {
    margin: 0px;
    padding-left: 12px;
}

#course_list li {
    list-style-type: none;
}
*/

@font-face{
    font-family:Gotham;
    src:url(../../../templates/main/font/Gotham-Bold.eot);
    src:url(../../../templates/main/font/Gotham-Boldiefix.eot) format('embedded-opentype'),
    url(../../../templates/main/font/Gotham-Bold.woff) format('woff'),
    url(../../../templates/main/font/Gotham-Bold.ttf) format('truetype'),
    url(../../../templates/main/font/Gotham-Bold.svg) format('svg');
    font-style:normal;
    font-weight:700
}
@font-face{
    font-family:Gotham;
    src:url(../../../templates/main/font/Gotham-BoldItalic.eot);
    src:url(../../../templates/main/font/Gotham-BoldItaliciefix.eot) format('embedded-opentype'),
    url(../../../templates/main/font/Gotham-BoldItalic.woff) format('woff'),
    url(../../../templates/main/font/Gotham-BoldItalic.ttf) format('truetype'),
    url(../../../templates/main/font/Gotham-BoldItalic.svg) format('svg');
    font-style:italic;
    font-weight:700
}
@font-face{
    font-family:Gotham;
    src:url(../../../templates/main/font/Gotham-Book.eot);
    src:url(../../../templates/main/font/Gotham-Bookiefix.eot) format('embedded-opentype'),
    url(../../../templates/main/font/Gotham-Book.woff) format('woff'),
    url(../../../templates/main/font/Gotham-Book.ttf) format('truetype'),
    url(../../../templates/main/font/Gotham-Book.svg) format('svg');
    font-style:normal;
    font-weight:400
}
@font-face{
    font-family:Gotham;
    src:url(../../../templates/main/font/Gotham-BookItalic.eot);
    src:url(../../../templates/main/font/Gotham-BookItaliciefix.eot?) format('embedded-opentype'),
    url(../../../templates/main/font/Gotham-BookItalic.woff) format('woff'),
    url(../../../templates/main/font/Gotham-BookItalic.ttf) format('truetype'),
    url(../../../templates/main/font/Gotham-BookItalic.svg) format('svg');
    font-style:italic;
    font-weight:400
}
@font-face{
    font-family:Gotham;
    src:url(../../../templates/main/font/Gotham-Medium.eot);
    src:url(../../../templates/main/font/Gotham-Medium.eot?#iefix) format('embedded-opentype'),
    url(../../../templates/main/font/Gotham-Medium.woff) format('woff'),
    url(../../../templates/main/font/Gotham-Medium.ttf) format('truetype'),
    url(../../../templates/main/font/Gotham-Medium.svg) format('svg');
    font-style:normal;font-weight:500
}

@font-face{
    font-family:Gotham;
    src:url(../../../templates/main/font/Gotham-MediumItalic.eot);
    src:url(../../../templates/main/font/Gotham-MediumItalic.eot?#iefix) format('embedded-opentype'),
    url(../../../templates/main/font/Gotham-MediumItalic.woff) format('woff'),
    url(../../../templates/main/font/Gotham-MediumItalic.ttf) format('truetype'),
    url(../../../templates/main/font/Gotham-MediumItalic.svg) format('svg');
    font-style:italic;
    font-weight:500
}



.gst-banner-courses-frontpage {
    background: url(/images/banners/long/frontpagebanner.jpg) repeat-x center;
    height: 280px;
    position: relative;
    background-size: cover;
}