﻿#accessibility_wrapper {
    height: 100%;
}

footer {
    position: inherit;
}

body {
    /*overflow-x: hidden;*/
    height: 100%;
    z-index: -1;
}

/*SECTION IMAGES*/
.sec {
    position: relative;
    width: 100%;
    min-height: 360px;
}

.main-image {
    min-height: 540px;
}

.bg-wrap {
    /*background-color: #519955;*/
    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;
}

.textrow {
    background-color: #fff;
    min-height: inherit;
    padding: 40px;
}

.width_1280 {
    font-size: 1.2em;
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}

    .width_1280 h3 {
        font-weight: bold;
        color: #519955;
    }

.width_1280 .title_darker {
    color: #999;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
    margin-top: -15px;
}

    .caption span.border {
        padding: 18px;
        font-size: 1.8em;
        letter-spacing: 4px;
        text-transform: uppercase;
        /*line-height: 1em;*/
        text-shadow: 0 0 5px #000;
        color: #f7f7f7;
        font-weight: bold;
    }

    .caption a:link,
    .caption a:visited {
        color: #fff;
    }
.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;
    text-decoration: none !important;
}

    .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;
}

.speechbubble {
    opacity: 0;
    position: relative;
    float: right;
    background-color: #fff;
    border-radius: 50%;
    max-width: 360px;
    padding: 3em 4em 2em 4em;
    font-size: 0.813em;
    text-align: center;
    -webkit-filter: drop-shadow(0 0 20px rgba(0,0,0,0.3));
    filter: drop-shadow(0 0 20px rgba(0,0,0,0.3));
    /*z-index: 2;*/
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: -80px;
    border: 1px solid #eee;
    clear:both;
}

.speechbubble_name,
.speechbubble_title {
    font-size: small;
    text-align: right;
    padding: 0;
    margin: 0;
}

.speechbubble_name {
    font-weight: bold;
    font-style: italic;
}

.speechbubble::before {
    position: absolute;
    top: 7px;
    left: 32px;
    font: 4em/1em "custom_icons", sans-serif;
    content: '“';
    color: #27aee1;
}

.speechbubble::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 0;
    height: 0;
    border: 26px solid transparent;
    border-top-color: #ffffff;
    border-bottom: 0;
    border-right: 0;
    margin-right: -13px;
    margin-bottom: -26px;
}
.no_top_margin {
    margin-top: inherit
}




.chart_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: -7px;
}
/* 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: #519955;
    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='Bullet' data-name='Bullet' 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='8' 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='8' 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='8' 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='8' 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='8' 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);
}*/
@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%;
    }
}
/* STUPID IE11, DISABLE PARALLAX AS BLOCKS TOP MENU */
@media all and (-ms-high-contrast:none) {
    /* IE10 */
    /*.foo { color: 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;
    }
}
