<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p {
    margin-bottom: 20px;
    font-size: 1.0rem;

}

body {
    font-family: 'MuseoSans', Arial, sans-serif;
    overflow-y: scroll;
    position: relative;
    left: 0;
    transition: left 0.3s ease;
}

a, a:visited {
    /*text-decoration: none;*/
    color: #e61e5f;
}

    a:hover {
        text-decoration: underline;
    }

@media all and (max-width: 810px) {
    body.showmenu {
        left: -250px;
    }
}

.tilt {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .tilt:hover {
        -webkit-transform: rotate(-10deg) scale(1.20);
        -moz-transform: rotate(-10deg) scale(1.20);
        -o-transform: rotate(-10deg) scale(1.20);
        -ms-transform: rotate(-10deg) scale(1.20);
        transform: rotate(-10deg) scale(1.20);
        cursor: pointer;
    }

/* MISC */

.light-grey {
    background-color: #f3f4f6;
}

.right-not-ts { float:right; }
.left-not-ts { float: left; }
.center-not-ts { margin-left: auto!important; margin-right: auto!important; }

@media all and (max-width: 767px) {
    .right-not-ts, .left-not-ts {
        float: none;
    }

    .center-not-ts {
        margin-left: initial;
        margin-right: initial;
    }

    .center-on-ts {
        margin-left: auto!important;
        margin-right: auto!important;
    }

    .text--center--ts {
        text-align: center;
    }
}


/* Common Stylesheet Override */
@media all and (max-width: 767px) { .not-mobile {display: none; } }

.button--primary, .button--primary:visited {
    background-color: #e61e5f;
    padding: 10px 22px 11px 22px;
    border-radius: 3px;
}
.button--primary:hover, .button--primary:visited:hover {
    background-color: #910034;
}

.row-group__row &gt; div input[type=email], .row-group__row &gt; div input[type=password], .row-group__row &gt; div input[type=text], .row-group__row &gt; div select, .row-group__row &gt; div textarea {
    padding: 10px;
    border-radius: 3px;
    transition: all 0.25s ease;
    font-family: 'MuseoSans';
}

.row-group__row &gt; div input[type=email]:hover, .row-group__row &gt; div input[type=password]:hover, .row-group__row &gt; div input[type=text]:hover, .row-group__row &gt; div select:hover, .row-group__row &gt; div textarea:hover {
    border: 1px solid #faa5c1;
}

.row-group__row &gt; div input[type=email]:focus, .row-group__row &gt; div input[type=password]:focus, .row-group__row &gt; div input[type=text]:focus, .row-group__row &gt; div select:focus, .row-group__row &gt; div textarea:focus {
    border: 1px solid #e61e5f;
    background-color: #ffffff!important;
}

.e-panel {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: ease all 0.5s;
    top: 0px;
    box-shadow: 0px 5px 10px 0px rgba(30, 55, 85, 0.1);
    position: relative;
}

    .e-panel:hover {
        border: 1px solid #dcdcdc;
        box-shadow: 0px 30px 60px 0px rgba(30, 55, 85, 0.1);
        top: -7px;
    }

.e-panel ul {
    list-style-image: url('/Local/Themes/Default/Images/green-tick.png');
    margin-bottom: 15px;
}
    .e-panel ul li:not(:last-child) {
        margin-bottom: 10px;
    }

/* ============================================================================ */
/* ACCORDION                                                                    */
/* ============================================================================ */

.accordion-toggle {
    display: block;
    font: 18px MuseoSans;
    cursor: pointer;
    margin: 10px 0px 0px 0px;
    color:white;
   
    border-radius:4px;
    padding: 10px 12px;
    background: #e61e5f url('/Local/Themes/Default/Images/panel-down-arrow.png') no-repeat 98% center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }

.accordion-toggle:hover{
    color:#dadada;
    }

    .accordion-toggle.open {
        color:#ffffff;
        background: #900035 url('/Local/Themes/Default/Images/panel-up-arrow.png') no-repeat 98% center;
        padding: 10px 12px;
        border-bottom: 0px solid transparent;
        }
    
.accordion-content {
    padding: 20px;
    color: #676767;
    }

ul li:not(:last-child), ol li:not(:last-child) {
    margin-bottom: 23px;
}

/* 
    ==================================================================================== 
    Breadcrumb
    ==================================================================================== 
*/


.breadcrumb {
    height: 31px;
    line-height: 30px;
    text-align: left;
    margin-left:10px;
    font-size:14px;
    }

.breadcrumb__item {
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    color: rgba(2, 99, 131, 0.8);
    font-size:14px;
    }

      .breadcrumb__item:first-child {
        width: 19px;
        text-indent: -3000px;
        background: url(../images/home_icon.png) no-repeat center center;
    }

    .breadcrumb__item:last-child {
        color: #8fc726;
    }

.breadcrumb__border {
    border-bottom: solid 0px #e5e5e5;
    /*border-bottom: solid 1px #e5e5e5;*/
    margin-bottom: 15px;
}


/* 
    ==================================================================================== 
    Header
    ==================================================================================== 
*/

.header {
}

.header--home {

}

.header__banner {
    position: relative;
    width: 100%;
    /*height: 800px;*/
    height: 500px;
    background-size: cover;
    background-position: right;
    margin-top: 0px;
    z-index: 0;
}

    .header__banner.innerpage {
        /*height: 260px;*/
        height: 360px;
        /*height: 500px;*/
    }

.header__banner__title,
.header__banner__link,
.header__banner__link:visited,
.header__banner__link:hover {
    text-align: center;
    text-decoration: none;
    /*padding: 220px 0px 10px 0px;*/
    padding: 140px 0px 10px 0px;
    font-size: 40px;
    color: white;
    text-shadow: 3px 3px 10px #000;
}

.header--home .header__banner .header__banner__link {
    padding: 200px 0px 10px 0px;
}

.header__banner__button {
    text-align: center;
    text-decoration: none;
    color: white!important;
    font-size: 24px;
    font-family: MuseoSans;
    padding: 15px 50px;
    white-space:nowrap;
    display:inline-block;
    transition: all 0.3s ease 0s;
}

.header__banner__button.red {
    background-color:#e61e5f;
    border-radius: 3px;
}

    .header__banner__button.blue { 
        background-color:#132f3a;
      }

    .header__banner__button.darkred { 
        border: 1px solid #ffffff;
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 0.50);
      }

    .header__banner__button.red:hover {
        text-decoration:none;
        background-color:#910034;
        border-radius: 3px;
    }
   
     .header__banner__button.blue:hover {
        text-decoration:none;       
        background-color:#081b23; 
    }

     .header__banner__button.darkred:hover {
        text-decoration:none;       
        border: 1px solid #e61e5f;
    }

    .header__banner__button.red:active {
        text-decoration:none;
        background-color:#910034; 
    }
   
     .header__banner__button.blue:active {
        text-decoration:none;       
        background-color:#081b23; 
    }

     .header__banner__button.darkred:active {
        text-decoration:none;       
        border: 1px solid #530922; 
    }

.header__banner__text {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-family: MuseoSans;
    font-size: 34px;
    line-height: 1.3em;
    padding: 0px 20px;
}

@media all and (max-width: 767px) {
    .header__banner__text {
        font-size: 27px;
        line-height: 1.2em;
    }
}

.header__white__arrow {
    position: relative;
    margin-top: -50px;
    z-index: 2;
    text-align: center;
}

.header__banner__play {
    display: block;
    margin: 20px auto;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
}

.header__banner__logo {
    display: block;
    margin: 20px auto;
}

@media all and (max-width: 1100px) {

    .header__white__arrow {
        margin-top: -50px;
    }

    .header__banner {
        /*height: 630px;*/
        height: 400px;
    }

    .header__banner__title,
    .header__banner__link,
    .header__banner__link:visited,
    .header__banner__link:hover {
        font-size: 32px !important;
        padding: 70px 0px 10px 0px;
    }

    .header__banner.innerpage {
        /*height: 260px;*/
        height: 360px;
    }
}


@media all and (max-width: 767px) {

    .header__white__arrow {
       margin-top:-50px;
    }

    .header__banner {
        /*height: 530px;*/
        height: 400px;
    }

    .header__banner.innerpage {
        /*height: 260px;*/
        height: 230px;
    }

    .header__banner__title,
    .header__banner__link,
    .header__banner__link:visited,
    .header__banner__link:hover {
        font-size: 32px !important;
        padding: 130px 0px 10px 0px;
    }

    .header__banner__button {
        font-size:20px;
        padding: 15px 45px;
    }
}

@media all and (max-width: 579px) {
    .header__banner__title,
    .header__banner__link,
    .header__banner__link:visited,
    .header__banner__link:hover {
        font-size:25px !important;
        padding: 140px 0 10px 0;
    }

    .header__banner__button {
        font-size: 15px;
        padding: 10px 20px;
    }
}

@media all and (max-width: 379px) {
    .header__banner__button {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        opacity: 0.3;
    }

    80% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(0.8, 0.8);
        opacity: 0.3;
    }
}

