/* 
    Document   : base
    Created on : 25-Oct-2016, 12:57:25
    Author     : joe.towner
    Description:
        Stylesheet for base
*/

@font-face {
    font-family: 'open-sans-regular';
    src: url('../fonts/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open-sans-light';
    src: url('../fonts/OpenSans-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open-sans-bold';
    src: url('../fonts/OpenSans-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

/*STOP TRANSITIONS HAPPENING ON PAGE LOAD*/
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

/*STANDARD STYLING*/
*:focus {
    outline: 0;
}
body {
    font-size: 16px;
}
body, html {
    height: 100%;
    margin: 0;
    font-family: 'open-sans-regular', Arial, sans-serif;
    color: #4d4d4d;
}
textarea, body, html {
    font-family: 'open-sans-regular', Arial, sans-serif;
}
.wrapper {
    max-width: 1170px;
    padding: 0 5px;
    margin: 0 auto;
}
h1, h2, h3, h4 {
    font-family: 'open-sans-regular', Arial, sans-serif;
    /* margin: 0; */
    /* padding: 0 0 10px 0; */
    text-align: left;
    font-weight: normal;
}
h1 {
    font-size: 2rem;
    color: #ee2d24;
    text-align: center;
}
h2 {
    font-size: 1.375rem;
    color: #ee2d24;
}
h3 {
    font-size: 1.25rem;
    color: #ee2d24;
}
h4 {
    font-size: 1.125rem;
    color: #4d4d4d;
}
h5 {
    font-size: 1rem;
    color: #e17021;
}
a:not(.post-col) {
    color: #e17021;
    text-decoration: none;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
a:not(.post-col):hover {
    color: #ca651e;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
hr { /* Gradient transparent - color - transparent */
    border: 0;
    height: 2px;
    /*background-image: linear-gradient(to right, rgba(238, 46, 36, 0), rgba(238, 46, 36, 0.50), rgba(238, 46, 36, 0));*/
    /*background-image: linear-gradient(to right, rgba(225, 112, 33, 0), rgba(225, 112, 33, 0.75), rgba(225, 112, 33, 0));*/
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e17021+0,e0a57d+30,ffffff+70 */
    background: #e17021; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #e17021 0%, #e0a57d 30%, #ffffff 70%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #e17021 0%,#e0a57d 30%,#ffffff 70%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #e17021 0%,#e0a57d 30%,#ffffff 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17021', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
hr.black { /* Gradient transparent - color - transparent */
    border: 0;
    height: 2px;
    /*background-image: linear-gradient(to right, rgba(238, 46, 36, 0), rgba(238, 46, 36, 0.50), rgba(238, 46, 36, 0));*/
    /*background-image: linear-gradient(to right, rgba(225, 112, 33, 0), rgba(225, 112, 33, 0.75), rgba(225, 112, 33, 0));*/
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,cccccc+30,ffffff+70 */
    background: #000000; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #000000 0%, #CCCCCC 30%, #ffffff 70%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #000000 0%,#CCCCCC 30%,#ffffff 70%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #000000 0%,#CCCCCC 30%,#ffffff 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
b, strong {
    font-family: 'open-sans-bold';
}
.row {
    width: 100%;
    box-sizing: border-box; 
}
.row:after {
    display: table;
    content: ' ';
    clear: both;
}
/*PARRALAX*/
#road_parralax, #city_parralax, #road_cut_parralax {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#road_parralax {
    background-image: url("../img/road.jpg");
    min-height: 637px;
}
#road_parralax .window {
    background-image: url("../img/road_window.png");
    min-height: 637px;
    position: relative;
    background-size: cover;
}
#road_parralax .window div {
    position: absolute;
    color: #FFF;
    font-size: 1.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%) rotate(-7deg); /* Safari */
    -moz-transform: translate(-50%, -50%) rotate(-7deg); /* Firefox */
    -ms-transform: translate(-50%, -50%) rotate(-7deg); /* IE9+ */
    -o-transform: translate(-50%, -50%) rotate(-7deg); /* Opera */
}

#city_parralax {
    background-image: url("../img/city.jpg");
    min-height: 400px;
}
#city_parralax .window {
    background-image: url("../img/city_window_page.png");
    min-height: 638px;
    background-size: cover;
}

#road_cut_parralax {
    background-image: url("../img/tower_of_london.jpg?v=1");
    min-height: 896px;
}

/*GENERIC PAGES*/
#bar {
    background-color: #e17021;
    height: 36px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 90;
}
#bar a {
    color: #FFF;
    font-size: 1rem;
    line-height: 36px;
    text-decoration: none;
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
    transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out;
}
#bar a:hover {
    background-color: #ca651e;
    transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
}
#bar a:hover > span, .social a:hover > span {
    opacity: 1;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}
