@import "/sass/colour.css";

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, textarea, button, select, a, div.custom-next-button, div.custom-prev-button {
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
}

html {
    scroll-padding-top: 9rem;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
    color: #314e65;
}

nav {
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Merriweather", serif;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.625rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.125rem;
}

.smallheader {
    font-family: "Merriweather Sans",sans-serif;
    font-size: 0.75rem;
}

@keyframes backstatement {
    0%, 50% {
        background-size: 0% 100%;
    }

    50%, 100% {
        background-size: 100% 100%;
    }
}

.statement, .statement-purple {
    font-family: "Nunito Sans",sans-serif;
    font-size: 1rem;
    font-weight: 800;
    width: 100%;
    text-align: center;
    /*  display: block;*/
}

.statement {
    background: linear-gradient(to top,#99CE76 0%,#99CE76 18%,transparent 18.01%,transparent 100%) no-repeat left;
    background-size: 100% 100%;
    transition: background-size .3s ease-out;
    padding: 0.2rem;
}

.statement-purple {
    background: linear-gradient(to top,#661E6C 0%,#661E6C 18%,transparent 18.01%,transparent 100%) no-repeat left;
    background-size: 100% 100%;
    transition: background-size .3s ease-out;
    padding: 0.2rem;
}

.statement-purple-narrow {
    background: linear-gradient(to top,#661E6C 0%,#661E6C 11%,transparent 11.01%,transparent 100%) no-repeat left;
    background-size: 100% 100%;
    transition: background-size .3s ease-out;
    padding: 0.1rem;
}

.statement-white {
    background: linear-gradient(to top,#ffffff 0%,#ffffff 18%,transparent 18.01%,transparent 100%) no-repeat right;
    background-size: 100% 100%;
    transition: background-size .3s ease-out;
    padding: 0.2rem;
}

.statement-white-narrow {
    background: linear-gradient(to top,#ffffff 0%,#ffffff 11%,transparent 11.01%,transparent 100%) no-repeat right;
    background-size: 100% 100%;
    transition: background-size .3s ease-out;
    padding: 0.1rem;
}

.statement:hover, .statement-purple:hover, .statement-purple-narrow:hover, .statement-white:hover, .statement-white-narrow:hover {
    animation: backstatement 900ms ease-out forwards;
}

.genericslider .swiper-pagination {
    position: relative;
    margin-top: 2rem;
}

/*
.contact-form {
    position:fixed;
    top: 200px;
    right: 0px;
    z-index: 1000;
}*/

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    h6 {
        font-size: 1rem;
    }
}

/* Small Only */
@media only screen and (max-width: 39.9375em) {
    h1 {
        /*        font-size: 1.75rem;*/
        font-size: 2.18rem;
    }

    h2 {
        font-size: 1.625rem;
    }

    h3 {
        font-size: 1.35rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    h6 {
        font-size: 1rem;
    }
}

a {
    color: #661E6C;
    font-weight: 700;
}

main.partner a {
    color: #DEA236;
}

main.partner a:hover {
    text-decoration: underline;
}

a:hover {
    color: #4B708D;
}

.italic {
    font-style: italic;
}

.noitalic {
    font-style: normal;
}

.nomargin {
    margin: 0;
}

.text-white {
    color: #ffffff;
}

.divider {
    display: block;
}

.circular {
    border-radius: 50%;
}

.icon {
    fill: #314E65;
}

.icon:hover {
    fill: #4B708D;
}

section {
    padding-top: 60px;
    padding-bottom: 40px;
}

section.twocolumn {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 60px;
}

section h1 {
    margin-bottom: 3.75rem;
}

section h3 {
    margin-bottom: 2rem;
}

.nunito {
    font-family: "Nunito Sans", sans-serif;
}

.merriweather {
    font-family: "Merriweather", serif;
}

.merriweather-sans {
    font-family: "Merriweather Sans", sans-serif;
}


.padsectionbottom {
    padding-bottom: 3rem;
}

.padding-bottom-one {
    padding-bottom: 1rem;
}

.padding-bottom-two {
    padding-bottom: 2rem;
}

.small-text {
    font-size: 0.8rem;
}

.padsectiontop {
    padding-top: 3rem;
}

.text-block {
    max-width: 43.75rem;
}

.text-section {
}

.text-block-center {
    max-width: 43.75rem;
    margin: 0 auto;
}

.show-text {
    display: none;
}

.chat {
    right: 228px;
}

.breadcrumbs {
    font-family: "Merriweather Sans",sans-serif;
    font-size: 0.625rem;
    margin: 2.813rem 0 5.938rem 2.1875rem;
}

.breadcrumbs .active {
    font-weight: 600;
}

.breadcrumbs a {
    color: #314E65;
}

.coursepage.breadcrumbs {
    font-family: "Merriweather Sans",sans-serif;
    font-size: 0.625rem;
    margin: 2.813rem 0 2.813rem 2.1875rem;
}

.worldwide h2, .newsletter h2 {
    margin-bottom: 2rem;
}

.rhsitem img {
    width: 55%;
    margin: 10px;
    border-radius: 50%;
}

.rhsitem h3 {
    font-style: italic;
    font-size: 1rem;
}

.rhsitem .item-link {
    display: inline-block;
    margin-top: 2rem;
    color: #000000;
    text-decoration: underline;
}

.contact-block {
    padding: 1.5rem;
    width: 19rem;
    height: 19rem;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border-width: 8px;
    border-style: solid;
}

.contact-block-purple {
    color: #000000;
    border-color: #661E6C;
    padding: 1.5rem;
    width: 19rem;
    height: 19rem;
    border-radius: 50%;
    text-align: center;
}

.contact-block-green {
    color: #000000;
    background-color: #99CE76;
    border-color: #99CE76;
    border-width: 8px;
    border-style: solid;
    padding: 1.5rem;
    width: 19rem;
    height: 19rem;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.contact-block-purple button.narrow, .contact-block-green button.narrow {
    margin: 0;
    padding: 1rem;
}

.contact-header {
    /*color: #ffffff;*/
    font-size: 1.625rem;
    font-family: "merriweather",serif;
}

.contact-block-purple .contact-header, .contact-block-green .contact-header {
    color: #000000;
}

.contact-header svg {
    fill: #314365;
}

.feedback-block {
    background-color: #F8C466;
    padding: 0.5rem 1rem;
    max-width: 275px;
    min-width: 260px;
    margin-top: 1rem;
}

.feedback-header {
    color: #ffffff;
    font-size: 1.625rem;
    text-align: center;
    font-family: "merriweather",serif;
}

.feedback-section input[type=submit] {
    display: block;
    margin: 0 auto;
}

.smalllink {
    margin: 2rem 0 0 0;
    font-size: 1rem;
    font-family: "Nunito Sans", sans-serif;
}

section.home {
    padding-top: 0;
    padding-bottom: 0;
}

.text-center ul {
    list-style-position: inside;
}


.item-animate {
    transition-delay: 0.2s;
    transition-duration: 1s;
    transition-timing-function: ease;
    transform: translateY(20px);
    opacity: 0;
    transition-property: transform,opacity;
}

.init-animate {
    transform: translateY(0);
    opacity: 1;
}

.padding-all1 {
    padding: 1rem;
}

.newsletter-year {
    padding: 2rem 0 2rem 0;
    background-color: #314E65;
    color: #ffffff;
    border-left: 1px solid grey;
    border-top: 1px solid grey;
    margin-top: 5px;
}

.newsletter-year a {
    color: #ffffff;
}

video {
    width: 100%;
}

.videoContainer {
    padding: 0 1rem 0 0;
}


.img-block {
    display: grid;
    align-items: center;
    justify-items: center;
}

.constrain-left .custom-top {
    margin-left: 0;
    max-width: 35rem;
}

.constrain-right .custom-top {
    margin-right: 0;
    max-width: 35rem;
}

.custom-top ul {
    list-style-position: inside;
    margin: 0;
}

/*.mask {
    background-color: rgb(248, 196, 102);
    border-radius: 50%;
    margin: 0;
    padding: 0;
    z-index: 2;
}

.mask img {

    margin: 0;
    padding: 0;
    display: block;
    border-radius: 50%;
    opacity: 0.8;
}*/


.imgblock {
    /*    -webkit-mask-image: linear-gradient( rgba(248, 196, 102, 0.8) 100%, rgba(248, 196, 102, 0.8) 100%);*/
}

.genericslider .swiper-pagination {
    position: relative;
}



.customer-popup {
    opacity: 1;
    visibility: visible;
    z-index: 800;
    position: fixed;
    bottom: 65%;
    height: 60px;
    max-width: 100%;
    max-height: calc(100% + 0px);
    min-height: 0px;
    min-width: 0px;
    border: 0px;
    right: 0px;
    background: transparent;
    transition: none !important;
    box-shadow: 10px 3px 8px grey;
}

.show-for-mobile-only {
    display: none;
}


.truncate {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.truncate.expand {
    -webkit-line-clamp: initial;
}

@media only screen and (max-width: 940px) { /* mobile */
    .hide-for-mobile-only {
        display: none !important;
    }

    .show-for-mobile-only {
        display: block;
    }

    .customer-popup {
        background-color: white;
        opacity: 1;
        visibility: visible;
        z-index: 800;
        position: fixed;
        bottom: 0%;
        width: 100%;
        height: 40px;
        box-shadow: 0px -2px 5px lightgray;
    }
}

@media only screen and (max-width: 40rem) { /* small */



    .breadcrumbs:before {
        /*        display: block;
        top: 0;
        left: 0;
        content: "";
        width: 44px;
        height: 44px;
        background: linear-gradient(90deg,#fff,hsla(0,0%,100%,0) 90%);
        pointer-events: none;*/
    }


    .truncate {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 15;
    }

    .truncate.expand {
        -webkit-line-clamp: initial;
    }

    .breadcrumbs, .coursepage.breadcrumbs {
        font-family: "Merriweather Sans",sans-serif;
        font-size: 0.625rem;
        margin: 1.5rem 0 1.5rem 0;
    }

    nav.breadcrumb-container {
        /*        overflow: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;*/
    }

    nav .breadcrumb-wrapper {
    }

    nav ul.breadcrumbs {
        display: inline-block;
        padding: 0;
        margin: 1.5rem 0 1.5rem 0;
        list-style: none;
    }

    nav .breadcrumbs li {
        display: inline;
        float: none;
        font-size: 0.9rem;
    }

    nav .breadcrumbs:before {
    }

    .cut + .show-text {
        display: initial;
    }

    .expand + .show-text {
        /*display: none;*/
    }

    .read-more {
        display: inline-block;
        color: #F8C466;
        margin: 0 0 0 0.6rem;
        cursor: pointer;
        text-decoration: underline;
    }

    .read-more:hover {
        color: #4B708D;
    }

    section.home, section {
        padding-bottom: 33px;
    }
}


.arrow-right {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid white;
}

.rounded {
    border-radius: 0.3rem;
}

.pointer {
    cursor: pointer;
}

.uppercase {
    text-transform: uppercase;
}

.allcaps {
    text-transform: uppercase;
}

.nowrap {
    white-space: nowrap;
}

.list-style-none {
    list-style-type: none !important;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.none {
    display: none;
}

.bottom-centered {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list-styled-outside ul {
    list-style-position: outside;
    padding-left: 2rem;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.grid-auto-row {
    grid-auto-flow: row;
}

.grid-auto-column {
    grid-auto-flow: column;
}

.grid [type=checkbox] {
    margin: 0;
}

.span-row-1 {
    grid-row: span 1;
}

.span-row-2 {
    grid-row: span 2;
}

.span-row-3 {
    grid-row: span 3;
}

.span-row-4 {
    grid-row: span 4;
}

.span-row-5 {
    grid-row: span 5;
}

.span-row-6 {
    grid-row: span 6;
}

.span-column-2 {
    grid-column: span 2;
}

.span-column-3 {
    grid-column: span 3;
}

.span-column-4 {
    grid-column: span 4;
}

.span-column-5 {
    grid-column: span 5;
}

.span-column-6 {
    grid-column: span 6;
}

.justify-self-center {
    justify-self: center;
}

.justify-self-end {
    justify-self: flex-end;
}

.justify-self-start {
    justify-self: flex-start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-items-center {
    justify-items: center;
}

.justify-items-end {
    justify-items: flex-end;
}

.justify-items-start {
    justify-items: flex-start;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.align-content-center {
    align-content: center;
}

.align-content-start {
    align-content: flex-start;
}

.align-content-end {
    align-content: flex-end;
}

.align-self-start {
    align-self: flex-start;
}

.align-self-center {
    align-self: center;
}

.align-self-end {
    align-self: flex-end;
}

.font-largest {
    /*40px*/
    font-size: 2.5rem;
}

.font-large {
    font-size: 1.5rem;
}

.font-small {
    /*11px*/
    font-size: 0.688rem
}

.font-smallmedium {
    /*14px*/
    font-size: 0.875rem;
}

.font-standard {
    /*16px*/
    font-size: 1rem;
}

.font-medium {
    /*18px*/
    font-size: 1.125rem;
}

.border-bottom-1 {
    border-bottom: 1px black solid;
}

.font-thin {
    font-weight: 100;
}

.font-extralight {
    font-weight: 200;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

.lh-1 {
    line-height: 1;
}

.lh-4 {
    line-height: 1.5rem;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 2rem !important;
}

.p-6 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 2rem !important;
}

.pt-6 {
    padding-top: 3rem !important;
}

.pt-8 {
    padding-top: 5rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 2rem !important;
}

.pe-6 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 2rem !important;
}

.pb-6 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 2rem !important;
}

.ps-6 {
    padding-left: 3rem !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 2rem !important;
}

.m-6 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}

.mx-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}

.mx-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 2rem !important;
}

.mt-6 {
    margin-top: 3rem !important;
}

.mt-7 {
    margin-top: 4rem !important;
}

.mt-8 {
    margin-top: 5rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 2rem !important;
}

.me-6 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 2rem !important;
}

.mb-6 {
    margin-bottom: 3rem !important;
}

.mb-7 {
    margin-bottom: 4rem !important;
}

.mb-8 {
    margin-bottom: 5rem !important;
}


.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 2rem !important;
}

.ms-6 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.b-5-black {
  border: 5px solid #000000;
}

.black {
  background-color: #000000;
}

.mega .fg-black {
  color: #000000;
}

.fg-black {
  color: #000000;
}

.bg-black .divider {
  background-color: #000000;
}

.contact-block-black {
  border-color: #000000;
}

.black.divider {
  fill: #000000;
  stroke: #000000;
}

.b-5-lightgold {
  border: 5px solid #FFFBF2;
}

.lightgold {
  background-color: #FFFBF2;
}

.mega .fg-lightgold {
  color: #FFFBF2;
}

.fg-lightgold {
  color: #FFFBF2;
}

.bg-lightgold .divider {
  background-color: #FFFBF2;
}

.contact-block-lightgold {
  border-color: #FFFBF2;
}

.lightgold.divider {
  fill: #FFFBF2;
  stroke: #FFFBF2;
}

.b-5-midgold {
  border: 5px solid #FFF9E3;
}

.midgold {
  background-color: #FFF9E3;
}

.mega .fg-midgold {
  color: #FFF9E3;
}

.fg-midgold {
  color: #FFF9E3;
}

.bg-midgold .divider {
  background-color: #FFF9E3;
}

.contact-block-midgold {
  border-color: #FFF9E3;
}

.midgold.divider {
  fill: #FFF9E3;
  stroke: #FFF9E3;
}

.b-5-gold {
  border: 5px solid #F8C466;
}

.gold {
  background-color: #F8C466;
}

.mega .fg-gold {
  color: #F8C466;
}

.fg-gold {
  color: #F8C466;
}

.bg-gold .divider {
  background-color: #F8C466;
}

.contact-block-gold {
  border-color: #F8C466;
}

.gold.divider {
  fill: #F8C466;
  stroke: #F8C466;
}

.b-5-purple {
  border: 5px solid #661E6C;
}

.purple {
  background-color: #661E6C;
}

.mega .fg-purple {
  color: #661E6C;
}

.fg-purple {
  color: #661E6C;
}

.bg-purple .divider {
  background-color: #661E6C;
}

.contact-block-purple {
  border-color: #661E6C;
}

.purple.divider {
  fill: #661E6C;
  stroke: #661E6C;
}

.b-5-lightgreen {
  border: 5px solid #F5FAF0;
}

.lightgreen {
  background-color: #F5FAF0;
}

.mega .fg-lightgreen {
  color: #F5FAF0;
}

.fg-lightgreen {
  color: #F5FAF0;
}

.bg-lightgreen .divider {
  background-color: #F5FAF0;
}

.contact-block-lightgreen {
  border-color: #F5FAF0;
}

.lightgreen.divider {
  fill: #F5FAF0;
  stroke: #F5FAF0;
}

.b-5-midgreen {
  border: 5px solid #CBE5DD;
}

.midgreen {
  background-color: #CBE5DD;
}

.mega .fg-midgreen {
  color: #CBE5DD;
}

.fg-midgreen {
  color: #CBE5DD;
}

.bg-midgreen .divider {
  background-color: #CBE5DD;
}

.contact-block-midgreen {
  border-color: #CBE5DD;
}

.midgreen.divider {
  fill: #CBE5DD;
  stroke: #CBE5DD;
}

.b-5-green {
  border: 5px solid #99CE76;
}

.green {
  background-color: #99CE76;
}

.mega .fg-green {
  color: #99CE76;
}

.fg-green {
  color: #99CE76;
}

.bg-green .divider {
  background-color: #99CE76;
}

.contact-block-green {
  border-color: #99CE76;
}

.green.divider {
  fill: #99CE76;
  stroke: #99CE76;
}

.b-5-lightblue {
  border: 5px solid #EEF0F8;
}

.lightblue {
  background-color: #EEF0F8;
}

.mega .fg-lightblue {
  color: #EEF0F8;
}

.fg-lightblue {
  color: #EEF0F8;
}

.bg-lightblue .divider {
  background-color: #EEF0F8;
}

.contact-block-lightblue {
  border-color: #EEF0F8;
}

.lightblue.divider {
  fill: #EEF0F8;
  stroke: #EEF0F8;
}

.b-5-midblue {
  border: 5px solid #EFF5F3;
}

.midblue {
  background-color: #EFF5F3;
}

.mega .fg-midblue {
  color: #EFF5F3;
}

.fg-midblue {
  color: #EFF5F3;
}

.bg-midblue .divider {
  background-color: #EFF5F3;
}

.contact-block-midblue {
  border-color: #EFF5F3;
}

.midblue.divider {
  fill: #EFF5F3;
  stroke: #EFF5F3;
}

.b-5-blue {
  border: 5px solid #3460AA;
}

.blue {
  background-color: #3460AA;
}

.mega .fg-blue {
  color: #3460AA;
}

.fg-blue {
  color: #3460AA;
}

.bg-blue .divider {
  background-color: #3460AA;
}

.contact-block-blue {
  border-color: #3460AA;
}

.blue.divider {
  fill: #3460AA;
  stroke: #3460AA;
}

.b-5-darkblue {
  border: 5px solid #314E65;
}

.darkblue {
  background-color: #314E65;
}

.mega .fg-darkblue {
  color: #314E65;
}

.fg-darkblue {
  color: #314E65;
}

.bg-darkblue .divider {
  background-color: #314E65;
}

.contact-block-darkblue {
  border-color: #314E65;
}

.darkblue.divider {
  fill: #314E65;
  stroke: #314E65;
}

.b-5-lightred {
  border: 5px solid #FAEBEC;
}

.lightred {
  background-color: #FAEBEC;
}

.mega .fg-lightred {
  color: #FAEBEC;
}

.fg-lightred {
  color: #FAEBEC;
}

.bg-lightred .divider {
  background-color: #FAEBEC;
}

.contact-block-lightred {
  border-color: #FAEBEC;
}

.lightred.divider {
  fill: #FAEBEC;
  stroke: #FAEBEC;
}

.b-5-midred {
  border: 5px solid #D75058;
}

.midred {
  background-color: #D75058;
}

.mega .fg-midred {
  color: #D75058;
}

.fg-midred {
  color: #D75058;
}

.bg-midred .divider {
  background-color: #D75058;
}

.contact-block-midred {
  border-color: #D75058;
}

.midred.divider {
  fill: #D75058;
  stroke: #D75058;
}

.b-5-red {
  border: 5px solid #CD242E;
}

.red {
  background-color: #CD242E;
}

.mega .fg-red {
  color: #CD242E;
}

.fg-red {
  color: #CD242E;
}

.bg-red .divider {
  background-color: #CD242E;
}

.contact-block-red {
  border-color: #CD242E;
}

.red.divider {
  fill: #CD242E;
  stroke: #CD242E;
}

.b-5-lightpink {
  border: 5px solid #FBF3F8;
}

.lightpink {
  background-color: #FBF3F8;
}

.mega .fg-lightpink {
  color: #FBF3F8;
}

.fg-lightpink {
  color: #FBF3F8;
}

.bg-lightpink .divider {
  background-color: #FBF3F8;
}

.contact-block-lightpink {
  border-color: #FBF3F8;
}

.lightpink.divider {
  fill: #FBF3F8;
  stroke: #FBF3F8;
}

.b-5-pink {
  border: 5px solid #D578B1;
}

.pink {
  background-color: #D578B1;
}

.mega .fg-pink {
  color: #D578B1;
}

.fg-pink {
  color: #D578B1;
}

.bg-pink .divider {
  background-color: #D578B1;
}

.contact-block-pink {
  border-color: #D578B1;
}

.pink.divider {
  fill: #D578B1;
  stroke: #D578B1;
}

.b-5-lightorange {
  border: 5px solid #FFF6F0;
}

.lightorange {
  background-color: #FFF6F0;
}

.mega .fg-lightorange {
  color: #FFF6F0;
}

.fg-lightorange {
  color: #FFF6F0;
}

.bg-lightorange .divider {
  background-color: #FFF6F0;
}

.contact-block-lightorange {
  border-color: #FFF6F0;
}

.lightorange.divider {
  fill: #FFF6F0;
  stroke: #FFF6F0;
}

.b-5-midorange {
  border: 5px solid #FFF1E2;
}

.midorange {
  background-color: #FFF1E2;
}

.mega .fg-midorange {
  color: #FFF1E2;
}

.fg-midorange {
  color: #FFF1E2;
}

.bg-midorange .divider {
  background-color: #FFF1E2;
}

.contact-block-midorange {
  border-color: #FFF1E2;
}

.midorange.divider {
  fill: #FFF1E2;
  stroke: #FFF1E2;
}

.b-5-orange {
  border: 5px solid #F68C4E;
}

.orange {
  background-color: #F68C4E;
}

.mega .fg-orange {
  color: #F68C4E;
}

.fg-orange {
  color: #F68C4E;
}

.bg-orange .divider {
  background-color: #F68C4E;
}

.contact-block-orange {
  border-color: #F68C4E;
}

.orange.divider {
  fill: #F68C4E;
  stroke: #F68C4E;
}

.b-5-white {
  border: 5px solid #FFFFFF;
}

.white {
  background-color: #FFFFFF;
}

.mega .fg-white {
  color: #FFFFFF;
}

.fg-white {
  color: #FFFFFF;
}

.bg-white .divider {
  background-color: #FFFFFF;
}

.contact-block-white {
  border-color: #FFFFFF;
}

.white.divider {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}

.b-5-lightgray {
  border: 5px solid #F5F5F5;
}

.lightgray {
  background-color: #F5F5F5;
}

.mega .fg-lightgray {
  color: #F5F5F5;
}

.fg-lightgray {
  color: #F5F5F5;
}

.bg-lightgray .divider {
  background-color: #F5F5F5;
}

.contact-block-lightgray {
  border-color: #F5F5F5;
}

.lightgray.divider {
  fill: #F5F5F5;
  stroke: #F5F5F5;
}

.statement-thin-black {
  background: linear-gradient(to top, #000000 0%, #000000 5%, transparent 5.01%, transparent 100%) no-repeat center;
  background-size: 100% 100%;
  transition: background-size 0.3s ease-out;
}

.statement-thin-white {
  background: linear-gradient(to top, #FFFFFF 0%, #FFFFFF 5%, transparent 5.01%, transparent 100%) no-repeat center;
  background-size: 100% 100%;
  transition: background-size 0.3s ease-out;
}

.statement-thin-gold {
  background: linear-gradient(to top, #F8C466 0%, #F8C466 5%, transparent 5.01%, transparent 100%) no-repeat center;
  background-size: 100% 100%;
  transition: background-size 0.3s ease-out;
}

.statement-thin-purple {
  background: linear-gradient(to top, #661E6C 0%, #661E6C 5%, transparent 5.01%, transparent 100%) no-repeat center;
  background-size: 100% 100%;
  transition: background-size 0.3s ease-out;
}

.statement-thin-green {
  background: linear-gradient(to top, #99CE76 0%, #99CE76 5%, transparent 5.01%, transparent 100%) no-repeat center;
  background-size: 100% 100%;
  transition: background-size 0.3s ease-out;
}

.statement-thin-darkblue {
  background: linear-gradient(to top, #314E65 0%, #314E65 5%, transparent 5.01%, transparent 100%) no-repeat center;
  background-size: 100% 100%;
  transition: background-size 0.3s ease-out;
}


.infographic {
    grid-template-columns: 100%;
    text-align: center;
    width: 6rem;
}

.infocontainer {
    grid-auto-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-start: 1;
    margin: 0 auto;
}

.infographic .first {
    grid-row: 1;
}
.infographic .second {
    grid-row: 2;
}

.g0 {
    grid-column: 1;
}
.g1 {
    grid-column: 2;
}
.g2 {
    grid-column: 3;
}
.g3 {
    grid-column: 4;
}
.g4 {
    grid-column: 5;
}
.g5 {
    grid-column: 6;
}
.g6 {
    grid-column: 7;
}
.g7 {
    grid-column: 8;
}

.infocontainer .infographic.odd {
    grid-row: 1/3;
    align-content:center;
}

@media only screen and (max-width: 40rem) { /* small */
    .infocontainer {
        grid-template-columns: 33% 33% 33%;
        grid-template-rows: 1fr 1fr;
    }

    .infocontainer .infographic.odd {
        grid-row: unset;
        align-content: unset;
    }

    .infocontainer .infographic.g0 {
        grid-column: 1;
        grid-row: 1;
    }

    .infocontainer .infographic.g1 {
        grid-column: 2;
        grid-row-start: 1;
        grid-row: span 2;
        align-items: center;
    }

    .infocontainer .infographic.g2 {
        grid-column: 3;
        grid-row: 1;
    }

    .infocontainer .infographic.g3 {
        grid-column: 1;
        grid-row: 2;
    }

    .infocontainer .infographic.g4 {
        grid-column: 3;
        grid-row: 2;
    }

    .infocontainer .infographic.g5 {
        display: none;
    }
}


.reveal.search {
    opacity: 95%;
}

.search .close {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.search-wrapper {
    border: 1px solid black;
    border-radius: 3em;
    padding: 0em;
    width: 30rem;
    position: absolute;
    top: calc(50% - 8rem);
    left: calc(50% - 15rem);
    display: flex;
    background-color: white;
}

.inline-search-wrapper {
    border: 1px solid black;
    border-radius: 3em;
    padding: 0em;
    background-color: white;
    display: flex;
    margin : 1rem 0 1rem 0;
}


.search-wrapper input, .inline-search-wrapper input {
    background-color: white;
    opacity: 1;
    border: 0px solid;
    width: 25rem;
    padding: 0.3rem;
    margin: 0 0 0 1rem;
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

 .inline-search-wrapper input {
     width: 95%;
 }

.search-wrapper input:focus, .inline-search-wrapper input:focus {
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-wrapper input::placeholder, .inline-search-wrapper input::placeholder {
    color: #000000;
    opacity: 1; /* Firefox */
}

.search-wrapper input[type="submit"], .inline-search-wrapper input[type="submit"] {
    display: none;
}

.search-wrapper label, .inline-search-wrapper label {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 40rem) { /* small */
    .search-wrapper {
        width: 20rem;
        top: calc(50% - 4rem);
        left: calc(50% - 10rem);
    }

    .search-wrapper input {
        width: 15rem;
    }
}
.mobile-footer-grid {
    grid-template-columns: 33% 33% 33%;
}

input[name="username"] {
    position: absolute;
    left: -999999999px;
}

.footer-icon-grid {
    grid-template-rows: 55% 45%;
}

input[type=submit], button, button[type=submit] {
    padding: 1rem 1.5rem;
    /*    background: #314E65;*/
    border: 0 none;
    cursor: pointer;
    color: #ffffff;
    border-radius: 2rem;
    font-style: italic;
    font-family: "Merriweather", serif;
    transition: all ease 0.4s;
}

.rrcbutton {
    border-radius: 2rem;
    display: inline-block;
    line-height: 1rem;
}

.tabs-title-button.rrcbutton.gold {
    border: 2px solid #F8C466;
    background-color: white;
}

.tabs-title-button.rrcbutton.is-active.gold {
    border: 2px solid #F8C466;
    background-color: #F8C466;
}

.rrcbutton:hover {
    color: #ffffff;
    transition: all ease 0.4s;
}

.tabs-title-button.rrcbutton.gold:hover,.rrcbutton.gold:hover {
    background-color: #D9AB59;
}

a.rrcbutton:focus {
    color: #ffffff !important;
}

a.rrcbutton.lightgray:hover {
    color: #ffffff;
}

.rrcbutton.purple:hover {
    background-color: #856188;
}

.rrcbutton.darkblue:hover {
    background-color: rgb(95 120 139);
}

.rrcbutton.green:hover {
    background-color: #88B868;
}

.rrcbutton.midorange {
    border: 1px solid #661E6C;
    color: #661E6C;
}

.rrcbutton.midblue {
    border: 1px solid #c7d5d0;
    color: #000000;
    font-weight: 600;
}

.rrcbutton.midblue:hover {
    background-color: #c7d5d0;
    cursor: pointer;
}


.rrcbutton.midorange:hover {
    background-color: #F5F5F5;
    cursor:pointer;
}

.narrow {
    padding: 0.5rem 3rem 0.5rem 3rem;
}

button.btn {
    padding: 0 0 0 0.5rem;
}

button.ajax-form {
    padding: 0;
}

.show-center {
    text-align: center;
}

.show-center svg {
    margin: 1rem;
}  

button.menu-icon {
    padding: 0;
}

button.white:hover, input.white[type=submit]:hover {
    background-color: #eeeeee;
}

button.green:hover, input.green[type=submit]:hover {
    background-color: #88B868;
}

button.purple:hover, input.purple[type=submit]:hover {
    background-color: #856188;
}

button.darkblue:hover, input.darkblue[type=submit]:hover {
    background-color: rgb(95 120 139);
}

button.gold:hover, input.gold[type=submit]:hover {
    background-color: #D9AB59;
}

button.narrow, input.narrow[type=submit] {
    padding: 0.5rem 3rem 0.5rem 3rem;
}

input.newsletter {
    border-radius: 2rem;
    width: 25rem;
    margin: 0 auto;
}

.contact input, .contact textarea, .contact select {
    border: 0 none;
}

input[type=text]::placeholder, .green input[type=text], .green select, .green input[type=text]::placeholder, .green textarea, .green textarea::placeholder, .blue input[type=text], .blue select, .blue input[type=text]::placeholder, .blue textarea, .blue textarea::placeholder {
    color: #314E65;
}

button.headerbutton {
    display: block;
    margin: 0 auto;
}

button.normal {
    font-style: normal;
}

button.black {
    color: #000000;
}

button.square {
    border-radius: 0;
}

button.usespace {
    width: 100%;
    padding: 0.8rem;
    margin: 0.5rem 0 0.5rem 0;
}

/* Animated Button */


button.fill {
    background: linear-gradient(to left,#D9AB59 50%, #F8C466 50%) left;
    background-size: 200%;
    transition: .5s ease-out;
}

button.fill:hover {
    background-position: right;
}

.btn {
    display: grid;
    grid-auto-flow: column;
    /*    justify-content: space-between;*/
    align-items: center;
    width: 100%;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.5s linear;
    /*    padding: 2px 2px 2px 0.5rem;*/
    font-size: 1.125rem;
    min-width: 10rem;
    /*    color: #000000;*/
    white-space: nowrap;
    font-family: 'Merriweather', serif;
    font-style: italic;
    background: none;
    height: 36px;
    padding-left: 0.5rem;
    grid-template-columns: auto 40px;
    
}

.btn .btn-text {
    justify-self: center;
}


.btn-container {
    width: fit-content;
    border-radius: 100px;
    position: relative;
    z-index: 1;
/*    padding: 4px;*/
}

.btn-container.large {
    width: 18rem;
}

.btn-container.center {
    margin: 0 auto;
}

.btn-container.left {
    margin: 0 auto 0 0;
}

.btn-container.right {
    margin: 0 0 0 auto;
}

/* button default color fill */
.btn-container.btn-gold {
    background-color: #f8c466;
}

.btn-container.btn-darkblue {
    background-color: #314e65;
}

.btn-container.btn-green {
    background-color: #99ce76;
}

.btn-container.btn-purple {
    background-color: #661e6c;
}

.btn-container.btn-white {
    background-color: #ffffff;
    border: 1px solid #666666;
}

.btn-container.btn-black {
    background-color: #000000;
}

/*.btn-container.btn-green button {
    color: #ffffff;
}

.btn-container.btn-gold button {
    color: #ffffff;
}*/



/* button icon default state */
.btn .dlicon {
    margin-left: 1rem;
    margin-right: 0.5rem;
    display: flex;
    justify-self: flex-end;
    transition: all ease 0.8s;
}

/* button active state text color */
/*.btn:hover {
    color: #000000;
}*/

.btn::before {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    border-radius: 100px;
    right: 10px;
    z-index: -1;
    transition: all ease 0.8s;
}

/* active state color fill */
.btn.btn-active-gold::before {
    background-color: #F8C466;
}

.btn.btn-active-green::before {
    background-color: #99CE76;
}

.btn.btn-active-purple::before {
    background-color: #661E6C;
}

.btn.btn-active-darkblue::before {
    background-color: #314e65;
}

.btn.btn-active-white::before {
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
}

.btn.btn-active-black::before {
    background-color: #000000;
}


/* active state text color */
.btn.btn-active-purple:hover, .btn.btn-active-darkblue:hover, .btn.btn-active-black:hover {
    color: #ffffff;
}
.btn.btn-active-white:hover, .btn.btn-active-green:hover, .btn.btn-active-gold:hover {
    color: #000000;
}

/* active state icon color */
.btn.btn-active-darkblue:hover .dlstroke {
    stroke: #ffffff;
}

/* active state fill animation */
.btn:hover::before {
    width: 100%;
    height: 100%;
    right: 0;
}

/* active state icon animation */
.btn:hover .dlicon {
    transform: translateX(10px);
    transform: rotate(90deg);
}


.newsletter.green
{
    color: #ffffff;
}

.wrapper {
    width: 400px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}

.wrapper input {
    background: rgba(255, 255, 255, 1);
    border: 0 solid white;
    border-radius: 50px;
    padding: 1rem 2rem;
    width: 100%;
}

.wrapper button {
    background: white;
    border-radius: 50px;
    aspect-ratio: 1;
    height: 80%;
    position: absolute;
    top: 10%;
    right: 5px;
    cursor: pointer;
}

.contactform input, .contactform select, .contactform textarea {
/*    border: 0;*/
}

.contactform input[type=checkbox] {
    height: 1.4rem;
    width: 1.4rem;
    accent-color: purple;
}

.contactform label {
    display: inline;
}

.checkbox-row .cell {
    display: flex;
    align-items: center;
}

.checkbox-row input[type=checkbox] {
    margin: 0.5rem 0 0.5rem 0;
}

/* integrated button */
.input-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-items: center;
    width: 25rem;
    margin: 0 auto;
}

.input-wrapper input {
    padding-right: 40px;
}

.input-wrapper button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin-left: -2rem;
}

input.input-validation-error, input.input-validation-error:focus, select.input-validation-error, textarea.input-validation-error {
    border-color: #d75058;
    border-width: 2px;
    /*    color: #ffffff;*/
}

.feedback-form
{
    max-width: 40rem;
    margin: 0 auto;
}

.resetpassword {
    opacity: 0;
    transition: opacity 0.5s ease;
    display: none;
}

.loginpanel {
    opacity: 1;
    transition: opacity 0.5s ease display 0.5s ease;
}

@media only screen and (max-width: 40rem) { /* small */
    .rrcform.green input[type=submit] {
        margin: 3.125rem 0 2.937rem 0;
    }
}
.icon, .icon-text {
    vertical-align: middle;
    display: inline-block;
}

.logo {
    margin: 0.3rem 0.5rem 0.3rem 3.125rem;
}

.contactbar {
    margin: 0 0.5rem 0 0;
}

.responsive-bar {
    background-color: #ffffff;
    height: 4rem;
    line-height: 1rem;
    box-shadow: rgba(182, 182, 182, 0.75) 0px 2px 4px;
}


.header {
    border-top: 2px solid #ffffff;
}

.menu a {
    color: #314E65;
}

.mega a {
    color: #314E65;
}

.messagebar a {
    color: #875803;
}

.messagebar {
    background-color: #F6B540;
    height: 3rem;
    align-items: center;
    font-family: "Merriweather Sans", sans-serif;
    line-height: 1rem;;
}

.shrink .messagebar {
    height: 2.5rem;
}

.messagebar .icon {
    fill:#875803;
}
.messagebar .icon:hover {
    fill: #4B708D;
}


.message {
/*    text-align: center;*/
    color: #875803;
    position: relative;
    left: calc(50% - 10.813rem);
    max-width: 30rem;
}

.top-bar-icon {
    margin: 0 3.125rem 0 0;
}

.menu {
    padding: 0.2rem;
    font-weight: 600;
    font-size: 0.938rem;
    background-color: white;
}

.menu a[aria-expanded="true"] {
    color: #DEA236;
}

.menu button.gold {
    font-style: normal;
    padding: 1rem;
    font-size: 0.9rem;
}

.menu-button {
    display: flex;
}


.logo-menu {
    justify-content: center;
    display: flex;
}

.title-bar {
    background-color: #ffffff;
    color: #000000;
    display: block;
}

.menu-icon::after {
    position: absolute;
    top: 3px;
    left: 0px;
    display: block;
    width: 100%;
    height: 2px;
    box-shadow: rgb(0, 0, 0) 0px 7px 0px, rgb(0, 0, 0) 0px 14px 0px;
    content: "";
    background: rgb(0, 0, 0);
}

.menu-icon {
    height: 24px;
    width: 18px;
}

.menu-icon.expanded::after {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 20px;
    box-shadow: none;
    background: transparent;
    content: url('/static/menu/menu-close.svg');
}

.header-icons {
    text-align: right;
    margin: 0.4rem 3.125rem 0.4rem 0;
}

.icon-item-bar {
    text-align: right;
}

.icon-item {
    margin: 0 0.3rem 0 0.3rem;
    vertical-align: middle;
}

.header-menu {
    white-space: nowrap;
    justify-content: center;
    flex-wrap: nowrap;
}

.header-menu > li {
    display: inline-block;
}

.drilldown a {
    padding: 1rem 1rem;
    background: #fefefe;
    border-bottom: 1px solid lightgray;
/*    margin: 0 1rem 0 0;*/
}

.drilldown .is-drilldown-submenu a {
    padding: 1rem 1rem;
}

.drilldown a.new-back, .drilldown a.new-back-page {
    border: none;
    text-decoration: underline;
}



.drilldown .is-drilldown-submenu-parent > a::after {
    border-width: 0;
    content: url(/static/menu/drilldown-icon.svg);
/*    margin: 0 0 10px 0;*/
    right: 2rem;
}

.drilldown .js-drilldown-back > a::before {
    border-width: 0;
    width: 10px;
    height: 12px;
    content: url(/static/menu/drilldown-back-icon.svg);
}

.drilldown .js-drilldown-back > a.new-back-page::before {
    border-width: 0;
    width: 1px;
    height: 1px;
    content: '';
    padding: 0 0 0 0;
    margin: 0;
}


.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-width: 0;
    width: 8px;
    height: 7px;
    content: url(/static/menu/dropdown-icon.svg);
    margin: -0.5rem 0.3rem 0 0;
}

.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:hover::after {
    content: url(/static/menu/dropdown-icon-over.svg);
}

.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a[aria-expanded="true"]::after {
    content: url(/static/menu/dropdown-icon-active.svg);
}

.dropdown.menu li.is-active > a {
    color: #4B708D;
}

.dropdown.menu li.is-active > a[aria-expanded="true"] {
    color: #DEA236;
}

.menu a[aria-expanded="true"]:hover {
    color: #DEA236;
}


.js-drilldown-back > a {
    color: #F8C466;
    text-transform: uppercase;
}

.js-drilldown-back > a.new-back-page {
    color: #F8C466;
    text-decoration: underline;
}

.smalllogo {
    margin: 0 0.5rem 0 3.125rem;
    display: none;
}

.shrink .logo {
    display:none;
}

.shrink .smalllogo 
{
    display: inline-block;
}


.shrink .responsive-bar {
    padding: 0;
    height: 2.5rem;
}

.shrink .icon-item {
/*    margin: 0 0.3rem 0 0.3rem;
    height: 15px;*/
}

.shrink .dropdown.menu > li > a {
    padding: 0 1rem 0 1rem;
}

.sticky-container {
    z-index: 1000;
}

.courseintro .sticky-container {
    z-index: 100;
}

.mega-menu {
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    z-index: 999;
}

.mega-menu li {
    list-style: none;
}

.mega {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background: white;
    color: black;
    margin: 0 auto !important;
    left: 0% !important;
    right: 0% !important;
    display: flex;
    justify-content: flex-start;
    box-shadow: rgba(182, 182, 182, 0.75) 0px 5px 5px;

}

.mega .tabs {
    position: relative;
    max-width: 20rem;
    min-width: 20rem;
}

.mega .tabs-header {
    padding: 1rem 1.5rem;
    text-decoration: underline;
    font-size: 1.3em;
}

.tabs {
    border: none;
}

.tabs-link {
    display: flex;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    line-height: 1;
    text-align: left;
    justify-content: space-between
}

.tabs-title > a {
    display: flex;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    line-height: 1;
    text-align: left;
    justify-content: space-between
}

.tabs-content.vertical {
    border: none;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
    background: transparent;
    color: #F8C466;
}

.tabs-title svg.drilldown-right {
    margin: 0.3rem 0 0 3rem;
    stroke: #314E65;
}

.tabs-title.is-active svg.drilldown-right {
    margin: 0.3rem 0 0 3rem;
    stroke: #F8C466;
}

.tabs-arrow {
    content: url(/static/menu/drilldown-icon.svg);
}

.tabs-panel p {
    line-height: 1;
    margin: 0 0 1rem 0;
}


.tabs-panel-header > a {
    background: transparent;
    text-decoration: underline;
    margin: 0 0 2rem 0;
    display: inline-block;
    /*    color: #F8C466;*/
}


p.tabs-panel-header {
    margin-top: 2.2rem;
}

.tabs-title > a {
    color:#314E65;
}


.tabs-title > a:hover {
    color: #4B708D;
    background-color: transparent;
}


.tabs-title.is-active > a:hover {
    color: #F8C466;
}

.no-js .title-bar {
    display: none;
}

.responsive-bar button.gold {
    white-space: nowrap;
/*    padding: 0.6rem;*/
}

.menulinkimage img {
    border: 5px solid #F6B540;
}

/*.menulinkimage {
    position: relative;
    width: fit-content;
    height: fit-content;
}

.menulinkimage::after {
    content: '\A';
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 100;
}
.menulinkimage:hover::after {
    opacity: 1;
}*/

.menu.large-horizontal.header-menu {
    flex-wrap: nowrap;
}

@media screen and (max-width: 1380px) {

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a, .dropdown.menu.large-horizontal > li > a {
        padding-right: 0.9rem;
        padding-left: 0.1rem;
        font-size: 0.9rem;
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
        border-width: 0;
        width: 6px;
        height: 5px;
        content: url(/static/menu/dropdown-icon.svg);
        margin: -0.5rem 0.1rem 0 0;
    }

    svg.logo {
        width: 70%;
    }
}

@media screen and (max-width: 1130px) {

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a, .dropdown.menu.large-horizontal > li > a {
        padding-right: 0.9rem;
        padding-left: 0.1rem;
        font-size: 0.85rem;
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
        border-width: 0;
        width: 6px;
        height: 5px;
        content: url(/static/menu/dropdown-icon.svg);
        margin: -0.4rem 0.1rem 0 0;
    }

    svg.logo {
        width: 70%;
    }
}

@media screen and (max-width: 1080px) {

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a, .dropdown.menu.large-horizontal > li > a {
        padding-right: 0.9rem;
        padding-left: 0.1rem;
        font-size: 0.8rem;
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
        border-width: 0;
        width: 6px;
        height: 5px;
        content: url(/static/menu/dropdown-icon.svg);
        margin: -0.38rem 0.1rem 0 0;
    }
    svg.logo {
        width: 70%;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .message {
        text-align: center;
        position: unset;
    }
}

@media only screen and (max-width: 40rem) { /* small */
    .messagebar {
        height: 1.6rem;
        padding: 0.1rem;
        font-size: 0.7rem;
    }

    .no-js .title-bar {
        display: block;
    }

    .no-js .header-menu {
        display: none;
    }

    .logo {
        margin: 0;
    }

    .title-bar {
        padding: 0;
        line-height: 1rem;
        height: 3.75rem;
        box-shadow: rgba(182, 182, 182, 0.75) 0px 2px 4px;
    
    }

    .shrink .messagebar {
        height: 1.6rem;
    }

    .smalllogo {
        margin: 0;
    }

    .message {
        text-align: center;
        position: unset;
    }

    .title-bar .menu-icon {
        margin-left: 0.9rem;
    }

    .icon-item-bar {
        padding-right: 0.7rem;
        margin-right: 0;
    }

    .icon-item {
        margin: 0 0.2rem 0 0.2rem;
    }

    .mobile-bar {
        display: flex;
        align-items: center;
        height: 60px;
    }

    .logo-menu {
        display: none;
        text-align: center;
    }
}

footer {
    background-color: #314E65;
    color: #ffffff;
    font-size: 0.7rem;
    font-style: italic;
    z-index: 0;
}

.footerpadleft {
    padding-left: 5rem;
}

.footerpadright {
    padding-right: 5rem;
}

.footerpadtop {
    padding-top: 5rem;
}

.footerpadbottom {
    padding-bottom: 5rem;
}

.footerpad {
    padding-bottom: 2rem;
}

.footerspace {
    position: relative;
    top: 90px;
}

.social-media-icon {
    padding: 2rem 0 2rem 0;
}

.accreditation-icon {
    padding: 2rem 0 0.5rem 0;
    margin: 0 auto;
    max-width: 30em;
    min-width: 19em;
}

footer input[type=text] {
    border-radius: 2rem 2rem;
    width: 85%;
    margin: 0.5rem auto;
}

footer a {
    display: inline-block;
    color: #ffffff;
/*    padding-bottom: 1px;*/
    margin: 0.375rem 0 0 0;
    transition-duration: .1s;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
}

footer a:hover {
    text-decoration: underline;
    color: #ffffff;
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footericon {
        width: 70%;
        height: auto;
    }
}

@media only screen and (max-width: 40rem) { /* small */


    .footerpadleft {
        padding-left: 0;
    }

    .footerpadtop {
        padding-top: 0.3rem;
    }

    .footerpadbottom {
        padding-bottom: 0.3rem;
    }

    .footerspace {
        position: relative;
        top: 0;
    }

    .footericon {
        width: 25px;
        height: auto;
    }

    .footer-rrc-icon {
        padding: 1rem 0 0 0;
    }
}


.logo-homepage {
    padding: 4rem 0 4rem 0;
}

.iosh { 
    display: inline-block;
    position: relative;
    top: 5px;
}

.proqual {
    display: inline-block;
    position: relative;
    top: 10px;
}

.accreditations {
    min-width: 380px;
    max-width: 380px;
    margin: 0 auto;
}

.homepage {
    color: #ffffff;
    background-size: cover;
    background-blend-mode: overlay;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 3.75rem;
}

.wave-container {
    position: relative;
    width: 100%;
    bottom: 0;
}

.waves {
    display: block;
    position: relative;
    width: 100%;
    height: 8vh;
    margin-bottom: -7px;
    min-height: 60px;
    max-height: 150px;
}

.parallax > use:first-child {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(0.55,0.5,0.45,0.5) infinite;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}

.homepage-block {
    max-width: 43.75rem;
    margin: 0 auto;
}

.homepage-block h2 {
    margin-bottom: 1.875rem;
}

.homepage-block .text-footer {
    margin-top: 2.5rem;
}

.homepage-block .statement {

    display: inline;
}

.swiper-button-container {
    display: flex;
}

.swiper-button-container-right {
    display: flex;
    justify-content:flex-end;
}

.homepage .swiper-container {
    max-width: 1024px;
}

.custom-prev-button {
    display:flex;
    flex-wrap: wrap;
    align-content:center;
    cursor: pointer;
    margin: 0 0 0 3.125em;
    z-index: 100;
}

.custom-next-button {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
/*    justify-content: flex-end;*/
    cursor: pointer;
    margin: 0 3.125em 0 0;
    z-index: 100;
}

.slider-button {
    stroke: #661E6C;
}

.slider-button:hover {
    stroke: #661E6C99;
}

.homepage button.green {
    margin-bottom: 2rem;
}

.noticerrc {
    background-color: #314E65;
    opacity: 0.85;
    padding-top: 0.2rem;
    padding-bottom: 0;
}


.subnotice {
    border-right: 1px solid white;
}

.subnotice:first-child {
    border-left: 1px solid white;
}

.notice, .notice a {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.938rem;
    color: #ffffff;
    padding: 0.5rem;
}

.notice.first, .notice.first a {
    color: #99CE76;
}

.notice.second, .notice.second a {
    color: #F8C466;
}

.notice.first .star {
    fill: #F8C466;
}

.notice.second .star {
    fill: #99CE76;
}

.notice p {
    display: inline;
}

.main {
    border-top: 1px solid white;
    margin-top: 0.2rem;
}

.main .notice {
}

.main .notice .title {
    font-size: 2.5rem;
    font-weight: 600;
    padding-right: 0.6rem;
    display: inline-block;
}

.main .notice .description {
    padding-left: 0.6rem;
    display: inline-block;
}

.main .notice strong {
    color: #F8C466;
}
.secondary .notice {
    font-weight: 600;
}


@media only screen and (max-width: 40rem) { /* small */

    .swiper-title {
        font-size: 1em;
    }

    .swiper-description {
        font-size: 0.8rem;
    }

    .swiper-calltoaction {
        font-size: 0.8rem;
    }

    main.home h2 {
        font-size: 1.2rem;
    }

    .main .notice .title {
        font-size: 1.25rem;
        display: inline-block;
        text-align: center;
    }
    .main .notice .description {
        font-size: 0.8rem;
        text-align: center;
    }

    .notice, .notice a {
        font-size: 0.8rem;
        padding: 0.2rem;
    }

    h3.homesubheader {
        font-family: 'Merriweather Sans', sans-serif;
        font-size: 15px;
    }

    h1 {
        font-family: 'Merriweather', serif;
        font-size: 35px;
    }

    .homesubfooter {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 16px;
    }

    .custom-prev-button {
        margin: 0 0 0 0.5rem;
    }
    .custom-next-button {
        margin: 0 0.5rem 0 0;
    }

    .tabs-panel {
        padding: 0;
    }

    .homepage {
        background-position: 20% 75%;
    }
}
.popularitems h3.swiper-title {
    font-size: 1.25rem;
}

.popularitems .swiper-slide img.swiper-globeimage {
    width: 200px;
    border-radius: 50%;
}

.popularitems .swiper-pagination {
    position: relative;
}

.popularitems .swiper-pagination-bullet {
    margin-bottom: 2rem;
}

.popularitems .orbit-bullets button.is-active {
    background-color: #661E6C;
}

.popularitems .swiper-pagination-bullet-active {
    background: #661E6C;
}

.popular-grid {
    grid-template-rows: 3fr 1.4fr 1fr;
}
.popular-grid  .grid-row2 {
    align-self: flex-end;
}

.popular-grid  .grid-row3 {
    align-self: flex-start;
}

@media only screen and (max-width: 40rem) { /* small */
    .popularitems h3.swiper-title {
        margin-bottom: 0rem;
        line-height: 1.25rem;
    }

}
.topcourses {
    background-image: url('/static/homepage/twotone-rhs.svg');
    background-size: auto 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.topcourses-subheading {
    font-size: 2rem;
}

.topcourses h3.swiper-title {
    font-size: 1.125rem;
}

.topcourses .swiper-numbersvg {
    height: 9rem;
}

.topcourses .swiper-slide:hover {
    opacity: 0.7;
    cursor: pointer;
}
.topcourses .swiper-pagination {
    position: relative;
}

.topcourses .swiper-pagination-bullet {
    background: #F6B540;
    opacity: 1;
}

.topcourses .swiper-pagination-bullet-active {
    opacity: 1;
    background: #661E6C;
}

.testimonials {
    background-image: url('/static/homepage/twotone.svg');
    background-size: auto 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.testimonial-subheading {
    font-size: 2rem;
}

.testimonials blockquote {
    border-left: 0;
    color: black;
    position: relative;
    padding: 0 1rem 0 1rem;
    margin: 0 0 0 0;
}

.testimonials blockquote::before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: -1rem;
    content: "\201C";
}

.testimonials blockquote::after {
    font-family: Georgia, serif;
    position: absolute;
    /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
    float: right;
    font-size: 6em;
    line-height: 1;
    right: -0.5rem;
    bottom: -4rem;
    content: "\201D";
}

.coursetestimonial .swiper-slide .truncate-show {
    overflow:visible;
}

.coursetestimonial .swiper-pagination {
    position: relative;
}

.coursetestimonial blockquote {
    border-left: 0;
}

.coursetestimonial blockquote p {
    margin: 0;
}

.truncate-show {
    color: #661E6C;
    font-weight: 700;
    cursor: pointer;
    margin: 0 0 0 2px;
    position: relative;
}

/* HTML: <div class="tooltip">This is a Tooltip with a solid coloration and without border radius </div> */
.testimonialmoretext {
    color: #000000;
    font-size: 12px;
    width: 14rem;
    text-align: left;
    visibility: hidden;
    font-weight: 300;
    position: absolute;
    z-index: 10000;
}

.testimonialmoretext {
    /* triangle dimension */
    --a: 90deg; /* angle */
    --h: 1em; /* height */

    --p: 0%; /* triangle position (0%:left 100%:right) */
    --r: 1.2em; /* the radius */
    --b: 5px; /* border width  */
    --c1: #0D6759;
    --c2: #86B8B1;
    padding: 1em;
    border-radius: var(--r)/min(var(--r),var(--p) - var(--h)*tan(var(--a)/2)) var(--r) var(--r) min(var(--r),100% - var(--p) - var(--h)*tan(var(--a)/2));
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%, 0 min(100%,var(--p) + var(--h)*tan(var(--a)/2)), calc(-1*var(--h)) var(--p), 0 max(0%,var(--p) - var(--h)*tan(var(--a)/2)));
    background: var(--c1);
    border-image: conic-gradient(var(--c1) 0 0) fill 0/ max(0%,var(--p) - var(--h)*tan(var(--a)/2)) var(--r) max(0%,100% - var(--p) - var(--h)*tan(var(--a)/2)) 0/0 0 0 var(--h);

    top: 1rem;
    left: 0.5rem;
}

.testimonialmoretext:before {
    content: "";
    z-index: -1;
    inset: 0;
    padding: var(--b);
    border-radius: inherit;
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%, var(--b) min(100% - var(--b),var(--p) + var(--h)*tan(var(--a)/2) - var(--b)*tan(45deg - var(--a)/4)), calc(var(--b)/sin(var(--a)/2) - var(--h)) var(--p), var(--b) max( var(--b),var(--p) - var(--h)*tan(var(--a)/2) + var(--b)*tan(45deg - var(--a)/4)));
    background: var(--c2) content-box;
    border-image: conic-gradient(var(--c2) 0 0) fill 0/ max(var(--b),var(--p) - var(--h)*tan(var(--a)/2)) var(--r) max(var(--b),100% - var(--p) - var(--h)*tan(var(--a)/2)) 0/0 0 0 var(--h);
    position: absolute;
}

.truncate-show:hover .testimonialmoretext {
    visibility: visible;
    opacity: 1;
}

.coursetestimonial blockquote:before {
    position: relative;
    display: inline-block;
    content: "\201C";
    font-size: 4em;
    line-height: 0rem;
    vertical-align: -1rem;
}

.coursetestimonial blockquote:after {
    display: none;
}

.coursetestimonial .testimonial-item {
    width: 13rem;
    background-color: #ffffff;
    border-radius: 1rem;
    margin: 0 1rem 3rem 1rem;
}

.coursetestimonial .testimonial-footer {
    margin: 2rem 0 2rem 0;
}

.coursetestimonial img.testimonial {
    width: 6rem;
    border-radius: 50%;
    margin-bottom: -15%;
    /*    margin-left: 80%;*/
    display: inline-block;
}

.coursetestimonial .testimonial-content {
    font-size: 0.75rem;
    min-height: 11rem;
}

.coursetestimonial .swiper-pagination-bullet-active {
    background: #661E6C;
}

.coursetestimonial .swiper-slide {
    margin: 0 0 2rem 0;
}

.coursetestimonial a.statement {
    color: #000000;
}

.testimonial-footer a {
    display: inline;
}

.testimonial-header {
    padding: 0 0 0 1.1875rem;
}

.testimonial-subheader {
    padding: 0 0 0 1.1875rem;
}

.testimonial blockquote {
    border-left: 0;
    display: inline-block;
}

.testimonial blockquote p {
    display: inline;
}

.testimonial .testimonial-content {
    font-size: 0.75rem;
    min-height: 11rem;
    color: #000000;
}

.testimonial .testimonial-item {
    background-color: #ffffff;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    margin: 0 1rem 3rem 1rem;
    padding: 1rem;
}

.testimonial .testimonial-item.item-animate {
    transition-delay: 0.2s;
    transition-duration: 1s;
    transition-timing-function: ease;
    transform: translateY(20px);
    opacity: 0;
    transition-property: transform,opacity;
}

.testimonial .testimonial-item.init-animate {
    transform: translateY(0);
    opacity: 1;
}

/*.testimonial blockquote:before {
    position: relative;
    display: inline-block;
    content: "\201C";
    font-size: 4em;
    line-height: 0rem;
    vertical-align: -1rem;
    margin: 0 0.5rem 0 0;
}

.testimonial blockquote:after {
    position: relative;
    display: inline-block;
    content: "\201D";
    font-size: 4em;
    line-height: 0rem;
    vertical-align: -2rem;
    margin: 0 0 0 0.5rem;
}*/

.testimonial img.testimonial {
    width: 9rem;
    border-radius: 50%;
    margin-top: -15%;
    display: inline-block;
}

/*.testimonial .testcol2 .testimonial-item {
    margin: 9rem 0 0 0;
}

.testimonial .testcol2 {
    padding: 0 8rem 0 0.5rem;
}

.testimonial .testcol1 {
    padding: 0 0.5rem 0 8rem;
}

.testimonial .testcol1 .testimonial-item {
    margin: 0 0 9rem 0;
}

.testimonial .testcol2 .testimonial-item:last-child {
    margin: 9rem 0 4rem 0;
}

.testimonial .testcol1 .testimonial-item:last-child {
    margin: 4rem 0 9rem 0;
}*/

.testimonial-grid {
    grid-template-columns: 50% 50%;
}

.testimonial .testimonial-grid .testimonial-item.test-right {
    margin: 3rem 1rem 0rem 1rem;
}
.testimonial .testimonial-grid .testimonial-item.test-left {
    margin: 0rem 1rem 3rem 1rem;
}


.testimonial-indepth {
    color: #ffffff;
}

.testimonial-indepth .slider-button {
    stroke: #ffffff;
}

.testimonial-indepth .testimonial-image img {
    border-radius: 50%;
    display: block;
    width: 11rem;
    opacity: 0.7;
}

.testimonial-indepth h2 {
    font-size: 1.625rem;
    margin-bottom: 2rem;
}

.testimonial-indepth .testimonial-learner {
    font-family: "Merriweather", serif;
    font-size: 1.625rem;
    background: linear-gradient(to top,#ffffff 0%,#ffffff 4%,transparent 4.01%,transparent 100%) no-repeat right;
    background-size: 40% 80%;
    background-position-x: center;
    transition: background-size .3s ease-out;
    padding: 0.2rem;
}

.testimonial-indepth .testimonial-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-indepth .testimonial-body {
    font-size: 0.7rem;
    margin: 2rem 0 3rem 0;
}

.testimonial-indepth a {
    color: #ffffff;
}

.testimonial-indepth .swiper-slide {
    margin: 0 0 3rem 0;
}

.testimonial-indepth .swiper-slide.even {
    margin: 4rem 0 3rem 0;
}

.testimonial-indepth .swiper-pagination {
    position: relative;
    margin: 5rem 0 0 0;
}

.testimonial-indepth .swiper-pagination-bullet-active {
    background: #ffffff;
    width: 4px;
    height: 4px;
}

.testimonial-indepth .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
}

.testimonial-indepth .statement-white {
    background: linear-gradient(to top,#ffffff 0%,#ffffff 4%,transparent 4.01%,transparent 100%) no-repeat right;
    background-size: 100% 80%;
    transition: background-size .3s ease-out;
    padding: 0.2rem;
}

.testimonial-indepth .testimonial-link {
    text-transform: uppercase;
    font-size: 0.9rem;
}

.testimonial-indepth .testimonial-course {
    text-transform: uppercase;
    font-size: 0.7rem;
    font-family: "Merriweather-Sans",sans-serif;
}


.pagetestimonial {
    background-color: #314E65;
    margin: 3rem 0 0 0;
    color: #ffffff;
}

.pagetestimonial img.casestudy {
    width: 14rem;
    border-radius: 50%;
    margin-top: -10%;
    margin-bottom: 3rem;
    display: inline-block;
    border: 5px solid #F6B540;
    max-width: unset;
}

.pagetestimonial .smallheader {
    text-transform: uppercase;
}

.pagetestimonial blockquote.block-blockquote {
    border-left: 0;
    width: 60%;
    margin: 3rem auto;
    color: #F8C466;
}

.pagetestimonial blockquote.block-blockquote:before {
    position: relative;
    display: inline-block;
    content: "\201C";
    font-size: 4em;
    line-height: 0rem;
    vertical-align: -1rem;
}

.pagetestimonial blockquote.block-blockquote:after {
    display: none;
}

.pagetestimonial a {
    color: #F8C466;
}
.pagetestimonial a:hover {
    text-decoration:underline;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    /*    .testimonial .testcol1, .testimonial .testcol2 {
        padding: 0 1.5rem 0 1.5rem;
    }
    .testimonial .testcol2 .testimonial-item, .testimonial .testcol1 .testimonial-item {
        margin: 0 0 1rem 0;
    }
    .testimonial .testcol2 .testimonial-item:last-child, .testimonial .testcol1 .testimonial-item:last-child {
        margin: 0 0 1rem 0;
    }*/
}

@media only screen and (max-width: 40rem) { /* small */
    .testimonial-grid {
        grid-template-columns: 100%;
    }

    .testimonial .testimonial-grid .testimonial-item.test-right {
        margin: 0 1rem 1rem 1rem;
    }
    .testimonial .testimonial-grid .testimonial-item.test-left {
        margin: 0 1rem 1rem 1rem;
    }

    .testimonials blockquote {
        padding: 0 2rem 0 2rem;
        overflow: visible;
    }

    .testimonials blockquote::before {
        margin-left: -0.2rem;
    }

    .testimonials blockquote::after {
        margin-right: -0.2rem;
    }

    .coursetestimonial .testimonial-content {
        min-height: auto;
    }

    .coursetestimonial .testimonial-item {
        width: 15rem;
        margin: 0 auto 0 auto;
    }

    .coursetestimonial .swiper-pagination {
        position: relative;
        margin: 1rem 0 0 0;
    }

    /*    .testimonial .testcol1, .testimonial .testcol2 {
        padding: 0 1.5rem 0 1.5rem;
    }

    .testimonial .testcol2 .testimonial-item, .testimonial .testcol1 .testimonial-item {
        margin: 0 0 1rem 0;
    }

    .testimonial .testcol2 .testimonial-item:last-child, .testimonial .testcol1 .testimonial-item:last-child {
        margin: 0 0 1rem 0;
    }*/
}

.articles .swiper-slide:hover {
    opacity: 0.7;
    cursor: pointer;
}

.articles h3.swiper-calltoaction {
    font-size: 1.125rem;
}

.articles .orbit-bullets button.is-active {
    background-color: #661E6C;
}

.articles .swiper-pagination-bullet-active {
    background-color: #661E6C;
}

.articles .swiper-pagination {
    position: relative;
}

.blogheader {
    min-height: 25rem;
    color: #ffffff;
    background-size: cover;
    background-blend-mode: overlay;
    background-position: center center;
    background-repeat: no-repeat;
}

main.page-blogarticle h1 {
    font-size: 1.625rem;
    margin: 1rem 0 1rem 0;
}

.author {
    background-color: #FFF1E2;
    padding: 0.5rem 0 0.5rem 0.25rem;
}

.blog-icons svg {
    padding: 0.5rem 0 0.5rem 0;
    display: block;
}

.blog-content h2 {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-family: 'Nunito Sans',sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

/*.blog-content p:last-child {
    margin-top: 0.25rem;
    background-color: #FFF1E2;
    padding: 0.5rem 0 0.5rem 0.25rem;
}*/

.blog-content blockquote {
    font-weight: 100;
    font-size: 1rem;
    max-width: 600px;
    line-height: 1.4;
    position: relative;
    padding: .5rem;
    border-left: 0;
    margin: 1rem auto;
    font-style: italic;
}

.blog-content blockquote:before,
.blog-content blockquote:after {
    position: absolute;
    color: #F8C466;
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
}

.blog-content blockquote:before {
    content: '“';
    left: -5rem;
    top: -2rem;
}

.blog-content blockquote:after {
    content: '”';
    right: -3rem;
    bottom: 50%;
}

.blogcategory {
    padding: 0;
}

.blogcategory .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.blogcategory .blog-main {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.blogcategory hr, .blogarticle hr {
    border-top: 2px solid #F8C466;
    max-width: 100%;
}

.blogarticle hr {
    margin-top: 0;
}

.blogcategory .category-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.825rem;
    color: #661E6C;
}

.blogarticle 
{
    padding-bottom: 0;
}

.blogsearch {
    margin-top: 3rem;
}

.blogcategory .swiper-button-container-left {
    justify-content: flex-end;
}

.blogcategory .swiper-button-container-right {
    justify-content: flex-start;
}

.blogcategory .custom-prev-button, .blogcategory .custom-next-button {
    margin: 0;
}

.blogcategory .grid-container {
    padding-left: 0;
    padding-right: 0;
}




.search-wrapper-blog {
    border: 1px solid black;
    border-radius: 0;
    padding: 0em;
    width: 15rem;
    display: flex;
    background-color: white;
    margin: 0 0 0.2rem 0;
}


.search-wrapper-blog input {
    background-color: white;
    opacity: 1;
    border: 0px solid;
    width: 12rem;
    padding: 0.1rem;
    margin: 0 0 0 1rem;
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.825rem;
    height: 1.5rem;
}

.search-wrapper-blog input:focus {
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-wrapper-blog input::placeholder {
    color: #000000;
    opacity: 1; /* Firefox */
}

.search-wrapper-blog input[type="submit"] {
    display: none;
}

.search-wrapper-blog label {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 40rem) { /* small */
    .blog-icons svg {
        width: 80%;
        height: 80%;
        padding: 0.3rem 0 0.3rem 0;
    }

    .slider-button {
/*        width: 35px;*/
    }
}

section.courseintro {
    padding-top: 0;
}

section.coursetitle {
    padding-top: 0;
}

.coursepage .swiper-container {
    max-width: 70.625rem;
}

.text-section {
}

.coursepageheader {
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100% 100%;
    background-image: url('/static/course/group 98.png');
    margin-bottom: 0;
    height: 20rem;
}

.course-mask {
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: cover;
    height: 18rem;
    -webkit-mask-image: radial-gradient(50% 46.79% at 50% 46.79%, #922F2F 0%, rgba(148, 49, 49, 0.880208) 58.85%, rgba(157, 61, 61, 0) 100%);
}

.datesfees3 {
    grid-template-columns: 10% 30% 30% 30%;
}

.datesfees2 {
    grid-template-columns: 20% 27% 27% 26%;
}

.datesfees1 {
    grid-template-columns: 20% 30% 50%;
}

.datesfees .accordion {
    background-color: transparent;
}

.datesfees .accordion li.accordion-item {
    background-color: #ffffff;
    border: 0 solid transparent;
}

.datesfees .accordion-title:hover, .datesfees .accordion-title:focus {
    background-color: #ffffff;
}

.datesfees .accordion-title {
    border: 1px solid transparent;
    font-size: 1.0rem;
    color: #314E65;
    text-transform: uppercase;
}

.datesfees .accordion-title {
    border-bottom: 1px solid #314E65;
}

.datesfees :last-child:not(.is-active) > .accordion-title, .datesfees :last-child > .accordion-content:last-child {
    border: 0 solid transparent;
}

.datesfees .accordion-title::before {
    content: url("/static/course/dates-closed.svg");
}

.datesfees .is-active .accordion-title::before {
    content: url("/static/course/dates-open.svg");
}

/*
<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="10.5" cy="10.5" r="10.5" transform="rotate(-180 10.5 10.5)" fill="#314E65"/>
<path d="M16.5 7.5L10.5 13.5L4.5 7.5" stroke="white"/>
</svg>


*/

.pulse-grid {
    grid-template-columns: 25px max-content 25px;
}

.pulse-grid-left, .pulse-grid-center, .pulse-grid-right {
    height: 45px;
}

.pulse-grid-left {
    width: 25px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

.pulse-grid-center {
    padding-left: 15px;
    padding-right: 15px;
}

.pulse-grid-right {
    width: 25px;
    border-top-right-radius: 25px;
}

.pulse-grid-bottom {
    width: 40px;
    height: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.pulse {
    transform-origin: 50% 50%;
    transform-box: fill-box;
}

@keyframes pulse {
    0% {
        transform: scale3d(1.3, 1.3, 1.3);
    }

    50% {
        transform: scale3d(0.7, 0.7, 0.7);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.title-coursepage {
    padding: 2rem 0 0 7rem;
}

.title-coursepage h1 {
    font-size: 1.625rem;
    margin-bottom: 0;
}

.courseintro-text {
    margin: 0 0 3rem 0;
}

.coursesticky {
    font-family: "Merriweather", serif;
    max-width: 20.313rem;
    min-width: 19rem;
}

.courseheader {
    background-color: #F8C466;
    padding: 0.3rem;
    color: white;
}

.courseheader svg {
    margin-bottom: -10px;
}

.courseheader p {
    margin: 0;
}

.coursedata {
    background-color: #FFF1E2;
    padding-bottom: 2rem;
}

.coursedata-row {
    padding: 0.8rem 0.8rem 0.4rem 0.8rem;
}

.coursechevron {
    transition: transform 0.3s ease;
}

.coursedata-row:hover .coursechevron {
    animation: moveOnHover 0.5s forwards;
}

.coursechevron:hover {
    animation: moveOnHover 0.5s forwards;
}

main.section .courseselect.darkblue {
    color: #ffffff;
}

main.coursepage section.corporateclient {
    padding-top: 0;
}

.courseselect .tabs {
    background-color: transparent;
}

.courseselect .tabs-content {
    background-color: transparent;
    border: 0;
}

.courseselect .related-content {
    /*    min-height: 8.5rem;*/
    display: grid;
    grid-template-columns: 40px auto;
}

.courseselect .related-image {
    grid-column-start: 1;
    margin-left: -2.5rem;
    margin-top: -2rem;
}

.courseselect img.related {
    width: 4rem;
    border-radius: 50%;
}

.courseselect .related-item {
    border-radius: 1rem 0 1rem 1rem;
    color: #000000;
}

.courseselect .swiper-slide {
    padding: 5rem 0 3rem 1rem;
}

*

.courseselect .related-header {
    grid-column-start: 2;
}

.courseselect .related-footer {
}

.courseselect h3 {
    font-family: 'Merriweather', serif;
    font-size: 0.925rem;
}

.courseselect .orbit-bullets button.is-active {
    background-color: #661E6C;
}

.courseselect .swiper-pagination-bullet-active {
    background: #661E6C;
}

.courseselect .swiper-pagination {
    position: relative;
}

.tabs-content.horizontal {
    border: 0;
}


@keyframes moveOnHover {
    from {
        transform: translate(0,0);
    }

    to {
        transform: translate(10px,0);
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {

    .course-logo {
        margin: 5rem 0 0 0;
    }
}

@media only screen and (max-width: 40rem) { /* small */
    .courseselect .tabs-title {
        float: none;
    }

    .courseselect .tabs-title a {
        display: inline-block;
        text-align: center;
    }

    svg.linkpulse {
        width: 90%;
        height: auto;
        margin: 0.25rem auto;
        display: block;
    }

    /*    .custom-prev-button {
        margin: 0;
    }*/

    img.course-accordion {
        width: 75%;
        margin: 0 auto;
        display: block;
    }

    .course-logo {
        margin: 5rem 0 0 0;
    }

    .title-coursepage {
        padding: 2rem 0 0 0.5rem;
    }

    main.section .courseselect img.related {
        width: 6rem;
        border-radius: 50%;
        margin-top: -10%;
        margin-left: -3%;
        display: inline-block;
    }

    main.section .courseselect .related-item {
        max-width: 25rem;
        margin: 0 auto;
    }

    .course-mask {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-mask-image: radial-gradient(50% 46.79% at 50% 46.79%, #922F2F 0%, rgba(148, 49, 49, 0.880208) 58.85%, rgba(157, 61, 61, 0) 100%);
    }
}


.grid-course {
    grid-template-rows: 2.5fr 1fr;
}

.grid-related {
    grid-template-rows: 6rem 4rem;
}

.grid-relatedcase {
    grid-template-rows: 5rem 3rem;
}

.grid-related .grid-row2, .grid-relatedcase .grid-row2 {
    align-self: flex-end;
}

.grid-course .grid-row2 {
    align-self: flex-end;
}

.courserelated .swiper-slide {
    padding: 5rem 0 3rem 1rem;
}

.courserelated .related-content {
    min-height: 7rem;
    display: grid;
    grid-template-columns: 40px auto;
}

.courserelated .related-item {
    border-radius: 1rem 0 1rem 1rem;
}

.courserelated .swiper-pagination {
    position: relative;
}

.courserelated .related-image {
    grid-column-start: 1;
    margin-left: -2.5rem;
    margin-top: -2rem;
}

.courserelated img.related {
    width: 4rem;
    border-radius: 50%;
}

.courserelated .related-header {
    grid-column-start: 2;
}

.courserelated h3 {
    font-family: 'Merriweather', serif;
    font-size: 0.925rem;
    display: inline;
}

.courserelated .orbit-bullets button.is-active {
    background-color: #661E6C;
}

.courserelated .swiper-pagination-bullet-active {
    background: #661E6C;
}


@media only screen and (max-width: 40rem) { /* small */
    .courserelated img.related {
        width: 6rem;
        border-radius: 50%;
        margin-top: -10%;
        margin-left: -3%;
        display: inline-block;
    }

    .casestudyrelated .related-item, .courserelated .related-item {
        max-width: 25rem;
        margin: 0 auto;
    }
}

.courseresource .orbit-bullets button {
    width: 0.5rem;
    height: 0.5rem
}

.courseresource .swiper-pagination {
    position: relative;
}

.courseresource .orbit-bullets button.is-active {
    background-color: #661E6C;
}

.courseresource .orbit-bullets button.is-active {
    background-color: #661E6C;
}

.courseresource .swiper-pagination-bullet-active {
    background: #661E6C;
}

.courseresource .smallheader {
    text-transform: uppercase;
}

.breadcrumbs.commerce {
    margin: 2.813rem 0 2.813rem 2.1875rem;
}


.molsvg {
    /*    fill: #99CE76*/;
    /*    fill: #518e29;*/
    fill: #661E6C;
    margin: 0 auto;
}

.is-active .molsvg {
/*    fill: #661E6C;*/
    fill: #ffffff;
}

.moltabs .tabs-title > a {
    background-color: transparent;
    display: inline-block;
    border-radius: 0.5rem;
}

.moltabs .is-active.tabs-title > a {
    background-color: #661E6C;
    display: inline-block;
    border-radius: 0.5rem;
}

.is-active .moltext {
    stroke-width: 2;
}

.moltabs.tabs a {
    padding: 0.5rem;
}

.moltabs .tabs-panel {
    padding: 0;
}

.moltabs.tabs-content {
    border: none;
}


.hidefilter {
    display: none;
}

.summary_section {
    font-style: italic;
    font-size: 0.75rem;
    color: #661E6C;
}

.buysection {
    width: 350px;
    border-radius: 1rem;
    box-shadow: 0px 3px 8px rgb(100,100,100);
}

.buycontent {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding-bottom: 1rem;
}

.buyheader {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    color: #ffffff;
    text-align: center;
    padding: 0.5rem;
    font-family: 'Merriweather', serif;
}

.buydates select {
    margin: 0.5rem 1rem 0.5rem 1rem;
    width: 80%;
    box-shadow: 0px 3px 5px rgb(100,100,100);
}

.buyprice {
    font-weight: 600;
    font-size: 1.5rem;
}

.buytrial a {
    font-style: italic;
}

.buyseats2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}

.buyseats2 .add_quantity {
    color: #ffffff;
    font-size: 1.4rem;
    display: inline-flex;
    border-radius: 50%;
    height: 1.4rem;
    width: 1.4rem;
    justify-content: center;
    align-items: center;
    background-color: #99CE76;
    margin: 0 0.2rem 0 0.2rem;
    line-height: 1.4rem;
    cursor: pointer;
}

.buyseats2 .remove_quantity {
    color: #ffffff;
    font-size: 1.4rem;
    display: inline-flex;
    border-radius: 50%;
    height: 1.4rem;
    width: 1.4rem;
    justify-content: center;
    align-items: center;
    background-color: #99CE76;
    margin: 0 0.2rem 0 0.2rem;
    line-height: 1.4rem;
    cursor: pointer;
}

.buyseats span {
    font-size: 1.875rem;
    height: 1.5rem;
    width: 1.5rem;
}

.buyseats span::before {
    color: #ffffff;
    font-size: 1.5rem;
    content: '-';
    display: inline-flex;
    border-radius: 50%;
    height: 1.5rem;
    width: 1.5rem;
    justify-content: center;
    align-items: center;
    background-color: #99CE76;
    margin: 0 0.2rem 0 0.2rem;
    line-height: 1.875rem;
}

.buyseats span::after {
    color: #ffffff;
    font-size: 1.5rem;
    content: '+';
    display: inline-flex;
    border-radius: 50%;
    height: 1.5rem;
    width: 1.5rem;
    justify-content: center;
    align-items: center;
    background-color: #99CE76;
    margin: 0 0.2rem 0 0.2rem;
    line-height: 1.875rem;
}

.icon-item-cart {
    padding: 0;
    margin: 2px 0 0 0;
}

.icon-item-cart-text {
    position: absolute;
    z-index: 100;
    margin-left: -25px;
    margin-top: 6px;
    border-radius: 50%;
    background-color: #F8C466;
    width: 1rem;
    line-height: 1rem;
    text-align: center;
}

.basket-header {
    width: 100%;
}


.cart-material-header {
    grid-template-columns:94% 6%;
}

.cart-material {
    grid-template-columns: 45% 15% 25% 5% 5% 5%;
    align-items: center;
}

.cart-material select {
    height: unset;
    background-position: right center;
}

.cart-material input[type=checkbox] {
    width: 16px;
}

.cart-wrapper {
    grid-template-columns: 50% 25% 6% 16% 3%;
}
.cart-wrapper-full {
    grid-template-columns: 50% 31% 4% 10% 5%;
}


.cart-quantity {
    border: 0;
    border-radius: 50%;
    background-color: #D9D9D9;
    line-height: 1rem;
    height: 1.5rem;
    width: 1.5rem;
    text-align: center;
    align-self: center;
    font-weight: 700;
}

.cart-details {
    grid-row-start: 3;
    grid-row-end: 6;
}

.cart-details2 {
    grid-row-start: 2;
    grid-row-end: 6;
}

.additem,.removeitem {
    align-self: center;
    cursor: pointer;
}

.remove-basket {
    align-self: center;
}

.accordion.cart-summary {
    background-color: transparent;
}

.accordion.cart-summary .cart-wrapper {
    grid-template-columns: 46% 36% 6% 12%;
}

.accordion.cart-summary .accordion-content {
    margin-top: 1rem;
}

.accordion.cart-summary .accordion-title {
    font-size: 1rem;
    background-color: #314E65;
    color: #ffffff;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-weight: 400;
}

.checkout-item {
    min-width: 6rem;
}

.fees {
    margin: 0 0 0 2px;
    position: relative;
}

/* HTML: <div class="tooltip">This is a Tooltip with a solid coloration and without border radius </div> */
.tooltiptext {
    color: #fff;
    font-size: 14px;
    max-width: 28ch;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 2.2rem;
    width: 15rem;
}

.tooltiptext {
    /* triangle dimension */
    --b: 2em; /* base */
    --h: 1em; /* height */

    --p: 0%; /* triangle position (0%:top 100%:bottom) */

    padding: 1em;
    clip-path: polygon(0 100%,100% 100%,100% 0,0 0, 0 max(0%,var(--p) - var(--b)/2), calc(-1*var(--h)) var(--p), 0 min(100%,var(--p) + var(--b)/2));
    border-image: fill 0//var(--h) conic-gradient(#D75058 0 0); /* the color */
}

.fees:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 40rem) { /* small */

    .buysection {
        width: 90%;
        margin: 0.25rem auto;
    }

    .cart-wrapper {
        grid-template-columns: 42% 32% 6% 10% 10%;
    }

    .tooltiptext {
        width: 11rem;
    }

    .not-selected {
        display: none;
    }

    .checkout-item {
        min-width: 2rem;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    /* medium */
    .buysection {
        width: 70%;
        margin: 0.25rem auto;
    }
}


.coursecontent .accordion {
    background-color: transparent;
}

.coursecontent .accordion-title:hover, .coursecontent .accordion-title:focus {
    background-color: #F8C466;
}

.coursecontent .accordion li.accordion-item {
    background-color: #F8C466;
    border: 1px solid #F8C466;
}

.coursecontent .accordion-faq-title {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 5px solid #F8C466;
    font-size: 1.2em;
    color: #1779ba;
}

.coursecontent .accordion li .accordion-title {
    color: #ffffff;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: 400;
}

.coursecontent .is-active > .accordion-title::before {
    content: url("/static/menu/accordion-white-up.svg");
    animation: none;
}

.coursecontent .accordion-title {
    border: 0;
    font-size: 1rem;
}

.coursecontent .accordion-content {
    border: 0;
}

.coursecontent .accordion-title::before {
    content: url("/static/menu/accordion-white.svg");
}

.coursecontent .accordion-title.hovered::before {
    animation: pulse 1s ease 2;
}

.coursecontent .is-active > .accordion-title.hovered::before {
    animation: none;
}

.coursecontent img.course-accordion {
    width: 100%;
    border: 5px solid #F6B540;
    border-radius: 50%;
}

.coursevision .orbit-bullets button {
    width: 0.5rem;
    height: 0.5rem
}

.coursevision .orbit-bullets button.is-active {
    background-color: #661E6C;
}

.coursevision .orbit-bullets button.is-active {
    background-color: #661E6C;
}

.coursevision .swiper-pagination-bullet-active {
    background: #661E6C;
}

.coursevision a.statement {
    color: #000000;
}

.coursevision .swiper-pagination {
    position: relative;
}

.coursewhyrrc h3, .coursewhyrrc h4 {
    font-family: 'Nunito Sans', sans-serif;
}

.coursewhyrrc h4 {
    font-size: 1.1rem;
}

.coursewhyrrc a.statement-purple {
    color: #000000;
}

.coursewhyrrc h2 {
    color: #ffffff;
}

.coursewhyrrc .swiper-pagination {
    position: relative;
}

.coursewhyrrc .orbit-bullets button {
    width: 0.5rem;
    height: 0.5rem
}

.coursewhyrrc .orbit-bullets button.is-active {
    background-color: #661E6C;
}

.coursewhyrrc .swiper-pagination-bullet-active {
    background: #661E6C;
}

.whyrrc-section {
    color: #ffffff;
}

.whyrrcitem {
    padding: 0.5rem;
}

.whyrrcitem .whyheader {
    font-weight: 600;
    font-size: 1.25rem;
}

.whyrrc-grid {
    grid-template-rows: auto 1fr;
}


.whyrrc-grid .grid-row1 {
    min-height: 20rem
}


.whyrrc-grid .grid-row2 {
    align-self: center;
}

.whyrrcback {
    background-image: url('/media/z0bosrp3/vector.png');
    background-repeat: no-repeat, no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 2rem;
}

.rrchistoryback {
    background-image: url('/media/liwfnzon/background-rrc-history.png');
    background-repeat: no-repeat, no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 2rem;
}

.history-timeline {
    height: 7rem;
    background-image: url('/media/j31ngcsr/timeline.png');
    background-repeat: no-repeat, no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: -2rem;
    margin-bottom: 2rem;
}

.history-item {
    background-color: #ffffff;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    text-align: center;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid transparent;
    background-size: 100% 100%, 50% 50%;
    background-repeat: no-repeat;
    background-image: linear-gradient(white, white), linear-gradient(90deg, #F8C466 1%, #F8C466 100%);
    background-origin: content-box, border-box;
    background-clip: content-box, border-box;
}

.quadrant0 {
    background-position: center center, left top;
}

.quadrant2 {
    background-position: center center, right top;
}

.quadrant1 {
    background-position: center center, right bottom;
}

.quadrant3 {
    background-position: center center, left bottom;
}

.history-item.alt {
    margin-top: 1rem;
}

.history-item-content {
    padding: 2rem;
}

.history-header {
    font-size: 1rem;
    color: #314E65;
    font-weight: 600;
}

.award-item {
    margin-top: 2rem;
}

.award-item.alt {
    margin-top: 6rem;
}

.staff-item {
    width: 16rem;
    margin: 6rem auto 4rem auto;
    background-color: #ffffff;
    border-radius: 10px;
}

.staff-item .bio {
    margin: 0.5rem 0 0 0;
    font-size: 0.8rem;
}

.staff-item-container {
    padding: 0.9rem;
}

.staff-item img.staff-image {
    width: 9rem;
    border-radius: 50%;
    margin-top: -35%;
    display: inline-block;
}

.team-item {
    /*    width: 28rem;*/
    margin: 0.5rem 2rem 0.5rem 2rem;
}

.team-item .team-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.team-item .team-container {
    padding: 0.5rem;
    background-color: #F8C466;
    border-top-right-radius: 10px;
}

.team-item .team-header {
    font-size: 0.9rem;
    color: #ffffff;
}

.team-item .team-content {
    font-size: 0.8rem;
}

.team-item .team-link, .team-item a {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #314E65;
    font-weight: 600;
}

.tutor-item {
    background-color: #314E65;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 1rem auto 1rem auto;
    color: #ffffff;
}

.tutor-item .tutor-item-container {
    padding: 2rem;
}

.tutor-item img.tutor-image {
    width: 9rem;
    border-radius: 50%;
    margin: 1rem;
    display: inline-block;
    background-color: #ffffff;
    /*    padding: 0.5rem 0 0 0;*/
}

.tutor-item .bio {
    margin: 2rem 0 0 0;
}

@media only screen and (max-width: 40rem) { /* small */
    .whyrrclink {
        margin: 0 0 1rem 0;
    }


    .whyrrc-grid {
        grid-template-rows: auto 1fr;
    }


    .whyrrc-grid .grid-row1 {
        min-height: 32rem
    }
}

.coursecorporate h3 {
    margin-bottom: 3.75rem;
}

.coursecorporate .orbit-bullets button
{
    width: 0.5rem;
    height: 0.5rem
}

.coursecorporate .swiper-pagination {
    position: relative;
}

.coursecorporate .orbit-bullets button.is-active {
    background-color: #661E6C;
}

.coursecorporate .swiper-pagination-bullet-active {
    background: #661E6C;
}

.coursecorporate .swiper-container, .corporateclient .swiper-container {
    max-width: unset;
}


.corp-swiper {
    margin: 0 0 0 4rem;
    background-color: #ffffff;
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
}


.corp-swiper .swiper-autoheight .swiper-wrapper {
    align-items:center;
}

@media only screen and (max-width: 40rem) { /* small */
    .coursecorporate .corpicon {
        margin: 0 0 1rem 0;
    }
}


.horizontal .tabs-title.is-active a {
    text-decoration: none;
    position: relative;
}

.horizontal .tabs-title.is-active a:after {
    position: absolute;
    height: 4px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 60%;
    color: #FFFFFF;
    background-color: #F8C466;
    left: 0;
    bottom: 10px;
}

.learningmethods .tabs-content {
    border: 0;
}

.learningmethods .tabs-panel {
    padding: 1rem 1rem 0 1rem;
}

.molcontent {
    font-size: .95rem;
    text-align:left;
    padding: 0.5rem;
}


/*.learningmethods .swiper-slide {
    max-width: 300px;
}*/


/*.learningmethods .swiper-wrapper {
    margin: 2rem 0 0 0;
}
*/
.molsection {
    min-width: 11.5rem;
    margin: 0 .5rem 0 .5rem;
    padding: 0.5rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.molheader {
    padding: 1rem;
    text-transform: uppercase;
    font-family: "Merriweather-Sans",sans-serif;
    font-size: 1.25rem;
}

.molcontent, .moldetails, .molprice {
    background-color: #ffffff;
    text-align: center;
}

.molprice {
/*    padding: 0 1rem 0 1rem;
    font-size: 0.9rem;
    white-space: nowrap;*/
}

.moldetails select {
    width: 80%;
    font-size: 0.75rem;
}


.buymol {
    text-align: left;
    padding: 0 0 0 2rem;
}


.buymol svg {
    margin: 1rem 0.5rem 1rem 0.5rem;
}


.hideslidenavigation {
    display: none;
}

.grid-mol {
    grid-template-rows: 4rem auto 4rem;
}

.grid-mol .grid-row1 {
    align-self: center;
}
.grid-mol .grid-row2 {
    min-height: 16rem;
}
.grid-mol .grid-row3 {
    align-self: center;
}

@media only screen and (max-width: 40rem) { /* small */
    .learningmethods .accordion-content {
        border: 1px solid transparent;
    }

    .learningmethods .accordion-title {
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        border-bottom: 5px solid #F8C466;
        padding: 1.25rem 0 0.75rem 0.4rem;
    }

    .learningmethods .is-active > .accordion-title::before {
        content: url("/static/menu/accordion-up.svg");
    }

    .learningmethods .accordion-title::before {
        content: url("/static/menu/accordion.svg");
    }

    .learningmethods .is-active > .accordion-title {
        background-color: transparent;
    }

    .learningmethods .accordion-title:hover {
        background-color: transparent;
    }

    .learningmethods .accordion-title {
        font-size: 1.2em;
        font-family: "Merriweather", serif;
    }

    .learningmethods :last-child:not(.is-active) > .accordion-title {
        border-bottom: 1px solid transparent;
        border-radius: 0 0 0 0;
    }

    .swiper-slide {
        opacity: 0;
    }

    .swiper-slide-active {
        opacity: 1;
    }

/*    .swiper-container {
        overflow: visible;
    }*/
}



.coursepublications .swiper-slide {
    text-align: center;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coursepublications .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    overflow:visible;
    border: 1px solid #999999;
    box-shadow: rgba(182, 182, 182, 0.75) 3px 3px 5px;
}

.coursepublications .swiper {
    width: 80%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.coursepublications .swiper-slide {
    background-size: cover;
    background-position: center;
}

.coursepublications .swiper-container-books {
    height: 80%;
    width: 80%;
}

.coursepublications .swiper-container-books-thumbnails {
    height: 20%;
    box-sizing: border-box;
}

.coursepublications .swiper-container-books-thumbnails .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.coursepublications .swiper-container-books-thumbnails .swiper-slide-thumb-active {
    opacity: 1;
}

.coursepublications h3, .coursepublications h4 {
    font-family: 'Nunito Sans', sans-serif;
}

.coursepublications h4 {
    font-size: 1.1rem;
}

.coursepublications .custom-next-button {
    display: flex;
    flex-wrap: wrap;
    align-content: end;
    justify-content: flex-end;
    cursor: pointer;
    z-index: 100;
}

.coursepublications .custom-prev-button {
    display: flex;
    flex-wrap: wrap;
    align-content: end;
    cursor: pointer;
    z-index: 100;
}

.coursepublications .tabs-title a {
    font-family: "Merriweather",serif;
    color: #000000;
    font-size: 1rem;
    text-align: left;
    background: linear-gradient(to top,#F8C466 0%,#F8C466 8%,transparent 8.01%,transparent 100%) no-repeat right;
    background-size: 0% 100%;
    transition: background-size .3s ease-out;
}

.coursepublications .tabs-panel-content{
    font-size: 0.95rem;
}

.coursepublications  .tabs-title > a
{
    display: inline-block;
    padding: 1.5rem 0 0.25rem 0;
}

.coursepublications .tabs-title.is-active a {
    background: linear-gradient(to top,#F8C466 0%,#F8C466 8%,transparent 8.01%,transparent 100%) no-repeat right;
    background-size: 100% 100%;
    transition: background-size .3s ease-out;
    color: #000000;
 /*   margin: 0 0 0 25%;*/
}

.coursepublications .tabs-title a:hover {
    background-size: 100% 100%;
    background-position: left;
}


.coursepublications.courserevision .tabs-title {
    float: none;
}

.coursepublications.courserevision .tabs-title > a {
    display: inline-block;
    padding: 0;
}

.coursepublications.courserevision .tabs-title a {
    font-family: "Merriweather", serif;
    color: #000000;
    font-size: 1rem;
    text-align: left;
    background: unset;
    background-size: 0% 100%;
    transition: unset;
}

button.green.narrow {
    text-align: center;
}

.publication-item {
    margin: 1rem 3rem;
}

.publication-image {
    padding: 1.5rem 3rem;
}

.publication-title {
    font-weight: 700;
    display: inline-block;
    margin: 0 0 1rem 0;
}

.publication-item button {
    width: 100%;
}

.publication-sample {
    padding: 1.5rem 0  0 0;
}

.publication-content {
    color: #000000;
}

.publications-section .tabs-content, main.publication .tabs-content {
    color: #000000;
    background-color: transparent;
    border: 0;
}

.publications-section .tabs, main.publication .tabs {
    color: #000000;
    background-color: transparent;
    border: 0;
}

.publications-section .tabs-title {
    width: 33%;
    text-align: center;
    padding: 2rem 0 0 0;
    font-family: Merriweather, serif;
}

.publications-section .tabs-title a {
    color: #000000;
    text-align: center;
    display: block;
    font-family: "Merriweather", serif;
    font-style: italic;
}

.publications-section .tabs-title > a:hover {
    background-color: transparent;
    color: #F8C466;
}

.publications-section .horizontal .tabs-title.is-active a:after {
    width: 30%;
}

.publications-section .tabs-panel a {
    color: #000000;
}

.publications-section hr {
    width: 60%;
    border-color: #99CE76;
    border-width: 4px;
    margin: 2rem auto 2rem auto;
}

main.publication h1 {
    font-size: 1.825rem;
}

main.publication h2, main.publication .publication-format {
    font-size: 1.125rem;
    font-family: nunito-sans,sans-serif;
    font-weight: 700;
}

main.publication button.purchase {
    width: 60%;
    text-align: center;
    margin: 2rem 0 2rem 0;
}

main.publication .publication-format-select, .coursepublications .publication-format-select {
    color: #ffffff;
    background-color: #314E65;
    font-size: .925rem;
}

main.publication .custom-prev-button {
    margin: 0 0 0 0;
}

main.publication .custom-next-button {
    margin: 0 0 0 0;
}

main.publication select, .coursepublications select.publication-format-select {
    background-size: 15px 15px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28255, 255, 255%29"></polygon></svg>');
}

.publication-purchase-image {
    border: 1px solid black;
}

section.publications-section {
    border-top: 4px solid #F8C466;
}

@media only screen and (max-width: 40rem) { /* small */
    .publications-section .tabs-title {
        width: 100%;
    }
}


.casestudy .casestudy.item-animate {
    transition-delay: 0.2s;
    transition-duration: 1s;
    transition-timing-function: ease;
    transform: translateY(20px);
    opacity: 0;
    transition-property: transform,opacity;
}

.casestudy .casestudy.init-animate {
    transform: translateY(0);
    opacity: 1;
}

.casestudy .casestudy-item {
    background-color: #ffffff;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    margin: 0 auto 7rem auto;
    padding: 1rem;
    max-width: 50rem;
}

.casestudy h3 {
    margin: 0;
    font-size: 0.938rem;
}

.casestudy .casestudy-item a.statement-purple {
    color: #000000;
}

.casestudy-summary {
    margin: 0 0 0 2rem;
}

.casestudy img.casestudy {
    width: 14rem;
    border-radius: 50%;
    margin-left: -25%;
    margin-top: -40%;
    display: inline-block;
    border: 5px solid #F6B540;
    max-width:unset;
}





.pagecasestudy {
    background-color: #314E65;
    color: #ffffff;
}

.pagecasestudy img.casestudy {
    width: 18rem;
    border-radius: 50%;
    margin-top: -10%;
    margin-bottom: 3rem;
    display: inline-block;
    border: 5px solid #F6B540;
    max-width: unset;
}

.page-casestudy .text-section {
    max-width: 52.688rem;
    margin: 0 auto;
}

.page-casestudy h1 {
    font-size: 1.625rem;
}


.page-casestudy .text-content {
    max-width: 52.688rem;
}

.page-casestudy .swiper-pagination {
    position: relative;
}

.page-casestudy .blockimage .swiper-pagination-bullet {
    background: #ffffff;
}

.page-casestudy .blockimage .swiper-pagination-bullet-active {
    background: #661E6C;
}

.page-casestudy .corporateclient {
    color: #ffffff;
}

.page-casestudy .smallheader {
    text-transform:uppercase;
}

.page-casestudy .pagecasestudy blockquote p {
    color: #F5F5F5;
    font-weight: 100;
    font-style: italic;
}

.page-casestudy blockquote.block-blockquote {
    border-left: 0;
    width: 60%;
    margin: 3rem auto;
    color: #F8C466;
}

.page-casestudy blockquote.block-blockquote:before {
    position: relative;
    display: inline-block;
    content: "\201C";
    font-size: 4em;
    line-height: 0rem;
    vertical-align: -1rem;
}

.page-casestudy blockquote.block-blockquote:after {
    display: none;
}

.casestudyrelated .related-content {
    min-height: 7rem;
    display: grid;
    grid-template-columns: 40px auto;
}

.casestudyrelated .related-item {
    background-color: #ffffff;
    border-radius: 1rem 0 1rem 1rem;
}

.casestudyrelated .swiper-slide {
    padding: 5rem 2rem 3rem 0;
    margin: 0 0.3rem 0 0.5rem;
}

.casestudyrelated .related-image {
    grid-column-start: 1;
    margin-left: -2.5rem;
    margin-top: -2rem;
}

.casestudyrelated img.related {
    width: 4rem;
    border-radius: 50%;
}

.casestudyrelated .related-header {
    grid-column-start: 2;
}


.casestudyrelated h3 {
    font-family: 'Merriweather', serif;
    font-size: 0.925rem;
    display: inline;
}

.casestudyrelated .orbit-bullets button.is-active {
    background-color: #661E6C;
}

.casestudyrelated .swiper-pagination-bullet-active {
    background: #661E6C;
}


@media only screen and (max-width: 40rem) { /* small */
    .casestudyrelated img.related {
        width: 6rem;
        border-radius: 50%;
        margin-top: -10%;
        margin-left: -3%;
        display: inline-block;
    }

    .casestudyrelated .related-item {
        max-width: 25rem;
        margin: 0 auto;
    }

    .casestudy img.casestudy {
        width: 7rem;
        border-radius: 50%;
        margin-left: -25%;
        margin-top: -40%;
        display: inline-block;
        border: 5px solid #F6B540;
    }

    .casestudy .casestudy-item {
        margin: 0 0 3rem 1rem
    }
}

img.faq {
    width: 60%;
    margin: 10px;
    border: 5px solid #F6B540;
    border-radius: 50%;
}

.coursefaq .accordion-content {
    border: 1px solid transparent;
}

.coursefaq .accordion-title {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 5px solid #F8C466;
    padding: 1.25rem 0 0.75rem 0.4rem;
}

.coursefaq a.accordion-title {
    padding-right: 2em;
}

.coursefaq .is-active > .accordion-title::before {
    content: url("/static/menu/accordion-gold-up.svg");
}

.coursefaq .accordion-title::before {
    content: url("/static/menu/accordion-gold.svg");
}

.coursefaq .is-active > .accordion-title {
    background-color: transparent;
}

.coursefaq .accordion-title:hover {
    background-color: transparent;
}

.coursefaq .accordion-title {
    font-size: 1.2em;
    font-family: "Merriweather", serif;
}

.coursefaq :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid transparent;
    border-radius: 0 0 0 0;
}

.coursefaq h2 {
    margin-bottom: 3.75rem;
}

.section-image {
    width: 40%;
    margin: 1.625rem 0 2.25rem 0;
    border: 5px solid #F6B540;
    border-radius: 50%;
    opacity: 0.7;
}

.course-item-section {
    max-width: 43.75rem;
    margin: 0 auto;
}

.course-item-section h2 {
    font-style: italic;
}

.course-item {
    margin: 0 2em 1em 2em;
    color: #000000;
    /*max-width: 90%;
    min-width: 80%;*/
}

.course-image {
    width: 60%;
    border-radius: 50%;
    margin-bottom: -30%;
    opacity: 0.7;
}

.course-content {
    padding: 1rem;
}

.course-content h3 {
    padding-top: 30%;
    font-size: 1.3rem;
}

.course-footer {
    padding: 0.75rem;
}

.course-title h3 {
    margin-bottom: 2.375rem;
}

.award button.gold {
    margin-top: 0.563rem;
}

.award section.courses {
    padding-top: 0;
}

.award section.twocolumn {
    margin-top: 0;
}

section.partner-content {
    margin-top: 0;
    padding-top: 0;
}

main.partner h1 {
    font-size: 1.625rem;
    margin-top: 0;
}

main.partner h3 {
    font-size: 1rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    margin-top: 2rem;
}

main.partner h4 {
    font-size: 1rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

main.partner img.partner-image {
    width: 25rem;
    margin: 0 3rem 0 3rem;
    border-radius: 50%;
    border: 6px solid #F8C466;
    opacity: 0.8;
}

.partner-address-block {
    padding: 0 2rem 0 1rem;
    font-size: 1rem;
    border-right: 1px #777777 solid;
    margin-bottom: 2rem;
}

.partner-address-block p {
    margin-bottom: 0;
}

.partner-contact-block {
    padding: 0 1rem 0 2rem;
    white-space: nowrap;
    margin-bottom: 2rem;
}

.partners-section {
  color: #ffffff;
}


.partner-content {
    margin-bottom: 3rem;
}

.partners-section .tabs {
    color: #ffffff;
    background-color: transparent;
    border: 0;
}
.partners-section .tabs-title {
    width: 33%;
    text-align: center;
    padding: 2rem 0 3rem 0;
}

.partners-section .tabs-title a {
    color: #ffffff;
    text-align:center;
    display: block;
    font-family: "Merriweather", serif;
}

.partners-section .tabs-title > a:hover {
    background-color: transparent;
    color: #F8C466;
}

.partners-section  .horizontal .tabs-title.is-active a:after {
    width: 30%;
}

.partners-section .partners-header {
    font-size: 1.25rem;
    width: 60%;
    margin: 0 auto;
}

.partners-section .tabs-content .partners-header p {
    line-height: 2rem;
}


.partners-section .tabs-content {
    color: #ffffff;
    background-color: transparent;
    border: 0;
}
.partnerlink {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    background: linear-gradient(to top,#99CE76 0%,#99CE76 3%,transparent 3.01%,transparent 100%) no-repeat right;
    background-size: 100% 100%;
    transition: background-size .3s ease-out;
    padding: 0;
}

.partnerlink.odd {
    background: linear-gradient(to top,#F8C466 0%,#F8C466 3%,transparent 3.01%,transparent 100%) no-repeat right;
    background-size: 100% 100%;
    transition: background-size .3s ease-out;
    padding: 0.1rem;
}

.partner-item {
    margin: 2rem 0 0 0;
}

.partners-section .tabs-panel a {
    color: #ffffff;
}

.partnersummary {
    font-size: 1.25rem;
    font-family: 'Nunito Sans', sans-serif;
}


.partnerlink .partner-arrow {
/*align-self: center;*/
}
thead {
    background-color: #99CE76;
    border: 1px solid #ffffff;
}

tbody {
    background-color: #99CE764D;
    color: black;
    border: 1px solid #ffffff;
}

tbody tr:nth-child(even) {
    background-color: #99CE767D;
    color: black;
    border: 1px solid #ffffff;
}

tbody tr:nth-child(odd) {
    background-color: #99CE764D;
    color: black;
    border: 1px solid #ffffff;
}

td {
    border: 1px solid #ffffff;
}

table {
    border: 1px solid #ffffff;
}
.userblock {
    background-color: #D9D9D9;
    padding-top: 0.6rem;
    /*margin: 0 0.3rem 0 0.3rem;*/
}

.username {
    text-transform: capitalize;
}


.userrrc .tabs, .userrrc .tabs-content {
    background-color: #D9D9D9;
}

.userrrc .tabs-title a {
    color: #314E65;
    border-bottom: solid 1px #314E65;
    padding-left: 0;
    padding-bottom: 0.5rem;
}

.userrrc .tabs-title a:hover {
    background-color: #D9D9D9;
}

.userrrc .tabs-title.is-active a {
    color: #314E65;
}

.userrrc input.prefs[type=checkbox] {
    width: 32px;
    height: 32px;
    grid-column-start: 1;
}

.userrrc .prefoption {
    margin: 1rem 0 1rem 0;
    padding: 0.5rem;
    display: grid;
    grid-template-columns: 32px 2fr
}

.userrrc .prefoption.bottom {
    border-top: solid 2px white;
    margin: 2rem 0 2rem 0;
    display: grid;
    grid-template-columns: 32px 2fr
}

.userrrc .prefoption label {
    grid-column-start: 2;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYV1OgpaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4gDud4bx/DZfGbjZGUDg+q1z05BpdkawOAcDE4gCAB45CXEAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
    content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play-circle:before {
    content: "\f102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    content: "\f103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
    content: "\f104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
    content: "\f105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
    content: "\f106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
    content: "\f107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-square:before {
    content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-spinner:before {
    content: "\f10b"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\f10c"; }

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\f10d"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
    content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-share:before {
    content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cog:before {
    content: "\f110"; }

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
    content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-outline:before {
    content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-inner-circle:before {
    content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-hd:before {
    content: "\f114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
    content: "\f115"; }

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
    content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-facebook:before {
    content: "\f117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-gplus:before {
    content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-linkedin:before {
    content: "\f119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-twitter:before {
    content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-tumblr:before {
    content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pinterest:before {
    content: "\f11c"; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
    content: "\f11d"; }

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
    content: "\f11e"; }

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-next-item:before {
    content: "\f11f"; }

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-previous-item:before {
    content: "\f120"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.video-js[tabindex="-1"] {
  outline: none; }

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.vjs-control .vjs-button {
  width: 100%;
  height: 100%; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto; }

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box; }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto; }

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box; }

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em; }

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em; }

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em; }

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none; }

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none; }

.video-js .vjs-progress-control.disabled {
  cursor: default; }

.vjs-live .vjs-progress-control {
  display: none; }

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center; }

.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0; }

.video-js .vjs-play-progress {
  background-color: #fff; }
  .video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    top: -0.333333333333333em;
    z-index: 1; }

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75); }

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1; }

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none; }

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible; }

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider.disabled {
  cursor: default; }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none; }

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex; }

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em; }

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px; }

.video-js .vjs-volume-panel {
  transition: width 1s; }
  .video-js .vjs-volume-panel:hover .vjs-volume-control,
  .video-js .vjs-volume-panel:active .vjs-volume-control,
  .video-js .vjs-volume-panel:focus .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-volume-control:hover,
  .video-js .vjs-volume-panel .vjs-volume-control:active,
  .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }
    .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
      width: 5em;
      height: 3em; }
    .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
      left: -3.5em; }
  .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
    width: 9em;
    transition: width 0.1s; }
  .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none; }

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em; }

.video-js .vjs-volume-panel {
  display: flex; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }
  .vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }
  .vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none; }

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em; }

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto; }

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red; }

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer; }

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em; }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none; }

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit; }

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
  display: none; }

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
  display: none; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
  flex: auto;
  display: block; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
  display: none; }

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%; }

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table; }

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell; }

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom; }

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px; }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px; }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1 / -1; }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr; } }

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em; }

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none; }

