@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');
@import url('/app/templates/default/css/fonts/fonts.css');
body {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility\9;
    line-height: 1.7;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #666;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input {
    font-size: 20px;
    color: #212121;
}
input[type="text"], input[type="password"], input[type="email"] {
    padding: 5px;
    border: 1px solid #212121;
}
textarea {
    padding: 5px;
    border: 1px solid #212121;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #212121;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #212121;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #212121;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #212121;
}
a:not(.noicon)[href^="tel:"]:before, a:not(.noicon)[href^="mailto:"]:before, a:not(.noicon)[href*="twitter.com"]:before, a:not(.noicon)[href*="facebook.com"]:before, a:not(.noicon)[href^="https:"]:after {
    display: none;
}
a {
    color: #2EA3F2;
    text-decoration: none;
    -webkit-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
a:hover {
    color: #23527c;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #006747;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 26px;
    font-weight: bold;
}
h3 {
    font-size: 22px;
    color: #003087;
}
.container {
    padding: 0 15px;
    max-width: 1080px;
}
.header {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    padding-top: 15px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%) !important;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 10%) !important;
}
.header-placeholder {}
.header>.container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.header>.container>.left {
    position: relative;
    z-index: 1;
    float: left;
}
.header>.container>.right {
    position: relative;
    z-index: 1;
    float: right;
    font-size: 13px;
}
.header>.container>.right .text2 {
    font-size: 22px;
    font-weight: bold;
    color: #137052;
}
.header>.container>.right .text2:hover {
    color: #23527c;
}
.header-contact {
    position: relative;
    padding-left: 28px;
    padding-right: 25px;
    line-height: 23px;
}
.header-contact:before {
    position: absolute;
    left: 0;
    top: 25px;
    content: "\f879" !important;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: bold;
    color: #137052;
}
.header>.container>.bd {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
.logo {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
    width: 183px;
    height: 60px;
    background-image: url(/app/templates/default/images/logo.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.header .social {
    margin-bottom: 7px;
}
.header .social a {
    display: inline-block;
    margin-left: 24px;
    line-height: 1;
    font-size: 22px;
    color: #666;
}
.header .social a:hover {
    color: #dc091c;
}
.header a {
    color: #000;
}
.search-wrap {
    position: relative;
    text-align: left;
    max-width: 280px;
    width: 100%;
    margin-bottom: 0px;
}
form#searchform div {
    display: flex;
}
.search-wrap input#s {
    width: 100%;
    padding-left: 15px;
    padding-right: 50px;
    height: 36px;
    background-color: #EEEEEE;
    border: 1px solid #DADADA;
    border-radius: 0;
}
.search-wrap #searchsubmit {
    border: none;
    background: none;
    right: 0px;
    top: 3px;
    width: 34px;
    height: 34px;
    background: url(/app/templates/default/images/icon_search2.svg) no-repeat center;
    background-size: 17px auto;
}
.nav, [role~=navigation] {
    border: 0;
    background: #fff;
}
.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 15px;
    text-transform: uppercase;
    border-top: 1px solid #e2e2e2;
}
.main-nav a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.nav a:hover, .nav button:hover {
    background: #eee;
}
.main-nav>nav>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.main-nav>nav>ul>li {
    float: none;
    display: inline-block;
    margin: 0 22px;
    line-height: 38px;
}
.main-nav>nav>ul>li a {
    background: none;
    padding: 15px;
    color: #000 !important;
}
.main-nav>nav>ul>li ul a {
    display: block;
    padding: 10px 15px;
    width: 280px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6) !important;
    border: 0;
}
.main-nav li ul {
    border: 0;
    border-top: 3px solid #105f40;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}
.nav a.on, .nav a.on:visited, .nav button.on, .nav a:focus, .nav button:focus, .nav li[role=menu][aria-expanded=true]>a, .nav li[role=menu][aria-expanded=true]>button, .nav a.active, .nav a.active:visited, .nav button.active {
    background: none;
}
.page-banner {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 50px;
    min-height: 175px;
    text-align: center;
    background: #043B24;
}
.page-banner>.container {
    max-width: 100%;
}
.page-banner h1 {
    margin: 0;
    font-weight: normal;
    color: #fff;
}
.sidebar li {
    list-style: none outside none;
}
#login input[type=submit] {
    height: 28px;
}
#tools i {
    margin: 3px;
}
nav .icon-home {
    margin: auto 3px;
}
.icon-question {
    font-size: 25px;
    line-height: 1.1em;
    margin-right: 10px;
}
.training-courses-locations #legend{
    margin-top: 1rem;
}
/*Groundwork menu fix*/

nav a:after {
    padding-left: 0;
}
/*Fonts*/