#bar a:first-child {
    padding: 0 60px;
    margin-right: 6px;
}
#bar .sign-up {
    background-color: #ee2d24;
}

.social a {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
}
.social a span {
    background: url('../img/social.png') no-repeat left center;
    display: block;
    height: 36px;
    opacity: 0.75;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
.social a.facebook span {
    width: 12px;
    margin: 0 4px;
}
.social a.twitter span {
    background-position: -46px center;
    width: 20px;
}
.social a.instagram span {
    background-position: right center;
    width: 20px;
}
#phone, #emergency  {
    float: right;
    /*margin-right: -15px;*/
}
#bar a#phone span, #bar a#emergency span {
    font-weight: bold;
    display: inline-block;
    background: none;
    opacity: 1;
}

/*LOGO / NAV*/
#top {
    margin-top: 80px;
}
#logo {
    width: 229px;
    height: 116px;
    display: inline-block;
    vertical-align: middle;
}
#logo a {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 95%;
}
#top ul {
    padding: 0;
    /* margin: 0 0 0; */
    list-style: none;
    display: inline-block;
    width: calc(100% - 229px);
    vertical-align: bottom;
    text-align: right;
}
#top ul li {
    display: inline-block;
    margin: 0 1px;
    border-bottom: 1px solid #FFF;
    transition: border-color .5s ease-in-out;
    -moz-transition: border-color .5s ease-in-out;
    -webkit-transition: border-color .5s ease-in-out;
    max-width: 120px;
    text-align: center;
}
#top ul li:hover {
    border-color: #e17021;
    transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -webkit-transition: border-color .2s ease-in-out;
}
#top ul li a {
    font-size: 0.875rem;
    color: #4d4d4d;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    display: block;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
#top ul li a:hover {
    color: #e17021;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
#top ul li.current a {
    color: #ee2d24;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
#top ul li.current {
    border-color: #ee2d24;
    transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -webkit-transition: border-color .2s ease-in-out;
}

#mobile_bar, #mobile_bar ul {
    display: none;
}

/*HOMEPAGE*/
#main_links {
    /*background: #FFF;*/
}
#main_links .wrapper {
    padding-top: 20px;
}
.grey_content {
    background: #e6e6e6;
}
.grey_content h1, .dark_content h1 {
    padding-bottom: 1px;
}
.grey_content h4,.dark_content h4 {
    padding-bottom: 0;
    text-align: center;
}
.grey_content p, .dark_content p {
    line-height: 33px;
    padding: 16px 0;
}
.dark_content {
    background: #4d4d4d;
    color: #b3b3b3;
    position: relative;
}
#contact {
    position: absolute;
    top: -50px;
}
.dark_content h1, .dark_content h4 {
    color: #FFF;
}
#welcome .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}
#map {
/*    background: url(../img/map.jpg) no-repeat center center;
    background-size: cover;*/
    height: 500px;
}
#cert_wrapper {
    width: 50%;
    margin: 0 auto;
}
#cert_wrapper img {
    box-sizing: border-box;
    margin: 0 20px;
    vertical-align: middle;
    width: calc(100% / 3 - 45px);
}
/*MOBILE MENU*/
#mobile_bar {
    height: 50px;
    line-height: 50px;
    background: #e17021;
    margin-top: 30px;
    position: relative;
}
#mobile_bar a {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    box-sizing: border-box;
}
#mobile_bar .login {
    width: 95px;
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
    text-align: center;
}
#burger {
    width: calc(100% - 290px);
    background: url(../img/burger.gif) no-repeat 20px center;
    padding-left: 57px;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
    box-sizing: border-box;
}
#mobile_bar ul {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    background: #cc641b;
    font-size: 1.5rem;
    width: 100%;
}
#mobile_bar ul li a {
    width: 100%;
    text-align: center;
    list-style: none;
    display: block;
    height: 100%;
    padding: 10px 0;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
}
#mobile_bar ul li a:hover {
    background: #e17021;
}