.vjs-text-track-settings fieldset span {
  display: inline-block; }

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em; }

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0; }

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75); }

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px; }

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000; }

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none; }

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none; }
/*
  Player Skin Designer for Video.js
  http://videojs.com

  To customize the player skin edit 
  the CSS below. Click "details" 
  below to add comments or questions.
  This file uses some SCSS. Learn more  
  at http://sass-lang.com/guide)

  This designer can be linked to at:
  https://codepen.io/heff/pen/EarCt/left/?editors=010
*/
.video-js {
  /* The base font size controls the size of everything, not just text.
     All dimensions use em-based sizes so that the scale along with the font size.
     Try increasing it to 15px and see what happens. */
  font-size: 10px;
  /* The main font color changes the ICON COLORS as well as the text */
  color: #fff;
}

/* The "Big Play Button" is the play button that shows before the video plays.
   To center it set the align values to center and middle. The typical location
   of the button is the center, but there is trend towards moving it to a corner
   where it gets out of the way of valuable content in the poster image.*/
.vjs-rrc-skin .vjs-big-play-button {
  /* The font size is what makes the big play button...big. 
     All width/height values use ems, which are a multiple of the font size.
     If the .video-js font-size is 10px, then 3em equals 30px.*/
  font-size: 5em;
  /* We're using SCSS vars here because the values are used in multiple places.
     Now that font size is set, the following em values will be a multiple of the
     new font size. If the font-size is 3em (30px), then setting any of
     the following values to 3em would equal 30px. 3 * font-size. */
  /* 1.5em = 45px default */
  line-height: 1.3em;
  height: 1.3em;
  width: 1.3em;
  /* 0.06666em = 2px default */
  border: 0 solid #fff;
  /* 0.3em = 9px default */
  border-radius: 1.3em;
  /* Align center */
  left: 50%;
  top: 50%;
  margin-left: -0.65em;
  margin-top: -0.65em;
}

