﻿/*#accessibility_wrapper {
    height: 100%;
}*/

footer {
    position: inherit;
}

body {
    background-color:#fff;
	/*overflow-x: hidden;*/					   
    height: 100%;
    z-index: -1;
}

/*SECTION IMAGES*/
.sec {
    position: relative;
    width: 100%;
    min-height: 240px;
}

.main-image {
    min-height: 540px;
}

.bg-wrap {
    /*background-color: var(--oltmaincolour);*/
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bg {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    -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);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    /*z-index: -1;*/
}
@supports (-ms-ime-align: auto) {
    .bg {
        position:relative;
    }
}
.textrow {
    background-color: #fff;
    min-height: inherit;
    padding: 40px;
}



.width_800 {
    /*font-size: 1.2em;*/
    max-width: 800px;
    /*padding: 0 20px;
    margin: 0 auto;*/
}

    /*.width_1280 h3 {
        font-weight: bold;
        color: #29aee1;
    }*/

    .width_1280 .title_darker {
        color: #999;
    }
.blue_bg_white_text {
    background-color: var(--oltmaincolour);
    color: #fff;
}
.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
    margin-top: -15px;
}
.caption_multi_title {
    top:25%;
}
.caption span.border {
    padding: 18px;
    font-size: 1.8em;
    letter-spacing: 4px;
    text-transform: uppercase;
    /*line-height: 1em;*/
    /*text-shadow: 0 1px 2px #333;*/
    color: #f7f7f7;
    font-weight: bold;
}
    .caption .caption_multi {
        display: inline-block;
        font-size: 1em;
        color: #f7f7f7;
        padding: 8px 10px;
        background-color: rgba(0,0,0,0.3);        
        font-weight: bold;
    }
    .caption .caption_multi_large {
        color: #f7f7f7;
        font-weight: bold;
        font-size: 1.8em;
        letter-spacing: 4px;
        background-color: rgba(0,0,0,0.3);
        text-transform: uppercase;
    }
    .caption_quote_wrapper {
        display: inline-block;
        /*position: absolute;
    left: 50%;
    top: 50%;*/
        max-width: 960px;
        text-align: left;
        color: #000;
        /*margin-left: -480px;*/
        margin: 5em 20px 4em 20px;
    }
.caption_title {
    position: relative;
    font-size: 1.8em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.2em;
    text-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.caption_quote_text {
    position: relative;
    font-size: 1.8em;
    color: #f7f7f7;
    padding-left: 100px;
    line-height: 1.3em;
    margin-bottom: 0.5em;
    text-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.caption_quote_from {
    position: relative;
    color: #fff;
    font-weight: bold;
    padding-left: 100px;
    font-size: 1.2em;
    text-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.caption_quote_text::before {
    position: absolute;
    left: -0.2em;
    top: -0.1em;
    font: 4em/1em "custom_icons", sans serif;
    content: "\201C";
}
    .caption a:link,
    .caption a:visited {
        color: #fff;
    }
.caption_button_wrapper {
    position:relative;
    text-align:center;
}
.caption_text {
    font-size: 1.4em;
    color: #fff;
    text-decoration: underline;
}

.caption_first {
    margin-top: -40px;
}

.caption_course {
    background-color: #80bf40;
    background-color: hsla(90,50%,50%,0.7);
    font-weight: inherit;
    border-radius: 4px;
    line-height: 2em;
}

.caption_last {
    margin-top: -120px
}

.caption_join_text {
    font-size: 1.8em;
    color: #fff;
}

.caption_join_button {
    margin: 35px 0;
}

.caption_join_text,
.caption_text {
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.register {
    background-color: #ff9623;
    color: #fff;
    padding: 18px;
    font-size: 1.563em;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: inline-block;
    transition: -webkit-transform .2s ease-in-out;
    transition: -ms-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 10px;
    margin: -10px 20px 20px 20px
}

    .register:hover,
    .register:focus {
        -o-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
    }

.choose_courses {
    font-size: initial;
}

.quicklinks {
    float: right;
    padding: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin: 0 0 20px 40px;
    width: 268px;
    min-width: 100px;
    box-shadow: 0 0 10px #eee;
    font-size: 85%;
}
/* QUOTE BUTTON */
#quote_btn {
    /*position: fixed;
            right: 30px;
            top: 6.5em;*/
    text-align: center;
    /*width: 255px;*/
    font: 400 1.625em/1.250em 'Open Sans', sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    /*z-index: -1;  Makes it work on iPad and Safari */
    background-color: #ff9623;
    border-radius: 30px;
    padding: 14px 18px 18px 18px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 0 20px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0 0 20px;
    box-shadow: rgba(0,0,0,0.3) 0 0 20px;
    /*z-index: 1;*/
    white-space: nowrap;
}

    #quote_btn:hover,
    #quote_btn:focus {
        background-color: #ffbc72;
    }

#stickyheader_wrapper {
    margin: 0 auto;
    position: relative;
    max-width: 1280px;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
}

#stickyheader {
    position: absolute;
    /*width: 100%;*/
    /*height: 50px;*/
    /*z-index: 1;*/
    left: 50%;
    margin-left: 452px;
    top: 4em;
}

