#accessibility-bar {
    background-color: #ffffff;
    color: #2d2d2d;
    display: block;
    position: fixed;
    width: 70px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.31);
    z-index: 999;
    top: 30%;
    left: 0;
}
#accessibility-bar a.access-icon {
    color: inherit;
    font-size: 30px;
    display: block;
    text-align: center;
    margin: 10px 0;
}
#accessibility-bar .buttons {
    display: none;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0 10px;
    background-color: #ffffff;
}
#accessibility-bar .access-arrow {
    display: block;
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    margin: auto;
    transition: all 0.3s ease;
}
#accessibility-bar .access-arrow.open {
    transform: rotateZ(180deg)
}
#accessibility-bar #text-small-btn { font-size: 10px; }
#accessibility-bar #text-medium-btn { font-size: 14px; }
#accessibility-bar #text-large-btn { font-size: 18px; }
#accessibility-bar #text-blue-bg { color: #0f2dd6; }
#accessibility-bar #text-blue-bg, #accessibility-bar #text-black-bg {
    font-size: 14px;
}
#accessibility-bar #text-blue-bg:hover {
    background-color: #0f2dd6;
    color: #d6c90f;
}


body.medium-text, body.medium-text #hero-title h1, body.medium-text #main-nav .dropdown-menu>li>a {
    font-size: 1.4em;
}
body.medium-text .btn {
    font-size: 1em;
}
body.large-text .expoUrl .figure-caption { height: 300px; }

body.large-text, body.large-text #hero-title h1, body.large-text #main-nav .dropdown-menu>li>a {
    font-size: 1.7em;
}
body.large-text .btn {
    font-size: 1em;
}
body.large-text .expoUrl .figure-caption { height: 300px; }


body.bw-text #main-nav .navbar-nav>li>a, body.bw-text #main-nav .dropdown-menu>li>a,
body.bw-text #main-nav .dropdown-menu>li>a:hover, body.bw-text .dropdown-menu>.active>a,
body.bw-text .dropdown-menu>.active>a, body.bw-text .dropdown-menu>.active>a:focus,
body.bw-text .dropdown-menu>.active>a:hover, body.bw-text #main-slideshow .carousel-caption::before,
body.bw-text #hero-title, body.bw-text #hero-title h1, body.bw-text .button.inverted:hover,
body.bw-text #footer::before, body.bw-text .contact-details-card .card-body,
body.bw-text .expoUrl .contents-wrapper, body.bw-text .button, body.bw-text .btn,
body.bw-text .button.inverted, body.bw-text #footer, body.bw-text #premium-text,
body.bw-text #more-content {
    background-color: #2d2d2d !important;
    color: #ffffff !important;
}

body.by-text #main-nav .navbar-nav>li>a, body.by-text #main-nav .dropdown-menu>li>a,
body.by-text #main-nav .dropdown-menu>li>a:hover, body.by-text .dropdown-menu>.active>a,
body.by-text .dropdown-menu>.active>a, body.by-text .dropdown-menu>.active>a:focus,
body.by-text .dropdown-menu>.active>a:hover, body.by-text #main-slideshow .carousel-caption::before,
body.by-text #hero-title, body.by-text #hero-title h1, body.by-text .button.inverted:hover,
body.by-text #footer::before, body.by-text .contact-details-card .card-body,
body.by-text .expoUrl .contents-wrapper, body.by-text .button, body.by-text .btn,
body.by-text .button.inverted, body.by-text #footer, body.by-text #premium-text,
body.by-text #more-content {
    background-color: #0f2dd6 !important;
    color: #d6c90f !important;
}

body.more .article-head-container {
    margin-top: -120px;
    margin-left: -120px;
    margin-right: -120px;
}
body.more .article-head-container img {
    width: 100% !important;
    height: auto !important;
}

#move-top {
    display: block;
    position: fixed;
    top: auto;
    bottom: 60px;
    left: auto;
    right: 20px;
    width: 52px;
    height: 52px;
    background-color: #50b51d;
    color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 5px 20px rgba(0,0,0,.3);
    cursor: pointer;
    line-height: 50px;
    z-index: 99;
}

/* FB Messaging ==================================================================== */
#fb-root { display: none; }
#fb-messaging {
    display: block;
    position: fixed;
    top: auto;
    bottom: -500px;
    left: auto;
    right: -100px;
    width: 300px;
    z-index: 999;
    transition: all 0.5s ease;
}
#fb-messaging.show {
    bottom: 0;
    right: 20px;
}
#fb-messaging .title {
    padding: 10px;
    background-color: #4267b2;
    color: #ffffff;
    cursor: pointer;
}
#fb-messaging .title > .icon { margin-right: 10px; }
/* ================================================================================= */

/* Fixed banner ================================================================ */
#fixed-banner {
    display: block;
    position: fixed;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 100%;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    z-index: 999;
}
#fixed-banner.top { top: 0; }
#fixed-banner.bottom { bottom: 0; }
#fixed-banner.left { left: 0; }
#fixed-banner.right { right: 0; }
#fixed-banner > .inner-image {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
#fixed-banner > .full-image {
    display: block;
    position: relative;
    width: auto;
    height: auto;
}
#fixed-banner > .close {
    position: absolute;
    top: 10px;
    bottom: auto;
    left: auto;
    right: 10px;
}
#fixed-banner > p, #fixed-banner > h3, #fixed-banner > div {
    display: block;
    width: 100%; 
    padding: 20px 15px 0;
    margin: 0;
}
#fixed-banner > *:last-child:not(img) {
    padding-bottom: 20px;
}
#fixed-banner.goTo {
    cursor: pointer;
}
/* ============================================================================= */
