.contact__form--success {
    text-align: center;
    margin-top: 20px;
}

.contact__form--success-heading 
{
    color: rgba(45,44,42,0.8);
    font-size: 20px;    
}

.contact__form--checkmark
{
    display: flex;    
    justify-content: center;
}

.contact__form--checkmark .icon__checkmark 
{
    height: 30px;
    width: 3rem;
    margin-bottom: 5px;
}

.contact__form--success-message 
{
    font-size: 14px;
}

.contact__form-agreebox 
{
    margin-bottom: 10px;
}

.contact__form select 
{
    height: 4rem;
    width: 20rem;
    border-radius: 1px;
    font-family: "Helvetica-Light";
    font-size: 1.3rem;
    padding: .7rem;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.1);
    opacity: .4;
}

.icon__plus-one--open,
.icon__plus-two--open {
    transition: all .2s;
    background-color: rgba(45,44,42,0.8);
}

.icon__plus-one--open {
    transform: rotate(225deg);
}

.icon__plus-two--open {
    transform: rotate( -225deg );
}

/* Home Hero Carousel */

.hero__itemBox .hero__itemBox-titlebox--btn:hover {
    color: rgba(45,44,42,0.8);
}

.hero__titleBox p {
    margin-bottom: 0;
}

.hero__descriptionBox {
    margin-top: 50px;
}