@keyframes pulsate {
    0% {
        transform: scale(0.8, 0.8);
        opacity: 0.3;
    }

    80% {
        transform: scale(1.2, 1.2);
        opacity: 1.0;
    }

    100% {
        transform: scale(0.8, 0.8);
        opacity: 0.3;
    }
}

.header__banner__title {
    width: 100%;
    text-align: center;
    padding: 160px 0 0 0;
    color: #ffffff;
    font: 42px 'MuseoSans', arial;
    position: relative;
    left: -500px;
    opacity: 0;
    transition: opacity 2s ease, left 1s ease;
}

    .header__banner__title.top-left {
        padding: 80px 0 0 5px;
        text-align: left;
    }

    .header__banner__title.top-centre {
        padding: 80px 0 0 0;
        text-align: center;
    }

    .header__banner__title.top-right {
        padding: 80px 5px 0 0;
        text-align: right;
    }

    .header__banner__title.middle-left {
        text-align: left;
        padding: 160px 0 0 5px;
        padding-left: 5px;
    }

    .header__banner__title.middle-centre {
        text-align: center;
        padding: 160px 0 0 5px;
    }

    .header__banner__title.middle-right {
        text-align: right;
        padding: 160px 0 0 5px;
        padding-right: 5px;
    }

    .header__banner__title.bottom-left {
        padding: 220px 0 0 5px;
        text-align: left;
    }

    .header__banner__title.bottom-centre {
        padding: 220px 0 0 0;
        text-align: center;
    }

    .header__banner__title.bottom-right {
        padding: 220px 5px 0 0;
        text-align: right;
    }

@media all and (max-width: 767px) {
    .header__banner__title.middle-left {
        text-align: left;
        padding: 80px 0 0 5px;
        padding-left: 5px;
    }

    .header__banner__title.middle-centre {
        text-align: center;
        padding: 80px 0 0 5px;
    }

    .header__banner__title.middle-right {
        text-align: right;
        padding: 80px 0 0 5px;
        padding-right: 5px;
    }

}

.header__banner__subheading {
    width: 100%;
    font-size: 37px;
    color: white;
    text-shadow: 3px 3px 10px rgb(0, 0, 0);
    text-align: center;
    position: relative;
    opacity: 0;
    transition: opacity 1s ease;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
}

.header__banner__title--show,
.header__banner__subheading--show {
    opacity: 1;
    left: 0;
}

.header__toparea {
    position: relative;
    background-color: black;
    overflow: auto;
    font-size: 14px;
    padding: 10px;
}

    .header__toparea a,
    .header__toparea a:visited,
    .header__toparea a:hover {
        color: white;
        text-decoration: none;
    }

.header__logoarea {
    position: relative;
    background: rgba(0, 0, 0, 0);
    padding: 15px;
    overflow: auto;
    z-index:1;
}

/* 
    ==================================================================================== 
    Breadcrumbs
    ==================================================================================== 
*/

.breadcrumbs {
    height: 31px;
    line-height: 30px;
    text-align: left;
    background-color:#ececec;
}

.breadcrumbs__item {
    display: inline-block;
    float: left;
    font-size: 14px;
    /*color: #0d3f73;*/
    position: relative;
    padding-right: 15px;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
}

    .breadcrumbs__item:before {
        content: "/";
        position: absolute;
        left: 0;
        margin-left: -10px;
    }

    .breadcrumbs__item:first-child {
        width: 15px;
        text-indent: -3000px;
        margin-right: 15px;
        background: url(../images/home_icon.png) no-repeat center center;
    }


