@charset "utf-8";
/* CSS Document */

.involved h3 {
    margin: 10px 0 0;
}

.background {
   background-image:none!important;
   /* background-color: #c2c2c2!important; */
}

.content-404 h1 {
    font-size: 25px!important;
}

.buttons-404 {
display: none!important;
}


.background:after {
    background-image: none !important;
}

.table-wrap-left.mob-hide {
    display: none !important;
}

.social-buttons {
    display: none;
}

/* ### change site page deafults ### */

.text-page-wrapper section {
    border-bottom: 0 !important;
}

aside {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.article-tab-panel.open img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}


.header-container #user-nav {
    background: none !important;
}



@media (min-width: 900px) {
    .text-page-wrapper aside {
        width: 320px !important;
    }

    article.homeArticle {
        border-top: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
        background: linear-gradient(to right, #dddddd 0, #ffffff 20px, #ffffff 100%);
    }
}

@media (min-width: 1100px) {
    article.article {
        background: linear-gradient(to right, #dddddd 0, #ffffff 20px, #ffffff 100%) !important;
        min-height: 1130px;
        border-top:  1px solid #eee;
        border-right: 1px solid #eee;
        padding: 20px 10px 40px 40px;
    }
}

@media screen and (max-width: 1099px) {
    article.article {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

article {
    padding-left: 30px;
}

@media screen and (max-width:899px) {
    article {
        padding-left: 0;
        background: none !important;
    }
}

.text-page-wrapper ul {
    padding-left: 0 !important;
}

.refer-a-friend-voucher {
    display: none !important;
}


/*.sub-heading {
                display: none!important;
            }*/

div.mob-hide-inline.join-panel-toggle.user-nav-content.rte-container {
    display: none !important;
}

.header-container #lo-acc-icon,
.header-container #lo-star-icon {
    display: none !important;
}

.panel-form .form {
    padding: 25px !important;
}

@media screen and (min-width: 900px) and (max-width: 1210px) {
    .content {
        padding-top: 180px !important;
    }
}

@media (max-width: 890px) {
    .header-container #user-nav .table-wrap p .logout.button {
        margin: 20px;
    }
}


@media (max-width: 890px) {
    .header-container #mobile-nav-holder {
        padding-top: 80px !important;
    }

    .header-container #user-nav .table-wrap {
        /* padding: 20px!important; */
    }
}


/* page changes */

.header-container .basket-trigger {
    display: none !important;
}

a#join-but.button.join-panel-toggle {
    display: none !important;
}

.text-page-wrapper {
    margin-top: 10px !important;
    padding: 0 !important;
}

.text-page-wrapper h1 {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    font-size: 2.0em !important;
}

.share-favourite-side {
    display: none !important;
}

@media (min-width: 1100px) {
    .text-page-wrapper .text-page-content {
        width: 100%;
    }
}

@media (min-width: 900px) {
    .text-page-wrapper article {
        width: calc(100% - 320px);
        float: right !important;
    }
}

@media screen and (max-width: 899px) {
    .content {
        padding-top: 80px !important;
    }

    div.join-panel-toggle.rte-container {
        display: none !important;
    }

    .header-container #acc-icon img {
        display: none !important;
    }
}

@media (min-width: 900px) {
    .text-page-wrapper aside {
        width: 320px;
    }
}


/* ### homepage ### */

.cards-and-header-home.homepage-rollup-container {
    display: none !important;
}

.cards-and-footer-home {
    display: none !important;
}


/* hide header alert */

#header-alert-wrapperitem {
    display: none !important;
}

.container.homepage {
    background-color: #fff;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 30px;
}

.container.homepage .text-page-wrapper {
    margin-top: 0 !important;
}

@media (max-width: 890px) {
    .header-container #mobile-menu-wrapper {
        height: 100vh !Important;
    }
}




/* apply sidebar style */


/* sidebar css */

.sideBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #eeeeee;
}