/*LINKS BOXES*/
#links {
    margin: 10px 0 37px;
    overflow: hidden;
}
.link {
    display: inline-block;
    width: 25%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    height: 469px;
    position: relative;
    color: #FFF;
    text-transform: uppercase;
    vertical-align: middle;
}
#link_highways {
    background-image: url(../img/highway.jpg);
    background-size: cover;
    /*background-image: url(../img/highways.jpg);*/
}
#link_personnel {
    background-image: url(../img/personnel.jpg);
    background-size: cover;
    /*background-image: url(../img/personnel.jpg);*/
}
#link_training {
    background-image: url(../img/training_notes.jpg);
    background-size: cover;
    /*background-image: url(../img/training.jpg);*/
}
#link_login {
    background-image: url(../img/system.jpg);
    background-size: cover;
}
#link_courses {
    background-image: url(../img/link_05.jpg);
}
#link_courses span {
    font-size: 0.875rem;
    text-transform: none;
    line-height: 16px;
}
#link_courses span span {
    font-weight: bold;
}
.tagline {
    color: #e17021;
    font-size: 26px;
    text-align: center;
    /*font-style: italic;*/
}

.link .s {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: rgba(0,0,0,0.2);*/
    transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out;
}

.link .t {
    position: absolute;
    top: 0;
    width: 100%;
    height: 80px;
    padding-top: 28px;
    background: rgba(0,0,0,0.4);
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    box-sizing: border-box;
}
.link .m {
    position: absolute;
    top: 80px;
    width: 100%;
    height: 270px;
}
    
.link .b {
    background: url(../img/link_triangles.png) no-repeat;
    background-position: center bottom -32px;
    background-color: #e17021;
    height: 120px;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 25px;
    box-sizing: border-box;
    font-size: 1.75rem;
    color: #FFF;
    text-decoration: none;
}
.link .b {
    background-position: center bottom -32px;
    background-color: #e17021;
    height: 140px;
    line-height: 28px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.link:hover > .s {
    background: rgba(0,0,0,0.2);
    transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
}
.link:hover > .s .b {
    background-position: center bottom;
    background-color: #ca651e;
    height: 152px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
#soon {
    padding: 20px 0;
    text-align: center;
    box-sizing: border-box;
}

#ticker ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: none;
    width: 100%;
}
#ticker li a {
    width: 100%;
    box-sizing: border-box;
    padding: 18px 20px 0;
    display: block;
    text-decoration: none;
    color: #FFF;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
#ticker li a:hover {
    color: #ee2d24;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
#ticker li a span {
    display: block;
}
.quote {
    text-align: center;
}
.quote div {
    background: url(../img/quote-l.png) no-repeat top left;
    display: inline-block;
}
.quote div div {
    background: url(../img/quote-r.png) no-repeat bottom right;
    padding: 20px 60px;
    text-align: center;
    font-size: 22px;
    color: #111111;
}

/*FORM STYLING*/
.formStyle {
    text-align: center;
    margin-bottom: 80px;
}
.formStyle input[type=text], .formStyle textarea {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #FFF;
    box-sizing: border-box;
    font-size: 14px;
    font-style: italic;
    padding: 9px 16px;
    margin: 16px 0;
    color: #808080;
}
.formStyle input[type=text] {
    width: 100%;
}
.formStyle textarea {
    width: 100%;
    height: 300px;
    box-sizing: border-box;
}
.formStyle input[type="text"].warning, .formStyle textarea.warning {
    border: 1px solid red;
    background: #fff0f2;
}
.button {
    margin-top: 13px;
    border: 1px solid #FFF;
    background: #4d4d4d;
    color: #FFF;
    padding: 7px 56px 9px;
    text-transform: uppercase;
    font-size: 0.875rem;
    cursor: pointer;
    transition: color .5s ease-in-out, background .5s ease-in-out;
    -moz-transition: color .5s ease-in-out, background .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out, background .5s ease-in-out;
}
.button:hover {
    color: #4d4d4d;
    background: #FFF;
    transition: color .2s ease-in-out, background .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, background .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
}