/*
    ==================================================================================== 
    Navigation
    ==================================================================================== 
*/


.fixed-nav-bar {
    position:fixed;
    top:0;
    left:0;
    z-index:10000;
    width:100%;
    height:80px;
}

.navigation {
    float: right!important;
    margin-top: 8px!important;
    padding-top: 2px!important;
    padding-bottom: 5px!important;
    padding-right: 5px!important;
    list-style-type: none!important;
}

    .navigation li {
        list-style-image: none;
    }

    ul.navigation {
        padding: 0 0 0 0;
    }

.navigation__item, .navigation__item__button {
    float: left!important;
    margin-left: 30px!important;
    padding: 0px 2px 0px 2px;
}

.navigation__item__button {
    margin-left: 20px!important;
}

    .navigation__item a, .navigation__item__button a {
        text-decoration: none;
        font: 16px 'MuseoSans';
        color: white!important;
    }

        .navigation__item a:hover,
        .navigation__item.selected a {
            border-bottom: solid 2px #fff;
        }

     .my_account_button,
    a.my_account_button{
        background: #e61e5f;
        padding: 10px 15px;
        border-radius: 2px;
        font: 16px 'MuseoSans';
        margin-top: -2px; /*to keep inline with the rest of the nav remove the same number of pixels from the top as padding on the top of the button*/
        text-decoration:none;
        transition: all 0.3s ease 0s;
    }

        .my_account_button:hover,
        a.my_account_button:hover {
            text-decoration:none;
            background: #910034;
        }

        .my_account_button:active,
        a.my_account_button:active {
            text-decoration:none;
            background: #910034;
        }
        
.signup_button,
    a.signup_button{
        /*background: #720d2f;*/
        border: 1px solid #ffffff;
        border-radius: 2px;
        padding: 9px 15px;
        font: 16px 'MuseoSans';
        margin-top: -2px; /*to keep inline with the rest of the nav remove the same number of pixels from the top as padding on the top of the button*/
        text-decoration:none;
        transition: all 0.3s ease 0s;
    }

        .signup_button:hover,
        a.signup_button:hover {
            text-decoration:none;
            border: 1px solid #e61e5f;
        }

        .signup_button:active,
        a.signup_button:active {
            text-decoration:none;
            border: 1px solid #530922;
        }

.hamburger {
    display: none;
}

.navigation__item {
    margin-left:20px!important;
}

@media all and (max-width: 1200px) {
     .navigation__item a {
         font-size: 15px;
     }
}

@media all and (max-width: 1130px) {
    .navigation__item, .navigation__item__button {
        margin-left: 8px!important;
    }

        .navigation__item a {
            font-size: 15px;
        }

    .my_account_button,
    a.my_account_button,
    .signup_button,
    a.signup_button {
        font: 14px 'MuseoSans';
        padding: 9px 8px;
    }

}

@media all and (max-width: 959px) {
    .navigation {
        width: 250px;
        margin: 0;
        padding: 0;
        height: 100%;
        position: fixed;
        right: -250px;
        top: 0;
        transition: right 0.3s ease;
        background: black;
    }

        .navigation.showmenu {
            right: 0;
        }

    .navigation__item, .navigation__item__button {
        width: 100%;
        text-align: right;
        padding: 0 30px 0 0;
        margin: 0;
        border-top: dotted 1px #232323;
    }

        .navigation__item:first-child {
            border: 0;
        }

        .navigation__item a {
            line-height: 40px;
        }

    .hamburger {
        display: block;
        float: right;
        margin-top: 8px;
        background: url(../images/navigation__hamburger.gif);
        width: 32px;
        height: 32px;
        text-indent: -3000px;
        margin-right: 10px;
    }
}

@media all and (max-width: 480px) {
    .navigation__item a {
        line-height: 30px;
    }
}
/* 
    ==================================================================================== 
    Footer
    ==================================================================================== 
*/

.footer {
    background-color: #112027;
    color: #a4a9ad;
    margin-top: 80px;
    padding: 100px 0 10px 0;
}

.footer__right {
    float:right;
}

    .footer a,
    .footer a:visited {
        color: #e61e5f;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }

.footer__top {
    padding: 35px;
    padding-left:0px;
    padding-right:0px;
    font-size: 16px;
}

.footer__bottom {
    padding: 10px;
    padding-left:0px;
    padding-right:0px;
    font-size: 13px;
}

.footer__nav_links {
    list-style-image: none;
    list-style-type: none;
}

    .footer__nav_links,
    .footer__nav_links li {
        display: inline;
    }

ul.footer__nav_links {
    padding: 0px 0px 0px 0px;
}

.footer__nav_links li:not(:last-child):after {
    padding: 0px 10px;
    content: '';
}

.footer__terms_links li {
    list-style-image: none;
    list-style-type: none;
}

.footer__terms_links,
.footer__terms_links li {
    display: inline;
}

ul.footer__terms_links {
    padding: 0px 0px 0px 0px;
}

.footer__terms_links li:not(:last-child):after {
    padding: 0px 10px;
    content: '|';
}
        
        
hr.greyline {
   background-color:#2d3c44;
}


@media all and (max-width: 767px) {
    .footer {
        text-align:center;
    }

    .footer__right {
        float:none;
    }

    .footer__terms_links li:not(:last-child):after {
        content: none;
    }

    .footer__nav_links li:not(:last-child):after {
        content: none;
    }
    
    .footer__nav_links,
    .footer__nav_links li {
        display:block;
    }

    .footer__terms_links,
    .footer__terms_links li {
        display: block;
    }    
}

/*@media all and (max-width: 767px) {
    .footer__nav_links li:not(:last-child):after {
        padding: 0px 5px;
        content:'';
    }

    .footer__nav_links {
        font-size:14px;
    }
}*/

/* 
    ==================================================================================== 
    Buttons
    ==================================================================================== 
*/

.homebutton {
    transition: background 0.3s ease;
    border: 1px solid #a3a3a3;
    border-radius: 6px;
    background: #ffffff;
    padding: 25px;
}

    .homebutton:hover {
        background: #f2f8fc;
    }

    .homebutton img {
        transition: all .3s ease-in-out;
        transform: scale(0.9);
        opacity: 0.9;
    }

    .homebutton:hover img {
        transform: scale(1.0);
        opacity: 1.0;
    }

.homebutton, h2 a {
    color: #0d4176;
    font-size: 18px;
}

.button {
    border-radius: 2px;
}

.button.button--green {
    background: #30b957;
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 0;
    transition: all ease-in 0.25s;
}

.button--green:hover {
    background: #149a59;
}

.button.button--maroon {
    background: #e61e5f;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 10px 40px;
    transition: all 0.3s ease 0s;
    font-family: MuseoSans;
}

.button--maroon:hover {
    text-decoration: none;
    background-color: #910034;
}

.button--maroon:active {
    text-decoration: none;
    background-color: #910034;
}

.button--maroon.switch-to {
    font-size:30px;

}

@media all and (max-width: 767px) {
    .button--maroon.switch-to {
       font-size:20px;
       padding: 10px 30px;
    }
}

@media all and (max-width: 479px) {
    .button--maroon.switch-to {
       padding: 10px 20px;
       font-size:15px;
    }

}

.button--large {
    width: 100px;
    height: 50px;
    border-radius: 0;
    float: left;
}

.button.button--green--small {
    background: #30b957;
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 15px;
    border: 0;
}

.button--green--small:hover {
    background: #149a59;
}


.find-out-more-button, find-out-more-button:hover {
    color: #e61e5f;
    text-align: center;
    text-decoration: none!important;
    font-size: 16px;
    border: 3px solid #e61e5f;
    border-radius: 50px;
    padding: 5px 15px;
}

/* 
    ==================================================================================== 
    Form items
    ==================================================================================== 
*/
.form__text-box--large {
    height: 50px;
    width: calc(100% - 100px);
    max-width: 530px;
    font-size: 21px;
    padding-left: 20px;
    float: left;
}

.form label {
    text-align: left;
    width: 100%;
    display: inline-block;
}

.form input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #cecece;
    padding: 10px;
    transition: all ease-in 0.25s;
}