.sideBar .resources {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background: linear-gradient(to bottom, #eee 0, #ffffff 20px, #ffffff 100%);
    padding: 40px 30px;
}

.sideBar .resources ul li {
    list-style-type: none;
    margin: 0;
}

.sideBar .resources ul li a {
    color: #31b7bc !important;
    font-size: 16px;
    line-height: 2.1;
    font-weight: 600;
}

@media screen and (max-width:899px) {
    .sideBar .resources {
        background: none;
    }
}

.sideBar h2 {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    color: #243d47 !important;
    margin: 0 0 10px 0 !important;
    font-size: 1.4em !important;
}

.sideBar ul li:before {
    display: none !important;
}

.sideBar .involved {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background: linear-gradient(to bottom, #eee 0, #ffffff 20px, #ffffff 100%);
    padding: 40px 30px 20px;
    border-bottom: 1px solid #eeeeee;
}

.sideBar .involved p {
    font-size: 16px;
    line-height: 1.3em;
}

.sideBar .involved p a {
    font-size: 16px;
    line-height: 2.1;
    font-weight: 600;
}

.vhubHomeIntro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 40px 40px 20px 20px;
}

.vhubHomeIntro h2 {
    text-shadow: none;
    color: #243d47 !important;
    font-size: 1.7em;
    font-weight: 600;
}

@media screen and (max-width: 899px) {
    .vhubHomeIntro {
        padding: 30px;
    }

    .vhubHomeIntro h2 {
        font-size: 1.4em;
    }
}


/* apply dual box */

.homeDual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    left: -30px;
    background-color: #eeeeee;
    padding: 45px 50px 260px;
    background: linear-gradient(to right, #dddddd 0, #eeeeee 20px, #eeeeee 100%);
}

.homeDual:after {
    background-color: #eeeeee;
}

.homeDual h2 {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    color: #243d47 !important;
    margin: 0 0 10px 0 !important;
    font-size: 1.8em !important;
}

.homeDual ul li {
    list-style-type: none !important;
    margin: 0 0 2px 0;
    background-color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.homeDual ul li:last-child {
    background-color: #eeeeee !important;
    padding: 20px 0;
}

.homeDual ul li:before {
    display: none !important;
}

.homeDual .hDleft ul li:last-child {
    border-left: none;
}

.homeDual .hDleft ul li {
    border-left: 10px solid #C64345;
}

.homeDual .hDRight ul li:last-child {
    border-left: none;
}

.homeDual .hDRight ul li {
    border-left: 10px solid #31b7bc;
}

.hDRight ul li a {
    color: #31b7bc !important;
    padding: 25px 20px;
    display: block;
}

.hDRight ul li:last-child a {
    color: #333333 !important;
    padding: 15px 0;
    display: inline;
}

.hDleft ul li a {
    color: #C64345 !important;
    padding: 25px 20px;
    display: block;
}

.hDleft ul li:last-child a {
    color: #333333 !important;
    padding: 15px 0;
    display: inline;
}

.homeDual .hDleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 30px 20px 0;
}

.homeDual .hDRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 30px 20px 0;
}

@media screen and (min-width: 900px) and (max-width: 1100px) {
    .homeDual {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}

@media screen and (max-width: 770px) {
    .homeDual {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 20px 10px;
    }
}

@media screen and (max-width: 899px) {
    .homeDual {
        position: unset;
        left: 0;
    }
}


/* content pages */

#content.content .container .columns .aside {
    padding-top: 0 !important;
}

.columns {
    background-color: #fff !important;
}

aside .sideBar .resources ul {
    padding: 0 !important;
}

@media (min-width: 1100px) {
    .article-wrapper {
        margin-left: 0 !important;
        padding-right: 20px !important;
    }
}

@media (min-width: 900px) {
    .article-side {
        display: none !important;
    }
}

.article-content {
    -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0) !important;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0) !important;
}

@media screen and (max-width: 899px) {
    .columns .article .article-wrapper {
        width: calc(100% - 30px) !important;
    }
}