.no_top_margin {
    margin-top: inherit
}


.reveal {
    opacity: 0;
}

.chart_show,
.reveal_show {
    opacity: 0;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 450ms;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fadeIn;
    -moz-animation-duration: 450ms;
    -moz-animation-fill-mode: forwards;
    animation-name: fadeIn;
    animation-duration: 450ms;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: 0.25s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



.testimonial_show {
    opacity: 0;
    -webkit-animation-name: bounceIn;
    -webkit-animation-duration: 350ms;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: bounceIn;
    -moz-animation-duration: 350ms;
    -moz-animation-fill-mode: forwards;
    animation-name: bounceIn;
    animation-duration: 350ms;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-delay: 0.25s;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3) translate3d(0,0,0);
        -ms-transform: scale(0.3) translate3d(0,0,0);
        transform: scale(0.3) translate3d(0,0,0);
    }

    50% {
        opacity: 0.9;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    80% {
        opacity: 1;
        -webkit-transform: scale(0.89);
        -ms-transform: scale(0.89);
        transform: scale(0.89);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0,0,0);
        -ms-transform: scale(1) translate3d(0,0,0);
        transform: scale(1) translate3d(0,0,0);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3) translate3d(0,0,0);
        -ms-transform: scale(0.3) translate3d(0,0,0);
        transform: scale(0.3) translate3d(0,0,0);
    }

    50% {
        opacity: 0.9;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    80% {
        opacity: 1;
        -webkit-transform: scale(0.89);
        -ms-transform: scale(0.89);
        transform: scale(0.89);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0,0,0);
        -ms-transform: scale(1) translate3d(0,0,0);
        transform: scale(1) translate3d(0,0,0);
    }
}

/*.list_style li::before {
    top: 8px;
    margin-right:-14px;
    left:-25px;
}*/

/*.list_ticks li::before {
    top: 2px;
    margin-right: -13px;
}*/
/* DivBoxoutTable.com */
.divBoxoutTable {
    display: table;
    width: 100%;
    border-spacing: 3vw;
    /*position: absolute;
    top: -100px;*/
    margin-top: -130px;
}

.divBoxoutTableRow {
    display: table-row;
}

.divBoxoutTableCell {
    /*border: 1px solid #999999;*/
    background-color: #fff;
    display: table-cell;
    padding: 20px 20px 30px 20px;
    text-align: center;
    width: 25%;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 2px;
}

.divBoxoutTableBody {
    display: table-row-group;
}

.divBoxoutTableCell i {
    display: block;
    font: 2.6em/1em "custom_icons", sans-serif;
    color: var(--oltmaincolour);
    padding: 10px;
}

.cpd_icon {
    float: right;
    margin: 0 0 40px 40px;
    background-color: #fff;
    padding: 20px;
    border-radius: 50%;
}

    .cpd_icon a {
        display: inline-block;
    }

    .cpd_icon img {
        width: 150px;
        height: 150px;
        display: block;
        margin: 0 auto;
    }

/* PIE CHART */
.chart_border {
    border: 1px solid #ccc;
    padding: 40px;
    margin: 30px 0;
    border-radius: 10px;
}

.chart_legend {
    margin: 40px 0;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}

    .chart_legend ul {
        padding: 0 20px 0 20px;
    }

    .chart_legend li {
        display: inline-block;
        margin-right: 40px;
    }

        .chart_legend li::before {
            position: relative;
            content: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ctitle%3Ebullet%3C/title%3E%3Ccircle cx='8' cy='8' r='7.9' style='fill:%237f7f7f'/%3E%3C/svg%3E");
            margin: 0;
            padding: 0;
            left: -20px;
            margin-right: -11px;
            top: 3px;
            /*content: '\2022';
    font-size: 3em;
    line-height:0;*/
        }

        .chart_legend li.chart_legend_red::before {
            content: url("data:image/svg+xml,%3Csvg id='BulletRed' data-name='BulletRed' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ctitle%3ERed bullet%3C/title%3E%3Ccircle cx='8' cy='8' r='7.9' style='fill:%23d83e1b'/%3E%3C/svg%3E");
        }

        .chart_legend li.chart_legend_green::before {
            content: url("data:image/svg+xml,%3Csvg id='BulletGreen' data-name='BulletGreen' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ctitle%3EGreen bullet%3C/title%3E%3Ccircle cx='8' cy='8' r='7.9' style='fill:%23209645'/%3E%3C/svg%3E");
        }

        .chart_legend li.chart_legend_blue::before {
            content: url("data:image/svg+xml,%3Csvg id='BulletBlue' data-name='BulletBlue' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ctitle%3EBlue bullet%3C/title%3E%3Ccircle cx='8' cy='8' r='7.9' style='fill:%233d65a8'/%3E%3C/svg%3E");
        }

        .chart_legend li.chart_legend_orange::before {
            content: url("data:image/svg+xml,%3Csvg id='BulletOrange' data-name='BulletOrange' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ctitle%3EOrange bullet%3C/title%3E%3Ccircle cx='8' cy='8' r='7.9' style='fill:%23f39231'/%3E%3C/svg%3E");
        }