a:hover {
    text-decoration: none;
}
.logo a, .logo a:visited, .logo a:hover {
    color: #00365b;
    text-decoration: none;
}
.pod {
    font-size: 15px;
}
.pod h4 {
    font-size: 19px;
    font-weight: 300;
}
input, textarea {
    font-size: 14px;
    height: 29px;
}
#phonenumber {
    font-size: 23px;
}
.page-bottom {
    overflow: hidden;
    color: #fff;
    background: #222222;
}
.page-bottom .btns {
    padding: 27px 0;
    text-align: center;
}
.page-bottom .btns .footer-btn {
    display: inline-block;
    margin: 0 30px;
    padding: 6px 0px;
    width: 100%;
    max-width: 280px;
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 0px 2px rgb(0 0 0 / 60%);
    color: #FFF;
    border-radius: 5px;
    background: #e52425;
}
.page-bottom .btns .footer-btn:hover {
    color: #fff;
    background: #d80f0f;
}
.page-bottom .cols {
    display: flex;
    margin: 20px -2.75% 0;
}
.page-bottom .col {
    flex: 1 1 0px;
    padding: 0 2.75% 4%;
    ;
    width: 25%;
}
.page-bottom h3 {
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1;
    font-size: 18px;
    font-weight: normal;
    color: #2EA3F2;
}
.page-bottom .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-bottom .menu li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 14px;
}
.page-bottom .menu li:before {
    position: absolute;
    top: 9px;
    left: 0;
    border: 3px solid #fff;
    border-radius: 3px;
    content: "";
}
.page-bottom a {
    color: #fff;
}
.page-bottom .textwidget {
    word-wrap: break-word;
}
.page-bottom .ico {
    display: block;
    position: relative;
    padding-left: 27px;
}
.page-bottom .ico:before {
    display: block !important;
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #137052;
}
.page-bottom .phone-ico:before {
    content: "\f879" !important;
}
.page-bottom .email-ico:before {
    content: "\f0e0" !important;
}
.footer {
    overflow: hidden;
    padding: 15px 0 30px;
    color: #666;
    background: #171717;
}
.footer a {
    color: #137052;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer-menu a {
    font-weight: bold;
    color: #666;
}
.footer-menu a:hover, .copyright a:hover {
    opacity: 0.7;
}
.footer .social {
    text-align: right;
    line-height: 1;
}
.footer .social a {
    display: inline-block;
    margin-left: 20px;
    font-size: 22px;
    color: #666;
}
.footer .social a:hover {
    color: #2EA3F2;
}
#cherry-footer {
    padding: 5px 0;
}
/*groundwork fix*/

button, input[type="submit"], input[type="button"], input[type="reset"], .button, a.button, a.button:visited, [role~="button"] {
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: all 0.2s ease, visibility 0s;
    padding: 10px 20px;
    line-height: 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
    color: #fff;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: #1B7C1B;
}
button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, .button:hover, a.button:hover, [role~="button"]:hover, button:focus, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, .button:focus, a.button:focus, [role~="button"]:focus {
    border: 0;
    border-radius: 0;
    color: #fff;
    background: #043B24;
}
button.site-button, .submit, .enrol-link {
    padding: 10px 20px;
    line-height: 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
    color: #fff !important;
    appearance: none;
    border: 0;
    border-radius: 0 !important;
    transition: all 0.2s ease, visibility 0s;
    background: #1B7C1B;
}
.enrol-link.disabled {
    background: gray;
}
button.site-button:hover, .submit:hover, .enrol-link:hover {
    background: #043B24;
}
.enrol-link.disabled:hover {
    background: gray;
}
.sorting_disabled {
    background-color: transparent;
}
#map_canvas [role~="button"] {
    background: none !important;
}
/*Button position*/

.enquiry-links {
    margin: 40px 0px 20px;
    padding: 0px;
}
.enquiry-links li {
    list-style-type: none;
    display: inline-block;
    margin: 0 50px 0 0;
}
h2.enquire-now {
    display: none;
}
/* ENROL FOR ONLINE LEARNING */

h2.enrol-now {
    visibility: hidden;
}
h2.enrol-now+p {
    display: inline;
}
a.enrol-now-link {
    display: inline-block;
    float: left;
}
h2.enrol-now+p+h2.enquire-now+ul.enquiry-links li {
    display: inline-block;
    margin: 0 0px 0 6px;
    float: left;
}
h2.enrol-now+p+h2.enquire-now+ul.enquiry-links {
    display: inline;
}
/*course finder*/

#course_finder_content .navlink {
    margin: 5px 0 0 0;
    float: right;
}
/*Search module*/

#search_module {
    width: 100%;
}
#search_module input {
    padding: 5px;
    border: 1px solid silver;
}
#search_module input[type=submit] {
    width: 100px;
}
#search_module input.input.form-control {
    display: inline-block;
    width: 300px;
}
#search_module input.input.form-control+br {
    display: none;
}
.search-options {
    margin: 0 0 20px;
}
/*tags module*/