/* The default color of control backgrounds is mostly black but with a little
   bit of blue so it can still be seen on all-black video frames, which are common. */
.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
  /* IE8 - has no alpha support */
  background-color: #2B333F;
  /* Opacity: 1.0 = 100%, 0.0 = 0% */
  background-color: rgba(43, 51, 63, 0.7);
}

/* Slider - used for Volume bar and Progress bar */
.video-js .vjs-slider {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
  height: 4px;
}

/* The slider bar color is used for the progress bar and the volume bar
   (the first two can be removed after a fix that's coming) */
.video-js .vjs-volume-level,
.video-js .vjs-slider-bar {
  background: #fff;
}

.video-js .vjs-play-progress {
  background: #f15a24;
}

/* The main progress bar also has a bar that shows how much has been loaded. */
.video-js .vjs-load-progress {
  /* For IE8 we'll lighten the color */
  background: #bfc7d3;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(115, 133, 159, 0.5);
}

/* The load progress bar also has internal divs that represent
   smaller disconnected loaded time ranges */
.video-js .vjs-load-progress div {
  /* For IE8 we'll lighten the color */
  background: white;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(115, 133, 159, 0.75);
}

.vjs-rrc-skin .vjs-poster {
  outline: none;
  outline: 0;
}

.vjs-rrc-skin .vjs-fullscreen-control:before, .vjs-rrc-skin .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-rrc-skin.vjs-fullscreen .vjs-fullscreen-control:before, .vjs-rrc-skin.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "";
}