.carousel-item .overlay {
    background: linear-gradient(90deg, rgba(9,9,9,0.5957616017964071) 50%, rgba(248,248,249,0) 73%, rgba(225,229,230,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.useOldDesign .heading-1 {
    line-height: 0.8;
}

.useOldDesign .heading-1 p span {
    color: white;
}

.useOldDesign .heading-3 p span {
    color: #FAB90A;
    font-size: inherit;
}

.useOldDesign .heading-1 p span.paragraph,
.useOldDesign .heading-3 p span.paragraph {
    font-size: inherit;
}

.useOldDesign .heading-1 p span::after,
.useOldDesign .heading-3 p span::after {
    content: none;
}


/* RTE Styles */


.paragraph {
    font-size: 12px;
}

.colour-yellow,
.colour-yellow * {
    color: #FAB90A;
}

.colour-white,
.colour-white * {
    color: #fff;
}

.colour-dark,
.colour-dark * {
    color: rgba(45,44,42,0.8);
}

.yellow-dot,
.white-dot {
    position: relative;
}

.yellow-dot::after,
.white-dot::after
{
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    bottom: 13px;
    right: -13px;

    
}

@media (max-width: 767px) {
    .yellow-dot::after,
    .white-dot::after {
        height: 7px;
        width: 7px;
        bottom: 6px;
    }
}

.yellow-dot::after {
    background-color: #FAB90A;
}

.white-dot::after {
    background-color: #fff;
}

.listItem {
    position: relative;
    padding-left: 10px;
}

.listItem::before {
    position: absolute;
    bottom: 8px;
    left: 1px;
    content: "";
    display: block;
    background-color: #fff;
    height: 2px;
    width: 5px;
}

/* Test */
.svg_Icon {
    height: 3rem;
    width: 3rem;
    fill: rgba(45, 44, 42, 0.8);
}
.svg_Icon:hover {
    fill: #FAB90A;
}


/* Application Page */

/* Tooltips */

.tooltipBox__iconBox {
    border: 1px white solid;
    border-radius: 20px;
    height: 27px;
    width: 27px;
    z-index: 0 !important;
    display: block;
}


.tooltipBox__iconBox:before {
    content: "";
    background-color: white;
    position: absolute;
    height: 19px;
    width: 19px;
    border-radius: 20px;
    left: 0;
    top: 3px;
    margin-left: 3px;
}

.tooltipBox__iconBox:after {
    content: "";
    background-color: #FAB90A;
    height: 11px;
    width: 11px;
    position: absolute;
    border-radius: 20px;
    top: 7px;
    left: 7px;
}

.tooltipBox__iconBox.active:after {
    background-color: #B42325;
}

.tooltipBox__iconBox:hover + .tooltipBox__blackBox {
    visibility: visible;
    transform: none;
}

.hide {
    display: none;
}

.tooltipBox__blackBox {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    width: max-content;
    padding: 10px !important;
}

.tooltipBox__blackBox .heading-2 {
    font-size: 18px;
    color: #373737;
    font-family:"Flama";
    margin: 0;
}

.DImg {
    position: relative;
    padding: 65px 0;
}

@media (max-width: 576px) {
    .DImg {
        padding: 0;
    }
}

.DImg__img {
    width: 50%;
}

@media (max-width: 964px) {
    .DImg__img {
        width: 60%;
    }
}

@media (max-width: 719px) {
    .DImg__img {
        width: 100%;
    }
}



@media (max-width: 964px) {
    .DImg__img img {
        width: 100%;
        max-height: 100%;
    }
}

/* Tooltip message */
.tooltip__message {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    max-width: 40%;
    padding: 20px;
    background-color: #FFFFFF
}



.tooltip__message .title{color: #000; font-size: 2.6em; font-family: "FlamaBlack"}

.tooltip__message p{font-size: 1.8em;}


@media (max-width: 948px) {
.tooltip__message{position: relative; top: 0; transform: translateY(0); right: auto; max-width: 100%; text-align: center; margin: 25px 0;}
.DImg__img{margin: 0 auto!important;}

.tooltipBox__blackBox .heading-2{font-size: 14px;}
}


@media (max-width: 576px) {
    .tooltip__message {
        display: none;
    }
}

.tooltip__message > p,
.tooltip__message > span,
.tooltip__message .heading-1,
.tooltip__message .heading-2,
.tooltip__message .heading-3 {
    color: #000000;
}


/* Tooltip drawer */
.tooltip__panel {
    width: 44%;
    height: calc(100% - 121px);
    box-shadow: 0px 0px 20px 10px #0b0b0b45;
    position: fixed;
    top: 121px;
    right: -47%;
    transition: right .2s;
    z-index: 100;
    background: #fff;
        overflow: auto;
}

@media (max-width: 576px) {
    .tooltip__panel {
        box-shadow: none;
        position: initial;
        width: auto;
        max-height: 0;
        transition: max-height .2s;
        overflow: hidden;
        text-align: center;
    }
}

.tooltip__panel--container {
    background-color: #FFFFFF;
    padding: 40px 20px 50px 40px;
    border-top: 4px solid #FAB90A;
}

@media (max-width: 576px) {
    .tooltip__panel--container {
        background-color: #F2F2F3;
        padding-bottom: 33px;
    }
}

.tooltip__panel--open {
    right: 0;
}

@media (max-width: 576px) {
    .tooltip__panel--open {
        padding: 10px;
        max-height: 500px;
    }
}

.tooltip__panel--close {
    cursor: pointer;
    background-color: #f2f2f3ba;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
    border-radius: 20px;
}

@media (max-width: 576px) {
    .tooltip__panel--close {
        display: none;
    }
}

.tooltip__panel--close:before {
    content: "";
    height: 15px;
    width: 2px;
    background-color: black;
    position: absolute;
    top: 5px;
    left: 12px;
    transform: rotate(45deg);
}

.tooltip__panel--close:after {
    content: "";
    height: 15px;
    width: 2px;
    background-color: black;
    position: absolute;
    top: 5px;
    right: 11px;
    transform: rotate(320deg);
}

.tooltip__panel--image {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 576px) {
    .tooltip__panel--image {
        width: auto;
        height: 150px;
        border-radius: 50%;
        max-width: 150px;
        margin-bottom: 20px;
    }
}

.tooltip__panel--name {
    color: rgba(45,44,42,0.8);
    font-family: "FlamaBlack";
    Text-transform: uppercase;
    font-size: 3em;
    
}

@media (max-width: 576px) {
    .tooltip__panel--name {
        font-style: initial;
    }
}

.tooltip__panel--content {
    font-size: 1.8em;
    margin-bottom: 25px;
}

.tooltip__panel--learn {
    margin-right: 5px;
}



@media (max-width: 576px) {
    .tooltip__panel--learn,
    .tooltip__panel--contact {
        padding: 10px 15px;
        border-radius: 20px;
    }
}

.tooltip__panel--learn:hover,
.tooltip__panel--contact:hover {
    text-decoration: none;
    color: rgba(45,44,42,0.8);
}

/* Tooltip dropdown */
@media (min-width: 577px) {
    .tooltip__dropdown {
        display: none;
    }
}

.tooltip__dropdown {
    padding: 10px;
}

.tooltip__dropdown select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background-color: #f4f4f4;
    border-color: #dfdede;
}

@media (max-width: 577px) {
    .tooltipBox__blackBox-hidden{  
       transform: scale(.01) translate(-50%, -50%);
    
    }
    
    .tooltipBox__iconBox:hover + .tooltipBox__blackBox{
        transform: scale(1) translate(-50%, -50%);
    }
    
    .tooltipBox__blackBox {
        transform: scale(1) translate(-50%, -50%);
        max-width: 140px;
        
    }
    
}