/* rollup pages */

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    display: none !important;
}

@media (min-width: 1330px) {
    .short-footer-wrapper > .container .footer {
        width: calc(100%) !important;
    }
}

@media (min-width: 1320px) {
    .article h1 {
        padding-right: 50px;
        font-size: 2.5em;
        position: relative !important;
        bottom: 0;
        margin-right: 30px;
        width: auto !important;
        padding-top: 10px;
    }

    .columns {
        margin: 30px 0 0 0 !important;
    }
}

@media (min-width: 1100px) {
    .article {
        width: calc(100% - 312.5px) !important;
    }
}

@media screen and (min-width: 700px) and (max-width: 1099px) {
    .article h1 {
        position: relative;
        top: 30px;
    }
}

@media screen and (max-width: 699px) {
    article {
        padding: 40px 10px !important;
    }
}

@media screen and (max-width: 699px) {
    article.homeArticle {
        padding: 0 !important;
    }
}

@media screen and (max-width:899px) {
    .homeDual {
        background: #eeeeee !important;
    }
}

.filter-nav {
    display: none !important;
}

@media (min-width: 1320px) {
    .article .container {
        height: auto !important;
    }
}

.article-wrapper .article-img {
    position: relative !important;
}

.article-image {
    padding-bottom: 20px !important;
}

@media (min-width: 900px) {
    .article-content .article-main .article-text {
        padding: 0 !important;
    }
}

@media screen and (max-width: 899px) {
    .columns article.article .article-wrapper {
        width: calc(100%) !important;
    }
}


/* PDF section */

.downloadBox {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 40px 20px;
    margin: 20px 0 20px;
    background-color: #eee;
}

.article-document {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    float: left;
}

.article-document .document-name {
    width: calc(100% - 130px);
    border-left: 8px solid #e7343f;
    padding: 12px !important;
    margin: 0 0 2px !important;
    background-color: #fff;
}

.article-document .document-button {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: calc(100% - 2px);
    border-radius: 0;
    /* padding: 15px 35px 0 10px; */
    min-width: 100px;
}

.article-document .document-button:hover i {
    height: calc(100% - 4px);
}

.article-document .document-button .icon-right-chevron:before {
    Position: absolute;
    top: 14px;
    right: 8px;
}

.btn-sm i {
    top: 2px !important;
    padding-top: 5px !important;
}

/* login message */

.loginBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fec700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
}

.loginBar p {
    font-weight: 600;
    font-family: "Aller W01 Regular";
    color: #243d47;
}

.btn.btn-sm.btn-back {
    display: none !important;
}


/* hide account buttons */

#fav-icon,
.acc-set,
#close-icon,
.view-account-favourites.acc-link {
    display: none !important;
}

.panel-form .form-tips .tip:nth-child(2) {
    display: none !important;
}

.view-account-notification.acc-link-mob {
    display: none !important;
}

.header-container #user-nav {
    width: calc(100% - 20px);
}

#header {
    background-image: url(/-/media/E2C9BDF6187A4AD9AB8860F8EE9B7B7F.ashx) !important;
    background-position: center center;
}

.header-container #user-nav .rte-container {
    color: #243d47 !important;
}

.header-container #user-nav {
    background: unset !important;
}

@media (max-width: 890px) {
    .header-container #user-nav {
        width: 100% !important;
    }
}


/* display for loval group reigons */

.groupsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 2px;
    min-width: 200px;
    padding: 20px;
    width: 100%;
    background-color: #243d47;
    color: #fff;
    text-align: center;
    font-family: 'NeoSansStd-Medium', Yantramanav, sans-serif;
    font-size: 1.1em;
}

.header-container #main-nav .active-red {
    background: #243d47 !important;
}

.btn.btn-sm.btn-red.favourite-btn {
    display: none;
}



@media (min-width: 700px) {
    .card-new.card-medium .card-inner .card-buttons .btn i {
        top: 2px !important;
    }

    .desktop-icon .icon-right-chevron:before {
        position: absolute !important;
        top: 7px !important;
        right: 8px !important;
    }




}