/*STYLED FORM*/
.styledform .formElement {
    margin-bottom: 5px;
}
.styledform .formElement label, .styledform .formElement input[type=text], .styledform .formElement textarea {
    width: 68%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-family: Geneva,​"genevaregular",​Tahoma,​Verdana,​sans-serif;
}
.styledform .formElement label {
    width: 28%;
    margin-right: 4%;
    text-align: right;
}
.styledform .formElement input[type=text], .styledform .formElement textarea, .styledform .formElement select {
    padding: 4px;
    font-size: 15px;
    line-height: 20px;
    max-width: 400px;
}
.styledform .formElement input[type=text].date {
    max-width: 200px;
}
.styledform .formElement textarea {
    height: 100px;
}
.styledform h2 {
    text-align: center;
}
.styledform .formElement.center .g-recaptcha div {
    margin: 0 auto;
}
.errorClass {
    font-size: 12px;
    /*text-align: right;*/
    line-height: 20px;
    max-width: 250px;
    display: inline-block;
}
.errorClass span {
    color: #990000;
    margin-left: 10px;
}
.col2 .errorClass {
    width: auto;
    max-width: none;
    display: block;
    text-align: right;
}
.styledform .formElement.center {
    text-align: center;
}
.dark_content .error {
    color: red;
    border: 2px solid red;
    padding: 5px;
    margin: 10px 0;
    background: #EEE;
    font-weight: bold;
}
.dark_content .success {
    color: green;
    border: 2px solid green;
    padding: 5px;
    margin: 10px 0;
    background: #EEE;
    font-weight: bold;
}

/*CONTACT AREA*/
#contact_form {
    width: calc(100% - 320px);
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
}
#contact_details {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    padding-left: 80px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 33px;
    margin-top: 17px;
}
#contact_details p {
    padding: 10px 0;
}
#contact_details p:first-child {
    padding-top: 0;
}
#contact_details span {
    color: #FFF;
}
#contact_details a[href*=tel] {
    color: #FFF;
    font-size: 1.5rem;
    text-decoration: none;
    display: block;
    margin-bottom: 11px;
}
#contact_details a[href*=mailto] {
    color: #FFF;
    text-decoration: none;
}
#contact_details .social a:first-child {
    padding-left: 0;
}

/*SOCIAL*/
#contact_details .social {
    margin-top: 32px;
}
#contact_details .social a.facebook span {
    margin: 0 4px 0 0;
}
/*SIGN UP*/
#contact_details.sign-up{
    padding-left: 0;
    padding-bottom: 3rem;
}

/*CONTENT IMAGES*/
.imageRight {
    float: right;
    margin: 15px 0 15px 40px;
    border-radius: 30px;
    border-radius: 0 50px 0 50px;
    max-width: 50%;
}
.imageLeft {
    float: left;
    margin: 15px 40px 15px 0;
    border-radius: 30px;
    border-radius: 0 50px 0 50px;
    max-width: 50%;
}

