html, body {
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}



body.sign-up-body {
    background-color: #002e5b;
}

.bg-abt-light-blue {
    background-color: #002e5b;
}



/* Smaller Screen Classes */

@media only screen and (max-width:575px){
    .sm-hide {
        display: none;
    }
}

@media only screen and (max-width:340px){
    .xs-hide {
        display: none;
    }
}

@media only screen and (max-width:1199px)
{
    .xl-hide {
        display: none;
    }
}

.img-resize-60 {
    width: 60%;
}

@media only screen and (max-width:991px) {
    .img-resize-60 {
        width: 100%;
    }
}

/* Fonts */
@font-face {
    font-family: 'sarimedium';
    src: url('/Data/Fonts/sari-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.abt-gray {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #777777;
}

.dropdown-toggle {
    margin-bottom: 2px;
}

ul.nav-dropdown-spacing li > a.dropdown-toggle {
    padding-right: 0px !important;
    margin-right: 0px !important;
}

.stripe {
    font-family: Montserrat;
    font-weight: 700;
    color: #002e5b;
    margin-bottom: 8px;
}

.stripe:after {
    content: '';
    display: block;
    width: 35px;
    height: 6px;
    background: #002e5b;
    border-radius: 3px;
    margin: 4px 0 0;
}


.stripe-pink {
    border: 10px solid #e26fa8;
    background-color: #e26fa8;
    margin: 0px;
}

.stripe-blue {
    border: 10px solid #001c4e;
    background-color: #001c4e;
    margin: 0px;
}

.dynamic-border-start {
    border-left: 2px solid white;
}
.dynamic-border {
    border-right: 2px solid white;
}
@media only screen and (max-width:1199px) {
    .dynamic-border-start {
        border-left: none !important;
    }

    .dynamic-border {
        border-right: none !important;
        border-bottom: 2px solid white;
    }
}


.bg-font {
    font-family: 'sarimedium';
}

h1.bg-font {
    color: #ee018d;
}

.display-5 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.bg-pink {
    color: #ee018d;
}

.bgback-pink {
    background-color: #ee018d;
}

.bgback-grey {
    background-color: #9a8e93;
}

.txtrfv {
    width: calc(100% - 20px);
    display: inline-block;
}

.smaller, smaller {
    font-size: 60%;
    font-weight: 400;
}

h1, .h1 {
    font-size: 1.8em;
    margin-bottom: 1rem;
    margin-top: .5rem;
}

body.my-account-master {
    background-color: #002e5b;
}

.h2, h2 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

.hd-underline {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.hd-underline-white {
    border-bottom: 1px solid white;
}

.hd-underline-warning {
    border-bottom: 1px solid #f59b00;
}

h2.hd-underline, h3.hd-underline, h4.hd-underline, h5.hd-underline, h6.hd-underline {
    padding-bottom: .25rem !important;
}

h2.hd-underline-warning, h3.hd-underline-warning, h4.hd-underline-warning, h5.hd-underline-warning, h6.hd-underline-warning {
    padding-bottom: .25rem !important;
}

div.no-bottom-margin p {
    margin-bottom: 0px;
}

/*@media (min-width: 567px) {*/
body.bg-disable-scroll {
    position: fixed !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    width: 100%;
}
/*}*/


/*@media (max-width: 566px) {
    body.bg-disable-scroll {
        margin-right: calc(100vw - 100%) !important;
        overflow: hidden !important;
    }
}*/

/* Smaller font sizes for compact screens */
@media only screen and (max-width: 325px) {
    .sm-font-resize-10 {
        font-size: 10px !important;
    }

    .sm-font-resize-12 {
        font-size: 12px !important;
    }

    .sm-font-resize-14 {
        font-size: 14px !important;
    }

    .sm-font-resize-16 {
        font-size: 16px !important;
    }

    .sm-font-resize-18 {
        font-size: 18px !important;
    }

    .sm-font-resize-20 {
        font-size: 20px !important;
    }

    .sm-font-resize-head {
        font-size: 30px !important;
    }
}


    /* Content section */
    .content-section {
        padding-top: 53px !important;
        padding-bottom: 70px !important;
    }

    .subheading {
        font-family: Montserrat;
        font-weight: 700;
        color: #002e5b;
    }

    .bg-abt-secondary {
        background-color: #f2f2f2 !important;
    }

    .membership-benefits {
        background-color: #f2f2f2 !important;
    }

    .icon_box.style_1.hexagon .icon i {
        background: none;
        color: #002e5b;
        width: 64px;
        height: 55px;
        line-height: 55px;
    }

    .icon_box.style_1.hexagon .icon-img {
        background: none;
        color: #002e5b;
        width: 64px;
        height: 55px;
        line-height: 55px;
    }

    .icon_left {
        float: left;
    }

    .icon_box.style_1.hexagon .icon-img:after {
        content: "\e91c";
        font-family: 'stm';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 55px; /*55px;*/
    }

    .icon_box.style_1.hexagon .icon i:after {
        content: "\e91c";
        font-family: 'stm';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 55px; /*55px;*/
    }

    .grid-summary {
        padding-left: 58px;
        font-family: Open Sans;
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
        color: #777777 !important;
    }

    .grid-summary-no-padding {
        font-family: Open Sans;
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
        color: #777777 !important;
    }

    .abt-icon {
        font-size: 35px;
    }

    .custom-icon-Guild {
        font-size: 20px !important;
    }

        .custom-icon-Guild .abt-icon {
            font-size: inherit;
        }

    .custom-icon-Membership-Helpline {
        font-size: 27px !important;
    }

        .custom-icon-Membership-Helpline .abt-icon {
            font-size: inherit;
        }

    .custom-icon-VIP {
        font-size: 24px !important;
        padding-left: 2px;
    }

        .custom-icon-VIP .abt-icon {
            font-size: inherit;
        }

    .custom-icon-Marketing-Networking-Solutions {
        padding-left: 40px;
    }

    .custom-icon-ABT-In-Touch {
        padding-left: 4px;
    }

    .custom-icon-Use-of-the-Accred-Logo {
        font-size: 20px !important;
    }

        .custom-icon-Use-of-the-Accred-Logo .abt-icon {
            font-size: inherit;
        }

    .custom-icon-Free-Tickets {
        font-size: 25px !important;
    }

        .custom-icon-Free-Tickets .abt-icon {
            font-size: inherit;
        }

    .custom-icon-Immediate-Credibility {
        font-size: 25px !important;
    }

        .custom-icon-Immediate-Credibility .abt-icon {
            font-size: inherit;
        }

    .custom-icon-Off-Fee {
        padding-left: 7px;
    }

    .custom-icon-Student-Presentation {
        font-size: 31px;
    }

        .custom-icon-Student-Presentation .abt-icon {
            font-size: inherit;
        }

    .custom-icon-img-membership-portal {
        position: relative;
        left: 5%;
        bottom: 5%;
    }

    .custom-icon-img-accreditation-portal {
        position: relative;
        right: 15%;
        bottom: 5%;
    }

    .custom-icon-img-covid {
        position: relative;
        right: 0%;
        bottom: 5%;
    }

    .custom-icon-img-goody-box {
        position: relative;
        right: 0%;
        bottom: 5%;
    }

    .custom-icon-img-accredited-course-finder {
        position: relative;
        right: 0%;
        bottom: 5%;
    }

    .custom-icon-img-insurance {
        position: relative;
        left: 8%;
        bottom: 5%;
    }

    .custom-icon-img-benefits {
        position: relative;
        right: 0%;
        bottom: 5%;
    }

    .custom-icon-img-tax {
        position: relative;
        right: 0%;
        bottom: 2%;
    }

    .accreditation-benefit-text {
        position: relative;
        left: 8px;
        display: inline;
    }



    .benefit-text {
        position: relative;
        left: 23px;
        display: inline;
    }
    /*
------------------------------------------------------------------------------
  abt icomoon fonts - custom sizing for individual icons
------------------------------------------------------------------------------
*/
    .abt-icon {
        font-size: 35px;
    }

    .custom-icon-Guild {
        font-size: 20px !important;
    }

        .custom-icon-Guild .abt-icon {
            font-size: inherit;
        }

    .custom-icon-Membership-Helpline {
        font-size: 27px !important;
    }

        .custom-icon-Membership-Helpline .abt-icon {
            font-size: inherit;
        }

    .custom-icon-VIP {
        font-size: 24px !important;
        padding-left: 2px;
    }

        .custom-icon-VIP .abt-icon {
            font-size: inherit;
        }

    .custom-icon-Marketing-Networking-Solutions {
        padding-left: 4px;
    }


    .custom-icon-ABT-In-Touch {
        padding-left: 4px;
    }

    .custom-icon-Use-of-the-Accred-Logo {
        font-size: 20px !important;
    }

        .custom-icon-Use-of-the-Accred-Logo .abt-icon {
            font-size: inherit;
        }

    .custom-icon-Free-Tickets {
        font-size: 25px !important;
    }

        .custom-icon-Free-Tickets .abt-icon {
            font-size: inherit;
        }

    .custom-icon-Immediate-Credibility {
        font-size: 25px !important;
    }

        .custom-icon-Immediate-Credibility .abt-icon {
            font-size: inherit;
        }

    .custom-icon-Off-Fee {
        padding-left: 7px;
    }

    .custom-icon-Student-Presentation {
        font-size: 31px;
    }

        .custom-icon-Student-Presentation .abt-icon {
            font-size: inherit;
        }

    .ait-icon-Irish-Beauty-Logo {
        font-size: 22px;
        margin-left: -8px;
    }

    .ait-icon-Catlin-Insurance-icon {
        font-size: 30px;
    }
    /* End Fonts */
    /*
    About Us
*/
    .MsoNormal {
    }

        .MsoNormal p {
            font-size: 14px;
            display: block;
            margin-top: 0;
            margin-bottom: 1rem;
            line-height: 26px;
            color: #003f83;
        }

        .MsoNormal h4 {
            font-family: Montserrat !important;
            font-weight: 700 !important;
            line-height: 60px !important;
            text-align: center !important;
            color: #003f83 !important;
            font-size: 42px !important;
        }
    /*
    End About Us
*/
    .bg-header-bar {
        background-color: #bdbdbd;
    }

    .dropdown-header.dashed:after, .dropdown-header.dashed:before {
        content: "";
        position: absolute;
        height: 5px;
        border-top: 1px solid #e9ecef;
        border-bottom: 1px solid #e9ecef;
        top: 0;
        width: 100%;
    }

    .header-icons {
        vertical-align: middle;
        max-height: 20px;
        margin-top: -4px;
    }


    footer {
        background: #002e5b;
        box-shadow: inset 0 2px 5px 0px rgba(0, 0, 0, 0.39);
        padding: 62px 0 0;
        color: white;
    }

        footer a {
            color: #007bff !important;
        }

        /*
        footer .footer-text {
            opacity: .5;
            margin: 0 0 40px;
            font-size: 14px;
        }
        */

        footer .footer-logo {
            margin: 0 0 37px;
            padding: 22px 0 0;
        }

        footer .copyright-row {
            border-top: 1px solid rgba(204, 204, 204, 0.5);
            padding: 16px 0 9px;
        }

        footer .copyright-text {
            font-size: 13px;
            line-height: 15px;
            color: rgba(255, 255, 255, 0.6);
            width: 50%;
            padding: 10px 0 14px;
        }

        footer .social {
            float: right;
        }

            footer .social li {
                display: inline;
                margin: 0 0 8px 8px;
            }

                footer .social li a {
                    display: inline-block;
                    width: 32px;
                    height: 32px;
                    border-radius: 32px;
                    background: #fff;
                    text-align: center;
                    line-height: 32px;
                    color: #002e5b;
                    font-size: 17px;
                    text-decoration: none !important;
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

            footer .social ul li a:hover {
                background: #6c98e1;
                color: #fff;
            }

            footer .social ul li a.social-facebook:hover {
                background: #3a5897;
            }

            footer .social ul li a.social-twitter:hover {
                background: #00aced;
            }

            footer .social ul li a.social-instagram:hover {
                background: #ac907a;
            }

            footer .social ul li a.social-google-plus:hover {
                background: #db4437;
            }

            footer .social ul li a.social-vimeo:hover {
                background: #44bbff;
            }

            footer .social ul li a.social-linkedin:hover {
                background: #0077b5;
            }

        footer h3 {
            color: white;
            text-transform: uppercase;
            font-family: "Droid Serif";
            font-weight: normal;
            font-size: 22px;
            line-height: 30px;
            margin-bottom: 20px;
        }

        footer .sub-footer {
            color: #ededed;
            font-size: 12px;
            font-family: Poppins;
            line-height: 24px;
        }

        footer .social-icons a {
            padding: 1em;
        }

        footer .sub-footer a {
            color: #ededed;
        }

            footer .sub-footer a:hover {
                text-decoration: none;
                color: #ededed;
            }

        footer .row {
            margin-left: 0px;
            margin-righT: 0px;
        }

        footer .sponsor-section {
            padding: 48px 28px 0px 28px;
            background-image: url(/images/footer-gradient.jpg);
        }

        footer .social-section {
            background-color: white;
            padding: 8px 48px 8px 48px;
        }

        footer .social-icon img {
            max-width: 30px;
        }

        footer .abt-icon img {
            max-height: 40px;
        }

        footer .sponsors {
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
            color: #777777;
        }

        footer hr {
            background-color: white !important;
        }

    .abt-footer {
        background-color: #002e5b;
        min-height: 322px;
        z-index: 1;
        margin-top: 65px;
    }

    .abt-footer-container {
        z-index: 3;
    }

    .abt-footer-bottom {
        background-color: #bdbdbd;
        padding-bottom: 20px
    }

    .abt-footer-g {
        background: url(/Images/Logos/GDesign.png) no-repeat left;
    }

    /*.abt-footer-image:before {
    content: url(/Images/Logos/GDesign_210.png);
    position: relative;
    margin-top: -130px;
    float: left;
    z-index: 4;
}*/

    .abt-footer-image:before {
        content: url(/Images/Logos/GDesign_Small.png);
        transform: scale(.7);
        position: relative;
        margin-top: -130px;
        margin-left: 0px;
        margin-bottom: -130px;
        float: left;
        z-index: 4;
    }

    .icon-background {
        background-color: white;
        border-radius: 32px;
        width: 32px !important;
        height: 32px !important;
    }

        .icon-background i {
            color: #002e5b;
            position: relative;
            left: 0.6rem;
            top: 0.4rem;
        }

        .icon-background.facebook:hover {
            background-color: #3a5897 !important;
        }

        .icon-background.twitter:hover {
            background: #00aced;
        }

        .icon-background.instagram:hover {
            background-color: #ac907a;
        }

        .icon-background:hover i {
            color: white !important;
        }

    @media (max-width: 768px) {
        .small-mobile {
            font-size: 95%;
        }
    }



    @media (max-width: 991px) {
        .abt-footer-image:before {
            transform: scale(.6);
            margin-top: -150px;
        }
    }

    @media (max-width: 767px) {
        .abt-footer-image:before {
            display: none;
        }
    }
    /* ASP Stuff */
    a .aspNetDisabled {
        color: black !important;
        cursor: default !important;
    }

        a.aspNetDisabled:hover {
            color: black !important;
            cursor: default !important;
        }

    input.bg-readonly, textarea.bg-readonly {
        background-color: #f3f3f3 !important;
    }


    /* Card Decks */

    @media (max-width: 768px) {
        .card-deck {
            -ms-flex-flow: column;
            flex-flow: column;
            margin-right: -15px;
            margin-left: -15px;
        }
    }

/* --- Maps --- */

    #map {
    height: 400px; 
    width: 100%;  /* The width is the width of the web page */
    }

    /* --- BG Cards --- */

    .abt-font {
        font-family: Montserrat;
        color: #001c4e;
    }

    .abt-blue {
        font-family: Montserrat;
        color: #001c4e !important;
    }

    .abt-default {
        color: #001c4e !important;
    }

    h1.abt-font {
        font-family: Montserrat;
        font-weight: 600;
        color: #001c4e;
    }

    .abt-font-white {
        font-family: Montserrat;
        color: white;
    }

    .abt-font-blue {
        font-family: Montserrat;
        color: #001c4e !important;
    }

    .card.blue {
        border: 0px;
        background-color: #00355f;
        color: white;
    }
    .card.blue input {
        -webkit-text-fill-color: #495057 !important;
    }	
    .card.blue input[type=button] {
        -webkit-text-fill-color: white !important;
    }		
    .card.blue input[type=submit] {
        -webkit-text-fill-color: white !important;
    }			

    .card-header > h1.abt-font, .card-header > h2.abt-font, .card-header > h3.abt-font, .card-header > h4.abt-font, .card-header > h5.abt-font, .card-header > h6.abt-font {
        margin-bottom: 0px;
        background-color: #001c4e;
        color: white;
        font-weight: 400 !important;
    }

    .card .card-header {
        background-color: #001c4e;
    }

    .card, .card-img-top, .card-footer, .card-footer:last-child, .noradius {
        border-radius: 0px !important;
        left: 0px;
    }

    /* Tabbing  */

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border-radius: 0px !important;
    }

    .nav-tabs .nav-link {
        border-radius: 0px !important;
    }

        .nav-tabs .nav-link.bordered {
            border: 1px solid !important;
        }

    @media(max-width: 575px) {
        ul.nav.nav-tabs.bg-tabs-responsive li.nav-item a.nav-link {
            padding-left: 8px;
            padding-right: 8px;
        }
    }




    /* Misc utilities */

    .mh85 {
        min-height: 85%;
    }

    .mh100 {
        min-height: 100%;
    }

    label.quoteblock {
        width: 80px;
    }

    .form-group {
        margin-bottom: 0.5em;
    }

    .col-form-label {
        text-overflow: ellipsis;
        white-space: nowrap;
        top: 0px;
        left: 0px;
    }

    /* --- Navbar --- */

    @media (min-width: 992px) and (max-width: 1199px) {

        .navaccount.navsmhide {
            display: none !important;
        }

        .navaccount.navbar-nav li.nav-item a.nav-link {
            padding-right: .2rem !important;
            padding-left: .2rem !important;
        }
    }

    .navbar.bg-sticky-navbar {
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 500;
    }

    .abt-navbar-links li.nav-item > a {
        color: white !important;
        font-weight: 600;
        font-size: 13px !important;
    }


    /* --- Sidebar & Containers --- */
    #ContentContainer, #StickyContentContainer, #LoginContainer, #RegisterContainer, #SurveyContentContainer {
        padding-top: 5px;
        padding-bottom: 35px;
        min-height: calc(100vh - 428px);
    }

    #StickyContentContainerMyAccount {
        padding-top: 10px;
        /*padding-bottom: 25px;*/
        min-height: calc(100vh - 322px);
    }

    #BlueContentContainer, #BlueStickyContentContainer, #BlueLoginContainer, #BlueRegisterContainer {
        padding-top: 5px;
        padding-bottom: 35px;
        min-height: calc(100vh - 428px);
        background-color: #002e5b;
        color: white;
    }


    #StickySidebarContainer {
        border-right: 1px solid #d6d9dc;
    }

    #StickySidebar {
        position: sticky;
        position: -webkit-sticky;
        top: 105px;
        padding-bottom: 20px;
    }

        #StickySidebar ul li.nav-item span {
            vertical-align: middle;
        }

    #StickyContent {
        margin-left: auto;
    }

    @media (max-width:991px) {


        #StickySidebar {
            top: 70px;
        }


        /*#StickyContentContainerMyAccount {
        padding-top: 80px;
    }*/

        #StickySidebarContainer {
            padding-left: 0px;
        }

        #StickySidebar ul li.nav-item span {
            font-size: 90%;
            font-weight: 400;
        }
    }

    @media (min-width: 576px) {

        .bg-myaccount-sidebar .nav-item.active > a > span {
            font-weight: 600 !important;
        }
    }


    @media (max-width: 575px) {
        .bg-myaccount-sidebar .nav-item:not(:first-of-type) {
            border-top: 1px solid rgba(0,0,0,.1);
        }

        .bg-myaccount-sidebar .nav-item:last-child {
            border-bottom: 1px solid rgba(0,0,0,.1);
        }


        .bg-myaccount-sidebar .nav-link {
            padding-right: 0px;
        }

        .bg-myaccount-sidebar .nav-item.active {
            box-shadow: inset 0 .105rem .15rem rgba(0,0,0,.075) !important;
            background-color: #efefef;
        }
    }

    ul.bg-myaccount-sidebar li ul {
        /*padding-inline-start: 25px;*/
        padding-left: 25px;
    }

    /* -- Footer -- */

    .container.footer a, .container-fluid.footer a {
        color: white;
        /*transition: 0.2s ease-in-out;*/
    }



    /* Notifications */
    .abt-notification-container {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 999999999;
    }

        .abt-notification-container > div {
            opacity: 1;
        }


    /* Misc */

    /* AJAX Calendar Z-Index Fix */

    div.ajax__calendar {
        z-index: 99999 !important;
    }

    .BackArrow {
        color: black;
    }

    .ValidationError {
        color: #ff0000;
        font-style: italic;
    }

    .ValidationError2 {
        color: #ff0000;
    }

    .clickable-row {
        cursor: pointer;
    }

    .TreatmentTable label {
        padding-left: 5px;
        font-weight: 500;
    }


    .ResultsCard {
        color: inherit;
        margin: 2px 2px 2px 2px;
        transition: box-shadow .3s;
    }

        .ResultsCard:hover {
            text-decoration: none;
            color: inherit;
            background-color: #efefef;
            box-shadow: inset 0 .105rem .15rem rgba(0,0,0,.075) !important;
        }

        .ResultsCard.active {
            -webkit-box-shadow: 0px 0px 20px 3px #0089fe !important;
            -moz-box-shadow: 0px 0px 20px 3px #0089fe !important;
            box-shadow: 0px 0px 20px 3px #0089fe !important;
            transition: box-shadow .3s;
        }

    .ResultsCardDetails {
        font-size: 14px;
        margin-bottom: .25em;
        font-weight: 500;
    }

    .card-body.selectionitem-sm {
        padding: 15px 0px 15px 15px;
        margin-top: auto;
        margin-bottom: auto;
    }

        .card-body.selectionitem-sm:hover {
            text-decoration: none;
            color: inherit;
            background-color: #efefef;
            box-shadow: inset 0 .105rem .15rem rgba(0,0,0,.075) !important;
            cursor: pointer !important;
        }

        .card-body.selectionitem-sm img {
            padding-right: 15px;
        }

        .card-body.selectionitem-sm h5 {
            color: #343a40;
            margin-bottom: 0px;
        }

            .card-body.selectionitem-sm h5:hover, .card-body.selectionitem-sm label:hover {
                cursor: pointer !important;
            }


    .card-body.selectionitem-condensed {
        padding: 15px 0px 15px 15px;
        min-height: 100px;
    }

        .card-body.selectionitem-condensed:hover {
            text-decoration: none;
            color: inherit;
            background-color: #efefef;
            box-shadow: inset 0 .105rem .15rem rgba(0,0,0,.075) !important;
            cursor: pointer !important;
        }

        .card-body.selectionitem-condensed img {
            padding-right: 5px;
        }

        .card-body.selectionitem-condensed h5 {
            color: #343a40;
            margin-bottom: 0px;
            display: inline;
        }

            .card-body.selectionitem-condensed h5:hover, .card-body.selectionitem-condensed label:hover {
                cursor: pointer !important;
            }


    .card.selectionitem:hover {
        text-decoration: none;
        color: inherit;
        background-color: #efefef;
        box-shadow: inset 0 .105rem .15rem rgba(0,0,0,.075) !important;
        cursor: pointer !important;
    }



    .badge-bgpink {
        color: #fff;
        background-color: #ee018d;
    }


    /* Training Cards */

    /* Test Cards */

    @media (max-width: 576px) {
        .custom-select-card .card-body .cardscroll {
            position: absolute;
            left: 50%;
        }

        .custom-select-card .card-body, .cardscroll {
            max-height: 312px;
        }
    }

    @media (min-width: 576px) {

        .custom-select-card .card-body, .cardscroll {
            max-height: 312px;
        }
    }

    @media (min-width: 777px) {
        .custom-select-card .card-body, .cardscroll {
            max-height: 210.5px;
        }
    }

    @media (min-width: 992px) {
        .custom-select-card .card-body, .cardscroll {
            max-height: 189px;
        }
    }

    @media (min-width: 1200px) {
        .custom-select-card .card-body, .cardscroll {
            max-height: 226px;
        }
    }

    .custom-select-card .card-body, .custom-select-card-H .card-body, .custom-select-card-no-H .card-body {
        padding: 0px;
    }

        .custom-select-card .card-body div.row div:nth-child(even), .custom-select-card-H .card-body div.row div:nth-child(even), .custom-select-card-no-H .card-body div.row div:nth-child(2) {
            padding: 10px 15px 15px 15px;
            height: 100%;
        }

        .custom-select-card .card-body img, .custom-select-card-H .card-body img {
            filter: grayscale(100)
        }

        .custom-select-card .card-body:hover, .custom-select-card .card-body:hover img, .custom-select-card .card-body:hover h5, .custom-select-card-H .card-body:hover, .custom-select-card-H .card-body:hover img, .custom-select-card-H .card-body:hover h5 {
            text-decoration: none;
            color: inherit;
            background-color: #efefef;
            cursor: pointer !important;
            filter: initial;
        }

            .custom-select-card .card-body:hover .cardscroll {
                overflow-y: scroll;
            }

    .custom-select-card:hover, .custom-select-card-H:hover {
        border: solid 1px #888;
    }

    /* Test Cards End */


    .card-body.TrialCard {
        padding: 15px 0px 15px 15px;
    }

        .card-body.TrialCard:hover {
            text-decoration: none;
            color: inherit;
            background-color: #efefef;
            box-shadow: inset 0 .105rem .15rem rgba(0,0,0,.075) !important;
            cursor: pointer !important;
        }

            .card-body.TrialCard:hover img, .card-body.TrialCard:hover h5 {
                opacity: 0.7;
            }


        .card-body.TrialCard img {
            padding-right: 15px;
        }

        .card-body.TrialCard h5 {
            color: #343a40;
            margin-bottom: 0px;
        }

            .card-body.TrialCard h5:hover, .card-body.TrialCard-sm label:hover {
                cursor: pointer !important;
            }

    /* End Training Cards */

    .abt-fileupload {
        position: relative;
        overflow: hidden;
        margin: 10px;
    }

        .abt-fileupload .upload {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0;
            font-size: 20px;
            cursor: pointer;
            opacity: 0;
            filter: alpha(opacity=0);
        }

    /* Card Columns*/

    @media (max-width: 767px) {
        .card-columns {
            column-count: 1 !important;
        }
    }
    /* End Card Columns*/

    .modal-dialog {
        overflow-y: initial !important;
    }

    .modal-body {
        max-height: 80vh !important;
        overflow-y: auto !important;
    }

    .modalBackground {
        background-color: Grey;
        filter: alpha(opacity=50);
        opacity: 0.7;
    }

    .modalPanelBackground {
        position: fixed;
        top: 10%;
        margin: auto;
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(92vh - 1rem) !important;
        overflow: hidden;
    }

    .modal-content.blue {
        border: 0px;
        background-color: #00355f;
        color: white;
    }

    .modal-dialog-scrollable > div {
        display: -ms-inline-flexbox;
    }

    .btn-group-qualification-category > span {
        text-align: left !important;
    }

        .btn-group-qualification-category > span > label {
            padding-top: 0px;
            padding-bottom: 0px;
            margin: 0;
            font-weight: 400;
        }

        .btn-group-qualification-category > span > input {
            display: none;
        }

        .btn-group-qualification-category > span:focus {
            outline: none !important;
        }

        .btn-group-qualification-category > span.active:focus, .focus {
            outline: none !important;
        }

        .btn-group-qualification-category > span:hover {
            background-color: #0058b7;
            border-color: #0058b7;
            cursor: pointer;
        }

        .btn-group-qualification-category > span.active {
            color: #fff;
            background-color: #006be0 !important;
            border-color: #006be0 !important;
        }

            .btn-group-qualification-category > span.active:hover {
                color: #fff;
                background-color: #0071ed !important;
                border-color: #0071ed !important;
            }


        .btn-group-qualification-category > span > input[type=checkbox]:checked + span::before {
            font-family: "Font Awesome 5 Free";
            content: "\f14a";
            display: inline-block;
            padding-right: 5px;
            vertical-align: middle;
            font-weight: 900;
        }

        .btn-group-qualification-category > span > input[type=checkbox]:not(:checked) + span::before {
            font-family: "Font Awesome 5 Free";
            content: "\f0c8";
            display: inline-block;
            padding-right: 5px;
            vertical-align: middle;
            font-weight: 400;
        }

    .btn-blue {
        color: white;
        background-color: #003f83;
        font-weight: 700;
        font-size: 14px;
        line-height: 23px;
    }

        .btn-blue:active {
            color: #595959;
            background-color: #d7d7d7;
        }

        .btn-blue:hover {
            color: white;
            background-color: #5e5e5e;
        }

    /*
------------------------------------------------------------------------------
submit button
------------------------------------------------------------------------------
*/
    .btn-submit, .btn-main {
        color: white;
        font-weight: 700;
        font-size: 14px;
        line-height: 23px;
        background: #002e5b;
        border: 3px solid #002e5b;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    /*Assorted Buttons*/

.btn-resize {
    width: 25%;
}

@media only screen and (max-width: 992px) {
    .btn-resize {
        width: 100% !important;
    }
}

    .btn-box {
        background-color: #001c4e;
        color: #ffffff;
        text-align: left;
        border-radius: 0;
        padding: 1em 1.5em;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1em;
    }

        .btn-box:hover {
            color: #6c98e1;
        }

    .btn-box-thin {
        padding: 0.5em 1.5em;
        vertical-align: middle;
        display: inline-flex;
        min-height: 66px;
    }

    @media only screen and (max-width: 767px) {
        .btn-box-thin {
            max-width: 300px;
            min-height: 66px;
        }

        #BodyContent_lnkChangePassword {
            width: 80px;
        }

        #BodyContent_cmdApplyPersonalDetails {
            width: 80px;
        }
    }

    @media only screen and (max-width: 1200px) {
        .btn-box-thin {
            width: 200px;
            min-height: 50px;
        }
    }

    .btn-submit:focus, .btn-submit:hover, .btn-main:focus, .btn-main:hover {
        background: white;
        border-color: white;
        color: #002e5b;
        text-decoration: none;
    }

    .btn-submit i, .btn-submit svg, .btn-main i, .btn-main svg {
        color: white;
        margin-left: 25px;
    }

    .btn-submit:hover i:not(hover), .btn-submit:hover svg:not(hover), .btn-main:hover i:not(hover), .btn-main:hover svg:not(hover) {
        color: #002e5b;
    }

    .btn-group-bg-selectable {
        margin-bottom: 8px;
    }

        .btn-group-bg-selectable > div {
            text-align: left !important;
        }

            .btn-group-bg-selectable > div > label {
                margin-bottom: 0px;
                width: 80%;
                padding-top: 0px;
                padding-bottom: 0px;
                margin: 0;
                line-height: 1.2;
            }

            /* Cursor Fix */
            .btn-group-bg-selectable > div:hover {
                cursor: pointer !important;
            }

            .btn-group-bg-selectable > div > label:hover {
                cursor: pointer !important;
            }

        .btn-group-bg-selectable:hover {
            cursor: pointer !important;
        }

    .abt-heading-btn > a {
        margin-bottom: 12px;
    }

    .abt-heading-ico > img {
        margin-bottom: 12px;
    }

    .abt-heading-btn > h1 {
        font-size: 1.8em;
    }

    @media (max-width: 576px) {
        .abt-heading-btn > h1 {
            font-size: 1.5em;
        }
    }

    /* Icons */
    .btn-group-bg-selectable > div > input[type=checkbox]:checked + label::before {
        font-family: "Font Awesome 5 Free";
        content: "\f14a";
        display: inline-block;
        padding-right: 5px;
        padding-bottom: 2px;
        vertical-align: middle;
        font-weight: 900;
    }

    .btn-group-bg-selectable > div > input[type=checkbox]:not(:checked) + label::before {
        font-family: "Font Awesome 5 Free";
        content: "\f0c8";
        display: inline-block;
        padding-right: 5px;
        padding-bottom: 2px;
        vertical-align: middle;
        font-weight: 400;
    }

    .table {
        color: white;
    }

    .table-hover tbody tr:hover {
        color: white !important;
        background-color: #007bff !important;
    }

    table.table-thin > tbody tr {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 35px;
    }

        table.table-thin > tbody tr td {
            padding-top: 5px;
            padding-bottom: 0px;
        }

    table.table-thin.thin-head > thead tr {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 30px;
    }

        table.table-thin.thin-head > thead tr td, .table.table-thin.thin-head > thead tr th {
            padding-top: 0px;
            padding-bottom: 2px;
        }

    @media (min-width: 992px) {
        table.table-lg-thin > tbody tr {
            padding-top: 0px;
            padding-bottom: 0px;
            height: 35px;
        }

            table.table-lg-thin > tbody tr td {
                padding-top: 5px;
                padding-bottom: 0px;
            }

        table.table-lg-thin.thin-lg-head > thead tr {
            padding-top: 0px;
            padding-bottom: 0px;
            height: 30px;
        }

            table.table-lg-thin.thin-lg-head > thead tr td, .table.table-lg-thin.thin-lg-head > thead tr th {
                padding-top: 0px;
                padding-bottom: 2px;
            }
    }

    tr.abt-row-verified {
        background-color: rgba(21, 236, 75, 0.15) !important;
    }

    tr.abt-row-verified-brighter {
        background-color: #28a745 !important;
    }

    tr.abt-row-error {
        background-color: rgba(225, 10, 10, 0.7) !important;
    }

    tr.abt-row-verified-partially {
        background-color: rgba(255, 153, 0, 0.15) !important;
    }

    tr.abt-row-warning {
        background-color: #d49f00 !important;
    }

    .FAQ_Question {
        font-weight: bold;
        margin-left: 18px;
        margin-bottom: 0px;
    }

    .FAQ_Answer {
        font-style: italic;
        margin-left: 18px;
        padding-left: 12px;
    }

    .BranchSelector + .card {
        height: calc(36px + 2 * 1rem);
        color: var(--primary);
        -webkit-box-shadow: none;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 4px;
        transition: box-shadow .3s;
        margin: 2px 2px 2px 2px;
    }

        .BranchSelector + .card:hover {
            cursor: pointer;
        }

    .BranchSelector:checked + .card {
        box-shadow: 0 0rem .5rem #0089fe !important;
        -webkit-transition: box-shadow .3s;
        -o-transition: box-shadow .3s;
        transition: box-shadow .3s
    }

    .BranchSelector-Vivid + .card {
        height: calc(36px + 2 * 1rem);
        color: var(--primary);
        -webkit-box-shadow: none;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 4px;
        transition: box-shadow .3s;
        margin: 2px 2px 2px 2px;
    }

        .BranchSelector-Vivid + .card:hover {
            cursor: pointer;
        }

    .BranchSelector-Vivid:checked + .card {
        box-shadow: 0 0rem .5rem #0089fe !important;
        -webkit-transition: box-shadow .3s;
        -o-transition: box-shadow .3s;
        transition: box-shadow .3s;
        padding-bottom: 55px;
        padding-top: 33px;
    }

        .BranchSelector-Vivid:checked + .card::after {
            content: "Selected";
            font-weight: 400;
            border-top: 1px solid rgba(0,0,0,.125);
            bottom: 0;
            left: 0;
            width: 100%;
            padding-top: 2.5px;
            padding-bottom: 2.5px;
            text-align: center;
            position: absolute;
            color: green;
        }

    .progress {
        position: relative;
    }

    .progress-bar-title {
        position: absolute;
        text-align: left;
        margin-left: 12px;
        line-height: 3em; /* line-height should be equal to bar height */
        overflow: hidden;
        color: #fff;
        right: 0;
        left: 0;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        color: black;
    }


    /* Bootstrap Extension */

    .bg-warning-darker {
        background-color: #f59b00 !important;
    }

    @media (max-width: 1200px) {
        .btn-lg-block {
            display: block;
            width: 100%
        }
    }

    @media (max-width: 992px) {
        .btn-md-block {
            display: block;
            width: 100%
        }
    }

    @media (max-width: 768px) {
        .btn-sm-block {
            display: block;
            width: 100%
        }
    }

    @media (max-width: 576px) {
        .btn-xs-block {
            display: block;
            width: 100%
        }
    }

    .w-auto {
        width: auto !important;
    }

    .w-70 {
        width: 70% !important;
    }

    .w-65 {
        width: 65% !important;
    }

    .w-60 {
        width: 60%;
    }

    .w-20 {
        width: 20%;
    }

    .text-100 {
        font-size: 100% !important;
    }

    /* sm */
    @media (min-width: 576px) {

        .w-sm-auto {
            width: auto !important;
        }

        .w-sm-100 {
            width: 100% !important;
        }

        .w-sm-75 {
            width: 75% !important;
        }

        .w-sm-50 {
            width: 50% !important;
        }

        .w-sm-25 {
            width: 25% !important;
        }

        .large-sm {
            font-size: 300%
        }

        .small-sm {
            font-size: 80% !important;
            font-weight: 400 !important;
        }

        .smaller-sm {
            font-size: 60% !important;
            font-weight: 400 !important;
        }

        .text-100-sm {
            font-size: 100% !important;
        }
    }

    /* md */
    @media (min-width: 768px) {

        .w-md-auto {
            width: auto !important;
        }

        .w-md-100 {
            width: 100% !important;
        }

        .w-md-75 {
            width: 75% !important;
        }

        .w-md-50 {
            width: 50% !important;
        }

        .w-md-25 {
            width: 25% !important;
        }

        .small-md {
            font-size: 80%;
            font-weight: 400;
        }

        .large-md {
            font-size: 300%;
        }

        .small-md {
            font-size: 80% !important;
            font-weight: 400 !important;
        }

        .smaller-md {
            font-size: 60% !important;
            font-weight: 400 !important;
        }

        .text-100-md {
            font-size: 100% !important;
        }
    }

    /* lg */
    @media (min-width: 992px) {

        .w-lg-auto {
            width: auto !important;
        }

        .w-lg-100 {
            width: 100% !important;
        }

        .w-lg-75 {
            width: 75% !important;
        }

        .w-lg-50 {
            width: 50% !important;
        }

        .w-lg-25 {
            width: 25% !important;
        }

        .large-md {
            font-size: 300%;
        }

        .small-lg-keep-weight {
            font-size: 90% !important;
        }

        .small-lg {
            font-size: 80%;
            font-weight: 400;
        }

        .small-lg {
            font-size: 80% !important;
            font-weight: 400 !important;
        }

        .smaller-lg {
            font-size: 60% !important;
            font-weight: 400 !important;
        }

        .text-100-lg {
            font-size: 100% !important;
        }
    }

    /* xl */
    @media (min-width: 1200px) {

        .w-xl-auto {
            width: auto !important;
        }

        .w-xl-100 {
            width: 100% !important;
        }

        .w-xl-75 {
            width: 75% !important;
        }

        .w-xl-50 {
            width: 50% !important;
        }

        .w-xl-25 {
            width: 25% !important;
        }

        .small-xl {
            font-size: 80%;
            font-weight: 400;
        }

        .small-xl {
            font-size: 80% !important;
            font-weight: 400 !important;
        }

        .smaller-xl {
            font-size: 60% !important;
            font-weight: 400 !important;
        }

        .text-100-xl {
            font-size: 100% !important;
        }
    }


    /* CUSTOM BG CONTROLS */

    div#cardfan {
        margin: 2rem auto 0;
        position: relative;
        height: 250px;
    }

        div#cardfan img {
            position: absolute;
            border: 1px solid white;
            box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
            transform-origin: center 800px;
            transition: all .6s linear;
        }

            div#cardfan img:nth-child(1) {
                transform: rotate(0deg);
            }

            div#cardfan img:nth-child(2) {
                transform: rotate(5deg);
            }

            div#cardfan img:nth-child(3) {
                transform: rotate(10deg);
            }

            div#cardfan img:nth-child(4) {
                transform: rotate(15deg);
            }

            div#cardfan img:nth-child(5) {
                transform: rotate(20deg);
            }

    /*Strapline Banner*/
    .strapline-banner {
        background-color: #001c4e;
        padding: 22px 0 22px 0;
    }

        .strapline-banner h2 {
            color: white;
            font-size: 15px;
            line-height: 17px;
            display: inline-block;
            margin-top: 10px;
        }

        .strapline-banner h3 {
            color: white;
        }
    /*End strapline banner*/
    /* New BG Homepage */

    .navsticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 500;
    }

    .customnav {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }


    @media (min-width: 992px) {
        .bottombar {
            position: sticky;
            position: -webkit-sticky;
            top: 0px;
            left: 0px;
            right: 0px;
            z-index: 500;
            box-shadow: 0px 5px 5px -5px #00000029;
            /*margin-bottom: .5rem;*/
        }

        .accountbottombar {
            position: sticky;
            position: -webkit-sticky;
            top: 0px;
            left: 0px;
            right: 0px;
            z-index: 500;
            box-shadow: 0px 5px 5px -5px #00000029;
            /*margin-bottom: .5rem;*/
        }
    }



    @media (max-width: 992px) {
        .topbar {
            position: sticky;
            position: -webkit-sticky;
            top: 0px;
            left: 0px;
            right: 0px;
            z-index: 500;
            box-shadow: 0px 5px 5px -5px #00000029;
        }

        .bottombar {
            position: fixed;
            top: 0px;
            left: 0px;
            right: 0px;
            z-index: 500;
            box-shadow: 0px 5px 5px -5px #00000029;
            /*margin-bottom: .5rem;*/
        }

            .bottombar div#DesktopNav div.row {
                margin: 0px !important;
            }

        .accountbottombar {
            position: fixed;
            top: 72px;
            left: 0px;
            right: 0px;
            z-index: 500;
            box-shadow: 0px 5px 5px -5px #00000029;
            /*margin-bottom: .5rem;*/
        }

            .accountbottombar div#DesktopNav div.row {
                margin: 0px !important;
            }
    }

    @media (min-width: 992px) {
        @media (max-width: 1200px) {
            .topbar {
                position: sticky;
                position: -webkit-sticky;
                top: 0px;
                left: 0px;
                right: 0px;
                z-index: 500;
                box-shadow: 0px 5px 5px -5px #00000029;
            }

            .bottombar {
                position: fixed;
                top: 0px;
                left: 0px;
                right: 0px;
                z-index: 500;
                box-shadow: 0px 5px 5px -5px #00000029;
                background-color: #001c4e !important;
                /*margin-bottom: .5rem;*/
            }

                .bottombar div#DesktopNav div.row {
                    margin: 0px !important;
                }

            .accountbottombar {
                position: fixed;
                top: 72px;
                left: 0px;
                right: 0px;
                z-index: 500;
                box-shadow: 0px 5px 5px -5px #00000029;
                /*margin-bottom: .5rem;*/
            }

                .accountbottombar div#DesktopNav div.row {
                    margin: 0px !important;
                }
        }
    }

    .livechaticon i {
        font-size: 26px;
        color: #6c98e1 !important;
    }

    .icon-default {
        font-size: 23px;
        color: #CCCCCC;
    }

        .icon-default :hover {
            color: white;
        }

    .clock-icon {
        float: left;
        font-size: 26px;
        color: #6c98e1;
        margin: 0 14px 0 0;
    }

    .bg-abtblue {
        background-color: #001c4e;
    }

    .custom-gutters {
        margin-right: 0;
        margin-left: 0;
    }

        .custom-gutters > .col, .custom-gutters > [class*=col-] {
            padding-right: 7.5px;
            padding-left: 7.5px;
        }

            .custom-gutters > .col:first-child, .custom-gutters > [class*=col-]:first-child {
                padding-left: 0px;
            }

            .custom-gutters > .col:nth-child(2), .custom-gutters > [class*=col-]:nth-child(2) {
                padding-right: 0px;
            }

            .custom-gutters > .col:nth-child(3), .custom-gutters > [class*=col-]:nth-child(3) {
                padding-left: 0px;
            }

            .custom-gutters > .col:nth-child(4), .custom-gutters > [class*=col-]:nth-child(4) {
                padding-right: 0px;
            }

    .bg-canvas {
        background: url(/Images/Homepage/Background.jpg) no-repeat;
        background-size: cover;
    }

    .bg-canvas-grey {
        background: url(/Images/Homepage/Background-Grey.jpg) no-repeat;
        background-size: cover;
    }

    .bg-canvas-blue {
        background: url(/Images/Homepage/Background-Blue.jpg) no-repeat;
        background-size: cover;
    }

    .bg-gbranch {
        margin-bottom: 1em;
        max-width: 75px;
    }

    .navcard {
        height: 100px;
        width: inherit;
        display: table;
    }

        .navcard div.card-body, .navcard a.card-body {
            vertical-align: middle;
            padding: 1rem;
        }

        .navcard h5 {
            margin-top: auto;
            margin-bottom: auto;
        }

    @media (min-width: 500px) {
        .navcard div.card-body, .navcard a.card-body {
            display: table-cell;
        }
    }

    .quotebox {
        max-height: 170px;
    }

    @media (max-width: 991px) {
        .navcard {
            height: 70px;
        }

        .quotebox {
            max-height: initial;
            margin-top: 1em
        }
    }

    .burger button:focus {
        outline: none;
    }

    .larger {
        font-size: 110%;
    }

    .asp-bootstrap-rbl input {
        display: none;
    }

    /*Carousel*/
    .caption {
        position: relative;
        overflow: hidden;
        transform: translateZ(0);
    }

    .caption__media {
        display: block;
        min-width: 100%;
        width: 100%;
    }

    .caption__overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: white;
        transform: translateY(100%);
        transition: transform .35s ease-out;
        padding: 0px;
        font-size: 14px !important;
    }


    .caption:hover .caption__overlay {
        transform: translateY(0);
    }

    .caption__overlay__title {
        margin: 0;
        padding: 12px;
        transform: translateY(calc(-100% - 10px)); /* +10px overlay padding */
        transition: transform .35s ease-out;
        background: rgba(0, 46, 91, 0.9);
        width: 100%;
        position: relative;
        top: 11px;
        font-weight: 600;
        font-size: 20px;
    }

    .caption:hover .caption__overlay__title {
        transform: translateY(0);
        background: transparent;
        transition: background 0s ease-in
    }

    .caption::before {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: transparent;
        transition: background 1s ease-out;
    }

    .caption:hover::before {
        background: rgba(0, 46, 91, 0.9);
    }

    .carousel-item {
        height: 50%;
        min-height: 150px;
        background: no-repeat center center scroll;
        background-size: cover;
    }

    .carousel-caption > img {
        opacity: 100;
        width: calc(70px + 12vw);
        bottom: 0px !important;
    }

    .carousel-caption {
        top: 50%;
        transform: translateY(-50%);
        bottom: initial;
    }

    .abt-carousel {
        height: 150px;
    }

    @media (min-width: 442px) {
        @media (max-width: 992px) {
            .abt-carousel {
                height: 400px;
            }

            .carousel-item {
                height: 100%;
                min-height: 400px;
                background: no-repeat center center scroll;
                background-size: cover;
            }

            .carousel-caption > img {
                opacity: 100;
                width: calc(200px + 10vw);
                bottom: 254.469px;
            }
        }
    }

    @media (min-width: 992px) {

        .abt-carousel {
            height: 500px;
        }

        .carousel-item {
            height: 100%;
            min-height: 500px;
            background: no-repeat center center scroll;
            background-size: cover;
        }

        .carousel-caption > img {
            opacity: 100;
            width: calc(200px + 10vw);
            bottom: 254.469px;
        }
    }

    /*Breadcrumbs*/

    ul.breadcrumb {
        padding: 10px 16px;
        list-style: none;
        font-size: 12px;
    }

        ul.breadcrumb li {
            display: inline;
            margin-bottom: 10px;
            padding-bottom: 17px;
            padding-top: 32px;
            color: #777777;
        }

            ul.breadcrumb li + li:before {
                padding: 8px;
                color: #777777;
                content: ">";
            }

            ul.breadcrumb li a {
                color: #777777;
                text-decoration: none;
            }

                ul.breadcrumb li a:hover {
                    color: #777777;
                    text-decoration: none;
                }

    @media (min-width: 768px) {
        .Heading {
            font-size: 45px !important;
            line-height: 60px;
            text-align: center;
            font-family: Montserrat;
            font-weight: 700;
            color: #002e5b !important;
        }
    }

    @media (max-width: 768px) {
        .Heading {
            font-size: 40px !important;
            line-height: 45px;
            text-align: center;
            font-family: Montserrat;
            font-weight: 700;
            color: #002e5b !important;
        }
    }

    @media only screen and (max-width: 325px) {
        .Heading {
            font-size: 35px !important;
            line-height: 45px;
            text-align: center;
            font-family: Montserrat;
            font-weight: 700;
            color: #002e5b !important;
        }
    }

    .stripe-center {
        font-family: Montserrat;
        font-weight: 700;
        color: #002e5b;
    }

        .stripe-center::after {
            content: '';
            display: block;
            width: 35px;
            height: 6px;
            background: #002e5b;
            border-radius: 3px;
            margin: 4px 0 0;
            margin-left: auto;
            margin-right: auto;
        }

    .stripe-center-ait {
        font-family: Montserrat;
        font-weight: 700;
        color: #E26FA8;
    }

        .stripe-center-ait::after {
            content: '';
            display: block;
            width: 35px;
            height: 6px;
            background: #E26FA8;
            border-radius: 3px;
            margin: 4px 0 0;
            margin-left: auto;
            margin-right: auto;
        }

    .beauty-card {
        background-color: #001c4e;
        padding: 22px 0 22px 0;
    }

        .beauty-card h6 {
            color: white;
            font-size: .67em;
            display: inline-block;
            margin-top: 10px;
        }

        .beauty-card p {
            color: white;
            font-size: 20px;
            display: inline-block;
            margin-top: 10px;
        }

    .title-Center h3 {
        color: DarkBlue;
        font-size: 28px;
        padding: 20px;
        display: inline-block;
        margin-top: 10px;
    }

    .numbers-section {
        margin-bottom: 53px;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        background-color: #003f83 !important;
        color: white;
    }

    .numbers-section {
        margin-bottom: 53px;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        background-color: #003f83 !important;
        color: white;
    }

    .numbers-section-no-padding {
        margin-bottom: 53px;
        padding-top: 60px !important;
        background-color: #003f83 !important;
        color: white;
    }

        .numbers-section-no-padding h3 {
            color: white !important;
        }

    .numbers-section-no-margin {
        margin-bottom: 0px;
        padding-top: 60px !important;
        padding-bottom: 40px;
        background-color: #003f83 !important;
        color: white;
    }

        .numbers-section h3, .numbers-section h4, .numbers-section h1, .numbers-section-no-padding h4, .numbers-section-no-margin h4 {
            color: white;
        }

    .numbers-section h4 {
        font-size: 40px;
        margin-bottom: 40px !important;
    }

    .numbers-section h3 {
        margin-bottom: 0px !important;
    }

    .numbers-section p {
        margin-top: 0;
        margin-bottom: 2rem;
    }

    .numbers-section {
        margin-bottom: 53px;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        background-color: #003f83 !important;
        color: white;
    }

    .numbers-section-no-padding {
        margin-bottom: 53px;
        padding-top: 60px !important;
        background-color: #003f83 !important;
        color: white;
    }

        .numbers-section-no-padding h3 {
            color: white !important;
        }

    .numbers-section-no-margin {
        margin-bottom: 0px;
        padding-top: 60px !important;
        padding-bottom: 40px;
        background-color: #003f83 !important;
        color: white;
    }

        .numbers-section h3, .numbers-section h4, .numbers-section h1, .numbers-section-no-padding h4, .numbers-section-no-margin h4 {
            color: white;
        }

    .industry-news {
        margin-bottom: 73px !important;
    }

    .blue-button {
        color: DarkBlue;
    }

    .contact-banner {
        margin-bottom: 0px !important;
        padding-top: 96px !important;
        padding-bottom: 80px !important;
        background-color: #003f83 !important;
        color: white;
    }

        .contact-banner h1, .contact-banner h2, .contact-banner h3, .contact-banner h4, .contact-banner h5 {
            color: white;
        }

    .btn.home {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        user-select: none;
        text-decoration: none;
    }

        .btn.home:focus {
            outline: 0;
        }

    .btn-grey {
        color: #001a45;
        background-color: #ebebeb;
        font-weight: 700;
        font-size: 14px;
        line-height: 23px;
    }

        .btn-grey:active {
            color: #595959;
            background-color: #d7d7d7;
        }

        .btn-grey:hover {
            color: #5e5e5e;
            background-color: #dcdcdc;
        }

    .large {
        font-size: 300%;
    }

    .accordian-header {
        font-size: 1rem;
    }



    .gray-text {
        font-size: 14px !important;
        color: #777777 !important;
        font-family: sans-serif !important;
        width: 100% !important;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 1rem;
        display: block;
        font-weight: normal
    }

    .membership-pages p {
        font-size: 14px;
    }

    .membership-pages .card-img {
        border-radius: calc(.25rem - 1px);
    }

    .membership-pages .card {
        border-radius: calc(.25rem - 1px) !important;
    }

    .membership-pages ul {
        font-size: 14px;
    }

    .membership-pages .card {
        background-color: #f2f2f2;
    }

    .membership-pages .btn {
        border-radius: 0px;
    }

    .accordion-header {
        background-color: #cacaca !important;
        border: 0px;
    }

        .accordion-header :hover {
            cursor: pointer !important;
        }

    .accordion-header-contact {
        background-color: white !important;
    }

        .accordion-header-contact :hover {
            cursor: pointer !important;
        }

        .accordion-header-contact:hover {
            background-color: white !important;
        }

    .card-background-contact {
        background-color: #f2f2f2 !important;
        color: #777777;
        border-top: 1px solid;
        border-color: #cfcfcf !important;
    }

    .btn-salon {
        border-radius: .25rem !important;
    }

    .insurance-background {
        background-color: #c6bebb;
        color: #6f7170;
    }

    .contact-us-icon {
        font-size: calc(5vw);
        color: #002e5b;
    }

    @media (max-width: 768px) {
        .contact-us-icon {
            font-size: calc(10vw) !important;
        }
    }

    .contact-us-icon:hover {
        color: #002e5b;
    }

    .contact-us-colour p {
        color: #777777 !important;
    }

    .CTI-class {
        font-weight: normal;
        color: #777777;
        line-height: 26px;
        font-family: Open Sans;
        font-size: 14px;
        font-family: sans-serif
    }

    .accreditation-homepage p {
        font-family: Open Sans;
        font-size: 14px;
    }

    .accreditation-homepage ul {
        color: #777777;
        font-family: Open Sans;
        font-size: 14px;
    }

    .about-us-main-section {
        background-image: url('/images/AboutUs/about-background.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-us-main-section-ireland {
        background-image: url('/images/AboutUs/about-background-ie.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        padding-top: 60px;
        padding-bottom: 60px;
        height: 100%;
    }

    .about-us {
        color: #6c757d;
    }

        .about-us h5 {
            color: #001c4e !important;
        }

    .title {
        font-family: Montserrat;
        font-weight: 700 !important;
        color: #002e5b;
        padding-top: 23px;
        font-size: 2.5rem;
        font-weight: 300;
        display: inline-block;
        padding-bottom: 5px;
        position: relative;
    }






    .FindAccredited table {
        width: 100%;
        max-width: 100%;
        border-spacing: 2px;
        border-color: grey;
        margin-bottom: 1rem !important;
        background-color: transparent;
        font-family: sans-serif;
        font-size: 14px !important;
        line-height: 20px;
        font-weight: normal;
        border-spacing: 2px;
        border-color: grey;
        color: #777777 !important;
        border-bottom: 2px solid;
        border-top: 2px solid;
    }



    .FindAccredited .ResultLetter {
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        margin: -1px 0px 0px 7px;
        font-size: 20px;
    }

    .center-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .white-info-link {
        text-decoration: none;
        color: white !important;
    }

    .abt-blue-info-link {
        text-decoration: none;
        color: #212529;
    }

    .default-body-font {
        color: #212529 !important;
    }

    .box-container {
        border-radius: 0 !important;
    }

    @media (min-width: 1200px) {
        .modal-xlg {
            width: 90%;
        }
    }

    .no-decoration-link {
        text-decoration: none !important;
    }

        .no-decoration-link:hover {
            text-decoration: none !important;
        }

    .ait-pink {
        color: #e26fa8 !important;
        font-family: Montserrat;
    }

    .bg-ait-pink {
        background-color: #e26fa8 !important;
    }

    .bg-ait-light-pink {
        background-color: #fce4e8 !important;
    }



    .bg-ait-light-blue {
        background-color: #dae2f1;
    }

    .ait-border-pink {
        border-style: solid !important;
        border-width: 5px !important;
        border-color: #e26fa8 !important;
    }

    @media (max-width: 768px) {
        .sm-padding-x-0 {
            padding-left: 0px;
            padding-right: 0px;
        }
    }

    @media (min-width: 992px) {
        @media (max-width:1200px) {
            .h-lg-100 {
                height: 100% !important
            }
        }
    }

    .bg-portal-header {
        background-image: url('/Images/Homepage/Irish-Beauty-Woman-Counter-Wide-FadeHR.jpg');
        height: 500px;
    }




    .col-divider {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .col-divider-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 1;
        color: white;
    }

        .col-divider-text::before,
        .col-divider-text::after {
            content: '';
            flex: 1;
            width: 1px;
            background: white;
            margin: .25em;
        }