.form input:focus {
    border-radius: 4px;
    border: 1px solid #e61e5f;
}

.form textarea {
    width: 100%;
    border-radius: 4px;
    transition: all ease-in 0.25s;
}

.form textarea:focus {
    width: 100%;
    border: 1px solid #e61e5f;
    background-color: #ffffff;
}

.form ul {
    border: 1px solid #cecece;
    border-radius: 6px;
    background-color: #f3f3f3;
    padding: 15px;
}

.form li{
    list-style-image: none;
    list-style-type:none;
    }

.small-text {
    font-size: 0.8em;
}

/* 
    ==================================================================================== 
    Containers
    ==================================================================================== 
*/

.container-block {
    padding: 10px;
}

    .container-block.light-blue {
        background-color: #e5eef4;
    }

    .container-block.light-red {
        background-color: #e5e5e5;
    }

    .container-block.maroon {
       background-color: #e61e5f;
    }

    .container-block.white {
        background-color: #fff
    }

    .container-block.grey-email {
        background: url(../images/grey-card-bg.png) repeat center;
        background-attachment: fixed;
    }

    .container-block.blue-email {
        background: url(../images/blue-card-bg.png) repeat center;
        background-attachment: fixed;
    }

    .container-block.light-grey {
        background-color:#f3f4f6;
    }

/* 
    ==================================================================================== 
    Homepage Features
    ==================================================================================== 
*/

.homepage-feature {
    text-align: center;
}

.homepage-feature__title {
    padding: 20px 10px;
    color: #e61e5f;
    background-color: #ffffff;
    font-size: 28px;
    font-family: MuseoSans;
}

.homepage-feature__content {
    background-color: white;
    padding: 20px;
}

.homepage-feature__image img {
    width: 60%;
}

.homepage-service__image img {
    width: 100%;
}

.advert__image img {
    width: 80%;
}

/* ============================================================================
/* Side Navigation
/* ============================================================================ */

.side-navigation {
}

    .side-navigation ul,
    .side-navigation li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    .side-navigation a {
        display: block;
    }

    /* Level One ========================================================== */

    .side-navigation &gt; ul &gt; li {
        margin-bottom: 10px;
    }

        .side-navigation &gt; ul &gt; li &gt; a {
            transition: all 0.2s linear;
        }

            .side-navigation &gt; ul &gt; li &gt; a,
            .side-navigation &gt; ul &gt; li &gt; a:visited {
                background-color: #e61e5f;
                /*border: 1px solid #9cb9db;*/
                border-radius: 4px;
                position: relative;
                padding: 10px;
                font: 15px 'texgyreadventorbold', arial;
                line-height: 1;
                color: white;
                overflow: hidden;
            }

            .side-navigation &gt; ul &gt; li &gt; a.item-selected {
                background-color: #e61e5f;
                /*border: 1px solid #9cb9db;*/
                border-top-left-radius: 6px;
                border-top-right-radius: 6px;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
            }

@media all and (max-width: 1200px) {
    .side-navigation &gt; ul &gt; li &gt; a,
    .side-navigation &gt; ul &gt; li &gt; a:visited {
        padding: 10px;
        font-size: 14px;
        /*font: 14px 'texgyreadventorregular', arial, verdana;*/
    }
}

@media all and (max-width: 959px) {
    .side-navigation &gt; ul &gt; li &gt; a,
    .side-navigation &gt; ul &gt; li &gt; a:visited {
        padding: 10px;
        font: 13px;
    }
}

.side-navigation &gt; ul &gt; li &gt; a:hover {
    background-color: #9c0038;
    color: white;
}

.side-navigation &gt; ul &gt; li &gt; a &gt; img {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0.2;
    margin-top: -15%;
    -webkit-filter: saturate(0%);
    -moz-filter: saturate(0%);
    -o-filter: saturate(0%);
    -ms-filter: saturate(0%);
    filter: saturate(0%);
    transition: all 0.2s linear;
    width: 100%;
}

.side-navigation &gt; ul &gt; li &gt; a.selected &gt; img,
.side-navigation &gt; ul &gt; li &gt; a:hover &gt; img {
    opacity: 1;
    -webkit-transform: scale(1.10); /* Safari and Chrome */
    -moz-transform: scale(1.10); /* Firefox */
    -ms-transform: scale(1.10); /* IE 9 */
    -o-transform: scale(1.10); /* Opera */
    transform: scale(1.10);
    -webkit-filter: saturate(100%);
    -moz-filter: saturate(100%);
    -o-filter: saturate(100%);
    -ms-filter: saturate(100%);
    filter: saturate(100%);
}