.vjs-rrc-skin.vjs-fullscreen .vjs-fullscreen-control {
  background: #fff;
}

.vjs-rrc-skin .vjs-fullscreen-control {
  border: 3px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: -7px;
  top: 50%;
  height: 14px;
  width: 22px;
  margin-right: 10px;
}

.vjs-rrc-skin.vjs-fullscreen .vjs-fullscreen-control:after {
  background: #000;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 5px;
}

.vjs-rrc-skin .vjs-progress-holder {
  margin: 0;
}

.vjs-rrc-skin .vjs-progress-control .vjs-progress-holder:after {
  display: block;
  height: 4px;
}

.vjs-rrc-skin .vjs-progress-control .vjs-play-progress {
  height: 4px;
}

.vjs-rrc-skin .vjs-playback-rate {
  display: none;
}

.vjs-rrc-skin .vjs-current-time {
  display: block;
}

.vjs-rrc-skin .vjs-time-divider {
  display: block;
}

.vjs-rrc-skin .vjs-progress-control {
  position: absolute !important;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: auto;
}

.vjs-rrc-skin .vjs-fullscreen-control {
  position: absolute;
  bottom: 0;
  right: 0;
}

.vjs-rrc-skin .vjs-time-control {
  padding: 0 0.3em 0 0.6em;
  min-width: auto;
}

.vjs-rrc-skin .vjs-control:before {
  text-shadow: none !important;
}

.vjs-rrc-skin .vjs-load-progress {
  height: 100% !important;
}

.vjs-rrc-skin .vjs-mouse-display,
.vjs-rrc-skin .vjs-play-progress:after {
  font-family: sans-serif;
}

/* Show the controls (hidden at the start by default) */
.video-js .vjs-control-bar { 
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}

/* video caption css */
/*.videoContainer{
	width:340px;
	position:relative;
	box-sizing: border-box;
}*/

.caption{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:1.5em;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.61);
}

@media screen and (max-width: 680px) {
	.caption{
		padding:0;
		font-size:1em;
	}
}