.header-container .table-wrap p {
    color: #243d47 !important;
    font-size: 18px;
    font-family: 'NeoSansStd-Medium', Yantramanav, sans-serif;

}

.header-container .table-wrap p a {
    font-size: 16px;
    font-family: 'NeoSansStd-Medium', Yantramanav, sans-serif;
}

@media screen and (max-width:900px) {
    .header-container .table-wrap p a {
        color: #fff !important;
    }
}

.header-container #acc-icon img {
    padding: 20px 0 !important;
}

.yellow.view-account-notification.acc-link {
    font-size: 18px !important;
}


@media (min-width: 1330px) {
    .sidebar.scroll {
        z-index: -1;
    }


    .header-container #boundless-logo img {
        min-width: 290px !important;
        margin: 10px !important;
    }

    .header-container #boundless-logo {
        padding: 0 20px 0 0;
    }

}

.vHubBoundless {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 15px 0 10px;
    max-width: 300px;
    margin-bottom: 40px;
}

@media screen and (min-width: 900px) {
    .header-container #user-nav {
        height: 80px !important;
    }
}



.header .header-search {
    background-color: #243d47 !important;
}


/* button design */
/* ########## Red CTA button medium ########### */
.trigger {
    width: auto;
    height: auto;
    position: relative;
    margin-top: 10px;
}

.linkBoxMediumRed {
    display: inline-block;
    background-color: #E7343F;
    width: 100%;
    height: 50px;
    line-height: 50px;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 70px;
    position: relative;
    border-radius: 3px;
    color: #fff;
    font-family: "Neo Sans W01 Medium", sans-serif;
    font-weight: 400;
    font-size: 1.2em;
}

.mArrowLink {
    background-color: #E7343F;
    height: 46px;
    width: 48px;
    position: absolute;
    right: 2px;
    top: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.mAngleBottom {
    height: 11px;
    width: 0;
    border-right: 3px solid #FEC700;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    position: absolute;
    top: 23px;
    left: 23px;
}

.mAngleTop {
    height: 11px;
    width: 0;
    border-right: 3px solid #FEC700;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
    position: absolute;
    top: 12px;
    left: 23px;
}

.mLineLeft {
    border-left: 1px solid #ED5F2C;
    height: 30px;
    position: absolute;
    top: 8px;
    left: -1px;
}

.trigger a:hover .linkBoxMediumRed .mArrowLink {
    background-color: #FEC700;
}

.trigger a:hover .linkBoxMediumRed .mArrowLink .mAngleTop {
    border-right: 3px solid #E7343F;
}

.trigger a:hover .linkBoxMediumRed .mArrowLink .mAngleBottom {
    border-right: 3px solid #E7343F;
}

.trigger a:hover .linkBoxMediumRed .mArrowLink .mLineLeft {
    border-left: 1px solid #E7343F;
}

@media (max-width: 1100px) {
    .header-container #boundless-logo img {
        max-width: 200px !important;
        min-width: 130px !important;
        width: 100% !important;
    }
}


.footer .social-buttons {
    display: none !important;
}

.redBtn,
.redBtnB {
    cursor: pointer;
    height: 36px;
    padding: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 0 26px 20px;
    font-size: 1.2em;
    font-weight: 400;
    border-radius: 3px;
    font-family: "Neo Sans W01 Medium", sans-serif;
    clear: both;
    margin: 5px 0;
    position: relative;
}

.redBtnB {
    padding: 26px 20px !important;
    cursor: default !important;
}

.redBtn,
.redBtnB {
    background-color: #e7343f;
    color: #fff;
}

.header-container .yellow {
    color: #333 !important;
}