.side-navigation &gt; ul &gt; li &gt; a &gt; span {
    position: absolute;
    bottom: 10px;
}

.side-navigation &gt; ul &gt; li &gt; a.selected &gt; span,
.side-navigation &gt; ul &gt; li &gt; a:hover &gt; span {
    text-shadow: 0px 0px 5px black;
}



/* Level Two ========================================================== */
.side-navigation &gt; ul &gt; li &gt; ul &gt; li:not(:last-child) {
    margin-bottom: 0px;
}
.side-navigation &gt; ul &gt; li &gt; ul &gt; li {
    background-color: #f3ccd1;
    padding: 7px 10px;
}

    .side-navigation &gt; ul &gt; li &gt; ul &gt; li:not(:last-child) {
        border-bottom: 2px solid #edb2b9;
    }
    .side-navigation &gt; ul &gt; li &gt; ul &gt; li:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }            

    .side-navigation &gt; ul &gt; li &gt; ul &gt; li &gt; a,
    .side-navigation &gt; ul &gt; li &gt; ul &gt; li &gt; a:visited {
        /*font: 14px 'texgyreadventorregular', times;*/
        font-size: 14px;
        line-height: 1.2;
        text-decoration: none;
        color: #313131;
    }

        .side-navigation &gt; ul &gt; li &gt; ul &gt; li &gt; a.selected,
        .side-navigation &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover {
            color: black;
        }

            .side-navigation &gt; ul &gt; li &gt; ul &gt; li &gt; a.item-selected {

                /*border: 1px solid #9cb9db;*/
                border-top-left-radius: 6px;
                border-top-right-radius: 6px;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
            }

    /* Level Three ========================================================== */

    .side-navigation &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
        padding: 5px 10px;
        margin-top: 8px;
        border-top: 2px solid #edb2b9;
    }

        .side-navigation &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li:not(:last-child) {
            /*border-bottom: 2px solid #b7e8fa;*/
        }

        .side-navigation &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a,
        .side-navigation &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:visited {
            /*font: 13px 'texgyreadventorbold', times;*/
            font-size: 13px;
            line-height: 1.2;
            text-decoration: none;
            color: #404040;
        }

            .side-navigation &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a.selected,
            .side-navigation &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover {
                color: black;
            }

/* ============================================================================
/* Custom Slider Handle
/* ============================================================================ */

.noUi-handle {
    border: 1px solid #e61e5f!important;
    border-radius: 3px!important;
    background: #e61e5f!important;
    cursor: pointer;
    box-shadow: none!important;
    width: 24px!important;
    height: 40px!important;
    left: -10px!important;
    top: -8px!important;
}

.noUi-horizontal {
    height: 26px!important;
}

.noUi-handle:before, .noUi-handle:after {
    top:12px!important;
    left:8px!important;
}

.noUi-handle:after {
    left:14px!important;
}


/* ============================================================================
/* Register Today
/* ============================================================================ */

.container.white {
    background: #fff;
    border-radius: 0px 10px 10px 0px; 
}

.container.light-grey {
    background-color:#f3f4f6;
}

.button.button--shadowed-white {
    background: #fff;
    color: #e61e5f;
    padding: 13px 55px 13px 55px;
    box-shadow: rgba(0,0,0,0.2) 0px -7px 0px 0px inset;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0px -7px 0px 0px inset;
    -moz-box-shadow: rgba(0,0,0,0.2) 0px -7px 0px 0px inset;
}

.button--shadowed-white a {
    text-decoration:none;
}

.button--shadowed-white:hover {
    background: #e3e3e3;
    box-shadow: rgba(0,0,0,0.2) 0px -4px 0px 0px inset;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0px -4px 0px 0px inset;
    -moz-box-shadow: rgba(0,0,0,0.2) 0px -4px 0px 0px inset;
}


.maroon-border {
    border: 4px solid #e61e5f;
    border-radius: 10px;
}

.register--today--white-text {
    color:#fff;
    text-align: center;
    font-size: 60px;
}

    .register--today--white-text.small {
        font-size: 16px;
    }

/*
    ==================================================================================== 
    Client Slider
    ==================================================================================== 
*/


.feature-slider-underline {
    border-bottom: 1px solid #a3a3a3;
    margin-bottom: 75px;
    padding: 75px 15px 0px 15px;
}

    .client-slider-slide {
        padding:0 20px;
    }

@media all and (max-width: 959px) {
    .client-slider-slide {
        text-align: center;
    }
}

@media all and (max-width: 479px) {
    .client-slider-slide {
        font-size: 12px;
        text-align: center;
    }
}

/* ============================================================================
/* Mobile Header
/* ============================================================================ */

.header-mobile-padding {
    }

.header-mobile {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 10001;
    }

    @media all and (max-width: 959px) {
        .header-mobile, .header-mobile-padding { display: block; }
        }

    /* ======================================================================== */

.header-mobile-navigation {
    display: none;
    background-color: black;
}

    .header-mobile-navigation ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

        .header-mobile-navigation ul li:not(:last-child) {
            border-bottom: 1px solid #333333;
        }

        .header-mobile-navigation ul li a {
            text-decoration: none;
            display: block;
            padding: 10px 10px;
            text-align: center;
            color: white;
        }    

    /* ======================================================================== */

    .header-mobile-controls {

        }

        .header-mobile-controls-navigation {
            position: relative;
            float:right;
            width: 50px; 
            height: 50px;
            background: transparent url(../images/ecms/mobile-icon-navigation-on.png) no-repeat center center;
            }

            /*.header-mobile-controls-navigation.selected { background: black url(../images/ecms/mobile-icon-navigation-on.png) no-repeat center center; }*/
                   
        .header-mobile-controls-logo {
            position: absolute;
            left: 50%;
            width: 170px;
            height: 30px;
            margin: 12px 0px 0px -85px;
            background: transparent url(../images/logo-small.png) no-repeat center center;
            background-size: contain;
            }


/*
    ==================================================================================== 
     Credit Pack Display
    ==================================================================================== 
*/