.chart_inner {
    opacity: 0;
    max-width: 400px;
    max-height: 400px;
    position: relative;
    margin: 0 auto;
}

.chart_wrapper svg {
    overflow: inherit;
    width: 100%;
    height: auto;
    -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
}

.chart_wrapper ul {
    pointer-events: none;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    list-style-type: none;
}

.chart_wrapper li {
    position: absolute;
    font-size: 0.8em;
    color: #fff;
    font-weight: bold;
}

.chart_pie {
    display: inline-block;
    width: 50%;
    text-align: center;
    vertical-align: top;
}

    .chart_pie img {
        max-width: 100%;
        height: auto;
    }

.chart_legend_red::before {
    color: #d83e1b;
}

.chart_legend_orange::before {
    color: #f09e36;
}

.chart_legend_blue::before {
    color: #4b72b2;
}

.chart_legend_green::before {
    color: #359e4e;
}

.chart_red path {
    fill: #d83e1b !important;
}

.chart_orange path {
    fill: #f09e36 !important;
}

.chart_blue path {
    fill: #4b72b2 !important;
}

.chart_green path {
    fill: #359e4e !important;
}
/* ANIMATE CHARTS ON HOVER */
.growfx path {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-transform-origin: 200px 200px;
    -moz-transform-origin: 200px 200px;
    -o-transform-origin: 200px 200px;
    -ms-transform-origin: 200px 200px;
    transform-origin: 200px 200px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
}

    .growfx path:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
/*.chart_green path {
    transform:scale(1.1);
}*/
/* WEBINAR */
.webinar-title-fintan {
    clip-path: polygon(3% 9%, 100% -3%, 96% 89%, 1% 101%);
    background-color: rgba(252,238,33,1) !important;
    padding: 10px 30px 15px 30px !important;
    color: #000 !important;
    font-family: "punkkid", san-serif;
    letter-spacing: 0.2em;
    text-shadow: none;
}
@media screen and (max-width: 1300px) {
    #stickyheader {
        left: inherit;
        margin-left: inherit;
        right: 20px;
    }
}

@media screen and (max-width: 640px) {
    #stickyheader {
        right: 20px;
    }

    #quote_btn {
        font: 400 1.250em/1em 'Open Sans', sans-serif;
    }

    .main-image {
        height: 120%;
    }

    .sec {
        padding: 20px 0;
    }

    .caption span.border {
        font-size: inherit;
    }

    .width_1280 {
        font-size: inherit;
    }

    /*.caption {
        margin-top: -15px;
    }*/

    .speechbubble {
        float: inherit;
        margin: 0 auto 30px auto;
    }

    .textrow {
        padding: 40px 0;
    }

    .chart_legend li::before {
        top: 9px;
    }
}

@media screen and (max-width: 560px) {
    .divBoxoutTable {
        margin-top: -65px;
        border-spacing: inherit;
    }

    .divBoxoutTableCell {
        display: block;
        width: inherit;
        margin-bottom: 10px;
        padding: 1px 10px 15px 10px;
    }

        .divBoxoutTableCell i {
            font-size: 2.2em;
        }

    .speechbubble {
        margin: 20px auto 40px auto;
    }
}

@media screen and (max-width: 520px) {
    .quicklinks {
        float: inherit;
        display: block;
        width: inherit;
        margin: 0 0 20px 0;
    }

    .register {
        font-size: 1.125em;
    }
}
/* SMALLER THAN 460px */
@media screen and (max-width: 460px) {
    #stickyheader {
        right: 10px;
    }

    .cpd_wrapper {
        text-align: center;
        margin: 0;
    }

    .cpd_icon {
        float: inherit;
        display: block;
    }

    .chart_border {
        padding: 20px;
    }

    .chart_legend li {
        display: inherit;
    }

    .chart_legend {
        text-align: inherit;
    }

    .chart_pie {
        display: block;
        width: 100%;
    }
    .caption_multi_title {
        top: 10%;
    }
    .caption_quote_text::before {
        font-size: 2em;
    }

    .caption_quote_text {
        padding-left: 45px;
        font-size: 1.3em;
    }
    .caption_quote_from {
        padding-left: 45px;
        font-size: 1em;
    }
}
/* STUPID IE11, DISABLE PARALLAX AS BLOCKS TOP MENU */
@media all and (-ms-high-contrast:none) {
    /* IE10 */
    /*.foo { color: var(--red); }*/
    /* IE11 */
    *::-ms-backdrop, body {
        z-index: inherit;
    }

    *::-ms-backdrop, .bg {
        position: inherit;
    }
}

@media all and (-ms-high-contrast: none) { /*, (-ms-high-contrast: active)*/
    /* STUPID IE10+ overide to fix for charts */
    .chart_inner {
        display: block;
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        /*vertical-align: middle;*/
        max-width: inherit !important;
        max-height: inherit !important;
    }

        .chart_inner svg {
            height: inherit !important;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }
}