.redBtn::after {
    content: url(/-/media/984A61FE82944EDA8007F07E18B8E658.ashx);
    height: 48px;
    width: 46px;
    position: relative;
    display: inline-block;
    margin: 0 0 0 20px;
    right: 2px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.redBtn:hover::after {
    /* background-color: #ffc700; */
    content: url(/-/media/7721F270E10A4EF9B50115850C6C0D98.ashx);
    height: 79px;
    width: 2px;
    position: relative;
    display: inline-block;
    margin: 0;
    border-radius: 0 3px 3px 0;
    right: -7px;
}

.evGuideHolder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.evChart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
}

.evList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.evItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    margin: 30px 3px 7px 20px;
    text-align: center;
    color: #fff;
    position: relative;
}

.evItem p {
    font-size: 1.2em
}

.evItem a {
    color: #fff !important;
}

.evItem img {
    position: absolute;
    width: 52px;
    right: 0;
    left: 0;
    bottom: -30px;
    margin: 0 auto;
    z-index: 99;

}

.evCItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.evCItem h2 {
    font-size: 20px !important;
}

.evCItem p {
    margin-top: 5px;
}

.a {
    background-color: #571D18;
}

.b {
    background-color: #813D34;
}

.c {
    background-color: #A75650;
}

.d {
    background-color: #7A5F9F;
}

.e {
    background-color: #6579BA;
}

.f {
    background-color: #4B5B8F;
}

.g {
    background-color: #293D60;
}

/* photo gallery */

.gBoxHolder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    background-color: #ddd;
    margin: 10px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gBox p {
    margin: 0;
}



/* table styling */
.contentBox {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E7E9;
    margin-bottom: 20px;
}

.bP {
    border-left: 15px solid #fff !important;
}

.hLight {
    background-color: #85B200 !important;
    color: #fff !important;
}

.hLightHead {
    background-color: #1A6600 !important;
    color: #fff !important;
}

.tableContent {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px 30px 0;
}

.tableContent h4 {
    margin: 5px 0;
}

.oFlo {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 2em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media screen and (min-width:1250px) {
    .oFlo {
        width: 100%;
        float: right;
    }
}

table.LA {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 13px;
    background: #eee;
    overflow-y: scroll;
    border-spacing: 0 !important;
    width: 100%;
}

table.LA th {
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #fff;
    background: #243d47;
    color: #fff;
    text-shadow: none;
    font-size: 1.0em;
    line-height: 1.4em;
    border-left: 1px solid #fff;
}

table.LA .acc:first-child {
    min-width: 250px
}

table.LA td {
    border-left: 1px solid #fff;
    line-height: 2.0em;
}

table.LA tr:nth-child(odd) {
    background-color: #dedede !important;
}

.LA th,
.LA td {
    padding: 10px;
    max-width: 100px;
    text-align: center;
}

.LA .acc {
    min-width: 180px;
    text-align: left !important;
}



.yellow.view-account-notification.acc-link {
    color: #fff;
    text-decoration: none;
    background-color: #243d47;
    padding: 10px;
    border-radius: 5px;
    margin-left: 5px;
    color: #fff !important;
    pointer-events: none !important;
}


@media (min-width: 700px) {
    .card-new.card-medium .card-inner .card-content {
        top: 190px !important;
    }
}



@media screen and (max-width: 620px) {
    .evGuideHolder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .evItem {
        margin: 30px 3px 7px 3px;
    }


    .evChart {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .evList {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

}

.header-container #user-nav p a.yellow:hover,
.header-container #user-nav .rte-container a.yellow:hover {
    text-decoration: none !important;
    pointer-events: none !important;
}

.login-panel .panel-form .btn {
    padding-right: 50px !important;
}

@media screen and (max-width:600px) {
    .header-container #boundless-logo {
        width: 20px !important;
    }

    .login-panel .panel-form .btn {
        width: auto;
        position: relative;
        left: 0;
        float: none;
        top: 23px;
    }

}


@media (min-width: 900px) {
    .login-panel .login {
        width: 45% !important;
    }
}



.disabled {
    cursor: not-allowed;
}

a[disabled] {
    pointer-events: none;
}