.credit-pack {
    margin-left:25px;
    margin-right:25px;
    margin-top:25px;
    padding:20px;
}

.credit-pack-box {
    text-align:center;
    vertical-align:central;
}

.credit-pack-box hr.greyline {
    margin-bottom:-10px;
    margin-right:18px;
    margin-left:18px;
    margin-top:20px;
}

    .credit-pack-box.maroon {
        font-size:24px;
        position: relative;
        padding: 5px;
        padding-top:8px;
        padding-bottom:8px;
        background-color: #e61e5f;
        color: white;
        margin-left: 20px;
        margin-right: 20px;
        z-index: 1;
    }

    .credit-pack-box.grey {
        font-size:36px;
        padding: 5px;
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #f3f3f3;
        color: #e61e5f;
        border: 2px solid #e5e5e5;
        margin-top: -30px;
        z-index: 0;
    }

    .credit-pack-box.per-credit {
        font-size:22px;
        color:#4c4c4c;
    }

    .credit-pack-box.currency {
        display: inline-block;
        font-size: 30px;
        margin-right: -8px;
    }

    .credit-pack-box.decimal {
        margin-left: -8px;
        font-size:30px;
    }

@media all and (max-width: 1200px) {
    .credit-pack {      
        padding:7px;
        margin-left:15px;
        margin-right:15px;
    }
}

@media all and (max-width: 959px) {
    .credit-pack {
        padding:10px;
        margin-left:0px;
        margin-right:0px;
    }
}


/*
    ==================================================================================== 
     Credit Pack Price Slider 
    ==================================================================================== 
*/

.credit-pack.price-slider {
    margin-left:10px;
    margin-right:10px;
    margin-top:7px;
    margin-bottom:7px;
    padding:0px;
}

.credit-pack-box.price-slider {
    text-align:center;
    vertical-align:central;
}

    .credit-pack-box.price-slider.maroon {
        font-size:20px;
        position: relative;
        padding: 5px;
        padding-top:7px;
        padding-bottom:7px;
        background-color: #e61e5f;
        color: white;
        margin-left: 10px;
        margin-right: 10px;
        z-index: 1;
    }

    .credit-pack-box.price-slider.grey {
        font-size:30px;
        padding-bottom:15px;
        padding-top: 45px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #f3f3f3;
        color: #e61e5f;
        border: 1px solid #e5e5e5;
        margin-top: -30px;
        z-index: 0;
    }

    .credit-pack-box.price-slider.per-credit {
        font-size:18px;
        color:#4c4c4c;
    }

    .credit-pack-box.price-slider.currency {
        display: inline-block;
        font-size: 24px;
        margin-right: 0px;
    }

    .credit-pack-box.price-slider.decimal {
        margin-left: 0px;
        font-size:24px;
    }

    .credit-pack-page-jump {
        display:none;
    }


@media all and (max-width: 959px) {
    .credit-pack.price-slider{
        margin-left:0px;
        margin-right:0px;
    }
}

@media all and (max-width: 767px) {
    .credit-pack-page-jump {
        display: inline;
    }
}

/*
    ==================================================================================== 
     Price Slider 
    ==================================================================================== 
*/

.maroon-panel {
     background:#e61e5f;
     color:white;
     font-family:'MuseoSans';
     border: 1px solid #e61e5f;
}

.light-grey-panel {
    background:#f3f3f3;
    font-family:'MuseoSans';
    border: 2px solid #e5e5e5;
}

.button.green-button {
    font-family:'MuseoSans';
    background-color: #48aa2f;
    background:#48aa2f;
    color:white;
}

.credit-pack-link:hover {
    cursor:pointer;
}
    /*
    ==================================================================================== 
    BX Slider Overrides
    ==================================================================================== 
 */

.bx-wrapper .bx-pager.bx-default-pager a {
    display:none;
    background: url(../Images/slider-off.png) no-repeat;
    height: 20px;
    width: 20px;
}

    .bx-wrapper .bx-pager.bx-default-pager a.active {
        display:none;
        background: url(../Images/slider-on.png) no-repeat;
        height: 20px;
        width: 20px;
    }

.bx-wrapper .bx-controls-direction:hover a {
    color: orange;
}

.bx-wrapper .bx-controls-direction a {
    height: 58px;
    width: 30px;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0 white;
    box-shadow: 0 0 0 white;
    border: 0px solid white;
}

.bx-wrapper img {
    display:initial;
}

@media all and (max-width: 959px) {
    .bx-wrapper img {
        display: initial;
    }
}


/* BX Client Slider Overrides */

.clientslider .bx-wrapper .bx-pager.bx-default-pager a {
    display:inline-block;
    background: url(../Images/slider-dot-off.png) no-repeat!important;
    height: 20px;
    width: 20px;
}

    .clientslider .bx-wrapper .bx-pager.bx-default-pager a.active {
        display:inline-block;
        background: url(../Images/slider-dot-on.png) no-repeat!important;
        height: 20px;
        width: 20px;
    }

.clientslider .bx-wrapper .bx-prev {
    background: url(../Images/arrow-left.png) no-repeat;
}

.clientslider .bx-wrapper .bx-next {
    background: url(../Images/arrow-right.png) no-repeat;
}

    .clientslider .bx-wrapper .bx-next:hover {
        background: url(../Images/arrow-right.png) no-repeat;
    }

.clientslider .bx-wrapper .bx-prev:hover {
    background: url(../Images/arrow-left.png) no-repeat;
}

.clientslider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -75px;
}

@media all and (max-width: 568px) {
    .clientslider .bx-wrapper .bx-prev {
        display:none;
    }
    
    .clientslider .bx-wrapper .bx-next {
        display:none;
    }
}


/* ============================================================================ */
/* eSortcode Table styles                                                                  */
/* ============================================================================ */

.esorttable {
	margin: 0 0 15px 0;
    padding:0px;
	/*width:100%;*/
	border-collapse: collapse;
	font-family: MuseoSans, Arial, Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;

	}