.tag-search .form-container {
    margin: 0 0 20px;
}
.tag-search #search-field {
    width: 300px;
    display: inline-block;
}
.tag-search label {
    display: inline-block;
    white-space: nowrap;
}
.tag-search .dataTables_filter, .tag-search .dataTables_length {
    display: none;
}
.enrol-icons {
    display: inline;
    list-style-type: none;
}
.enrol-icons li {
    float: left;
    padding: 5px;
    font-size: 20px;
}
/*programme pdf*/

.pdficonbox {
    float: right;
    clear: both;
}
.icon-pdf {
    background-image: url("/admin/images/icons/pdf_32.png");
    display: inline-block !important;
    height: 32px;
    width: 32px;
    background-size: cover;
    margin: 0 33px;
}
.training-courses-programme .dates-pdf {
    display: none;
}
.training-courses .text-dates-pdf:after {
    content: "All Course Dates";
}
.training-courses-programme-type .text-dates-pdf:after {
    content: "All Course Dates";
}
.text-dates-pdf:after {
    content: "Course Dates";
    display: block;
    text-align: center;
}
.text-programme-pdf:after {
    display: block;
    content: "Course Info";
    text-align: center;
}
.text-all-programmes-pdf:after {
    display: block;
    content: "All Course Info";
    text-align: center;
}
.text-calendar-pdf:after {
    display: block;
    content: "Course Calendar";
    text-align: center;
}
#upcoming h5 {
    margin: 20px 0 5px;
}
#upcoming .sidebar li {
    margin: 0 0 20px;
}
#upcoming ul.sidebar {
    margin-left: 0;
}
/*groundwork css fixes*/

table, #map_canvas {
    margin-bottom: 15px;
}
a.fc-event {
    font-size: 15px;
}
a.fc-event:visited {
    color: #fff;
}
/*EMPLOYER LOGO*/

/* This parent can be any width and height */

.employer-logo {
    text-align: center;
    margin: 20px auto;
}
/* The ghost, nudged to maintain perfect centering */

.employer-logo:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
}
/* The element to be centered, can
 also be of any width and height */

.employer-logo-inner {
    display: inline-block;
    vertical-align: middle;
}
.form-field-wrap input[type=text], .form-field-wrap input[type=email], .form-field-wrap input[type=tel], .form-field-wrap input[type=password], .form-field-wrap select, .form-field-wrap textarea {
    font-family: 'Open Sans', Arial, sans-serif;
}
form.enrolment h2, form.enrolment h3 {
    margin-top: 20px;
}
form.enrolment .f-submit {
    margin-top: 20px;
}
#middle {
    padding: 54px 0;
}
/*responsive*/

@media (max-width: 1110px) {
    .header>.container {
        padding: 0 15px;
    }
}
@media (max-width: 550px) {
    #coursestable tr:nth-child(2n) th, #coursestable tr:nth-child(2n) td {
        background: none repeat scroll 0 0 white;
    }
}
@media (max-width: 767px) {
    .header {
        position: relative
    }
    .header-placeholder {
        display: none
    }
    .header>.container>.left {
        display: none
    }
    .header>.container>.right {
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header>.container>.bd {
        position: relative
    }
    .main-nav {
        text-transform: none;
    }
    .nav li ul {
        display: block;
        border: 0;
        box-shadow: none;
    }
    #main>aside {
        border-left: none;
    }
    #header div#login {
        visibility: hidden !important;
        height: 0px !important;
    }
    .header>.container>.right {
        margin-top: 20px;
    }
    .footer .left, .footer .right {
        float: none;
        text-align: center;
    }
    .footer .left {
        margin-top: 30px;
    }
    .page-bottom .btns .footer-btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .page-bottom .cols {
        display: block
    }
    .page-bottom .col {
        width: 100%;
    }
    .footer .social {
        margin-bottom: 10px;
        text-align: center
    }
    .footer .social a {
        margin: 0 10px;
    }
    .footer-menu {
        margin-bottom: 10px;
        text-align: center
    }
    .copyright {
        text-align: center
    }
    .nav:not(.nocollapse):not(.mobile) li li a, .nav:not(.nocollapse):not(.mobile) li li button {
        text-indent: 0
    }
    .nav:not(.nocollapse):not(.mobile)>ul>li>a, .nav:not(.nocollapse):not(.mobile)>ul>li>button {
        border-top: 1px solid rgba(0, 0, 0, 0.03);
    }
    .main-nav>nav>ul>li a {
        padding: 10px 15px;
    }
    .main-nav>nav>ul ul {
        margin-left: 15px
    }
}
/* START: updates 16.10.0 */

.pagination li {
    display: inline;
    margin: 5px;
}
.pagination>ul {
    float: right;
    margin: 0 10px;
}
.pagination>p {
    float: right;
}
.pagination {
    display: inline-block;
    float: right;
    margin: 0;
    width: 100%;
}
/* END: updates 16.10.0 */