/*FOOTER*/
#road_cut_parralax .wrapper {
    padding-top: 509px;
}
#footer {
    border-top: 1px solid #FFF;
    line-height: 25px;
    text-align: center;
    position: relative;
}
#footer a {
    color: #FFF;
    text-decoration: none;
}
#footer a:hover {
    color: #FFF;
    text-decoration: underline;
}
#footer ul {
    margin: 22px 0 0;
    text-transform: uppercase;
    list-style: none;
    padding: 0;
    text-shadow: 0 0 5px #000;
}
#footer li {
    display: inline-block;
}
#footer li a {
    padding: 3px 12px;
    color: #FFF;
    text-decoration: none;
    font-size: 0.875rem;
}
#footer p {
    color: #eee;
    padding: 4px 0;
    font-size: 14px;
    text-shadow: 0 0 5px #000;
}
#footer p span {
    font-size: 0.75rem;
}
#footer .social {
    position: absolute;
    right: -15px;
    top: 22px;
}
.accreditations-wrapper {
    overflow-x: hidden;
    margin-bottom: 37px;
}
.accreditations {
    padding-top: 25px;
    vertical-align: middle;
    text-align: center;
    display:flex;
    animation-name: scroll;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.accreditations img {
    vertical-align: middle;
    height: 75px;
    background: #FFF;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
}
.accreditations img:first-child {
    padding: 5px;
    box-sizing: border-box;
}
@keyframes scroll {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-1432px);
    }
}
/*COURSES*/
#course_wrapper {
    width: 100%;
    margin: 0 auto;
}
#course_wrapper .course {
    display: inline-block;
    text-decoration: none;
    height: 150px;
    margin: 25px;
    position: relative;
    width: calc(100% / 2 - 50px);
}
#course_wrapper .course > .course_b {
    height: 100%;
    width: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
}
#course_wrapper .course:hover > .course_b {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
}
#course_wrapper .course:hover > .l {
    transition: background-position .2s ease-in-out;
    -moz-transition: background-position .2s ease-in-out;
    -webkit-transition: background-position .2s ease-in-out;
    background-position: 0px center;
}
#course_wrapper .course:hover > .l span {
    /*border-bottom: solid 2px #fff;*/
}
#course_wrapper .course .l, #course_wrapper .course .r {
    display: inline-block;
    height: 100%;
    background: #ca651e;
}
#course_wrapper .course .l {
    width: 50%;
    position: relative;
    background-image: url(/img/link_triangles_side.png);
    background-repeat: no-repeat;
    background-position: -100px center;
    transition: background-position .2s ease-in-out;
    -moz-transition: background-position .2s ease-in-out;
    -webkit-transition: background-position .2s ease-in-out;
}
#course_wrapper .course .l img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 100%;
    width: 150px;
}
#course_wrapper .course .r {
    width: 50%;
    vertical-align: top;
    background: url(../img/classroom.jpg)no-repeat center center;
    background-size: cover;
}
#course_wrapper .course .l span {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.625rem;
    color: #fff;
    width: 75%;
    text-align: center;
    
}
/*COURSE DATES*/
#course_dates_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#course_dates_wrapper ul hr:last-child {
    display: none;
}
#course_dates_wrapper ul li {
    margin: 40px;
    font-size: 1.125rem;
}
#course_dates_wrapper ul li span {
    color: #e17021;
    font-weight: 600;
}
#course_dates_wrapper ul li div {
    width: calc(100% / 3);
    display: inline-block;
    text-align: center;
}
#course_dates_wrapper ul li div:first-child {
    text-align: left;
}
#course_dates_wrapper ul li div:last-child {
    text-align: right;
}
#main_links .button {
    background: #e17021;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out;
}
#main_links .button:hover {
    background-color: #ca651e;
    transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    cursor: pointer;
}
#course_dates_wrapper ul a {
    font-size: 1.375rem;
}
/*COURSES*/
#course_wrapper {
    margin: 50px 0;
}
#course_wrapper .row3:first-child .col {
    color: #fff;
    background: #ca651e !important;
    padding: 15px 25px;
}
#course_wrapper .row3:first-child .col h2 {
    color: #fff;
    line-height: 2;
    padding: 0;
}
#course_wrapper .row3 .col {
    padding: 15px 25px;
}
#course_wrapper .row3 .col {
    padding: 15px 25px;
    width: 50%;
}
#course_wrapper .row3 .col:nth-child(2){
    width: 30%;
}
#course_wrapper .row3 .col:last-child {
    width: 20%;
}
#course_wrapper .row3:nth-child(odd) {
    background: #f4e0d2;
}
#course_wrapper .row3:nth-child(even) {
    background: #f9efe8;
}
#course_wrapper .row3 .col p {
    padding: 0;
    line-height: 2;
}
#course_wrapper .button {
    display: block;
    margin: 0;
    padding: 6px 20px;
    width: 125px;
    text-align: center;
    float: right;
}
/*ROWS AND COLUMNS*/
.row3 {
    display: block;
    box-sizing: border-box;
    width: 100%;
}
.row3:after {
    display: table;
    content: '';
    clear: both;
}
.row3 .col {
    width: calc(100% / 3);
}
.col {
    display: block;
    float: left;
}
/*VACANCIES*/
#vacancies_wrapper {
    margin: 50px 0;
}
.card {
    margin: 40px 0;
}
.card_head,
.card_body {
    padding: 20px;
}
.card_head {
    background: #ca651e !important;
    color: #fff;
}
.card_head h3 {
    color: #fff;
    margin: 0;
    padding: 0;
}
.card_head span {
    float: right;
}
.card_body {
    background: #f9efe8;
}
.card_body:after,
#vacancy_wrapper:after {
    display: table;
    content: ' ';
    clear: both;
}
.card .button,
#vacancy_wrapper .button {
    margin: 0;
    display: block;
    width: 150px;
    float: right;
    text-align: center;
}
#vacancy_wrapper #vacancy_back.button {
    float: left;
}
#vacancy_wrapper label {
    display: inline-block;
    width: 150px;
    font-weight: bold;
}
/*REGISTER*/
#register_wrapper {
    width: 50%;
    margin: 0 auto;
}
#register_wrapper .row {
    margin: 20px 0;
}
#register_wrapper .row:last-child {
    margin-top: 52px;
}
#register_wrapper label {
    display: block;
    width: 200px;
    color: #e17021;
    margin-bottom: 5px;
}
#register_wrapper input {
    padding: 10px;
    border: solid 2px rgb(169, 169, 169);
    /*background: #f9efe8;*/
    width: 100%;
}
#register_wrapper input[type="file"] {
    border: none;
}
#register_wrapper label,
#register_wrapper input,
#register_wrapper .errorClass span {
    font-size: 20px;
}
#register_wrapper .button {
    margin: 0;
    display: block;
    width: 100px;
    text-align: center;
    float: left;
    line-height: 1.5;
}
#register_wrapper #vacancy_register {
    float: right;
}
#register_wrapper .errorClass {
    max-width: none;
    width: 100%;
    margin-top: 10px;
}
#register_wrapper .errorClass span {
    margin: 0;
}
span.success,
span.error {
    padding: 5px 10px;
    margin: 20px;
    display: block;
    text-align: center;
}
span.success {
    color: #1c6b00;
    border: solid 2px #1c6b00;
    background: #8fe089;
}
span.error {
    background-color: #f2dede;
    border: solid 2px #a94442;
    color: #a94442;
}
#register_wrapper input.errorInput {
    border: solid 2px #a94442;;
    background: #f2dede;
}
#register_wrapper input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.table.sticky-head th {
    position: sticky;
    background-color: #fff;
    top: 30px;
    z-index: 50;
}