.esorttable table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.esorttable tr:last-child td:last-child {}
.esorttable table tr:first-child td:first-child {}
.esorttable table tr:first-child td:last-child {}
.esorttable tr:last-child td:first-child{}
.esorttable tr:hover td{}
.esorttable tr:nth-child(odd){background-color:#f7f7f7; }
.esorttable tr:nth-child(even) {background-color:#ffffff; }
.esorttable td{
	border:1px solid #ffffff;
	padding:5px 15px 5px 15px;
	font-size:18px;
	}
.esorttable tr:last-child td{
	}
.esorttable tr td:last-child{
	}
.esorttable tr:last-child td:last-child{
	}
.esorttable tr:first-child td{
	background-color:#e61e5f;
	font-size:22px;
	color:#ffffff;
	}
.esorttable tr:first-child:hover td{
	}
.esorttable tr:first-child td:first-child{
	}
.esorttable tr:first-child td:last-child{
	}

@media all and (max-width: 767px) {
.esorttable {
	margin: 0 0 10px 0;
    padding:0px;
	width:100%;
	border-collapse: collapse;
	font-family:'Robotoregular', Arial, Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	}
.esorttable table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.esorttable td{
	padding:3px 10px 3px 10px;
	font-size:14px;
	}
.esorttable tr:first-child td{
	font-size:11px;
	color:#ffffff;
	}
}

/* ============================================================================ */
/* eSortcode List Table styles                                                                  */
/* ============================================================================ */

.esortlisttable {
	margin: 0 0 15px 0;
    padding:0px;
	/*width:100%;*/
	border-collapse: collapse;
	font-family: MuseoSans, Arial, Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	}
.esortlisttable table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.esortlisttable tr:last-child td:last-child {}
.esortlisttable table tr:first-child td:first-child { }
.esortlisttable table tr:first-child td:last-child {}
.esortlisttable tr:last-child td:first-child{}
.esortlisttable tr:hover td{}
.esortlisttable tr:nth-child(odd){background-color:#f7f7f7; }
.esortlisttable tr:nth-child(even) {background-color:#ffffff; }
.esortlisttable td{
	border:1px solid #ffffff;
	padding:5px 15px 5px 15px;
	font-size:18px;
	}
.esortlisttable tr:last-child td{
	}
.esortlisttable tr td:last-child{
	}
.esortlisttable tr:last-child td:last-child{
	}
.esortlisttable tr:first-child td{
	}
.esortlisttable tr:first-child:hover td{
	}
.esortlisttable tr:first-child td:first-child{
	}
.esortlisttable tr:first-child td:last-child{
	}

.esortlisttable tr td:first-child {background-color: #e61e5f; color: #ffffff;}
.esortlisttable tr td:last-child { }

@media all and (max-width: 767px) {
.esortlisttable {
	margin: 0 0 10px 0;
    padding:0px;
	width:100%;
	border-collapse: collapse;
	font-family:'Robotoregular', Arial, Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	}
.esortlisttable table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.esortlisttable td{
	padding:3px 10px 3px 10px;
	font-size:14px;
	}
.esortlisttable tr:first-child td{
	}
}

.scroll-button {
    opacity: 0.7;
    transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -webkit-transition: opacity .15s ease-in-out;
}
.scroll-button:hover {
    opacity:1.0
}

.text--maroon {
    font-size: 1.3em;
    font-family: MuseoSans;
    color: #e61e5f;
}


@media all and (max-width: 379px) {
    .smaller-fonts--m {
        font-size: 14px;
    }
}

.nav-only-header {
    
}

.nav-bar {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media all and (max-width: 1279px) {
    .nav-bar {
        margin: 0px 20px;
    }
}

.logo {
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 9999;
}

.nav-bar__top-level {
    position: absolute;
    top: 12px;
    right: 320px;
    z-index: 9999;
}

    .nav-bar__top-level ul {
        margin-bottom: 2px;
    }

        .nav-bar__top-level ul li {
            display: inline-block;
            margin: 0px 10px;
        }

            .nav-bar__top-level ul li a {
                color: white;
                font: 16px 'MuseoSans';
                text-decoration: none;
                transition: all ease-in 0.15s;
            }

                .nav-bar__top-level ul li a:hover, .nav-bar__top-level &gt; ul &gt; li &gt; a.selected, .navigation__item.selected a {
                    border-bottom: solid 2px #fff;
                }

@media all and (max-width: 1023px) {
    .nav-bar__top-level {
        display: none;
    }
}

.nav-bar--highlight-link {
    position: absolute;
    top: 3px;
    right: 120px;
    z-index: 9999;
}

    .nav-bar--highlight-link a {
        display: inline-block;
        color: white;
        border-radius: 3px;
        font: 16px 'MuseoSans';
        text-decoration: none;
        border: 1px solid white;
        padding: 10px 15px;
        transition: all ease-in 0.15s;
    }

    .nav-bar--highlight-link a:hover {
        border: 1px solid #e61e5f;
    }

.nav-bar .navigation-widgets {
    position: absolute;
    top: 3px;
    right: 54px;
    z-index: 9999;
    width: auto;
    transition: all 0.3s ease;
    height: 54px;
    clear: both;
}

.nav-bar .navigation-widgets .navigation-widgets__widget.navigation-widgets__widget--login {
    margin-right: 10px;
    border-radius: 3px;
    background-color: #e61e5f;
}

.nav-bar .navigation-widgets .navigation-widgets__widget.navigation-widgets__widget--login:hover {
    background-color: #910034;
}


.nav-bar .navigation-widgets .navigation-widgets__widget {
    animation: 1s ease-out 0s 1 slideInFromRight;
    clear: both;
    display: inline-block;
    transition: all 0.3s ease;
    width: 38px;
    height: 42px;
}

.nav-bar .navigation-widgets .navigation-widgets__widget .navigation-widgets__widget__icon {
    float: left;
    display: inline-block;
    width: 38px;
    height: 42px;
    transition: all 0.3s ease;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}

.nav-bar .navigation-widgets .navigation-widgets__widget.navigation-widgets__widget--login .navigation-widgets__widget__icon {
    background-image: url(../Images/login-icon.png);
}

.nav-bar .nav-bar__slidein-controls .nav-bar__slidein-controls-navigation {
    position: absolute;
    top: 8px;
    right: 0px;
    z-index: 9999;
    width: 29px;
    height: 29px;
    background: url(../images/menu.png) no-repeat center center;
    background-size: contain;
}

@media all and (max-width: 767px) {
    .logo {
        width: 160px;
    }

    .nav-bar--highlight-link {
        right: 105px;
    }

        .nav-bar--highlight-link a {
            padding: 5px 10px;
        }

    .nav-bar .navigation-widgets {
        right: 40px;
    }

        .nav-bar .navigation-widgets .navigation-widgets__widget {
            width: 28px;
            height: 32px;
        }

            .nav-bar .navigation-widgets .navigation-widgets__widget .navigation-widgets__widget__icon {
                width: 28px;
                height: 32px;
            }

    .nav-bar .nav-bar__slidein-controls .nav-bar__slidein-controls-navigation {
        top: 4px;
    }
}

@media all and (max-width: 579px) {
    .logo {
        width: 150px;
    }

    .nav-bar--highlight-link {
        right: 90px;
    }

        .nav-bar--highlight-link a {
            font-size: 14px;
        }

    .nav-bar .navigation-widgets {
        right: 35px;
    }

        .nav-bar .navigation-widgets .navigation-widgets__widget {
            height: 30px;
        }

            .nav-bar .navigation-widgets .navigation-widgets__widget .navigation-widgets__widget__icon {
                height: 30px;
            }

    .nav-bar .nav-bar__slidein-controls .nav-bar__slidein-controls-navigation {
        top: 4px;
    }
}

@media all and (max-width: 479px) {
    .logo {
        width: 150px;
    }

    .nav-bar--highlight-link {
        right: 90px;
    }

        .nav-bar--highlight-link a {
            visibility: hidden;
        }

            .nav-bar--highlight-link a:after {
                visibility: visible;
                position: absolute;
                top: 0px;
                right: 0px;
                display: inline-block;
                color: white;
                font: 14px 'MuseoSans';
                text-decoration: none;
                border: 1px solid white;
                padding: 5px 10px;
                content: 'Sign Up';
            }

    .nav-bar .navigation-widgets {
        right: 35px;
    }

        .nav-bar .navigation-widgets .navigation-widgets__widget {
            height: 30px;
        }

            .nav-bar .navigation-widgets .navigation-widgets__widget .navigation-widgets__widget__icon {
                height: 30px;
            }

    .nav-bar .nav-bar__slidein-controls .nav-bar__slidein-controls-navigation {
        top: 4px;
    }
}

@media all and (max-width: 379px) {
    .logo {
        width: 120px;
    }

    .nav-bar--highlight-link a:after {
        right: -10px;
        font-size: 12px;
        padding: 3px 5px;
    }

    .nav-bar .navigation-widgets {
        right: 30px;
    }

        .nav-bar .navigation-widgets .navigation-widgets__widget.navigation-widgets__widget--login .navigation-widgets__widget__icon {
            background-size: 80%;
        }

        .nav-bar .navigation-widgets .navigation-widgets__widget {
            width: 20px;
            height: 22px;
        }

            .nav-bar .navigation-widgets .navigation-widgets__widget .navigation-widgets__widget__icon {
                width: 20px;
                height: 22px;
            }

    .nav-bar .nav-bar__slidein-controls .nav-bar__slidein-controls-navigation {
        top: 2px;
        width: 25px;
        height: 25px;
    }
}

.navigation__close, .navigation__close:hover, .navigation__close:visited {
    display: block!important;
    font-size: 18px!important;
    line-height: 52px!important;
    padding: 0px 75px 25px 0px!important;
    color: white;
    text-decoration: none;
    text-align: right;
    background: transparent url(../images/navigation-close.png) no-repeat right top!important;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

.text--lightgrey {
    font-family: 'MuseoSans'
}


input[type='checkbox'] {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background: white;
    border-radius: 3px;
    border: 1px solid #999999;
    margin: 5px;
    text-align: left;
    cursor: pointer;
}

    input[type='checkbox']:checked {
        /*background: #e06910;*/
        background: url(/EtellectCommon/Automate/icons/white-tick.png) no-repeat #E8175D center center;
        border: 1px solid #E8175D;
    }

input[type='radio'] {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background: white;
    border-radius: 15px;
    border: 1px solid #999999;
    margin: 5px;
    text-align: left;
    cursor: pointer;
}

    input[type='radio']:checked {
        background: url(/EtellectCommon/Automate/icons/white-circle.png) no-repeat #e8175d center center;
        border: 1px solid #e8175d;
    }

.background-grey {
    background-color: #f3f4f6;
}

.background-mangenta {
    background-color: #e6145f;
    color: white;
}

table.scTable {
    background-color: rgba(0, 0, 0, 0.05);
    color: #404040;
    width: 100%;
    height: 200px;
    text-align: center;
    border-collapse: collapse;
}

    table.scTable td, table.scTable th {
        padding: 10px 10px;
    }

    table.scTable tbody td {
        color: #404040;
    }

    table.scTable tr:nth-child(even) {
        background-color: rgba(0, 0, 0, 0.07);
    }
/* Buttons */
.magenta-button a, .mangenta-button a:visited,
.dark-magenta-button a, .dark-mangenta-button a:visited {
    text-decoration: none;
    color: white !important;
}

.magenta-button, .mangenta-button:visited {
    text-decoration: none;
    color: #ffffff !important;
}

.dark-magenta-button, .dark-mangenta-button:visited {
    text-decoration: none;
    color: white !important;
}

.mangenta-button, .dark-mangenta-button {
    text-decoration: none;
    color: white;
    padding: 15px 20px;
    white-space: nowrap;
    display: inline-block;
    border: 1px solid #ffffff;
    transition: all 0.25s ease;
}

    .mangenta-button:hover {
        color: white;
        border: 1px solid #ae1543;
    }

    .mangenta-button.long {
        padding: 12px 50px;
        color: #e61e5f;
        border: 1px solid #e61e5f;
    }

        .mangenta-button.long:hover {
            padding: 12px 50px;
            border: 1px solid #ae1543;
            background-color: #ae1543;
            color: #ffffff;
        }

.dark-mangenta-button {
}

    .dark-mangenta-button:hover {
        color: white;
        border: 1px solid #711131;
    }


@media all and (max-width: 479px) {
    .mangenta-button, .dark-mangenta-button {
        font-size: 14px;
        padding: 15px 10px;
    }

        .mangenta-button.long {
            padding: 12px 30px;
        }
}</pre></body></html>