.btn.btn-primary {
    background-color: #E17021;
    border-color: #E17021;
    color: #fff !important;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #E17021;
    border-color: #E17021;
    box-shadow: 0 0 0 0.2rem rgba(225,112,33,.25);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #E17021;
    border-color: #E17021;
}

.form-control:focus {
    border-color: #E17021;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(225,112,33,.25) !important;
}

.breadcrumb {
    background: none;
}

.container-fluid .row {
    width: auto !important;
}

.post-row .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.post-row .image:before, .post-row .image:after {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    content: '';
    transition: opacity 250ms ease-in-out;
}

.post-row .image:before {
    background-color: #E17021;
    border-radius: .25rem !important;
}

.post-col .image:after {
    color: #fff !important;
    font-size: 1.5rem;
    content: 'Read more';
    align-items: center;
    justify-content: center;
}

.post-col:hover .image:before {
    opacity: 0.5;
}

.post-col:hover .image:after {
    opacity: 1;
}

.post-col {
    color: inherit;
}

.post-col:hover {
    color: inherit;
    text-decoration: none;
}

.sixteen-nine {
    padding-top: 56.25%;
}

.four-three {
    padding-top: 75%;
}

.one-one {
    padding-top: 100%;
}

.container-sm {
    max-width: 900px;
    margin: 0 auto;
}