/*!
Theme Name: Digital Newspaper Plus CUSTOM
Version: 999999999  
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digital-newspaper-plus
Template: digital-newspaper

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Digital Newspaper Plus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
    --digital-dark-color: #000;
    --site-bk-color: #f0f1f2;
    --newsletter-color: #27272a;
    --random-news-color: #27272a;
    --newsletter-color-hover: #27272a;
    --random-news-color-hover: #27272a;
    --top-header-slider-arrow-color: #fff;
    --white-text: #fff;
    --theme-color-red: #924ed5;
    --block-title-border-bottom-color: #e5e5e5;
    --block-title-color: #000;
    --border-color: #27272a;

}

.digital_newspaper_dark_mode {
    --digital-dark-color: #fff;
    --site-bk-color: #27272b;
    --block-title-color: #fff;
    --border-color: #ffffff2e;
}

body {
    background: var(--site-bk-color);
}

body .site-header.layout--default .main-header .menu-section {
    background-color: var(--header-bk-color);
}

.site-footer.dark_bk {
    border-top-color: var(--theme-color-red);
}

.error404 h1.page-title {
    text-align: center;
}

.error404 #theme-content .button-404 {
    text-transform: unset;
}

/* Scroll to top */
#digital-newspaper-scroll-to-top {
    padding: 2px 15px;
}

#digital-newspaper-scroll-to-top:hover {
    background-color: var(--theme-color-red);
}

/* Block Tittle Seven */
.block-title--layout-seven h2.digital-newspaper-block-title,
.block-title--layout-seven .news-filter .post_title_filter_wrap,
.block-title--layout-seven h2.digital-newspaper-widget-title,
.archive.block-title--layout-seven .page-header,
.search.block-title--layout-seven .page-header,
.block-title--layout-seven h2.widget-title {
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 6px;
}

.block-title--layout-seven h2.digital-newspaper-block-title span,
.block-title--layout-seven h2.digital-newspaper-widget-title span,
.archive.block-title--layout-seven .page-header h1,
.search.block-title--layout-seven .page-header h1,
.block-title--layout-seven h2.widget-title span {
    background-color: transparent;
    padding: 0;
    color: var(--block-title-color);
    display: flex;
    align-items: center;
    gap: 5px;
}

.block-title--layout-seven h2.digital-newspaper-block-title span:before,
.block-title--layout-seven h2.digital-newspaper-widget-title span:before,
.archive.block-title--layout-seven .page-header h1:before,
.search.block-title--layout-seven .page-header h1:before,
.block-title--layout-seven h2.widget-title span:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    margin-right: 6px;
    background: var(--theme-color-red);
}

.block-title--layout-seven .news-filter h2.digital-newspaper-block-title {
    border-bottom: none;
    padding: 0;
}

.archive.block-title--layout-seven .page-header {
    margin-bottom: 25px;
}

.archive.block-title--layout-seven .page-header .pate-title {
    padding-bottom: 8px;
}

.block-title--layout-seven .dark_bk h2.digital-newspaper-widget-title span,
.block-title--layout-seven .dark_bk h2.widget-title span {
    color: #fff;
}

.block-title--layout-seven .dark_bk h2.digital-newspaper-widget-title,
.block-title--layout-seven .dark_bk h2.widget-title {
    border-color: #ffffff33;
}

/* site header */
.site-header.layout--default .main-header .site-branding-section .row {
    justify-content: space-between;
    gap: 20px
}

.site-header.layout--default .main-header .site-branding-section .row .ads-banner {
    flex: 0 1 60%;
}

body.site-boxed--layout {
    background-color: #f0f0f0;
}

.site-header.layout--two .menu-section {
    background-color: #ffffff;
}

.site-header.layout--two .menu-section .row {
    border-top: 1px solid #f0f0f0;
}

.digital_newspaper_dark_mode .site-header.layout--two .menu-section .row {
    border-color: #f0f0f082;
}

.site-header.layout--two .main-header .sidebar-toggle-wrap {
    padding: 0 15px 0 0;
}

.site-header.layout--two .nav-menu {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.site-header.layout--two .social-icons-wrap {
    flex: 1 1 20%;
}

.site-header.layout--two .top-ticker-news .slick-arrow {
    color: #fff9;
}

body .site-header.layout--default.layout--three .newsletter-element a,
body .site-header.layout--default.layout--three .random-news-element a {
    color: #fff;
}

body .post-categories a {
    color: var(--white-text);
}

body.digital_newspaper_dark_mode .digital-newspaper-category-no-bk .post-categories li.cat-item a {
    color: #8a8a8c;
}

figure {
    margin: 0;
}


/* banner order */
.tab_slider--banner_slider .main-banner-wrap {
    order: 2;
    padding-right: 0;
    padding-left: 20px;
}

.banner-layout--two.tab_slider--banner_slider .main-banner-wrap {
    padding-right: 0px;
}

.tab_slider--banner_slider.banner-layout--two .main-banner-wrap .slick-prev {
    left: 25px;
    right: auto;
}

.tab_slider--banner_slider.banner-layout--two .main-banner-wrap .slick-next {
    right: auto;
    left: 70px;
}

.tab_slider--banner_slider.banner-layout--two .main-banner-slider .post-element {
    float: right;
}

@media (max-width: 950px) {
    .tab_slider--banner_slider .main-banner-wrap {
        order: initial;
        padding-left: 0px;
    }
}

@media (max-width: 500px) {
    .main-banner-wrap .post-element .post-excerpt {
        display: none;
    }

    .banner-layout--two .main-banner-wrap .main-banner-slider .post-element .post-title {
        font-size: 1.6rem;
        line-height: 30px;
    }
}

/** BannerTwo **/
.banner-layout--two .row {
    display: flex;
    align-items: flex-start;
}

.banner-layout--five .slick-arrow,
.banner-layout--six .slick-arrow {
    color: #fff;
}

.banner-layout--two .main-banner-wrap .no-feat-img figure.post-thumb {
    width: 100%;
    height: 100%;
    background-color: var(--noimg-bk-color);
}

.banner-layout--two figure.post-thumb-wrap img {
    width: 100%;
}

.banner-layout--two .main-banner-slider .post_slider_template_two {
    position: relative;
    height: 100%;
}

.banner-layout--two .main-banner-slider .post-element {
    bottom: 0px;
    width: 80%;
    background: var(--banner-content-bk-color);
    color: var(--post-title-color);
    background-image: none;
    position: relative;
    margin-top: -80px;
}

.banner-layout--two .main-banner-wrap {
    flex: 0 1 65%;
    max-width: 65%;
    padding-right: 16px;
    width: 100%;
}

.banner-layout--two .main-banner-wrap .post-excerpt p:not(:first-child) {
    display: none;
}

.banner-layout--two .main-banner-wrap .post-excerpt,
.banner-layout--two .main-banner-wrap .post-excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.banner-layout--two .main-banner-popular-posts {
    flex: 0 1 35%;
    max-width: 35%;
    order: 2;
}

.banner-layout--two .main-banner-wrap .post-element .post-title {
    color: var(--post-title-color);
    width: 100%;
    font-size: calc(var(--post-title-size) * 1.2);
    margin: 11px 0 5px;
}

.banner-layout--two .post-element .post-categories li {
    margin-right: 7px;
}

.banner-layout--two .post-element .post-categories a {
    color: var(--theme-color-red);
    padding: 0;
}

.banner-layout--two .main-banner-related-posts-section-wrap .related-posts-wrap {
    border-color: #68686861;
}

.banner-layout--two .main-banner-wrap .main-banner-related-posts-section-wrap ul li:before {
    color: var(--post-title-color);
}

.banner-layout--two .main-banner-wrap .slick-arrow {
    position: absolute;
    bottom: 32%;
    z-index: 9;
    border: none;
    height: 40px;
    top: initial;
    visibility: visible;
    transform: translateY(-2rem);
}

.banner-layout--two .main-banner-wrap .slick-arrow i {
    color: var(--theme-color-red);
    background-color: var(--white-text);
    border-radius: 0;
    border: none;
    box-shadow: 0px 0px 20px -9px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 0px 20px -9px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 20px -9px rgba(0, 0, 0, 0.75);
}

.banner-layout--two .main-banner-wrap .slick-arrow:hover i {
    color: var(--white-text);
    background-color: var(--theme-color-red);
}

.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb {
    height: 432px;
    overflow: hidden;
}

.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-layout--two .main-banner-wrap .slick-next {
    right: 30px;
}

.banner-layout--two .main-banner-wrap .slick-prev {
    right: 70px;
    left: initial;
}

.digital_newspaper_main_body .banner-layout--two .main-banner-popular-posts article {
    width: 99% !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.banner-layout--two .main-banner-popular-posts article {
    height: 105px;
}

.digital_newspaper_main_body .banner-layout--two .main-banner-slider article {
    padding: 7px;
}

.main-banner-popular-posts h2.section-title {
    margin: 0;
    margin-bottom: 5px;
    line-height: 1;
    padding-bottom: 10px;
    width: 80%;
    font-size: 1.3rem;
    position: relative;
}

.popular-posts-wrap .slick-prev {
    right: 55px;
}

.main-banner-popular-posts .popular-posts-wrap .slick-arrow {
    position: absolute;
    cursor: pointer;
    color: var(--slick-button-color);
    background-color: var(--white-bk-color);
    border: none;
    border-radius: 0;
    text-align: center;
    font-size: 0.86rem;
    box-shadow: 0px 0px 20px -9px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 0px 20px -9px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 20px -9px rgba(0, 0, 0, 0.75);
    -webkit-transition: 0.5s ease;
    transition: 1s ease;
}

.digital_newspaper_vertical_slider .popular-posts-wrap .slick-prev {
    right: 51px;
}

.popular-posts-wrap .slick-next {
    top: -10px;
    right: 11px;
}

.widget.widget_digital_newspaper_popular_posts_widget .popular-posts-wrap .slick-arrow {
    cursor: pointer;
    position: absolute;
    background-color: var(--white-bk-color);
    color: var(--slick-button-color);
    border: none;
    border-radius: 0;
    font-size: 0.86rem;
    -webkit-transition: 0.5s ease;
    transition: 1s ease;
    box-shadow: 0px 0px 20px -9px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 0px 20px -9px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 20px -9px rgba(0, 0, 0, 0.75);
}

.digital_newspaper_vertical_slider .popular-posts-wrap .slick-arrow,
.digital-newspaper-widget-carousel-posts.digital_newspaper_vertical_slider .slick-arrow {
    transform-origin: 0 0;
    top: -12px;
    transform: rotate(270deg);
    padding: 9px 8px 9px 8px;
}

.popular-posts-wrap .slick-track article {
    display: flex;
    align-items: center;
    padding: 7px;
    margin-bottom: 16px;
    background: var(--banner-content-bk-color);
}

.main-banner-popular-posts.digital_newspaper_horizontal_slider .popular-posts-wrap .slick-track article {
    margin-top: 5px;
}

.popular-posts-wrap .slick-track article figure.post-thumb {
    flex: 0 1 32%;
    position: relative;
    height: 100%;
}

.popular-posts-wrap .slick-track article .post-element {
    flex: 0 1 68%;
    padding: 5px 5px 5px 18px;
}

.main-banner-popular-posts .post-element .post-categories a,
.widget .post-element .post-categories a {
    color: var(--theme-color-red);
    font-size: calc(var(--meta-size) * 0.86);
}

.post-thumb .post-count {
    position: absolute;
    color: var(--white-text);
    background-color: var(--theme-color-red);
    width: 30px;
    height: 30px;
    bottom: 0;
    left: 0;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    padding: 6px 7px 7px;
    z-index: 9999;
}

.popular-posts-wrap .post-title {
    margin: 0px;
    font-size: calc(var(--post-title-size) * 0.71);
    line-height: 1.5;
    text-decoration: none;
    color: var(--post-title-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.popular-posts-wrap .post-title a {
    text-decoration: none;
    color: inherit;
}

.banner-layout--two .popular-posts-wrap {
    height: 427px;
}

.popular-posts-wrap .post-meta {
    margin-top: 5px;
    font-size: 0.9rem;
}

.banner-layout--two .popular-posts-wrap .slick-list .slick-track,
.widget .popular-posts-wrap .slick-list .slick-track {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.banner-layout--two .main-banner-wrap .slick-dots {
    top: 10px;
    right: 10px;
}

.main-banner-popular-posts .no-feat-img figure {
    height: 88px;
    background-color: var(--noimg-bk-color);
}

.main-banner-popular-posts.digital_newspaper_horizontal_slider .no-feat-img figure.post-thumb {
    height: 98px;
}

/* Horizontal Slider */
.main-banner-popular-posts.digital_newspaper_horizontal_slider .slick-list {
    height: 505px;
    overflow: hidden;
}

.main-banner-popular-posts.digital_newspaper_horizontal_slider .popular-posts-wrap .slick-arrow {
    top: -36px;
    padding: 6px 11px;
}

.digital_newspaper_horizontal_slider .slick-next.slick-arrow {
    right: 0;
}

.digital_newspaper_horizontal_slider .slick-prev.slick-arrow {
    right: 35px;
}

.banner-layout--two .digital_newspaper_horizontal_slider .popular-posts-wrap .slick-list .slick-track,
.widget .digital_newspaper_horizontal_slider .popular-posts-wrap .slick-list .slick-track {
    display: block;
}

.main-banner-popular-posts.digital_newspaper_horizontal_slider .slick-slide article .post-thumb {
    flex: 0 1 34% !important;
}

.main-banner-popular-posts.digital_newspaper_horizontal_slider .slick-slide article .post-element {
    flex: 0 1 66%;
}

.main-banner-popular-posts .popular-posts-wrap .post-thumb img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 950px) {
    .banner-layout--two .row {
        flex-direction: column;
    }

    .banner-layout--two .row .main-banner-wrap {
        flex: 1;
        max-width: 100%;
        padding-right: 0px;
        margin-bottom: 1.5em;
    }

    .banner-layout--two .main-banner-popular-posts {
        flex: 1;
        max-width: 100%;
        width: 100%;
    }

    .main-banner-popular-posts .popular-posts-wrap .slick-track article figure.post-thumb {
        max-width: 150px;
    }

    .banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb {
        height: 410px;
    }

    .banner-layout--two .popular-posts-wrap {
        height: initial;
    }
}

@media (max-width: 760px) {
    .banner-layout--two .main-banner-wrap .slick-arrow {
        bottom: 40%;
    }

    .main-banner-popular-posts .popular-posts-wrap.slick-vertical .slick-next {
        right: 15px;
    }
}

@media (max-width: 650px) {
    .banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb {
        height: 310px;
    }
}

@media (max-width: 485px) {
    .banner-layout--two .main-banner-slider .post-element {
        margin-top: 0;
        width: 100%;
        padding: 8px 13px;
    }

    .banner-layout--two .main-banner-wrap .slick-arrow {
        bottom: 220px;
    }
}

@media (max-width: 400px) {
    .banner-layout--two .main-banner-wrap .slick-arrow {
        visibility: hidden;
    }
}

/* Header */
.top-date-time-inner {
    font-size: 12px;
    letter-spacing: 0.3px;
}

.site-header.layout--default .top-ticker-news .slick-arrow {
    color: var(--top-header-slider-arrow-color);
}

.site-header.layout--default nav.main-navigation {
    flex: 1 1 92%;
}

header .site-title a {
    color: var(--digital-dark-color);
}

.site-header.layout--default .social-icons-wrap .social-icon {
    font-size: 12px;
}

.site-header .digital_newspaper_sidetoggle_menu_burger span {
    width: 1.1em;
    margin: 0.13em 0;
}

.site-header.layout--default .search-wrap .search-trigger {
    font-size: 14px;
}

/* buttons */
.site-header.layout--default .header-right-button-wrap > div {
    display: inline-block;
}

.site-header.layout--default .header-right-button-wrap > div {
    display: inline-block;
    padding-left: 15px;
}

.site-header.layout--default .header-right-button-wrap > div a {
    text-decoration: none;
}

.site-header.layout--default .header-right-button-wrap span.title-text {
    font-family: var(--menu-family);
    font-weight: var(--menu-weight);
}

.site-header.layout--default .header-right-button-wrap .title-icon i {
    padding-right: 6px;
    font-style: 14px;
}

.site-header.layout--two .newsletter-element .title-text,
.site-header.layout--two .random-news-element .title-text {
    display: none;
}

.site-header.layout--default .newsletter-element a:hover,
.site-header.layout--default .random-news-element a:hover {
    color: var(--theme-color-red);
}

.site-header.layout--two .newsletter-element {
    padding-right: 6px;
}

.site-header.layout--two .random-news-element {
    padding: 0 6px 0 20px;
}

/* Main */
/* Banner */
.digital_newspaper_main_body .banner-layout--two .main-banner-wrap article {
    background-color: #fff;
}

.post-title a {
    color: inherit;
}

.ticker-news-wrap.layout--three .digital-newspaper-ticker-controls button {
    background-color: var(--theme-color-red);
    color: #fff;
}

/* Carousel */
.news-carousel .slick-dots {
    top: -1px;
}

.news-carousel .slick-arrow {
    color: #fff;
}

/* View all Button */
/* block title layout one */
.block-title--layout-one a.view-all-button {
    top: 8px;
    right: 0;
}

.block-title--layout-one .news-filter .viewall_enabled .filter-tab-wrapper {
    padding-right: 35px;
}

/* block title layout Four */
.block-title--layout-four a.view-all-button {
    top: 4px;
    right: 0;
}

.block-title--layout-four .news-filter .viewall_enabled .filter-tab-wrapper {
    padding-right: 35px;
}

/* block title layout Seven */
.block-title--layout-seven a.view-all-button {
    top: 4px;
    right: 0;
}

.block-title--layout-seven .news-filter .viewall_enabled .filter-tab-wrapper {
    padding-right: 35px;
}

a.view-all-button i {
    padding-left: 0;
}

/* Archive Layout Six */
body.post-layout--six .site-main .primary-content article + article {
    margin-top: 16px;
}

body.post-layout--six #theme-content .site-main .row .primary-content .news-list-wrap article .blaze_box_wrap {
    display: flex;
    padding: 12px;
}

body.post-layout--six .site-main .primary-content .blaze_box_wrap .post-thumb-wrap {
    flex: 0 1 35%;
    align-self: flex-start;
}

body.post-layout--six .site-main .primary-content .blaze_box_wrap .post-thumb-wrap.no-feat-img {
    display: none;
}

/* Post Element */
body.post-layout--six .site-main .primary-content .blaze_box_wrap .post-element {
    flex: 1 1 65%;
    padding: 5px 18px 5px 5px;
}

body.post-layout--six #theme-content .primary-content article .card-header {
    display: flex;
    gap: 35px;
    overflow: hidden;
}

body.post-layout--six #theme-content .primary-content article .post-categories li {
    margin: 0 5px 0 0;
}

body.post-layout--six #theme-content .primary-content article .post-categories li a {
    padding: 5px 7px 2px;
}

body.post-layout--six #theme-content .primary-content article .post-date {
    position: relative;
    padding-left: 2px;
    line-height: initial;
}

body.post-layout--six #theme-content .primary-content article .post-date:after {
    content: '';
    width: 15px;
    height: 1px;
    background: #000;
    left: -27px;
    top: 50%;
    position: absolute;
}

body.post-layout--six #theme-content .primary-content article .post-date a {
    text-decoration: none;
}

body.post-layout--six #theme-content .primary-content article .post-date time {
    color: var(--meta-text-color);
    font-size: calc(var(--meta-size) * 0.95);
    font-family: var(--meta-family);
    font-weight: var(--meta-weight);
    text-transform: var(--meta-texttransform);
    text-decoration: var(--meta-textdecoration);
}

body.post-layout--six #theme-content .primary-content article .post-element h2 {
    margin: 15px 0 27px 0;
    font-size: calc(var(--post-title-size) * 1.1);
    position: relative;
}

body.post-layout--six #theme-content .primary-content article .post-element h2:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #000;
    left: 0;
    bottom: -12px;
    position: absolute;
}

body.post-layout--six.digital_newspaper_dark_mode #theme-content .primary-content article .post-element h2:after,
body.post-layout--six.digital_newspaper_dark_mode #theme-content .primary-content article .post-date:after {
    background-color: #ffffff94;
}

body.post-layout--six #theme-content .primary-content article .card-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

body.post-layout--six #theme-content .primary-content article .card-footer .post-link-button {
    margin: 0;
}

body.post-layout--six #theme-content .primary-content article .card-footer .post-meta {
    line-height: 16px;
}

/* pagination */
.pagination,
.digital-newspaper-widget-loader {
    margin-top: 16px;
    text-align: center;
    overflow: hidden;
}

.posts-navigation .nav-links {
    align-items: center;
}

.navigation.posts-navigation {
    margin: 0;
}

.pagination .nav-next a {
    margin-right: 8px;
}

/* Single */
.comment-form p.form-submit {
    margin-bottom: 0;
}

.single-related-posts-wrap h2.post-title {
    margin-bottom: 2px;
}

@media (max-width: 769px) {
    /* Header */
    .site-header.layout--default .main-header .site-branding-section .row {
        gap: 0;
    }

    .site-header.layout--three .main-header .site-branding-section .site-branding {
        padding-top: 12px;
    }

    .site-header.layout--default .main-header .site-branding-section .row .ads-banner {
        margin-bottom: 20px;
    }

    .site-header.layout--one .menu-section .row,
    .site-header.layout--two .menu-section .row {
        padding: 15px 0;
    }

    .site-header.layout--one .header-right-button-wrap {
        margin-bottom: 20px;
    }

    #digital_newspaper_menu_burger span {
        width: 1.1em;
        height: .11em;
        margin: 0.13em 0;
    }

    .main-navigation ul li > ul {
        left: auto;
        box-shadow: none;
    }

    /* archive six */
    body.post-layout--six .site-main .primary-content .blaze_box_wrap {
        flex-direction: column;
    }

    body.post-layout--six .site-main .primary-content .blaze_box_wrap .post-element {
        order: 2;
        padding: 18px 5px 5px;
    }
}

/* Sub Menu */
@media (min-width: 48.1em) {
    .site-header.layout--one .main-navigation ul.menu ul li:hover > ul,
    .site-header.layout--one .main-navigation ul.menu ul li.focus > ul,
    .site-header.layout--one .main-navigation ul.nav-menu ul li:hover > ul,
    .site-header.layout--one .main-navigation ul.nav-menu ul li.focus > ul,
    .site-header.layout--two .main-navigation ul.menu ul li:hover > ul,
    .site-header.layout--two .main-navigation ul.menu ul li.focus > ul,
    .site-header.layout--two .main-navigation ul.nav-menu ul li:hover > ul,
    .site-header.layout--two .main-navigation ul.nav-menu ul li.focus > ul {
        left: 100%;
    }
}

/* loader */
.retrieving-posts .filter-tab-content-wrapper:after,
.main-banner-slider:not(.slick-initialized):before,
.popular-posts-wrap:not(.slick-initialized):before,
.banner-layout--five .main-banner-grid-posts .grid-posts-wrap:not(.slick-initialized):before,
.widget_digital_newspaper_carousel_widget .carousel-posts-wrap:not(.slick-initialized):before,
.news-carousel .news-carousel-post-wrap:not(.slick-initialized):before {
    content: '';
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    z-index: 2;
    background-color: transparent;
    box-shadow: 15px 15px #55dbdb, -15px 15px #de8a0d, -15px -15px #55dbdb, 15px -15px #de8a0d;
    -o-box-shadow: 15px 15px #55dbdb, -15px 15px #de8a0d, -15px -15px #55dbdb, 15px -15px #de8a0d;
    -ms-box-shadow: 15px 15px #55dbdb, -15px 15px #de8a0d, -15px -15px #55dbdb, 15px -15px #de8a0d;
    -webkit-box-shadow: 15px 15px #55dbdb, -15px 15px #de8a0d, -15px -15px #55dbdb, 15px -15px #de8a0d;
    -moz-box-shadow: 15px 15px #55dbdb, -15px 15px #de8a0d, -15px -15px #55dbdb, 15px -15px #de8a0d;
    animation: cssload-spin ease infinite 4.6s;
    -o-animation: cssload-spin ease infinite 4.6s;
    -ms-animation: cssload-spin ease infinite 4.6s;
    -webkit-animation: cssload-spin ease infinite 4.6s;
    -moz-animation: cssload-spin ease infinite 4.6s;
}

@keyframes cssload-spin {
    0%, 100% {
        box-shadow: 15px 15px #55dbdb, -15px 15px #de8a0d, -15px -15px #55dbdb, 15px -15px #de8a0d;
    }
    25% {
        box-shadow: -15px 15px #de8a0d, -15px -15px #55dbdb, 15px -15px #de8a0d, 15px 15px #55dbdb;
    }
    50% {
        box-shadow: -15px -15px #55dbdb, 15px -15px #de8a0d, 15px 15px #55dbdb, -15px 15px #de8a0d;
    }
    75% {
        box-shadow: 15px -15px #de8a0d, 15px 15px #55dbdb, -15px 15px #de8a0d, -15px -15px #55dbdb;
    }
}

.main-banner-slider:not(.slick-initialized),
.banner-layout--five .main-banner-grid-posts .grid-posts-wrap:not(.slick-initialized) {
    height: 500px;
}

.banner-layout--five .main-banner-grid-posts .grid-posts-wrap:not(.slick-initialized),
.banner-layout--two .popular-posts-wrap:not(.slick-initialized) {
    visibility: hidden;
    position: relative;
}

.banner-layout--five .main-banner-grid-posts .grid-posts-wrap:not(.slick-initialized):before,
.banner-layout--two .popular-posts-wrap:not(.slick-initialized):before {
    visibility: visible;
}

.news-carousel .news-carousel-post-wrap:not(.slick-initialized),
.widget_digital_newspaper_carousel_widget .carousel-posts-wrap:not(.slick-initialized) {
    height: 205px;
    background: #0000000d;
}

@media (max-width: 610px) {
    .site-header.layout--default.layout--two .top-header .row {
        flex-direction: column;
        padding: 10px 0;
        gap: 6px;
    }

    .site-header.layout--default.layout--three .top-header .row {
        gap: 6px;
    }
}


/*
MARK: RTL
 */
/** Headers **/
body.rtl .site-header.layout--default .social-icons-wrap {
    text-align: left;
}

body.rtl .post-meta > span {
    display: inline-block;
    padding-left: 10px;
}

body.rtl .post-meta > span {
    padding-right: 0;
}

body.rtl .post-meta > span:last-child {
    padding-left: 0;
}

body.rtl .main-banner-wrap .post-categories {
    padding-left: 10px;
}

body.rtl .site-header.layout--default .search-form-wrap {
    left: 0;
    right: auto;
}

@media (min-width: 48.1em) {
    body.rtl .main-navigation ul.menu li.menu-item-has-children > a:after {
        margin-right: 8px;
        margin-left: 0px;
        float: left;
    }

    body.rtl .main-navigation ul.menu li.menu-item-has-children .sub-menu li > a:after {
        rotate: 180deg;
    }

    body.rtl .main-navigation ul.menu ul.sub-menu {
        text-align: right;
    }

    body.rtl .main-navigation ul.menu li:hover > ul,
    body.rtl .main-navigation ul.menu li.focus > ul,
    body.rtl .main-navigation ul.nav-menu li:hover > ul,
    body.rtl .main-navigation ul.nav-menu li.focus > ul {
        right: 0;
        left: auto;
    }

    body.rtl .site-header.layout--one .main-navigation ul.menu ul li:hover > ul,
    body.rtl .site-header.layout--one .main-navigation ul.menu ul li.focus > ul,
    body.rtl .site-header.layout--one .main-navigation ul.nav-menu ul li:hover > ul,
    body.rtl .site-header.layout--one .main-navigation ul.nav-menu ul li.focus > ul,
    body.rtl .site-header.layout--two .main-navigation ul.menu ul li:hover > ul,
    body.rtl .site-header.layout--two .main-navigation ul.menu ul li.focus > ul,
    body.rtl .site-header.layout--two .main-navigation ul.nav-menu ul li:hover > ul,
    body.rtl .site-header.layout--two .main-navigation ul.nav-menu ul li.focus > ul {
        right: 100%;
        left: initial;
    }
}

body.rtl .sub-menu .menu-item-description-wrap {
    margin: 0 10px 0 0;
}

body.rtl a.view-all-button {
    right: initial;
    left: 0;
}

body.rtl .news-filter-post-wrap a.view-all-button,
body.rtl .news-carousel a.view-all-button {
    left: 2px;
}

body.rtl .news-grid figure.post-thumb-wrap .post-categories {
    padding-right: 0;
    right: 10px;
}

body.rtl #theme-content .row .secondary-sidebar {
    margin-left: 0;
    padding: 0;
    margin-right: 20px;
}

body.rtl.post-layout--one #theme-content .primary-content {
    margin-right: 0px;
}

body.rtl.post-layout--one #theme-content .primary-content article figure {
    margin: 0;
    margin-left: 25px;
}

body.rtl .post-meta span.author_name:before,
body.rtl .post-meta a.author_name:before {
    padding-left: 7px;
}

body.rtl .page-numbers i {
    transform: rotate(180deg);
}

body.rtl.post-layout--one #theme-content .primary-content article figure .post-categories {
    margin: 0;
    padding-left: 0;
    padding-right: 0px;
}

body.rtl.post-layout--one #theme-content .primary-content article figure .post-categories li {
    margin: 0;
    margin-left: 5px;
}

body.rtl .news-carousel.layout--one .post-categories {
    padding: 0px;
}

body.rtl h2.digital-newspaper-block-title span sub,
body.rtl h2.digital-newspaper-widget-title span sub {
    display: inline-block;
}

body.rtl .news-carousel .slick-dots {
    text-align: left;
    left: 0;
    right: auto;
}

body.rtl .news-carousel .viewall_enabled .slick-dots {
    left: 35px;
}

body.rtl h2.digital-newspaper-block-title span:before,
body.rtl h2.digital-newspaper-widget-title span:before {
    right: 0;
    border-left: 5px solid transparent;
    border-top: 5px solid var(--theme-color-red);
    border-right: 0;
}

body.rtl .news-grid figure.post-thumb-wrap .post-categories li {
    margin-right: 0px;
    margin-left: 5px;
}

body.rtl .news-list-post-wrap .list-item figure.post-thumb-wrap .post-categories {
    padding: 0;
    right: 10px;
    align-items: flex-start;
}

body.rtl .list-item .post-element {
    margin: 0 20px 0 0;
    padding: 5px 0 5px 5px;
}

body.rtl .layout--two .list-item .post-element,
body.rtl .layout--three .list-item .post-element {
    margin: 0 0 0 20px;
    padding: 5px 5px 5px 0;
}

body.rtl .news-list-post-wrap .list-item figure.post-thumb-wrap .post-categories li {
    margin-right: 0px;
    margin-left: 5px;
}

body.rtl .news-filter .filter-tab-wrapper {
    text-align: left;
}

body.rtl .news-filter.layout--one .featured-post {
    padding-right: 0;
    padding-left: 8px;
}

body.rtl .news-filter.layout--one .trailing-post {
    padding-left: 0;
    padding-right: 8px;
}

@media (max-width: 1025px) {
    body.rtl .news-filter.layout--one .featured-post {
        padding-left: 0;
    }

    body.rtl .news-filter.layout--one .trailing-post {
        padding-right: 0;
    }
}

body.rtl .news-filter .post-categories {
    padding-right: 5px;
    right: 5px;
}

body.rtl .news-filter .post-categories li {
    margin-right: 0;
    margin-left: 5px;
}

body.rtl .news-filter.layout--one .trailing-post .post-element {
    padding: 0 18px 0 5px;
}

body.rtl .widget_digital_newspaper_posts_list_widget .post-item .post-content-wrap {
    padding-right: 15px;
    padding-left: 0;
}

body.rtl .tabbed-widget-tabs .tabbed-widget {
    margin-right: 0;
    margin-left: 15px;
}

body.rtl .widget-tabs-content .post-element {
    margin-left: 0;
    margin-right: 15px;
}

body.rtl .widget_digital_newspaper_popular_posts_widget .digital_newspaper_vertical_slider .popular-posts-wrap .slick-arrow.slick-prev,
body.rtl .digital-newspaper-widget-carousel-posts.digital_newspaper_vertical_slider .slick-arrow.slick-prev {
    right: auto;
    left: 0px;
}

body.rtl .widget_digital_newspaper_popular_posts_widget .digital_newspaper_vertical_slider .popular-posts-wrap .slick-arrow.slick-next,
body.rtl .digital-newspaper-widget-carousel-posts.digital_newspaper_vertical_slider .slick-arrow.slick-next {
    right: auto;
    left: 45px;
}

body.rtl .popular-posts-wrap .slick-track article .post-element {
    padding-left: 0;
    padding-right: 15px;
}

body.rtl .widget .opinion-title {
    text-align: right;
}

body.rtl .opinion-meta {
    float: right;
}

body.rtl .opinion-meta i {
    float: left;
}

body.rtl body.single #theme-content .primary-content .single-related-posts-wrap article .post-title {
    text-align: right;
}

body.rtl .single-related-posts-wrap {
    text-align: right;
}

body.rtl .single-related-posts-section-wrap h2.digital-newspaper-block-title {
    text-align: right;

}

body.rtl .single-related-posts-section-wrap h2.digital-newspaper-block-title span:before {
    right: 0;
    border-left: 5px solid transparent;
    border-top: 5px solid var(--theme-color-red);
    border-right: 0;
    left: auto;
}

body.rtl .leftc-rights-section .secondary-sidebar {
    margin-left: 0;
    margin-right: 20px;
}

@media (max-width: 769px) {
    body.rtl .menu_txt {
        padding-left: 0;
        padding-right: 8px;
    }
}

body.rtl .banner-layout--two.tab_slider--banner_slider .main-banner-wrap {
    padding-left: 0;
    padding-right: 20px;
}

body.rtl .banner-layout--two .main-banner-wrap {
    padding-right: 0;
    padding-left: 20px;
}

body.rtl .banner-layout--two .main-banner-wrap .slick-next {
    left: 60px;
    right: auto;
}

body.rtl .banner-layout--two .main-banner-wrap .slick-prev {
    left: 20px;
    right: auto;
}

body.rtl .popular-posts-wrap .slick-prev {
    right: auto;
    left: 50px;
}

body.rtl .popular-posts-wrap .slick-next {
    left: 10px;
    right: auto;
}

body.rtl .digital_newspaper_horizontal_slider .popular-posts-wrap .slick-arrow.slick-next {
    left: 40px;
    right: auto;
}

body.rtl .digital_newspaper_horizontal_slider .popular-posts-wrap .slick-arrow.slick-prev {
    left: 0px;
    right: auto;
}

body.rtl .digital-newspaper-widget-carousel-posts.digital_newspaper_horizontal_slider .slick-arrow.slick-prev {
    left: 0;
    right: auto;
}

body.rtl .digital-newspaper-widget-carousel-posts.digital_newspaper_horizontal_slider .slick-arrow.slick-next {
    left: 40px;
    right: auto;
}

body.rtl #theme-content .primary-content .news-list-wrap article figure .post-categories {
    padding-right: 0px;
}

body.rtl.post-layout--two #theme-content .primary-content .news-list-wrap article figure .post-categories li {
    margin-right: 0;
    margin-left: 5px;
}

body.rtl.right-sidebar #theme-content .row .secondary-sidebar,
body.rtl.left-sidebar #theme-content .row .secondary-sidebar {
    margin-left: 0;
}

body.rtl .single-related-posts-section-wrap {
    left: 15px;
    right: auto;
}

body.rtl .single-related-posts-section-wrap.layout--list .single-related-posts-section article .post-element {
    padding: 0 15px 0 0;
}

body.rtl.digital-newspaper-image-hover--effect-two .post-thumb::before,
body.rtl.digital-newspaper-image-hover--effect-two .post-thumb-wrap::before {
    position: absolute;
    top: 0;
    right: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

body.rtl.digital-newspaper-image-hover--effect-two .post-thumb:hover::before,
body.rtl.digital-newspaper-image-hover--effect-two .post-thumb-wrap:hover::before {
    -webkit-animation: rshine 1s;
    animation: rshine 1s;
}

@-webkit-keyframes rshine {
    100% {
        right: 125%;
    }
}

@keyframes rshine {
    100% {
        right: 125%;
    }
}

body.rtl .lefts-rightc-section .secondary-sidebar {
    margin-right: 0;
    margin-left: 20px;
}

body.rtl .ticker-news-wrap span.icon {
    margin-right: 0;
    margin-left: 10px;
}

body.rtl .main-banner-wrap .slick-dots {
    text-align: left;
    left: 10px;
    width: initial;
}

body.rtl .banner-layout--two .post-categories {
    padding-right: 0;
}

body.rtl .banner-layout--two .main-banner-popular-posts h2.section-title:before {
    right: 0;
}

@media (max-width: 950px) {
    body.rtl .banner-layout--two .main-banner-wrap {
        padding-left: 0;
    }

    body.rtl .banner-layout--two.tab_slider--banner_slider .main-banner-wrap {
        padding-right: 0;
    }
}

body.rtl a.view-all-button i {
    transform: rotate(179deg);
}

body.rtl ul.page-numbers {
    margin-right: 0;
    padding-right: 0;
    text-align: right;
}

body.rtl a.post-link-button i {
    transform: rotate(179deg);
    margin-bottom: 4px;
}

body.rtl .navigation.posts-navigation .nav-next {
    text-align: center;
}

body.rtl .digital-newspaper-widget-carousel-posts.layout--one .carousel-posts-wrap .post-categories {
    right: 0;
}

body.rtl .post-inner-wrapper .post-categories {
    padding-right: 0;
}

body.rtl.single .navigation.post-navigation .nav-links > div {
    border-left: 1px solid #d9d9d9;
    border-right: none;
}

body.rtl.single .navigation.post-navigation .nav-previous {
    text-align: left;
    padding-left: 20px;
}

body.rtl.single .navigation.post-navigation .nav-next {
    text-align: right;
    padding-right: 20px;
}

body.rtl.single .navigation.post-navigation .nav-next i {
    transform: rotate(180deg);
}

body.rtl.single .navigation.post-navigation .nav-previous i {
    transform: rotate(180deg);
}

@media (max-width: 769px) {
    body.rtl ul.menu .toggle-sub-menu {
        left: 2px;
        right: initial;
        text-align: left;
    }
}

body.rtl .bottom-menu {
    text-align: left;
}

body.rtl .news-grid.layout--three figure.post-thumb-wrap .post-categories {
    right: initial;
}

body.rtl .news-grid.layout--four .post-categories,
body.rtl .digital-newspaper-multi-column-section .news-list-2 .post-categories {
    padding-right: 0;
}

body.rtl .news-list.layout--four .post-title {
    margin-right: -5rem;
    margin-left: 0;
    padding: 11px 15px 10px 0;
}

@media (max-width: 610px) {
    body.rtl .news-list.layout--four .post-title {
        margin-right: 0;
    }
}

body.rtl .news-list.layout--two .news-list-post-wrap.column--three .list-item figure.post-thumb-wrap {
    margin-left: 0;
    margin-right: 15px;
}

body.rtl .news-list.layout--four .column--three .list-item .post-title {
    padding: 0;
}

body.rtl .widget_digital_newspaper_posts_list_widget .layout-three .post-item:first-child .post-numbering {
    float: left;
}

body.rtl .video-playlist-section.layout--one .video-item.activePlayer {
    border-right: 3px solid var(--theme-color-red);
    border-left: none;
}

body.rtl .video-playlist-section.layout--one .video-item .title-wrap {
    padding-left: 0;
    padding-right: 15px;
}

body.rtl .widget ul li,
body.rtl .widget ol li {
    padding: 9px 27px 9px 0;
}

body.rtl.widgets-items-list-icon--fas-fa-ban .widget ul li,
body.rtl.widgets-items-list-icon--fas-fa-ban .widget ol li {
    padding-right: 0;
}

body.rtl .widget ul li:before,
body.rtl .widget ol li:before {
    right: 0;
    transform: rotate(180deg);
    left: initial;
}

body.rtl .site-header.layout--default .header-right-button-wrap .title-icon i {
    padding: 0 0 0 6px;
}

body.rtl .site-header.layout--default .header-right-button-wrap > div:first-child {
    padding-left: 30px;
}

body.rtl .site-header.layout--default .header-right-button-wrap > div:last-child {
    padding-left: 0;
}

body.rtl .modal-content {
    padding: 0 0 0 20px;
}

body.rtl .site-header.layout--two .newsletter-element {
    padding: 0 0 0 6px;
}

body.rtl .site-header.layout--default .mode_toggle_wrap {
    padding: 0 20px 0 0;
}

body.rtl .site-header.layout--two .random-news-element {
    padding: 0 20px 0 6px;
}

body.rtl .site-header.layout--default .search-wrap {
    padding: 0 20px 0 6px;
}

body.rtl .site-header.layout--two .main-header .site-branding-section .site-branding {
    text-align: right;
}

body.rtl .site-header.layout--two .ads-banner {
    padding: 0 10px 0 0;
}

body.rtl .site-header.layout--two .social-icons-wrap {
    text-align: left;
}

body.rtl .widget.widget_digital_newspaper_news_filter_tabbed_widget .post-element {
    padding: 0 15px 0 0;
}

body.rtl .widget.widget_digital_newspaper_news_filter_tabbed_widget ul li {
    border-left: 1px solid var(--border-line-color);
    border-right: none;
}

body.rtl.left-sidebar #theme-content .row .secondary-left-sidebar {
    margin-right: 0;
    margin-left: 20px;
}

body.rtl.both-sidebar #theme-content .row .secondary-left-sidebar {
    margin-right: 0;
    margin-left: 20px;
}

body.rtl.both-sidebar #theme-content .row .secondary-sidebar {
    margin-left: 0;
}

body.rtl.left-both-sidebar #theme-content .secondary-left-sidebar,
body.rtl.left-both-sidebar #theme-content .secondary-sidebar {
    margin-left: 20px;
    margin-right: 0;
}

body.rtl.right-both-sidebar #theme-content .secondary-left-sidebar,
body.rtl.right-both-sidebar #theme-content .secondary-sidebar {
    margin-left: 0;
    margin-right: 20px;
}

@media (max-width: 1025px) {
    body.rtl #theme-content .row .secondary-left-sidebar,
    body.rtl #theme-content .row .secondary-sidebar {
        margin-left: 0;
        margin-right: 0;
    }

    body.rtl.both-sidebar #theme-content .row .secondary-left-sidebar {
        margin-left: 0;
    }
}

body.rtl .site-header.layout--default .top-ticker-news .slick-list li {
    text-align: left;
}

body.rtl .site-header.layout--default .top-ticker-news .slick-list {
    margin-right: auto;
}

body.rtl .site-header.layout--two .top-ticker-news .slick-list li a {
    text-align: right;
}

body.rtl .news-filter .tab-title {
    padding: 0 15px 0 0;
}

/*  Header Three */
body.rtl .site-header.layout--three .top-header-nrn-button-wrap > div {
    padding-right: 15px;
    padding-left: 0;
}

body.rtl .site-header.layout--three .top-header-nrn-button-wrap,
body.rtl .site-header.layout--three .social-icons-wrap {
    text-align: left;
}

body.rtl .site-header.layout--three .top-ticker-news .slick-list li {
    text-align: right;
}

body.rtl .site-header.layout--three .main-header .site-branding-section .site-branding {
    text-align: right;
}

body.rtl .site-header.layout--three .menu.nav-menu {
    justify-content: left;
}

body.rtl .site-header.layout--three .search-wrap,
body.rtl .site-header.layout--three .sidebar-toggle-wrap {
    padding: 0 20px 0 0;
}

/* Ticker */
body.rtl .ticker-news-wrap.layout--three .ticker-title {
    margin: -10px -10px 20px 0;
}

/* Banner Five */
body.rtl .banner-layout--five .main-banner-grid-posts {
    padding: 0 0 0 8px;
}

body.rtl .banner-layout--five .main-banner-list-posts {
    padding: 0 8px 0 0;
}

body.rtl .main-banner-wrap .main-banner-related-posts-section-wrap ul li:before {
    left: initial;
    right: 0;
    transform: rotate(176deg);
}

body.rtl .main-banner-related-posts-section-wrap .related-posts-wrap {
    margin: 15px 8px 0 0;
    padding: 15px 20px 0 0;
}

body.rtl .main-banner-list-posts .post-categories {
    padding: 0;
}

body.rtl .banner-layout--five .main-banner-list-posts article:not(:first-child) .post-title:before {
    left: initial;
    right: 0;
    transform: rotate(180deg);
}

/* Banner Re-order */
body.rtl .banner_slider--grid_slider--list_posts .main-banner-wrap,
body.rtl .list_posts--grid_slider--banner_slider .main-banner-list-posts {
    padding: 0 0 0 16px;
}

body.rtl .banner_slider--list_posts--grid_slider .main-banner-wrap,
body.rtl .list_posts--banner_slider--grid_slider .main-banner-list-posts {
    padding: 0 0 0 8px;
}

body.rtl .banner_slider--list_posts--grid_slider .main-banner-list-posts,
body.rtl .grid_slider--list_posts--banner_slider .main-banner-list-posts {
    padding: 0 8px 0 8px;
}

body.rtl .banner_slider--list_posts--grid_slider .main-banner-grid-posts,
body.rtl .list_posts--banner_slider--grid_slider .main-banner-grid-posts,
body.rtl .list_posts--grid_slider--banner_slider .main-banner-wrap,
body.rtl .grid_slider--list_posts--banner_slider .main-banner-wrap {
    padding: 0 8px 0 0;
}

body.rtl .banner-layout--five .main-banner-grid-posts .slick-arrow.slick-next {
    left: 50px;
    right: auto;
}

body.rtl .banner-layout--five .main-banner-grid-posts .slick-arrow.slick-prev {
    left: 11px;
    right: auto;
}

/* dark button */
body.rtl .blaze-switcher-button .blaze-switcher-button-inner-left:before {
    padding: 1px 4px 0px 0px;
}

/* Header Nav */
@media (min-width: 48.1em) {
    body.rtl .site-header.layout--one .main-navigation ul {
        justify-content: center;
    }

    body.rtl header.layout--three .main-navigation ul.menu li:hover > ul,
    body.rtl header.layout--three .main-navigation ul.menu li.focus > ul,
    body.rtl header.layout--three .main-navigation ul.nav-menu li:hover > ul,
    body.rtl header.layout--three .main-navigation ul.nva-menu li.focus > ul {
        right: auto;
        left: 0;
    }

    body.rtl header.layout--three .main-navigation ul.menu ul li:hover > ul,
    body.rtl header.layout--three .main-navigation ul.menu ul li.focus > ul,
    body.rtl header.layout--three .main-navigation ul.nav-menu ul li:hover > ul,
    body.rtl header.layout--three .main-navigation ul.nav-menu ul li.focus > ul {
        left: 100%;
    }
}

body.rtl .top-nav-menu ul {
    text-align: left;
}

body.rtl.digital_newspaper_dark_mode .post-inner p {
    color: var(--white-text);
}

body.rtl .site-header.layout--three .main-navigation .menu-header-menu-container {
    float: left;
}

body.rtl .site-header.layout--default .top-ticker-news .slick-vertical .slick-track {
    top: -42px;
}

body.rtl.block-title--layout-seven .news-filter .viewall_enabled .filter-tab-wrapper {
    padding: 0 0 0 35px;
}

/* archive seven */
body.rtl.post-layout--six .site-main .primary-content .blaze_box_wrap .post-element {
    padding: 5px 5px 5px 18px;
}

body.rtl.post-layout--six #theme-content .primary-content article .post-element h2:after {
    right: 0;
}

body.rtl.post-layout--six .post-categories {
    padding-right: 0;
}

body.rtl.post-layout--six #theme-content .primary-content article .post-date:after {
    right: -26px;
}

body.rtl.post-layout--six #theme-content .primary-content article .post-categories li {
    margin: 0 0 0 5px;
}

body.rtl.block-title--layout-seven h2.digital-newspaper-block-title span:before,
body.rtl.block-title--layout-seven h2.digital-newspaper-widget-title span:before,
body.rtl.archive.block-title--layout-seven .page-header h1:before,
body.rtl.search.block-title--layout-seven .page-header h1:before,
body.rtl.block-title--layout-seven h2.widget-title span:before {
    margin: 0 0 0 6px;
}

body.rtl .banner-layout--five .main-banner-list-posts article:first-child .post-categories li {
    margin: 0 0 0 5px;
}

body.rtl .site-header .main-header .sidebar-toggle-wrap {
    padding: 0 0 0 15px;
}

body.rtl .main-navigation ul {
    padding-right: 0;
}

/* banner six */
body.rtl .banner-layout--six .row .main-banner-wrap {
    padding: 0 0 0 20px;
}

body.rtl .banner-layout--six .row .main-banner-trailing-posts.layout--column .trailing-posts-wrap .post-item:nth-child(1) {
    padding: 0 0 0 10px;
}

/* rtl responsive */
@media (max-width: 769px) {
    body.rtl.post-layout--six .site-main .primary-content .blaze_box_wrap .post-element {
        padding: 18px 5px 5px;
    }
}

body article .entry-content a {
    text-decoration: underline;
}

/** tag design issue **/
.wp-block-tag-cloud a:hover {
    color: #fff;
    background-color: var(--theme-color-red);
}


@import url('/web/20240317162854cs_/https://www.jostrust.org.uk/sites/all/modules/md_megamenu/css/awemenu/css/lib/font-awesome.min.css?ptt7jn');
.page-cart-checkout form .field-delivery_ucxf_contact_text .field-label {
    color: #fff
}

.page-cart-checkout form .field-delivery_ucxf_contact_text input {
    display: none
}

.page-cart-checkout form .field-delivery_ucxf_contact_text .help-block {
    position: relative;
    left: -180px;
    font-weight: 200;
    font-size: .9em;
    max-width: 95%
}

@media (max-width: 480px) {
    .page-cart-checkout form .field-delivery_ucxf_contact_text .help-block {
        left: -100px;
        width: 320px
    }
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item {
    padding-top: 25px
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-label {
    color: #fff
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-field, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-field {
    position: relative;
    left: -180px
}

@media (max-width: 480px) {
    .page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-field, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-field {
        left: -100px
    }
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_fundraising, .page-cart-checkout form .field-delivery_ucxf_contact_channel_information, .page-cart-checkout form .field-delivery_ucxf_contact_channel_news, .page-cart-checkout form .field-delivery_ucxf_contact_channel_volunteer, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_email, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_phone, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_post, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_text, .page-cart-checkout form .field-delivery_ucxf_why_ordered_awareness, .page-cart-checkout form .field-delivery_ucxf_why_ordered_fundraising, .page-cart-checkout form .field-delivery_ucxf_why_ordered_personal, .page-cart-checkout form .field-delivery_ucxf_why_ordered_professional, .page-cart-checkout form .field-delivery_ucxf_why_ordered_ccpw_jan, .page-cart-checkout form .field-delivery_ucxf_why_ordered_csaw_jun, .page-cart-checkout form .field-delivery_ucxf_where_use_trust_hospital, .page-cart-checkout form .field-delivery_ucxf_where_use_gp_clinic, .page-cart-checkout form .field-delivery_ucxf_where_use_workplace, .page-cart-checkout form .field-delivery_ucxf_where_use_charity, .page-cart-checkout form .field-delivery_ucxf_where_use_home_friends, .page-cart-checkout form .field-delivery_ucxf_where_use_community, .page-cart-checkout form .field-delivery_ucxf_where_use_school_college, .page-cart-checkout form .field-delivery_ucxf_where_use_pharmacy, .page-cart-checkout form .field-delivery_ucxf_where_use_other {
    height: 15px
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_fundraising .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_information .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_news .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_volunteer .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_email .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_phone .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_post .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_text .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_awareness .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_fundraising .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_personal .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_professional .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_ccpw_jan .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_csaw_jun .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_trust_hospital .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_gp_clinic .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_workplace .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_charity .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_home_friends .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_community .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_school_college .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_pharmacy .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_other .field-label {
    font-weight: 200
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@media print {
    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.eot);
    src: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'), url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #369;
    text-decoration: none
}

a:focus, a:hover {
    color: #204060;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #faf8fb
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #ededed
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #ededed
}

.text-primary {
    color: #ec008b
}

a.text-primary:focus, a.text-primary:hover {
    color: #b9006d
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #ec008b
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #b9006d
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #faf8fb
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #ededed
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #faf8fb
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #ededed
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #faf8fb;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ededed;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #faf8fb;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #fff;
    background-color: #ec008b;
    border-color: #fff
}

.btn-default.focus, .btn-default:focus {
    color: #fff;
    background-color: #b9006d;
    border-color: #bfbfbf
}

.btn-default:hover {
    color: #fff;
    background-color: #b9006d;
    border-color: #e0e0e0
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #b9006d;
    border-color: #e0e0e0
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #950058;
    border-color: #bfbfbf
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #ec008b;
    border-color: #fff
}

.btn-default .badge {
    color: #ec008b;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #b9006d;
    border-color: #530031
}

.btn-primary:hover {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #950058;
    border-color: #530031
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-primary .badge {
    color: #ec008b;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #b9006d;
    border-color: #530031
}

.btn-success:hover {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #950058;
    border-color: #530031
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-success .badge {
    color: #ec008b;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #b9006d;
    border-color: #530031
}

.btn-info:hover {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #950058;
    border-color: #530031
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-info .badge {
    color: #ec008b;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #369;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #204060;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #ededed;
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.btn-disabled {
    opacity: .7;
    pointer-events: none
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #ec008b
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #ededed
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #ededed;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #faf8fb;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 20px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #faf8fb
}

.nav > li.disabled > a {
    color: #ededed
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #ededed;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #faf8fb;
    border-color: #369
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #faf8fb #faf8fb #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #ec008b
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #ec008b;
    border-color: #ec008b
}

.navbar-inverse .navbar-brand {
    color: #fff
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #fff
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #b9006d
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #c80076
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #b9006d;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #ec008b
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #ec008b
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #b9006d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #fff
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #fff
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #ededed
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #369;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 3;
    color: #204060;
    background-color: #faf8fb;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #ec008b;
    border-color: #ec008b;
    cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #ededed;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #faf8fb
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #ededed;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #ededed
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #d4d4d4
}

.label-primary {
    background-color: #ec008b
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #b9006d
}

.label-success {
    background-color: #ec008b
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #b9006d
}

.label-info {
    background-color: #ec008b
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #b9006d
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #ededed;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #369;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #fff
}

.jumbotron .h1, .jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #e6e6e6
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a > img, .thumbnail > img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #369
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #ec008b;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #ec008b
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #ec008b
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #faf8fb;
    color: #ededed;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #ededed
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #ec008b;
    border-color: #ec008b
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #ffb9e2
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #ec008b
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #ec008b;
    border-color: #ec008b
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ec008b
}

.panel-primary > .panel-heading .badge {
    color: #ec008b;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ec008b
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 2.6em !important
}

h2, h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.5em
}

h2 {
    font-size: 2.1em;
    color: #ec008c
}

h3 {
    font-size: 1.7em;
    color: #ec008c
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.5em;
    color: #ef59a1
}

.defaultcallout h4, .caption h4 {
    color: #fff
}

p {
    line-height: 1.68em
}

.field-name-body h2 {
    font-size: 1.5em !important;
    line-height: 1.78em;
    margin: 0 !important;
    color: #ec008b;
    float: initial !important
}

.field-name-body h3 {
    font-size: 1.2em !important;
    font-weight: 100;
    line-height: 1.55em;
    margin: 0 !important;
    color: #ec008b;
    float: initital !important
}

.field-name-body h4 {
    font-size: 1.1em !important;
    line-height: 1.45em;
    float: initital !important;
    margin: 0 !important
}

.jcct-rotate-text {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg)
}

.page-forum .jumbotron {
    padding: 0
}

.page-forum .jumbotron p {
    font-size: 1em
}

header {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    background: #faf9f3;
    min-height: 130px
}

header .logo {
    padding: 0
}

header .navbar-brand {
    display: block;
    position: relative;
    top: 14px;
    left: 18px;
    padding: 0;
    z-index: 500
}

header .navbar-brand img {
    max-height: 100px
}

header .top-navigation {
    z-index: 7500;
    position: fixed;
    width: 100%;
    top: -42px;
    height: 42px;
    background-color: #fff;
    text-align: right;
    border-bottom: 1px solid #ededed
}

header .top-navigation a {
    line-height: 2.5em;
    color: #555;
    font-weight: 700;
    font-size: 1.25em;
    text-decoration: none
}

header .top-navigation .glyphicon {
    color: #ec008b;
    font-size: 1.18em;
    margin-right: 2px
}

header .top-navigation .scroll-forum-link {
    margin-top: 2px
}

header .top-navigation .helpline-number {
    text-decoration: none !important;
    font-size: 1.35em;
    font-weight: 300 !important;
    margin-right: 6px;
    right: -38px
}

header .top-navigation #nav-scroll-2 {
    margin-right: -34px
}

header .custom-search {
    margin-top: 12px;
    padding-right: 0
}

header .custom-search .jcct-search {
    left: -10px;
    padding-left: 0
}

header .custom-search .jcct-search, header .custom-search .jcct-search-button {
    position: relative;
    background: 0 0 !important;
    border: none;
    color: #ec008b;
    font-size: 1.2em;
    max-width: 210px !important
}

header .custom-search .jcct-search-button::-webkit-input-placeholder, header .custom-search .jcct-search::-webkit-input-placeholder {
    color: #ec008b
}

header .custom-search .jcct-search-button::-moz-placeholder, header .custom-search .jcct-search::-moz-placeholder {
    color: #ec008b
}

header .custom-search .jcct-search-button:-ms-input-placeholder, header .custom-search .jcct-search:-ms-input-placeholder {
    color: #ec008b
}

header .custom-search .jcct-search-button:-moz-placeholder, header .custom-search .jcct-search:-moz-placeholder {
    color: #ec008b
}

header .custom-search .jcct-search-button {
    position: relative;
    right: -8px;
    font-size: 2em;
    margin: 0 !important;
    min-width: 0 !important
}

header .contact-header .helpline-text {
    position: relative;
    padding-left: 0
}

header .contact-header .glyphicon {
    font-size: 1.18em;
    margin-right: 2px
}

header .forum-link, header .helpline-text {
    position: relative;
    left: 64px;
    top: 2px;
    text-align: right;
    padding: 0
}

header .forum-link a:visited, header .helpline-text a:visited {
    color: #555
}

header .forum-link a {
    margin-right: -96px
}

header .helpline-text a {
    margin-right: -30px
}

header .forum-link a, header .helpline-text a {
    font-size: 1.22em;
    line-height: 2em;
    font-weight: bolder;
    text-decoration: none;
    color: #555;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

header .forum-link a:hover, header .helpline-text a:hover {
    text-decoration: none;
    color: #ec008b
}

header .helpline-number {
    position: relative;
    right: -68px;
    padding: 2px 0 0;
    font-size: 1.65em;
    font-weight: 300;
    letter-spacing: .06em !important;
    text-align: right;
    color: #555
}

header .helpline-number a, header .helpline-number a:hover, header .helpline-number a:visited {
    text-decoration: none;
    color: #555 !important
}

.navbar-static-top {
    z-index: 200 !important
}

.navbar {
    top: 0;
    height: 16px !important;
    padding: 0 !important;
    margin: 0 !important
}

.navbar a {
    font-size: 1.2em;
    font-weight: 300
}

.navbar-nav {
    width: 100%;
    height: 30px
}

.navbar-nav > li {
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    text-align: center;
    padding: 0 25px;
    max-width: 220px
}

.navbar-nav > li.col-md-3 {
    max-width: 205px
}

.navbar-nav > li:hover {
    background-color: #fff
}

.navbar-nav > li a {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.navbar-nav > li a:hover {
    color: #ec008b !important
}

.donation-button {
    display: inline-block;
    position: relative;
    right: 0;
    background: #ffcf01;
    border-radius: 0 0 15px 15px;
    border: 0;
    min-height: 48px;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    -o-transition: color 50ms ease-out, background .8s ease-in;
    -ms-transition: color 50ms ease-out, background .8s ease-in;
    -moz-transition: color 50ms ease-out, background .8s ease-in;
    -webkit-transition: color 50ms ease-out, background .8s ease-in;
    transition: color 50ms ease-out, background .8s ease-in;
    cursor: pointer;
    max-width: 266px !important;
    min-width: none !important
}

.donation-button:hover {
    background: #5f276a !important
}

.donation-button:hover a {
    color: #ffcf01 !important
}

.donation-button a {
    color: #5f276a !important;
    font-weight: 400;
    margin: 8px 0 0;
    padding: 0
}

.navbar-nav > li.donation-button > a:hover {
    color: #ffcf01 !important
}

.navbar {
    min-height: 30px !important
}

.contact-header-stuck {
    position: fixed !important;
    top: 0;
    left: -10px;
    background-color: #faf9f3;
    width: 101%;
    padding-right: 26px;
    z-index: 200 !important;
    clear: both;
    text-align: right;
    -webkit-box-shadow: 1px 1px 4px 2px #c7e9ee;
    -moz-box-shadow: 1px 1px 4px 2px #c7e9ee;
    box-shadow: 1px 1px 4px 2px #c7e9ee
}

.contact-header-stuck .forum-link a, .contact-header-stuck .helpline-text a {
    font-size: 1em;
    line-height: 1.8em;
    font-weight: bolder;
    color: #555 !important
}

.contact-header-stuck .helpline-number {
    padding: 0;
    font-size: 1.4em;
    font-weight: 300;
    text-align: right
}

.contact-header-stuck .helpline-number a:hover, .contact-header-stuck .helpline-number a:visited {
    text-decoration: none
}

.breadcrumb {
    background-color: #fff;
    margin-left: -12px
}

.breadcrumb a {
    color: #000 !important
}

.region-social-share {
    margin-top: -40px
}

.sliding-popup-top {
    width: 100vw !important;
    position: relative !important;
    background: #ededed;
    border-bottom: 4px solid #fff
}

@media (min-width: 1200px) {
    .sliding-popup-top .popup-content {
        width: 1170px !important;
        padding-right: 0 !important;
        padding-left: 12px !important
    }
}

.sliding-popup-top .popup-content #popup-text {
    max-width: 85% !important;
    color: #222 !important
}

.sliding-popup-top .popup-content #popup-text P {
    font-size: 1em !important;
    font-weight: 100 !important
}

@media (min-width: 992px) {
    .sliding-popup-top .popup-content #popup-text {
        max-width: 80% !important;
        margin-top: 1em !important
    }
}

@media (max-width: 768px) {
    .sliding-popup-top .popup-content #popup-text {
        text-align: center;
        max-width: 100% !important;
        padding: 8px
    }
}

.sliding-popup-top .popup-content #popup-buttons {
    max-width: 10% !important
}

@media (max-width: 768px) {
    .sliding-popup-top .popup-content #popup-buttons {
        text-align: center;
        max-width: 100% !important
    }
}

.sliding-popup-top .popup-content .decline-button {
    display: none
}

.sliding-popup-top .popup-content .eu-cookie-compliance-default-button {
    border: none !important;
    color: #5f276a !important;
    width: 80px !important;
    height: 40px;
    box-shadow: none !important;
    margin-top: 1em !important
}

.menu li a {
    font-size: 1.01em !important
}

#menu-close {
    cursor: pointer
}

.cbp-spmenu {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/menu-background.png);
    position: fixed
}

.cbp-spmenu .links {
    list-style-type: none;
    margin-top: 16px;
    margin-left: -40px
}

.cbp-spmenu .links .active {
    color: #fff
}

.cbp-spmenu .search-mobile {
    list-style: none;
    height: 60px;
    width: 100%;
    margin: 0;
    padding: 0
}

.cbp-spmenu .search-mobile li {
    display: inline-block;
    width: 100%
}

.cbp-spmenu .search-mobile .search-mobile-input {
    width: 80% !important;
    margin: 14px 0 28px 12px !important;
    border: none !important;
    border-radius: 0 !important
}

.cbp-spmenu .search-mobile .search-mobile-button {
    position: relative;
    top: -75px;
    left: 86%;
    margin: 13px 5px 10px 0;
    width: 36px;
    height: 36px;
    border: none !important;
    border-radius: 0 !important
}

.cbp-spmenu h3 {
    color: #fff;
    font-size: 1.9em;
    padding: 20px 10px;
    margin: 0;
    font-weight: 300;
    background: #ec008b
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300
}

.cbp-spmenu a:hover {
    background: #fad5e5;
    color: #000;
    text-decoration: none
}

.cbp-spmenu a:active {
    background: #fad5e5;
    color: #ec008b
}

.cbp-spmenu-vertical {
    width: 320px;
    height: 100%;
    top: 0;
    z-index: 1000
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #ec008b;
    padding: 1em
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: .8em;
    border-left: 1px solid #258ecd
}

.cbp-spmenu-left {
    left: -240px
}

.cbp-spmenu-right {
    right: -320px
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0
}

.cbp-spmenu-top {
    top: -150px
}

.cbp-spmenu-bottom {
    bottom: -150px
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.cbp-spmenu-push-toright {
    left: 240px
}

.cbp-spmenu-push-toleft {
    left: -240px
}

.cbp-spmenu, .cbp-spmenu-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.caret {
    display: none
}

#block-menu-menu-volunteer-hub .block-title {
    display: none
}

.region-sidebar-first ul.menu li.expanded ul {
    margin-left: -32px
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px
    }

    .cbp-spmenu-top {
        top: -110px
    }

    .cbp-spmenu-bottom {
        bottom: -110px
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px
    }

    .cbp-spmenu-left, .cbp-spmenu-push-toleft {
        left: -190px
    }

    .cbp-spmenu-right {
        right: -190px
    }

    .cbp-spmenu-push-toright {
        left: 190px
    }
}

.dom {
    border: 1px solid green
}

.error {
    border-width: 1px !important
}

body, html {
    letter-spacing: .025em
}

a {
    word-wrap: break-word
}

:focus {
    outline: 0
}

.content {
    line-height: 1.8em
}

.content img {
    padding: 0 0 16px 16px
}

.not-front .video-container {
    height: auto;
    padding-bottom: 0
}

.not-front .video-player {
    width: 75%;
    margin: 20px auto;
    overflow: hidden
}

.not-front .video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-container {
    margin-bottom: 60px;
    margin-top: 30px
}

.main-container .page-header {
    padding-bottom: 9px;
    margin: 0 0 20px !important;
    border: none !important;
    color: #ec008b !important
}

.main-container a, .main-container a:visited {
    color: #369
}

.breadcrumb .active {
    display: none !important
}

.front .hero img {
    min-height: 375px;
    min-width: 100%
}

.front .hero .home-hero {
    padding: 0;
    margin: 0
}

.front .hero .hero-image-No img {
    opacity: .4
}

.front .hero .hero-image-No .hero-caption {
    position: absolute;
    top: 40px;
    right: 220px;
    padding: 16px;
    width: 348px;
    height: 140px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    font-size: 1.1em;
    font-weight: 300
}

.front .hero .hero-image-No .hero-caption p {
    line-height: 1.45em
}

.front .hero .hero-image-No .hero-caption .btn-primary {
    display: block;
    position: absolute;
    bottom: 16px;
    border-radius: 0;
    width: 160px;
    max-height: 34px;
    background-color: #ec008b;
    border: none;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    text-transform: uppercase
}

.front .hero .hero-image-No .hero-caption .btn-primary:hover {
    color: #ec008b;
    background-color: #fad5e5
}

.front .hero .hero-image-Yes .hero-caption {
    position: absolute;
    bottom: 40px;
    left: 215px;
    padding: 16px;
    width: 370px;
    height: 140px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    font-size: 1.1em;
    font-weight: 300
}

.front .hero .hero-image-Yes .hero-caption p {
    line-height: 1.45em
}

.front .hero .hero-image-Yes .hero-caption .btn-primary {
    display: block;
    position: absolute;
    bottom: 16px;
    border-radius: 0;
    width: 160px;
    max-height: 34px;
    background-color: #ec008b;
    border: none;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    text-transform: uppercase
}

.front .hero .hero-image-Yes .hero-caption .btn-primary:hover {
    color: #ec008b;
    background-color: #fad5e5
}

.front h1.home-title {
    display: none
}

.information-section {
    background: #fff;
    margin-top: 50px;
    margin-left: -29px;
    margin-right: -29px
}

.information-section h2 {
    margin: 0 0 40px;
    font-size: 1.6em;
    font-weight: 300;
    color: #ec008b
}

.information-section .question-link, .information-section .question-link:active {
    color: #ec008b
}

.information-section .question-link:active:hover .question, .information-section .question-link:hover .question {
    background-color: #f8f6ee
}

.information-section .question-link:active:hover .read-more, .information-section .question-link:hover .read-more {
    background-color: #f9ccdf
}

.information-section .question-link .question, .information-section .question-link:active .question {
    cursor: pointer !important;
    background-color: #faf9f3;
    min-height: 185px;
    max-height: 185px;
    max-width: 225px;
    padding: 12px
}

.information-section .question-link .question h3, .information-section .question-link:active .question h3 {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #555;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.information-section .question-link .question p, .information-section .question-link:active .question p {
    text-align: center;
    color: #555;
    display: inline-block
}

.information-section .question-link .read-more, .information-section .question-link:active .read-more {
    display: block;
    background-position: right 12px top 10px;
    background-size: 24px 24px;
    background-color: #ffecf7;
    min-height: 45px;
    max-width: 225px;
    margin-top: 0;
    margin-bottom: 32px;
    padding: 10px;
    vertical-align: middle;
    text-align: center
}

.information-section .question-link .read-more:hover, .information-section .question-link:active .read-more:hover {
    background-color: #f9ccdf
}

.information-section .question-link .read-more p, .information-section .question-link:active .read-more p {
    color: #333;
    line-height: 1.6em !important;
    margin: 0;
    text-decoration: underline
}

.information-section .ask-the-expert {
    position: relative;
    right: 0;
    min-height: 528px;
    text-align: left
}

.information-section .ask-the-expert .ate-photo {
    position: relative
}

.information-section .ask-the-expert .ate-photo .ate-caption {
    position: absolute;
    bottom: 0;
    padding: 12px;
    min-height: 130px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    color: #222
}

.information-section .ask-the-expert .ate-photo .ate-caption h2 {
    margin: 0;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: 300;
    color: #222
}

.information-section .ask-the-expert .ate-photo .ate-caption p {
    line-height: 1.2em
}

.information-section .ask-the-expert a, .information-section .ask-the-expert a:visited {
    color: #fff
}

.information-section .ask-the-expert .ate-buttons {
    position: relative
}

.information-section .ask-the-expert .ate-buttons .btn-primary {
    margin-left: 0;
    text-align: left;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    color: #fff;
    width: 100%;
    line-height: 44px;
    min-height: 55px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/right-arrow.svg) no-repeat;
    background-position: right 18px top 10px;
    background-color: #ff53b8;
    font-size: 1.3em;
    font-weight: 300;
    -o-transition: color .1s ease-out, background .4s ease-in;
    -ms-transition: color .1s ease-out, background .4s ease-in;
    -moz-transition: color .1s ease-out, background .4s ease-in;
    -webkit-transition: color .1s ease-out, background .4s ease-in;
    transition: color .1s ease-out, background .4s ease-in
}

.information-section .ask-the-expert .ate-buttons .btn-primary:hover {
    background-color: #ec008b
}

.information-section .ask-the-expert .ate-buttons .home-nav-37-1, .information-section .ask-the-expert .ate-buttons .home-nav-38 {
    margin-top: 18px
}

.home-toolbar {
    margin-left: -29px;
    margin-right: -29px;
    padding: 0
}

.home-toolbar .home-nav-38 {
    margin-left: 0;
    text-align: left;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    color: #fff;
    width: 100%;
    line-height: 42px;
    min-height: 55px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/right-arrow.svg) no-repeat;
    background-position: right 18px top 10px;
    background-color: #5f276a;
    font-size: 1.3em;
    font-weight: 300;
    -o-transition: color .1s ease-out, background .4s ease-in;
    -ms-transition: color .1s ease-out, background .4s ease-in;
    -moz-transition: color .1s ease-out, background .4s ease-in;
    -webkit-transition: color .1s ease-out, background .4s ease-in;
    transition: color .1s ease-out, background .4s ease-in
}

.home-toolbar .home-nav-38:hover {
    background-color: #ec008b
}

.home-toolbar select {
    margin-left: 15px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/down-arrow.svg) no-repeat;
    background-color: #80358f;
    background-repeat: no-repeat;
    background-position: right 18px top 18px;
    color: #fff;
    padding: 10px;
    height: 55px;
    width: 92%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25em;
    font-weight: 300 !important;
    color: #fff;
    text-align: left;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: 0;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all
}

.home-toolbar .purple {
    background-color: #a242b5
}

.home-toolbar .purple:hover {
    background-color: #2980b9
}

.home-toolbar select:active, .home-toolbar select:focus {
    border: 0;
    outline: 0
}

.get-involved-toolbar, .support-toolbar, .useful-links-toolbar {
    width: 100%;
    color: #fff;
    min-height: 50px !important
}

.get-involved-toolbar h5, .support-toolbar h5, .useful-links-toolbar h5 {
    font-size: 1.3em;
    line-height: 32px;
    min-width: 148px;
    padding-left: 0
}

.get-involved-toolbar h5:after, .support-toolbar h5:after, .useful-links-toolbar h5:after {
    content: ':'
}

.get-involved-toolbar h5 a, .support-toolbar h5 a, .useful-links-toolbar h5 a {
    color: #fff;
    font-size: .9em !important;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

.get-involved-toolbar h5 a:hover, .support-toolbar h5 a:hover, .useful-links-toolbar h5 a:hover {
    color: #faf8fb;
    text-decoration: none
}

.get-involved-toolbar ul, .support-toolbar ul, .useful-links-toolbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.get-involved-toolbar ul li, .support-toolbar ul li, .useful-links-toolbar ul li {
    min-width: 155px;
    display: inline-block;
    padding: 8px 0;
    text-align: center
}

.get-involved-toolbar ul li a, .support-toolbar ul li a, .useful-links-toolbar ul li a {
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
    text-decoration: underline;
    line-height: 2.3em;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

.get-involved-toolbar ul li a:hover, .support-toolbar ul li a:hover, .useful-links-toolbar ul li a:hover {
    color: #faf8fb;
    text-decoration: none
}

.support-toolbar {
    position: relative;
    top: -42px;
    padding: 0;
    margin: 0;
    max-height: 50px
}

.support-toolbar h5 {
    padding-left: 15px
}

.useful-links-toolbar {
    background-color: #ec008b
}

.get-involved-toolbar {
    background: #1e4c5e
}

.your-stories-heading {
    position: relative;
    top: -28px;
    color: #fff
}

.your-stories-heading h2 {
    margin: 8px 0 8px 30px;
    font-size: 1.8em !important;
    z-index: 6000 !important
}

.home-section-2 {
    margin-top: 50px
}

.home-section-2 h2 {
    color: #ec008b;
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 30px
}

.home-section-2 .home-stories, .home-section-2 .home-video {
    padding-right: 44px
}

.home-section-2 .home-video .promo-slot {
    position: relative;
    margin-bottom: 32px
}

.home-section-2 .home-video .promo-slot .promo-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 75px;
    padding: 10px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/dark-background.png)
}

.home-section-2 .home-video .promo-slot .promo-caption a {
    color: #fff
}

.home-section-2 .home-stories {
    margin: 0;
    padding: 0
}

.home-section-2 .home-stories .home-story {
    min-height: 297px;
    margin: 0 0 32px;
    background-color: #faf9f3
}

.home-section-2 .home-stories .home-story .caption {
    margin: 0;
    padding: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
    min-height: 297px;
    text-align: center
}

.home-section-2 .home-stories .home-story .caption h5 {
    font-size: 1.4em;
    margin-top: 18px;
    color: #333
}

.home-section-2 .home-stories .home-story .caption p {
    color: #555 !important;
    font-size: 1em;
    width: 110%
}

.home-section-2 .home-stories .home-story .caption a {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    text-decoration: underline;
    font-weight: 300;
    color: #555
}

.home-section-2 .home-stories .home-story .home-story-image img {
    display: block;
    position: absolute;
    right: 2px
}

.information-toolbar-band {
    z-index: 0;
    position: absolute;
    top: 974px;
    background: #ec008b;
    width: 100%;
    height: 50px;
    border-bottom: 25px solid #fff;
    border: 1px solid #ec008b
}

.story-band-heading {
    z-index: 0;
    position: absolute;
    top: 1035px;
    background: #1e4c5e;
    width: 100%;
    height: 50px
}

.story-band {
    z-index: 0;
    position: absolute;
    top: 1080px;
    background: #c7e9ee;
    width: 100%;
    min-height: 558px
}

.isotope-options ul {
    margin-left: -40px
}

.isotope-options .filterbutton, .isotope-options .selected {
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

.isotope-options .filterbutton:hover, .isotope-options .selected:hover {
    background-color: #fff;
    color: #ec008b;
    text-decoration: none
}

aside {
    padding: 0 0 0 18px !important
}

aside #block-block-11 h2, aside #block-block-37 h2 {
    background-color: #faf9f3;
    color: #555;
    padding: 5px;
    font-weight: 300;
    font-size: 1.25em !important
}

aside #block-block-11 div, aside #block-block-37 div {
    margin: -6px 0 0;
    background-color: #faf8fb;
    padding: 5px;
    text-align: center
}

.search-results {
    font-family: 'Open Sans', sans-serif !important;
    min-height: 400px
}

.search-results .page-header {
    padding-left: 14px;
    color: #ec008b
}

.search-results tr {
    border: none !important;
    min-height: 75px
}

.search-results img {
    margin-left: 10px
}

.search-results .gsc-control-wrapper-cse {
    font-family: 'Open Sans', sans-serif !important
}

.search-results .gsc-tabHeader {
    font-size: 1.1em
}

.search-results .gsc-tabhInactive {
    background-color: #faf9f3 !important;
    border-top: 1px solid #ededed !important;
    border-right: 1px solid #ededed !important
}

.search-results .gsc-above-wrapper-area {
    border: none
}

.search-results .gs-result {
    font-family: 'Open Sans', sans-serif !important
}

.search-results .gs-title {
    font-family: 'Open Sans', sans-serif !important;
    text-decoration: none !important;
    color: #369 !important;
    height: 25px !important
}

.search-results .gs-visibleUrl {
    margin-top: 10px !important
}

.search-results .gsc-orderby {
    margin-right: 30px
}

.search-results .gsc-selected-option-container {
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important
}

.search-results .gsc-option-selector {
    background: 0 0 !important
}

.search-results .gs-snippet {
    margin-left: 10px !important;
    font-family: 'Open Sans', sans-serif !important
}

.search-results .gs-image {
    border: none !important
}

.search-results .gcsc-branding-clickable {
    position: relative;
    top: -8px;
    border: none !important
}

.search-results .gsc-cursor-page {
    font-size: 1.4em !important;
    margin-right: 14px !important;
    color: #ec008b !important
}

.search-results .gs-per-result-labels {
    margin: 10px 0 0 10px;
    font-family: 'Open Sans', sans-serif !important;
    min-width: 350px
}

.search-results .gs-per-result-labels {
    display: none
}

.search-results .field-name-field-last-updated {
    display: none
}

.white {
    color: #fff
}

.white a {
    color: #fff
}

.white a:visted {
    color: #fff
}

.white a:hover {
    color: #fff
}

.call-to-action-blocks {
    list-style-type: none;
    margin-left: -44px
}

.call-to-action-blocks li {
    min-height: 370px !important
}

.call-to-action-blocks img {
    width: 100%
}

.call-to-action-blocks .caption h3 {
    min-height: 55px;
    padding: 8px 0;
    font-size: 1.12em !important;
    line-height: 1.2em
}

.call-to-action-blocks .descr {
    margin-bottom: 20px
}

#block-system-user-menu ul {
    margin-left: 0 !important
}

.page-faq .breadcrumb li:nth-last-child(2) {
    display: none
}

.page-faq .faq-container .faq-answer {
    margin: 40px 0;
    padding: 20px 40px 0 0;
    border-top: 1px solid #666
}

.page-faq .faq-container .faq-answer h2 {
    font-size: 1.28em !important;
    margin: 0 0 10px;
    color: #ec008b !important
}

.page-faq .view-display-id-faq_questions {
    line-height: 2.4em
}

.addthis_sharing_toolbox {
    margin-bottom: 18px !important
}

.page-blog .views-row, .page-blog-archive .views-row, .page-news-and-blog-blog .views-row, .page-news-and-blog-blog-archive .views-row, .page-about-us-news-and-blog-blog .views-row, .page-about-us-news-and-blog-blog-archive .views-row {
    margin-bottom: 40px
}

.page-blog a h3, .page-blog-archive a h3, .page-news-and-blog-blog a h3, .page-news-and-blog-blog-archive a h3, .page-about-us-news-and-blog-blog a h3, .page-about-us-news-and-blog-blog-archive a h3 {
    font-size: 1.1em !important;
    color: #ec008b;
    text-decoration: none
}

.page-blog .views-field-body, .page-blog-archive .views-field-body, .page-news-and-blog-blog .views-field-body, .page-news-and-blog-blog-archive .views-field-body, .page-about-us-news-and-blog-blog .views-field-body, .page-about-us-news-and-blog-blog-archive .views-field-body {
    margin-top: 10px
}

.page-blog .blog-submitted, .page-blog-archive .blog-submitted, .page-news-and-blog-blog .blog-submitted, .page-news-and-blog-blog-archive .blog-submitted, .page-about-us-news-and-blog-blog .blog-submitted, .page-about-us-news-and-blog-blog-archive .blog-submitted {
    font-size: .9em;
    font-weight: 700;
    color: #555
}

.page-blog .blog-more, .page-blog-archive .blog-more, .page-news-and-blog-blog .blog-more, .page-news-and-blog-blog-archive .blog-more, .page-about-us-news-and-blog-blog .blog-more, .page-about-us-news-and-blog-blog-archive .blog-more {
    position: relative;
    top: 10px;
    text-decoration: underline
}

.node-type-blog-article h1, .page-blog h1, .page-blog-archive h1, .page-news-and-blog-blog h1, .page-news-and-blog-blog-archive h1, .page-about-us-news-and-blog-blog h1, .page-about-us-news-and-blog-blog-archive h1 {
    color: #ec008b
}

.node-type-blog-article .page-header {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 2.6em !important;
    line-height: 1.1
}

.node-type-blog-article .blog-posted, .page-blog .blog-posted, .page-blog-archive .blog-posted, .page-news-and-blog-blog .blog-posted, .page-news-and-blog-blog-archive .blog-posted, .page-about-us-news-and-blog-blog .blog-posted, .page-about-us-news-and-blog-blog-archive .blog-posted {
    line-height: 40px;
    font-size: .9em;
    font-weight: 700;
    color: #555
}

.node-type-blog-article .blog-featured-image img, .page-blog .blog-featured-image img, .page-blog-archive .blog-featured-image img, .page-news-and-blog-blog .blog-featured-image img, .page-news-and-blog-blog-archive .blog-featured-image img, .page-about-us-news-and-blog-blog .blog-featured-image img, .page-about-us-news-and-blog-blog-archive .blog-featured-image img {
    margin-bottom: 20px;
    min-width: 100%
}

.node-type-blog-article article, .page-blog article, .page-blog-archive article, .page-news-and-blog-blog article, .page-news-and-blog-blog-archive article, .page-about-us-news-and-blog-blog article, .page-about-us-news-and-blog-blog-archive article {
    margin-bottom: 25px
}

.node-type-blog-article article .blog-next, .node-type-blog-article article .blog-previous, .page-blog article .blog-next, .page-blog article .blog-previous, .page-blog-archive article .blog-next, .page-blog-archive article .blog-previous, .page-news-and-blog-blog article .blog-next, .page-news-and-blog-blog article .blog-previous, .page-news-and-blog-blog-archive article .blog-next, .page-news-and-blog-blog-archive article .blog-previous, .page-about-us-news-and-blog-blog-archive article .blog-next, .page-about-us-news-and-blog-blog-archive article .blog-previous {
    font-size: 1.2em;
    font-weight: 300;
    margin: 20px 0
}

.node-type-blog-article article .blog-next a, .node-type-blog-article article .blog-previous a, .page-blog article .blog-next a, .page-blog article .blog-previous a, .page-blog-archive article .blog-next a, .page-blog-archive article .blog-previous a, .page-news-and-blog-blog article .blog-next a, .page-news-and-blog-blog article .blog-previous a, .page-news-and-blog-blog-archive article .blog-next a, .page-news-and-blog-blog-archive article .blog-previous a, .page-about-us-news-and-blog-blog-archive article .blog-next a, .page-about-us-news-and-blog-blog-archive article .blog-previous a {
    color: #ec008b !important;
    text-decoration: none !important
}

.node-type-blog-article article .blog-previous, .page-blog article .blog-previous, .page-blog-archive article .blog-previous, .page-news-and-blog-blog article .blog-previous, .page-news-and-blog-blog-archive article .blog-previous, .page-about-us-news-and-blog-blog article .blog-previous, .page-about-us-news-and-blog-blog-archive article .blog-previous {
    float: left
}

.node-type-blog-article article .blog-next, .page-blog article .blog-next, .page-blog-archive article .blog-next, .page-news-and-blog-blog article .blog-next, .page-news-and-blog-blog-archive article .blog-next, .page-about-us-news-and-blog-blog article .blog-next, .page-about-us-news-and-blog-blog-archive article .blog-next {
    float: right
}

.node-type-blog-article #block-views-blog-home-block-1 .views-row, .page-blog #block-views-blog-home-block-1 .views-row, .page-blog-archive #block-views-blog-home-block-1 .views-row, .page-news-and-blog-blog #block-views-blog-home-block-1 .views-row, .page-news-and-blog-blog-archive #block-views-blog-home-block-1 .views-row, .page-about-us-news-and-blog-blog #block-views-blog-home-block-1 .views-row, .page-about-us-news-and-blog-blog-archive #block-views-blog-home-block-1 .views-row {
    margin: 6px 4px 14px 8px
}

.node-type-blog-article .blog-archive, .node-type-blog-article .blog-latest, .node-type-blog-article .blog-topics, .page-blog .blog-archive, .page-blog .blog-latest, .page-blog .blog-topics, .page-blog-archive .blog-archive, .page-blog-archive .blog-latest, .page-blog-archive .blog-topics, .page-news-and-blog-blog .blog-archive, .page-news-and-blog-blog .blog-latest, .page-news-and-blog-blog .blog-topics, .page-news-and-blog-blog-archive .blog-archive, .page-news-and-blog-blog-archive .blog-latest, .page-news-and-blog-blog-archive .blog-topics, .page-about-us-news-and-blog-blog .blog-archive, .page-about-us-news-and-blog-blog .blog-latest, .page-about-us-news-and-blog-blog .blog-topics, .page-about-us-news-and-blog-blog-archive .blog-archive, .page-about-us-news-and-blog-blog-archive .blog-latest, .page-about-us-news-and-blog-blog-archive .blog-topics {
    background: #faf8fb;
    width: 96%;
    float: right
}

.node-type-blog-article .blog-archive .block-title, .node-type-blog-article .blog-latest .block-title, .node-type-blog-article .blog-topics .block-title, .page-blog .blog-archive .block-title, .page-blog .blog-latest .block-title, .page-blog .blog-topics .block-title, .page-blog-archive .blog-archive .block-title, .page-blog-archive .blog-latest .block-title, .page-blog-archive .blog-topics .block-title, .page-news-and-blog-blog .blog-archive .block-title, .page-news-and-blog-blog .blog-latest .block-title, .page-news-and-blog-blog .blog-topics .block-title, .page-news-and-blog-blog-archive .blog-archive .block-title, .page-news-and-blog-blog-archive .blog-latest .block-title, .page-news-and-blog-blog-archive .blog-topics .block-title, .page-about-us-news-and-blog-blog .blog-archive .block-title, .page-about-us-news-and-blog-blog .blog-latest .block-title, .page-about-us-news-and-blog-blog .blog-topics .block-title, .page-about-us-news-and-blog-blog-archive .blog-archive .block-title, .page-about-us-news-and-blog-blog-archive .blog-latest .block-title, .page-about-us-news-and-blog-blog-archive .blog-topics .block-title {
    font-size: 1.25em !important;
    background: #5f276a;
    color: #fff;
    padding: 8px 4px 8px 6px
}

.node-type-blog-article .blog-archive a, .node-type-blog-article .blog-latest a, .node-type-blog-article .blog-topics a, .page-blog .blog-archive a, .page-blog .blog-latest a, .page-blog .blog-topics a, .page-blog-archive .blog-archive a, .page-blog-archive .blog-latest a, .page-blog-archive .blog-topics a, .page-news-and-blog-blog .blog-archive a, .page-news-and-blog-blog .blog-latest a, .page-news-and-blog-blog .blog-topics a, .page-news-and-blog-blog-archive .blog-archive a, .page-news-and-blog-blog-archive .blog-latest a, .page-news-and-blog-blog-archive .blog-topics a, .page-about-us-news-and-blog-blog .blog-archive a, .page-about-us-news-and-blog-blog .blog-latest a, .page-about-us-news-and-blog-blog .blog-topics a, .page-about-us-news-and-blog-blog-archive .blog-archive a, .page-about-us-news-and-blog-blog-archive .blog-latest a, .page-about-us-news-and-blog-blog-archive .blog-topics a {
    display: inline-block;
    color: #ec008b;
    max-width: 92%
}

.node-type-blog-article .blog-subscribe, .page-blog .blog-subscribe, .page-blog-archive .blog-subscribe, .page-news-and-blog-blog .blog-subscribe, .page-news-and-blog-blog-archive .blog-subscribe, .page-about-us-news-and-blog-blog .blog-subscribe, .page-about-us-news-and-blog-blog-archive .blog-subscribe {
    margin: 25px 0 0 8px;
    clear: both
}

.node-type-blog-article .blog-subscribe a, .page-blog .blog-subscribe a, .page-blog-archive .blog-subscribe a, .page-news-and-blog-blog .blog-subscribe a, .page-news-and-blog-blog-archive .blog-subscribe a, .page-about-us-news-and-blog-blog .blog-subscribe a, .page-about-us-news-and-blog-blog-archive .blog-subscribe a {
    color: #ec008b
}

.node-type-blog-article .blog-subscribe img, .page-blog .blog-subscribe img, .page-blog-archive .blog-subscribe img, .page-news-and-blog-blog .blog-subscribe img, .page-news-and-blog-blog-archive .blog-subscribe img, .page-about-us-news-and-blog-blog .blog-subscribe img, .page-about-us-news-and-blog-blog-archive .blog-subscribe img {
    margin-right: 6px
}

.node-type-blog-article #block-views-blog-archive-block ul, .node-type-blog-article .blog-topics ul, .page-blog #block-views-blog-archive-block ul, .page-blog .blog-topics ul, .page-blog-archive #block-views-blog-archive-block ul, .page-blog-archive .blog-topics ul, .page-news-and-blog-blog #block-views-blog-archive-block ul, .page-news-and-blog-blog .blog-topics ul, .page-news-and-blog-blog-archive #block-views-blog-archive-block ul, .page-news-and-blog-blog-archive .blog-topics ul, .page-about-us-news-and-blog-blog #block-views-blog-archive-block ul, .page-about-us-news-and-blog-blog .blog-topics ul, .page-about-us-news-and-blog-blog-archive #block-views-blog-archive-block ul, .page-about-us-news-and-blog-blog-archive .blog-topics ul {
    list-style-type: none
}

.node-type-blog-article #block-views-blog-archive-block ul li, .node-type-blog-article .blog-topics ul li, .page-blog #block-views-blog-archive-block ul li, .page-blog .blog-topics ul li, .page-blog-archive #block-views-blog-archive-block ul li, .page-blog-archive .blog-topics ul li, .page-news-and-blog-blog #block-views-blog-archive-block ul li, .page-news-and-blog-blog .blog-topics ul li, .page-news-and-blog-blog-archive #block-views-blog-archive-block ul li, .page-news-and-blog-blog-archive .blog-topics ul li, .page-about-us-news-and-blog-blog #block-views-blog-archive-block ul li, .page-about-us-news-and-blog-blog .blog-topics ul li, .page-about-us-news-and-blog-blog-archive #block-views-blog-archive-block ul li, .page-about-us-news-and-blog-blog-archive .blog-topics ul li {
    margin: 4px 4px 10px -32px
}

.node-type-blog-article #block-views-blog-archive-block .date-display-single, .node-type-blog-article #block-views-blog-archive-block .view-content, .node-type-blog-article .blog-topics .date-display-single, .node-type-blog-article .blog-topics .view-content, .page-blog #block-views-blog-archive-block .date-display-single, .page-blog #block-views-blog-archive-block .view-content, .page-blog .blog-topics .date-display-single, .page-blog .blog-topics .view-content, .page-blog-archive #block-views-blog-archive-block .date-display-single, .page-blog-archive #block-views-blog-archive-block .view-content, .page-blog-archive .blog-topics .date-display-single, .page-blog-archive .blog-topics .view-content, .page-news-and-blog-blog #block-views-blog-archive-block .date-display-single, .page-news-and-blog-blog #block-views-blog-archive-block .view-content, .page-news-and-blog-blog .blog-topics .date-display-single, .page-news-and-blog-blog .blog-topics .view-content, .page-news-and-blog-blog-archive #block-views-blog-archive-block .date-display-single, .page-news-and-blog-blog-archive #block-views-blog-archive-block .view-content, .page-news-and-blog-blog-archive .blog-topics .date-display-single, .page-news-and-blog-blog-archive .blog-topics .view-content, .page-about-us-news-and-blog-blog #block-views-blog-archive-block .date-display-single, .page-about-us-news-and-blog-blog #block-views-blog-archive-block .view-content, .page-about-us-news-and-blog-blog .blog-topics .date-display-single, .page-about-us-news-and-blog-blog .blog-topics .view-content, .page-about-us-news-and-blog-blog-archive #block-views-blog-archive-block .date-display-single, .page-about-us-news-and-blog-blog-archive #block-views-blog-archive-block .view-content, .page-about-us-news-and-blog-blog-archive .blog-topics .date-display-single, .page-about-us-news-and-blog-blog-archive .blog-topics .view-content {
    margin: 4px 6px 20px
}

.node-type-blog-article #block-views-blog-archive-block .date-display-single, .node-type-blog-article .blog-topics .date-display-single, .page-blog #block-views-blog-archive-block .date-display-single, .page-blog .blog-topics .date-display-single, .page-blog-archive #block-views-blog-archive-block .date-display-single, .page-blog-archive .blog-topics .date-display-single, .page-news-and-blog-blog #block-views-blog-archive-block .date-display-single, .page-news-and-blog-blog .blog-topics .date-display-single, .page-news-and-blog-blog-archive #block-views-blog-archive-block .date-display-single, .page-news-and-blog-blog-archive .blog-topics .date-display-single, .page-about-us-news-and-blog-blog #block-views-blog-archive-block .date-display-single, .page-about-us-news-and-blog-blog .blog-topics .date-display-single, .page-about-us-news-and-blog-blog-archive #block-views-blog-archive-block .date-display-single, .page-about-us-news-and-blog-blog-archive .blog-topics .date-display-single {
    font-size: .9em;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block
}

.blog-categories p {
    margin-top: 20px;
    font-weight: 700
}

.blog-categories p a {
    color: #ec008b !important;
    text-decoration: underline
}

.date-next, .date-prev {
    background: #fff !important
}

.date-prev {
    margin-right: 30px
}

.page-node-452265 iframe {
    margin-left: 25px;
    margin-bottom: 75px
}

.node-type-campaign-landing-page .field-name-field-more-information h2 {
    font-size: 1.5em !important;
    line-height: 1.78em;
    margin: 0 !important;
    color: #ec008b;
    float: initial !important
}

.node-type-campaign-landing-page .field-name-field-more-information h3 {
    font-size: 1.2em !important;
    font-weight: 100;
    line-height: 1.55em;
    margin: 0 !important;
    color: #ec008b;
    float: initital !important
}

.node-type-campaign-landing-page .field-name-field-more-information h4 {
    font-size: 1.1em !important;
    line-height: 1.45em;
    float: initital !important;
    margin: 0 !important
}

.node-type-campaign-landing-page .field-name-field-more-information img {
    padding: 0 0 15px 15px
}

.node-type-campaign-landing-page .hero-image {
    position: relative;
    margin-top: -50px;
    max-height: 325px
}

.node-type-campaign-landing-page .hero-image img {
    width: 100%;
    max-height: 325px
}

.node-type-campaign-landing-page .hero-image .campaign-caption {
    position: absolute;
    top: 0;
    padding: 32px 24px 24px;
    font-size: 2.8em;
    font-weight: 300;
    color: #fff;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/purple-background.png);
    height: 100%
}

.node-type-campaign-landing-page .hero-image .campaign-caption p {
    line-height: 1.3em
}

.node-type-campaign-landing-page .hero-image .campaign-quote {
    position: absolute;
    top: 0;
    padding: 65px 45px 24px 85px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.4em;
    font-weight: 500;
    color: #fff;
    height: 100%
}

.node-type-campaign-landing-page .hero-image .campaign-quote p {
    line-height: 1.3em
}

.node-type-campaign-landing-page .campaign-title {
    background: #faf9f3;
    padding: 10px 12px 12px;
    max-height: 60px
}

.node-type-campaign-landing-page .campaign-title h1.page-header {
    font-size: 2.4em !important
}

@-moz-document url-prefix() {
    .node-type-campaign-landing-page .campaign-title {
        padding: 24px 12px 12px;
        max-height: 75px
    }

    .node-type-campaign-landing-page .campaign-caption {
        margin-top: 20px
    }
}

.node-type-campaign-landing-page .campaign-left-column {
    padding: 0;
    margin: 24px 0;
    font-size: 1.1em;
    line-height: 2em
}

.node-type-campaign-landing-page .campaign-left-column .page-facts .page-fact {
    margin: 24px 14px 24px -14px;
    max-height: 400px;
    max-width: 325px
}

.node-type-campaign-landing-page .campaign-left-column .page-facts .page-fact .stat {
    font-size: 3.8em;
    line-height: 3em;
    text-align: center;
    min-height: 145px;
    background-color: #ec008b;
    color: #fff
}

.node-type-campaign-landing-page .campaign-left-column .page-facts .page-fact .the-fact {
    text-align: center;
    padding: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
    color: #ec008b;
    line-height: 1.5em;
    font-weight: 400;
    min-height: 145px;
    background-color: #fad5e5
}

.node-type-campaign-landing-page .campaign-left-column .campaign-more-info {
    padding: 0;
    margin-top: 24px
}

.node-type-campaign-landing-page .campaign-logo {
    text-align: right
}

.node-type-campaign-landing-page .campaign-cta a {
    display: block;
    margin: 12px 0;
    width: 100%;
    height: 50px;
    background: #3c2a50 url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/target-icon.png) no-repeat;
    background-position: 6px 8px;
    color: #fff;
    font-size: 1.7em;
    font-weight: 100 !important;
    line-height: 1.85em;
    text-align: center;
    -o-transition: color 50ms ease-out, background .8s ease-in;
    -ms-transition: color 50ms ease-out, background .8s ease-in;
    -moz-transition: color 50ms ease-out, background .8s ease-in;
    -webkit-transition: color 50ms ease-out, background .8s ease-in;
    transition: color 50ms ease-out, background .8s ease-in;
    cursor: pointer
}

.node-type-campaign-landing-page .campaign-cta a:hover {
    text-decoration: none;
    background-color: #ec008b
}

.node-type-campaign-landing-page .campaign-promo-image img {
    padding: 0
}

.node-type-campaign-landing-page .campaign-promo-image h3 {
    padding: 12px;
    margin-top: -10px;
    background-color: #ec008b;
    height: 50px;
    color: #fff;
    font-weight: 300;
    line-height: 1.65em
}

.node-type-campaign-landing-page .campaign-promo-image .campaign-promo-caption {
    padding: 12px;
    margin-top: -9px;
    background-color: #faf9f3
}

.node-type-campaign-landing-page .campaign-promo-image .campaign-promo-caption a {
    color: #ec008b
}

.node-type-campaign-landing-page .addthis_sharing_toolbox {
    padding: 0;
    margin: 18px -5px;
    text-align: right
}

.node-type-campaign-landing-page .campaign-related {
    padding: 0
}

.node-type-campaign-landing-page .campaign-related h3 {
    margin-bottom: 24px;
    color: #ec008b;
    font-weight: 300
}

.node-type-campaign-landing-page .campaign-related .col-md-4 {
    margin-top: 12px;
    padding: 0
}

.node-type-campaign-landing-page .campaign-related .col-md-4 .related-caption {
    padding: 12px;
    max-width: 220px;
    min-height: 110px;
    background-color: #faf9f3;
    line-height: 1.5em
}

.node-type-campaign-landing-page .campaign-right-column {
    right: -14px
}

.node-type-landing-page .hero-image {
    position: relative;
    margin-top: -30px;
    max-height: 325px
}

.node-type-landing-page .hero-image img {
    width: 100%;
    max-height: 325px
}

.node-type-landing-page .landing-left-column {
    padding: 0;
    margin-top: 40px
}

.node-type-landing-page .landing-left-column .addthis_sharing_toolbox {
    float: right !important;
    position: relative !important;
    top: -60px !important
}

.node-type-landing-page .landing-left-column p:first-child {
    margin-top: 20px
}

.node-type-landing-page .landing-left-column .landing-cta-grid {
    margin-top: 24px;
    padding: 0
}

.node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    padding-right: 3%
}

.node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb .caption {
    position: absolute;
    background: rgba(236, 0, 139, .65);
    bottom: 0;
    left: 0;
    height: 20%;
    color: #fff;
    padding-left: 3.5%;
    width: 94%;
    background-image: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/arrow-right-white.png);
    background-repeat: no-repeat;
    background-position: right
}

.node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb .caption h4 {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.75em
}

.node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb .caption p {
    margin-top: -6px;
    width: 90%;
    line-height: 1.4em
}

.node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb img {
    width: 100%
}

.node-type-landing-page aside {
    position: relative;
    top: 40px;
    right: -15px
}

.node-type-landing-page aside .landing-promo-image {
    padding: 0
}

.node-type-landing-page aside .landing-promo-image img {
    padding: 0
}

.node-type-landing-page aside .landing-promo-image h3 {
    padding: 12px;
    margin-top: -10px;
    background-color: #ec008b;
    height: 50px;
    color: #fff;
    font-weight: 300;
    font-size: 1.2em !important;
    line-height: 2em
}

.node-type-landing-page aside .landing-promo-image .landing-promo-caption {
    padding: 12px;
    margin-top: -9px;
    background-color: #faf9f3
}

.node-type-landing-page aside .landing-promo-image .landing-promo-caption a {
    color: #ec008b
}

.node-type-landing-page aside .landing-promo {
    padding: 0;
    margin-top: 24px
}

.node-type-landing-page aside .landing-promo .landing-promo-caption {
    padding: 12px;
    margin-top: -9px;
    background-color: #faf9f3
}

.node-type-landing-page aside .landing-promo .landing-promo-caption h3 {
    font-size: 1.1em !important;
    font-weight: 700
}

.node-type-landing-page aside .landing-promo .landing-promo-caption a {
    color: #ec008b
}

.node-type-landing-page aside .landing-more-section a {
    line-height: 2em
}

.donate-landing-page {
    position: relative
}

.donate-landing-page form {
    margin-top: -44px
}

.donate-landing-page footer form {
    margin-top: 0
}

.donate-landing-page .help-block {
    font-size: .9em !important;
    font-weight: 100;
    margin-left: 45px;
    margin-top: -30px
}

.donate-landing-page .hero img {
    width: 100%;
    object-fit: cover;
    max-height: 700px
}

.donate-landing-page .hero-caption {
    width: 50%;
    max-width: 872px;
    height: 12.5%;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    padding: 20px;
    position: relative;
    margin: 0 auto;
    margin-top: calc((100vw / 4) * -1)
}

@media (min-width: 1800px) {
    .donate-landing-page .hero-caption {
        margin-top: calc((100vw / 6) * -1)
    }
}

.donate-landing-page .hero-caption .page-header {
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em !important;
    font-weight: 100;
    color: #ec008b;
    margin: 0;
    padding: 0;
    line-height: 42px
}

.donate-landing-page .hero-caption .donate-button {
    width: 100%;
    text-align: center
}

.donate-landing-page .hero-caption .donate-button .btn {
    margin-top: 24px;
    margin-bottom: 24px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    color: #fff;
    width: 160px;
    line-height: 42px;
    min-height: 45px;
    background-color: #5f276a;
    font-size: 1.3em;
    font-weight: 300;
    -o-transition: color .1s ease-out, background .4s ease-in;
    -ms-transition: color .1s ease-out, background .4s ease-in;
    -moz-transition: color .1s ease-out, background .4s ease-in;
    -webkit-transition: color .1s ease-out, background .4s ease-in;
    transition: color .1s ease-out, background .4s ease-in
}

.donate-landing-page .hero-caption .donate-button .btn:hover {
    background-color: #ec008b
}

.donate-landing-page .donate-options {
    position: relative
}

.donate-landing-page .donate-options form {
    padding: 0;
    margin: 0
}

.donate-landing-page .donate-options form .col-md-3 {
    padding: 0
}

.donate-landing-page .donate-options form .col-md-3 label {
    width: 75%
}

.donate-landing-page .donate-options form .input-hidden {
    position: absolute;
    left: -9999px
}

.donate-landing-page .donate-options form label {
    cursor: pointer
}

.donate-landing-page .donate-options form label:hover {
    opacity: .8
}

.donate-landing-page .donate-options form input[type=radio]:checked + label > img {
    border: 1px solid #5f276a;
    box-shadow: 0 0 2px 2px #5f276a
}

.donate-landing-page .donate-options form .donate-other {
    position: absolute;
    bottom: 10px;
    right: 0
}

.donate-landing-page .donate-options form .donate-other .donate-other-box {
    height: 50px;
    border: 1px solid #333;
    color: #333;
    padding: 8px;
    width: 100%;
    vertical-align: bottom
}

.donate-landing-page #edit-submitted-amount {
    width: 20%
}

.donate-landing-page .input-group-addon {
    border: 1px solid #000;
    border-right: none;
    border-radius: 0;
    background-color: #fff
}

.donate-landing-page .paymethod-select-wrapper {
    width: 100% !important
}

.donate-landing-page .paymethod-select-wrapper .panel {
    margin: 0;
    border: none;
    box-shadow: none;
    background: 0 0
}

.donate-landing-page .paymethod-select-wrapper .panel .panel-heading {
    background: 0 0;
    border: none;
    margin-bottom: 0;
    padding: 0
}

.donate-landing-page .paymethod-select-wrapper .panel .panel-body {
    padding: 0
}

.donate-landing-page .paymethod-select-wrapper .panel .expiry-date .form-item {
    display: inline-block;
    clear: both;
    float: initial;
    width: 60px
}

.donate-landing-page .donate-gift-aid, .donate-landing-page .webform-component--gift-aid {
    background-color: #faf8fb;
    padding: 20px
}

.donate-landing-page .webform-component--gift-aid {
    width: 80%;
    margin-top: -20px
}

.donate-landing-page #stripe-errors {
    color: #eb1c26;
    font-size: 16px
}

.donate-landing-page .donate {
    display: none
}

.donate-thank-you-page {
    position: relative
}

.donate-thank-you-page form {
    margin-top: 0
}

.donate-thank-you-page .help-block {
    font-size: .9em !important;
    font-weight: 100;
    margin-left: 45px
}

.donate-thank-you-page .hero {
    max-height: 700px
}

.donate-thank-you-page .hero img {
    width: 100%;
    object-fit: cover;
    max-height: 700px
}

.donate-thank-you-page .hero-caption {
    max-width: 840px;
    width: 38%;
    height: 12.5%;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    padding: 20px;
    position: relative;
    margin: 0 auto;
    margin-top: calc((100vw / 4) * -1)
}

.donate-thank-you-page .hero-caption .page-header {
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em !important;
    font-weight: 100;
    color: #ec008b;
    margin: 0;
    padding: 0;
    line-height: 42px
}

.donate-thank-you-page .down-arrow {
    display: none;
    position: relative;
    top: 120px;
    margin: auto;
    width: 80px
}

.donate-thank-you-page #newsletter-form {
    display: none
}

.node-type-video .region-content-bottom h2 {
    margin-bottom: 24px;
    color: #ec008b;
    font-weight: 300
}

.node-type-video .region-content-bottom .view-related-content-block .related-caption {
    padding: 12px;
    max-width: 220px;
    min-height: 110px;
    background-color: #faf9f3;
    line-height: 1.5em
}

.node-type-video .related-videos {
    margin-right: -12px
}

.node-type-video .related-videos h3 {
    font-weight: 300;
    background-color: #ec008b;
    color: #fff;
    padding: 8px;
    margin: 0 -12px 10px
}

.node-type-video .related-videos .view-related-videos {
    margin: -12px
}

.node-type-video .related-videos .related-video {
    background-color: #faf8fb;
    margin-bottom: 10px
}

.node-type-video .related-videos .related-video .more-link {
    padding: 8px
}

.node-type-video .related-videos .related-video .more-link a {
    color: #333
}

.node-type-volunteer-page .hero-image {
    position: relative;
    margin-top: -50px;
    max-height: 480px
}

.node-type-volunteer-page .hero-image img {
    width: 100%;
    max-height: 480px
}

.node-type-volunteer-page .hero-caption {
    position: absolute;
    bottom: 0;
    padding: 12px 24px 8px 12px;
    font-size: 2em;
    font-weight: 300;
    color: #fff;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/purple-background.png);
    height: 14%
}

.node-type-volunteer-page .hero-caption p {
    line-height: 1.3em
}

.node-type-volunteer-page .block-title {
    margin-top: 24px;
    font-size: 1.6em;
    font-weight: 300
}

.block-volunteer-dashboard .block-title {
    color: #ec008c
}

.block-volunteer-dashboard .block-title, .node-type-volunteer-page .block-title {
    margin-top: 24px;
    font-size: 1.6em;
    font-weight: 300
}

.block-volunteer-dashboard .page-facts, .node-type-volunteer-page .page-facts {
    margin-left: 24px
}

.block-volunteer-dashboard .page-facts .page-fact, .node-type-volunteer-page .page-facts .page-fact {
    margin: 24px 14px 24px -14px
}

.block-volunteer-dashboard .page-facts .page-fact .stat, .node-type-volunteer-page .page-facts .page-fact .stat {
    font-size: 1.4em;
    line-height: 3.5em;
    text-align: center;
    background-color: #ec008b;
    color: #fff
}

.block-volunteer-dashboard .page-facts .page-fact .the-fact, .node-type-volunteer-page .page-facts .page-fact .the-fact {
    text-align: center;
    padding: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 3em;
    color: #ec008b;
    line-height: 2.56em;
    font-weight: 400;
    background-color: #fad5e5
}

.node-type-volunteer-page .page-content {
    margin: 24px 0 0
}

.node-type-volunteer-page .page-content aside {
    margin-left: -34px
}

.node-type-volunteer-page .page-content .addthis_sharing_toolbox {
    float: right !important;
    position: relative !important;
    top: -60px !important;
    right: -68px
}

.node-type-volunteer-page .page-content .landing-cta-grid {
    margin: 24px;
    padding: 0
}

.node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    padding-right: 30px
}

.node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb .caption {
    position: absolute;
    background: rgba(236, 0, 139, .65);
    bottom: 0;
    left: 0;
    height: 20%;
    color: #fff;
    padding-left: 3.5%;
    width: 92.8%;
    background-image: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/arrow-right-white.png);
    background-repeat: no-repeat;
    background-position: right
}

.node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb .caption h4 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 2em
}

.node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb .caption p {
    margin-top: -6px;
    width: 90%;
    line-height: 1.4em
}

.node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb img {
    width: 100%
}

.node-type-event article {
    margin-right: -14px
}

.node-type-event .hero-image {
    position: relative;
    padding: 0
}

.node-type-event .hero-image img {
    width: 100%
}

.node-type-event .hero-image h1.event-page-header {
    position: absolute;
    bottom: -10px;
    background: rgba(236, 0, 139, .65);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.4em;
    padding: 12px;
    width: 100%
}

.node-type-event .left-column {
    padding: 0
}

.node-type-event .left-column .share-bar {
    padding: 8px 0 8px 12px;
    height: 50px;
    width: 110%;
    background: #faf8fb
}

.node-type-event .left-column .field-name-body {
    padding: 20px 12px 0
}

.node-type-event .event-cta a {
    display: block;
    margin: 12px 0;
    width: 100%;
    max-width: 350px;
    height: 50px;
    background: #3c2a50;
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.8em;
    text-align: center;
    -o-transition: color 50ms ease-out, background .8s ease-in;
    -ms-transition: color 50ms ease-out, background .8s ease-in;
    -moz-transition: color 50ms ease-out, background .8s ease-in;
    -webkit-transition: color 50ms ease-out, background .8s ease-in;
    transition: color 50ms ease-out, background .8s ease-in;
    cursor: pointer
}

.node-type-event .event-cta a:hover {
    text-decoration: none;
    background-color: #ec008b
}

.node-type-event aside {
    margin-top: -12px
}

.node-type-event aside .event-info {
    background-color: #faf9f3;
    padding-bottom: 12px
}

.node-type-event aside .event-info p {
    padding: 0 0 0 12px
}

.node-type-event aside .event-info h3 {
    padding: 4px 0 4px 12px;
    background: #ec008b;
    color: #fff;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 2em
}

.node-type-event .event-more-events {
    padding: 40px 0 0
}

.node-type-event .event-more-events h3 {
    margin-bottom: 24px;
    color: #ec008b;
    font-weight: 300
}

.node-type-event .event-more-events .col-md-4 {
    margin-top: 12px;
    padding: 0
}

.node-type-event .event-more-events .col-md-4 .event-date {
    padding: 8px;
    margin: 0;
    background-color: #ec008b;
    color: #fff;
    max-width: 220px
}

.node-type-event .event-more-events .col-md-4 .related-caption {
    padding: 12px;
    max-width: 220px;
    min-height: 110px;
    background-color: #faf9f3;
    line-height: 1.5em
}

.actions {
    margin: 10px 0 25px
}

.actions .creative h3, .actions .do-more h3, .actions .post h3 {
    font-weight: 300;
    font-size: 1.25em
}

.actions .do-more h3 {
    margin-top: 40px
}

.actions p {
    line-height: 26px;
    font-size: 1.1em
}

.actions .post {
    background-position: center;
    margin-bottom: 40px
}

.actions .post p {
    position: relative;
    top: 20px;
    padding: 0 10%;
    width: 100%;
    font-size: 1.4em;
    color: #ec008b;
    text-align: center;
    font-weight: 300
}

.actions .post a {
    text-decoration: none
}

.tag-cloud h2 {
    margin: 12px 0 24px
}

.webform-client-form {
    width: 80%;
    background-color: #faf8fb;
    border-radius: 8px;
    padding: 12px
}

.webform-client-form .form-group {
    width: 80%;
    float: inherit
}

.webform-client-form .form-group .control-label {
    display: block;
    width: 100%
}

.webform-client-form .form-item-submitted-year {
    position: relative;
    top: -66px;
    left: 114px
}

.webform-client-form .form-item-submitted-regularity-of-screening {
    margin-top: -70px
}

.callout {
    float: right;
    margin-right: -14px
}

.callout h2 {
    display: none
}

.callout .casestudy-call-out {
    background-color: #fad5e5;
    text-align: center
}

.callout .casestudy-call-out h3 {
    margin: 0;
    background-color: #ec008b;
    color: #fff;
    font-weight: 100;
    padding: 12px
}

.callout .casestudy-call-out p {
    padding: 12px
}

.callout .casestudy-call-out .more-link {
    text-decoration: underline;
    padding: 8px
}

.callout .fundraising-callout {
    margin: 0 0 14px 14px;
    text-align: center
}

.callout .fundraising-callout .stat {
    font-size: 4em;
    line-height: 2.2em;
    text-align: center;
    background-color: #ec008b;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #fff
}

.callout .fundraising-callout .the-fact {
    text-align: center;
    padding: 14px;
    font-size: 1.3em;
    color: #ec008b;
    line-height: 1.5em;
    font-weight: 100;
    background-color: #fad5e5
}

.callout .fundraising-callout .btn-default {
    color: #fff;
    margin: 20px
}

.view-people-display .people-row {
    min-height: 350px;
    margin-top: 40px
}

.view-people-display .people-row .people-profile-description {
    padding-bottom: 40px
}

.view-people-display .people-row h2, .view-people-display .people-row h3 {
    margin: 0 0 8px
}

.view-people-display .people-row h2 {
    font-size: 1.45em
}

.view-people-display .people-row h3 {
    font-size: 1.1em
}

.view-people-display .people-row .people-profile-image {
    padding: 0
}

.likebtn_container {
    padding-bottom: 20px
}

input {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

button:focus, input:focus {
    outline: 0 !important
}

.boolean-check {
    position: absolute;
    left: 20px
}

.node-type-webform h2 {
    font-size: 1.2em !important;
    font-weight: 300;
    color: #ec008b;
    width: 100%
}

.node-type-webform .block-menu-block {
    padding: 12px;
    margin-left: -14px
}

.node-type-webform .block-menu-block h2 {
    margin-bottom: 12px;
    color: #222;
    margin-left: 14px;
    font-weight: 400
}

.node-type-webform .block-menu-block a {
    font-size: .9em
}

.node-type-webform .CTA-block {
    margin: initial !important
}

.node-type-webform .CTA-block .defaultcallout {
    width: 100%
}

.node-type-webform .region-content form {
    background: 0 0;
    margin-left: 24px
}

.node-type-webform .region-content form label {
    font-weight: 300
}

.node-type-webform .region-content form .form-item p {
    font-size: .9em;
    font-weight: 300
}

.node-type-webform .region-content form input, .node-type-webform .region-content form select, .node-type-webform .region-content form textarea {
    border: 1px solid #222;
    border-radius: 0
}

.node-type-webform .region-content form button {
    min-width: 100px;
    border-radius: 0;
    margin: 20px 0
}

.node-type-webform .region-content form input[type=image] {
    border: none
}

.node-type-webform .region-content form select {
    display: inline-block
}

.node-type-webform .region-content form .panel-default {
    border: none;
    background-color: #faf9f3
}

.node-type-webform .region-content form .form-checkbox {
    left: 0;
    margin-left: 0;
    display: inline-block
}

@media only screen and (max-width: 480px) {
    .node-type-webform .region-content form .form-checkbox {
        width: 8% !important
    }
}

.node-type-webform .region-content form .screening-date .form-control, .node-type-webform .region-content form .screening-date .form-group {
    display: inline
}

.node-type-webform .region-content form .form-type-radio {
    float: initial
}

.node-type-webform .region-sidebar-second {
    margin-top: 24px
}

#user-profile-form .form-item {
    display: inline-flex
}

#user-profile-form .form-item label {
    min-width: 200px
}

#user-profile-form .form-item-pass-pass2 {
    float: right
}

#user-profile-form .help-block {
    margin: 0 0 0 10px;
    font-size: .8em
}

#block-user-login {
    padding: 10px;
    background-color: #faf8fb;
    border: 1px solid #eee;
    margin-bottom: 20px
}

#block-user-login h2 {
    padding: 10px 0 0;
    color: #ec008b
}

#block-user-login ul {
    list-style-type: none;
    margin-left: -40px;
    float: left;
    width: 100%
}

#block-user-login ul li a {
    line-height: 2em;
    color: #ec008b
}

#block-user-login label {
    margin-top: 10px;
    font-size: .85em
}

#block-user-login input {
    width: 99% !important
}

#block-user-login .btn-default {
    background-color: #ec008b;
    color: #fff;
    margin: auto;
    float: left
}

#user-login {
    width: 60%;
    padding: 20px
}

#user-login .input {
    width: 100% !important
}

#user-login .form-item {
    float: left
}

#user-login .form-actions {
    clear: left
}

#user-login .form-submit {
    position: relative;
    top: 25px;
    width: 100px;
    background-color: #ec008b;
    color: #fff;
    display: block
}

#user-login .form-submit:hover {
    background-color: #faf8fb;
    color: #ec008b
}

#edit-submitted-amount-select .form-radio {
    margin-left: -20px
}

#webform-component-gift-aid label {
    float: right;
    width: 80%
}

#edit-submitted-gift-aid {
    float: left;
    width: 10%;
    margin-left: 20px
}

#edit-submitted-gift-aid label {
    color: #fff
}

#edit-submitted-payment-payment-method-all-forms-1-expiry-date-year {
    width: 90px
}

#user-register-form #edit-account input {
    width: 55%;
    margin: 0 10px 10px 0
}

#user-register-form legend {
    margin: 0;
    padding: 8px
}

.captcha {
    margin-bottom: 30px
}

.page-node-887000 form {
    margin-top: -100px
}

.page-node-887000 form .webform-component--introduction {
    width: 100%
}

.page-node-887000 form .webform-component--content-of-call-set, .page-node-887000 form .webform-component--need-set {
    border: none !important
}

.page-node-887000 form .webform-component--content-of-call-set input[type=checkbox], .page-node-887000 form .webform-component--need-set input[type=checkbox] {
    position: absolute;
    left: 14px
}

.page-node-887000 .webform-component--date-of-call--date-day, .page-node-887000 .webform-component--date-of-call--date-month, .page-node-887000 .webform-component--date-of-call--date-year {
    width: initial;
    margin-right: 12px
}

.node-type-page .block-webform .webform-client-form {
    position: relative;
    left: -18px;
    width: 100%;
    background-color: #fff
}

.node-type-page .block-webform .webform-client-form .form-checkbox {
    left: 20px
}

.page-user .form-item-pass-pass2 {
    display: block !important;
    float: initial !important
}

.page-user .form-item-pass-pass2 .control-label {
    position: relative;
    top: 30px
}

.page-user .form-item-pass-pass2 .password-confirm {
    position: relative;
    left: 200px
}

.page-user #edit-timezone--2 {
    position: relative;
    right: 80px
}

#block-privatemsg-privatemsg-menu, .jcct-forum-menu, .jcct-user-menu {
    background-color: #faf8fb !important;
    margin-bottom: 20px;
    border: 1px solid #eee !important;
    font-size: .9em
}

#block-privatemsg-privatemsg-menu ul, .jcct-forum-menu ul, .jcct-user-menu ul {
    list-style-type: none;
    margin-left: -24px
}

#block-privatemsg-privatemsg-menu h2, .jcct-forum-menu h2, .jcct-user-menu h2 {
    padding: 20px 0 0 14px;
    color: #ec008b;
    font-weight: 300
}

#block-privatemsg-privatemsg-menu .view-forum-taxonomy, #block-privatemsg-privatemsg-menu .view-latest-posts, .jcct-forum-menu .view-forum-taxonomy, .jcct-forum-menu .view-latest-posts, .jcct-user-menu .view-forum-taxonomy, .jcct-user-menu .view-latest-posts {
    padding: 10px 8px 20px 14px
}

body.node-type-forum section.block {
    background-color: #fff;
    border: none
}

.jcct-user-menu form {
    padding: 10px
}

.jcct-user-menu .jcct-search-button {
    display: inline-block;
    height: 34px;
    margin-top: -4px
}

.jcct-user-menu .jcct-search {
    display: inline-block;
    width: 80% !important
}

.forum-post-wrapper {
    background: #faf8fb
}

.forum-post-panel-main {
    background: #fff;
    margin-left: 135px !important
}

.block-user-new {
    display: none
}

.forum-post-info {
    background-color: #ededed;
    height: 25px;
    line-height: 24px
}

.forum-post-info .forum-posted-on {
    font-weight: 700;
    margin-left: 8px
}

.forum-name a {
    margin: 4px
}

.forum-post-panel-sub {
    width: 150px !important
}

.user-picture {
    display: block !important;
    width: 100%
}

.forum-post-title {
    margin-left: 20px !important;
    width: 80%;
    font-weight: 700;
    font-size: 1.35em
}

.forum-post-content {
    margin-left: 20px !important;
    width: 80%
}

.forum-node-create-links {
    width: 100%;
    margin-bottom: 10px
}

#forum-sort .form-control {
    width: 100px !important;
    margin-right: 10px;
    margin-bottom: 10px
}

.forum-tools {
    clear: both;
    float: none !important
}

@media only screen and (max-width: 768px) {
    .forum-last-post, .forum-last-reply, .forum-number-name, .forum-number-posts, .forum-number-topics, .forum-posts, .forum-topics {
        display: none
    }

    .forum-details {
        padding: 10px
    }

    .forum-table thead {
        border: 1px solid #eee
    }

    .forum-table .views-field-comment-count, .forum-table .views-field-totalcount {
        display: none
    }

    .forum-table .page-forum .forum-header .forum-last-post {
        display: none !important
    }

    .forum-table td.views-field-created, .forum-table td.views-field-last-updated, .forum-table td.views-field-name, .forum-table td.views-field-title, .forum-table td.views-field-topic-icon {
        padding: 12px;
        background-color: #faf8fb
    }

    .forum-table .views-field-title, .forum-table .views-field-topic-icon {
        padding: 12px
    }

    .forum-topic-legend div {
        margin-bottom: 10px;
        width: 70%
    }

    .forum-topic-legend .topic-icon-closed, .forum-topic-legend .topic-icon-default, .forum-topic-legend .topic-icon-hot, .forum-topic-legend .topic-icon-hot-new, .forum-topic-legend .topic-icon-new, .forum-topic-legend .topic-icon-sticky {
        background-position: right !important
    }
}

@media only screen and (max-width: 480px) {
    .forum-table td.views-field-last-updated span.username, .forum-table td.views-field-last-updated a {
        word-break: break-all
    }
}

.forum-table-topics thead tr {
    background-color: #ec008b
}

.forum-table-topics thead tr a {
    color: #fff
}

.forum-table-topics td {
    padding: 12px
}

.mobile-extra-menu #block-block-38, .mobile-extra-menu #block-block-39, .mobile-extra-menu #block-system-user-menu, .mobile-extra-menu #block-user-login {
    display: none !important
}

a.af-button-large, a.af-button-large:link, a.af-button-large:visited, a.af-button-small, a.af-button-small:link, a.af-button-small:visited, a.author-pane-link, a.author-pane-link:link, a.author-pane-link:visited {
    color: #333;
    text-decoration: none
}

.af-button-large, .af-button-small, .author-pane-link {
    display: block;
    border-top: 1px solid #eaf8e4;
    background: #c1c1c1;
    background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#c1c1c1));
    background: -moz-linear-gradient(top, #dfdfdf, #c1c1c1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #000 0 1px 0;
    -moz-box-shadow: #000 0 1px 0;
    box-shadow: #000 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
    color: #333;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle
}

a.af-button-large:hover, a.af-button-small:hover, a.author-pane-link:hover {
    background: #c1c1c1;
    color: #333;
    border-top-color: #efefef
}

a.af-button-large:active, a.af-button-small:active, a.author-pane-link:active {
    background: #c1c1c1;
    color: #333;
    border-top-color: #efefef
}

.af-button-large span {
    font-size: 14px;
    padding: 2px 2px 2px 25px;
    line-height: 30px;
    margin: 0 7px
}

.af-button-small span {
    font-size: 12px;
    padding: 2px 2px 2px 20px;
    line-height: 25px;
    margin: 0 7px
}

.author-pane-link span {
    font-size: 12px;
    padding: 0 0 0 22px;
    line-height: 22px;
    margin: 0 7px
}

.forum-add-forum .af-button-large span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/add_topic.png) no-repeat
}

.forum-add-poll .af-button-large span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/add_poll.png) no-repeat
}

.topic-reply-allowed .af-button-large span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/topic_reply.png) no-repeat
}

.topic-reply-locked .af-button-large span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/topic_locked.png) no-repeat
}

.last-post-link .af-button-large span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/topic_last_post.png) no-repeat
}

.topic-new-post-link .af-button-large span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/topic_first_unread_post.png) no-repeat
}

.comment-add .af-button-small span, .comment-reply .af-button-small span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/post_reply.png) no-repeat
}

.quote .af-button-small span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/post_quote.png) no-repeat
}

.comment-edit .af-button-small span, .post-edit .af-button-small span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/post_edit.png) no-repeat
}

.comment-delete .af-button-small span, .post-delete .af-button-small span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/post_delete.png) no-repeat
}

.forum-jump-links .af-button-small span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/topic_top.png) no-repeat
}

.forum-post-panel-sub .author-contact .author-pane-link span {
    background: transparent url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/ap_email.png) no-repeat
}

.forum-post-panel-sub .author-privatemsg .author-pane-link span {
    background: transparent url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/ap_private_message.png) no-repeat
}

.forum-post-panel-sub .author-relationship-add-icon.author-pane-link span {
    background: transparent url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/ap_contact_add.png) no-repeat
}

.forum-post-panel-sub .author-relationship-remove-icon.author-pane-link {
    background: transparent url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/ap_contact_remove.png) no-repeat
}

.join-forum-cta {
    display: inline-block;
    margin-top: -10px;
    background-color: #fad5e6;
    width: 100%;
    padding: 14px;
    text-align: center;
    color: #ec008b !important;
    font-size: 1.32em;
    font-weight: 400;
    text-transform: uppercase
}

.join-forum-cta:hover {
    background: #ec008b;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    color: #fff !important;
    text-decoration: none
}

@media only screen and (max-width: 480px) {
    .left-side-desktop #block-block-16, .left-side-desktop #block-views-forum-taxonomy-block, .left-side-desktop #block-views-latest-posts-block {
        display: none !important
    }

    .node-type-forum .jcct-user-menu {
        display: block !important
    }

    .forum-post-panel-main {
        margin-left: 0 !important
    }

    .forum-post-panel-sub {
        width: 300px !important
    }

    .user-picture {
        display: none !important
    }

    .forum-post-title {
        margin-left: 20px !important;
        font-size: 1.15em
    }
}

.lb-share-tt, .lb-tt-m {
    display: none !important
}

.page-forum .tabs--primary {
    margin-top: 100px !important
}

.cart {
    position: relative;
    top: 6px;
    left: 130px;
    cursor: pointer
}

.cart #hovercart-qty {
    position: relative !important;
    top: -24px !important;
    left: 36px !important;
    text-align: right;
    color: #ec008b;
    width: 50px;
    height: 100px;
    cursor: pointer;
    font-weight: initial !important;
    font-size: 14px !important
}

.cart #hovercart-image {
    z-index: 220
}

.cart #hovercart-contents {
    z-index: 220;
    width: 220px !important
}

.cart #hovercart-contents #content-wrap {
    padding: 12px;
    background-color: #ffecf7 !important
}

.cart .links li a {
    color: #222 !important
}

@media (max-width: 480px) {
    .cart {
        left: 220px;
        top: 70px
    }

    .cart .cart #hovercart-qty {
        width: 70px
    }
}

@media (max-width: 380px) {
    .cart {
        left: 190px
    }
}

@media (max-width: 320px) {
    .cart {
        left: 150px
    }
}

.top-navigation .cart {
    top: 0;
    left: 0
}

.cart-donation .add-donation-title {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 2em
}

.cart-donation .uc-out-of-stock-instock {
    display: none !important
}

.cart-donation .uc_out_of_stock_throbbing {
    display: none !important
}

.cart-donation button {
    position: relative
}

@media (max-width: 480px) {
    .cart-donation button {
        left: 12px
    }
}

.cart-donation button:after {
    content: "ADD DONATION";
    padding: 6px;
    min-width: 124px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ec008b
}

@media (max-width: 480px) {
    .cart-donation button:after {
        background: #5f276a
    }
}

.node-type-product .page-header {
    margin-bottom: 0 !important;
    font-size: 1.6em !important
}

.node-type-product .product-second-sidebar a {
    color: #000;
    text-decoration: underline;
    line-height: 40px
}

.node-type-product .product-second-sidebar a:hover {
    text-decoration: none
}

.node-type-product .product-second-sidebar .product-category-menu {
    background-color: #faf9f3;
    padding: 24px;
    margin-left: 10px
}

.node-type-product .product-second-sidebar .product-category-menu h2 {
    font-weight: 100;
    color: #ec008b
}

@media (max-width: 480px) {
    .node-type-product .product-second-sidebar {
        position: relative;
        top: 48px
    }
}

.btn {
    border-radius: 0
}

.product-more-products {
    margin-top: 48px
}

.product-more-products h3 {
    color: #ec008b;
    font-size: 1.2em;
    font-weight: 100;
    line-height: 50px
}

@media (max-width: 480px) {
    .product-more-products h3 {
        margin-left: 20px
    }
}

.product-more-products .related-product {
    text-align: center
}

.product-more-products .related-product img {
    margin: auto
}

.product-more-products .related-product p {
    line-height: 28px;
    color: #ec008b
}

.product-more-products .related-product a {
    color: #000;
    text-decoration: underline
}

.product-help-block {
    margin-left: 10px;
    padding: 24px
}

.product-help-block h2 {
    font-size: 14px;
    font-weight: 700
}

.product-help-block a {
    color: #000;
    text-decoration: underline;
    line-height: 40px
}

.product-page {
    margin-left: -20px
}

.product-page .product-image .share-bar {
    text-align: left;
    margin-top: 34px
}

.product-page .product-description {
    padding-left: 32px
}

.product-page .product-description .product-display-price {
    line-height: 42px;
    font-size: 1em;
    font-weight: 700
}

.product-page .product-description .uc_out_of_stock_throbbing {
    display: none
}

.product-page .product-description .uc-out-of-stock-instock {
    font-weight: 700;
    line-height: 60px
}

.product-page .product-description .glyphicon-plus {
    display: none
}

@media (max-width: 480px) {
    .product-page .product-description {
        position: relative;
        top: 42px
    }
}

.page-cart .error {
    border: none
}

.page-cart .btn {
    border-radius: 0;
    border: none;
    background-color: #ec008b
}

.page-cart .btn .glyphicon-trash {
    display: none
}

.page-cart .table-responsive .subtotal, .page-cart .table-responsive th {
    background-color: #faf9f3;
    font-weight: 100;
    font-size: 16px;
    padding: 12px;
    color: #222
}

.page-cart .table-responsive tr:nth-of-type(odd) {
    background-color: #fff
}

@media (max-width: 480px) {
    .page-cart .table-responsive th:nth-child(1) {
        color: #faf9f3;
        max-width: 20px
    }

    .page-cart .table-responsive th:nth-child(2) {
        min-width: 1px;
        max-width: 1px
    }
}

@media (max-width: 480px) {
    .page-cart .table-responsive .remove button {
        position: relative;
        width: 40px
    }

    .page-cart .table-responsive .remove button:after {
        content: "X";
        padding: 6px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ec008b
    }
}

.page-cart .table-responsive td.image {
    min-width: 160px
}

@media (max-width: 480px) {
    .page-cart .table-responsive td.image {
        min-width: 1px;
        max-width: 1px
    }

    .page-cart .table-responsive td.image img {
        display: none
    }
}

@media (max-width: 480px) {
    .page-cart .table-responsive td.remove {
        max-width: 20px
    }
}

.page-cart .table-responsive td.desc a {
    font-size: 1em;
    color: #ec008b
}

.page-cart .table-responsive tr {
    border: none
}

.page-cart .table-responsive thead > tr > th {
    border: none
}

@media (max-width: 768px) {
    .page-cart .form-actions {
        position: relative;
        top: 220px
    }
}

@media (max-width: 768px) {
    .page-cart .form-actions .form-submit {
        margin-top: 20px
    }
}

.page-cart .uc-cart-empty {
    min-height: 150px
}

@media (max-width: 768px) {
    .page-cart .suggested-donation {
        position: relative;
        top: -60px
    }
}

.page-cart .suggested-donation .form-type-uc-quantity, .page-cart .suggested-donation p {
    margin-left: 12px
}

@media (max-width: 480px) {
    .page-cart .suggested-donation img {
        display: none
    }
}

@media (max-width: 768px) {
    .page-cart .suggested-donation img {
        width: 45%;
        margin-top: 50px
    }
}

@media (max-width: 480px) {
    .page-cart .suggested-donation .form-text {
        width: 25%
    }
}

@media (max-width: 768px) {
    .page-cart .suggested-donation .form-actions {
        top: 0 !important
    }
}

@media (max-width: 480px) {
    .page-cart .suggested-donation .form-actions .node-add-to-cart {
        float: right;
        margin-right: 28px;
        margin-top: -50px
    }
}

.page-cart-checkout .field-billing_ucxf_giftaid, .page-cart-checkout .field-billing_ucxf_surgery {
    display: none
}

.page-cart-checkout .input-group .input-group-addon {
    display: none
}

.page-cart-checkout .payment-details-free_order {
    display: none
}

.page-cart-checkout .panel {
    border: none;
    box-shadow: none
}

.page-cart-checkout .panel-heading {
    background-color: #fff;
    border: none
}

.page-cart-checkout .cart-review th {
    border: none
}

.page-cart-checkout .cart-review td {
    border: none
}

@media (max-width: 480px) {
    .page-cart-checkout form .form-actions {
        top: 495px
    }
}

.page-cart-checkout form input {
    border: 1px solid #000;
    border-radius: 0
}

@media (max-width: 480px) {
    .page-cart-checkout form .form-select, .page-cart-checkout form .form-text {
        width: 70%
    }
}

.page-cart-checkout form .field-label {
    font-weight: 400;
    width: 190px
}

@media (max-width: 480px) {
    .page-cart-checkout form .field-label {
        width: 120px
    }
}

.page-cart-checkout form .input-group-addon {
    dipslay: none
}

.page-cart-checkout form .field-delivery_ucxf_contact_text .field-label {
    color: #fff
}

.page-cart-checkout form .field-delivery_ucxf_contact_text input {
    display: none
}

.page-cart-checkout form .field-delivery_ucxf_contact_text .help-block {
    position: relative;
    left: -180px;
    font-weight: 200;
    font-size: .9em;
    max-width: 95%
}

@media (max-width: 480px) {
    .page-cart-checkout form .field-delivery_ucxf_contact_text .help-block {
        left: -100px;
        width: 320px
    }
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item {
    padding-top: 25px
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-label {
    color: #fff
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-field, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-field {
    position: relative;
    left: -180px
}

@media (max-width: 480px) {
    .page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-field, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-field {
        left: -100px
    }
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_fundraising, .page-cart-checkout form .field-delivery_ucxf_contact_channel_information, .page-cart-checkout form .field-delivery_ucxf_contact_channel_news, .page-cart-checkout form .field-delivery_ucxf_contact_channel_volunteer, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_email, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_phone, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_post, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_text, .page-cart-checkout form .field-delivery_ucxf_where_use_charity, .page-cart-checkout form .field-delivery_ucxf_where_use_community, .page-cart-checkout form .field-delivery_ucxf_where_use_gp_clinic, .page-cart-checkout form .field-delivery_ucxf_where_use_home_friends, .page-cart-checkout form .field-delivery_ucxf_where_use_other, .page-cart-checkout form .field-delivery_ucxf_where_use_pharmacy, .page-cart-checkout form .field-delivery_ucxf_where_use_school_college, .page-cart-checkout form .field-delivery_ucxf_where_use_trust_hospital, .page-cart-checkout form .field-delivery_ucxf_where_use_workplace, .page-cart-checkout form .field-delivery_ucxf_why_ordered_awareness, .page-cart-checkout form .field-delivery_ucxf_why_ordered_ccpw_jan, .page-cart-checkout form .field-delivery_ucxf_why_ordered_csaw_jun, .page-cart-checkout form .field-delivery_ucxf_why_ordered_fundraising, .page-cart-checkout form .field-delivery_ucxf_why_ordered_personal, .page-cart-checkout form .field-delivery_ucxf_why_ordered_professional {
    height: 15px
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_fundraising .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_information .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_news .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_volunteer .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_email .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_phone .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_post .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_text .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_charity .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_community .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_gp_clinic .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_home_friends .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_other .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_pharmacy .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_school_college .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_trust_hospital .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_workplace .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_awareness .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_ccpw_jan .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_csaw_jun .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_fundraising .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_personal .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_professional .field-label {
    font-weight: 200
}

.page-cart-checkout table tr {
    border: none !important;
    height: 50px
}

.page-cart-checkout table .products a {
    color: #222
}

.page-cart-checkout #quotes-pane {
    display: none
}

.page-cart-checkout #edit-panes-payment-payment-method img, .page-cart-checkout #edit-panes-payment-payment-method--2 img {
    display: inline-block !important
}

.page-cart-checkout #uc-order-total-preview {
    border: none !important
}

.page-cart-checkout #uc-order-total-preview .line-item-shipping, .page-cart-checkout #uc-order-total-preview .line-item-subtotal, .page-cart-checkout #uc-order-total-preview .line-item-total {
    background-color: #fad5e5
}

.page-cart-checkout #payment-details {
    background-color: #faf9f3;
    padding: 14px;
    border: none
}

.page-cart-checkout #payment-details .uc-credit-cvv-help {
    float: left
}

.page-cart-checkout #comments-pane .panel-body:before {
    color: #737373;
    content: "If youâ€™d like to tell us more about why you have ordered these items, please do so in the box below"
}

.page-cart-checkout #comments-pane .help-block {
    display: none
}

.page-cart-checkout .form-item-panes-comments-comments label {
    display: none
}

.shop-hero {
    max-height: 530px;
    overflow: hidden
}

.shop-hero .slick-media img {
    width: 100%
}

.shop-hero .slick-dots li button:before {
    font-size: 54px;
    font-size: 2.4rem
}

.shop-hero .slick-dots {
    position: relative;
    top: -60px
}

.shop-hero .slick-dots li button:before {
    color: #fff
}

.shop-hero .shop-banner-caption {
    position: absolute;
    left: 64px;
    bottom: 64px;
    width: 350px;
    padding: 24px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 300;
    text-transform: initial;
    line-height: 1.3em
}

.shop-hero .shop-banner-caption .btn {
    border-radius: 0;
    font-weight: 300
}

.shop-content {
    margin-top: 0
}

.shop-content h1.page-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.6em !important;
    margin: 0 !important
}

.shop-content .field-name-field-last-updated, .shop-content .statistics_counter {
    display: none
}

.shop-content .view-shop-categories {
    margin-top: -40px
}

.shop-content .view-shop-categories .col-md-6 {
    padding-left: 0;
    padding-top: 60px
}

.shop-content .view-shop-categories .caption {
    position: absolute;
    background: rgba(236, 0, 139, .65);
    bottom: 0;
    left: 0;
    height: 13%;
    padding: 2.6%;
    width: 100%;
    background-image: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/arrow-right-white.png);
    background-repeat: no-repeat;
    background-position: right;
    max-width: 450px
}

@media (max-width: 768px) {
    .shop-content .view-shop-categories .caption {
        width: 95.5%
    }
}

.shop-content .view-shop-categories .caption a {
    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.75em
}

@media (max-width: 480px) {
    .shop-content .view-shop-categories .caption {
        width: 95.9%
    }
}

.shop-content .shop-copy {
    margin-top: 40px
}

.page-shop .uc-out-of-stock-instock, .page-shop .uc_out_of_stock_throbbing {
    display: none !important
}

.page-shop .breadcrumb .active {
    display: inline-block !important;
    color: #222 !important
}

.page-shop .category-intro {
    width: 75%
}

.page-shop .view-display-id-block_2:before {
    content: 'Categories:'
}

.page-shop .view-display-id-block_2 .category-row {
    display: inline-block;
    width: initial
}

@media (max-width: 480px) {
    .page-shop .view-display-id-block_2 .category-row {
        height: 26px;
        width: 100%;
        margin-top: 20px
    }
}

.page-shop .view-display-id-block_2 .category-filter a {
    background-color: #ffecf7;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

.page-shop .view-display-id-block_2 .category-filter a:hover {
    background-color: #fad5e5;
    text-decoration: none
}

.page-shop .view-display-id-block_3 .view-content:before, .page-shop .view-display-id-block_4 .view-content:before {
    content: 'Sub categories:'
}

.page-shop .view-display-id-block_3 .category-row, .page-shop .view-display-id-block_4 .category-row {
    display: inline-block;
    width: initial
}

@media (max-width: 480px) {
    .page-shop .view-display-id-block_3 .category-row, .page-shop .view-display-id-block_4 .category-row {
        height: 28px;
        width: 100%;
        margin-top: 20px;
        font-size: 10px
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .page-shop .view-display-id-block_3 .category-row, .page-shop .view-display-id-block_4 .category-row {
        margin-top: 40px
    }
}

.page-shop .view-display-id-block_3 .category-filter a, .page-shop .view-display-id-block_4 .category-filter a {
    background-color: #faf9f3;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

.page-shop .view-display-id-block_3 .category-filter a:hover, .page-shop .view-display-id-block_4 .category-filter a:hover {
    background-color: #eeebd6;
    text-decoration: none
}

.page-shop .view-display-id-block_2, .page-shop .view-display-id-block_3, .page-shop .view-display-id-block_4 {
    margin: 40px 0
}

.page-shop .view-display-id-block_2 div, .page-shop .view-display-id-block_3 div, .page-shop .view-display-id-block_4 div {
    display: inline;
    width: 10%
}

.page-shop .view-display-id-block_2 .category-filter a, .page-shop .view-display-id-block_3 .category-filter a, .page-shop .view-display-id-block_4 .category-filter a {
    width: 12.5%;
    height: 50px;
    text-align: center;
    margin-right: 24px;
    padding: 12px;
    color: #222
}

.page-shop .view-display-id-block_2 a.active, .page-shop .view-display-id-block_3 a.active, .page-shop .view-display-id-block_4 a.active {
    background-color: #5f276a;
    color: #fff
}

.view-uc-catalog .col-md-3 {
    margin-top: 64px;
    max-height: 324px;
    text-align: center
}

@media (max-width: 768px) {
    .view-uc-catalog .col-md-3 {
        max-height: initial
    }
}

.view-uc-catalog .col-md-3 .category-price {
    color: #ec008b;
    font-size: .9em
}

@media (max-width: 480px) {
    .view-uc-catalog .col-md-3 .category-price {
        font-size: 1.1em
    }
}

.view-uc-catalog .col-md-3 a {
    color: #222;
    text-decoration: underline
}

.view-uc-catalog .col-md-3 a:hover {
    text-decoration: none
}

@media (max-width: 480px) {
    .view-uc-catalog .col-md-3 a {
        font-size: 1.25em
    }
}

.view-uc-catalog .col-md-3 img:hover {
    opacity: .75
}

.view-uc-catalog .col-md-3 .list-add-to-cart {
    border-radius: 0;
    position: absolute;
    top: 12px;
    right: 26px
}

.view-uc-catalog .col-md-3 .list-add-to-cart .glyphicon-plus {
    display: none
}

.view-uc-catalog .col-md-3 .list-download {
    border-radius: 0;
    position: absolute;
    top: 12px;
    right: 26px;
    color: #fff;
    text-decoration: none;
    z-index: 2
}

.main-container a.list-download {
    color: #fff
}

@media (max-width: 480px) {
    .view-uc-catalog .col-md-3 {
        max-height: initial
    }
}

.view-uc-catalog .uc_out_of_stock_html {
    color: #ec008b
}

.view-uc-catalog .attachment .view {
    clear: both;
    margin: 0 auto 24px;
    overflow: hidden;
    padding-bottom: 40px
}

.view-uc-catalog .attachment .view h3 {
    color: #ec008c;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 24px
}

.view-uc-catalog .attachment .view .col-md-3 {
    height: 330px;
    max-height: none
}

.pager-load-more .pager-next a {
    margin-top: 60px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    color: #fff;
    width: 160px !important;
    line-height: 34px;
    padding: 12px;
    background-position: right 18px top 10px;
    background-color: #5f276a;
    font-size: 1em;
    font-weight: 300;
    -webkit-transition: color .1s ease-out, background .4s ease-in;
    transition: color .1s ease-out, background .4s ease-in
}

.pager-load-more .pager-next a:hover {
    background-color: #ec008b
}

.page-cart-checkout-review .order-review-table {
    width: 75%;
    margin: initial;
    margin-top: 40px
}

.page-cart-checkout-review .order-review-table .title-col {
    padding: initial;
    text-align: initial
}

.page-cart-checkout-review .order-review-table .pane-title-row {
    color: #ec008b;
    background-color: #fff;
    font-weight: 100;
    font-size: 1.25em;
    text-align: left;
    border-bottom: 1px solid #ededed !important
}

.page-cart-checkout-review .order-review-table .pane-title-row td {
    vertical-align: bottom !important
}

.page-cart-checkout-review .order-review-table .review-button-row {
    background-color: #fff
}

@media (max-width: 480px) {
    .page-cart-checkout-review .order-review-table .review-button-row .form-actions {
        top: 0 !important;
        margin-right: 15px
    }
}

.address-pane-table .field-field .form-item label {
    display: block !important
}

.field-delivery_ucxf_giftaid .field-label {
    padding-top: 24px;
    vertical-align: top
}

.form-item-panes-delivery-address-delivery-ucxf-giftaid .help-block {
    color: #333;
    position: relative;
    right: -50px;
    font-size: 12px;
    width: 50%
}

@media (max-width: 480px) {
    .form-item-panes-delivery-address-delivery-ucxf-giftaid .help-block {
        width: 320px;
        top: 26px;
        left: -100px;
        margin-bottom: 20px
    }
}

.form-item-panes-delivery-address-delivery-ucxf-giftaid label {
    position: relative;
    top: 24px;
    left: 20px
}

footer .home-menu-bottom {
    margin-top: 50px;
    height: 80px
}

footer .home-menu-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer .home-menu-bottom ul .col-md-2 {
    width: 13%;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    text-align: center
}

footer .home-menu-bottom ul .col-md-2 a {
    text-decoration: underline;
    color: #333
}

footer .home-menu-bottom ul .useful-title {
    width: 11%;
    padding-left: 12px;
    text-align: left
}

footer .home-menu-bottom ul .col-md-4 {
    width: 31.7%;
    margin: 0;
    margin-top: 6px;
    margin-left: 62px;
    padding: 0;
    text-align: right
}

footer .home-menu-bottom ul .col-md-offset-2 {
    margin-left: 18%;
    margin-left: calc(13% + 62px)
}

footer .home-menu-bottom ul .btn-primary {
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    color: #fff;
    width: 100%;
    line-height: 38px;
    min-height: 50px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/right-arrow.svg) no-repeat;
    background-position: right 10px top 8px;
    background-color: #ff53b8;
    font-size: 1.1em;
    font-weight: 400;
    -o-transition: color .1s ease-out, background .4s ease-in;
    -ms-transition: color .1s ease-out, background .4s ease-in;
    -moz-transition: color .1s ease-out, background .4s ease-in;
    -webkit-transition: color .1s ease-out, background .4s ease-in;
    transition: color .1s ease-out, background .4s ease-in
}

footer .home-menu-bottom ul .btn-primary:hover {
    background-color: #ec008b
}

footer .home-menu-bottom ul .donate {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/right-arrow-navy.svg) no-repeat;
    background-position: right 10px top 8px;
    background-color: #ffcf01;
    color: #5f276a;
    font-size: 1.3em
}

footer .home-menu-bottom ul .donate:hover {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/right-arrow.svg) no-repeat;
    background-position: right 10px top 8px;
    background-color: #5f276a;
    color: #fff
}

footer h4 {
    font-size: 1.1em
}

footer .jcct-footer {
    background: #ec008b;
    color: #fff;
    padding-top: 30px;
    min-height: 160px
}

footer .about-section {
    background: #c7e9ee;
    margin-top: -40px;
    padding-top: 40px
}

footer .jcct-footer-heading {
    color: #582a68;
    padding: 12px 0 6px;
    font-size: 1.4em
}

footer .jcct-footer-blocks {
    position: relative;
    background: #eceaed;
    margin-top: 0;
    min-height: 0;
    padding-bottom: 30px
}

footer .jcct-footer-blocks .jcct-footer-grey-band {
    height: 50px;
    position: absolute;
    width: 100%
}

footer .footer-utility-links {
    text-align: center;
    height: 45px;
    margin-top: 8px
}

footer .footer-utility-links a {
    font-size: 1em;
    line-height: 2.4em;
    color: #555;
    margin-left: 20px;
    text-decoration: underline
}

@media only screen and (max-width: 480px) {
    footer .footer-utility-links {
        height: 95px
    }

    footer .footer-utility-links a {
        display: inline-block;
        line-height: 48px
    }
}

footer a.ftr-lu-blog, footer a.ftr-lu-news {
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    padding: 10px 45px;
    display: inline-block
}

footer a.ftr-lu-blog {
    background: #0076b3;
    margin-right: 15px
}

footer a.ftr-lu-news {
    background: #582a68
}

footer .social-follow .social-follow-desktop ul {
    margin: 0 0 25px -40px;
    list-style: none;
    color: #222 !important
}

footer .social-follow .social-follow-desktop ul li {
    margin: 15.7px 0 0
}

footer .social-follow .social-follow-desktop ul li a {
    color: #222
}

footer .social-follow .social-follow-desktop ul li img {
    padding-right: 15px
}

footer .social-follow-mobile {
    text-align: left;
    padding: 0
}

footer .social-follow-mobile ul {
    margin: 0;
    margin-block-start: 0em;
    padding-inline-start: 0px;
    -webkit-padding-start: 0px !important
}

footer .social-follow-mobile ul li {
    display: inline-block;
    list-style-type: none;
    width: 17%;
    max-width: 60px
}

footer .social-follow-mobile ul li a {
    color: #222
}

footer .social-follow-mobile img {
    width: 90%;
    height: auto
}

footer .newsletter {
    padding: 0;
    min-height: 0;
    color: #555
}

footer .newsletter h4 {
    margin-left: 18px
}

footer .newsletter form {
    padding: 0 10px;
    margin-left: 10px;
    width: 90%
}

footer .newsletter p {
    padding-top: 30px;
    width: 80%
}

footer .newsletter .btn-success {
    background: 0 0;
    background-color: #ed008c;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 8px;
    -o-transition: color 30ms ease-out, background .2s ease-in;
    -ms-transition: color 30ms ease-out, background .2s ease-in;
    -moz-transition: color 30ms ease-out, background .2s ease-in;
    -webkit-transition: color 30ms ease-out, background .2s ease-in;
    transition: color 30ms ease-out, background .2s ease-in;
    text-transform: none;
    margin-top: 0;
    height: auto
}

footer .newsletter .btn-success:hover {
    background-color: #592b69;
    color: #fff
}

footer .newsletter input {
    border: 0 !important;
    width: 100%;
    height: 40px !important;
    border-radius: 0;
    margin-top: 0;
    font-size: 1.1em;
    color: #333
}

footer .newsletter placeholder {
    color: #333
}

footer .footer-information {
    top: -8px;
    padding: 0
}

footer .footer-information h6 {
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: .75px
}

footer .footer-information p {
    font-size: .9em;
    font-weight: 100;
    line-height: .75em
}

footer .footer-awards ul {
    margin: 0 0 0 30px;
    max-height: 155px;
    list-style-type: none
}

footer .footer-awards ul .award-1 {
    display: inline-block;
    width: 80px;
    height: 60px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/footer-sprites.png) -10px 205px
}

footer .footer-awards ul .award-2 {
    display: inline-block;
    width: 80px;
    height: 60px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/footer-sprites.png) -10px 140px
}

footer .footer-awards ul .award-3 {
    display: inline-block;
    width: 80px;
    height: 60px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/footer-sprites.png) -10px 75px
}

footer .fr-reg-logo img {
    position: relative;
    top: 8px;
    left: 0;
    width: 100%;
    max-width: 200px
}

footer .footer-logo {
    text-align: left;
    display: inline !important;
    padding-left: 60px
}

footer .footer-logo img {
    max-width: 220px;
    display: inline !important;
    position: static;
    right: auto
}

.footer-contact-numbers {
    text-align: right;
    min-height: 50px;
    color: #fff;
    background: #0076b3;
    font-size: 1em;
    font-weight: 300;
    line-height: 3.2em
}

.footer-contact-numbers .footer-helpline, .footer-contact-numbers .footer-office {
    padding: 0
}

.footer-contact-numbers a {
    font-size: 1.2em;
    font-weight: 300 !important;
    color: #fff
}

.social-stream {
    min-height: 0
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs_main {
    margin-left: -8px;
    padding-right: 20px
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs {
    position: absolute;
    bottom: 16px;
    padding: 0;
    width: 92.3333%;
    background-color: #fad5e5;
    min-height: 32px
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li {
    display: inline-block;
    position: relative;
    top: 0;
    padding: 8px 15px;
    margin: 0;
    background-color: #fad5e5;
    width: 50%;
    text-align: center;
    font-size: 1em;
    float: left
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li a {
    color: #ec008b;
    text-decoration: none;
    font-weight: 300
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li.last {
    border-left: 1px solid #ec008b
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li.first {
    border-right: 1px solid #ec008b
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li.active {
    background-color: #ec008b
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li.active a {
    color: #fff !important;
    font-weight: 300 !important;
    text-decoration: none
}

.social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs {
    background-color: #faf9f3 !important;
    border: none !important;
    max-height: 250px;
    min-height: 250px
}

.social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs .view-twitter-homepage-stream > .view-content > div {
    padding: 8px;
    line-height: 1.1em
}

.social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs a {
    font-size: .9em;
    width: 96%;
    color: #333
}

.social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs .social-instagram {
    margin-left: 5px !important;
    margin-top: 4px !important;
    max-width: 330px;
    max-height: 330px
}

.social-stream #quicktabs-homepage_social_stream_tabs .view-display-id-socialstream_instagram table {
    margin: auto;
    width: 100%;
    text-align: center
}

.social-stream #quicktabs-homepage_social_stream_tabs .view-display-id-socialstream_instagram table tr {
    border: none !important
}

.social-stream #quicktabs-homepage_social_stream_tabs .view-display-id-socialstream_instagram img {
    margin: 15px 0
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .information-toolbar-band {
        top: 975px
    }

    .story-band-heading {
        top: 1040px
    }

    .story-band {
        top: 1085px
    }
}

@media only screen and (max-width: 1200px) {
    :root .information-toolbar-band, _::-webkit-full-page-media, _:future {
        top: 940px
    }

    :root .story-band-heading, _::-webkit-full-page-media, _:future {
        top: 1000px
    }

    :root .story-band, _::-webkit-full-page-media, _:future {
        top: 1050px
    }

    header .forum-link a, header .helpline-text a {
        font-size: 1.1em !important
    }

    header .helpline-number a {
        font-size: .7em !important
    }

    header .forum-link, header .helpline-text {
        top: 10px
    }

    header .top-navigation a {
        font-size: 1em
    }

    header .top-navigation .helpline-number {
        font-size: 1.1em
    }

    header .contact-header .glyphicon {
        display: none
    }

    .donation-button {
        width: 195px;
        font-size: 1.1em
    }

    .jumbotron .hero-image {
        min-height: 232px;
        max-height: 232px
    }

    .release-container .ask-the-expert {
        width: 240px !important
    }

    .release-container .ask-the-expert h2 {
        font-size: 1.5em !important
    }

    .information-toolbar-band {
        top: 966px
    }

    .your-stories-heading {
        margin-top: 6px
    }

    .story-band-heading {
        top: 1030px
    }

    .story-band {
        top: 1080px;
        min-height: 550px
    }

    .your-stories-section .your-stories-slideshow .btn-default, .your-stories-section .your-stories-static .btn-default {
        top: 0 !important
    }

    .slick-next, .slick-prev {
        height: 322px !important
    }

    .footer-awards {
        width: 400px
    }

    .footer-office {
        width: 280px
    }

    .footer-helpline {
        width: 300px
    }
}

@media only screen and (min-width: 992px) {
    footer .social-follow {
        padding: 0 0 0 50px
    }
}

@media only screen and (max-width: 1024px) {
    header .forum-link, header .helpline-text {
        position: relative;
        left: 44px !important;
        top: 6px;
        text-align: right
    }

    .jumbotron .hero-image {
        background-position: 0 40px;
        min-height: 260px;
        max-height: 260px
    }

    .question-copy p {
        width: 93% !important
    }

    .support-toolbar {
        top: -32px
    }

    .your-stories-heading h2 {
        margin: 18px 0 8px 30px
    }

    .your-stories-section .your-stories-slideshow .btn-default {
        top: 0 !important
    }

    .slick-next, .slick-prev {
        height: 326px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .front .hero .hero-image-No {
        display: none
    }

    .front .hero .home-hero .hero-caption {
        bottom: 24px;
        left: 24px
    }

    .front .information-section .questions {
        min-height: initial
    }

    .front .information-section .questions .question h3 {
        margin-bottom: -10px
    }

    .front .home-toolbar {
        margin-left: -15px;
        margin-right: -15px
    }

    .front .home-toolbar select {
        width: 100%;
        margin-left: 0;
        font-size: 1em;
        background-position: right 5px top 18px
    }

    .front .home-toolbar .home-nav-38 {
        font-size: .95em
    }

    .front .home-section-2 .promo-slot {
        padding: 0
    }

    .front .home-section-2 .home-stories {
        padding: 0 15px
    }

    .front .home-section-2 .home-stories .caption {
        padding: 20px
    }

    .front .home-section-2 .home-stories .caption p {
        width: 95%
    }

    .front .home-video {
        padding-right: 15px
    }

    .node-type-landing-page aside {
        padding: 0 !important;
        right: 10px
    }

    .node-type-landing-page aside .landing-promo-image {
        padding: 0 12px
    }

    .node-type-landing-page aside .landing-promo {
        margin-top: 0 !important;
        min-height: 300px;
        padding: 0 12px
    }

    .node-type-landing-page aside .landing-promo .landing-promo-caption {
        margin-top: 0;
        min-height: 268px
    }
}

@media only screen and (max-width: 768px) {
    body.responsive-layout-mobile #block-block-28 img, body.responsive-layout-mobile .field-name-body img {
        height: 100%;
        margin: 0;
        width: 100%
    }

    header {
        max-height: 100px
    }

    header .logo {
        position: relative;
        left: 20px;
        width: 45%;
        top: 20px
    }

    header .navbar-brand {
        left: 0
    }

    header .navbar-brand {
        z-index: 0 !important
    }

    header .navbar-brand img {
        max-height: 75px
    }

    header .contact-header > div {
        position: absolute;
        top: 0;
        right: 10px
    }

    header .contact-header > div .helpline-text {
        left: 10px
    }

    header .contact-header > div .helpline-number {
        top: -4px;
        right: -60px
    }

    header .contact-header > div .forum-link {
        left: 5px
    }

    header .forum-link, header .helpline-text {
        top: 2px
    }

    header .custom-search {
        display: none
    }

    header .jcct-mobile-navbar {
        position: relative;
        top: -28px;
        display: block;
        background-color: #ec008b !important
    }

    header .jcct-mobile-navbar .jcct-menu-link {
        color: #fff;
        top: -34px;
        left: 24px
    }

    header .jcct-main-nav li {
        background-color: #ec008b;
        margin-bottom: 20px
    }

    .navbar {
        z-index: 10
    }

    .navbar-toggle {
        position: absolute;
        top: -80px;
        right: 0;
        border: none;
        cursor: pointer
    }

    .navbar-toggle:hover {
        background-color: #fad5e5 !important
    }

    .navbar-toggle .icon-bar {
        background-color: #ec008b !important;
        width: 40px;
        height: 8px
    }

    .mobile-donation-button {
        z-index: 200;
        display: inline-block;
        position: relative !important;
        top: -30px;
        right: 22px;
        background: #ffcf01;
        border-radius: 0;
        border: 0;
        min-height: 30px;
        font-size: 1.15em;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        text-align: center;
        -o-transition: color 50ms ease-out, background .8s ease-in;
        -ms-transition: color 50ms ease-out, background .8s ease-in;
        -moz-transition: color 50ms ease-out, background .8s ease-in;
        -webkit-transition: color 50ms ease-out, background .8s ease-in;
        transition: color 50ms ease-out, background .8s ease-in;
        cursor: pointer;
        max-width: 254px !important;
        min-width: none !important
    }

    .mobile-donation-button:hover {
        background: #5f276a !important
    }

    .mobile-donation-button:hover a {
        color: #ffcf01 !important;
        text-decoration: none
    }

    .mobile-donation-button a {
        color: #5f276a !important;
        font-weight: 400;
        margin: 14px 0 0;
        padding: 0
    }

    .breadcrumb {
        padding-left: 0 !important;
        margin-top: 20px !important
    }

    .jumbotron h1 {
        font-size: 1.5em !important;
        width: 75%
    }

    .jumbotron .hero-image {
        border: 1px solid transparent;
        background-position: -150px 44px;
        background-size: 120%;
        min-height: 330px;
        max-height: 330px
    }

    .questions {
        min-height: 780px
    }

    .other-questions {
        font-size: 1em;
        margin-bottom: 15px
    }

    .release-container {
        max-height: none
    }

    .release-container .ask-the-expert {
        display: none
    }

    .release-container .your-stories-heading {
        background-color: #1e4c5e
    }

    .release-container .information-heading {
        margin-top: 150px !important;
        max-height: 50px !important
    }

    .release-container .your-stories-section {
        background-color: #faf9f3;
        min-height: 500px !important
    }

    .release-container .your-stories-section .story {
        max-height: 505px !important
    }

    .release-container .your-stories-section .your-stories-static {
        margin: auto;
        margin-bottom: 30px;
        margin-top: 30px
    }

    .release-container .your-stories-section .your-stories-static .caption p {
        font-size: 1em !important
    }

    .release-container .your-stories-section .your-stories-static .btn-default {
        top: 0 !important
    }

    .about-section {
        background-color: #faf9f3;
        min-height: 820px
    }

    .information-toolbar-band, .story-band, .story-band-heading, .support-toolbar {
        display: none
    }

    .region-sidebar-first ul.menu {
        margin-left: 0
    }

    .jcct-cancer-info {
        min-height: 0 !important
    }

    .jcct-cancer-info .table-responsive {
        border: none !important
    }

    .node-type-landing-page .landing-cta-grid .caption {
        height: 80px !important
    }

    .node-type-webform form {
        margin-left: -15px
    }

    .node-type-webform form input, .node-type-webform form select, .node-type-webform form textarea {
        width: 250px !important
    }

    .node-type-webform form input#edit-submitted-gift-aid {
        width: 10% !important
    }

    .node-type-webform form input[type=checkbox], .node-type-webform form input[type=radio] {
        width: auto !important
    }

    .donate-landing-page .hero, .donate-thank-you-page .hero {
        max-height: initial;
        text-align: center
    }

    .donate-landing-page .hero img, .donate-thank-you-page .hero img {
        width: initial;
        object-fit: cover;
        max-height: initial
    }

    .donate-landing-page .hero-caption, .donate-thank-you-page .hero-caption {
        position: relative;
        width: 80%
    }

    .donate-landing-page .hero-caption .page-header, .donate-thank-you-page .hero-caption .page-header {
        font-size: 1.2em !important;
        line-height: 24px;
        padding-top: 0 !important
    }

    .donate-landing-page .donate-options, .donate-thank-you-page .donate-options {
        text-align: center
    }

    .donate-landing-page .donate-options form .donate-other, .donate-thank-you-page .donate-options form .donate-other {
        position: relative;
        top: 12px;
        bottom: 0;
        right: 0
    }

    .donate-landing-page .donate-button, .donate-thank-you-page .donate-button {
        margin-top: 12px
    }

    .donate-landing-page .main-container, .donate-thank-you-page .main-container {
        margin-top: -60px
    }

    .donate-landing-page .main-container .form-control, .donate-thank-you-page .main-container .form-control {
        width: 120%
    }

    .donate-landing-page .main-container .form-group, .donate-thank-you-page .main-container .form-group {
        width: 100%
    }

    .donate-landing-page .main-container .donate-gift-aid, .donate-landing-page .main-container .webform-component--gift-aid, .donate-thank-you-page .main-container .donate-gift-aid, .donate-thank-you-page .main-container .webform-component--gift-aid {
        background: 0 0
    }

    .donate-landing-page .main-container .donate-gift-aid .help-block, .donate-landing-page .main-container .webform-component--gift-aid .help-block, .donate-thank-you-page .main-container .donate-gift-aid .help-block, .donate-thank-you-page .main-container .webform-component--gift-aid .help-block {
        width: 220px;
        margin-left: 30px
    }

    .donate-landing-page .main-container .webform-component--gdpr-opt-in, .donate-thank-you-page .main-container .webform-component--gdpr-opt-in {
        width: 275px
    }

    footer .jcct-footer .footer-information p {
        line-height: 1.6em
    }

    footer .jcct-footer .fr-reg-logo {
        padding: 0
    }

    footer .jcct-footer .fr-reg-logo img, footer .jcct-footer .footer-logo img {
        top: 0;
        left: 0;
        max-width: 175px;
        padding: 10px 15px
    }

    footer .jcct-footer-heading h4 {
        margin-left: 15px
    }

    footer .footer-numbers {
        font-size: .9em
    }

    footer .footer-helpline, footer .footer-office {
        text-align: left !important;
        font-weight: 300 !important
    }

    .footer-contact-numbers a {
        font-size: 1.1em;
        font-weight: 300 !important;
        color: #fff
    }

    footer .social-stream {
        padding-top: 12px;
        min-height: initial
    }

    footer .view-display-id-socialstream_instagram img {
        margin-top: -10px !important;
        height: 300px
    }

    footer .social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs a {
        font-size: 1em;
        line-height: 1.1em;
        font-weight: 300
    }

    footer .social-follow-desktop {
        padding-left: 15px
    }

    .mobile-extra-menu {
        width: 98%
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 1.3em
    }

    body.responsive-layout-mobile #block-block-28 img, body.responsive-layout-mobile .field-name-body img {
        height: 100%;
        margin: 0;
        width: 100%
    }

    #breadcrumb {
        display: none
    }

    .table td {
        white-space: normal !important
    }

    h1.page-header {
        font-size: 30px !important
    }

    .content img {
        width: 100% !important;
        height: auto !important;
        padding: 0 0 18px
    }

    #__ba_panel {
        padding: 0;
        position: absolute;
        width: 100% !important
    }

    #__ba_panel ._ba_logo {
        z-index: 500;
        position: absolute;
        right: 2vw;
        top: 4px
    }

    #__ba_panel ._ba_logo img {
        width: 75px !important
    }

    header {
        max-height: 100px
    }

    header .logo {
        top: 30px
    }

    header .navbar-brand {
        z-index: 0 !important
    }

    header .navbar-brand img {
        max-height: 75px
    }

    header .contact-header > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 250px
    }

    header .helpline-number {
        position: absolute;
        top: -1px !important;
        right: 60px !important;
        font-size: 1.5em !important;
        width: 200px
    }

    header .helpline-text {
        position: absolute !important;
        top: 4px !important;
        right: 0 !important;
        left: -156px !important;
        font-weight: 300;
        font-size: .9em;
        width: 200px;
        z-index: 500
    }

    header .helpline-text a {
        text-decoration: none
    }

    header .top-navigation {
        top: -36px;
        height: 36px;
        text-align: center
    }

    header .top-navigation a {
        font-weight: 700;
        font-size: 1.15em;
        text-decoration: none
    }

    header .top-navigation .glyphicon {
        color: #ec008b;
        font-size: 1.15em;
        margin-right: 3px
    }

    header .jcct-mobile-navbar {
        position: relative;
        top: -28px;
        display: block;
        background-color: #ec008b !important
    }

    header .jcct-mobile-navbar .jcct-menu-link {
        color: #fff;
        top: -34px;
        left: 24px
    }

    header .jcct-main-nav li {
        background-color: #ec008b;
        margin-bottom: 20px
    }

    .navbar {
        z-index: 10
    }

    .navbar-toggle {
        position: absolute;
        top: -80px;
        right: 0;
        border: none;
        cursor: pointer
    }

    .navbar-toggle:hover {
        background-color: #fad5e5 !important
    }

    .navbar-toggle .icon-bar {
        background-color: #ec008b !important;
        width: 40px;
        height: 8px
    }

    .CTA-block {
        margin: 0
    }

    .CTA-block .defaultcallout {
        width: 100%
    }

    .front .hero .hero-image-No {
        display: none !important
    }

    .front .hero .home-hero img {
        max-height: 278px;
        min-height: initial
    }

    .front .hero .home-hero .hero-caption {
        padding: 10px 15px;
        bottom: 0;
        left: 15px;
        height: 100px;
        font-size: 1em;
        width: 100%
    }

    .front .hero .home-hero .hero-caption p {
        width: 90%
    }

    .front .hero .home-hero .hero-caption .btn-primary {
        bottom: 10px;
        border-radius: 0;
        max-width: 130px;
        max-height: 30px;
        padding: 4px;
        font-size: .9em !important;
        font-weight: 300
    }

    .front .information-section .questions {
        text-align: center
    }

    .front .information-section .questions h2 {
        font-size: 1.4em !important
    }

    .front .information-section .questions .question, .front .information-section .questions .read-more {
        max-width: initial;
        width: 84%;
        margin: auto
    }

    .front .information-section .questions .question-link {
        display: block;
        margin-bottom: 12px
    }

    .front .information-section .question-11, .front .information-section .question-12, .front .information-section .question-13 {
        max-height: 40px !important
    }

    .front .information-section .question-11 .question, .front .information-section .question-12 .question, .front .information-section .question-13 .question {
        min-height: initial;
        max-height: initial;
        height: 46px;
        margin-bottom: 24px;
        padding: 10px 2px 4px 4px
    }

    .front .information-section .question-11 h3, .front .information-section .question-12 h3, .front .information-section .question-13 h3 {
        font-size: 1em !important;
        text-align: left;
        margin: 0
    }

    .front .information-section .question-11 .question-copy, .front .information-section .question-12 .question-copy, .front .information-section .question-13 .question-copy {
        display: none
    }

    .front .information-section .question-11 .read-more, .front .information-section .question-12 .read-more, .front .information-section .question-13 .read-more {
        position: absolute;
        top: 0;
        right: 42px;
        width: 50px !important;
        background-image: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/right-arrow.svg);
        background-repeat: no-repeat
    }

    .front .information-section .question-11 .read-more p, .front .information-section .question-12 .read-more p, .front .information-section .question-13 .read-more p {
        display: none
    }

    .front .home-toolbar select {
        margin-bottom: 25px
    }

    .front .home-toolbar .home-nav-38 {
        display: none
    }

    .front .mobile-home-hero {
        height: 250px;
        z-index: 200
    }

    .front .mobile-home-hero img {
        width: 160%;
        position: relative;
        left: -40px
    }

    .front .mobile-home-hero .hero-caption {
        position: absolute;
        top: 0;
        left: 15px;
        padding: 12px;
        padding-top: 20px;
        text-align: center;
        font-size: 1em;
        font-weight: 300;
        line-height: 1.4em;
        width: 50%;
        height: 108%;
        background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
        z-index: 250
    }

    .front .mobile-home-hero .hero-caption .btn-primary {
        margin-top: 40px;
        border-radius: 0;
        max-height: 38px;
        padding: 6px;
        font-size: .9em !important;
        font-weight: 300;
        text-transform: uppercase
    }

    .front .home-section-2 .home-stories {
        margin: 0;
        padding: 0 12px
    }

    .front .home-section-2 .home-stories .home-story-image {
        min-height: 300px
    }

    .front .home-section-2 .home-stories .home-story-image img {
        width: 100%
    }

    .front .home-section-2 .home-stories .caption {
        width: 90%;
        min-height: 240px;
        padding-top: 0
    }

    .front .home-video {
        padding-right: 12px
    }

    .front .date-year {
        display: inline-block;
        width: 280px;
        text-align: left
    }

    .front #edit-date-filter-value-year {
        width: 75%
    }

    .front .social-follow {
        min-height: 80px !important
    }

    .front .social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs {
        background-color: #faf9f3 !important
    }

    .front .social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs a {
        font-size: 1em !important
    }

    .front .date-heading {
        width: 50% !important;
        text-align: left !important
    }

    .front .mobile-extra-menu {
        width: 100%
    }

    .front .node-type-event article {
        width: 110%;
        margin-left: -18px;
        margin-top: -32px
    }

    .front .node-type-event .hero-image h1.event-page-header {
        font-size: 1.45em !important;
        line-height: 1.1em !important
    }

    .front .node-type-event .share-bar {
        text-align: center;
        height: 50px;
        width: 110%;
        background: #fff !important;
        margin-left: -26px
    }

    .front .node-type-event .event-more-events {
        margin: 0 18px
    }

    .front .node-type-event .event-more-events .col-xs-5 {
        margin: 0 12px 12px 0
    }

    .front .video-player {
        width: 100%
    }

    .front .page-node-452265 iframe {
        margin-left: 10px !important
    }

    .front .view-display-id-socialstream_instagram img {
        margin-top: -10px !important;
        height: 150px
    }

    .front .jcct-footer {
        min-height: 300px
    }

    .front .jcct-footer .footer-information p {
        line-height: 1.6em
    }

    .front .footer-logo img {
        margin-right: 0
    }

    .front .footer-numbers {
        font-size: .9em
    }

    .forum-tools .ctools-jump-menu-select {
        width: 77%
    }

    aside {
        padding: 0 10px 0 10px !important
    }

    .node-type-webform .region-content form, .node-type-webform form {
        margin-left: 0
    }

    #webform-client-form-13781, #webform-client-form-14779 {
        width: 95% !important
    }

    #webform-client-form-13781 .email, #webform-client-form-13781 .form-control, #webform-client-form-14779 .email, #webform-client-form-14779 .form-control {
        width: 100% !important
    }

    #webform-client-form-13781 .form-textarea, #webform-client-form-14779 .form-textarea {
        width: 90% !important
    }

    #webform-client-form-13781 .form-radios, #webform-client-form-13781 .webform-component-checkboxes, #webform-client-form-14779 .form-radios, #webform-client-form-14779 .webform-component-checkboxes {
        margin-left: 30px !important
    }

    .mobile-extra-menu .more-pages-heading {
        padding: 8px;
        color: #fff;
        background-color: #5f276a
    }

    .mobile-extra-menu a {
        text-decoration: underline
    }

    .page-video-page .mobile-donation-button {
        position: relative !important;
        top: -30px
    }

    #edit-submitted-amount-select .form-radio {
        margin-left: -45px
    }

    .node-type-volunteer-page .block-title {
        font-size: 1.4em !important
    }

    .node-type-volunteer-page .page-facts {
        margin: 0;
        min-height: 300px
    }

    .node-type-volunteer-page .page-facts .page-fact {
        padding: 0 2px 0 0;
        max-height: 210px;
        max-width: 225px !important;
        margin: 12px auto !important;
        font-size: .9em
    }

    .node-type-volunteer-page .page-facts .page-fact .stat {
        margin: auto 0;
        min-height: 80px !important;
        line-height: 1.8em !important;
        font-size: 1.4em;
        padding: 6px
    }

    .node-type-volunteer-page .page-facts .page-fact .the-fact {
        min-height: 80px !important;
        line-height: 1.3em !important
    }

    .node-type-volunteer-page .page-content .landing-cta-grid {
        margin: 0
    }

    .node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb .caption {
        height: 40%;
        width: 97% !important
    }

    .node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb .caption h4 {
        line-height: 1.3em !important
    }

    .node-type-volunteer-page .hero-caption {
        position: absolute;
        bottom: 10;
        padding: 8px 12px;
        font-size: 1.4em;
        font-weight: 300;
        color: #fff;
        background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/purple-background.png);
        height: 40%
    }

    .node-type-volunteer-page .hero-caption p {
        line-height: 1.3em
    }

    .node-type-landing-page .hero-image {
        width: 200%
    }

    .node-type-landing-page .landing-left-column {
        margin-top: -10px
    }

    .node-type-landing-page .landing-left-column p:first-child {
        margin-top: 0
    }

    .node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb .caption {
        width: 97% !important
    }

    .node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb .caption h4 {
        line-height: .9em
    }

    .node-type-landing-page .landing-left-column .addthis_sharing_toolbox {
        width: 100%;
        float: left !important;
        top: 0 !important
    }

    .node-type-landing-page aside {
        right: 0
    }

    .node-type-campaign-landing-page .campaign-right-column {
        right: 0 !important
    }

    .node-type-campaign-landing-page .hero-image {
        min-height: 120px
    }

    .node-type-campaign-landing-page .hero-image img {
        margin-top: 20px;
        min-height: 120px
    }

    .node-type-campaign-landing-page .campaign-caption p {
        margin-top: 20px;
        font-size: .65em;
        line-height: .6em
    }

    .node-type-campaign-landing-page .campaign-quote {
        padding: 12px !important;
        background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/pink-background.png)
    }

    .node-type-campaign-landing-page .campaign-quote p {
        margin-top: 20px;
        font-size: .65em;
        line-height: .6em
    }

    .campaign-title {
        font-size: .6em !important;
        padding: 3px 4px 14px 4px !important;
        max-height: 40px !important
    }

    .campaign-title h1 {
        padding-top: 8px !important
    }

    .campaign-left-column .page-facts {
        min-height: 300px
    }

    .campaign-left-column .page-facts .page-fact {
        padding: 0 2px 0 0;
        max-height: 210px;
        max-width: 225px !important;
        margin: 12px auto !important;
        font-size: .9em
    }

    .campaign-left-column .page-facts .page-fact .stat {
        margin: auto 0;
        min-height: 90px !important;
        font-size: 2em !important
    }

    .campaign-left-column .page-facts .page-fact .the-fact {
        min-height: 200px !important;
        line-height: 1.3em !important
    }

    .campaign-cta a {
        padding: 4px 8px 0 35px;
        font-size: 1.4em !important
    }

    .campaign-related .col-xs-5 {
        margin: 0 12px 12px 0
    }

    footer .home-menu-bottom {
        height: 200px;
        margin-top: initial
    }

    footer .home-menu-bottom ul .useful-title {
        padding-left: 30px;
        width: 100% !important
    }

    footer .home-menu-bottom ul .col-md-2 {
        width: 50% !important
    }

    footer .home-menu-bottom ul .col-md-4 {
        margin: 20px 0 0 20px;
        padding: 0;
        width: 90%
    }

    footer .social-stream h4 {
        margin: 0 !important
    }

    footer .social-follow {
        padding: 0;
        margin: 0
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 375px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .jumbotron .hero-image-mobile h1 {
        left: 204px;
        top: 90px
    }

    .hero-image-mobile {
        margin-top: -12px !important;
        min-height: 318px !important
    }

    .information-heading {
        margin-top: 68px !important
    }
}

@media only screen and (max-width: 320px) {
    #__ba_panel img {
        left: -10px !important
    }

    .jumbotron .hero-image {
        display: none !important
    }

    .jumbotron .hero-image-mobile {
        background-repeat: no-repeat !important;
        background-size: 110% !important;
        min-height: 275px !important
    }

    .jumbotron .hero-image-mobile .btn-primary {
        top: 40px !important
    }

    .jumbotron h1 {
        position: relative;
        top: 74px;
        left: 150px !important;
        font-size: 1.15em !important
    }

    .information-heading {
        margin-top: 50px
    }

    .information-heading h2 {
        margin-top: 10px
    }

    .about-section .home-caption-copy {
        width: 160px !important
    }

    .html footer .footer-helpline, .html footer .footer-office {
        width: 100% !important;
        text-align: center !important
    }

    .html footer .footer-utility-links a {
        margin-right: 10px !important
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .release-container .your-stories-heading h2 {
        top: -8px !important
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .release-container .your-stories-heading h2 {
        top: -8px !important
    }
}

@media print {
    #block-block-37, #breadcrumb, .cbp-spmenu, .contact-header, .custom-search, .footer-logo, .footer-utility-links, .jcct-footer-blocks, .useful-links-toolbar {
        display: none
    }

    .footer-information {
        width: 100%
    }

    .footer-information p {
        line-height: 2em
    }

    .footer-numbers {
        float: none;
        position: relative;
        left: 115px
    }
}

.page-taxonomy-term .region-content div.node {
    clear: both;
    margin: 0 0 30px
}

.page-taxonomy-term .region-content div.node h1 {
    font-size: 1.75em !important;
    color: #ec008b
}

.page-taxonomy-term .region-content div.node .blog-posted {
    line-height: 40px;
    font-size: .9em;
    font-weight: 700;
    color: #555
}

.page-taxonomy-term .region-content nav {
    overflow: hidden
}

.page-taxonomy-term .region-content .blog-previous {
    float: left
}

.page-taxonomy-term .region-content .blog-next {
    float: right
}

.node-type-webform form .webform-component-markup.form-type-markup {
    margin-bottom: 0
}

.node-type-webform form .webform-component-markup.form-type-markup p {
    font-size: 1em
}

.node-type-webform form .form-group > label {
    font-weight: 600
}

.view-press-releases-news caption {
    color: #ec008b
}

.node-type-page .region-content ul li, .node-type-panel-content-page .region-content ul li, .node-type-event .region-content ul li, .region-content .field-name-body ul li {
    list-style: none;
    margin-left: 0;
    position: relative;
    line-height: 1.4em
}

.node-type-page .region-content ul li:before, .node-type-panel-content-page .region-content ul li:before, .node-type-event .region-content ul li:before, .region-content .field-name-body ul li:before {
    content: "\2022";
    font-size: 35px !important;
    color: #ec008b;
    padding-right: .5em;
    position: absolute;
    top: 0;
    left: -15px
}

.region-content .paragraphs-item-call-out-box ul li ul li:before {
    color: #ef59a1
}

.rate-widget ul li {
    margin-left: 0 !important;
    padding-right: 0 !important
}

.rate-widget ul li:before {
    display: none
}

.rate-widget-yesno ul li {
    text-indent: -9999em
}

.rate-widget-yesno ul li a {
    text-indent: 0
}

.rate-description {
    font-size: 1em !important;
    font-weight: 700;
    line-height: 2em;
    margin-bottom: -25px
}

.rate-info {
    font-size: 1em !important
}

.node-type-webform h2, .field-name-body h2 {
    color: #ec008c;
    font-weight: 700;
    line-height: 1.5em;
    font-size: 24px !important;
    margin-bottom: 10px !important
}

.node-type-webform .helpline-popup-wrapper h2 {
    font-size: 18px !important
}

.node-type-webform h3, .field-name-body h3 {
    color: #ec008c;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 20px !important;
    margin-bottom: 10px !important
}

.node-type-webform .region-content h4, .field-name-body h4 {
    color: #ef59a1;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 16px !important;
    margin-bottom: 10px !important
}

body.node-type-forum .info-wrapper section.block {
    padding: 0 !important;
    margin-bottom: 0 !important;
    background: none !important
}

body.node-type-forum .jcct-megamenu-wrapper section.block {
    background: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important
}

.paragraphs-item-image-block .field-name-field-image-block-heading h2 {
    font-size: 1em !important
}

body.page-node-add-forum section.block {
    margin-bottom: 0;
    border: none;
    background: 0 0;
    padding: unset
}

form#user-login {
    width: auto
}

form#user-login .login-form-wrapper {
    width: 60%
}

@media (max-width: 480px) {
    form#user-login .login-form-wrapper, form#user-pass {
        width: 90%
    }

    form#user-pass {
        padding-top: 20px
    }

    form#user-login .login-form-wrapper .form-group, form#user-login .login-form-wrapper input, form#user-pass input {
        max-width: 100%
    }

    .donate-landing-page .main-container, .donate-thank-you-page .main-container {
        margin-top: 0
    }
}

.forum-list-icon-legend .forum-list-icon-new-posts, .topic-icon-new, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/topic-new-icon.png) center no-repeat
}

.forum-list-icon-default, .topic-icon-default {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/topic-no-new-icon.png) center no-repeat
}

.topic-icon-hot-new {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/topic-hot-topic.png) center no-repeat
}

.topic-icon-hot {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/topic-no-hot-topic.png) center no-repeat
}

.topic-icon-sticky {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/topic-stickey-topic.png) center no-repeat
}

.topic-icon-closed {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/topic-locked-topic.png) center no-repeat
}

.forum-list-icon-legend .forum-list-icon-default, tr.even td.forum-list-icon-default .forum-list-icon-wrapper span, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/topic-no-new-icon.png) left top no-repeat rgba(0, 0, 0, 0);
    background-position: center
}

.unpublished-post-note {
    display: none
}

.role-Moderator---Volunteer .unpublished-post-note, .role-Moderator---Staff .unpublished-post-note, .role-Content-Administrator .unpublished-post-note, .role-Content-Administrator-Higher .unpublished-post-note, .admin-menu .unpublished-post-note {
    display: inline-block
}

.role-Moderator---Volunteer .forum-post-links li.comment-delete {
    display: none
}

.view-story-section .views-exposed-form #edit-story-type-wrapper label, .view-story-section .views-exposed-form .views-widget-filter-field_case_study_tag_tid_1 label {
    display: none
}

.view-story-section .views-exposed-form #edit-tagged-wrapper > label {
    display: none
}

.view-story-section .views-exposed-form #edit-tagged-wrapper .btn-toggle {
    padding: 0;
    color: #333
}

.view-story-section .views-exposed-form #edit-tagged-wrapper .btn-toggle:after {
    content: ' >'
}

.view-story-section .form-item-edit-tagged-all, .view-story-section .bef-select-as-links .form-item .form-item-edit-story-type-all a, .view-story-section .bef-select-as-links .form-item .form-item-edit-story-type-all--2 a, .view-story-section .form-item-edit-story-type-all {
    display: none
}

.view-story-section .view-filters {
    overflow: hidden
}

.view-story-section .view-filters .card-header .btn {
    background: #efefef;
    color: #ec008b;
    padding: 8px 20px;
    font-weight: 700
}

.view-story-section .view-filters .card-header .btn:after {
    content: ' >'
}

.view-story-section .view-filters .card-header .btn:focus, .view-story-section .view-filters .card-header .btn:active {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.view-story-section .view-filters .card-body {
    background: #efefef;
    padding: 20px
}

.view-story-section .views-exposed-form .views-exposed-widget {
    float: none;
    padding: 0 0 10px
}

.view-story-section #edit-secondary .panel-heading {
    background: #fff;
    border: 0 none;
    margin: 0;
    padding-left: 0
}

.view-story-section #edit-secondary .panel-heading a {
    color: #fff;
    font-weight: 700;
    padding: 9px 30px;
    border-radius: 12px;
    background: #0076b3;
    display: inline-block
}

.view-story-section #edit-secondary .panel-heading a:hover {
    background: #582a68
}

.view-story-section #edit-secondary .panel-heading a:after {
    content: ' >'
}

.view-story-section #edit-secondary .panel-body {
    background: #efefef
}

.view-story-section #edit-secondary {
    border: 0 none;
    border-radius: 0;
    box-shadow: unset;
    height: auto
}

.view-story-section .bef-select-as-links > .form-item {
    display: flex;
    justify-content: space-between
}

.view-story-section .bef-select-as-links > .form-item div.form-type-bef-link {
    width: 32%;
    background: #ec008b;
    padding: 0 20px
}

.view-story-section .bef-select-as-links .form-item a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 60px 0;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.view-story-section div.form-checkboxes {
    height: auto;
    background: #efefef;
    border: 0 none;
    box-shadow: unset;
    padding: 0
}

.view-story-section .bef-tree .bef-all-none-nested-processed > .form-type-bef-checkbox input {
    display: none
}

.view-story-section .bef-tree .bef-all-none-nested-processed > .form-type-bef-checkbox label {
    font-weight: 700;
    color: #ec008b;
    margin-bottom: 0
}

.view-story-section .bef-tree {
    list-style-type: none;
    padding: 0
}

.view-story-section .bef-tree li {
    list-style-type: none
}

.view-story-section .bef-tree li:before {
    display: none
}

.view-story-section .bef-tree .bef-tree-child {
    overflow: hidden;
    padding-left: 20px;
    padding-bottom: 10px
}

.view-story-section .bef-tree .form-item.form-type-bef-checkbox.form-group {
    position: relative;
    overflow: hidden;
    padding-bottom: 5px
}

.view-story-section .bef-tree .bef-tree-child li {
    float: left;
    width: 25%
}

.view-story-section .bef-tree .bef-tree-child li:before {
    display: none
}

.view-story-section .bef-tree .form-item.form-type-bef-checkbox.form-group input.form-checkboxes {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    line-height: 0;
    height: 20px
}

.view-story-section .bef-tree .form-item.form-type-bef-checkbox.form-group label.option {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 5px;
    vertical-align: baseline;
    min-height: 20px
}

.view-story-section .bef-all-none-nested-processed {
    border-bottom: 2px solid #ec008b;
    padding: 10px 20px;
    margin: 0 -20px
}

.view-story-section .view-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.view-story-section .views-row {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: 20px 0
}

.view-story-section .views-row h3 a {
    color: #ec008b
}

.view-story-section .views-row h3 a:after {
    content: ' >'
}

.view-story-section .attachment-before .views-row {
    background: #0076b3;
    color: #fff;
    padding: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    padding-left: 35%;
    padding-left: calc(33% + 20px);
    min-height: 230px;
    padding-bottom: 84px
}

.view-story-section .attachment-before .views-row .views-field-field-short-page-title {
    color: #fff;
    font-family: Georgia, serif;
    font-size: 28px;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600
}

.view-story-section .attachment-before .views-row .views-field-field-thumbnail {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 33%
}

.view-story-section .attachment-before .views-row .views-field-field-thumbnail img {
    max-width: none;
    max-height: 140%;
    height: auto;
    width: auto
}

.view-story-section .attachment-before .views-row .views-field-title a {
    background: #ec008b;
    color: #fff;
    padding: 9px 45px;
    border-radius: 12px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    position: absolute;
    left: 35%;
    left: calc(33% + 20px);
    bottom: 20px
}

.view-story-section .attachment-before .views-row .views-field-title a:hover {
    background: #582a68;
    text-decoration: none
}

.view-story-section .pager li:before {
    display: none
}

.view-story-section .pager a {
    background: #ec008b;
    color: #fff;
    border-radius: 12px;
    border: 0 none;
    padding: 9px 45px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px
}

.view-story-section .pager a:hover {
    background: #582a68
}

.view-story-section .view-footer {
    text-align: center;
    padding-top: 10px
}

.view-story-section .bef-secondary-options .views-submit-button {
    display: inline-block;
    margin-right: 20px
}

.view-story-section .btn-primary {
    padding: 9px 30px;
    border-radius: 12px;
    font-weight: 700
}

.view-story-section .btn-secondary {
    color: #333;
    background-color: #efefef;
    border-color: #efefef
}

.view-story-section .btn-secondary:hover {
    color: #fff;
    background-color: #0076b3;
    border-color: #0076b3
}

.view-story-section .btn-secondary:focus, .view-story-section .btn-secondary:active {
    outline: 0;
    box-shadow: unset
}

@media (max-width: 480px) {
    .view-story-section .bef-select-as-links > .form-item {
        flex-direction: column
    }

    .view-story-section .bef-select-as-links > .form-item div.form-type-bef-link {
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }

    .view-story-section .bef-select-as-links .form-item a {
        padding: 20px;
        min-height: 40px
    }

    .donate-landing-page .main-container, .donate-thank-you-page .main-container {
        margin-top: -30px
    }

    .view-story-section .bef-all-none-nested-processed {
        padding: 10px 0
    }

    .view-story-section .bef-tree .bef-tree-child li {
        width: 50%
    }

    .view-story-section .views-row {
        width: 100%
    }

    .view-story-section .attachment-before .views-row {
        padding-left: 20px;
        padding-bottom: 20px
    }

    .view-story-section .attachment-before .views-row .views-field-field-thumbnail {
        position: static;
        max-width: 100%;
        margin-bottom: 20px
    }

    .view-story-section .attachment-before .views-row .views-field-field-thumbnail img {
        max-height: none;
        max-width: 100%
    }

    .view-story-section .attachment-before .views-row .views-field-title a {
        position: static
    }
}

button#ccc-icon:focus {
    box-shadow: none
}

@media (max-width: 480px) {
    body #ccc, body #ccc p, body #ccc .third-party-cookie-link {
        font-size: 1em !important
    }
}

.block.forum-update-notice {
    padding: 5px 15px;
    border: 4px solid #0076b3;
    background: #efefef
}

.block.forum-update-notice h4 {
    color: #ed008c
}

.block.forum-update-notice p {
    font-weight: 500
}

.front .paragraphs-item-hero-panel .field-name-field-image-block-upload img {
    width: 100%
}

@media screen and (max-width: 768px) {
    .front .paragraphs-item-hero-panel .field-name-field-image-block-upload img {
        width: 100% !important;
        margin-left: 0 !important
    }

    .jcct-megamenu-wrapper {
        height: 41px !important
    }
}

#block-volunteer-dashboard-dashboard--2 > section > div:nth-child(2), #block-volunteer-dashboard-dashboard--2 > section > div:nth-child(5), #block-volunteer-dashboard-dashboard--2 > section > div:nth-child(6) {
    display: none
}

html header {
    background: #fff
}

html header .logo {
    overflow: hidden;
    padding: 14px 0
}

html header .navbar-brand {
    height: auto;
    overflow: hidden;
    top: 0
}

header .top-header-info {
    background: #eceaec
}

header .top-header-info .info-wrapper {
    margin-right: -15px;
    position: relative
}

header .top-navigation .nopad {
    padding: 0
}

header .top-header-info .glyphicon, header .top-header-info .fa, header .top-navigation .fa {
    color: #ec008c;
    font-size: 1.6em
}

header .top-header-info .helpline-text .fa {
    vertical-align: sub
}

header .top-header-info .fas, header .top-navigation .fas {
    color: #ec008c;
    font-size: 1.3em
}

header .top-navigation .helpline-number {
    line-height: 2.2em
}

header .top-header-info .forum-link, header .top-header-info .helpline-text, header .top-header-info .shop-link, header .top-header-info .cart-link {
    position: relative;
    left: 0;
    top: 4px;
    text-align: center;
    padding: 0
}

header .top-header-info.info-bar .container .row {
    text-align: right;
    margin: 0;
    position: relative
}

header .top-header-info.info-bar .shop-link, header .top-header-info.info-bar .cart-link, header .top-header-info.info-bar .forum-link, header .top-header-info.info-bar .helpline-text {
    display: inline-block
}

header .top-header-info.info-bar .aloud-link, header .top-header-info.info-bar .shop-link, header .top-header-info.info-bar .cart-link, header .top-header-info.info-bar .forum-link {
    padding: 0 20px
}

header .top-header-info.info-bar .helpline-text {
    padding: 0 10px 0 20px
}

@media (max-width: 767px) {
    header .top-header-info.info-bar .helpline-text {
        padding: 5px 10px 0 0;
        z-index: 0
    }

    header .top-header-info.info-bar > .container {
        padding: 0 !important;
        height: 40px
    }

    header .top-header-info.info-bar .helpline-number {
        padding-top: 5px
    }
}

header .top-header-info.info-bar .helpline-number {
    float: right
}

header .top-header-info.info-bar .aloud-link {
    position: relative;
    width: 240px;
    display: inline-block
}

#__ba_panel {
    position: absolute;
    top: -18px;
    left: 0;
    width: 240px !important;
    display: block;
    z-index: 999
}

.batext {
    position: absolute;
    top: -15px;
    left: 60px
}

#__ba_panel ._ba_logo img {
    width: 75px !important;
    margin-right: 10px
}

header .top-header-info.info-bar .aloud-link {
    position: relative;
    width: 240px;
    display: inline-block
}

#__ba_panel {
    position: absolute;
    top: -18px;
    left: 0;
    width: 240px !important;
    display: block;
    z-index: 999
}

.batext {
    position: absolute;
    top: -15px;
    left: 60px
}

#__ba_panel ._ba_logo img {
    width: 75px !important;
    margin-right: 10px
}

#__ba_panel .imgDiv {
    height: 34px
}

#__ba_panel .imgDiv .baButton {
    padding-left: 20px
}

#__ba_panel .imgDiv .baButton .imgStyle {
    height: 32px;
    width: 32px;
    line-height: 0
}

@media only screen and (max-width: 1024px) {
    #__ba_panel {
        padding: 0;
        position: absolute;
        width: 100% !important;
        right: 0
    }

    #__ba_panel ._ba_logo {
        z-index: 1 !important;
        position: absolute;
        right: 0;
        top: 4px
    }

    #__ba_panel ._ba_logo img {
        width: 75px !important
    }

    .batext {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    header .top-header-info .info-wrapper {
        margin-right: 0
    }

    header .top-header-info.info-bar .aloud-link {
        float: left
    }

    #__ba_panel {
        height: 36px !important;
        top: 0
    }

    header .top-header-info .forum-link, header .top-header-info .helpline-text {
        left: 0 !important
    }

    header .top-header-info .aloud-link, header .top-header-info .forum-link, header .top-header-info .helpline-text, header .top-header-info .shop-link, header .top-header-info .cart-link {
        top: 0
    }

    header .top-header-info.info-bar .helpline-number {
        float: none;
        display: inline-block
    }
}

@media only screen and (max-width: 992px) {
    #__ba_panel {
        width: auto !important;
        min-width: 80px
    }
}

@media only screen and (max-width: 768px) {
    header #__ba_panel._ba_manual {
        position: absolute !important
    }

    header .top-header-info.info-bar .aloud-link {
        width: 80px
    }
}

@media only screen and (max-width: 767px) {
    header .top-header-info.info-bar .helpline-number {
        float: right
    }
}

@media only screen and (max-width: 480px) {
    header #__ba_panel {
        position: static !important
    }

    #__ba_panel .imgDiv {
        width: auto
    }

    #__ba_panel .imgDiv .baButton {
        float: right
    }
}

header .top-header-info .aloud-link, header .top-header-info .forum-link a, header .top-header-info .helpline-text a, header .top-header-info .shop-link a, header .top-header-info .cart-link a, header .top-header-info .cart-link span.cart-label {
    font-size: 1em;
    line-height: 2em;
    font-weight: bolder;
    text-decoration: none;
    color: #867c84 !important;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    margin: 0
}

header .forum-link a:visited, header .helpline-text a:visited, header .top-header-info .cart-link a:visited, header .top-header-info .shop-link a:visited {
    color: #867c84 !important
}

header .top-header-info .cart-link {
    position: relative
}

header .top-header-info .cart-link .cart {
    left: 0;
    top: 0
}

header .top-header-info .cart-link .cart #block-uc-tinycart-hovercart, header .top-header-info .cart-link .cart #block-uc-tinycart-hovercart #hovercart-image {
    display: inline-block
}

header .top-header-info .cart-link .cart #block-uc-tinycart-hovercart #hovercart-image {
    width: 27px
}

header .top-header-info .cart-link .cart #hovercart-image #hovercart-icon {
    display: none
}

header .top-header-info .cart-link .cart #hovercart-image #hovercart-qty {
    top: 0 !important;
    left: 0 !important
}

header .top-header-info .cart-link .cart #block-uc-tinycart-hovercart #hovercart-contents.center {
    top: 16px;
    padding-top: 20px
}

header .top-header-info .cart-link .cart #block-uc-tinycart-hovercart #hovercart-contents.visible #content-wrap:after {
    top: 13px
}

header .top-header-info .helpline-number {
    right: 0
}

header .top-header-info .helpline-number a, header .top-header-info .helpline-number a:hover, header .top-header-info .helpline-number a:visited {
    text-decoration: none;
    color: #ec008c !important;
    font-weight: 700
}

header .custom-search {
    margin-top: 35px !important
}

header .custom-search .navbar-right {
    margin-right: 0 !important
}

header .custom-search .navbar-form {
    border: 1px solid #80757d !important
}

header .custom-search .jcct-search {
    color: #80757d !important;
    padding: 8px !important;
    font-size: 1.1em !important
}

header .custom-search .jcct-search::-webkit-input-placeholder {
    color: #80757d !important
}

header .custom-search .jcct-search::-moz-placeholder {
    color: #80757d !important
}

header .custom-search .jcct-search::-ms-input-placeholder {
    color: #80757d !important
}

header .custom-search .jcct-search::placeholder {
    color: #80757d !important
}

.navbar a {
    font-size: 1.2em;
    font-weight: 700
}

.html footer .jcct-footer-blocks {
    background: #eceaec
}

.jcct-footer-heading h4 {
    color: #592b68
}

.html footer .jcct-footer .container {
    display: flex
}

.html footer .footer-utility-links {
    text-align: center
}

.html footer .footer-utility-links a {
    font-size: .9em;
    font-weight: 300;
    margin-left: 0;
    margin-right: 30px;
    text-decoration: none
}

@media only screen and (max-width: 1200px) {
    .footer-contact-numbers .col-md-3 {
        width: 25%
    }
}

@media only screen and (max-width: 767px) {
    header .custom-search {
        margin-top: -10px;
        margin-right: 100px
    }
}

@media only screen and (max-width: 768px) {
    html header {
        max-height: unset
    }

    html header .logo {
        top: 0;
        width: auto
    }

    html footer .jcct-footer-heading h4 {
        margin-left: 0
    }

    html footer .newsletter, html footer .social-follow {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    html footer .newsletter form {
        padding: 0;
        margin: 0
    }

    .html footer .jcct-footer .container {
        display: block
    }

    footer .footer-information h6 {
        font-size: 1.2em
    }

    footer .footer-information p {
        font-size: 1em
    }

    footer .footer-logo {
        padding: 0
    }

    footer .jcct-footer .fr-reg-logo img, footer .jcct-footer .footer-logo img {
        max-width: 100%
    }

    .top-header-info .cart #hovercart-image {
        z-index: 0
    }

    .footer-contact-numbers a {
        line-height: 3.3em
    }

    .footer-contact-numbers .col-xs-6 {
        width: 50%
    }

    .front .hero img {
        margin-top: -1px
    }
}

@media only screen and (max-width: 480px) {
    header .top-header-info .info-wrapper {
        margin-right: 0
    }

    header .top-header-info.info-bar .aloud-link {
        position: relative;
        width: 240px;
        display: inline-block;
        float: none
    }

    header .top-header-info .helpline-text {
        right: auto !important;
        left: 10px !important;
        width: auto
    }

    header .top-header-info .helpline-text a {
        line-height: 1.8
    }

    header .top-header-info .helpline-number {
        text-align: left;
        width: auto;
        right: auto !important;
        left: 90px
    }

    html header {
        max-height: unset
    }

    html header .logo {
        top: 0;
        padding: 5px 0
    }

    .html footer .footer-logo {
        padding-left: 0
    }

    .html footer .footer-logo img {
        max-width: 100%
    }

    .html footer .footer-helpline, .html footer .footer-office {
        width: 50%
    }
}

.panel-jt-fullwidth-stacked .panel-col-center, .panel-jt-sidebar-stacked .panel-col-center {
    position: relative
}

.panel-jt-fullwidth-stacked .panel-col-center .pane-node-title, .panel-jt-sidebar-stacked .panel-col-center .pane-node-title {
    float: left
}

.panel-jt-fullwidth-stacked .panel-col-center .pane-node-title h2.pane-title, .panel-jt-sidebar-stacked .panel-col-center .pane-node-title h2.pane-title {
    display: none
}

.panel-jt-fullwidth-stacked .panel-col-center .pane-block.addthis_sharing_toolbox, .panel-jt-sidebar-stacked .panel-col-center .pane-block.addthis_sharing_toolbox {
    margin-top: -20px
}

.panel-jt-fullwidth-stacked .panel-col-center .pane-node-body, .panel-jt-sidebar-stacked .panel-col-center .pane-node-body, .panel-jt-fullwidth-stacked .panel-col-center .pane-node-field-select-content-block, .panel-jt-sidebar-stacked .panel-col-center .pane-node-field-select-content-block {
    clear: both
}

.region-content .panel-jt-fullwidth-stacked .rate-widget, .region-content .panel-jt-sidebar-stacked .rate-widget {
    height: auto;
    margin-bottom: 30px
}

.region-content .panel-jt-fullwidth-stacked .information-rating-widget, .region-content .panel-jt-sidebar-stacked .information-rating-widget {
    overflow: hidden;
    padding: 0 20px
}

.region-content .panel-jt-fullwidth-stacked ul, .region-content .panel-jt-sidebar-stacked ul {
    padding-inline-start: 25px;
    display: flow-root
}

.region-content .panel-jt-fullwidth-stacked .rate-widget ul, .region-content .panel-jt-sidebar-stacked .rate-widget ul {
    padding-inline-start: 40px
}

.region-content .panel-jt-fullwidth-stacked ul li, .region-content .panel-jt-sidebar-stacked ul li {
    margin-bottom: 5px
}

.region-content .panel-jt-fullwidth-stacked ul li:before, .region-content .panel-jt-sidebar-stacked ul li:before {
    font-size: 35px;
    padding-right: .8em;
    left: -15px
}

.region-content .panel-jt-fullwidth-stacked ul li ul, .region-content .panel-jt-sidebar-stacked ul li ul {
    margin: 5px 0;
    padding-inline-start: 20px
}

.region-content .panel-jt-fullwidth-stacked ul li ul li:before, .region-content .panel-jt-sidebar-stacked ul li ul li:before {
    color: #fa7eba
}

.region-content .field-name-body ul li {
    text-indent: 0px !important
}

.region-content .panel-jt-fullwidth-stacked ol, .region-content .panel-jt-sidebar-stacked ol {
    display: inline-block
}

.panel-col-sidebar .block ul.menu li:before {
    display: none
}

.node-type-page .hero-image, .node-type-landing-page .hero-image, .node-type-panel-content-page .hero-image {
    max-height: 400px;
    overflow: hidden;
    width: 100%
}

.node-type-page .hero-image img, .node-type-landing-page .hero-image img, .node-type-panel-content-page .hero-image img {
    margin: 0 auto
}

.background_grey {
    background: #eceaec
}

.paragraphs-item-free-text .field-name-field-image-block-heading, .highlight_magenta .field-quote-heading, .highlight_magenta h2 {
    color: #ec008c
}

.highlight_purple .field-quote-heading, .highlight_purple h2 {
    color: #592b68
}

.highlight_cerulean .field-quote-heading, .highlight_cerulean h2 {
    color: #007fb2
}

.highlight_yellow .field-quote-heading, .highlight_yellow h2 {
    color: #ffd100
}

a.btn-cta {
    border-radius: 12px;
    margin-top: 20px;
    font-weight: 700;
    white-space: normal;
    padding: 9px 30px
}

a.btn-cta:hover, .paragraphs-item-image-and-text-banner a.btn:hover {
    opacity: .8
}

a.btn-cta i.fa:first-child {
    margin-left: 0;
    margin-right: 8px
}

a.btn-cta i.fa:last-child {
    margin-left: 8px;
    margin-right: 0
}

.paragraphs-item-image-and-text-banner .banner-wrapper {
    overflow: hidden;
    position: relative
}

.paragraphs-item-image-and-text-banner .content img, .paragraphs-item-call-out-box .content img, .paragraphs-item-image-block .content img {
    padding: 0
}

.banner_img_33 .field-name-field-image-block-upload {
    max-width: 33%
}

.banner_img_50 .field-name-field-image-block-upload {
    max-width: 50%
}

.banner_img_66 .field-name-field-image-block-upload {
    max-width: 66%
}

.banner_img_33.image-right .banner-wrapper {
    padding-right: 33%
}

.banner_img_50.image-right .banner-wrapper {
    padding-right: 50%
}

.banner_img_66.image-right .banner-wrapper {
    padding-right: 66%
}

.banner_img_33.image-left .banner-wrapper {
    padding-left: 33%
}

.banner_img_50.image-left .banner-wrapper {
    padding-left: 50%
}

.banner_img_66.image-left .banner-wrapper {
    padding-left: 66%
}

.paragraphs-item-image-and-text-banner .banner-content {
    float: left;
    overflow: hidden
}

.paragraphs-item-image-and-text-banner .field-name-field-image-block-upload {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
    max-width: none;
    max-height: 140%;
    height: auto;
    width: auto
}

.paragraphs-item-image-and-text-banner .banner-content {
    padding: 30px
}

.paragraphs-item-image-and-text-banner .banner_no_img .banner-content {
    float: none;
    padding: 60px 35px;
    border: 1px solid #cdcdcd;
    border-left: 0 none;
    border-right: 0 none
}

.paragraphs-item-free-text .field-name-field-image-block-heading, .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading h2, .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading {
    font-family: Georgia, serif;
    font-size: 1em;
    font-size: 28px;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600
}

.paragraphs-item-image-and-text-banner .image-right .field-name-field-image-block-upload {
    left: auto;
    right: 0
}

.paragraphs-item-cta-button a.btn, .paragraphs-item-call-out-box a.btn, .paragraphs-item-image-and-text-banner a.btn {
    border-radius: 12px;
    padding: 9px 30px;
    font-weight: 700;
    margin-top: 20px
}

.panel-col-sidebar .paragraphs-item-cta-button a.btn {
    margin: 0 0 20px
}

.paragraphs-item-call-out-box a.btn {
    margin: 20px auto 0;
    display: block
}

.paragraphs-item-call-out-box a.btn, .paragraphs-item-image-and-text-banner a.btn, .paragraphs-item-call-out-box .highlight_magenta a.btn, .paragraphs-item-image-and-text-banner .highlight_magenta a.btn {
    background-color: #ec008c;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_magenta a.btn:hover, .paragraphs-item-image-and-text-banner .highlight_magenta a.btn:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_purple a.btn, .paragraphs-item-image-and-text-banner .highlight_purple a.btn {
    background-color: #592b68;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_purple a.btn:hover, .paragraphs-item-image-and-text-banner .highlight_purple a.btn:hover {
    background-color: #ec008c;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_cerulean a.btn, .paragraphs-item-image-and-text-banner .highlight_cerulean a.btn {
    background-color: #007fb2;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_cerulean a.btn:hover, .paragraphs-item-image-and-text-banner .highlight_cerulean a.btn:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_yellow a.btn, .paragraphs-item-image-and-text-banner .highlight_yellow a.btn {
    background-color: #ffd100;
    color: #1e1617
}

.paragraphs-item-call-out-box .highlight_yellow a.btn:hover, .paragraphs-item-image-and-text-banner .highlight_yellow a.btn:hover {
    background-color: #007fb2;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-image-and-text-banner .banner-content a.btn {
    font-size: 1.3em;
    margin-top: 30px;
    padding: 9px 45px
}

.paragraphs-items-field-field-select-content-block > .field-items > .field-item {
    margin-bottom: 20px
}

.paragraphs-item-collapsible-accordion .panel-default {
    border: 0 none;
    box-shadow: none;
    margin-bottom: 5px
}

.paragraphs-item-collapsible-accordion .panel-default > .panel-heading {
    background: #fff;
    border: 0 none;
    padding: 0
}

.paragraphs-item-collapsible-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0 none
}

.paragraphs-item-collapsible-accordion .panel-collapse {
    background-color: #fff
}

.paragraphs-item-collapsible-accordion .panel-group .panel .panel {
    margin: 0;
    margin-bottom: 5px
}

.paragraphs-item-collapsible-accordion .panel-title button {
    display: block;
    border: 0;
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: #ec008b;
    padding: 10px 15px;
    color: #fff;
    font-size: 15px
}

.paragraphs-item-collapsible-accordion .panel-title button:active, .paragraphs-item-collapsible-accordion .panel-title button:focus {
    box-shadow: none
}

.paragraphs-item-collapsible-accordion .panel-title button:after {
    color: #fff;
    content: '\203a ';
    font-weight: 600;
    font-family: Georgia, serif;
    font-size: 36px;
    line-height: 0;
    vertical-align: middle;
    float: right;
    margin-top: 6px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform .25s cubic-bezier(.4, 0, 1, 1)
}

.paragraphs-item-collapsible-accordion .panel-title button.collapsed {
    background: #f3f3f4;
    color: #ec008b
}

.paragraphs-item-collapsible-accordion .panel-title button.collapsed:after {
    color: #ec008b;
    content: '\203a ';
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.panel-col-center .paragraphs-item-cta-button {
    text-align: center
}

.panel-col-center .paragraphs-item-cta-button a.btn-cta {
    max-width: 350px
}

.paragraphs-item-cta-button a.btn-cta, .paragraphs-item-cta-button a.btn-cta:visited, .paragraphs-item-cta-button a.primary_magenta, .paragraphs-item-cta-button a.primary_magenta:visited {
    background-color: #ec008c;
    color: #fff
}

.paragraphs-item-cta-button a.btn-cta:hover, .paragraphs-item-cta-button a.primary_magenta:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-cta-button a.companion_purple, .paragraphs-item-cta-button a.companion_purple:visited {
    background-color: #592b68;
    color: #fff
}

.paragraphs-item-cta-button a.companion_purple:hover {
    background-color: #ec008c;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-cta-button a.secondary_cerulean, .paragraphs-item-cta-button a.secondary_cerulean:visited {
    background-color: #007fb2;
    color: #fff
}

.paragraphs-item-cta-button a.secondary_cerulean:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-cta-button a.secondary_yellow, .paragraphs-item-cta-button a.secondary_yellow:visited {
    background-color: #ffd100;
    color: #1e1617
}

.paragraphs-item-cta-button a.secondary_yellow:hover {
    background-color: #007fb2;
    opacity: 1 !important;
    color: #fff
}

.panel-col-sidebar .paragraphs-item-cta-button a.btn-cta {
    width: 100%
}

.paragraphs-item-four-cta-row .field-type-paragraphs > .field-items, .paragraphs-item-four-image-text-block-row .field-type-paragraphs > .field-items {
    display: flex;
    justify-content: space-between
}

.paragraphs-item-four-cta-row .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .field-type-paragraphs > .field-items > .field-item {
    width: 100%
}

.paragraphs-item-four-cta-row .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-2 .field-type-paragraphs > .field-items > .field-item {
    width: 49%;
    display: flex
}

.paragraphs-item-four-cta-row .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-3 .field-type-paragraphs > .field-items > .field-item {
    width: 32%;
    display: flex
}

.paragraphs-item-four-cta-row .flex-columns-4 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-4 .field-type-paragraphs > .field-items > .field-item {
    width: 23.5%;
    display: flex
}

.paragraphs-item-four-image-text-block-row .flex-columns-2 .video-player, .paragraphs-item-four-image-text-block-row .flex-columns-3 .video-player, .paragraphs-item-four-image-text-block-row .flex-columns-4 .video-player {
    width: 100%
}

.paragraphs-item-four-cta-row .paragraphs-item-cta-button {
    width: 100%
}

.paragraphs-item-four-cta-row .paragraphs-item-cta-button a.btn-cta {
    width: 100%;
    margin: 20px auto 0
}

.paragraphs-item-call-out-box {
    margin-bottom: 20px
}

.paragraphs-item-four-image-text-block-row .paragraphs-item-image-block {
    width: 100%
}

.paragraphs-item-four-image-text-block-row .paragraphs-item-image-block, .paragraphs-item-call-out-box .block-wrapper {
    overflow: hidden;
    position: relative
}

.paragraphs-item-four-image-text-block-row .paragraphs-item-image-block.block_border, .paragraphs-item-call-out-box .block_border .block-wrapper {
    border: 1px solid #9d9f9e
}

.paragraphs-item-four-image-text-block-row .paragraphs-item-image-block .block-content {
    padding-bottom: 40px
}

.paragraphs-item-call-out-box .highlight_magenta .block-wrapper {
    border-color: #ec008c
}

.paragraphs-item-call-out-box .highlight_purple .block-wrapper {
    border-color: #592b68
}

.paragraphs-item-call-out-box .highlight_cerulean .block-wrapper {
    border-color: #007fb2
}

.paragraphs-item-call-out-box .highlight_yellow .block-wrapper {
    border-color: #ffd100
}

.paragraphs-item-call-out-box .block-wrapper {
    background: #fff
}

.paragraphs-item-call-out-box .background_grey .block-wrapper {
    background: #eceaec
}

.paragraphs-item-call-out-box .block-content {
    line-height: 1.3
}

.paragraphs-item-call-out-box .block-content, .paragraphs-item-image-block .block-content {
    padding: 15px;
    overflow: hidden
}

.paragraphs-item-call-out-box .field-name-field-image-block-heading {
    font-weight: 700;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 10px;
    margin-bottom: 15px;
    position: relative;
    min-height: 50px
}

.paragraphs-item-call-out-box .field-name-field-image-block-heading:before {
    content: '\201C';
    opacity: .15;
    position: absolute;
    line-height: 1;
    top: -18px;
    left: -5px;
    font-size: 180px;
    font-family: Georgia, serif
}

.paragraphs-item-call-out-box .block-content .field-name-field-image-block-heading {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 0
}

.paragraphs-item-call-out-box .block-content .field-name-field-image-block-heading:before {
    top: -32px;
    left: -20px
}

.paragraphs-item-call-out-box .highlight_magenta .field-name-field-image-block-heading:before {
    color: #ec008c
}

.paragraphs-item-call-out-box .highlight_purple .field-name-field-image-block-heading:before {
    color: #592b68
}

.paragraphs-item-call-out-box .highlight_cerulean .field-name-field-image-block-heading:before {
    color: #007fb2
}

.paragraphs-item-call-out-box .highlight_yellow .field-name-field-image-block-heading:before {
    color: #ffd100
}

.paragraphs-item-image-block .field-name-field-image-block-heading {
    margin-bottom: 10px;
    line-height: 1.2em;
    font-size: 24px
}

.paragraphs-item-image-block .field-name-field-image-block-heading a, .paragraphs-item-image-block .field-name-field-image-block-heading a:visited {
    color: #ec008c;
    font-weight: 700
}

.paragraphs-item-image-block .block_no_img .field-name-field-image-block-heading {
    margin-bottom: 0
}

.paragraphs-item-image-block .block_no_img .field-name-field-image-block-heading a, .paragraphs-item-image-block .block_no_img .field-name-field-image-block-heading a:visited {
    font-size: 24px;
    text-align: center;
    background-color: #f3f3f4;
    height: 120px;
    padding-left: 16%;
    padding-right: 16%;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center
}

.paragraphs-item-image-block .block_no_img .field-name-field-image-block-heading a:hover {
    text-decoration: none;
    background: #ec008c;
    color: #fff
}

.paragraphs-item-image-block .block_no_img.block_no_text .field-name-field-image-block-heading a, .paragraphs-item-image-block .block_no_img.block_no_text .field-name-field-image-block-heading a:visited {
    height: 200px
}

.paragraphs-item-four-image-text-block-row .flex-columns-1 .paragraphs-item-image-block .field-name-field-image-block-upload, .paragraphs-item-four-image-text-block-row .flex-columns-2 .paragraphs-item-image-block .field-name-field-image-block-upload {
    overflow: hidden
}

.paragraphs-item-call-out-box .field-name-field-image-block-text, .paragraphs-item-image-block .field-name-field-image-block-text {
    font-size: 15px
}

.paragraphs-item-image-block .field-name-field-image-block-text .field-item {
    padding-right: 15px
}

.paragraphs-item-image-block .block-wrapper a.btn-right {
    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 700;
    padding: 0;
    color: #ec008c;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 15px;
    padding-bottom: 15px
}

.paragraphs-item-image-block .block-wrapper a.btn-right:hover {
    opacity: .8
}

.paragraphs-item-image-block .block_no_text a.btn-right {
    display: block;
    text-align: right;
    left: 0;
    padding-top: 100%
}

.paragraphs-item-image-block .block_no_text a.btn-right:hover {
    color: #fff
}

.paragraphs-item-free-text h1, .paragraphs-item-free-text h2, .paragraphs-item-free-text h3, .paragraphs-item-free-text h4, .paragraphs-item-call-out-box h1, .paragraphs-item-call-out-box h2, .paragraphs-item-call-out-box h3, .paragraphs-item-call-out-box h4 {
    color: #ec008c;
    font-weight: 700;
    line-height: 1.2em
}

.paragraphs-item-free-text h1, .paragraphs-item-call-out-box h1 {
    font-size: 36px
}

.paragraphs-item-free-text h2, .paragraphs-item-call-out-box h2 {
    font-size: 30px
}

.paragraphs-item-free-text h3, .paragraphs-item-call-out-box h3 {
    font-size: 24px;
    font-weight: 600
}

.paragraphs-item-free-text h4, .paragraphs-item-call-out-box h4 {
    font-size: 20px;
    color: #ef59a1
}

.paragraphs-item-call-out-box .highlight_magenta .block-content > h3, .paragraphs-item-call-out-box .highlight_magenta .block-content > h3 a {
    color: #ec008c;
    margin-top: 0
}

.paragraphs-item-call-out-box .highlight_purple .block-content > h3, .paragraphs-item-call-out-box .highlight_purple .block-content > h3 a {
    color: #592b68;
    margin-top: 0
}

.paragraphs-item-call-out-box .highlight_cerulean .block-content > h3, .paragraphs-item-call-out-box .highlight_cerulean .block-content > h3 a {
    color: #007fb2;
    margin-top: 0
}

.paragraphs-item-call-out-box .highlight_yellow .block-content > h3, .paragraphs-item-call-out-box .highlight_yellow .block-content > h3 a {
    color: #ffd100;
    margin-top: 0
}

.paragraphs-item-news-blog .view {
    padding: 20px;
    background: #eceaec;
    margin: 0 0 20px
}

.paragraphs-item-news-blog .view .view-header h3 {
    font-size: 18px;
    color: #592b68;
    margin-top: 0
}

.paragraphs-item-news-blog .view .views-row {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px
}

.paragraphs-item-news-blog .view .views-row-last {
    margin-bottom: 0
}

.paragraphs-item-news-blog .view .views-row:before {
    color: #ec008b;
    content: '\203a ';
    margin-right: 8px;
    font-weight: 600;
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 0;
    vertical-align: sub;
    position: absolute;
    left: 0;
    top: 11px
}

.paragraphs-item-news-blog .view .views-row a {
    color: #1e1617;
    text-decoration: none
}

.information-rating-widget {
    margin-top: 70px;
    padding-top: 30px;
    border-top: 1px solid #9d9f9e
}

.information-rating-widget h4 {
    color: #584c52
}

.rate-widget {
    margin-top: 30px;
    width: 33%;
    float: left;
    padding: 0 20px;
    height: 160px
}

@media (max-width: 1024px) {
    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
        max-height: 120%
    }
}

@media (max-width: 992px) {
    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
        max-height: 110%
    }
}

@media (max-width: 768px) {
    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
        max-height: 100%
    }

    .paragraphs-item-free-text table {
        max-width: 100% !important;
        display: block
    }
}

@media (max-width: 767px) {
    .rate-widget {
        margin-top: 30px;
        width: 100%;
        padding: 0;
        height: auto
    }
}

@media (max-width: 480px) {
    .panel-jt-fullwidth-stacked .panel-col-center .pane-node-title, .panel-jt-sidebar-stacked .panel-col-center .pane-node-title {
        width: 100%;
        padding-right: 0
    }

    .panel-jt-fullwidth-stacked .panel-col-center .pane-block.addthis_sharing_toolbox, .panel-jt-sidebar-stacked .panel-col-center .pane-block.addthis_sharing_toolbox {
        width: 100%;
        margin-top: -20px;
        position: static
    }

    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload {
        position: static
    }

    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload, .paragraphs-item-image-and-text-banner .banner-content {
        float: none;
        width: 100%;
        max-width: none
    }

    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
        max-height: none;
        max-width: 100%
    }

    .paragraphs-item-image-and-text-banner .banner-wrapper {
        padding: 0 !important
    }

    .paragraphs-item-image-and-text-banner .banner-content, .paragraphs-item-image-and-text-banner .banner_no_img .banner-content {
        padding: 15px
    }

    .paragraphs-item-four-cta-row .field-type-paragraphs > .field-items, .paragraphs-item-four-image-text-block-row .field-type-paragraphs > .field-items {
        display: block;
        overflow: hidden
    }

    .paragraphs-item-four-cta-row .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-cta-row .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-cta-row .flex-columns-4 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-4 .field-type-paragraphs > .field-items > .field-item {
        width: 100%;
        margin-bottom: 20px
    }

    .paragraphs-item-four-image-text-block-row .flex-columns-1 .paragraphs-item-image-block .field-name-field-image-block-upload, .paragraphs-item-four-image-text-block-row .flex-columns-2 .paragraphs-item-image-block .field-name-field-image-block-upload {
        height: auto
    }

    .paragraphs-item-four-cta-row .paragraphs-item-cta-button a.btn-cta {
        margin: 5px auto
    }
}

.helpline-popup-wrapper h2 {
    font-size: 1.2em !important
}

#block-uc-tinycart-hovercart #hovercart-image {
    position: relative !important;
    width: 32px !important;
    height: 32px !important
}

.page-node-380271 .region-content .field-name-body ul, .page-node-380271 .region-content .field-name-body ol {
    list-style-position: inside;
    display: flow-root
}

.node-type-homepage .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
    margin-bottom: -11px
}

.node-type-homepage #breadcrumb, .node-type-homepage h1.page-header, .node-type-homepage .region-social-share {
    display: none
}

.node-type-homepage .main-container {
    width: 100vw;
    margin-top: 0
}

.node-type-homepage .content img {
    padding: 0
}

.node-type-homepage .region-content {
    margin-left: -15px;
    margin-right: -15px
}

.paragraphs-items-field-field-select-homepage-block > .field-items > .field-item {
    margin-bottom: 20px;
    clear: both
}

.paragraphs-item-hero-panel .banner-content, .paragraphs-item-strapline-panel > .content, .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
    margin-left: auto;
    margin-right: auto
}

.paragraphs-item-hero-panel {
    max-width: 100%;
    overflow: hidden
}

.paragraphs-item-hero-panel .banner-content {
    text-align: center
}

.paragraphs-item-hero-panel .banner-wrapper {
    position: relative
}

.paragraphs-item-hero-panel .banner-content {
    position: relative;
    margin-top: -80px;
    padding: 40px
}

.paragraphs-item-hero-panel .banner-content h2 {
    margin-top: 0;
    font-size: 36px
}

.paragraphs-item-hero-panel .background_grey {
    background-color: transparent
}

.paragraphs-item-hero-panel .background_white .banner-content {
    background-color: #fff
}

.paragraphs-item-hero-panel .background_grey .banner-content {
    background-color: #eceaec
}

.paragraphs-item-hero-panel .field-name-field-image-block-text {
    color: #333;
    font-size: 18px;
    text-align: center
}

.paragraphs-item-hero-panel .banner-content h2 a {
    color: #ec008c
}

.paragraphs-item-hero-panel a.btn-cta {
    font-size: 20px !important
}

.paragraphs-item-hero-panel a.btn-cta, .paragraphs-item-hero-panel .highlight_magenta a.btn-cta {
    background-color: #ec008c;
    color: #fff
}

.paragraphs-item-hero-panel a.btn-cta:hover, .paragraphs-item-hero-panel .highlight_magenta a.btn-cta:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-hero-panel .highlight_purple a.btn-cta {
    background-color: #592b68;
    color: #fff
}

.paragraphs-item-hero-panel .highlight_purple a.btn-cta:hover {
    background-color: #ec008c;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-hero-panel .highlight_cerulean a.btn-cta {
    background-color: #007fb2;
    color: #fff
}

.paragraphs-item-hero-panel .highlight_cerulean a.btn-cta:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-hero-panel .highlight_yellow a.btn-cta {
    background-color: #ffd100;
    color: #1e1617
}

.paragraphs-item-hero-panel .highlight_yellow a.btn-cta:hover {
    background-color: #007fb2;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-strapline-panel h1, .paragraphs-item-strapline-panel .field-name-field-image-block-heading {
    text-align: center;
    color: #ec008c;
    font-size: 40px !important;
    font-family: Georgia, serif;
    font-weight: 600;
    padding: 30px 100px;
    line-height: 1.3em;
    margin: 0
}

.node-type-homepage .paragraphs-item-image-and-text-banner {
    padding: 25px 0;
    overflow: hidden;
    margin-bottom: 50px
}

.node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
    overflow: visible;
    padding: 0
}

.node-type-homepage .paragraphs-item-image-and-text-banner .banner-content {
    float: none;
    padding: 40px 50px
}

.node-type-homepage .paragraphs-item-image-and-text-banner .image-right .banner-content {
    padding-right: calc(40% + 50px)
}

.node-type-homepage .paragraphs-item-image-and-text-banner .image-left .banner-content {
    padding-left: calc(40% + 50px)
}

.node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload {
    top: -25px;
    bottom: -25px;
    height: auto;
    max-width: 40%
}

.node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2 {
    font-size: 24px;
    margin-top: 40px
}

.node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading:before, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2:before {
    content: '\201C';
    opacity: .15;
    position: absolute;
    line-height: 1;
    top: 40px;
    left: 0;
    font-size: 180px;
    font-family: Georgia, serif
}

.paragraphs-item-row-multi-column-carousel .field-type-paragraphs > .field-items, .paragraphs-item-row-multi-column-homepage .field-type-paragraphs > .field-items {
    display: flex;
    justify-content: space-between
}

.paragraphs-item-row-multi-column-carousel .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .field-type-paragraphs > .field-items > .field-item {
    width: 100%
}

.paragraphs-item-row-multi-column-carousel .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .flex-columns-2 .field-type-paragraphs > .field-items > .field-item {
    width: 49%;
    display: flex
}

.paragraphs-item-row-multi-column-carousel .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .flex-columns-3 .field-type-paragraphs > .field-items > .field-item {
    width: 32%;
    display: flex
}

.paragraphs-item-row-multi-column-carousel .flex-columns-4 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .flex-columns-4 .field-type-paragraphs > .field-items > .field-item {
    width: 23.5%;
    display: flex
}

.paragraphs-item-row-multi-column-homepage .paragraphs-item-image-block-colour {
    width: 100%
}

.paragraphs-item-row-multi-column-homepage .paragraphs-item-image-block-colour {
    overflow: hidden;
    position: relative
}

.paragraphs-item-row-multi-column-homepage .paragraphs-item-image-block-colour.block_border {
    border: 1px solid #9d9f9e
}

.paragraphs-item-row-multi-column-homepage .paragraphs-item-image-block-colour .block-content {
    padding-bottom: 40px
}

.paragraphs-item-image-block-colour .block-content {
    padding: 15px;
    overflow: hidden
}

.paragraphs-item-image-block-colour .field-name-field-image-block-heading {
    margin-bottom: 10px;
    line-height: 1.2em;
    font-size: 36px
}

.paragraphs-item-image-block-colour .field-name-field-image-block-heading a {
    color: #0080b2;
    font-weight: 700
}

.paragraphs-item-image-block-colour .highlight_magenta .field-name-field-image-block-heading a {
    color: #ec008c
}

.paragraphs-item-image-block-colour .highlight_purple .field-name-field-image-block-heading a {
    color: #592b68
}

.paragraphs-item-image-block-colour .highlight_cerulean .field-name-field-image-block-heading a {
    color: #007fb2
}

.paragraphs-item-image-block-colour .highlight_yellow .field-name-field-image-block-heading a {
    color: #ffd100
}

.paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-heading {
    margin-bottom: 0
}

.paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-heading a {
    font-size: 36px;
    text-align: center;
    background-color: #f3f3f4;
    height: 120px;
    padding-left: 16%;
    padding-right: 16%;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center
}

.paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-heading a:hover {
    text-decoration: none;
    background: #ec008c;
    color: #fff
}

.paragraphs-item-image-block-colour .block_no_img.highlight_magenta .field-name-field-image-block-heading a {
    background: #ec008c;
    color: #fff
}

.paragraphs-item-image-block-colour .block_no_img.highlight_magenta .field-name-field-image-block-heading a:hover {
    background: #f3f3f4;
    color: #ec008c
}

.paragraphs-item-image-block-colour .block_no_img.highlight_purple .field-name-field-image-block-heading a {
    background: #592b68;
    color: #fff
}

.paragraphs-item-image-block-colour .block_no_img.highlight_purple .field-name-field-image-block-heading a:hover {
    background: #f3f3f4;
    color: #592b68
}

.paragraphs-item-image-block-colour .block_no_img.highlight_cerulean .field-name-field-image-block-heading a {
    background: #007fb2;
    color: #fff
}

.paragraphs-item-image-block-colour .block_no_img.highlight_cerulean .field-name-field-image-block-heading a:hover {
    background: #f3f3f4;
    color: #007fb2
}

.paragraphs-item-image-block-colour .block_no_img.highlight_yellow .field-name-field-image-block-heading a {
    background: #ffd100;
    color: #1e1617
}

.paragraphs-item-image-block-colour .block_no_img.highlight_yellow .field-name-field-image-block-heading a:hover {
    background: #f3f3f4;
    color: #ffd100
}

.paragraphs-item-image-block-colour .block_no_img.block_no_text .field-name-field-image-block-heading a {
    height: 200px
}

.paragraphs-item-row-multi-column-homepage .flex-columns-1 .paragraphs-item-image-block-colour .field-name-field-image-block-upload, .paragraphs-item-row-multi-column-homepage .flex-columns-2 .paragraphs-item-image-block-colour .field-name-field-image-block-upload {
    overflow: hidden;
    max-height: 280px
}

.paragraphs-item-row-multi-column-carousel .field-name-field-image-block-heading {
    font-weight: 700;
    font-size: 36px;
    color: #582a68;
    margin-bottom: 30px
}

.paragraphs-item-row-multi-column-carousel .highlight_magenta .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .highlight_magenta .field-name-field-image-block-heading a, .paragraphs-item-row-multi-column-carousel .highlight_magenta .block-wrapper a.btn-right {
    color: #ec008c
}

.paragraphs-item-row-multi-column-carousel .highlight_purple .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .highlight_purple .field-name-field-image-block-heading a, .paragraphs-item-row-multi-column-carousel .highlight_purple .block-wrapper a.btn-right {
    color: #592b68
}

.paragraphs-item-row-multi-column-carousel .highlight_cerulean .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .highlight_cerulean .field-name-field-image-block-heading a, .paragraphs-item-row-multi-column-carousel .highlight_cerulean .block-wrapper a.btn-right {
    color: #007fb2
}

.paragraphs-item-row-multi-column-carousel .highlight_yellow .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .highlight_yellow .field-name-field-image-block-heading a, .paragraphs-item-row-multi-column-carousel .highlight_yellow .block-wrapper a.btn-right {
    color: #ffd100
}

.paragraphs-item-row-multi-column-carousel .paragraphs-items-field-three-paragraphs-blocks {
    margin-top: 15px
}

.paragraphs-item-row-multi-column-carousel .block-wrapper {
    overflow: hidden;
    position: relative
}

.paragraphs-item-row-multi-column-carousel .block-wrapper .field-name-field-image-block-upload {
    width: 140px;
    float: left
}

.paragraphs-item-row-multi-column-carousel .block-wrapper .block-content {
    padding: 0 15px 15px;
    width: auto
}

.paragraphs-item-row-multi-column-carousel .block-wrapper .field-name-field-image-block-heading {
    font-size: 20px;
    color: #582a68;
    margin-bottom: 10px
}

.paragraphs-item-row-multi-column-carousel .field-name-field-image-block-heading h2 {
    margin-top: 0
}

.paragraphs-item-image-block-colour .field-name-field-image-block-text {
    font-size: 18px;
    line-height: 1.5em;
    color: #333
}

.paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-text {
    font-size: 18px;
    line-height: 1.5em
}

.paragraphs-item-image-block-colour .field-name-field-image-block-text .field-item {
    padding-right: 35px
}

.paragraphs-item-image-block-colour .block-wrapper a.btn-right {
    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 700;
    padding: 0;
    color: #ec008c;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 15px;
    padding-bottom: 15px
}

.paragraphs-item-image-block-colour .highlight_cerulean a.btn-right {
    color: #007fb2
}

.paragraphs-item-image-block-colour .highlight_yellow a.btn-right {
    color: #ffd100
}

.paragraphs-item-image-block-colour .highlight_purple a.btn-right {
    color: #592b68
}

.paragraphs-item-image-block-colour .block-wrapper a.btn-right:hover {
    opacity: .8
}

.paragraphs-item-image-block-colour .block_no_text a.btn-right {
    display: block;
    text-align: right;
    left: 0;
    padding-top: 100%
}

.paragraphs-item-image-block-colour .block_no_text a.btn-right:hover {
    color: #fff
}

@media (min-width: 768px) {
    .paragraphs-item-hero-panel .banner-content, .paragraphs-item-strapline-panel > .content, .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        width: 750px
    }
}

@media (min-width: 992px) {
    .paragraphs-item-hero-panel .banner-content, .paragraphs-item-strapline-panel > .content, .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .paragraphs-item-hero-panel .banner-content, .paragraphs-item-strapline-panel > .content, .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        width: 1170px
    }
}

@media (max-width: 991px) {
    .paragraphs-item-hero-panel .banner-content a.btn-cta {
        display: none
    }

    .paragraphs-item-hero-panel .field-name-field-image-block-text {
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .paragraphs-item-hero-panel .banner-content, .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        width: auto;
        margin-left: 20px;
        margin-right: 20px
    }

    .paragraphs-item-hero-panel .banner-content {
        margin-top: -40px;
        padding: 35px
    }

    .paragraphs-item-hero-panel .field-name-field-image-block-upload img {
        max-width: none;
        max-height: 430px;
        margin: -1px auto 0 auto;
        margin-left: -25%
    }

    .paragraphs-item-hero-panel .banner-content a.btn-cta {
        display: none
    }

    .paragraphs-item-hero-panel .field-name-field-image-block-text {
        font-size: 22px
    }

    .paragraphs-item-strapline-panel > .content {
        width: auto
    }

    .paragraphs-item-strapline-panel h1, .paragraphs-item-strapline-panel .field-name-field-image-block-heading {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 30px !important;
        line-height: 1.2
    }

    .paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-heading a {
        font-size: 30px;
        height: 90px
    }

    .paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-text, .paragraphs-item-image-block-colour .field-name-field-image-block-text {
        font-size: 15px
    }

    .paragraphs-item-image-block-colour .field-name-field-image-block-text .field-item {
        padding-right: 20px
    }

    .paragraphs-item-row-multi-column-homepage .flex-columns-1 .paragraphs-item-image-block-colour .field-name-field-image-block-upload, .paragraphs-item-row-multi-column-homepage .flex-columns-2 .paragraphs-item-image-block-colour .field-name-field-image-block-upload {
        max-height: 180px
    }

    .paragraphs-item-image-block-colour .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .field-name-field-image-block-heading {
        font-size: 30px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner {
        padding-top: 40px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        padding: 0;
        padding-top: 1px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .image-right .banner-content {
        padding-right: 20px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .image-left .banner-content {
        padding-left: 20px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload {
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: block;
        width: 40%;
        max-height: 210px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
        max-height: none;
        max-width: 100%
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content {
        padding: 0 30px 40px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2 {
        text-align: center;
        margin-top: 0
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading:before, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2:before {
        top: 130px;
        opacity: .10
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-link {
        text-align: center
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content a.btn {
        margin: 0 auto
    }

    .paragraphs-item-row-multi-column-carousel .block-wrapper .field-name-field-image-block-upload {
        width: auto;
        max-width: 219px;
        margin: 0 auto 10px;
        float: none
    }
}

@media (max-width: 480px) {
    .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner > .content {
        margin-left: 15px;
        margin-right: 15px
    }

    .paragraphs-item-hero-panel .field-name-field-image-block-upload img {
        width: auto !important;
        height: auto !important;
        max-height: 236px
    }

    .paragraphs-item-hero-panel .banner-content {
        margin-left: 0;
        margin-right: 0;
        padding: 25px;
        margin-top: -10px
    }

    .paragraphs-item-hero-panel .banner-content h2 {
        font-size: 20px
    }

    .paragraphs-item-hero-panel .field-name-field-image-block-text {
        font-size: 15px
    }

    .paragraphs-item-strapline-panel h1, .paragraphs-item-strapline-panel .field-name-field-image-block-heading {
        padding: 20px 30px;
        font-size: 24px !important
    }

    .paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-heading a, .paragraphs-item-image-block-colour .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .field-name-field-image-block-heading {
        font-size: 24px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner {
        padding-top: 20px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload {
        width: auto;
        margin: 0;
        top: 0;
        bottom: 0;
        max-width: none;
        max-height: 75vw
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        margin: 0
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content {
        padding: 35px 30px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2 {
        font-size: 20px;
        text-align: left;
        margin-top: 0;
        position: relative
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading:before, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2:before {
        content: '\201C';
        opacity: .1;
        line-height: 1;
        top: -40px;
        left: -30px;
        font-family: Georgia, serif
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-link {
        text-align: left
    }

    .paragraphs-item-row-multi-column-homepage .field-type-paragraphs > .field-items, .paragraphs-item-row-multi-column-carousel .field-type-paragraphs > .field-items {
        display: block
    }

    .paragraphs-item-row-multi-column-homepage .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .flex-columns-4 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-carousel .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-carousel .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-carousel .flex-columns-4 .field-type-paragraphs > .field-items > .field-item {
        width: 100%;
        margin-bottom: 20px
    }

    .paragraphs-item-row-multi-column-homepage .flex-columns-1 .paragraphs-item-image-block-colour .field-name-field-image-block-upload, .paragraphs-item-row-multi-column-homepage .flex-columns-2 .paragraphs-item-image-block-colour .field-name-field-image-block-upload, .paragraphs-item-row-multi-column-carousel .flex-columns-1 .paragraphs-item-image-block .field-name-field-image-block-upload, .paragraphs-item-row-multi-column-carousel .flex-columns-2 .paragraphs-item-image-block .field-name-field-image-block-upload {
        height: auto
    }

    .paragraphs-item-row-multi-column-carousel > .content {
        margin: 0
    }

    .paragraphs-item-row-multi-column-carousel .highlight_purple > .field-name-field-image-block-heading {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 24px
    }

    .paragraphs-item-row-multi-column-carousel .field-type-paragraphs > .field-items {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-behavior: smooth;
        scroll-snap-type: mandatory;
        scroll-snap-points-x: repeat(100vw);
        scroll-snap-type: x mandatory
    }

    .paragraphs-item-row-multi-column-carousel .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-carousel .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-carousel .flex-columns-4 .field-type-paragraphs > .field-items > .field-item {
        flex: 0 0 auto;
        padding: 0 15px;
        width: 100vw;
        scroll-snap-align: start;
        scroll-snap-stop: always
    }

    .paragraphs-item-row-multi-column-carousel .block-wrapper {
        padding: 0 30px
    }

    .paragraphs-item-row-multi-column-carousel .block-wrapper .field-name-field-image-block-upload {
        max-width: none
    }

    #mcc_control_nav ul {
        margin: 0;
        padding: 0 30px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center
    }

    #mcc_control_nav ul li {
        list-style: none;
        margin-left: 0;
        position: relative;
        line-height: 1.4em;
        padding: 0 5px
    }

    #mcc_control_nav ul li:before {
        display: none
    }

    #mcc_control_nav ul li a.mcc_switch_link {
        background: #eceaec;
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 50%
    }

    #mcc_control_nav ul li.active a.mcc_switch_link {
        background: #ec008c
    }
}

.node-type-homepage footer .links {
    display: none
}

.jcct-megamenu-wrapper {
    background-color: #ec008b;
    border-color: #ec008b;
    padding: 0;
    margin: 0;
    height: 40px;
    position: relative;
    z-index: 2
}

.jcct-megamenu-wrapper .md-megamenu .awemenu-container {
    max-width: 1170px;
    margin: 0 auto
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    padding: 0 20px;
    max-width: 220px
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item-level-1.awemenu-has-children > a:after {
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(237, 237, 237, 0);
    border-bottom-color: #ededed;
    border-width: 10px;
    margin-left: -10px;
    display: none
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item-level-1.awemenu-has-children.awemenu-active > a:after {
    display: block
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
    padding: 10px 12px;
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 20px;
    position: relative
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item > a {
    color: #ec008b
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-active > a, .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a:active, .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a:focus, .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a:hover {
    text-decoration: none
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item .amm-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item .amm-down {
    margin-left: 5px
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item .amm-down:before {
    content: "\f0d7";
    vertical-align: sub
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-search {
    display: none
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate {
    z-index: 2;
    padding: 0;
    float: right !important;
    display: inline-block;
    max-width: 280px;
    position: relative
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
    background: #ffcf01;
    color: #333;
    margin-bottom: -9px;
    padding: 15px 50px 16px;
    border-radius: 0 0 6px 6px;
    font-size: 1.4em;
    min-height: 50px;
    position: absolute;
    right: 0;
    top: 0
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a:active, .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a:focus, .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a:hover {
    background: #5f276a;
    color: #ffcf01
}

.jcct-megamenu-wrapper .md-megamenu .awemenu ul.awemenu-submenu {
    background: #ededed;
    padding: 20px 0
}

.jcct-megamenu-wrapper .md-megamenu .awemenu ul.awemenu-submenu a {
    color: #333;
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    position: relative;
    padding-left: 16px
}

.jcct-megamenu-wrapper .md-megamenu .awemenu ul.awemenu-submenu a:before {
    color: #ec008b;
    content: '\203a ';
    margin-right: 8px;
    font-weight: 600;
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 0;
    vertical-align: sub;
    position: absolute;
    left: 0;
    top: 10px
}

.jcct-megamenu-wrapper .md-megamenu .awemenu ul.awemenu-submenu a:hover {
    text-decoration: none;
    color: #111
}

.jcct-megamenu-wrapper .awemenu-megamenu-wrapper .mm-header {
    color: #ec008b;
    margin-top: 0;
    font-size: 1.2em;
    text-transform: none
}

.jcct-megamenu-wrapper .awemenu-megamenu-wrapper p {
    color: #000;
    font-size: 15px
}

.jcct-megamenu-wrapper .awemenu-megamenu-wrapper p.icon-info {
    background: 0 0;
    background: 0 0;
    padding: 0
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item .view {
    margin-left: 15px
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item h2 a, .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item a.mm-heading-link {
    font-size: 16px;
    color: #333
}

.jcct-megamenu-wrapper .md-megamenu .awemenu ul.awemenu-submenu a.mm-heading-link:before {
    top: 9px
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu-bars {
    position: absolute;
    top: -82px;
    right: 30px;
    z-index: 3000
}

.jcct-megamenu-wrapper .awemenu-mobile .amm-bar {
    margin-left: 10px;
    margin-top: 6px;
    font-size: 4em;
    font-weight: 700;
    color: #ec008b
}

.jcct-megamenu-wrapper .awemenu-mobile.awemenu-active .awemenu-bars {
    display: none
}

.jcct-megamenu-wrapper .awemenu-mobile.awemenu-active .awemenu-close {
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
    color: #ec008b;
    text-align: right;
    padding: 60px 30px 0
}

.jcct-megamenu-wrapper .awemenu-mobile.awemenu-active .awemenu-close:before {
    content: "\f00d"
}

.jcct-megamenu-wrapper .awemenu-mobile > .awemenu-container > .awemenu {
    width: 80vw;
    background: #ededed
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item {
    max-width: 100%;
    border-bottom: 1px solid #ec008b
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu ul.awemenu-submenu {
    background: #ededed;
    margin-bottom: 8px
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu-megamenu-wrapper p, .jcct-megamenu-wrapper .awemenu-mobile .awemenu ul.awemenu-submenu a, .jcct-megamenu-wrapper .awemenu-mobile .awemenu ul.awemenu-submenu a:hover, .jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item h2 a, .jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item h2 a:hover, .jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item a.mm-heading-link, .jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item a.mm-heading-link:hover {
    color: #
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu-item-1-3 p {
    font-size: 14px
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .jt-mm-donate {
    float: none !important;
    display: block
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .jt-mm-donate > a {
    padding: 10px 32px 5px;
    min-height: 40px
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu-megamenu-wrapper {
    padding: 0
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .jt-mm-search {
    display: block
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .jt-mm-search > a {
    display: none
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .jt-mm-search ul.awemenu-submenu {
    display: block !important;
    margin-top: 20px;
    margin-bottom: 20px
}

.jcct-megamenu-wrapper .awemenu-mobile .search-mobile {
    width: 100%
}

.jcct-megamenu-wrapper .awemenu-mobile .search-mobile .form-group {
    margin: 0
}

.jcct-megamenu-wrapper .awemenu-mobile .search-mobile .search-mobile-input {
    width: 90%;
    width: calc(100% - 34px);
    margin: 0;
    float: left;
    border: 1px solid #ccc;
    border-radius: 0
}

.jcct-megamenu-wrapper .awemenu-mobile .search-mobile .search-mobile-button {
    position: relative;
    margin: 0 !important;
    min-width: 0 !important;
    width: 34px;
    height: 34px;
    border: 0 none;
    border-radius: 0
}

.jcct-megamenu-wrapper .jcct-cancer-info tr, .jcct-megamenu-wrapper .jcct-cancer-info .table-striped > tbody > tr:nth-of-type(odd), .jcct-megamenu-wrapper .jcct-cancer-info .table > tbody > tr > td {
    background: 0 0 !important;
    border: 0 none !important;
    padding: 0 !important
}

.jcct-megamenu-wrapper .mobile-donation-button {
    top: 0;
    padding: 0;
    z-index: 2;
    text-transform: none;
    color: #5f276a !important;
    display: none
}

.jcct-megamenu-wrapper .mobile-donation-button a {
    background: #ffcf01;
    color: #5f276a !important;
    margin-top: 0;
    margin-bottom: -8px;
    padding: 4px 26px;
    border-radius: 0 0 6px 6px;
    font-size: 1.4em;
    line-height: 1.8;
    min-height: 46px;
    font-weight: 700;
    display: block
}

.jcct-megamenu-wrapper .mobile-donation-button a:active, .jcct-megamenu-wrapper .mobile-donation-button a:focus {
    background: #5f276a;
    color: #ffcf01 !important
}

.jcct-megamenu-wrapper .md-separator, .jcct-megamenu-wrapper .md-separator-text {
    border: 0 !important
}

.jcct-megamenu-wrapper .awemenu-mobile .md-separator, .jcct-megamenu-wrapper .awemenu-mobile .md-separator-text {
    display: none
}

@media (max-width: 1109px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0 10px
    }
}

@media (max-width: 1009px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0 5px
    }
}

@media (max-width: 960px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0 3px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
        padding: 10px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
        padding: 15px 50px 16px
    }
}

@media (max-width: 920px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0 2px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
        padding: 10px 8px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
        padding: 15px 40px 16px
    }
}

@media (max-width: 895px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0 1px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
        padding: 10px 6px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
        padding: 15px 30px 16px
    }
}

@media (max-width: 825px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
        padding: 10px 5px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
        padding: 15px 20px 16px
    }
}

@media (max-width: 780px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
        padding: 10px 3px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
        padding: 15px 20px 16px
    }

    .jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item {
        padding: 0 20px
    }
}

@media (max-width: 767px) {
    .jcct-megamenu-wrapper .mobile-donation-button {
        display: block
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate {
        display: none
    }
}

.cart-mobile {
    left: 20px !important;
    top: 30px !important;
    z-index: 1
}

.cart-mobile #block-uc-tinycart-hovercart #hovercart-contents {
    display: none
}

.cart-mobile #block-uc-tinycart-hovercart #hovercart-contents #content-wrap {
    border: 0 none
}

.cart-mobile #block-uc-tinycart-hovercart #hovercart-contents, .cart-mobile #hovercart-image {
    z-index: 0
}

@media (max-width: 321px) {
    .cart-mobile {
        display: none !important
    }

    .cart-mobile #block-uc-tinycart-hovercart {
        display: none !important
    }
}

body .site-header.layout--default .main-header .menu-section {
    background-color: #ec008b;
}

a {
    text-decoration: none !important;
}

.digital_newspaper_main_body .site-header.layout--default .top-header {
    background: #eceaec !important;
}

@import url('/web/20240317162854cs_/https://www.jostrust.org.uk/sites/all/modules/md_megamenu/css/awemenu/css/lib/font-awesome.min.css?ptt7jn');
.page-cart-checkout form .field-delivery_ucxf_contact_text .field-label {
    color: #fff
}

.page-cart-checkout form .field-delivery_ucxf_contact_text input {
    display: none
}

.page-cart-checkout form .field-delivery_ucxf_contact_text .help-block {
    position: relative;
    left: -180px;
    font-weight: 200;
    font-size: .9em;
    max-width: 95%
}

@media (max-width: 480px) {
    .page-cart-checkout form .field-delivery_ucxf_contact_text .help-block {
        left: -100px;
        width: 320px
    }
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item {
    padding-top: 25px
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-label {
    color: #fff
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-field, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-field {
    position: relative;
    left: -180px
}

@media (max-width: 480px) {
    .page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-field, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-field {
        left: -100px
    }
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_fundraising, .page-cart-checkout form .field-delivery_ucxf_contact_channel_information, .page-cart-checkout form .field-delivery_ucxf_contact_channel_news, .page-cart-checkout form .field-delivery_ucxf_contact_channel_volunteer, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_email, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_phone, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_post, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_text, .page-cart-checkout form .field-delivery_ucxf_why_ordered_awareness, .page-cart-checkout form .field-delivery_ucxf_why_ordered_fundraising, .page-cart-checkout form .field-delivery_ucxf_why_ordered_personal, .page-cart-checkout form .field-delivery_ucxf_why_ordered_professional, .page-cart-checkout form .field-delivery_ucxf_why_ordered_ccpw_jan, .page-cart-checkout form .field-delivery_ucxf_why_ordered_csaw_jun, .page-cart-checkout form .field-delivery_ucxf_where_use_trust_hospital, .page-cart-checkout form .field-delivery_ucxf_where_use_gp_clinic, .page-cart-checkout form .field-delivery_ucxf_where_use_workplace, .page-cart-checkout form .field-delivery_ucxf_where_use_charity, .page-cart-checkout form .field-delivery_ucxf_where_use_home_friends, .page-cart-checkout form .field-delivery_ucxf_where_use_community, .page-cart-checkout form .field-delivery_ucxf_where_use_school_college, .page-cart-checkout form .field-delivery_ucxf_where_use_pharmacy, .page-cart-checkout form .field-delivery_ucxf_where_use_other {
    height: 15px
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_fundraising .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_information .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_news .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_volunteer .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_email .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_phone .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_post .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_text .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_awareness .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_fundraising .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_personal .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_professional .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_ccpw_jan .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_csaw_jun .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_trust_hospital .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_gp_clinic .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_workplace .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_charity .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_home_friends .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_community .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_school_college .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_pharmacy .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_other .field-label {
    font-weight: 200
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@media print {
    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.eot);
    src: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'), url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #369;
    text-decoration: none
}

a:focus, a:hover {
    color: #204060;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #faf8fb
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #ededed
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #ededed
}

.text-primary {
    color: #ec008b
}

a.text-primary:focus, a.text-primary:hover {
    color: #b9006d
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #ec008b
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #b9006d
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #faf8fb
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #ededed
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #faf8fb
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #ededed
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #faf8fb;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ededed;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #faf8fb;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #fff;
    background-color: #ec008b;
    border-color: #fff
}

.btn-default.focus, .btn-default:focus {
    color: #fff;
    background-color: #b9006d;
    border-color: #bfbfbf
}

.btn-default:hover {
    color: #fff;
    background-color: #b9006d;
    border-color: #e0e0e0
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #b9006d;
    border-color: #e0e0e0
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #950058;
    border-color: #bfbfbf
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #ec008b;
    border-color: #fff
}

.btn-default .badge {
    color: #ec008b;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #b9006d;
    border-color: #530031
}

.btn-primary:hover {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #950058;
    border-color: #530031
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-primary .badge {
    color: #ec008b;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #b9006d;
    border-color: #530031
}

.btn-success:hover {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #950058;
    border-color: #530031
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-success .badge {
    color: #ec008b;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #b9006d;
    border-color: #530031
}

.btn-info:hover {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #950058;
    border-color: #530031
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-info .badge {
    color: #ec008b;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #369;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #204060;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #ededed;
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.btn-disabled {
    opacity: .7;
    pointer-events: none
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #ec008b
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #ededed
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #ededed;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #faf8fb;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 20px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #faf8fb
}

.nav > li.disabled > a {
    color: #ededed
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #ededed;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #faf8fb;
    border-color: #369
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #faf8fb #faf8fb #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #ec008b
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #ec008b;
    border-color: #ec008b
}

.navbar-inverse .navbar-brand {
    color: #fff
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #fff
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #b9006d
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #c80076
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #b9006d;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #ec008b
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #ec008b
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #b9006d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #fff
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #fff
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #ededed
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #369;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 3;
    color: #204060;
    background-color: #faf8fb;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #ec008b;
    border-color: #ec008b;
    cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #ededed;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #faf8fb
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #ededed;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #ededed
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #d4d4d4
}

.label-primary {
    background-color: #ec008b
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #b9006d
}

.label-success {
    background-color: #ec008b
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #b9006d
}

.label-info {
    background-color: #ec008b
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #b9006d
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #ededed;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #369;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #fff
}

.jumbotron .h1, .jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #e6e6e6
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a > img, .thumbnail > img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #369
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #ec008b;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #ec008b
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #ec008b
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #faf8fb;
    color: #ededed;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #ededed
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #ec008b;
    border-color: #ec008b
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #ffb9e2
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #ec008b
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #ec008b;
    border-color: #ec008b
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ec008b
}

.panel-primary > .panel-heading .badge {
    color: #ec008b;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ec008b
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 2.6em !important
}

h2, h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.5em
}

h2 {
    font-size: 2.1em;
    color: #ec008c
}

h3 {
    font-size: 1.7em;
    color: #ec008c
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.5em;
    color: #ef59a1
}

.defaultcallout h4, .caption h4 {
    color: #fff
}

p {
    line-height: 1.68em
}

.field-name-body h2 {
    font-size: 1.5em !important;
    line-height: 1.78em;
    margin: 0 !important;
    color: #ec008b;
    float: initial !important
}

.field-name-body h3 {
    font-size: 1.2em !important;
    font-weight: 100;
    line-height: 1.55em;
    margin: 0 !important;
    color: #ec008b;
    float: initital !important
}

.field-name-body h4 {
    font-size: 1.1em !important;
    line-height: 1.45em;
    float: initital !important;
    margin: 0 !important
}

.jcct-rotate-text {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg)
}

.page-forum .jumbotron {
    padding: 0
}

.page-forum .jumbotron p {
    font-size: 1em
}

header {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    background: #faf9f3;
    min-height: 130px
}

header .logo {
    padding: 0
}

header .navbar-brand {
    display: block;
    position: relative;
    top: 14px;
    left: 18px;
    padding: 0;
    z-index: 500
}

header .navbar-brand img {
    max-height: 100px
}

header .top-navigation {
    z-index: 7500;
    position: fixed;
    width: 100%;
    top: -42px;
    height: 42px;
    background-color: #fff;
    text-align: right;
    border-bottom: 1px solid #ededed
}

header .top-navigation a {
    line-height: 2.5em;
    color: #555;
    font-weight: 700;
    font-size: 1.25em;
    text-decoration: none
}

header .top-navigation .glyphicon {
    color: #ec008b;
    font-size: 1.18em;
    margin-right: 2px
}

header .top-navigation .scroll-forum-link {
    margin-top: 2px
}

header .top-navigation .helpline-number {
    text-decoration: none !important;
    font-size: 1.35em;
    font-weight: 300 !important;
    margin-right: 6px;
    right: -38px
}

header .top-navigation #nav-scroll-2 {
    margin-right: -34px
}

header .custom-search {
    margin-top: 12px;
    padding-right: 0
}

header .custom-search .jcct-search {
    left: -10px;
    padding-left: 0
}

header .custom-search .jcct-search, header .custom-search .jcct-search-button {
    position: relative;
    background: 0 0 !important;
    border: none;
    color: #ec008b;
    font-size: 1.2em;
    max-width: 210px !important
}

header .custom-search .jcct-search-button::-webkit-input-placeholder, header .custom-search .jcct-search::-webkit-input-placeholder {
    color: #ec008b
}

header .custom-search .jcct-search-button::-moz-placeholder, header .custom-search .jcct-search::-moz-placeholder {
    color: #ec008b
}

header .custom-search .jcct-search-button:-ms-input-placeholder, header .custom-search .jcct-search:-ms-input-placeholder {
    color: #ec008b
}

header .custom-search .jcct-search-button:-moz-placeholder, header .custom-search .jcct-search:-moz-placeholder {
    color: #ec008b
}

header .custom-search .jcct-search-button {
    position: relative;
    right: -8px;
    font-size: 2em;
    margin: 0 !important;
    min-width: 0 !important
}

header .contact-header .helpline-text {
    position: relative;
    padding-left: 0
}

header .contact-header .glyphicon {
    font-size: 1.18em;
    margin-right: 2px
}

header .forum-link, header .helpline-text {
    position: relative;
    left: 64px;
    top: 2px;
    text-align: right;
    padding: 0
}

header .forum-link a:visited, header .helpline-text a:visited {
    color: #555
}

header .forum-link a {
    margin-right: -96px
}

header .helpline-text a {
    margin-right: -30px
}

header .forum-link a, header .helpline-text a {
    font-size: 1.22em;
    line-height: 2em;
    font-weight: bolder;
    text-decoration: none;
    color: #555;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

header .forum-link a:hover, header .helpline-text a:hover {
    text-decoration: none;
    color: #ec008b
}

header .helpline-number {
    position: relative;
    right: -68px;
    padding: 2px 0 0;
    font-size: 1.65em;
    font-weight: 300;
    letter-spacing: .06em !important;
    text-align: right;
    color: #555
}

header .helpline-number a, header .helpline-number a:hover, header .helpline-number a:visited {
    text-decoration: none;
    color: #555 !important
}

.navbar-static-top {
    z-index: 200 !important
}

.navbar {
    top: 0;
    height: 16px !important;
    padding: 0 !important;
    margin: 0 !important
}

.navbar a {
    font-size: 1.2em;
    font-weight: 300
}

.navbar-nav {
    width: 100%;
    height: 30px
}

.navbar-nav > li {
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    text-align: center;
    padding: 0 25px;
    max-width: 220px
}

.navbar-nav > li.col-md-3 {
    max-width: 205px
}

.navbar-nav > li:hover {
    background-color: #fff
}

.navbar-nav > li a {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.navbar-nav > li a:hover {
    color: #ec008b !important
}

.donation-button {
    display: inline-block;
    position: relative;
    right: 0;
    background: #ffcf01;
    border-radius: 0 0 15px 15px;
    border: 0;
    min-height: 48px;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    -o-transition: color 50ms ease-out, background .8s ease-in;
    -ms-transition: color 50ms ease-out, background .8s ease-in;
    -moz-transition: color 50ms ease-out, background .8s ease-in;
    -webkit-transition: color 50ms ease-out, background .8s ease-in;
    transition: color 50ms ease-out, background .8s ease-in;
    cursor: pointer;
    max-width: 266px !important;
    min-width: none !important
}

.donation-button:hover {
    background: #5f276a !important
}

.donation-button:hover a {
    color: #ffcf01 !important
}

.donation-button a {
    color: #5f276a !important;
    font-weight: 400;
    margin: 8px 0 0;
    padding: 0
}

.navbar-nav > li.donation-button > a:hover {
    color: #ffcf01 !important
}

.navbar {
    min-height: 30px !important
}

.contact-header-stuck {
    position: fixed !important;
    top: 0;
    left: -10px;
    background-color: #faf9f3;
    width: 101%;
    padding-right: 26px;
    z-index: 200 !important;
    clear: both;
    text-align: right;
    -webkit-box-shadow: 1px 1px 4px 2px #c7e9ee;
    -moz-box-shadow: 1px 1px 4px 2px #c7e9ee;
    box-shadow: 1px 1px 4px 2px #c7e9ee
}

.contact-header-stuck .forum-link a, .contact-header-stuck .helpline-text a {
    font-size: 1em;
    line-height: 1.8em;
    font-weight: bolder;
    color: #555 !important
}

.contact-header-stuck .helpline-number {
    padding: 0;
    font-size: 1.4em;
    font-weight: 300;
    text-align: right
}

.contact-header-stuck .helpline-number a:hover, .contact-header-stuck .helpline-number a:visited {
    text-decoration: none
}

.breadcrumb {
    background-color: #fff;
    margin-left: -12px
}

.breadcrumb a {
    color: #000 !important
}

.region-social-share {
    margin-top: -40px
}

.sliding-popup-top {
    width: 100vw !important;
    position: relative !important;
    background: #ededed;
    border-bottom: 4px solid #fff
}

@media (min-width: 1200px) {
    .sliding-popup-top .popup-content {
        width: 1170px !important;
        padding-right: 0 !important;
        padding-left: 12px !important
    }
}

.sliding-popup-top .popup-content #popup-text {
    max-width: 85% !important;
    color: #222 !important
}

.sliding-popup-top .popup-content #popup-text P {
    font-size: 1em !important;
    font-weight: 100 !important
}

@media (min-width: 992px) {
    .sliding-popup-top .popup-content #popup-text {
        max-width: 80% !important;
        margin-top: 1em !important
    }
}

@media (max-width: 768px) {
    .sliding-popup-top .popup-content #popup-text {
        text-align: center;
        max-width: 100% !important;
        padding: 8px
    }
}

.sliding-popup-top .popup-content #popup-buttons {
    max-width: 10% !important
}

@media (max-width: 768px) {
    .sliding-popup-top .popup-content #popup-buttons {
        text-align: center;
        max-width: 100% !important
    }
}

.sliding-popup-top .popup-content .decline-button {
    display: none
}

.sliding-popup-top .popup-content .eu-cookie-compliance-default-button {
    border: none !important;
    color: #5f276a !important;
    width: 80px !important;
    height: 40px;
    box-shadow: none !important;
    margin-top: 1em !important
}

.menu li a {
    font-size: 1.01em !important
}

#menu-close {
    cursor: pointer
}

.cbp-spmenu {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/menu-background.png);
    position: fixed
}

.cbp-spmenu .links {
    list-style-type: none;
    margin-top: 16px;
    margin-left: -40px
}

.cbp-spmenu .links .active {
    color: #fff
}

.cbp-spmenu .search-mobile {
    list-style: none;
    height: 60px;
    width: 100%;
    margin: 0;
    padding: 0
}

.cbp-spmenu .search-mobile li {
    display: inline-block;
    width: 100%
}

.cbp-spmenu .search-mobile .search-mobile-input {
    width: 80% !important;
    margin: 14px 0 28px 12px !important;
    border: none !important;
    border-radius: 0 !important
}

.cbp-spmenu .search-mobile .search-mobile-button {
    position: relative;
    top: -75px;
    left: 86%;
    margin: 13px 5px 10px 0;
    width: 36px;
    height: 36px;
    border: none !important;
    border-radius: 0 !important
}

.cbp-spmenu h3 {
    color: #fff;
    font-size: 1.9em;
    padding: 20px 10px;
    margin: 0;
    font-weight: 300;
    background: #ec008b
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300
}

.cbp-spmenu a:hover {
    background: #fad5e5;
    color: #000;
    text-decoration: none
}

.cbp-spmenu a:active {
    background: #fad5e5;
    color: #ec008b
}

.cbp-spmenu-vertical {
    width: 320px;
    height: 100%;
    top: 0;
    z-index: 1000
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #ec008b;
    padding: 1em
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: .8em;
    border-left: 1px solid #258ecd
}

.cbp-spmenu-left {
    left: -240px
}

.cbp-spmenu-right {
    right: -320px
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0
}

.cbp-spmenu-top {
    top: -150px
}

.cbp-spmenu-bottom {
    bottom: -150px
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.cbp-spmenu-push-toright {
    left: 240px
}

.cbp-spmenu-push-toleft {
    left: -240px
}

.cbp-spmenu, .cbp-spmenu-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.caret {
    display: none
}

#block-menu-menu-volunteer-hub .block-title {
    display: none
}

.region-sidebar-first ul.menu li.expanded ul {
    margin-left: -32px
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px
    }

    .cbp-spmenu-top {
        top: -110px
    }

    .cbp-spmenu-bottom {
        bottom: -110px
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px
    }

    .cbp-spmenu-left, .cbp-spmenu-push-toleft {
        left: -190px
    }

    .cbp-spmenu-right {
        right: -190px
    }

    .cbp-spmenu-push-toright {
        left: 190px
    }
}

.dom {
    border: 1px solid green
}

.error {
    border-width: 1px !important
}

body, html {
    letter-spacing: .025em
}

a {
    word-wrap: break-word
}

:focus {
    outline: 0
}

.content {
    line-height: 1.8em
}

.content img {
    padding: 0 0 16px 16px
}

.not-front .video-container {
    height: auto;
    padding-bottom: 0
}

.not-front .video-player {
    width: 75%;
    margin: 20px auto;
    overflow: hidden
}

.not-front .video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-container {
    margin-bottom: 60px;
    margin-top: 30px
}

.main-container .page-header {
    padding-bottom: 9px;
    margin: 0 0 20px !important;
    border: none !important;
    color: #ec008b !important
}

.main-container a, .main-container a:visited {
    color: #369
}

.breadcrumb .active {
    display: none !important
}

.front .hero img {
    min-height: 375px;
    min-width: 100%
}

.front .hero .home-hero {
    padding: 0;
    margin: 0
}

.front .hero .hero-image-No img {
    opacity: .4
}

.front .hero .hero-image-No .hero-caption {
    position: absolute;
    top: 40px;
    right: 220px;
    padding: 16px;
    width: 348px;
    height: 140px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    font-size: 1.1em;
    font-weight: 300
}

.front .hero .hero-image-No .hero-caption p {
    line-height: 1.45em
}

.front .hero .hero-image-No .hero-caption .btn-primary {
    display: block;
    position: absolute;
    bottom: 16px;
    border-radius: 0;
    width: 160px;
    max-height: 34px;
    background-color: #ec008b;
    border: none;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    text-transform: uppercase
}

.front .hero .hero-image-No .hero-caption .btn-primary:hover {
    color: #ec008b;
    background-color: #fad5e5
}

.front .hero .hero-image-Yes .hero-caption {
    position: absolute;
    bottom: 40px;
    left: 215px;
    padding: 16px;
    width: 370px;
    height: 140px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    font-size: 1.1em;
    font-weight: 300
}

.front .hero .hero-image-Yes .hero-caption p {
    line-height: 1.45em
}

.front .hero .hero-image-Yes .hero-caption .btn-primary {
    display: block;
    position: absolute;
    bottom: 16px;
    border-radius: 0;
    width: 160px;
    max-height: 34px;
    background-color: #ec008b;
    border: none;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    text-transform: uppercase
}

.front .hero .hero-image-Yes .hero-caption .btn-primary:hover {
    color: #ec008b;
    background-color: #fad5e5
}

.front h1.home-title {
    display: none
}

.information-section {
    background: #fff;
    margin-top: 50px;
    margin-left: -29px;
    margin-right: -29px
}

.information-section h2 {
    margin: 0 0 40px;
    font-size: 1.6em;
    font-weight: 300;
    color: #ec008b
}

.information-section .question-link, .information-section .question-link:active {
    color: #ec008b
}

.information-section .question-link:active:hover .question, .information-section .question-link:hover .question {
    background-color: #f8f6ee
}

.information-section .question-link:active:hover .read-more, .information-section .question-link:hover .read-more {
    background-color: #f9ccdf
}

.information-section .question-link .question, .information-section .question-link:active .question {
    cursor: pointer !important;
    background-color: #faf9f3;
    min-height: 185px;
    max-height: 185px;
    max-width: 225px;
    padding: 12px
}

.information-section .question-link .question h3, .information-section .question-link:active .question h3 {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #555;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.information-section .question-link .question p, .information-section .question-link:active .question p {
    text-align: center;
    color: #555;
    display: inline-block
}

.information-section .question-link .read-more, .information-section .question-link:active .read-more {
    display: block;
    background-position: right 12px top 10px;
    background-size: 24px 24px;
    background-color: #ffecf7;
    min-height: 45px;
    max-width: 225px;
    margin-top: 0;
    margin-bottom: 32px;
    padding: 10px;
    vertical-align: middle;
    text-align: center
}

.information-section .question-link .read-more:hover, .information-section .question-link:active .read-more:hover {
    background-color: #f9ccdf
}

.information-section .question-link .read-more p, .information-section .question-link:active .read-more p {
    color: #333;
    line-height: 1.6em !important;
    margin: 0;
    text-decoration: underline
}

.information-section .ask-the-expert {
    position: relative;
    right: 0;
    min-height: 528px;
    text-align: left
}

.information-section .ask-the-expert .ate-photo {
    position: relative
}

.information-section .ask-the-expert .ate-photo .ate-caption {
    position: absolute;
    bottom: 0;
    padding: 12px;
    min-height: 130px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    color: #222
}

.information-section .ask-the-expert .ate-photo .ate-caption h2 {
    margin: 0;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: 300;
    color: #222
}

.information-section .ask-the-expert .ate-photo .ate-caption p {
    line-height: 1.2em
}

.information-section .ask-the-expert a, .information-section .ask-the-expert a:visited {
    color: #fff
}

.information-section .ask-the-expert .ate-buttons {
    position: relative
}

.information-section .ask-the-expert .ate-buttons .btn-primary {
    margin-left: 0;
    text-align: left;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    color: #fff;
    width: 100%;
    line-height: 44px;
    min-height: 55px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/right-arrow.svg) no-repeat;
    background-position: right 18px top 10px;
    background-color: #ff53b8;
    font-size: 1.3em;
    font-weight: 300;
    -o-transition: color .1s ease-out, background .4s ease-in;
    -ms-transition: color .1s ease-out, background .4s ease-in;
    -moz-transition: color .1s ease-out, background .4s ease-in;
    -webkit-transition: color .1s ease-out, background .4s ease-in;
    transition: color .1s ease-out, background .4s ease-in
}

.information-section .ask-the-expert .ate-buttons .btn-primary:hover {
    background-color: #ec008b
}

.information-section .ask-the-expert .ate-buttons .home-nav-37-1, .information-section .ask-the-expert .ate-buttons .home-nav-38 {
    margin-top: 18px
}

.home-toolbar {
    margin-left: -29px;
    margin-right: -29px;
    padding: 0
}

.home-toolbar .home-nav-38 {
    margin-left: 0;
    text-align: left;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    color: #fff;
    width: 100%;
    line-height: 42px;
    min-height: 55px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/right-arrow.svg) no-repeat;
    background-position: right 18px top 10px;
    background-color: #5f276a;
    font-size: 1.3em;
    font-weight: 300;
    -o-transition: color .1s ease-out, background .4s ease-in;
    -ms-transition: color .1s ease-out, background .4s ease-in;
    -moz-transition: color .1s ease-out, background .4s ease-in;
    -webkit-transition: color .1s ease-out, background .4s ease-in;
    transition: color .1s ease-out, background .4s ease-in
}

.home-toolbar .home-nav-38:hover {
    background-color: #ec008b
}

.home-toolbar select {
    margin-left: 15px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/down-arrow.svg) no-repeat;
    background-color: #80358f;
    background-repeat: no-repeat;
    background-position: right 18px top 18px;
    color: #fff;
    padding: 10px;
    height: 55px;
    width: 92%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25em;
    font-weight: 300 !important;
    color: #fff;
    text-align: left;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: 0;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all
}

.home-toolbar .purple {
    background-color: #a242b5
}

.home-toolbar .purple:hover {
    background-color: #2980b9
}

.home-toolbar select:active, .home-toolbar select:focus {
    border: 0;
    outline: 0
}

.get-involved-toolbar, .support-toolbar, .useful-links-toolbar {
    width: 100%;
    color: #fff;
    min-height: 50px !important
}

.get-involved-toolbar h5, .support-toolbar h5, .useful-links-toolbar h5 {
    font-size: 1.3em;
    line-height: 32px;
    min-width: 148px;
    padding-left: 0
}

.get-involved-toolbar h5:after, .support-toolbar h5:after, .useful-links-toolbar h5:after {
    content: ':'
}

.get-involved-toolbar h5 a, .support-toolbar h5 a, .useful-links-toolbar h5 a {
    color: #fff;
    font-size: .9em !important;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

.get-involved-toolbar h5 a:hover, .support-toolbar h5 a:hover, .useful-links-toolbar h5 a:hover {
    color: #faf8fb;
    text-decoration: none
}

.get-involved-toolbar ul, .support-toolbar ul, .useful-links-toolbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.get-involved-toolbar ul li, .support-toolbar ul li, .useful-links-toolbar ul li {
    min-width: 155px;
    display: inline-block;
    padding: 8px 0;
    text-align: center
}

.get-involved-toolbar ul li a, .support-toolbar ul li a, .useful-links-toolbar ul li a {
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
    text-decoration: underline;
    line-height: 2.3em;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

.get-involved-toolbar ul li a:hover, .support-toolbar ul li a:hover, .useful-links-toolbar ul li a:hover {
    color: #faf8fb;
    text-decoration: none
}

.support-toolbar {
    position: relative;
    top: -42px;
    padding: 0;
    margin: 0;
    max-height: 50px
}

.support-toolbar h5 {
    padding-left: 15px
}

.useful-links-toolbar {
    background-color: #ec008b
}

.get-involved-toolbar {
    background: #1e4c5e
}

.your-stories-heading {
    position: relative;
    top: -28px;
    color: #fff
}

.your-stories-heading h2 {
    margin: 8px 0 8px 30px;
    font-size: 1.8em !important;
    z-index: 6000 !important
}

.home-section-2 {
    margin-top: 50px
}

.home-section-2 h2 {
    color: #ec008b;
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 30px
}

.home-section-2 .home-stories, .home-section-2 .home-video {
    padding-right: 44px
}

.home-section-2 .home-video .promo-slot {
    position: relative;
    margin-bottom: 32px
}

.home-section-2 .home-video .promo-slot .promo-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 75px;
    padding: 10px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/dark-background.png)
}

.home-section-2 .home-video .promo-slot .promo-caption a {
    color: #fff
}

.home-section-2 .home-stories {
    margin: 0;
    padding: 0
}

.home-section-2 .home-stories .home-story {
    min-height: 297px;
    margin: 0 0 32px;
    background-color: #faf9f3
}

.home-section-2 .home-stories .home-story .caption {
    margin: 0;
    padding: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
    min-height: 297px;
    text-align: center
}

.home-section-2 .home-stories .home-story .caption h5 {
    font-size: 1.4em;
    margin-top: 18px;
    color: #333
}

.home-section-2 .home-stories .home-story .caption p {
    color: #555 !important;
    font-size: 1em;
    width: 110%
}

.home-section-2 .home-stories .home-story .caption a {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    text-decoration: underline;
    font-weight: 300;
    color: #555
}

.home-section-2 .home-stories .home-story .home-story-image img {
    display: block;
    position: absolute;
    right: 2px
}

.information-toolbar-band {
    z-index: 0;
    position: absolute;
    top: 974px;
    background: #ec008b;
    width: 100%;
    height: 50px;
    border-bottom: 25px solid #fff;
    border: 1px solid #ec008b
}

.story-band-heading {
    z-index: 0;
    position: absolute;
    top: 1035px;
    background: #1e4c5e;
    width: 100%;
    height: 50px
}

.story-band {
    z-index: 0;
    position: absolute;
    top: 1080px;
    background: #c7e9ee;
    width: 100%;
    min-height: 558px
}

.isotope-options ul {
    margin-left: -40px
}

.isotope-options .filterbutton, .isotope-options .selected {
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

.isotope-options .filterbutton:hover, .isotope-options .selected:hover {
    background-color: #fff;
    color: #ec008b;
    text-decoration: none
}

aside {
    padding: 0 0 0 18px !important
}

aside #block-block-11 h2, aside #block-block-37 h2 {
    background-color: #faf9f3;
    color: #555;
    padding: 5px;
    font-weight: 300;
    font-size: 1.25em !important
}

aside #block-block-11 div, aside #block-block-37 div {
    margin: -6px 0 0;
    background-color: #faf8fb;
    padding: 5px;
    text-align: center
}

.search-results {
    font-family: 'Open Sans', sans-serif !important;
    min-height: 400px
}

.search-results .page-header {
    padding-left: 14px;
    color: #ec008b
}

.search-results tr {
    border: none !important;
    min-height: 75px
}

.search-results img {
    margin-left: 10px
}

.search-results .gsc-control-wrapper-cse {
    font-family: 'Open Sans', sans-serif !important
}

.search-results .gsc-tabHeader {
    font-size: 1.1em
}

.search-results .gsc-tabhInactive {
    background-color: #faf9f3 !important;
    border-top: 1px solid #ededed !important;
    border-right: 1px solid #ededed !important
}

.search-results .gsc-above-wrapper-area {
    border: none
}

.search-results .gs-result {
    font-family: 'Open Sans', sans-serif !important
}

.search-results .gs-title {
    font-family: 'Open Sans', sans-serif !important;
    text-decoration: none !important;
    color: #369 !important;
    height: 25px !important
}

.search-results .gs-visibleUrl {
    margin-top: 10px !important
}

.search-results .gsc-orderby {
    margin-right: 30px
}

.search-results .gsc-selected-option-container {
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important
}

.search-results .gsc-option-selector {
    background: 0 0 !important
}

.search-results .gs-snippet {
    margin-left: 10px !important;
    font-family: 'Open Sans', sans-serif !important
}

.search-results .gs-image {
    border: none !important
}

.search-results .gcsc-branding-clickable {
    position: relative;
    top: -8px;
    border: none !important
}

.search-results .gsc-cursor-page {
    font-size: 1.4em !important;
    margin-right: 14px !important;
    color: #ec008b !important
}

.search-results .gs-per-result-labels {
    margin: 10px 0 0 10px;
    font-family: 'Open Sans', sans-serif !important;
    min-width: 350px
}

.search-results .gs-per-result-labels {
    display: none
}

.search-results .field-name-field-last-updated {
    display: none
}

.white {
    color: #fff
}

.white a {
    color: #fff
}

.white a:visted {
    color: #fff
}

.white a:hover {
    color: #fff
}

.call-to-action-blocks {
    list-style-type: none;
    margin-left: -44px
}

.call-to-action-blocks li {
    min-height: 370px !important
}

.call-to-action-blocks img {
    width: 100%
}

.call-to-action-blocks .caption h3 {
    min-height: 55px;
    padding: 8px 0;
    font-size: 1.12em !important;
    line-height: 1.2em
}

.call-to-action-blocks .descr {
    margin-bottom: 20px
}

#block-system-user-menu ul {
    margin-left: 0 !important
}

.page-faq .breadcrumb li:nth-last-child(2) {
    display: none
}

.page-faq .faq-container .faq-answer {
    margin: 40px 0;
    padding: 20px 40px 0 0;
    border-top: 1px solid #666
}

.page-faq .faq-container .faq-answer h2 {
    font-size: 1.28em !important;
    margin: 0 0 10px;
    color: #ec008b !important
}

.page-faq .view-display-id-faq_questions {
    line-height: 2.4em
}

.addthis_sharing_toolbox {
    margin-bottom: 18px !important
}

.page-blog .views-row, .page-blog-archive .views-row, .page-news-and-blog-blog .views-row, .page-news-and-blog-blog-archive .views-row, .page-about-us-news-and-blog-blog .views-row, .page-about-us-news-and-blog-blog-archive .views-row {
    margin-bottom: 40px
}

.page-blog a h3, .page-blog-archive a h3, .page-news-and-blog-blog a h3, .page-news-and-blog-blog-archive a h3, .page-about-us-news-and-blog-blog a h3, .page-about-us-news-and-blog-blog-archive a h3 {
    font-size: 1.1em !important;
    color: #ec008b;
    text-decoration: none
}

.page-blog .views-field-body, .page-blog-archive .views-field-body, .page-news-and-blog-blog .views-field-body, .page-news-and-blog-blog-archive .views-field-body, .page-about-us-news-and-blog-blog .views-field-body, .page-about-us-news-and-blog-blog-archive .views-field-body {
    margin-top: 10px
}

.page-blog .blog-submitted, .page-blog-archive .blog-submitted, .page-news-and-blog-blog .blog-submitted, .page-news-and-blog-blog-archive .blog-submitted, .page-about-us-news-and-blog-blog .blog-submitted, .page-about-us-news-and-blog-blog-archive .blog-submitted {
    font-size: .9em;
    font-weight: 700;
    color: #555
}

.page-blog .blog-more, .page-blog-archive .blog-more, .page-news-and-blog-blog .blog-more, .page-news-and-blog-blog-archive .blog-more, .page-about-us-news-and-blog-blog .blog-more, .page-about-us-news-and-blog-blog-archive .blog-more {
    position: relative;
    top: 10px;
    text-decoration: underline
}

.node-type-blog-article h1, .page-blog h1, .page-blog-archive h1, .page-news-and-blog-blog h1, .page-news-and-blog-blog-archive h1, .page-about-us-news-and-blog-blog h1, .page-about-us-news-and-blog-blog-archive h1 {
    color: #ec008b
}

.node-type-blog-article .page-header {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 2.6em !important;
    line-height: 1.1
}

.node-type-blog-article .blog-posted, .page-blog .blog-posted, .page-blog-archive .blog-posted, .page-news-and-blog-blog .blog-posted, .page-news-and-blog-blog-archive .blog-posted, .page-about-us-news-and-blog-blog .blog-posted, .page-about-us-news-and-blog-blog-archive .blog-posted {
    line-height: 40px;
    font-size: .9em;
    font-weight: 700;
    color: #555
}

.node-type-blog-article .blog-featured-image img, .page-blog .blog-featured-image img, .page-blog-archive .blog-featured-image img, .page-news-and-blog-blog .blog-featured-image img, .page-news-and-blog-blog-archive .blog-featured-image img, .page-about-us-news-and-blog-blog .blog-featured-image img, .page-about-us-news-and-blog-blog-archive .blog-featured-image img {
    margin-bottom: 20px;
    min-width: 100%
}

.node-type-blog-article article, .page-blog article, .page-blog-archive article, .page-news-and-blog-blog article, .page-news-and-blog-blog-archive article, .page-about-us-news-and-blog-blog article, .page-about-us-news-and-blog-blog-archive article {
    margin-bottom: 25px
}

.node-type-blog-article article .blog-next, .node-type-blog-article article .blog-previous, .page-blog article .blog-next, .page-blog article .blog-previous, .page-blog-archive article .blog-next, .page-blog-archive article .blog-previous, .page-news-and-blog-blog article .blog-next, .page-news-and-blog-blog article .blog-previous, .page-news-and-blog-blog-archive article .blog-next, .page-news-and-blog-blog-archive article .blog-previous, .page-about-us-news-and-blog-blog-archive article .blog-next, .page-about-us-news-and-blog-blog-archive article .blog-previous {
    font-size: 1.2em;
    font-weight: 300;
    margin: 20px 0
}

.node-type-blog-article article .blog-next a, .node-type-blog-article article .blog-previous a, .page-blog article .blog-next a, .page-blog article .blog-previous a, .page-blog-archive article .blog-next a, .page-blog-archive article .blog-previous a, .page-news-and-blog-blog article .blog-next a, .page-news-and-blog-blog article .blog-previous a, .page-news-and-blog-blog-archive article .blog-next a, .page-news-and-blog-blog-archive article .blog-previous a, .page-about-us-news-and-blog-blog-archive article .blog-next a, .page-about-us-news-and-blog-blog-archive article .blog-previous a {
    color: #ec008b !important;
    text-decoration: none !important
}

.node-type-blog-article article .blog-previous, .page-blog article .blog-previous, .page-blog-archive article .blog-previous, .page-news-and-blog-blog article .blog-previous, .page-news-and-blog-blog-archive article .blog-previous, .page-about-us-news-and-blog-blog article .blog-previous, .page-about-us-news-and-blog-blog-archive article .blog-previous {
    float: left
}

.node-type-blog-article article .blog-next, .page-blog article .blog-next, .page-blog-archive article .blog-next, .page-news-and-blog-blog article .blog-next, .page-news-and-blog-blog-archive article .blog-next, .page-about-us-news-and-blog-blog article .blog-next, .page-about-us-news-and-blog-blog-archive article .blog-next {
    float: right
}

.node-type-blog-article #block-views-blog-home-block-1 .views-row, .page-blog #block-views-blog-home-block-1 .views-row, .page-blog-archive #block-views-blog-home-block-1 .views-row, .page-news-and-blog-blog #block-views-blog-home-block-1 .views-row, .page-news-and-blog-blog-archive #block-views-blog-home-block-1 .views-row, .page-about-us-news-and-blog-blog #block-views-blog-home-block-1 .views-row, .page-about-us-news-and-blog-blog-archive #block-views-blog-home-block-1 .views-row {
    margin: 6px 4px 14px 8px
}

.node-type-blog-article .blog-archive, .node-type-blog-article .blog-latest, .node-type-blog-article .blog-topics, .page-blog .blog-archive, .page-blog .blog-latest, .page-blog .blog-topics, .page-blog-archive .blog-archive, .page-blog-archive .blog-latest, .page-blog-archive .blog-topics, .page-news-and-blog-blog .blog-archive, .page-news-and-blog-blog .blog-latest, .page-news-and-blog-blog .blog-topics, .page-news-and-blog-blog-archive .blog-archive, .page-news-and-blog-blog-archive .blog-latest, .page-news-and-blog-blog-archive .blog-topics, .page-about-us-news-and-blog-blog .blog-archive, .page-about-us-news-and-blog-blog .blog-latest, .page-about-us-news-and-blog-blog .blog-topics, .page-about-us-news-and-blog-blog-archive .blog-archive, .page-about-us-news-and-blog-blog-archive .blog-latest, .page-about-us-news-and-blog-blog-archive .blog-topics {
    background: #faf8fb;
    width: 96%;
    float: right
}

.node-type-blog-article .blog-archive .block-title, .node-type-blog-article .blog-latest .block-title, .node-type-blog-article .blog-topics .block-title, .page-blog .blog-archive .block-title, .page-blog .blog-latest .block-title, .page-blog .blog-topics .block-title, .page-blog-archive .blog-archive .block-title, .page-blog-archive .blog-latest .block-title, .page-blog-archive .blog-topics .block-title, .page-news-and-blog-blog .blog-archive .block-title, .page-news-and-blog-blog .blog-latest .block-title, .page-news-and-blog-blog .blog-topics .block-title, .page-news-and-blog-blog-archive .blog-archive .block-title, .page-news-and-blog-blog-archive .blog-latest .block-title, .page-news-and-blog-blog-archive .blog-topics .block-title, .page-about-us-news-and-blog-blog .blog-archive .block-title, .page-about-us-news-and-blog-blog .blog-latest .block-title, .page-about-us-news-and-blog-blog .blog-topics .block-title, .page-about-us-news-and-blog-blog-archive .blog-archive .block-title, .page-about-us-news-and-blog-blog-archive .blog-latest .block-title, .page-about-us-news-and-blog-blog-archive .blog-topics .block-title {
    font-size: 1.25em !important;
    background: #5f276a;
    color: #fff;
    padding: 8px 4px 8px 6px
}

.node-type-blog-article .blog-archive a, .node-type-blog-article .blog-latest a, .node-type-blog-article .blog-topics a, .page-blog .blog-archive a, .page-blog .blog-latest a, .page-blog .blog-topics a, .page-blog-archive .blog-archive a, .page-blog-archive .blog-latest a, .page-blog-archive .blog-topics a, .page-news-and-blog-blog .blog-archive a, .page-news-and-blog-blog .blog-latest a, .page-news-and-blog-blog .blog-topics a, .page-news-and-blog-blog-archive .blog-archive a, .page-news-and-blog-blog-archive .blog-latest a, .page-news-and-blog-blog-archive .blog-topics a, .page-about-us-news-and-blog-blog .blog-archive a, .page-about-us-news-and-blog-blog .blog-latest a, .page-about-us-news-and-blog-blog .blog-topics a, .page-about-us-news-and-blog-blog-archive .blog-archive a, .page-about-us-news-and-blog-blog-archive .blog-latest a, .page-about-us-news-and-blog-blog-archive .blog-topics a {
    display: inline-block;
    color: #ec008b;
    max-width: 92%
}

.node-type-blog-article .blog-subscribe, .page-blog .blog-subscribe, .page-blog-archive .blog-subscribe, .page-news-and-blog-blog .blog-subscribe, .page-news-and-blog-blog-archive .blog-subscribe, .page-about-us-news-and-blog-blog .blog-subscribe, .page-about-us-news-and-blog-blog-archive .blog-subscribe {
    margin: 25px 0 0 8px;
    clear: both
}

.node-type-blog-article .blog-subscribe a, .page-blog .blog-subscribe a, .page-blog-archive .blog-subscribe a, .page-news-and-blog-blog .blog-subscribe a, .page-news-and-blog-blog-archive .blog-subscribe a, .page-about-us-news-and-blog-blog .blog-subscribe a, .page-about-us-news-and-blog-blog-archive .blog-subscribe a {
    color: #ec008b
}

.node-type-blog-article .blog-subscribe img, .page-blog .blog-subscribe img, .page-blog-archive .blog-subscribe img, .page-news-and-blog-blog .blog-subscribe img, .page-news-and-blog-blog-archive .blog-subscribe img, .page-about-us-news-and-blog-blog .blog-subscribe img, .page-about-us-news-and-blog-blog-archive .blog-subscribe img {
    margin-right: 6px
}

.node-type-blog-article #block-views-blog-archive-block ul, .node-type-blog-article .blog-topics ul, .page-blog #block-views-blog-archive-block ul, .page-blog .blog-topics ul, .page-blog-archive #block-views-blog-archive-block ul, .page-blog-archive .blog-topics ul, .page-news-and-blog-blog #block-views-blog-archive-block ul, .page-news-and-blog-blog .blog-topics ul, .page-news-and-blog-blog-archive #block-views-blog-archive-block ul, .page-news-and-blog-blog-archive .blog-topics ul, .page-about-us-news-and-blog-blog #block-views-blog-archive-block ul, .page-about-us-news-and-blog-blog .blog-topics ul, .page-about-us-news-and-blog-blog-archive #block-views-blog-archive-block ul, .page-about-us-news-and-blog-blog-archive .blog-topics ul {
    list-style-type: none
}

.node-type-blog-article #block-views-blog-archive-block ul li, .node-type-blog-article .blog-topics ul li, .page-blog #block-views-blog-archive-block ul li, .page-blog .blog-topics ul li, .page-blog-archive #block-views-blog-archive-block ul li, .page-blog-archive .blog-topics ul li, .page-news-and-blog-blog #block-views-blog-archive-block ul li, .page-news-and-blog-blog .blog-topics ul li, .page-news-and-blog-blog-archive #block-views-blog-archive-block ul li, .page-news-and-blog-blog-archive .blog-topics ul li, .page-about-us-news-and-blog-blog #block-views-blog-archive-block ul li, .page-about-us-news-and-blog-blog .blog-topics ul li, .page-about-us-news-and-blog-blog-archive #block-views-blog-archive-block ul li, .page-about-us-news-and-blog-blog-archive .blog-topics ul li {
    margin: 4px 4px 10px -32px
}

.node-type-blog-article #block-views-blog-archive-block .date-display-single, .node-type-blog-article #block-views-blog-archive-block .view-content, .node-type-blog-article .blog-topics .date-display-single, .node-type-blog-article .blog-topics .view-content, .page-blog #block-views-blog-archive-block .date-display-single, .page-blog #block-views-blog-archive-block .view-content, .page-blog .blog-topics .date-display-single, .page-blog .blog-topics .view-content, .page-blog-archive #block-views-blog-archive-block .date-display-single, .page-blog-archive #block-views-blog-archive-block .view-content, .page-blog-archive .blog-topics .date-display-single, .page-blog-archive .blog-topics .view-content, .page-news-and-blog-blog #block-views-blog-archive-block .date-display-single, .page-news-and-blog-blog #block-views-blog-archive-block .view-content, .page-news-and-blog-blog .blog-topics .date-display-single, .page-news-and-blog-blog .blog-topics .view-content, .page-news-and-blog-blog-archive #block-views-blog-archive-block .date-display-single, .page-news-and-blog-blog-archive #block-views-blog-archive-block .view-content, .page-news-and-blog-blog-archive .blog-topics .date-display-single, .page-news-and-blog-blog-archive .blog-topics .view-content, .page-about-us-news-and-blog-blog #block-views-blog-archive-block .date-display-single, .page-about-us-news-and-blog-blog #block-views-blog-archive-block .view-content, .page-about-us-news-and-blog-blog .blog-topics .date-display-single, .page-about-us-news-and-blog-blog .blog-topics .view-content, .page-about-us-news-and-blog-blog-archive #block-views-blog-archive-block .date-display-single, .page-about-us-news-and-blog-blog-archive #block-views-blog-archive-block .view-content, .page-about-us-news-and-blog-blog-archive .blog-topics .date-display-single, .page-about-us-news-and-blog-blog-archive .blog-topics .view-content {
    margin: 4px 6px 20px
}

.node-type-blog-article #block-views-blog-archive-block .date-display-single, .node-type-blog-article .blog-topics .date-display-single, .page-blog #block-views-blog-archive-block .date-display-single, .page-blog .blog-topics .date-display-single, .page-blog-archive #block-views-blog-archive-block .date-display-single, .page-blog-archive .blog-topics .date-display-single, .page-news-and-blog-blog #block-views-blog-archive-block .date-display-single, .page-news-and-blog-blog .blog-topics .date-display-single, .page-news-and-blog-blog-archive #block-views-blog-archive-block .date-display-single, .page-news-and-blog-blog-archive .blog-topics .date-display-single, .page-about-us-news-and-blog-blog #block-views-blog-archive-block .date-display-single, .page-about-us-news-and-blog-blog .blog-topics .date-display-single, .page-about-us-news-and-blog-blog-archive #block-views-blog-archive-block .date-display-single, .page-about-us-news-and-blog-blog-archive .blog-topics .date-display-single {
    font-size: .9em;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block
}

.blog-categories p {
    margin-top: 20px;
    font-weight: 700
}

.blog-categories p a {
    color: #ec008b !important;
    text-decoration: underline
}

.date-next, .date-prev {
    background: #fff !important
}

.date-prev {
    margin-right: 30px
}

.page-node-452265 iframe {
    margin-left: 25px;
    margin-bottom: 75px
}

.node-type-campaign-landing-page .field-name-field-more-information h2 {
    font-size: 1.5em !important;
    line-height: 1.78em;
    margin: 0 !important;
    color: #ec008b;
    float: initial !important
}

.node-type-campaign-landing-page .field-name-field-more-information h3 {
    font-size: 1.2em !important;
    font-weight: 100;
    line-height: 1.55em;
    margin: 0 !important;
    color: #ec008b;
    float: initital !important
}

.node-type-campaign-landing-page .field-name-field-more-information h4 {
    font-size: 1.1em !important;
    line-height: 1.45em;
    float: initital !important;
    margin: 0 !important
}

.node-type-campaign-landing-page .field-name-field-more-information img {
    padding: 0 0 15px 15px
}

.node-type-campaign-landing-page .hero-image {
    position: relative;
    margin-top: -50px;
    max-height: 325px
}

.node-type-campaign-landing-page .hero-image img {
    width: 100%;
    max-height: 325px
}

.node-type-campaign-landing-page .hero-image .campaign-caption {
    position: absolute;
    top: 0;
    padding: 32px 24px 24px;
    font-size: 2.8em;
    font-weight: 300;
    color: #fff;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/purple-background.png);
    height: 100%
}

.node-type-campaign-landing-page .hero-image .campaign-caption p {
    line-height: 1.3em
}

.node-type-campaign-landing-page .hero-image .campaign-quote {
    position: absolute;
    top: 0;
    padding: 65px 45px 24px 85px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.4em;
    font-weight: 500;
    color: #fff;
    height: 100%
}

.node-type-campaign-landing-page .hero-image .campaign-quote p {
    line-height: 1.3em
}

.node-type-campaign-landing-page .campaign-title {
    background: #faf9f3;
    padding: 10px 12px 12px;
    max-height: 60px
}

.node-type-campaign-landing-page .campaign-title h1.page-header {
    font-size: 2.4em !important
}

@-moz-document url-prefix() {
    .node-type-campaign-landing-page .campaign-title {
        padding: 24px 12px 12px;
        max-height: 75px
    }

    .node-type-campaign-landing-page .campaign-caption {
        margin-top: 20px
    }
}

.node-type-campaign-landing-page .campaign-left-column {
    padding: 0;
    margin: 24px 0;
    font-size: 1.1em;
    line-height: 2em
}

.node-type-campaign-landing-page .campaign-left-column .page-facts .page-fact {
    margin: 24px 14px 24px -14px;
    max-height: 400px;
    max-width: 325px
}

.node-type-campaign-landing-page .campaign-left-column .page-facts .page-fact .stat {
    font-size: 3.8em;
    line-height: 3em;
    text-align: center;
    min-height: 145px;
    background-color: #ec008b;
    color: #fff
}

.node-type-campaign-landing-page .campaign-left-column .page-facts .page-fact .the-fact {
    text-align: center;
    padding: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
    color: #ec008b;
    line-height: 1.5em;
    font-weight: 400;
    min-height: 145px;
    background-color: #fad5e5
}

.node-type-campaign-landing-page .campaign-left-column .campaign-more-info {
    padding: 0;
    margin-top: 24px
}

.node-type-campaign-landing-page .campaign-logo {
    text-align: right
}

.node-type-campaign-landing-page .campaign-cta a {
    display: block;
    margin: 12px 0;
    width: 100%;
    height: 50px;
    background: #3c2a50 url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/target-icon.png) no-repeat;
    background-position: 6px 8px;
    color: #fff;
    font-size: 1.7em;
    font-weight: 100 !important;
    line-height: 1.85em;
    text-align: center;
    -o-transition: color 50ms ease-out, background .8s ease-in;
    -ms-transition: color 50ms ease-out, background .8s ease-in;
    -moz-transition: color 50ms ease-out, background .8s ease-in;
    -webkit-transition: color 50ms ease-out, background .8s ease-in;
    transition: color 50ms ease-out, background .8s ease-in;
    cursor: pointer
}

.node-type-campaign-landing-page .campaign-cta a:hover {
    text-decoration: none;
    background-color: #ec008b
}

.node-type-campaign-landing-page .campaign-promo-image img {
    padding: 0
}

.node-type-campaign-landing-page .campaign-promo-image h3 {
    padding: 12px;
    margin-top: -10px;
    background-color: #ec008b;
    height: 50px;
    color: #fff;
    font-weight: 300;
    line-height: 1.65em
}

.node-type-campaign-landing-page .campaign-promo-image .campaign-promo-caption {
    padding: 12px;
    margin-top: -9px;
    background-color: #faf9f3
}

.node-type-campaign-landing-page .campaign-promo-image .campaign-promo-caption a {
    color: #ec008b
}

.node-type-campaign-landing-page .addthis_sharing_toolbox {
    padding: 0;
    margin: 18px -5px;
    text-align: right
}

.node-type-campaign-landing-page .campaign-related {
    padding: 0
}

.node-type-campaign-landing-page .campaign-related h3 {
    margin-bottom: 24px;
    color: #ec008b;
    font-weight: 300
}

.node-type-campaign-landing-page .campaign-related .col-md-4 {
    margin-top: 12px;
    padding: 0
}

.node-type-campaign-landing-page .campaign-related .col-md-4 .related-caption {
    padding: 12px;
    max-width: 220px;
    min-height: 110px;
    background-color: #faf9f3;
    line-height: 1.5em
}

.node-type-campaign-landing-page .campaign-right-column {
    right: -14px
}

.node-type-landing-page .hero-image {
    position: relative;
    margin-top: -30px;
    max-height: 325px
}

.node-type-landing-page .hero-image img {
    width: 100%;
    max-height: 325px
}

.node-type-landing-page .landing-left-column {
    padding: 0;
    margin-top: 40px
}

.node-type-landing-page .landing-left-column .addthis_sharing_toolbox {
    float: right !important;
    position: relative !important;
    top: -60px !important
}

.node-type-landing-page .landing-left-column p:first-child {
    margin-top: 20px
}

.node-type-landing-page .landing-left-column .landing-cta-grid {
    margin-top: 24px;
    padding: 0
}

.node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    padding-right: 3%
}

.node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb .caption {
    position: absolute;
    background: rgba(236, 0, 139, .65);
    bottom: 0;
    left: 0;
    height: 20%;
    color: #fff;
    padding-left: 3.5%;
    width: 94%;
    background-image: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/arrow-right-white.png);
    background-repeat: no-repeat;
    background-position: right
}

.node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb .caption h4 {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.75em
}

.node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb .caption p {
    margin-top: -6px;
    width: 90%;
    line-height: 1.4em
}

.node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb img {
    width: 100%
}

.node-type-landing-page aside {
    position: relative;
    top: 40px;
    right: -15px
}

.node-type-landing-page aside .landing-promo-image {
    padding: 0
}

.node-type-landing-page aside .landing-promo-image img {
    padding: 0
}

.node-type-landing-page aside .landing-promo-image h3 {
    padding: 12px;
    margin-top: -10px;
    background-color: #ec008b;
    height: 50px;
    color: #fff;
    font-weight: 300;
    font-size: 1.2em !important;
    line-height: 2em
}

.node-type-landing-page aside .landing-promo-image .landing-promo-caption {
    padding: 12px;
    margin-top: -9px;
    background-color: #faf9f3
}

.node-type-landing-page aside .landing-promo-image .landing-promo-caption a {
    color: #ec008b
}

.node-type-landing-page aside .landing-promo {
    padding: 0;
    margin-top: 24px
}

.node-type-landing-page aside .landing-promo .landing-promo-caption {
    padding: 12px;
    margin-top: -9px;
    background-color: #faf9f3
}

.node-type-landing-page aside .landing-promo .landing-promo-caption h3 {
    font-size: 1.1em !important;
    font-weight: 700
}

.node-type-landing-page aside .landing-promo .landing-promo-caption a {
    color: #ec008b
}

.node-type-landing-page aside .landing-more-section a {
    line-height: 2em
}

.donate-landing-page {
    position: relative
}

.donate-landing-page form {
    margin-top: -44px
}

.donate-landing-page footer form {
    margin-top: 0
}

.donate-landing-page .help-block {
    font-size: .9em !important;
    font-weight: 100;
    margin-left: 45px;
    margin-top: -30px
}

.donate-landing-page .hero img {
    width: 100%;
    object-fit: cover;
    max-height: 700px
}

.donate-landing-page .hero-caption {
    width: 50%;
    max-width: 872px;
    height: 12.5%;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    padding: 20px;
    position: relative;
    margin: 0 auto;
    margin-top: calc((100vw / 4) * -1)
}

@media (min-width: 1800px) {
    .donate-landing-page .hero-caption {
        margin-top: calc((100vw / 6) * -1)
    }
}

.donate-landing-page .hero-caption .page-header {
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em !important;
    font-weight: 100;
    color: #ec008b;
    margin: 0;
    padding: 0;
    line-height: 42px
}

.donate-landing-page .hero-caption .donate-button {
    width: 100%;
    text-align: center
}

.donate-landing-page .hero-caption .donate-button .btn {
    margin-top: 24px;
    margin-bottom: 24px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    color: #fff;
    width: 160px;
    line-height: 42px;
    min-height: 45px;
    background-color: #5f276a;
    font-size: 1.3em;
    font-weight: 300;
    -o-transition: color .1s ease-out, background .4s ease-in;
    -ms-transition: color .1s ease-out, background .4s ease-in;
    -moz-transition: color .1s ease-out, background .4s ease-in;
    -webkit-transition: color .1s ease-out, background .4s ease-in;
    transition: color .1s ease-out, background .4s ease-in
}

.donate-landing-page .hero-caption .donate-button .btn:hover {
    background-color: #ec008b
}

.donate-landing-page .donate-options {
    position: relative
}

.donate-landing-page .donate-options form {
    padding: 0;
    margin: 0
}

.donate-landing-page .donate-options form .col-md-3 {
    padding: 0
}

.donate-landing-page .donate-options form .col-md-3 label {
    width: 75%
}

.donate-landing-page .donate-options form .input-hidden {
    position: absolute;
    left: -9999px
}

.donate-landing-page .donate-options form label {
    cursor: pointer
}

.donate-landing-page .donate-options form label:hover {
    opacity: .8
}

.donate-landing-page .donate-options form input[type=radio]:checked + label > img {
    border: 1px solid #5f276a;
    box-shadow: 0 0 2px 2px #5f276a
}

.donate-landing-page .donate-options form .donate-other {
    position: absolute;
    bottom: 10px;
    right: 0
}

.donate-landing-page .donate-options form .donate-other .donate-other-box {
    height: 50px;
    border: 1px solid #333;
    color: #333;
    padding: 8px;
    width: 100%;
    vertical-align: bottom
}

.donate-landing-page #edit-submitted-amount {
    width: 20%
}

.donate-landing-page .input-group-addon {
    border: 1px solid #000;
    border-right: none;
    border-radius: 0;
    background-color: #fff
}

.donate-landing-page .paymethod-select-wrapper {
    width: 100% !important
}

.donate-landing-page .paymethod-select-wrapper .panel {
    margin: 0;
    border: none;
    box-shadow: none;
    background: 0 0
}

.donate-landing-page .paymethod-select-wrapper .panel .panel-heading {
    background: 0 0;
    border: none;
    margin-bottom: 0;
    padding: 0
}

.donate-landing-page .paymethod-select-wrapper .panel .panel-body {
    padding: 0
}

.donate-landing-page .paymethod-select-wrapper .panel .expiry-date .form-item {
    display: inline-block;
    clear: both;
    float: initial;
    width: 60px
}

.donate-landing-page .donate-gift-aid, .donate-landing-page .webform-component--gift-aid {
    background-color: #faf8fb;
    padding: 20px
}

.donate-landing-page .webform-component--gift-aid {
    width: 80%;
    margin-top: -20px
}

.donate-landing-page #stripe-errors {
    color: #eb1c26;
    font-size: 16px
}

.donate-landing-page .donate {
    display: none
}

.donate-thank-you-page {
    position: relative
}

.donate-thank-you-page form {
    margin-top: 0
}

.donate-thank-you-page .help-block {
    font-size: .9em !important;
    font-weight: 100;
    margin-left: 45px
}

.donate-thank-you-page .hero {
    max-height: 700px
}

.donate-thank-you-page .hero img {
    width: 100%;
    object-fit: cover;
    max-height: 700px
}

.donate-thank-you-page .hero-caption {
    max-width: 840px;
    width: 38%;
    height: 12.5%;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    padding: 20px;
    position: relative;
    margin: 0 auto;
    margin-top: calc((100vw / 4) * -1)
}

.donate-thank-you-page .hero-caption .page-header {
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em !important;
    font-weight: 100;
    color: #ec008b;
    margin: 0;
    padding: 0;
    line-height: 42px
}

.donate-thank-you-page .down-arrow {
    display: none;
    position: relative;
    top: 120px;
    margin: auto;
    width: 80px
}

.donate-thank-you-page #newsletter-form {
    display: none
}

.node-type-video .region-content-bottom h2 {
    margin-bottom: 24px;
    color: #ec008b;
    font-weight: 300
}

.node-type-video .region-content-bottom .view-related-content-block .related-caption {
    padding: 12px;
    max-width: 220px;
    min-height: 110px;
    background-color: #faf9f3;
    line-height: 1.5em
}

.node-type-video .related-videos {
    margin-right: -12px
}

.node-type-video .related-videos h3 {
    font-weight: 300;
    background-color: #ec008b;
    color: #fff;
    padding: 8px;
    margin: 0 -12px 10px
}

.node-type-video .related-videos .view-related-videos {
    margin: -12px
}

.node-type-video .related-videos .related-video {
    background-color: #faf8fb;
    margin-bottom: 10px
}

.node-type-video .related-videos .related-video .more-link {
    padding: 8px
}

.node-type-video .related-videos .related-video .more-link a {
    color: #333
}

.node-type-volunteer-page .hero-image {
    position: relative;
    margin-top: -50px;
    max-height: 480px
}

.node-type-volunteer-page .hero-image img {
    width: 100%;
    max-height: 480px
}

.node-type-volunteer-page .hero-caption {
    position: absolute;
    bottom: 0;
    padding: 12px 24px 8px 12px;
    font-size: 2em;
    font-weight: 300;
    color: #fff;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/purple-background.png);
    height: 14%
}

.node-type-volunteer-page .hero-caption p {
    line-height: 1.3em
}

.node-type-volunteer-page .block-title {
    margin-top: 24px;
    font-size: 1.6em;
    font-weight: 300
}

.block-volunteer-dashboard .block-title {
    color: #ec008c
}

.block-volunteer-dashboard .block-title, .node-type-volunteer-page .block-title {
    margin-top: 24px;
    font-size: 1.6em;
    font-weight: 300
}

.block-volunteer-dashboard .page-facts, .node-type-volunteer-page .page-facts {
    margin-left: 24px
}

.block-volunteer-dashboard .page-facts .page-fact, .node-type-volunteer-page .page-facts .page-fact {
    margin: 24px 14px 24px -14px
}

.block-volunteer-dashboard .page-facts .page-fact .stat, .node-type-volunteer-page .page-facts .page-fact .stat {
    font-size: 1.4em;
    line-height: 3.5em;
    text-align: center;
    background-color: #ec008b;
    color: #fff
}

.block-volunteer-dashboard .page-facts .page-fact .the-fact, .node-type-volunteer-page .page-facts .page-fact .the-fact {
    text-align: center;
    padding: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 3em;
    color: #ec008b;
    line-height: 2.56em;
    font-weight: 400;
    background-color: #fad5e5
}

.node-type-volunteer-page .page-content {
    margin: 24px 0 0
}

.node-type-volunteer-page .page-content aside {
    margin-left: -34px
}

.node-type-volunteer-page .page-content .addthis_sharing_toolbox {
    float: right !important;
    position: relative !important;
    top: -60px !important;
    right: -68px
}

.node-type-volunteer-page .page-content .landing-cta-grid {
    margin: 24px;
    padding: 0
}

.node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    padding-right: 30px
}

.node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb .caption {
    position: absolute;
    background: rgba(236, 0, 139, .65);
    bottom: 0;
    left: 0;
    height: 20%;
    color: #fff;
    padding-left: 3.5%;
    width: 92.8%;
    background-image: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/arrow-right-white.png);
    background-repeat: no-repeat;
    background-position: right
}

.node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb .caption h4 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 2em
}

.node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb .caption p {
    margin-top: -6px;
    width: 90%;
    line-height: 1.4em
}

.node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb img {
    width: 100%
}

.node-type-event article {
    margin-right: -14px
}

.node-type-event .hero-image {
    position: relative;
    padding: 0
}

.node-type-event .hero-image img {
    width: 100%
}

.node-type-event .hero-image h1.event-page-header {
    position: absolute;
    bottom: -10px;
    background: rgba(236, 0, 139, .65);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.4em;
    padding: 12px;
    width: 100%
}

.node-type-event .left-column {
    padding: 0
}

.node-type-event .left-column .share-bar {
    padding: 8px 0 8px 12px;
    height: 50px;
    width: 110%;
    background: #faf8fb
}

.node-type-event .left-column .field-name-body {
    padding: 20px 12px 0
}

.node-type-event .event-cta a {
    display: block;
    margin: 12px 0;
    width: 100%;
    max-width: 350px;
    height: 50px;
    background: #3c2a50;
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.8em;
    text-align: center;
    -o-transition: color 50ms ease-out, background .8s ease-in;
    -ms-transition: color 50ms ease-out, background .8s ease-in;
    -moz-transition: color 50ms ease-out, background .8s ease-in;
    -webkit-transition: color 50ms ease-out, background .8s ease-in;
    transition: color 50ms ease-out, background .8s ease-in;
    cursor: pointer
}

.node-type-event .event-cta a:hover {
    text-decoration: none;
    background-color: #ec008b
}

.node-type-event aside {
    margin-top: -12px
}

.node-type-event aside .event-info {
    background-color: #faf9f3;
    padding-bottom: 12px
}

.node-type-event aside .event-info p {
    padding: 0 0 0 12px
}

.node-type-event aside .event-info h3 {
    padding: 4px 0 4px 12px;
    background: #ec008b;
    color: #fff;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 2em
}

.node-type-event .event-more-events {
    padding: 40px 0 0
}

.node-type-event .event-more-events h3 {
    margin-bottom: 24px;
    color: #ec008b;
    font-weight: 300
}

.node-type-event .event-more-events .col-md-4 {
    margin-top: 12px;
    padding: 0
}

.node-type-event .event-more-events .col-md-4 .event-date {
    padding: 8px;
    margin: 0;
    background-color: #ec008b;
    color: #fff;
    max-width: 220px
}

.node-type-event .event-more-events .col-md-4 .related-caption {
    padding: 12px;
    max-width: 220px;
    min-height: 110px;
    background-color: #faf9f3;
    line-height: 1.5em
}

.actions {
    margin: 10px 0 25px
}

.actions .creative h3, .actions .do-more h3, .actions .post h3 {
    font-weight: 300;
    font-size: 1.25em
}

.actions .do-more h3 {
    margin-top: 40px
}

.actions p {
    line-height: 26px;
    font-size: 1.1em
}

.actions .post {
    background-position: center;
    margin-bottom: 40px
}

.actions .post p {
    position: relative;
    top: 20px;
    padding: 0 10%;
    width: 100%;
    font-size: 1.4em;
    color: #ec008b;
    text-align: center;
    font-weight: 300
}

.actions .post a {
    text-decoration: none
}

.tag-cloud h2 {
    margin: 12px 0 24px
}

.webform-client-form {
    width: 80%;
    background-color: #faf8fb;
    border-radius: 8px;
    padding: 12px
}

.webform-client-form .form-group {
    width: 80%;
    float: inherit
}

.webform-client-form .form-group .control-label {
    display: block;
    width: 100%
}

.webform-client-form .form-item-submitted-year {
    position: relative;
    top: -66px;
    left: 114px
}

.webform-client-form .form-item-submitted-regularity-of-screening {
    margin-top: -70px
}

.callout {
    float: right;
    margin-right: -14px
}

.callout h2 {
    display: none
}

.callout .casestudy-call-out {
    background-color: #fad5e5;
    text-align: center
}

.callout .casestudy-call-out h3 {
    margin: 0;
    background-color: #ec008b;
    color: #fff;
    font-weight: 100;
    padding: 12px
}

.callout .casestudy-call-out p {
    padding: 12px
}

.callout .casestudy-call-out .more-link {
    text-decoration: underline;
    padding: 8px
}

.callout .fundraising-callout {
    margin: 0 0 14px 14px;
    text-align: center
}

.callout .fundraising-callout .stat {
    font-size: 4em;
    line-height: 2.2em;
    text-align: center;
    background-color: #ec008b;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #fff
}

.callout .fundraising-callout .the-fact {
    text-align: center;
    padding: 14px;
    font-size: 1.3em;
    color: #ec008b;
    line-height: 1.5em;
    font-weight: 100;
    background-color: #fad5e5
}

.callout .fundraising-callout .btn-default {
    color: #fff;
    margin: 20px
}

.view-people-display .people-row {
    min-height: 350px;
    margin-top: 40px
}

.view-people-display .people-row .people-profile-description {
    padding-bottom: 40px
}

.view-people-display .people-row h2, .view-people-display .people-row h3 {
    margin: 0 0 8px
}

.view-people-display .people-row h2 {
    font-size: 1.45em
}

.view-people-display .people-row h3 {
    font-size: 1.1em
}

.view-people-display .people-row .people-profile-image {
    padding: 0
}

.likebtn_container {
    padding-bottom: 20px
}

input {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

button:focus, input:focus {
    outline: 0 !important
}

.boolean-check {
    position: absolute;
    left: 20px
}

.node-type-webform h2 {
    font-size: 1.2em !important;
    font-weight: 300;
    color: #ec008b;
    width: 100%
}

.node-type-webform .block-menu-block {
    padding: 12px;
    margin-left: -14px
}

.node-type-webform .block-menu-block h2 {
    margin-bottom: 12px;
    color: #222;
    margin-left: 14px;
    font-weight: 400
}

.node-type-webform .block-menu-block a {
    font-size: .9em
}

.node-type-webform .CTA-block {
    margin: initial !important
}

.node-type-webform .CTA-block .defaultcallout {
    width: 100%
}

.node-type-webform .region-content form {
    background: 0 0;
    margin-left: 24px
}

.node-type-webform .region-content form label {
    font-weight: 300
}

.node-type-webform .region-content form .form-item p {
    font-size: .9em;
    font-weight: 300
}

.node-type-webform .region-content form input, .node-type-webform .region-content form select, .node-type-webform .region-content form textarea {
    border: 1px solid #222;
    border-radius: 0
}

.node-type-webform .region-content form button {
    min-width: 100px;
    border-radius: 0;
    margin: 20px 0
}

.node-type-webform .region-content form input[type=image] {
    border: none
}

.node-type-webform .region-content form select {
    display: inline-block
}

.node-type-webform .region-content form .panel-default {
    border: none;
    background-color: #faf9f3
}

.node-type-webform .region-content form .form-checkbox {
    left: 0;
    margin-left: 0;
    display: inline-block
}

@media only screen and (max-width: 480px) {
    .node-type-webform .region-content form .form-checkbox {
        width: 8% !important
    }
}

.node-type-webform .region-content form .screening-date .form-control, .node-type-webform .region-content form .screening-date .form-group {
    display: inline
}

.node-type-webform .region-content form .form-type-radio {
    float: initial
}

.node-type-webform .region-sidebar-second {
    margin-top: 24px
}

#user-profile-form .form-item {
    display: inline-flex
}

#user-profile-form .form-item label {
    min-width: 200px
}

#user-profile-form .form-item-pass-pass2 {
    float: right
}

#user-profile-form .help-block {
    margin: 0 0 0 10px;
    font-size: .8em
}

#block-user-login {
    padding: 10px;
    background-color: #faf8fb;
    border: 1px solid #eee;
    margin-bottom: 20px
}

#block-user-login h2 {
    padding: 10px 0 0;
    color: #ec008b
}

#block-user-login ul {
    list-style-type: none;
    margin-left: -40px;
    float: left;
    width: 100%
}

#block-user-login ul li a {
    line-height: 2em;
    color: #ec008b
}

#block-user-login label {
    margin-top: 10px;
    font-size: .85em
}

#block-user-login input {
    width: 99% !important
}

#block-user-login .btn-default {
    background-color: #ec008b;
    color: #fff;
    margin: auto;
    float: left
}

#user-login {
    width: 60%;
    padding: 20px
}

#user-login .input {
    width: 100% !important
}

#user-login .form-item {
    float: left
}

#user-login .form-actions {
    clear: left
}

#user-login .form-submit {
    position: relative;
    top: 25px;
    width: 100px;
    background-color: #ec008b;
    color: #fff;
    display: block
}

#user-login .form-submit:hover {
    background-color: #faf8fb;
    color: #ec008b
}

#edit-submitted-amount-select .form-radio {
    margin-left: -20px
}

#webform-component-gift-aid label {
    float: right;
    width: 80%
}

#edit-submitted-gift-aid {
    float: left;
    width: 10%;
    margin-left: 20px
}

#edit-submitted-gift-aid label {
    color: #fff
}

#edit-submitted-payment-payment-method-all-forms-1-expiry-date-year {
    width: 90px
}

#user-register-form #edit-account input {
    width: 55%;
    margin: 0 10px 10px 0
}

#user-register-form legend {
    margin: 0;
    padding: 8px
}

.captcha {
    margin-bottom: 30px
}

.page-node-887000 form {
    margin-top: -100px
}

.page-node-887000 form .webform-component--introduction {
    width: 100%
}

.page-node-887000 form .webform-component--content-of-call-set, .page-node-887000 form .webform-component--need-set {
    border: none !important
}

.page-node-887000 form .webform-component--content-of-call-set input[type=checkbox], .page-node-887000 form .webform-component--need-set input[type=checkbox] {
    position: absolute;
    left: 14px
}

.page-node-887000 .webform-component--date-of-call--date-day, .page-node-887000 .webform-component--date-of-call--date-month, .page-node-887000 .webform-component--date-of-call--date-year {
    width: initial;
    margin-right: 12px
}

.node-type-page .block-webform .webform-client-form {
    position: relative;
    left: -18px;
    width: 100%;
    background-color: #fff
}

.node-type-page .block-webform .webform-client-form .form-checkbox {
    left: 20px
}

.page-user .form-item-pass-pass2 {
    display: block !important;
    float: initial !important
}

.page-user .form-item-pass-pass2 .control-label {
    position: relative;
    top: 30px
}

.page-user .form-item-pass-pass2 .password-confirm {
    position: relative;
    left: 200px
}

.page-user #edit-timezone--2 {
    position: relative;
    right: 80px
}

#block-privatemsg-privatemsg-menu, .jcct-forum-menu, .jcct-user-menu {
    background-color: #faf8fb !important;
    margin-bottom: 20px;
    border: 1px solid #eee !important;
    font-size: .9em
}

#block-privatemsg-privatemsg-menu ul, .jcct-forum-menu ul, .jcct-user-menu ul {
    list-style-type: none;
    margin-left: -24px
}

#block-privatemsg-privatemsg-menu h2, .jcct-forum-menu h2, .jcct-user-menu h2 {
    padding: 20px 0 0 14px;
    color: #ec008b;
    font-weight: 300
}

#block-privatemsg-privatemsg-menu .view-forum-taxonomy, #block-privatemsg-privatemsg-menu .view-latest-posts, .jcct-forum-menu .view-forum-taxonomy, .jcct-forum-menu .view-latest-posts, .jcct-user-menu .view-forum-taxonomy, .jcct-user-menu .view-latest-posts {
    padding: 10px 8px 20px 14px
}

body.node-type-forum section.block {
    background-color: #fff;
    border: none
}

.jcct-user-menu form {
    padding: 10px
}

.jcct-user-menu .jcct-search-button {
    display: inline-block;
    height: 34px;
    margin-top: -4px
}

.jcct-user-menu .jcct-search {
    display: inline-block;
    width: 80% !important
}

.forum-post-wrapper {
    background: #faf8fb
}

.forum-post-panel-main {
    background: #fff;
    margin-left: 135px !important
}

.block-user-new {
    display: none
}

.forum-post-info {
    background-color: #ededed;
    height: 25px;
    line-height: 24px
}

.forum-post-info .forum-posted-on {
    font-weight: 700;
    margin-left: 8px
}

.forum-name a {
    margin: 4px
}

.forum-post-panel-sub {
    width: 150px !important
}

.user-picture {
    display: block !important;
    width: 100%
}

.forum-post-title {
    margin-left: 20px !important;
    width: 80%;
    font-weight: 700;
    font-size: 1.35em
}

.forum-post-content {
    margin-left: 20px !important;
    width: 80%
}

.forum-node-create-links {
    width: 100%;
    margin-bottom: 10px
}

#forum-sort .form-control {
    width: 100px !important;
    margin-right: 10px;
    margin-bottom: 10px
}

.forum-tools {
    clear: both;
    float: none !important
}

@media only screen and (max-width: 768px) {
    .forum-last-post, .forum-last-reply, .forum-number-name, .forum-number-posts, .forum-number-topics, .forum-posts, .forum-topics {
        display: none
    }

    .forum-details {
        padding: 10px
    }

    .forum-table thead {
        border: 1px solid #eee
    }

    .forum-table .views-field-comment-count, .forum-table .views-field-totalcount {
        display: none
    }

    .forum-table .page-forum .forum-header .forum-last-post {
        display: none !important
    }

    .forum-table td.views-field-created, .forum-table td.views-field-last-updated, .forum-table td.views-field-name, .forum-table td.views-field-title, .forum-table td.views-field-topic-icon {
        padding: 12px;
        background-color: #faf8fb
    }

    .forum-table .views-field-title, .forum-table .views-field-topic-icon {
        padding: 12px
    }

    .forum-topic-legend div {
        margin-bottom: 10px;
        width: 70%
    }

    .forum-topic-legend .topic-icon-closed, .forum-topic-legend .topic-icon-default, .forum-topic-legend .topic-icon-hot, .forum-topic-legend .topic-icon-hot-new, .forum-topic-legend .topic-icon-new, .forum-topic-legend .topic-icon-sticky {
        background-position: right !important
    }
}

@media only screen and (max-width: 480px) {
    .forum-table td.views-field-last-updated span.username, .forum-table td.views-field-last-updated a {
        word-break: break-all
    }
}

.forum-table-topics thead tr {
    background-color: #ec008b
}

.forum-table-topics thead tr a {
    color: #fff
}

.forum-table-topics td {
    padding: 12px
}

.mobile-extra-menu #block-block-38, .mobile-extra-menu #block-block-39, .mobile-extra-menu #block-system-user-menu, .mobile-extra-menu #block-user-login {
    display: none !important
}

a.af-button-large, a.af-button-large:link, a.af-button-large:visited, a.af-button-small, a.af-button-small:link, a.af-button-small:visited, a.author-pane-link, a.author-pane-link:link, a.author-pane-link:visited {
    color: #333;
    text-decoration: none
}

.af-button-large, .af-button-small, .author-pane-link {
    display: block;
    border-top: 1px solid #eaf8e4;
    background: #c1c1c1;
    background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#c1c1c1));
    background: -moz-linear-gradient(top, #dfdfdf, #c1c1c1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #000 0 1px 0;
    -moz-box-shadow: #000 0 1px 0;
    box-shadow: #000 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
    color: #333;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle
}

a.af-button-large:hover, a.af-button-small:hover, a.author-pane-link:hover {
    background: #c1c1c1;
    color: #333;
    border-top-color: #efefef
}

a.af-button-large:active, a.af-button-small:active, a.author-pane-link:active {
    background: #c1c1c1;
    color: #333;
    border-top-color: #efefef
}

.af-button-large span {
    font-size: 14px;
    padding: 2px 2px 2px 25px;
    line-height: 30px;
    margin: 0 7px
}

.af-button-small span {
    font-size: 12px;
    padding: 2px 2px 2px 20px;
    line-height: 25px;
    margin: 0 7px
}

.author-pane-link span {
    font-size: 12px;
    padding: 0 0 0 22px;
    line-height: 22px;
    margin: 0 7px
}

.forum-add-forum .af-button-large span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/add_topic.png) no-repeat
}

.forum-add-poll .af-button-large span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/add_poll.png) no-repeat
}

.topic-reply-allowed .af-button-large span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/topic_reply.png) no-repeat
}

.topic-reply-locked .af-button-large span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/topic_locked.png) no-repeat
}

.last-post-link .af-button-large span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/topic_last_post.png) no-repeat
}

.topic-new-post-link .af-button-large span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/topic_first_unread_post.png) no-repeat
}

.comment-add .af-button-small span, .comment-reply .af-button-small span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/post_reply.png) no-repeat
}

.quote .af-button-small span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/post_quote.png) no-repeat
}

.comment-edit .af-button-small span, .post-edit .af-button-small span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/post_edit.png) no-repeat
}

.comment-delete .af-button-small span, .post-delete .af-button-small span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/post_delete.png) no-repeat
}

.forum-jump-links .af-button-small span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/topic_top.png) no-repeat
}

.forum-post-panel-sub .author-contact .author-pane-link span {
    background: transparent url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/ap_email.png) no-repeat
}

.forum-post-panel-sub .author-privatemsg .author-pane-link span {
    background: transparent url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/ap_private_message.png) no-repeat
}

.forum-post-panel-sub .author-relationship-add-icon.author-pane-link span {
    background: transparent url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/ap_contact_add.png) no-repeat
}

.forum-post-panel-sub .author-relationship-remove-icon.author-pane-link {
    background: transparent url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/forum/ap_contact_remove.png) no-repeat
}

.join-forum-cta {
    display: inline-block;
    margin-top: -10px;
    background-color: #fad5e6;
    width: 100%;
    padding: 14px;
    text-align: center;
    color: #ec008b !important;
    font-size: 1.32em;
    font-weight: 400;
    text-transform: uppercase
}

.join-forum-cta:hover {
    background: #ec008b;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    color: #fff !important;
    text-decoration: none
}

@media only screen and (max-width: 480px) {
    .left-side-desktop #block-block-16, .left-side-desktop #block-views-forum-taxonomy-block, .left-side-desktop #block-views-latest-posts-block {
        display: none !important
    }

    .node-type-forum .jcct-user-menu {
        display: block !important
    }

    .forum-post-panel-main {
        margin-left: 0 !important
    }

    .forum-post-panel-sub {
        width: 300px !important
    }

    .user-picture {
        display: none !important
    }

    .forum-post-title {
        margin-left: 20px !important;
        font-size: 1.15em
    }
}

.lb-share-tt, .lb-tt-m {
    display: none !important
}

.page-forum .tabs--primary {
    margin-top: 100px !important
}

.cart {
    position: relative;
    top: 6px;
    left: 130px;
    cursor: pointer
}

.cart #hovercart-qty {
    position: relative !important;
    top: -24px !important;
    left: 36px !important;
    text-align: right;
    color: #ec008b;
    width: 50px;
    height: 100px;
    cursor: pointer;
    font-weight: initial !important;
    font-size: 14px !important
}

.cart #hovercart-image {
    z-index: 220
}

.cart #hovercart-contents {
    z-index: 220;
    width: 220px !important
}

.cart #hovercart-contents #content-wrap {
    padding: 12px;
    background-color: #ffecf7 !important
}

.cart .links li a {
    color: #222 !important
}

@media (max-width: 480px) {
    .cart {
        left: 220px;
        top: 70px
    }

    .cart .cart #hovercart-qty {
        width: 70px
    }
}

@media (max-width: 380px) {
    .cart {
        left: 190px
    }
}

@media (max-width: 320px) {
    .cart {
        left: 150px
    }
}

.top-navigation .cart {
    top: 0;
    left: 0
}

.cart-donation .add-donation-title {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 2em
}

.cart-donation .uc-out-of-stock-instock {
    display: none !important
}

.cart-donation .uc_out_of_stock_throbbing {
    display: none !important
}

.cart-donation button {
    position: relative
}

@media (max-width: 480px) {
    .cart-donation button {
        left: 12px
    }
}

.cart-donation button:after {
    content: "ADD DONATION";
    padding: 6px;
    min-width: 124px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ec008b
}

@media (max-width: 480px) {
    .cart-donation button:after {
        background: #5f276a
    }
}

.node-type-product .page-header {
    margin-bottom: 0 !important;
    font-size: 1.6em !important
}

.node-type-product .product-second-sidebar a {
    color: #000;
    text-decoration: underline;
    line-height: 40px
}

.node-type-product .product-second-sidebar a:hover {
    text-decoration: none
}

.node-type-product .product-second-sidebar .product-category-menu {
    background-color: #faf9f3;
    padding: 24px;
    margin-left: 10px
}

.node-type-product .product-second-sidebar .product-category-menu h2 {
    font-weight: 100;
    color: #ec008b
}

@media (max-width: 480px) {
    .node-type-product .product-second-sidebar {
        position: relative;
        top: 48px
    }
}

.btn {
    border-radius: 0
}

.product-more-products {
    margin-top: 48px
}

.product-more-products h3 {
    color: #ec008b;
    font-size: 1.2em;
    font-weight: 100;
    line-height: 50px
}

@media (max-width: 480px) {
    .product-more-products h3 {
        margin-left: 20px
    }
}

.product-more-products .related-product {
    text-align: center
}

.product-more-products .related-product img {
    margin: auto
}

.product-more-products .related-product p {
    line-height: 28px;
    color: #ec008b
}

.product-more-products .related-product a {
    color: #000;
    text-decoration: underline
}

.product-help-block {
    margin-left: 10px;
    padding: 24px
}

.product-help-block h2 {
    font-size: 14px;
    font-weight: 700
}

.product-help-block a {
    color: #000;
    text-decoration: underline;
    line-height: 40px
}

.product-page {
    margin-left: -20px
}

.product-page .product-image .share-bar {
    text-align: left;
    margin-top: 34px
}

.product-page .product-description {
    padding-left: 32px
}

.product-page .product-description .product-display-price {
    line-height: 42px;
    font-size: 1em;
    font-weight: 700
}

.product-page .product-description .uc_out_of_stock_throbbing {
    display: none
}

.product-page .product-description .uc-out-of-stock-instock {
    font-weight: 700;
    line-height: 60px
}

.product-page .product-description .glyphicon-plus {
    display: none
}

@media (max-width: 480px) {
    .product-page .product-description {
        position: relative;
        top: 42px
    }
}

.page-cart .error {
    border: none
}

.page-cart .btn {
    border-radius: 0;
    border: none;
    background-color: #ec008b
}

.page-cart .btn .glyphicon-trash {
    display: none
}

.page-cart .table-responsive .subtotal, .page-cart .table-responsive th {
    background-color: #faf9f3;
    font-weight: 100;
    font-size: 16px;
    padding: 12px;
    color: #222
}

.page-cart .table-responsive tr:nth-of-type(odd) {
    background-color: #fff
}

@media (max-width: 480px) {
    .page-cart .table-responsive th:nth-child(1) {
        color: #faf9f3;
        max-width: 20px
    }

    .page-cart .table-responsive th:nth-child(2) {
        min-width: 1px;
        max-width: 1px
    }
}

@media (max-width: 480px) {
    .page-cart .table-responsive .remove button {
        position: relative;
        width: 40px
    }

    .page-cart .table-responsive .remove button:after {
        content: "X";
        padding: 6px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ec008b
    }
}

.page-cart .table-responsive td.image {
    min-width: 160px
}

@media (max-width: 480px) {
    .page-cart .table-responsive td.image {
        min-width: 1px;
        max-width: 1px
    }

    .page-cart .table-responsive td.image img {
        display: none
    }
}

@media (max-width: 480px) {
    .page-cart .table-responsive td.remove {
        max-width: 20px
    }
}

.page-cart .table-responsive td.desc a {
    font-size: 1em;
    color: #ec008b
}

.page-cart .table-responsive tr {
    border: none
}

.page-cart .table-responsive thead > tr > th {
    border: none
}

@media (max-width: 768px) {
    .page-cart .form-actions {
        position: relative;
        top: 220px
    }
}

@media (max-width: 768px) {
    .page-cart .form-actions .form-submit {
        margin-top: 20px
    }
}

.page-cart .uc-cart-empty {
    min-height: 150px
}

@media (max-width: 768px) {
    .page-cart .suggested-donation {
        position: relative;
        top: -60px
    }
}

.page-cart .suggested-donation .form-type-uc-quantity, .page-cart .suggested-donation p {
    margin-left: 12px
}

@media (max-width: 480px) {
    .page-cart .suggested-donation img {
        display: none
    }
}

@media (max-width: 768px) {
    .page-cart .suggested-donation img {
        width: 45%;
        margin-top: 50px
    }
}

@media (max-width: 480px) {
    .page-cart .suggested-donation .form-text {
        width: 25%
    }
}

@media (max-width: 768px) {
    .page-cart .suggested-donation .form-actions {
        top: 0 !important
    }
}

@media (max-width: 480px) {
    .page-cart .suggested-donation .form-actions .node-add-to-cart {
        float: right;
        margin-right: 28px;
        margin-top: -50px
    }
}

.page-cart-checkout .field-billing_ucxf_giftaid, .page-cart-checkout .field-billing_ucxf_surgery {
    display: none
}

.page-cart-checkout .input-group .input-group-addon {
    display: none
}

.page-cart-checkout .payment-details-free_order {
    display: none
}

.page-cart-checkout .panel {
    border: none;
    box-shadow: none
}

.page-cart-checkout .panel-heading {
    background-color: #fff;
    border: none
}

.page-cart-checkout .cart-review th {
    border: none
}

.page-cart-checkout .cart-review td {
    border: none
}

@media (max-width: 480px) {
    .page-cart-checkout form .form-actions {
        top: 495px
    }
}

.page-cart-checkout form input {
    border: 1px solid #000;
    border-radius: 0
}

@media (max-width: 480px) {
    .page-cart-checkout form .form-select, .page-cart-checkout form .form-text {
        width: 70%
    }
}

.page-cart-checkout form .field-label {
    font-weight: 400;
    width: 190px
}

@media (max-width: 480px) {
    .page-cart-checkout form .field-label {
        width: 120px
    }
}

.page-cart-checkout form .input-group-addon {
    dipslay: none
}

.page-cart-checkout form .field-delivery_ucxf_contact_text .field-label {
    color: #fff
}

.page-cart-checkout form .field-delivery_ucxf_contact_text input {
    display: none
}

.page-cart-checkout form .field-delivery_ucxf_contact_text .help-block {
    position: relative;
    left: -180px;
    font-weight: 200;
    font-size: .9em;
    max-width: 95%
}

@media (max-width: 480px) {
    .page-cart-checkout form .field-delivery_ucxf_contact_text .help-block {
        left: -100px;
        width: 320px
    }
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item {
    padding-top: 25px
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-label {
    color: #fff
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-field, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-field {
    position: relative;
    left: -180px
}

@media (max-width: 480px) {
    .page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-field, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-field {
        left: -100px
    }
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_fundraising, .page-cart-checkout form .field-delivery_ucxf_contact_channel_information, .page-cart-checkout form .field-delivery_ucxf_contact_channel_news, .page-cart-checkout form .field-delivery_ucxf_contact_channel_volunteer, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_email, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_phone, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_post, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_text, .page-cart-checkout form .field-delivery_ucxf_where_use_charity, .page-cart-checkout form .field-delivery_ucxf_where_use_community, .page-cart-checkout form .field-delivery_ucxf_where_use_gp_clinic, .page-cart-checkout form .field-delivery_ucxf_where_use_home_friends, .page-cart-checkout form .field-delivery_ucxf_where_use_other, .page-cart-checkout form .field-delivery_ucxf_where_use_pharmacy, .page-cart-checkout form .field-delivery_ucxf_where_use_school_college, .page-cart-checkout form .field-delivery_ucxf_where_use_trust_hospital, .page-cart-checkout form .field-delivery_ucxf_where_use_workplace, .page-cart-checkout form .field-delivery_ucxf_why_ordered_awareness, .page-cart-checkout form .field-delivery_ucxf_why_ordered_ccpw_jan, .page-cart-checkout form .field-delivery_ucxf_why_ordered_csaw_jun, .page-cart-checkout form .field-delivery_ucxf_why_ordered_fundraising, .page-cart-checkout form .field-delivery_ucxf_why_ordered_personal, .page-cart-checkout form .field-delivery_ucxf_why_ordered_professional {
    height: 15px
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_fundraising .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_information .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_news .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_volunteer .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_email .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_phone .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_post .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_text .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_charity .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_community .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_gp_clinic .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_home_friends .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_other .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_pharmacy .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_school_college .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_trust_hospital .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_workplace .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_awareness .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_ccpw_jan .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_csaw_jun .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_fundraising .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_personal .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_professional .field-label {
    font-weight: 200
}

.page-cart-checkout table tr {
    border: none !important;
    height: 50px
}

.page-cart-checkout table .products a {
    color: #222
}

.page-cart-checkout #quotes-pane {
    display: none
}

.page-cart-checkout #edit-panes-payment-payment-method img, .page-cart-checkout #edit-panes-payment-payment-method--2 img {
    display: inline-block !important
}

.page-cart-checkout #uc-order-total-preview {
    border: none !important
}

.page-cart-checkout #uc-order-total-preview .line-item-shipping, .page-cart-checkout #uc-order-total-preview .line-item-subtotal, .page-cart-checkout #uc-order-total-preview .line-item-total {
    background-color: #fad5e5
}

.page-cart-checkout #payment-details {
    background-color: #faf9f3;
    padding: 14px;
    border: none
}

.page-cart-checkout #payment-details .uc-credit-cvv-help {
    float: left
}

.page-cart-checkout #comments-pane .panel-body:before {
    color: #737373;
    content: "If youâ€™d like to tell us more about why you have ordered these items, please do so in the box below"
}

.page-cart-checkout #comments-pane .help-block {
    display: none
}

.page-cart-checkout .form-item-panes-comments-comments label {
    display: none
}

.shop-hero {
    max-height: 530px;
    overflow: hidden
}

.shop-hero .slick-media img {
    width: 100%
}

.shop-hero .slick-dots li button:before {
    font-size: 54px;
    font-size: 2.4rem
}

.shop-hero .slick-dots {
    position: relative;
    top: -60px
}

.shop-hero .slick-dots li button:before {
    color: #fff
}

.shop-hero .shop-banner-caption {
    position: absolute;
    left: 64px;
    bottom: 64px;
    width: 350px;
    padding: 24px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 300;
    text-transform: initial;
    line-height: 1.3em
}

.shop-hero .shop-banner-caption .btn {
    border-radius: 0;
    font-weight: 300
}

.shop-content {
    margin-top: 0
}

.shop-content h1.page-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.6em !important;
    margin: 0 !important
}

.shop-content .field-name-field-last-updated, .shop-content .statistics_counter {
    display: none
}

.shop-content .view-shop-categories {
    margin-top: -40px
}

.shop-content .view-shop-categories .col-md-6 {
    padding-left: 0;
    padding-top: 60px
}

.shop-content .view-shop-categories .caption {
    position: absolute;
    background: rgba(236, 0, 139, .65);
    bottom: 0;
    left: 0;
    height: 13%;
    padding: 2.6%;
    width: 100%;
    background-image: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/arrow-right-white.png);
    background-repeat: no-repeat;
    background-position: right;
    max-width: 450px
}

@media (max-width: 768px) {
    .shop-content .view-shop-categories .caption {
        width: 95.5%
    }
}

.shop-content .view-shop-categories .caption a {
    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.75em
}

@media (max-width: 480px) {
    .shop-content .view-shop-categories .caption {
        width: 95.9%
    }
}

.shop-content .shop-copy {
    margin-top: 40px
}

.page-shop .uc-out-of-stock-instock, .page-shop .uc_out_of_stock_throbbing {
    display: none !important
}

.page-shop .breadcrumb .active {
    display: inline-block !important;
    color: #222 !important
}

.page-shop .category-intro {
    width: 75%
}

.page-shop .view-display-id-block_2:before {
    content: 'Categories:'
}

.page-shop .view-display-id-block_2 .category-row {
    display: inline-block;
    width: initial
}

@media (max-width: 480px) {
    .page-shop .view-display-id-block_2 .category-row {
        height: 26px;
        width: 100%;
        margin-top: 20px
    }
}

.page-shop .view-display-id-block_2 .category-filter a {
    background-color: #ffecf7;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

.page-shop .view-display-id-block_2 .category-filter a:hover {
    background-color: #fad5e5;
    text-decoration: none
}

.page-shop .view-display-id-block_3 .view-content:before, .page-shop .view-display-id-block_4 .view-content:before {
    content: 'Sub categories:'
}

.page-shop .view-display-id-block_3 .category-row, .page-shop .view-display-id-block_4 .category-row {
    display: inline-block;
    width: initial
}

@media (max-width: 480px) {
    .page-shop .view-display-id-block_3 .category-row, .page-shop .view-display-id-block_4 .category-row {
        height: 28px;
        width: 100%;
        margin-top: 20px;
        font-size: 10px
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .page-shop .view-display-id-block_3 .category-row, .page-shop .view-display-id-block_4 .category-row {
        margin-top: 40px
    }
}

.page-shop .view-display-id-block_3 .category-filter a, .page-shop .view-display-id-block_4 .category-filter a {
    background-color: #faf9f3;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

.page-shop .view-display-id-block_3 .category-filter a:hover, .page-shop .view-display-id-block_4 .category-filter a:hover {
    background-color: #eeebd6;
    text-decoration: none
}

.page-shop .view-display-id-block_2, .page-shop .view-display-id-block_3, .page-shop .view-display-id-block_4 {
    margin: 40px 0
}

.page-shop .view-display-id-block_2 div, .page-shop .view-display-id-block_3 div, .page-shop .view-display-id-block_4 div {
    display: inline;
    width: 10%
}

.page-shop .view-display-id-block_2 .category-filter a, .page-shop .view-display-id-block_3 .category-filter a, .page-shop .view-display-id-block_4 .category-filter a {
    width: 12.5%;
    height: 50px;
    text-align: center;
    margin-right: 24px;
    padding: 12px;
    color: #222
}

.page-shop .view-display-id-block_2 a.active, .page-shop .view-display-id-block_3 a.active, .page-shop .view-display-id-block_4 a.active {
    background-color: #5f276a;
    color: #fff
}

.view-uc-catalog .col-md-3 {
    margin-top: 64px;
    max-height: 324px;
    text-align: center
}

@media (max-width: 768px) {
    .view-uc-catalog .col-md-3 {
        max-height: initial
    }
}

.view-uc-catalog .col-md-3 .category-price {
    color: #ec008b;
    font-size: .9em
}

@media (max-width: 480px) {
    .view-uc-catalog .col-md-3 .category-price {
        font-size: 1.1em
    }
}

.view-uc-catalog .col-md-3 a {
    color: #222;
    text-decoration: underline
}

.view-uc-catalog .col-md-3 a:hover {
    text-decoration: none
}

@media (max-width: 480px) {
    .view-uc-catalog .col-md-3 a {
        font-size: 1.25em
    }
}

.view-uc-catalog .col-md-3 img:hover {
    opacity: .75
}

.view-uc-catalog .col-md-3 .list-add-to-cart {
    border-radius: 0;
    position: absolute;
    top: 12px;
    right: 26px
}

.view-uc-catalog .col-md-3 .list-add-to-cart .glyphicon-plus {
    display: none
}

.view-uc-catalog .col-md-3 .list-download {
    border-radius: 0;
    position: absolute;
    top: 12px;
    right: 26px;
    color: #fff;
    text-decoration: none;
    z-index: 2
}

.main-container a.list-download {
    color: #fff
}

@media (max-width: 480px) {
    .view-uc-catalog .col-md-3 {
        max-height: initial
    }
}

.view-uc-catalog .uc_out_of_stock_html {
    color: #ec008b
}

.view-uc-catalog .attachment .view {
    clear: both;
    margin: 0 auto 24px;
    overflow: hidden;
    padding-bottom: 40px
}

.view-uc-catalog .attachment .view h3 {
    color: #ec008c;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 24px
}

.view-uc-catalog .attachment .view .col-md-3 {
    height: 330px;
    max-height: none
}

.pager-load-more .pager-next a {
    margin-top: 60px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    color: #fff;
    width: 160px !important;
    line-height: 34px;
    padding: 12px;
    background-position: right 18px top 10px;
    background-color: #5f276a;
    font-size: 1em;
    font-weight: 300;
    -webkit-transition: color .1s ease-out, background .4s ease-in;
    transition: color .1s ease-out, background .4s ease-in
}

.pager-load-more .pager-next a:hover {
    background-color: #ec008b
}

.page-cart-checkout-review .order-review-table {
    width: 75%;
    margin: initial;
    margin-top: 40px
}

.page-cart-checkout-review .order-review-table .title-col {
    padding: initial;
    text-align: initial
}

.page-cart-checkout-review .order-review-table .pane-title-row {
    color: #ec008b;
    background-color: #fff;
    font-weight: 100;
    font-size: 1.25em;
    text-align: left;
    border-bottom: 1px solid #ededed !important
}

.page-cart-checkout-review .order-review-table .pane-title-row td {
    vertical-align: bottom !important
}

.page-cart-checkout-review .order-review-table .review-button-row {
    background-color: #fff
}

@media (max-width: 480px) {
    .page-cart-checkout-review .order-review-table .review-button-row .form-actions {
        top: 0 !important;
        margin-right: 15px
    }
}

.address-pane-table .field-field .form-item label {
    display: block !important
}

.field-delivery_ucxf_giftaid .field-label {
    padding-top: 24px;
    vertical-align: top
}

.form-item-panes-delivery-address-delivery-ucxf-giftaid .help-block {
    color: #333;
    position: relative;
    right: -50px;
    font-size: 12px;
    width: 50%
}

@media (max-width: 480px) {
    .form-item-panes-delivery-address-delivery-ucxf-giftaid .help-block {
        width: 320px;
        top: 26px;
        left: -100px;
        margin-bottom: 20px
    }
}

.form-item-panes-delivery-address-delivery-ucxf-giftaid label {
    position: relative;
    top: 24px;
    left: 20px
}

footer .home-menu-bottom {
    margin-top: 50px;
    height: 80px
}

footer .home-menu-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer .home-menu-bottom ul .col-md-2 {
    width: 13%;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    text-align: center
}

footer .home-menu-bottom ul .col-md-2 a {
    text-decoration: underline;
    color: #333
}

footer .home-menu-bottom ul .useful-title {
    width: 11%;
    padding-left: 12px;
    text-align: left
}

footer .home-menu-bottom ul .col-md-4 {
    width: 31.7%;
    margin: 0;
    margin-top: 6px;
    margin-left: 62px;
    padding: 0;
    text-align: right
}

footer .home-menu-bottom ul .col-md-offset-2 {
    margin-left: 18%;
    margin-left: calc(13% + 62px)
}

footer .home-menu-bottom ul .btn-primary {
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    color: #fff;
    width: 100%;
    line-height: 38px;
    min-height: 50px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/right-arrow.svg) no-repeat;
    background-position: right 10px top 8px;
    background-color: #ff53b8;
    font-size: 1.1em;
    font-weight: 400;
    -o-transition: color .1s ease-out, background .4s ease-in;
    -ms-transition: color .1s ease-out, background .4s ease-in;
    -moz-transition: color .1s ease-out, background .4s ease-in;
    -webkit-transition: color .1s ease-out, background .4s ease-in;
    transition: color .1s ease-out, background .4s ease-in
}

footer .home-menu-bottom ul .btn-primary:hover {
    background-color: #ec008b
}

footer .home-menu-bottom ul .donate {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/right-arrow-navy.svg) no-repeat;
    background-position: right 10px top 8px;
    background-color: #ffcf01;
    color: #5f276a;
    font-size: 1.3em
}

footer .home-menu-bottom ul .donate:hover {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/right-arrow.svg) no-repeat;
    background-position: right 10px top 8px;
    background-color: #5f276a;
    color: #fff
}

footer h4 {
    font-size: 1.1em
}

footer .jcct-footer {
    background: #ec008b;
    color: #fff;
    padding-top: 30px;
    min-height: 160px
}

footer .about-section {
    background: #c7e9ee;
    margin-top: -40px;
    padding-top: 40px
}

footer .jcct-footer-heading {
    color: #582a68;
    padding: 12px 0 6px;
    font-size: 1.4em
}

footer .jcct-footer-blocks {
    position: relative;
    background: #eceaed;
    margin-top: 0;
    min-height: 0;
    padding-bottom: 30px
}

footer .jcct-footer-blocks .jcct-footer-grey-band {
    height: 50px;
    position: absolute;
    width: 100%
}

footer .footer-utility-links {
    text-align: center;
    height: 45px;
    margin-top: 8px
}

footer .footer-utility-links a {
    font-size: 1em;
    line-height: 2.4em;
    color: #555;
    margin-left: 20px;
    text-decoration: underline
}

@media only screen and (max-width: 480px) {
    footer .footer-utility-links {
        height: 95px
    }

    footer .footer-utility-links a {
        display: inline-block;
        line-height: 48px
    }
}

footer a.ftr-lu-blog, footer a.ftr-lu-news {
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    padding: 10px 45px;
    display: inline-block
}

footer a.ftr-lu-blog {
    background: #0076b3;
    margin-right: 15px
}

footer a.ftr-lu-news {
    background: #582a68
}

footer .social-follow .social-follow-desktop ul {
    margin: 0 0 25px -40px;
    list-style: none;
    color: #222 !important
}

footer .social-follow .social-follow-desktop ul li {
    margin: 15.7px 0 0
}

footer .social-follow .social-follow-desktop ul li a {
    color: #222
}

footer .social-follow .social-follow-desktop ul li img {
    padding-right: 15px
}

footer .social-follow-mobile {
    text-align: left;
    padding: 0
}

footer .social-follow-mobile ul {
    margin: 0;
    margin-block-start: 0em;
    padding-inline-start: 0px;
    -webkit-padding-start: 0px !important
}

footer .social-follow-mobile ul li {
    display: inline-block;
    list-style-type: none;
    width: 17%;
    max-width: 60px
}

footer .social-follow-mobile ul li a {
    color: #222
}

footer .social-follow-mobile img {
    width: 90%;
    height: auto
}

footer .newsletter {
    padding: 0;
    min-height: 0;
    color: #555
}

footer .newsletter h4 {
    margin-left: 18px
}

footer .newsletter form {
    padding: 0 10px;
    margin-left: 10px;
    width: 90%
}

footer .newsletter p {
    padding-top: 30px;
    width: 80%
}

footer .newsletter .btn-success {
    background: 0 0;
    background-color: #ed008c;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 8px;
    -o-transition: color 30ms ease-out, background .2s ease-in;
    -ms-transition: color 30ms ease-out, background .2s ease-in;
    -moz-transition: color 30ms ease-out, background .2s ease-in;
    -webkit-transition: color 30ms ease-out, background .2s ease-in;
    transition: color 30ms ease-out, background .2s ease-in;
    text-transform: none;
    margin-top: 0;
    height: auto
}

footer .newsletter .btn-success:hover {
    background-color: #592b69;
    color: #fff
}

footer .newsletter input {
    border: 0 !important;
    width: 100%;
    height: 40px !important;
    border-radius: 0;
    margin-top: 0;
    font-size: 1.1em;
    color: #333
}

footer .newsletter placeholder {
    color: #333
}

footer .footer-information {
    top: -8px;
    padding: 0
}

footer .footer-information h6 {
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: .75px
}

footer .footer-information p {
    font-size: .9em;
    font-weight: 100;
    line-height: .75em
}

footer .footer-awards ul {
    margin: 0 0 0 30px;
    max-height: 155px;
    list-style-type: none
}

footer .footer-awards ul .award-1 {
    display: inline-block;
    width: 80px;
    height: 60px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/footer-sprites.png) -10px 205px
}

footer .footer-awards ul .award-2 {
    display: inline-block;
    width: 80px;
    height: 60px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/footer-sprites.png) -10px 140px
}

footer .footer-awards ul .award-3 {
    display: inline-block;
    width: 80px;
    height: 60px;
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/footer-sprites.png) -10px 75px
}

footer .fr-reg-logo img {
    position: relative;
    top: 8px;
    left: 0;
    width: 100%;
    max-width: 200px
}

footer .footer-logo {
    text-align: left;
    display: inline !important;
    padding-left: 60px
}

footer .footer-logo img {
    max-width: 220px;
    display: inline !important;
    position: static;
    right: auto
}

.footer-contact-numbers {
    text-align: right;
    min-height: 50px;
    color: #fff;
    background: #0076b3;
    font-size: 1em;
    font-weight: 300;
    line-height: 3.2em
}

.footer-contact-numbers .footer-helpline, .footer-contact-numbers .footer-office {
    padding: 0
}

.footer-contact-numbers a {
    font-size: 1.2em;
    font-weight: 300 !important;
    color: #fff
}

.social-stream {
    min-height: 0
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs_main {
    margin-left: -8px;
    padding-right: 20px
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs {
    position: absolute;
    bottom: 16px;
    padding: 0;
    width: 92.3333%;
    background-color: #fad5e5;
    min-height: 32px
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li {
    display: inline-block;
    position: relative;
    top: 0;
    padding: 8px 15px;
    margin: 0;
    background-color: #fad5e5;
    width: 50%;
    text-align: center;
    font-size: 1em;
    float: left
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li a {
    color: #ec008b;
    text-decoration: none;
    font-weight: 300
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li.last {
    border-left: 1px solid #ec008b
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li.first {
    border-right: 1px solid #ec008b
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li.active {
    background-color: #ec008b
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li.active a {
    color: #fff !important;
    font-weight: 300 !important;
    text-decoration: none
}

.social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs {
    background-color: #faf9f3 !important;
    border: none !important;
    max-height: 250px;
    min-height: 250px
}

.social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs .view-twitter-homepage-stream > .view-content > div {
    padding: 8px;
    line-height: 1.1em
}

.social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs a {
    font-size: .9em;
    width: 96%;
    color: #333
}

.social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs .social-instagram {
    margin-left: 5px !important;
    margin-top: 4px !important;
    max-width: 330px;
    max-height: 330px
}

.social-stream #quicktabs-homepage_social_stream_tabs .view-display-id-socialstream_instagram table {
    margin: auto;
    width: 100%;
    text-align: center
}

.social-stream #quicktabs-homepage_social_stream_tabs .view-display-id-socialstream_instagram table tr {
    border: none !important
}

.social-stream #quicktabs-homepage_social_stream_tabs .view-display-id-socialstream_instagram img {
    margin: 15px 0
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .information-toolbar-band {
        top: 975px
    }

    .story-band-heading {
        top: 1040px
    }

    .story-band {
        top: 1085px
    }
}

@media only screen and (max-width: 1200px) {
    :root .information-toolbar-band, _::-webkit-full-page-media, _:future {
        top: 940px
    }

    :root .story-band-heading, _::-webkit-full-page-media, _:future {
        top: 1000px
    }

    :root .story-band, _::-webkit-full-page-media, _:future {
        top: 1050px
    }

    header .forum-link a, header .helpline-text a {
        font-size: 1.1em !important
    }

    header .helpline-number a {
        font-size: .7em !important
    }

    header .forum-link, header .helpline-text {
        top: 10px
    }

    header .top-navigation a {
        font-size: 1em
    }

    header .top-navigation .helpline-number {
        font-size: 1.1em
    }

    header .contact-header .glyphicon {
        display: none
    }

    .donation-button {
        width: 195px;
        font-size: 1.1em
    }

    .jumbotron .hero-image {
        min-height: 232px;
        max-height: 232px
    }

    .release-container .ask-the-expert {
        width: 240px !important
    }

    .release-container .ask-the-expert h2 {
        font-size: 1.5em !important
    }

    .information-toolbar-band {
        top: 966px
    }

    .your-stories-heading {
        margin-top: 6px
    }

    .story-band-heading {
        top: 1030px
    }

    .story-band {
        top: 1080px;
        min-height: 550px
    }

    .your-stories-section .your-stories-slideshow .btn-default, .your-stories-section .your-stories-static .btn-default {
        top: 0 !important
    }

    .slick-next, .slick-prev {
        height: 322px !important
    }

    .footer-awards {
        width: 400px
    }

    .footer-office {
        width: 280px
    }

    .footer-helpline {
        width: 300px
    }
}

@media only screen and (min-width: 992px) {
    footer .social-follow {
        padding: 0 0 0 50px
    }
}

@media only screen and (max-width: 1024px) {
    header .forum-link, header .helpline-text {
        position: relative;
        left: 44px !important;
        top: 6px;
        text-align: right
    }

    .jumbotron .hero-image {
        background-position: 0 40px;
        min-height: 260px;
        max-height: 260px
    }

    .question-copy p {
        width: 93% !important
    }

    .support-toolbar {
        top: -32px
    }

    .your-stories-heading h2 {
        margin: 18px 0 8px 30px
    }

    .your-stories-section .your-stories-slideshow .btn-default {
        top: 0 !important
    }

    .slick-next, .slick-prev {
        height: 326px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .front .hero .hero-image-No {
        display: none
    }

    .front .hero .home-hero .hero-caption {
        bottom: 24px;
        left: 24px
    }

    .front .information-section .questions {
        min-height: initial
    }

    .front .information-section .questions .question h3 {
        margin-bottom: -10px
    }

    .front .home-toolbar {
        margin-left: -15px;
        margin-right: -15px
    }

    .front .home-toolbar select {
        width: 100%;
        margin-left: 0;
        font-size: 1em;
        background-position: right 5px top 18px
    }

    .front .home-toolbar .home-nav-38 {
        font-size: .95em
    }

    .front .home-section-2 .promo-slot {
        padding: 0
    }

    .front .home-section-2 .home-stories {
        padding: 0 15px
    }

    .front .home-section-2 .home-stories .caption {
        padding: 20px
    }

    .front .home-section-2 .home-stories .caption p {
        width: 95%
    }

    .front .home-video {
        padding-right: 15px
    }

    .node-type-landing-page aside {
        padding: 0 !important;
        right: 10px
    }

    .node-type-landing-page aside .landing-promo-image {
        padding: 0 12px
    }

    .node-type-landing-page aside .landing-promo {
        margin-top: 0 !important;
        min-height: 300px;
        padding: 0 12px
    }

    .node-type-landing-page aside .landing-promo .landing-promo-caption {
        margin-top: 0;
        min-height: 268px
    }
}

@media only screen and (max-width: 768px) {
    body.responsive-layout-mobile #block-block-28 img, body.responsive-layout-mobile .field-name-body img {
        height: 100%;
        margin: 0;
        width: 100%
    }

    header {
        max-height: 100px
    }

    header .logo {
        position: relative;
        left: 20px;
        width: 45%;
        top: 20px
    }

    header .navbar-brand {
        left: 0
    }

    header .navbar-brand {
        z-index: 0 !important
    }

    header .navbar-brand img {
        max-height: 75px
    }

    header .contact-header > div {
        position: absolute;
        top: 0;
        right: 10px
    }

    header .contact-header > div .helpline-text {
        left: 10px
    }

    header .contact-header > div .helpline-number {
        top: -4px;
        right: -60px
    }

    header .contact-header > div .forum-link {
        left: 5px
    }

    header .forum-link, header .helpline-text {
        top: 2px
    }

    header .custom-search {
        display: none
    }

    header .jcct-mobile-navbar {
        position: relative;
        top: -28px;
        display: block;
        background-color: #ec008b !important
    }

    header .jcct-mobile-navbar .jcct-menu-link {
        color: #fff;
        top: -34px;
        left: 24px
    }

    header .jcct-main-nav li {
        background-color: #ec008b;
        margin-bottom: 20px
    }

    .navbar {
        z-index: 10
    }

    .navbar-toggle {
        position: absolute;
        top: -80px;
        right: 0;
        border: none;
        cursor: pointer
    }

    .navbar-toggle:hover {
        background-color: #fad5e5 !important
    }

    .navbar-toggle .icon-bar {
        background-color: #ec008b !important;
        width: 40px;
        height: 8px
    }

    .mobile-donation-button {
        z-index: 200;
        display: inline-block;
        position: relative !important;
        top: -30px;
        right: 22px;
        background: #ffcf01;
        border-radius: 0;
        border: 0;
        min-height: 30px;
        font-size: 1.15em;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        text-align: center;
        -o-transition: color 50ms ease-out, background .8s ease-in;
        -ms-transition: color 50ms ease-out, background .8s ease-in;
        -moz-transition: color 50ms ease-out, background .8s ease-in;
        -webkit-transition: color 50ms ease-out, background .8s ease-in;
        transition: color 50ms ease-out, background .8s ease-in;
        cursor: pointer;
        max-width: 254px !important;
        min-width: none !important
    }

    .mobile-donation-button:hover {
        background: #5f276a !important
    }

    .mobile-donation-button:hover a {
        color: #ffcf01 !important;
        text-decoration: none
    }

    .mobile-donation-button a {
        color: #5f276a !important;
        font-weight: 400;
        margin: 14px 0 0;
        padding: 0
    }

    .breadcrumb {
        padding-left: 0 !important;
        margin-top: 20px !important
    }

    .jumbotron h1 {
        font-size: 1.5em !important;
        width: 75%
    }

    .jumbotron .hero-image {
        border: 1px solid transparent;
        background-position: -150px 44px;
        background-size: 120%;
        min-height: 330px;
        max-height: 330px
    }

    .questions {
        min-height: 780px
    }

    .other-questions {
        font-size: 1em;
        margin-bottom: 15px
    }

    .release-container {
        max-height: none
    }

    .release-container .ask-the-expert {
        display: none
    }

    .release-container .your-stories-heading {
        background-color: #1e4c5e
    }

    .release-container .information-heading {
        margin-top: 150px !important;
        max-height: 50px !important
    }

    .release-container .your-stories-section {
        background-color: #faf9f3;
        min-height: 500px !important
    }

    .release-container .your-stories-section .story {
        max-height: 505px !important
    }

    .release-container .your-stories-section .your-stories-static {
        margin: auto;
        margin-bottom: 30px;
        margin-top: 30px
    }

    .release-container .your-stories-section .your-stories-static .caption p {
        font-size: 1em !important
    }

    .release-container .your-stories-section .your-stories-static .btn-default {
        top: 0 !important
    }

    .about-section {
        background-color: #faf9f3;
        min-height: 820px
    }

    .information-toolbar-band, .story-band, .story-band-heading, .support-toolbar {
        display: none
    }

    .region-sidebar-first ul.menu {
        margin-left: 0
    }

    .jcct-cancer-info {
        min-height: 0 !important
    }

    .jcct-cancer-info .table-responsive {
        border: none !important
    }

    .node-type-landing-page .landing-cta-grid .caption {
        height: 80px !important
    }

    .node-type-webform form {
        margin-left: -15px
    }

    .node-type-webform form input, .node-type-webform form select, .node-type-webform form textarea {
        width: 250px !important
    }

    .node-type-webform form input#edit-submitted-gift-aid {
        width: 10% !important
    }

    .node-type-webform form input[type=checkbox], .node-type-webform form input[type=radio] {
        width: auto !important
    }

    .donate-landing-page .hero, .donate-thank-you-page .hero {
        max-height: initial;
        text-align: center
    }

    .donate-landing-page .hero img, .donate-thank-you-page .hero img {
        width: initial;
        object-fit: cover;
        max-height: initial
    }

    .donate-landing-page .hero-caption, .donate-thank-you-page .hero-caption {
        position: relative;
        width: 80%
    }

    .donate-landing-page .hero-caption .page-header, .donate-thank-you-page .hero-caption .page-header {
        font-size: 1.2em !important;
        line-height: 24px;
        padding-top: 0 !important
    }

    .donate-landing-page .donate-options, .donate-thank-you-page .donate-options {
        text-align: center
    }

    .donate-landing-page .donate-options form .donate-other, .donate-thank-you-page .donate-options form .donate-other {
        position: relative;
        top: 12px;
        bottom: 0;
        right: 0
    }

    .donate-landing-page .donate-button, .donate-thank-you-page .donate-button {
        margin-top: 12px
    }

    .donate-landing-page .main-container, .donate-thank-you-page .main-container {
        margin-top: -60px
    }

    .donate-landing-page .main-container .form-control, .donate-thank-you-page .main-container .form-control {
        width: 120%
    }

    .donate-landing-page .main-container .form-group, .donate-thank-you-page .main-container .form-group {
        width: 100%
    }

    .donate-landing-page .main-container .donate-gift-aid, .donate-landing-page .main-container .webform-component--gift-aid, .donate-thank-you-page .main-container .donate-gift-aid, .donate-thank-you-page .main-container .webform-component--gift-aid {
        background: 0 0
    }

    .donate-landing-page .main-container .donate-gift-aid .help-block, .donate-landing-page .main-container .webform-component--gift-aid .help-block, .donate-thank-you-page .main-container .donate-gift-aid .help-block, .donate-thank-you-page .main-container .webform-component--gift-aid .help-block {
        width: 220px;
        margin-left: 30px
    }

    .donate-landing-page .main-container .webform-component--gdpr-opt-in, .donate-thank-you-page .main-container .webform-component--gdpr-opt-in {
        width: 275px
    }

    footer .jcct-footer .footer-information p {
        line-height: 1.6em
    }

    footer .jcct-footer .fr-reg-logo {
        padding: 0
    }

    footer .jcct-footer .fr-reg-logo img, footer .jcct-footer .footer-logo img {
        top: 0;
        left: 0;
        max-width: 175px;
        padding: 10px 15px
    }

    footer .jcct-footer-heading h4 {
        margin-left: 15px
    }

    footer .footer-numbers {
        font-size: .9em
    }

    footer .footer-helpline, footer .footer-office {
        text-align: left !important;
        font-weight: 300 !important
    }

    .footer-contact-numbers a {
        font-size: 1.1em;
        font-weight: 300 !important;
        color: #fff
    }

    footer .social-stream {
        padding-top: 12px;
        min-height: initial
    }

    footer .view-display-id-socialstream_instagram img {
        margin-top: -10px !important;
        height: 300px
    }

    footer .social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs a {
        font-size: 1em;
        line-height: 1.1em;
        font-weight: 300
    }

    footer .social-follow-desktop {
        padding-left: 15px
    }

    .mobile-extra-menu {
        width: 98%
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 1.3em
    }

    body.responsive-layout-mobile #block-block-28 img, body.responsive-layout-mobile .field-name-body img {
        height: 100%;
        margin: 0;
        width: 100%
    }

    #breadcrumb {
        display: none
    }

    .table td {
        white-space: normal !important
    }

    h1.page-header {
        font-size: 30px !important
    }

    .content img {
        width: 100% !important;
        height: auto !important;
        padding: 0 0 18px
    }

    #__ba_panel {
        padding: 0;
        position: absolute;
        width: 100% !important
    }

    #__ba_panel ._ba_logo {
        z-index: 500;
        position: absolute;
        right: 2vw;
        top: 4px
    }

    #__ba_panel ._ba_logo img {
        width: 75px !important
    }

    header {
        max-height: 100px
    }

    header .logo {
        top: 30px
    }

    header .navbar-brand {
        z-index: 0 !important
    }

    header .navbar-brand img {
        max-height: 75px
    }

    header .contact-header > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 250px
    }

    header .helpline-number {
        position: absolute;
        top: -1px !important;
        right: 60px !important;
        font-size: 1.5em !important;
        width: 200px
    }

    header .helpline-text {
        position: absolute !important;
        top: 4px !important;
        right: 0 !important;
        left: -156px !important;
        font-weight: 300;
        font-size: .9em;
        width: 200px;
        z-index: 500
    }

    header .helpline-text a {
        text-decoration: none
    }

    header .top-navigation {
        top: -36px;
        height: 36px;
        text-align: center
    }

    header .top-navigation a {
        font-weight: 700;
        font-size: 1.15em;
        text-decoration: none
    }

    header .top-navigation .glyphicon {
        color: #ec008b;
        font-size: 1.15em;
        margin-right: 3px
    }

    header .jcct-mobile-navbar {
        position: relative;
        top: -28px;
        display: block;
        background-color: #ec008b !important
    }

    header .jcct-mobile-navbar .jcct-menu-link {
        color: #fff;
        top: -34px;
        left: 24px
    }

    header .jcct-main-nav li {
        background-color: #ec008b;
        margin-bottom: 20px
    }

    .navbar {
        z-index: 10
    }

    .navbar-toggle {
        position: absolute;
        top: -80px;
        right: 0;
        border: none;
        cursor: pointer
    }

    .navbar-toggle:hover {
        background-color: #fad5e5 !important
    }

    .navbar-toggle .icon-bar {
        background-color: #ec008b !important;
        width: 40px;
        height: 8px
    }

    .CTA-block {
        margin: 0
    }

    .CTA-block .defaultcallout {
        width: 100%
    }

    .front .hero .hero-image-No {
        display: none !important
    }

    .front .hero .home-hero img {
        max-height: 278px;
        min-height: initial
    }

    .front .hero .home-hero .hero-caption {
        padding: 10px 15px;
        bottom: 0;
        left: 15px;
        height: 100px;
        font-size: 1em;
        width: 100%
    }

    .front .hero .home-hero .hero-caption p {
        width: 90%
    }

    .front .hero .home-hero .hero-caption .btn-primary {
        bottom: 10px;
        border-radius: 0;
        max-width: 130px;
        max-height: 30px;
        padding: 4px;
        font-size: .9em !important;
        font-weight: 300
    }

    .front .information-section .questions {
        text-align: center
    }

    .front .information-section .questions h2 {
        font-size: 1.4em !important
    }

    .front .information-section .questions .question, .front .information-section .questions .read-more {
        max-width: initial;
        width: 84%;
        margin: auto
    }

    .front .information-section .questions .question-link {
        display: block;
        margin-bottom: 12px
    }

    .front .information-section .question-11, .front .information-section .question-12, .front .information-section .question-13 {
        max-height: 40px !important
    }

    .front .information-section .question-11 .question, .front .information-section .question-12 .question, .front .information-section .question-13 .question {
        min-height: initial;
        max-height: initial;
        height: 46px;
        margin-bottom: 24px;
        padding: 10px 2px 4px 4px
    }

    .front .information-section .question-11 h3, .front .information-section .question-12 h3, .front .information-section .question-13 h3 {
        font-size: 1em !important;
        text-align: left;
        margin: 0
    }

    .front .information-section .question-11 .question-copy, .front .information-section .question-12 .question-copy, .front .information-section .question-13 .question-copy {
        display: none
    }

    .front .information-section .question-11 .read-more, .front .information-section .question-12 .read-more, .front .information-section .question-13 .read-more {
        position: absolute;
        top: 0;
        right: 42px;
        width: 50px !important;
        background-image: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/right-arrow.svg);
        background-repeat: no-repeat
    }

    .front .information-section .question-11 .read-more p, .front .information-section .question-12 .read-more p, .front .information-section .question-13 .read-more p {
        display: none
    }

    .front .home-toolbar select {
        margin-bottom: 25px
    }

    .front .home-toolbar .home-nav-38 {
        display: none
    }

    .front .mobile-home-hero {
        height: 250px;
        z-index: 200
    }

    .front .mobile-home-hero img {
        width: 160%;
        position: relative;
        left: -40px
    }

    .front .mobile-home-hero .hero-caption {
        position: absolute;
        top: 0;
        left: 15px;
        padding: 12px;
        padding-top: 20px;
        text-align: center;
        font-size: 1em;
        font-weight: 300;
        line-height: 1.4em;
        width: 50%;
        height: 108%;
        background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
        z-index: 250
    }

    .front .mobile-home-hero .hero-caption .btn-primary {
        margin-top: 40px;
        border-radius: 0;
        max-height: 38px;
        padding: 6px;
        font-size: .9em !important;
        font-weight: 300;
        text-transform: uppercase
    }

    .front .home-section-2 .home-stories {
        margin: 0;
        padding: 0 12px
    }

    .front .home-section-2 .home-stories .home-story-image {
        min-height: 300px
    }

    .front .home-section-2 .home-stories .home-story-image img {
        width: 100%
    }

    .front .home-section-2 .home-stories .caption {
        width: 90%;
        min-height: 240px;
        padding-top: 0
    }

    .front .home-video {
        padding-right: 12px
    }

    .front .date-year {
        display: inline-block;
        width: 280px;
        text-align: left
    }

    .front #edit-date-filter-value-year {
        width: 75%
    }

    .front .social-follow {
        min-height: 80px !important
    }

    .front .social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs {
        background-color: #faf9f3 !important
    }

    .front .social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs a {
        font-size: 1em !important
    }

    .front .date-heading {
        width: 50% !important;
        text-align: left !important
    }

    .front .mobile-extra-menu {
        width: 100%
    }

    .front .node-type-event article {
        width: 110%;
        margin-left: -18px;
        margin-top: -32px
    }

    .front .node-type-event .hero-image h1.event-page-header {
        font-size: 1.45em !important;
        line-height: 1.1em !important
    }

    .front .node-type-event .share-bar {
        text-align: center;
        height: 50px;
        width: 110%;
        background: #fff !important;
        margin-left: -26px
    }

    .front .node-type-event .event-more-events {
        margin: 0 18px
    }

    .front .node-type-event .event-more-events .col-xs-5 {
        margin: 0 12px 12px 0
    }

    .front .video-player {
        width: 100%
    }

    .front .page-node-452265 iframe {
        margin-left: 10px !important
    }

    .front .view-display-id-socialstream_instagram img {
        margin-top: -10px !important;
        height: 150px
    }

    .front .jcct-footer {
        min-height: 300px
    }

    .front .jcct-footer .footer-information p {
        line-height: 1.6em
    }

    .front .footer-logo img {
        margin-right: 0
    }

    .front .footer-numbers {
        font-size: .9em
    }

    .forum-tools .ctools-jump-menu-select {
        width: 77%
    }

    aside {
        padding: 0 10px 0 10px !important
    }

    .node-type-webform .region-content form, .node-type-webform form {
        margin-left: 0
    }

    #webform-client-form-13781, #webform-client-form-14779 {
        width: 95% !important
    }

    #webform-client-form-13781 .email, #webform-client-form-13781 .form-control, #webform-client-form-14779 .email, #webform-client-form-14779 .form-control {
        width: 100% !important
    }

    #webform-client-form-13781 .form-textarea, #webform-client-form-14779 .form-textarea {
        width: 90% !important
    }

    #webform-client-form-13781 .form-radios, #webform-client-form-13781 .webform-component-checkboxes, #webform-client-form-14779 .form-radios, #webform-client-form-14779 .webform-component-checkboxes {
        margin-left: 30px !important
    }

    .mobile-extra-menu .more-pages-heading {
        padding: 8px;
        color: #fff;
        background-color: #5f276a
    }

    .mobile-extra-menu a {
        text-decoration: underline
    }

    .page-video-page .mobile-donation-button {
        position: relative !important;
        top: -30px
    }

    #edit-submitted-amount-select .form-radio {
        margin-left: -45px
    }

    .node-type-volunteer-page .block-title {
        font-size: 1.4em !important
    }

    .node-type-volunteer-page .page-facts {
        margin: 0;
        min-height: 300px
    }

    .node-type-volunteer-page .page-facts .page-fact {
        padding: 0 2px 0 0;
        max-height: 210px;
        max-width: 225px !important;
        margin: 12px auto !important;
        font-size: .9em
    }

    .node-type-volunteer-page .page-facts .page-fact .stat {
        margin: auto 0;
        min-height: 80px !important;
        line-height: 1.8em !important;
        font-size: 1.4em;
        padding: 6px
    }

    .node-type-volunteer-page .page-facts .page-fact .the-fact {
        min-height: 80px !important;
        line-height: 1.3em !important
    }

    .node-type-volunteer-page .page-content .landing-cta-grid {
        margin: 0
    }

    .node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb .caption {
        height: 40%;
        width: 97% !important
    }

    .node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb .caption h4 {
        line-height: 1.3em !important
    }

    .node-type-volunteer-page .hero-caption {
        position: absolute;
        bottom: 10;
        padding: 8px 12px;
        font-size: 1.4em;
        font-weight: 300;
        color: #fff;
        background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/purple-background.png);
        height: 40%
    }

    .node-type-volunteer-page .hero-caption p {
        line-height: 1.3em
    }

    .node-type-landing-page .hero-image {
        width: 200%
    }

    .node-type-landing-page .landing-left-column {
        margin-top: -10px
    }

    .node-type-landing-page .landing-left-column p:first-child {
        margin-top: 0
    }

    .node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb .caption {
        width: 97% !important
    }

    .node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb .caption h4 {
        line-height: .9em
    }

    .node-type-landing-page .landing-left-column .addthis_sharing_toolbox {
        width: 100%;
        float: left !important;
        top: 0 !important
    }

    .node-type-landing-page aside {
        right: 0
    }

    .node-type-campaign-landing-page .campaign-right-column {
        right: 0 !important
    }

    .node-type-campaign-landing-page .hero-image {
        min-height: 120px
    }

    .node-type-campaign-landing-page .hero-image img {
        margin-top: 20px;
        min-height: 120px
    }

    .node-type-campaign-landing-page .campaign-caption p {
        margin-top: 20px;
        font-size: .65em;
        line-height: .6em
    }

    .node-type-campaign-landing-page .campaign-quote {
        padding: 12px !important;
        background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/pink-background.png)
    }

    .node-type-campaign-landing-page .campaign-quote p {
        margin-top: 20px;
        font-size: .65em;
        line-height: .6em
    }

    .campaign-title {
        font-size: .6em !important;
        padding: 3px 4px 14px 4px !important;
        max-height: 40px !important
    }

    .campaign-title h1 {
        padding-top: 8px !important
    }

    .campaign-left-column .page-facts {
        min-height: 300px
    }

    .campaign-left-column .page-facts .page-fact {
        padding: 0 2px 0 0;
        max-height: 210px;
        max-width: 225px !important;
        margin: 12px auto !important;
        font-size: .9em
    }

    .campaign-left-column .page-facts .page-fact .stat {
        margin: auto 0;
        min-height: 90px !important;
        font-size: 2em !important
    }

    .campaign-left-column .page-facts .page-fact .the-fact {
        min-height: 200px !important;
        line-height: 1.3em !important
    }

    .campaign-cta a {
        padding: 4px 8px 0 35px;
        font-size: 1.4em !important
    }

    .campaign-related .col-xs-5 {
        margin: 0 12px 12px 0
    }

    footer .home-menu-bottom {
        height: 200px;
        margin-top: initial
    }

    footer .home-menu-bottom ul .useful-title {
        padding-left: 30px;
        width: 100% !important
    }

    footer .home-menu-bottom ul .col-md-2 {
        width: 50% !important
    }

    footer .home-menu-bottom ul .col-md-4 {
        margin: 20px 0 0 20px;
        padding: 0;
        width: 90%
    }

    footer .social-stream h4 {
        margin: 0 !important
    }

    footer .social-follow {
        padding: 0;
        margin: 0
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 375px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .jumbotron .hero-image-mobile h1 {
        left: 204px;
        top: 90px
    }

    .hero-image-mobile {
        margin-top: -12px !important;
        min-height: 318px !important
    }

    .information-heading {
        margin-top: 68px !important
    }
}

@media only screen and (max-width: 320px) {
    #__ba_panel img {
        left: -10px !important
    }

    .jumbotron .hero-image {
        display: none !important
    }

    .jumbotron .hero-image-mobile {
        background-repeat: no-repeat !important;
        background-size: 110% !important;
        min-height: 275px !important
    }

    .jumbotron .hero-image-mobile .btn-primary {
        top: 40px !important
    }

    .jumbotron h1 {
        position: relative;
        top: 74px;
        left: 150px !important;
        font-size: 1.15em !important
    }

    .information-heading {
        margin-top: 50px
    }

    .information-heading h2 {
        margin-top: 10px
    }

    .about-section .home-caption-copy {
        width: 160px !important
    }

    .html footer .footer-helpline, .html footer .footer-office {
        width: 100% !important;
        text-align: center !important
    }

    .html footer .footer-utility-links a {
        margin-right: 10px !important
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .release-container .your-stories-heading h2 {
        top: -8px !important
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .release-container .your-stories-heading h2 {
        top: -8px !important
    }
}

@media print {
    #block-block-37, #breadcrumb, .cbp-spmenu, .contact-header, .custom-search, .footer-logo, .footer-utility-links, .jcct-footer-blocks, .useful-links-toolbar {
        display: none
    }

    .footer-information {
        width: 100%
    }

    .footer-information p {
        line-height: 2em
    }

    .footer-numbers {
        float: none;
        position: relative;
        left: 115px
    }
}

.page-taxonomy-term .region-content div.node {
    clear: both;
    margin: 0 0 30px
}

.page-taxonomy-term .region-content div.node h1 {
    font-size: 1.75em !important;
    color: #ec008b
}

.page-taxonomy-term .region-content div.node .blog-posted {
    line-height: 40px;
    font-size: .9em;
    font-weight: 700;
    color: #555
}

.page-taxonomy-term .region-content nav {
    overflow: hidden
}

.page-taxonomy-term .region-content .blog-previous {
    float: left
}

.page-taxonomy-term .region-content .blog-next {
    float: right
}

.node-type-webform form .webform-component-markup.form-type-markup {
    margin-bottom: 0
}

.node-type-webform form .webform-component-markup.form-type-markup p {
    font-size: 1em
}

.node-type-webform form .form-group > label {
    font-weight: 600
}

.view-press-releases-news caption {
    color: #ec008b
}

.node-type-page .region-content ul li, .node-type-panel-content-page .region-content ul li, .node-type-event .region-content ul li, .region-content .field-name-body ul li {
    list-style: none;
    margin-left: 0;
    position: relative;
    line-height: 1.4em
}

.node-type-page .region-content ul li:before, .node-type-panel-content-page .region-content ul li:before, .node-type-event .region-content ul li:before, .region-content .field-name-body ul li:before {
    content: "\2022";
    font-size: 35px !important;
    color: #ec008b;
    padding-right: .5em;
    position: absolute;
    top: 0;
    left: -15px
}

.region-content .paragraphs-item-call-out-box ul li ul li:before {
    color: #ef59a1
}

.rate-widget ul li {
    margin-left: 0 !important;
    padding-right: 0 !important
}

.rate-widget ul li:before {
    display: none
}

.rate-widget-yesno ul li {
    text-indent: -9999em
}

.rate-widget-yesno ul li a {
    text-indent: 0
}

.rate-description {
    font-size: 1em !important;
    font-weight: 700;
    line-height: 2em;
    margin-bottom: -25px
}

.rate-info {
    font-size: 1em !important
}

.node-type-webform h2, .field-name-body h2 {
    color: #ec008c;
    font-weight: 700;
    line-height: 1.5em;
    font-size: 24px !important;
    margin-bottom: 10px !important
}

.node-type-webform .helpline-popup-wrapper h2 {
    font-size: 18px !important
}

.node-type-webform h3, .field-name-body h3 {
    color: #ec008c;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 20px !important;
    margin-bottom: 10px !important
}

.node-type-webform .region-content h4, .field-name-body h4 {
    color: #ef59a1;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 16px !important;
    margin-bottom: 10px !important
}

body.node-type-forum .info-wrapper section.block {
    padding: 0 !important;
    margin-bottom: 0 !important;
    background: none !important
}

body.node-type-forum .jcct-megamenu-wrapper section.block {
    background: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important
}

.paragraphs-item-image-block .field-name-field-image-block-heading h2 {
    font-size: 1em !important
}

body.page-node-add-forum section.block {
    margin-bottom: 0;
    border: none;
    background: 0 0;
    padding: unset
}

form#user-login {
    width: auto
}

form#user-login .login-form-wrapper {
    width: 60%
}

@media (max-width: 480px) {
    form#user-login .login-form-wrapper, form#user-pass {
        width: 90%
    }

    form#user-pass {
        padding-top: 20px
    }

    form#user-login .login-form-wrapper .form-group, form#user-login .login-form-wrapper input, form#user-pass input {
        max-width: 100%
    }

    .donate-landing-page .main-container, .donate-thank-you-page .main-container {
        margin-top: 0
    }
}

.forum-list-icon-legend .forum-list-icon-new-posts, .topic-icon-new, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/topic-new-icon.png) center no-repeat
}

.forum-list-icon-default, .topic-icon-default {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/topic-no-new-icon.png) center no-repeat
}

.topic-icon-hot-new {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/topic-hot-topic.png) center no-repeat
}

.topic-icon-hot {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/topic-no-hot-topic.png) center no-repeat
}

.topic-icon-sticky {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/topic-stickey-topic.png) center no-repeat
}

.topic-icon-closed {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/topic-locked-topic.png) center no-repeat
}

.forum-list-icon-legend .forum-list-icon-default, tr.even td.forum-list-icon-default .forum-list-icon-wrapper span, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span {
    background: url(/web/20240317162854im_/https://www.jostrust.org.uk/sites/all/themes/bootstrap/jostrust_org_uk/images/topic-no-new-icon.png) left top no-repeat rgba(0, 0, 0, 0);
    background-position: center
}

.unpublished-post-note {
    display: none
}

.role-Moderator---Volunteer .unpublished-post-note, .role-Moderator---Staff .unpublished-post-note, .role-Content-Administrator .unpublished-post-note, .role-Content-Administrator-Higher .unpublished-post-note, .admin-menu .unpublished-post-note {
    display: inline-block
}

.role-Moderator---Volunteer .forum-post-links li.comment-delete {
    display: none
}

.view-story-section .views-exposed-form #edit-story-type-wrapper label, .view-story-section .views-exposed-form .views-widget-filter-field_case_study_tag_tid_1 label {
    display: none
}

.view-story-section .views-exposed-form #edit-tagged-wrapper > label {
    display: none
}

.view-story-section .views-exposed-form #edit-tagged-wrapper .btn-toggle {
    padding: 0;
    color: #333
}

.view-story-section .views-exposed-form #edit-tagged-wrapper .btn-toggle:after {
    content: ' >'
}

.view-story-section .form-item-edit-tagged-all, .view-story-section .bef-select-as-links .form-item .form-item-edit-story-type-all a, .view-story-section .bef-select-as-links .form-item .form-item-edit-story-type-all--2 a, .view-story-section .form-item-edit-story-type-all {
    display: none
}

.view-story-section .view-filters {
    overflow: hidden
}

.view-story-section .view-filters .card-header .btn {
    background: #efefef;
    color: #ec008b;
    padding: 8px 20px;
    font-weight: 700
}

.view-story-section .view-filters .card-header .btn:after {
    content: ' >'
}

.view-story-section .view-filters .card-header .btn:focus, .view-story-section .view-filters .card-header .btn:active {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.view-story-section .view-filters .card-body {
    background: #efefef;
    padding: 20px
}

.view-story-section .views-exposed-form .views-exposed-widget {
    float: none;
    padding: 0 0 10px
}

.view-story-section #edit-secondary .panel-heading {
    background: #fff;
    border: 0 none;
    margin: 0;
    padding-left: 0
}

.view-story-section #edit-secondary .panel-heading a {
    color: #fff;
    font-weight: 700;
    padding: 9px 30px;
    border-radius: 12px;
    background: #0076b3;
    display: inline-block
}

.view-story-section #edit-secondary .panel-heading a:hover {
    background: #582a68
}

.view-story-section #edit-secondary .panel-heading a:after {
    content: ' >'
}

.view-story-section #edit-secondary .panel-body {
    background: #efefef
}

.view-story-section #edit-secondary {
    border: 0 none;
    border-radius: 0;
    box-shadow: unset;
    height: auto
}

.view-story-section .bef-select-as-links > .form-item {
    display: flex;
    justify-content: space-between
}

.view-story-section .bef-select-as-links > .form-item div.form-type-bef-link {
    width: 32%;
    background: #ec008b;
    padding: 0 20px
}

.view-story-section .bef-select-as-links .form-item a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 60px 0;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.view-story-section div.form-checkboxes {
    height: auto;
    background: #efefef;
    border: 0 none;
    box-shadow: unset;
    padding: 0
}

.view-story-section .bef-tree .bef-all-none-nested-processed > .form-type-bef-checkbox input {
    display: none
}

.view-story-section .bef-tree .bef-all-none-nested-processed > .form-type-bef-checkbox label {
    font-weight: 700;
    color: #ec008b;
    margin-bottom: 0
}

.view-story-section .bef-tree {
    list-style-type: none;
    padding: 0
}

.view-story-section .bef-tree li {
    list-style-type: none
}

.view-story-section .bef-tree li:before {
    display: none
}

.view-story-section .bef-tree .bef-tree-child {
    overflow: hidden;
    padding-left: 20px;
    padding-bottom: 10px
}

.view-story-section .bef-tree .form-item.form-type-bef-checkbox.form-group {
    position: relative;
    overflow: hidden;
    padding-bottom: 5px
}

.view-story-section .bef-tree .bef-tree-child li {
    float: left;
    width: 25%
}

.view-story-section .bef-tree .bef-tree-child li:before {
    display: none
}

.view-story-section .bef-tree .form-item.form-type-bef-checkbox.form-group input.form-checkboxes {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    line-height: 0;
    height: 20px
}

.view-story-section .bef-tree .form-item.form-type-bef-checkbox.form-group label.option {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 5px;
    vertical-align: baseline;
    min-height: 20px
}

.view-story-section .bef-all-none-nested-processed {
    border-bottom: 2px solid #ec008b;
    padding: 10px 20px;
    margin: 0 -20px
}

.view-story-section .view-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.view-story-section .views-row {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: 20px 0
}

.view-story-section .views-row h3 a {
    color: #ec008b
}

.view-story-section .views-row h3 a:after {
    content: ' >'
}

.view-story-section .attachment-before .views-row {
    background: #0076b3;
    color: #fff;
    padding: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    padding-left: 35%;
    padding-left: calc(33% + 20px);
    min-height: 230px;
    padding-bottom: 84px
}

.view-story-section .attachment-before .views-row .views-field-field-short-page-title {
    color: #fff;
    font-family: Georgia, serif;
    font-size: 28px;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600
}

.view-story-section .attachment-before .views-row .views-field-field-thumbnail {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 33%
}

.view-story-section .attachment-before .views-row .views-field-field-thumbnail img {
    max-width: none;
    max-height: 140%;
    height: auto;
    width: auto
}

.view-story-section .attachment-before .views-row .views-field-title a {
    background: #ec008b;
    color: #fff;
    padding: 9px 45px;
    border-radius: 12px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    position: absolute;
    left: 35%;
    left: calc(33% + 20px);
    bottom: 20px
}

.view-story-section .attachment-before .views-row .views-field-title a:hover {
    background: #582a68;
    text-decoration: none
}

.view-story-section .pager li:before {
    display: none
}

.view-story-section .pager a {
    background: #ec008b;
    color: #fff;
    border-radius: 12px;
    border: 0 none;
    padding: 9px 45px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px
}

.view-story-section .pager a:hover {
    background: #582a68
}

.view-story-section .view-footer {
    text-align: center;
    padding-top: 10px
}

.view-story-section .bef-secondary-options .views-submit-button {
    display: inline-block;
    margin-right: 20px
}

.view-story-section .btn-primary {
    padding: 9px 30px;
    border-radius: 12px;
    font-weight: 700
}

.view-story-section .btn-secondary {
    color: #333;
    background-color: #efefef;
    border-color: #efefef
}

.view-story-section .btn-secondary:hover {
    color: #fff;
    background-color: #0076b3;
    border-color: #0076b3
}

.view-story-section .btn-secondary:focus, .view-story-section .btn-secondary:active {
    outline: 0;
    box-shadow: unset
}

@media (max-width: 480px) {
    .view-story-section .bef-select-as-links > .form-item {
        flex-direction: column
    }

    .view-story-section .bef-select-as-links > .form-item div.form-type-bef-link {
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }

    .view-story-section .bef-select-as-links .form-item a {
        padding: 20px;
        min-height: 40px
    }

    .donate-landing-page .main-container, .donate-thank-you-page .main-container {
        margin-top: -30px
    }

    .view-story-section .bef-all-none-nested-processed {
        padding: 10px 0
    }

    .view-story-section .bef-tree .bef-tree-child li {
        width: 50%
    }

    .view-story-section .views-row {
        width: 100%
    }

    .view-story-section .attachment-before .views-row {
        padding-left: 20px;
        padding-bottom: 20px
    }

    .view-story-section .attachment-before .views-row .views-field-field-thumbnail {
        position: static;
        max-width: 100%;
        margin-bottom: 20px
    }

    .view-story-section .attachment-before .views-row .views-field-field-thumbnail img {
        max-height: none;
        max-width: 100%
    }

    .view-story-section .attachment-before .views-row .views-field-title a {
        position: static
    }
}

button#ccc-icon:focus {
    box-shadow: none
}

@media (max-width: 480px) {
    body #ccc, body #ccc p, body #ccc .third-party-cookie-link {
        font-size: 1em !important
    }
}

.block.forum-update-notice {
    padding: 5px 15px;
    border: 4px solid #0076b3;
    background: #efefef
}

.block.forum-update-notice h4 {
    color: #ed008c
}

.block.forum-update-notice p {
    font-weight: 500
}

.front .paragraphs-item-hero-panel .field-name-field-image-block-upload img {
    width: 100%
}

@media screen and (max-width: 768px) {
    .front .paragraphs-item-hero-panel .field-name-field-image-block-upload img {
        width: 100% !important;
        margin-left: 0 !important
    }

    .jcct-megamenu-wrapper {
        height: 41px !important
    }
}

#block-volunteer-dashboard-dashboard--2 > section > div:nth-child(2), #block-volunteer-dashboard-dashboard--2 > section > div:nth-child(5), #block-volunteer-dashboard-dashboard--2 > section > div:nth-child(6) {
    display: none
}

html header {
    background: #fff
}

html header .logo {
    overflow: hidden;
    padding: 14px 0
}

html header .navbar-brand {
    height: auto;
    overflow: hidden;
    top: 0
}

header .top-header-info {
    background: #eceaec
}

header .top-header-info .info-wrapper {
    margin-right: -15px;
    position: relative
}

header .top-navigation .nopad {
    padding: 0
}

header .top-header-info .glyphicon, header .top-header-info .fa, header .top-navigation .fa {
    color: #ec008c;
    font-size: 1.6em
}

header .top-header-info .helpline-text .fa {
    vertical-align: sub
}

header .top-header-info .fas, header .top-navigation .fas {
    color: #ec008c;
    font-size: 1.3em
}

header .top-navigation .helpline-number {
    line-height: 2.2em
}

header .top-header-info .forum-link, header .top-header-info .helpline-text, header .top-header-info .shop-link, header .top-header-info .cart-link {
    position: relative;
    left: 0;
    top: 4px;
    text-align: center;
    padding: 0
}

header .top-header-info.info-bar .container .row {
    text-align: right;
    margin: 0;
    position: relative
}

header .top-header-info.info-bar .shop-link, header .top-header-info.info-bar .cart-link, header .top-header-info.info-bar .forum-link, header .top-header-info.info-bar .helpline-text {
    display: inline-block
}

header .top-header-info.info-bar .aloud-link, header .top-header-info.info-bar .shop-link, header .top-header-info.info-bar .cart-link, header .top-header-info.info-bar .forum-link {
    padding: 0 20px
}

header .top-header-info.info-bar .helpline-text {
    padding: 0 10px 0 20px
}

@media (max-width: 767px) {
    header .top-header-info.info-bar .helpline-text {
        padding: 5px 10px 0 0;
        z-index: 0
    }

    header .top-header-info.info-bar > .container {
        padding: 0 !important;
        height: 40px
    }

    header .top-header-info.info-bar .helpline-number {
        padding-top: 5px
    }
}

header .top-header-info.info-bar .helpline-number {
    float: right
}

header .top-header-info.info-bar .aloud-link {
    position: relative;
    width: 240px;
    display: inline-block
}

#__ba_panel {
    position: absolute;
    top: -18px;
    left: 0;
    width: 240px !important;
    display: block;
    z-index: 999
}

.batext {
    position: absolute;
    top: -15px;
    left: 60px
}

#__ba_panel ._ba_logo img {
    width: 75px !important;
    margin-right: 10px
}

header .top-header-info.info-bar .aloud-link {
    position: relative;
    width: 240px;
    display: inline-block
}

#__ba_panel {
    position: absolute;
    top: -18px;
    left: 0;
    width: 240px !important;
    display: block;
    z-index: 999
}

.batext {
    position: absolute;
    top: -15px;
    left: 60px
}

#__ba_panel ._ba_logo img {
    width: 75px !important;
    margin-right: 10px
}

#__ba_panel .imgDiv {
    height: 34px
}

#__ba_panel .imgDiv .baButton {
    padding-left: 20px
}

#__ba_panel .imgDiv .baButton .imgStyle {
    height: 32px;
    width: 32px;
    line-height: 0
}

@media only screen and (max-width: 1024px) {
    #__ba_panel {
        padding: 0;
        position: absolute;
        width: 100% !important;
        right: 0
    }

    #__ba_panel ._ba_logo {
        z-index: 1 !important;
        position: absolute;
        right: 0;
        top: 4px
    }

    #__ba_panel ._ba_logo img {
        width: 75px !important
    }

    .batext {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    header .top-header-info .info-wrapper {
        margin-right: 0
    }

    header .top-header-info.info-bar .aloud-link {
        float: left
    }

    #__ba_panel {
        height: 36px !important;
        top: 0
    }

    header .top-header-info .forum-link, header .top-header-info .helpline-text {
        left: 0 !important
    }

    header .top-header-info .aloud-link, header .top-header-info .forum-link, header .top-header-info .helpline-text, header .top-header-info .shop-link, header .top-header-info .cart-link {
        top: 0
    }

    header .top-header-info.info-bar .helpline-number {
        float: none;
        display: inline-block
    }
}

@media only screen and (max-width: 992px) {
    #__ba_panel {
        width: auto !important;
        min-width: 80px
    }
}

@media only screen and (max-width: 768px) {
    header #__ba_panel._ba_manual {
        position: absolute !important
    }

    header .top-header-info.info-bar .aloud-link {
        width: 80px
    }
}

@media only screen and (max-width: 767px) {
    header .top-header-info.info-bar .helpline-number {
        float: right
    }
}

@media only screen and (max-width: 480px) {
    header #__ba_panel {
        position: static !important
    }

    #__ba_panel .imgDiv {
        width: auto
    }

    #__ba_panel .imgDiv .baButton {
        float: right
    }
}

header .top-header-info .aloud-link, header .top-header-info .forum-link a, header .top-header-info .helpline-text a, header .top-header-info .shop-link a, header .top-header-info .cart-link a, header .top-header-info .cart-link span.cart-label {
    font-size: 1em;
    line-height: 2em;
    font-weight: bolder;
    text-decoration: none;
    color: #867c84 !important;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    margin: 0
}

header .forum-link a:visited, header .helpline-text a:visited, header .top-header-info .cart-link a:visited, header .top-header-info .shop-link a:visited {
    color: #867c84 !important
}

header .top-header-info .cart-link {
    position: relative
}

header .top-header-info .cart-link .cart {
    left: 0;
    top: 0
}

header .top-header-info .cart-link .cart #block-uc-tinycart-hovercart, header .top-header-info .cart-link .cart #block-uc-tinycart-hovercart #hovercart-image {
    display: inline-block
}

header .top-header-info .cart-link .cart #block-uc-tinycart-hovercart #hovercart-image {
    width: 27px
}

header .top-header-info .cart-link .cart #hovercart-image #hovercart-icon {
    display: none
}

header .top-header-info .cart-link .cart #hovercart-image #hovercart-qty {
    top: 0 !important;
    left: 0 !important
}

header .top-header-info .cart-link .cart #block-uc-tinycart-hovercart #hovercart-contents.center {
    top: 16px;
    padding-top: 20px
}

header .top-header-info .cart-link .cart #block-uc-tinycart-hovercart #hovercart-contents.visible #content-wrap:after {
    top: 13px
}

header .top-header-info .helpline-number {
    right: 0
}

header .top-header-info .helpline-number a, header .top-header-info .helpline-number a:hover, header .top-header-info .helpline-number a:visited {
    text-decoration: none;
    color: #ec008c !important;
    font-weight: 700
}

header .custom-search {
    margin-top: 35px !important
}

header .custom-search .navbar-right {
    margin-right: 0 !important
}

header .custom-search .navbar-form {
    border: 1px solid #80757d !important
}

header .custom-search .jcct-search {
    color: #80757d !important;
    padding: 8px !important;
    font-size: 1.1em !important
}

header .custom-search .jcct-search::-webkit-input-placeholder {
    color: #80757d !important
}

header .custom-search .jcct-search::-moz-placeholder {
    color: #80757d !important
}

header .custom-search .jcct-search::-ms-input-placeholder {
    color: #80757d !important
}

header .custom-search .jcct-search::placeholder {
    color: #80757d !important
}

.navbar a {
    font-size: 1.2em;
    font-weight: 700
}

.html footer .jcct-footer-blocks {
    background: #eceaec
}

.jcct-footer-heading h4 {
    color: #592b68
}

.html footer .jcct-footer .container {
    display: flex
}

.html footer .footer-utility-links {
    text-align: center
}

.html footer .footer-utility-links a {
    font-size: .9em;
    font-weight: 300;
    margin-left: 0;
    margin-right: 30px;
    text-decoration: none
}

@media only screen and (max-width: 1200px) {
    .footer-contact-numbers .col-md-3 {
        width: 25%
    }
}

@media only screen and (max-width: 767px) {
    header .custom-search {
        margin-top: -10px;
        margin-right: 100px
    }
}

@media only screen and (max-width: 768px) {
    html header {
        max-height: unset
    }

    html header .logo {
        top: 0;
        width: auto
    }

    html footer .jcct-footer-heading h4 {
        margin-left: 0
    }

    html footer .newsletter, html footer .social-follow {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    html footer .newsletter form {
        padding: 0;
        margin: 0
    }

    .html footer .jcct-footer .container {
        display: block
    }

    footer .footer-information h6 {
        font-size: 1.2em
    }

    footer .footer-information p {
        font-size: 1em
    }

    footer .footer-logo {
        padding: 0
    }

    footer .jcct-footer .fr-reg-logo img, footer .jcct-footer .footer-logo img {
        max-width: 100%
    }

    .top-header-info .cart #hovercart-image {
        z-index: 0
    }

    .footer-contact-numbers a {
        line-height: 3.3em
    }

    .footer-contact-numbers .col-xs-6 {
        width: 50%
    }

    .front .hero img {
        margin-top: -1px
    }
}

@media only screen and (max-width: 480px) {
    header .top-header-info .info-wrapper {
        margin-right: 0
    }

    header .top-header-info.info-bar .aloud-link {
        position: relative;
        width: 240px;
        display: inline-block;
        float: none
    }

    header .top-header-info .helpline-text {
        right: auto !important;
        left: 10px !important;
        width: auto
    }

    header .top-header-info .helpline-text a {
        line-height: 1.8
    }

    header .top-header-info .helpline-number {
        text-align: left;
        width: auto;
        right: auto !important;
        left: 90px
    }

    html header {
        max-height: unset
    }

    html header .logo {
        top: 0;
        padding: 5px 0
    }

    .html footer .footer-logo {
        padding-left: 0
    }

    .html footer .footer-logo img {
        max-width: 100%
    }

    .html footer .footer-helpline, .html footer .footer-office {
        width: 50%
    }
}

.panel-jt-fullwidth-stacked .panel-col-center, .panel-jt-sidebar-stacked .panel-col-center {
    position: relative
}

.panel-jt-fullwidth-stacked .panel-col-center .pane-node-title, .panel-jt-sidebar-stacked .panel-col-center .pane-node-title {
    float: left
}

.panel-jt-fullwidth-stacked .panel-col-center .pane-node-title h2.pane-title, .panel-jt-sidebar-stacked .panel-col-center .pane-node-title h2.pane-title {
    display: none
}

.panel-jt-fullwidth-stacked .panel-col-center .pane-block.addthis_sharing_toolbox, .panel-jt-sidebar-stacked .panel-col-center .pane-block.addthis_sharing_toolbox {
    margin-top: -20px
}

.panel-jt-fullwidth-stacked .panel-col-center .pane-node-body, .panel-jt-sidebar-stacked .panel-col-center .pane-node-body, .panel-jt-fullwidth-stacked .panel-col-center .pane-node-field-select-content-block, .panel-jt-sidebar-stacked .panel-col-center .pane-node-field-select-content-block {
    clear: both
}

.region-content .panel-jt-fullwidth-stacked .rate-widget, .region-content .panel-jt-sidebar-stacked .rate-widget {
    height: auto;
    margin-bottom: 30px
}

.region-content .panel-jt-fullwidth-stacked .information-rating-widget, .region-content .panel-jt-sidebar-stacked .information-rating-widget {
    overflow: hidden;
    padding: 0 20px
}

.region-content .panel-jt-fullwidth-stacked ul, .region-content .panel-jt-sidebar-stacked ul {
    padding-inline-start: 25px;
    display: flow-root
}

.region-content .panel-jt-fullwidth-stacked .rate-widget ul, .region-content .panel-jt-sidebar-stacked .rate-widget ul {
    padding-inline-start: 40px
}

.region-content .panel-jt-fullwidth-stacked ul li, .region-content .panel-jt-sidebar-stacked ul li {
    margin-bottom: 5px
}

.region-content .panel-jt-fullwidth-stacked ul li:before, .region-content .panel-jt-sidebar-stacked ul li:before {
    font-size: 35px;
    padding-right: .8em;
    left: -15px
}

.region-content .panel-jt-fullwidth-stacked ul li ul, .region-content .panel-jt-sidebar-stacked ul li ul {
    margin: 5px 0;
    padding-inline-start: 20px
}

.region-content .panel-jt-fullwidth-stacked ul li ul li:before, .region-content .panel-jt-sidebar-stacked ul li ul li:before {
    color: #fa7eba
}

.region-content .field-name-body ul li {
    text-indent: 0px !important
}

.region-content .panel-jt-fullwidth-stacked ol, .region-content .panel-jt-sidebar-stacked ol {
    display: inline-block
}

.panel-col-sidebar .block ul.menu li:before {
    display: none
}

.node-type-page .hero-image, .node-type-landing-page .hero-image, .node-type-panel-content-page .hero-image {
    max-height: 400px;
    overflow: hidden;
    width: 100%
}

.node-type-page .hero-image img, .node-type-landing-page .hero-image img, .node-type-panel-content-page .hero-image img {
    margin: 0 auto
}

.background_grey {
    background: #eceaec
}

.paragraphs-item-free-text .field-name-field-image-block-heading, .highlight_magenta .field-quote-heading, .highlight_magenta h2 {
    color: #ec008c
}

.highlight_purple .field-quote-heading, .highlight_purple h2 {
    color: #592b68
}

.highlight_cerulean .field-quote-heading, .highlight_cerulean h2 {
    color: #007fb2
}

.highlight_yellow .field-quote-heading, .highlight_yellow h2 {
    color: #ffd100
}

a.btn-cta {
    border-radius: 12px;
    margin-top: 20px;
    font-weight: 700;
    white-space: normal;
    padding: 9px 30px
}

a.btn-cta:hover, .paragraphs-item-image-and-text-banner a.btn:hover {
    opacity: .8
}

a.btn-cta i.fa:first-child {
    margin-left: 0;
    margin-right: 8px
}

a.btn-cta i.fa:last-child {
    margin-left: 8px;
    margin-right: 0
}

.paragraphs-item-image-and-text-banner .banner-wrapper {
    overflow: hidden;
    position: relative
}

.paragraphs-item-image-and-text-banner .content img, .paragraphs-item-call-out-box .content img, .paragraphs-item-image-block .content img {
    padding: 0
}

.banner_img_33 .field-name-field-image-block-upload {
    max-width: 33%
}

.banner_img_50 .field-name-field-image-block-upload {
    max-width: 50%
}

.banner_img_66 .field-name-field-image-block-upload {
    max-width: 66%
}

.banner_img_33.image-right .banner-wrapper {
    padding-right: 33%
}

.banner_img_50.image-right .banner-wrapper {
    padding-right: 50%
}

.banner_img_66.image-right .banner-wrapper {
    padding-right: 66%
}

.banner_img_33.image-left .banner-wrapper {
    padding-left: 33%
}

.banner_img_50.image-left .banner-wrapper {
    padding-left: 50%
}

.banner_img_66.image-left .banner-wrapper {
    padding-left: 66%
}

.paragraphs-item-image-and-text-banner .banner-content {
    float: left;
    overflow: hidden
}

.paragraphs-item-image-and-text-banner .field-name-field-image-block-upload {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
    max-width: none;
    max-height: 140%;
    height: auto;
    width: auto
}

.paragraphs-item-image-and-text-banner .banner-content {
    padding: 30px
}

.paragraphs-item-image-and-text-banner .banner_no_img .banner-content {
    float: none;
    padding: 60px 35px;
    border: 1px solid #cdcdcd;
    border-left: 0 none;
    border-right: 0 none
}

.paragraphs-item-free-text .field-name-field-image-block-heading, .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading h2, .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading {
    font-family: Georgia, serif;
    font-size: 1em;
    font-size: 28px;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600
}

.paragraphs-item-image-and-text-banner .image-right .field-name-field-image-block-upload {
    left: auto;
    right: 0
}

.paragraphs-item-cta-button a.btn, .paragraphs-item-call-out-box a.btn, .paragraphs-item-image-and-text-banner a.btn {
    border-radius: 12px;
    padding: 9px 30px;
    font-weight: 700;
    margin-top: 20px
}

.panel-col-sidebar .paragraphs-item-cta-button a.btn {
    margin: 0 0 20px
}

.paragraphs-item-call-out-box a.btn {
    margin: 20px auto 0;
    display: block
}

.paragraphs-item-call-out-box a.btn, .paragraphs-item-image-and-text-banner a.btn, .paragraphs-item-call-out-box .highlight_magenta a.btn, .paragraphs-item-image-and-text-banner .highlight_magenta a.btn {
    background-color: #ec008c;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_magenta a.btn:hover, .paragraphs-item-image-and-text-banner .highlight_magenta a.btn:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_purple a.btn, .paragraphs-item-image-and-text-banner .highlight_purple a.btn {
    background-color: #592b68;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_purple a.btn:hover, .paragraphs-item-image-and-text-banner .highlight_purple a.btn:hover {
    background-color: #ec008c;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_cerulean a.btn, .paragraphs-item-image-and-text-banner .highlight_cerulean a.btn {
    background-color: #007fb2;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_cerulean a.btn:hover, .paragraphs-item-image-and-text-banner .highlight_cerulean a.btn:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_yellow a.btn, .paragraphs-item-image-and-text-banner .highlight_yellow a.btn {
    background-color: #ffd100;
    color: #1e1617
}

.paragraphs-item-call-out-box .highlight_yellow a.btn:hover, .paragraphs-item-image-and-text-banner .highlight_yellow a.btn:hover {
    background-color: #007fb2;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-image-and-text-banner .banner-content a.btn {
    font-size: 1.3em;
    margin-top: 30px;
    padding: 9px 45px
}

.paragraphs-items-field-field-select-content-block > .field-items > .field-item {
    margin-bottom: 20px
}

.paragraphs-item-collapsible-accordion .panel-default {
    border: 0 none;
    box-shadow: none;
    margin-bottom: 5px
}

.paragraphs-item-collapsible-accordion .panel-default > .panel-heading {
    background: #fff;
    border: 0 none;
    padding: 0
}

.paragraphs-item-collapsible-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0 none
}

.paragraphs-item-collapsible-accordion .panel-collapse {
    background-color: #fff
}

.paragraphs-item-collapsible-accordion .panel-group .panel .panel {
    margin: 0;
    margin-bottom: 5px
}

.paragraphs-item-collapsible-accordion .panel-title button {
    display: block;
    border: 0;
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: #ec008b;
    padding: 10px 15px;
    color: #fff;
    font-size: 15px
}

.paragraphs-item-collapsible-accordion .panel-title button:active, .paragraphs-item-collapsible-accordion .panel-title button:focus {
    box-shadow: none
}

.paragraphs-item-collapsible-accordion .panel-title button:after {
    color: #fff;
    content: '\203a ';
    font-weight: 600;
    font-family: Georgia, serif;
    font-size: 36px;
    line-height: 0;
    vertical-align: middle;
    float: right;
    margin-top: 6px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform .25s cubic-bezier(.4, 0, 1, 1)
}

.paragraphs-item-collapsible-accordion .panel-title button.collapsed {
    background: #f3f3f4;
    color: #ec008b
}

.paragraphs-item-collapsible-accordion .panel-title button.collapsed:after {
    color: #ec008b;
    content: '\203a ';
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.panel-col-center .paragraphs-item-cta-button {
    text-align: center
}

.panel-col-center .paragraphs-item-cta-button a.btn-cta {
    max-width: 350px
}

.paragraphs-item-cta-button a.btn-cta, .paragraphs-item-cta-button a.btn-cta:visited, .paragraphs-item-cta-button a.primary_magenta, .paragraphs-item-cta-button a.primary_magenta:visited {
    background-color: #ec008c;
    color: #fff
}

.paragraphs-item-cta-button a.btn-cta:hover, .paragraphs-item-cta-button a.primary_magenta:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-cta-button a.companion_purple, .paragraphs-item-cta-button a.companion_purple:visited {
    background-color: #592b68;
    color: #fff
}

.paragraphs-item-cta-button a.companion_purple:hover {
    background-color: #ec008c;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-cta-button a.secondary_cerulean, .paragraphs-item-cta-button a.secondary_cerulean:visited {
    background-color: #007fb2;
    color: #fff
}

.paragraphs-item-cta-button a.secondary_cerulean:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-cta-button a.secondary_yellow, .paragraphs-item-cta-button a.secondary_yellow:visited {
    background-color: #ffd100;
    color: #1e1617
}

.paragraphs-item-cta-button a.secondary_yellow:hover {
    background-color: #007fb2;
    opacity: 1 !important;
    color: #fff
}

.panel-col-sidebar .paragraphs-item-cta-button a.btn-cta {
    width: 100%
}

.paragraphs-item-four-cta-row .field-type-paragraphs > .field-items, .paragraphs-item-four-image-text-block-row .field-type-paragraphs > .field-items {
    display: flex;
    justify-content: space-between
}

.paragraphs-item-four-cta-row .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .field-type-paragraphs > .field-items > .field-item {
    width: 100%
}

.paragraphs-item-four-cta-row .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-2 .field-type-paragraphs > .field-items > .field-item {
    width: 49%;
    display: flex
}

.paragraphs-item-four-cta-row .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-3 .field-type-paragraphs > .field-items > .field-item {
    width: 32%;
    display: flex
}

.paragraphs-item-four-cta-row .flex-columns-4 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-4 .field-type-paragraphs > .field-items > .field-item {
    width: 23.5%;
    display: flex
}

.paragraphs-item-four-image-text-block-row .flex-columns-2 .video-player, .paragraphs-item-four-image-text-block-row .flex-columns-3 .video-player, .paragraphs-item-four-image-text-block-row .flex-columns-4 .video-player {
    width: 100%
}

.paragraphs-item-four-cta-row .paragraphs-item-cta-button {
    width: 100%
}

.paragraphs-item-four-cta-row .paragraphs-item-cta-button a.btn-cta {
    width: 100%;
    margin: 20px auto 0
}

.paragraphs-item-call-out-box {
    margin-bottom: 20px
}

.paragraphs-item-four-image-text-block-row .paragraphs-item-image-block {
    width: 100%
}

.paragraphs-item-four-image-text-block-row .paragraphs-item-image-block, .paragraphs-item-call-out-box .block-wrapper {
    overflow: hidden;
    position: relative
}

.paragraphs-item-four-image-text-block-row .paragraphs-item-image-block.block_border, .paragraphs-item-call-out-box .block_border .block-wrapper {
    border: 1px solid #9d9f9e
}

.paragraphs-item-four-image-text-block-row .paragraphs-item-image-block .block-content {
    padding-bottom: 40px
}

.paragraphs-item-call-out-box .highlight_magenta .block-wrapper {
    border-color: #ec008c
}

.paragraphs-item-call-out-box .highlight_purple .block-wrapper {
    border-color: #592b68
}

.paragraphs-item-call-out-box .highlight_cerulean .block-wrapper {
    border-color: #007fb2
}

.paragraphs-item-call-out-box .highlight_yellow .block-wrapper {
    border-color: #ffd100
}

.paragraphs-item-call-out-box .block-wrapper {
    background: #fff
}

.paragraphs-item-call-out-box .background_grey .block-wrapper {
    background: #eceaec
}

.paragraphs-item-call-out-box .block-content {
    line-height: 1.3
}

.paragraphs-item-call-out-box .block-content, .paragraphs-item-image-block .block-content {
    padding: 15px;
    overflow: hidden
}

.paragraphs-item-call-out-box .field-name-field-image-block-heading {
    font-weight: 700;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 10px;
    margin-bottom: 15px;
    position: relative;
    min-height: 50px
}

.paragraphs-item-call-out-box .field-name-field-image-block-heading:before {
    content: '\201C';
    opacity: .15;
    position: absolute;
    line-height: 1;
    top: -18px;
    left: -5px;
    font-size: 180px;
    font-family: Georgia, serif
}

.paragraphs-item-call-out-box .block-content .field-name-field-image-block-heading {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 0
}

.paragraphs-item-call-out-box .block-content .field-name-field-image-block-heading:before {
    top: -32px;
    left: -20px
}

.paragraphs-item-call-out-box .highlight_magenta .field-name-field-image-block-heading:before {
    color: #ec008c
}

.paragraphs-item-call-out-box .highlight_purple .field-name-field-image-block-heading:before {
    color: #592b68
}

.paragraphs-item-call-out-box .highlight_cerulean .field-name-field-image-block-heading:before {
    color: #007fb2
}

.paragraphs-item-call-out-box .highlight_yellow .field-name-field-image-block-heading:before {
    color: #ffd100
}

.paragraphs-item-image-block .field-name-field-image-block-heading {
    margin-bottom: 10px;
    line-height: 1.2em;
    font-size: 24px
}

.paragraphs-item-image-block .field-name-field-image-block-heading a, .paragraphs-item-image-block .field-name-field-image-block-heading a:visited {
    color: #ec008c;
    font-weight: 700
}

.paragraphs-item-image-block .block_no_img .field-name-field-image-block-heading {
    margin-bottom: 0
}

.paragraphs-item-image-block .block_no_img .field-name-field-image-block-heading a, .paragraphs-item-image-block .block_no_img .field-name-field-image-block-heading a:visited {
    font-size: 24px;
    text-align: center;
    background-color: #f3f3f4;
    height: 120px;
    padding-left: 16%;
    padding-right: 16%;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center
}

.paragraphs-item-image-block .block_no_img .field-name-field-image-block-heading a:hover {
    text-decoration: none;
    background: #ec008c;
    color: #fff
}

.paragraphs-item-image-block .block_no_img.block_no_text .field-name-field-image-block-heading a, .paragraphs-item-image-block .block_no_img.block_no_text .field-name-field-image-block-heading a:visited {
    height: 200px
}

.paragraphs-item-four-image-text-block-row .flex-columns-1 .paragraphs-item-image-block .field-name-field-image-block-upload, .paragraphs-item-four-image-text-block-row .flex-columns-2 .paragraphs-item-image-block .field-name-field-image-block-upload {
    overflow: hidden
}

.paragraphs-item-call-out-box .field-name-field-image-block-text, .paragraphs-item-image-block .field-name-field-image-block-text {
    font-size: 15px
}

.paragraphs-item-image-block .field-name-field-image-block-text .field-item {
    padding-right: 15px
}

.paragraphs-item-image-block .block-wrapper a.btn-right {
    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 700;
    padding: 0;
    color: #ec008c;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 15px;
    padding-bottom: 15px
}

.paragraphs-item-image-block .block-wrapper a.btn-right:hover {
    opacity: .8
}

.paragraphs-item-image-block .block_no_text a.btn-right {
    display: block;
    text-align: right;
    left: 0;
    padding-top: 100%
}

.paragraphs-item-image-block .block_no_text a.btn-right:hover {
    color: #fff
}

.paragraphs-item-free-text h1, .paragraphs-item-free-text h2, .paragraphs-item-free-text h3, .paragraphs-item-free-text h4, .paragraphs-item-call-out-box h1, .paragraphs-item-call-out-box h2, .paragraphs-item-call-out-box h3, .paragraphs-item-call-out-box h4 {
    color: #ec008c;
    font-weight: 700;
    line-height: 1.2em
}

.paragraphs-item-free-text h1, .paragraphs-item-call-out-box h1 {
    font-size: 36px
}

.paragraphs-item-free-text h2, .paragraphs-item-call-out-box h2 {
    font-size: 30px
}

.paragraphs-item-free-text h3, .paragraphs-item-call-out-box h3 {
    font-size: 24px;
    font-weight: 600
}

.paragraphs-item-free-text h4, .paragraphs-item-call-out-box h4 {
    font-size: 20px;
    color: #ef59a1
}

.paragraphs-item-call-out-box .highlight_magenta .block-content > h3, .paragraphs-item-call-out-box .highlight_magenta .block-content > h3 a {
    color: #ec008c;
    margin-top: 0
}

.paragraphs-item-call-out-box .highlight_purple .block-content > h3, .paragraphs-item-call-out-box .highlight_purple .block-content > h3 a {
    color: #592b68;
    margin-top: 0
}

.paragraphs-item-call-out-box .highlight_cerulean .block-content > h3, .paragraphs-item-call-out-box .highlight_cerulean .block-content > h3 a {
    color: #007fb2;
    margin-top: 0
}

.paragraphs-item-call-out-box .highlight_yellow .block-content > h3, .paragraphs-item-call-out-box .highlight_yellow .block-content > h3 a {
    color: #ffd100;
    margin-top: 0
}

.paragraphs-item-news-blog .view {
    padding: 20px;
    background: #eceaec;
    margin: 0 0 20px
}

.paragraphs-item-news-blog .view .view-header h3 {
    font-size: 18px;
    color: #592b68;
    margin-top: 0
}

.paragraphs-item-news-blog .view .views-row {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px
}

.paragraphs-item-news-blog .view .views-row-last {
    margin-bottom: 0
}

.paragraphs-item-news-blog .view .views-row:before {
    color: #ec008b;
    content: '\203a ';
    margin-right: 8px;
    font-weight: 600;
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 0;
    vertical-align: sub;
    position: absolute;
    left: 0;
    top: 11px
}

.paragraphs-item-news-blog .view .views-row a {
    color: #1e1617;
    text-decoration: none
}

.information-rating-widget {
    margin-top: 70px;
    padding-top: 30px;
    border-top: 1px solid #9d9f9e
}

.information-rating-widget h4 {
    color: #584c52
}

.rate-widget {
    margin-top: 30px;
    width: 33%;
    float: left;
    padding: 0 20px;
    height: 160px
}

@media (max-width: 1024px) {
    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
        max-height: 120%
    }
}

@media (max-width: 992px) {
    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
        max-height: 110%
    }
}

@media (max-width: 768px) {
    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
        max-height: 100%
    }

    .paragraphs-item-free-text table {
        max-width: 100% !important;
        display: block
    }
}

@media (max-width: 767px) {
    .rate-widget {
        margin-top: 30px;
        width: 100%;
        padding: 0;
        height: auto
    }
}

@media (max-width: 480px) {
    .panel-jt-fullwidth-stacked .panel-col-center .pane-node-title, .panel-jt-sidebar-stacked .panel-col-center .pane-node-title {
        width: 100%;
        padding-right: 0
    }

    .panel-jt-fullwidth-stacked .panel-col-center .pane-block.addthis_sharing_toolbox, .panel-jt-sidebar-stacked .panel-col-center .pane-block.addthis_sharing_toolbox {
        width: 100%;
        margin-top: -20px;
        position: static
    }

    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload {
        position: static
    }

    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload, .paragraphs-item-image-and-text-banner .banner-content {
        float: none;
        width: 100%;
        max-width: none
    }

    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
        max-height: none;
        max-width: 100%
    }

    .paragraphs-item-image-and-text-banner .banner-wrapper {
        padding: 0 !important
    }

    .paragraphs-item-image-and-text-banner .banner-content, .paragraphs-item-image-and-text-banner .banner_no_img .banner-content {
        padding: 15px
    }

    .paragraphs-item-four-cta-row .field-type-paragraphs > .field-items, .paragraphs-item-four-image-text-block-row .field-type-paragraphs > .field-items {
        display: block;
        overflow: hidden
    }

    .paragraphs-item-four-cta-row .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-cta-row .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-cta-row .flex-columns-4 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-4 .field-type-paragraphs > .field-items > .field-item {
        width: 100%;
        margin-bottom: 20px
    }

    .paragraphs-item-four-image-text-block-row .flex-columns-1 .paragraphs-item-image-block .field-name-field-image-block-upload, .paragraphs-item-four-image-text-block-row .flex-columns-2 .paragraphs-item-image-block .field-name-field-image-block-upload {
        height: auto
    }

    .paragraphs-item-four-cta-row .paragraphs-item-cta-button a.btn-cta {
        margin: 5px auto
    }
}

.helpline-popup-wrapper h2 {
    font-size: 1.2em !important
}

#block-uc-tinycart-hovercart #hovercart-image {
    position: relative !important;
    width: 32px !important;
    height: 32px !important
}

.page-node-380271 .region-content .field-name-body ul, .page-node-380271 .region-content .field-name-body ol {
    list-style-position: inside;
    display: flow-root
}

.node-type-homepage .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
    margin-bottom: -11px
}

.node-type-homepage #breadcrumb, .node-type-homepage h1.page-header, .node-type-homepage .region-social-share {
    display: none
}

.node-type-homepage .main-container {
    width: 100vw;
    margin-top: 0
}

.node-type-homepage .content img {
    padding: 0
}

.node-type-homepage .region-content {
    margin-left: -15px;
    margin-right: -15px
}

.paragraphs-items-field-field-select-homepage-block > .field-items > .field-item {
    margin-bottom: 20px;
    clear: both
}

.paragraphs-item-hero-panel .banner-content, .paragraphs-item-strapline-panel > .content, .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
    margin-left: auto;
    margin-right: auto
}

.paragraphs-item-hero-panel {
    max-width: 100%;
    overflow: hidden
}

.paragraphs-item-hero-panel .banner-content {
    text-align: center
}

.paragraphs-item-hero-panel .banner-wrapper {
    position: relative
}

.paragraphs-item-hero-panel .banner-content {
    position: relative;
    margin-top: -80px;
    padding: 40px
}

.paragraphs-item-hero-panel .banner-content h2 {
    margin-top: 0;
    font-size: 36px
}

.paragraphs-item-hero-panel .background_grey {
    background-color: transparent
}

.paragraphs-item-hero-panel .background_white .banner-content {
    background-color: #fff
}

.paragraphs-item-hero-panel .background_grey .banner-content {
    background-color: #eceaec
}

.paragraphs-item-hero-panel .field-name-field-image-block-text {
    color: #333;
    font-size: 18px;
    text-align: center
}

.paragraphs-item-hero-panel .banner-content h2 a {
    color: #ec008c
}

.paragraphs-item-hero-panel a.btn-cta {
    font-size: 20px !important
}

.paragraphs-item-hero-panel a.btn-cta, .paragraphs-item-hero-panel .highlight_magenta a.btn-cta {
    background-color: #ec008c;
    color: #fff
}

.paragraphs-item-hero-panel a.btn-cta:hover, .paragraphs-item-hero-panel .highlight_magenta a.btn-cta:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-hero-panel .highlight_purple a.btn-cta {
    background-color: #592b68;
    color: #fff
}

.paragraphs-item-hero-panel .highlight_purple a.btn-cta:hover {
    background-color: #ec008c;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-hero-panel .highlight_cerulean a.btn-cta {
    background-color: #007fb2;
    color: #fff
}

.paragraphs-item-hero-panel .highlight_cerulean a.btn-cta:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-hero-panel .highlight_yellow a.btn-cta {
    background-color: #ffd100;
    color: #1e1617
}

.paragraphs-item-hero-panel .highlight_yellow a.btn-cta:hover {
    background-color: #007fb2;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-strapline-panel h1, .paragraphs-item-strapline-panel .field-name-field-image-block-heading {
    text-align: center;
    color: #ec008c;
    font-size: 40px !important;
    font-family: Georgia, serif;
    font-weight: 600;
    padding: 30px 100px;
    line-height: 1.3em;
    margin: 0
}

.node-type-homepage .paragraphs-item-image-and-text-banner {
    padding: 25px 0;
    overflow: hidden;
    margin-bottom: 50px
}

.node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
    overflow: visible;
    padding: 0
}

.node-type-homepage .paragraphs-item-image-and-text-banner .banner-content {
    float: none;
    padding: 40px 50px
}

.node-type-homepage .paragraphs-item-image-and-text-banner .image-right .banner-content {
    padding-right: calc(40% + 50px)
}

.node-type-homepage .paragraphs-item-image-and-text-banner .image-left .banner-content {
    padding-left: calc(40% + 50px)
}

.node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload {
    top: -25px;
    bottom: -25px;
    height: auto;
    max-width: 40%
}

.node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2 {
    font-size: 24px;
    margin-top: 40px
}

.node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading:before, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2:before {
    content: '\201C';
    opacity: .15;
    position: absolute;
    line-height: 1;
    top: 40px;
    left: 0;
    font-size: 180px;
    font-family: Georgia, serif
}

.paragraphs-item-row-multi-column-carousel .field-type-paragraphs > .field-items, .paragraphs-item-row-multi-column-homepage .field-type-paragraphs > .field-items {
    display: flex;
    justify-content: space-between
}

.paragraphs-item-row-multi-column-carousel .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .field-type-paragraphs > .field-items > .field-item {
    width: 100%
}

.paragraphs-item-row-multi-column-carousel .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .flex-columns-2 .field-type-paragraphs > .field-items > .field-item {
    width: 49%;
    display: flex
}

.paragraphs-item-row-multi-column-carousel .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .flex-columns-3 .field-type-paragraphs > .field-items > .field-item {
    width: 32%;
    display: flex
}

.paragraphs-item-row-multi-column-carousel .flex-columns-4 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .flex-columns-4 .field-type-paragraphs > .field-items > .field-item {
    width: 23.5%;
    display: flex
}

.paragraphs-item-row-multi-column-homepage .paragraphs-item-image-block-colour {
    width: 100%
}

.paragraphs-item-row-multi-column-homepage .paragraphs-item-image-block-colour {
    overflow: hidden;
    position: relative
}

.paragraphs-item-row-multi-column-homepage .paragraphs-item-image-block-colour.block_border {
    border: 1px solid #9d9f9e
}

.paragraphs-item-row-multi-column-homepage .paragraphs-item-image-block-colour .block-content {
    padding-bottom: 40px
}

.paragraphs-item-image-block-colour .block-content {
    padding: 15px;
    overflow: hidden
}

.paragraphs-item-image-block-colour .field-name-field-image-block-heading {
    margin-bottom: 10px;
    line-height: 1.2em;
    font-size: 36px
}

.paragraphs-item-image-block-colour .field-name-field-image-block-heading a {
    color: #0080b2;
    font-weight: 700
}

.paragraphs-item-image-block-colour .highlight_magenta .field-name-field-image-block-heading a {
    color: #ec008c
}

.paragraphs-item-image-block-colour .highlight_purple .field-name-field-image-block-heading a {
    color: #592b68
}

.paragraphs-item-image-block-colour .highlight_cerulean .field-name-field-image-block-heading a {
    color: #007fb2
}

.paragraphs-item-image-block-colour .highlight_yellow .field-name-field-image-block-heading a {
    color: #ffd100
}

.paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-heading {
    margin-bottom: 0
}

.paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-heading a {
    font-size: 36px;
    text-align: center;
    background-color: #f3f3f4;
    height: 120px;
    padding-left: 16%;
    padding-right: 16%;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center
}

.paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-heading a:hover {
    text-decoration: none;
    background: #ec008c;
    color: #fff
}

.paragraphs-item-image-block-colour .block_no_img.highlight_magenta .field-name-field-image-block-heading a {
    background: #ec008c;
    color: #fff
}

.paragraphs-item-image-block-colour .block_no_img.highlight_magenta .field-name-field-image-block-heading a:hover {
    background: #f3f3f4;
    color: #ec008c
}

.paragraphs-item-image-block-colour .block_no_img.highlight_purple .field-name-field-image-block-heading a {
    background: #592b68;
    color: #fff
}

.paragraphs-item-image-block-colour .block_no_img.highlight_purple .field-name-field-image-block-heading a:hover {
    background: #f3f3f4;
    color: #592b68
}

.paragraphs-item-image-block-colour .block_no_img.highlight_cerulean .field-name-field-image-block-heading a {
    background: #007fb2;
    color: #fff
}

.paragraphs-item-image-block-colour .block_no_img.highlight_cerulean .field-name-field-image-block-heading a:hover {
    background: #f3f3f4;
    color: #007fb2
}

.paragraphs-item-image-block-colour .block_no_img.highlight_yellow .field-name-field-image-block-heading a {
    background: #ffd100;
    color: #1e1617
}

.paragraphs-item-image-block-colour .block_no_img.highlight_yellow .field-name-field-image-block-heading a:hover {
    background: #f3f3f4;
    color: #ffd100
}

.paragraphs-item-image-block-colour .block_no_img.block_no_text .field-name-field-image-block-heading a {
    height: 200px
}

.paragraphs-item-row-multi-column-homepage .flex-columns-1 .paragraphs-item-image-block-colour .field-name-field-image-block-upload, .paragraphs-item-row-multi-column-homepage .flex-columns-2 .paragraphs-item-image-block-colour .field-name-field-image-block-upload {
    overflow: hidden;
    max-height: 280px
}

.paragraphs-item-row-multi-column-carousel .field-name-field-image-block-heading {
    font-weight: 700;
    font-size: 36px;
    color: #582a68;
    margin-bottom: 30px
}

.paragraphs-item-row-multi-column-carousel .highlight_magenta .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .highlight_magenta .field-name-field-image-block-heading a, .paragraphs-item-row-multi-column-carousel .highlight_magenta .block-wrapper a.btn-right {
    color: #ec008c
}

.paragraphs-item-row-multi-column-carousel .highlight_purple .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .highlight_purple .field-name-field-image-block-heading a, .paragraphs-item-row-multi-column-carousel .highlight_purple .block-wrapper a.btn-right {
    color: #592b68
}

.paragraphs-item-row-multi-column-carousel .highlight_cerulean .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .highlight_cerulean .field-name-field-image-block-heading a, .paragraphs-item-row-multi-column-carousel .highlight_cerulean .block-wrapper a.btn-right {
    color: #007fb2
}

.paragraphs-item-row-multi-column-carousel .highlight_yellow .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .highlight_yellow .field-name-field-image-block-heading a, .paragraphs-item-row-multi-column-carousel .highlight_yellow .block-wrapper a.btn-right {
    color: #ffd100
}

.paragraphs-item-row-multi-column-carousel .paragraphs-items-field-three-paragraphs-blocks {
    margin-top: 15px
}

.paragraphs-item-row-multi-column-carousel .block-wrapper {
    overflow: hidden;
    position: relative
}

.paragraphs-item-row-multi-column-carousel .block-wrapper .field-name-field-image-block-upload {
    width: 140px;
    float: left
}

.paragraphs-item-row-multi-column-carousel .block-wrapper .block-content {
    padding: 0 15px 15px;
    width: auto
}

.paragraphs-item-row-multi-column-carousel .block-wrapper .field-name-field-image-block-heading {
    font-size: 20px;
    color: #582a68;
    margin-bottom: 10px
}

.paragraphs-item-row-multi-column-carousel .field-name-field-image-block-heading h2 {
    margin-top: 0
}

.paragraphs-item-image-block-colour .field-name-field-image-block-text {
    font-size: 18px;
    line-height: 1.5em;
    color: #333
}

.paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-text {
    font-size: 18px;
    line-height: 1.5em
}

.paragraphs-item-image-block-colour .field-name-field-image-block-text .field-item {
    padding-right: 35px
}

.paragraphs-item-image-block-colour .block-wrapper a.btn-right {
    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 700;
    padding: 0;
    color: #ec008c;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 15px;
    padding-bottom: 15px
}

.paragraphs-item-image-block-colour .highlight_cerulean a.btn-right {
    color: #007fb2
}

.paragraphs-item-image-block-colour .highlight_yellow a.btn-right {
    color: #ffd100
}

.paragraphs-item-image-block-colour .highlight_purple a.btn-right {
    color: #592b68
}

.paragraphs-item-image-block-colour .block-wrapper a.btn-right:hover {
    opacity: .8
}

.paragraphs-item-image-block-colour .block_no_text a.btn-right {
    display: block;
    text-align: right;
    left: 0;
    padding-top: 100%
}

.paragraphs-item-image-block-colour .block_no_text a.btn-right:hover {
    color: #fff
}

@media (min-width: 768px) {
    .paragraphs-item-hero-panel .banner-content, .paragraphs-item-strapline-panel > .content, .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        width: 750px
    }
}

@media (min-width: 992px) {
    .paragraphs-item-hero-panel .banner-content, .paragraphs-item-strapline-panel > .content, .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .paragraphs-item-hero-panel .banner-content, .paragraphs-item-strapline-panel > .content, .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        width: 1170px
    }
}

@media (max-width: 991px) {
    .paragraphs-item-hero-panel .banner-content a.btn-cta {
        display: none
    }

    .paragraphs-item-hero-panel .field-name-field-image-block-text {
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .paragraphs-item-hero-panel .banner-content, .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        width: auto;
        margin-left: 20px;
        margin-right: 20px
    }

    .paragraphs-item-hero-panel .banner-content {
        margin-top: -40px;
        padding: 35px
    }

    .paragraphs-item-hero-panel .field-name-field-image-block-upload img {
        max-width: none;
        max-height: 430px;
        margin: -1px auto 0 auto;
        margin-left: -25%
    }

    .paragraphs-item-hero-panel .banner-content a.btn-cta {
        display: none
    }

    .paragraphs-item-hero-panel .field-name-field-image-block-text {
        font-size: 22px
    }

    .paragraphs-item-strapline-panel > .content {
        width: auto
    }

    .paragraphs-item-strapline-panel h1, .paragraphs-item-strapline-panel .field-name-field-image-block-heading {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 30px !important;
        line-height: 1.2
    }

    .paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-heading a {
        font-size: 30px;
        height: 90px
    }

    .paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-text, .paragraphs-item-image-block-colour .field-name-field-image-block-text {
        font-size: 15px
    }

    .paragraphs-item-image-block-colour .field-name-field-image-block-text .field-item {
        padding-right: 20px
    }

    .paragraphs-item-row-multi-column-homepage .flex-columns-1 .paragraphs-item-image-block-colour .field-name-field-image-block-upload, .paragraphs-item-row-multi-column-homepage .flex-columns-2 .paragraphs-item-image-block-colour .field-name-field-image-block-upload {
        max-height: 180px
    }

    .paragraphs-item-image-block-colour .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .field-name-field-image-block-heading {
        font-size: 30px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner {
        padding-top: 40px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        padding: 0;
        padding-top: 1px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .image-right .banner-content {
        padding-right: 20px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .image-left .banner-content {
        padding-left: 20px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload {
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: block;
        width: 40%;
        max-height: 210px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
        max-height: none;
        max-width: 100%
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content {
        padding: 0 30px 40px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2 {
        text-align: center;
        margin-top: 0
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading:before, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2:before {
        top: 130px;
        opacity: .10
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-link {
        text-align: center
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content a.btn {
        margin: 0 auto
    }

    .paragraphs-item-row-multi-column-carousel .block-wrapper .field-name-field-image-block-upload {
        width: auto;
        max-width: 219px;
        margin: 0 auto 10px;
        float: none
    }
}

@media (max-width: 480px) {
    .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner > .content {
        margin-left: 15px;
        margin-right: 15px
    }

    .paragraphs-item-hero-panel .field-name-field-image-block-upload img {
        width: auto !important;
        height: auto !important;
        max-height: 236px
    }

    .paragraphs-item-hero-panel .banner-content {
        margin-left: 0;
        margin-right: 0;
        padding: 25px;
        margin-top: -10px
    }

    .paragraphs-item-hero-panel .banner-content h2 {
        font-size: 20px
    }

    .paragraphs-item-hero-panel .field-name-field-image-block-text {
        font-size: 15px
    }

    .paragraphs-item-strapline-panel h1, .paragraphs-item-strapline-panel .field-name-field-image-block-heading {
        padding: 20px 30px;
        font-size: 24px !important
    }

    .paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-heading a, .paragraphs-item-image-block-colour .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .field-name-field-image-block-heading {
        font-size: 24px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner {
        padding-top: 20px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload {
        width: auto;
        margin: 0;
        top: 0;
        bottom: 0;
        max-width: none;
        max-height: 75vw
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        margin: 0
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content {
        padding: 35px 30px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2 {
        font-size: 20px;
        text-align: left;
        margin-top: 0;
        position: relative
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading:before, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2:before {
        content: '\201C';
        opacity: .1;
        line-height: 1;
        top: -40px;
        left: -30px;
        font-family: Georgia, serif
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-link {
        text-align: left
    }

    .paragraphs-item-row-multi-column-homepage .field-type-paragraphs > .field-items, .paragraphs-item-row-multi-column-carousel .field-type-paragraphs > .field-items {
        display: block
    }

    .paragraphs-item-row-multi-column-homepage .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .flex-columns-4 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-carousel .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-carousel .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-carousel .flex-columns-4 .field-type-paragraphs > .field-items > .field-item {
        width: 100%;
        margin-bottom: 20px
    }

    .paragraphs-item-row-multi-column-homepage .flex-columns-1 .paragraphs-item-image-block-colour .field-name-field-image-block-upload, .paragraphs-item-row-multi-column-homepage .flex-columns-2 .paragraphs-item-image-block-colour .field-name-field-image-block-upload, .paragraphs-item-row-multi-column-carousel .flex-columns-1 .paragraphs-item-image-block .field-name-field-image-block-upload, .paragraphs-item-row-multi-column-carousel .flex-columns-2 .paragraphs-item-image-block .field-name-field-image-block-upload {
        height: auto
    }

    .paragraphs-item-row-multi-column-carousel > .content {
        margin: 0
    }

    .paragraphs-item-row-multi-column-carousel .highlight_purple > .field-name-field-image-block-heading {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 24px
    }

    .paragraphs-item-row-multi-column-carousel .field-type-paragraphs > .field-items {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-behavior: smooth;
        scroll-snap-type: mandatory;
        scroll-snap-points-x: repeat(100vw);
        scroll-snap-type: x mandatory
    }

    .paragraphs-item-row-multi-column-carousel .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-carousel .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-carousel .flex-columns-4 .field-type-paragraphs > .field-items > .field-item {
        flex: 0 0 auto;
        padding: 0 15px;
        width: 100vw;
        scroll-snap-align: start;
        scroll-snap-stop: always
    }

    .paragraphs-item-row-multi-column-carousel .block-wrapper {
        padding: 0 30px
    }

    .paragraphs-item-row-multi-column-carousel .block-wrapper .field-name-field-image-block-upload {
        max-width: none
    }

    #mcc_control_nav ul {
        margin: 0;
        padding: 0 30px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center
    }

    #mcc_control_nav ul li {
        list-style: none;
        margin-left: 0;
        position: relative;
        line-height: 1.4em;
        padding: 0 5px
    }

    #mcc_control_nav ul li:before {
        display: none
    }

    #mcc_control_nav ul li a.mcc_switch_link {
        background: #eceaec;
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 50%
    }

    #mcc_control_nav ul li.active a.mcc_switch_link {
        background: #ec008c
    }
}

.node-type-homepage footer .links {
    display: none
}

.jcct-megamenu-wrapper {
    background-color: #ec008b;
    border-color: #ec008b;
    padding: 0;
    margin: 0;
    height: 40px;
    position: relative;
    z-index: 2
}

.jcct-megamenu-wrapper .md-megamenu .awemenu-container {
    max-width: 1170px;
    margin: 0 auto
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    padding: 0 20px;
    max-width: 220px
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item-level-1.awemenu-has-children > a:after {
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(237, 237, 237, 0);
    border-bottom-color: #ededed;
    border-width: 10px;
    margin-left: -10px;
    display: none
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item-level-1.awemenu-has-children.awemenu-active > a:after {
    display: block
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
    padding: 10px 12px;
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 20px;
    position: relative
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item > a {
    color: #ec008b
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-active > a, .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a:active, .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a:focus, .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a:hover {
    text-decoration: none
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item .amm-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item .amm-down {
    margin-left: 5px
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item .amm-down:before {
    content: "\f0d7";
    vertical-align: sub
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-search {
    display: none
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate {
    z-index: 2;
    padding: 0;
    float: right !important;
    display: inline-block;
    max-width: 280px;
    position: relative
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
    background: #ffcf01;
    color: #333;
    margin-bottom: -9px;
    padding: 15px 50px 16px;
    border-radius: 0 0 6px 6px;
    font-size: 1.4em;
    min-height: 50px;
    position: absolute;
    right: 0;
    top: 0
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a:active, .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a:focus, .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a:hover {
    background: #5f276a;
    color: #ffcf01
}

.jcct-megamenu-wrapper .md-megamenu .awemenu ul.awemenu-submenu {
    background: #ededed;
    padding: 20px 0
}

.jcct-megamenu-wrapper .md-megamenu .awemenu ul.awemenu-submenu a {
    color: #333;
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    position: relative;
    padding-left: 16px
}

.jcct-megamenu-wrapper .md-megamenu .awemenu ul.awemenu-submenu a:before {
    color: #ec008b;
    content: '\203a ';
    margin-right: 8px;
    font-weight: 600;
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 0;
    vertical-align: sub;
    position: absolute;
    left: 0;
    top: 10px
}

.jcct-megamenu-wrapper .md-megamenu .awemenu ul.awemenu-submenu a:hover {
    text-decoration: none;
    color: #111
}

.jcct-megamenu-wrapper .awemenu-megamenu-wrapper .mm-header {
    color: #ec008b;
    margin-top: 0;
    font-size: 1.2em;
    text-transform: none
}

.jcct-megamenu-wrapper .awemenu-megamenu-wrapper p {
    color: #000;
    font-size: 15px
}

.jcct-megamenu-wrapper .awemenu-megamenu-wrapper p.icon-info {
    background: 0 0;
    background: 0 0;
    padding: 0
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item .view {
    margin-left: 15px
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item h2 a, .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item a.mm-heading-link {
    font-size: 16px;
    color: #333
}

.jcct-megamenu-wrapper .md-megamenu .awemenu ul.awemenu-submenu a.mm-heading-link:before {
    top: 9px
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu-bars {
    position: absolute;
    top: -82px;
    right: 30px;
    z-index: 3000
}

.jcct-megamenu-wrapper .awemenu-mobile .amm-bar {
    margin-left: 10px;
    margin-top: 6px;
    font-size: 4em;
    font-weight: 700;
    color: #ec008b
}

.jcct-megamenu-wrapper .awemenu-mobile.awemenu-active .awemenu-bars {
    display: none
}

.jcct-megamenu-wrapper .awemenu-mobile.awemenu-active .awemenu-close {
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
    color: #ec008b;
    text-align: right;
    padding: 60px 30px 0
}

.jcct-megamenu-wrapper .awemenu-mobile.awemenu-active .awemenu-close:before {
    content: "\f00d"
}

.jcct-megamenu-wrapper .awemenu-mobile > .awemenu-container > .awemenu {
    width: 80vw;
    background: #ededed
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item {
    max-width: 100%;
    border-bottom: 1px solid #ec008b
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu ul.awemenu-submenu {
    background: #ededed;
    margin-bottom: 8px
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu-megamenu-wrapper p, .jcct-megamenu-wrapper .awemenu-mobile .awemenu ul.awemenu-submenu a, .jcct-megamenu-wrapper .awemenu-mobile .awemenu ul.awemenu-submenu a:hover, .jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item h2 a, .jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item h2 a:hover, .jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item a.mm-heading-link, .jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item a.mm-heading-link:hover {
    color: #
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu-item-1-3 p {
    font-size: 14px
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .jt-mm-donate {
    float: none !important;
    display: block
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .jt-mm-donate > a {
    padding: 10px 32px 5px;
    min-height: 40px
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu-megamenu-wrapper {
    padding: 0
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .jt-mm-search {
    display: block
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .jt-mm-search > a {
    display: none
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .jt-mm-search ul.awemenu-submenu {
    display: block !important;
    margin-top: 20px;
    margin-bottom: 20px
}

.jcct-megamenu-wrapper .awemenu-mobile .search-mobile {
    width: 100%
}

.jcct-megamenu-wrapper .awemenu-mobile .search-mobile .form-group {
    margin: 0
}

.jcct-megamenu-wrapper .awemenu-mobile .search-mobile .search-mobile-input {
    width: 90%;
    width: calc(100% - 34px);
    margin: 0;
    float: left;
    border: 1px solid #ccc;
    border-radius: 0
}

.jcct-megamenu-wrapper .awemenu-mobile .search-mobile .search-mobile-button {
    position: relative;
    margin: 0 !important;
    min-width: 0 !important;
    width: 34px;
    height: 34px;
    border: 0 none;
    border-radius: 0
}

.jcct-megamenu-wrapper .jcct-cancer-info tr, .jcct-megamenu-wrapper .jcct-cancer-info .table-striped > tbody > tr:nth-of-type(odd), .jcct-megamenu-wrapper .jcct-cancer-info .table > tbody > tr > td {
    background: 0 0 !important;
    border: 0 none !important;
    padding: 0 !important
}

.jcct-megamenu-wrapper .mobile-donation-button {
    top: 0;
    padding: 0;
    z-index: 2;
    text-transform: none;
    color: #5f276a !important;
    display: none
}

.jcct-megamenu-wrapper .mobile-donation-button a {
    background: #ffcf01;
    color: #5f276a !important;
    margin-top: 0;
    margin-bottom: -8px;
    padding: 4px 26px;
    border-radius: 0 0 6px 6px;
    font-size: 1.4em;
    line-height: 1.8;
    min-height: 46px;
    font-weight: 700;
    display: block
}

.jcct-megamenu-wrapper .mobile-donation-button a:active, .jcct-megamenu-wrapper .mobile-donation-button a:focus {
    background: #5f276a;
    color: #ffcf01 !important
}

.jcct-megamenu-wrapper .md-separator, .jcct-megamenu-wrapper .md-separator-text {
    border: 0 !important
}

.jcct-megamenu-wrapper .awemenu-mobile .md-separator, .jcct-megamenu-wrapper .awemenu-mobile .md-separator-text {
    display: none
}

@media (max-width: 1109px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0 10px
    }
}

@media (max-width: 1009px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0 5px
    }
}

@media (max-width: 960px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0 3px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
        padding: 10px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
        padding: 15px 50px 16px
    }
}

@media (max-width: 920px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0 2px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
        padding: 10px 8px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
        padding: 15px 40px 16px
    }
}

@media (max-width: 895px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0 1px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
        padding: 10px 6px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
        padding: 15px 30px 16px
    }
}

@media (max-width: 825px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
        padding: 10px 5px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
        padding: 15px 20px 16px
    }
}

@media (max-width: 780px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
        padding: 10px 3px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
        padding: 15px 20px 16px
    }

    .jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item {
        padding: 0 20px
    }
}

@media (max-width: 767px) {
    .jcct-megamenu-wrapper .mobile-donation-button {
        display: block
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate {
        display: none
    }
}

.cart-mobile {
    left: 20px !important;
    top: 30px !important;
    z-index: 1
}

.cart-mobile #block-uc-tinycart-hovercart #hovercart-contents {
    display: none
}

.cart-mobile #block-uc-tinycart-hovercart #hovercart-contents #content-wrap {
    border: 0 none
}

.cart-mobile #block-uc-tinycart-hovercart #hovercart-contents, .cart-mobile #hovercart-image {
    z-index: 0
}

@media (max-width: 321px) {
    .cart-mobile {
        display: none !important
    }

    .cart-mobile #block-uc-tinycart-hovercart {
        display: none !important
    }
}

.site-header.layout--default .top-header .row {
    justify-content: flex-end !important;
    gap: 50px;

}

.fa-shop:before, .fa-store-alt:before, .fa-phone:before {
    color: #ec008c;
    font-size: 1.3em;
}

.head-menu {
    font-size: 16px;
    line-height: 2em;
    font-weight: bolder;
    text-decoration: none;
    color: #867c84 !important;
}

.head-menu a {
    color: #867c84 !important;
}

.right-top {
    display: flex;
}

.right-top .tele a {
    color: #ec008c !important;
    font-size: 21px;
    font-weight: bold;
    padding-left: 10px;
}

.site-header.layout--default .main-header .site-branding-section .row {
    justify-content: flex-start;
    gap: 20px;
}

#main-banner-section {
    padding: 0;
}

header.site-header {
    padding-bottom: 0;
}

.field-quote-heading:before {
    content: '\201C';
    opacity: .15;
    position: absolute;
    line-height: 1;
    top: 40px;
    left: 15px;
    font-size: 180px;
    font-family: Georgia, serif;
}

.field-quote-heading {
    padding: 40px 85px 40px 70px;
    font-size: 24px !important;
    margin-top: 40px;
}

.banner_img_33 {
    margin-bottom: 60px;
}

.digital-newspaper-container {
    /*box-shadow: 0 3px 4px 0 #0000000d;*/
}

.site-header.layout--two .menu-section .row {
    border-top: none;
}

.site-header.layout--two .menu-section .row a {
    color: #fff;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 20px;
}

.panel-jt-sidebar-stacked {
    margin-top: 0;
    padding-top: 0
}

.panel-jt-sidebar-stacked .panel-col-top, .panel-jt-sidebar-stacked .panel-col-center-wrapper, .panel-jt-sidebar-stacked .panel-col-bottom {
    width: 99.9%;
    clear: both
}

.panel-jt-sidebar-stacked .panel-col-center-wrapper {
    overflow: hidden
}

.panel-jt-sidebar-stacked .panel-col-center {
    width: 75%;
    float: left;
    padding: 0 .5em 0 0
}

.panel-jt-sidebar-stacked .panel-col-sidebar {
    width: 24.5%;
    float: left;
    padding: 0 0 0 .5em
}

.panel-jt-sidebar-stacked .panel-col-top .inside {
    margin-bottom: 1em
}

.panel-jt-sidebar-stacked .panel-col-center .inside {
    margin-top: 1em;
    margin-bottom: 1em
}

.panel-jt-sidebar-stacked .panel-col-bottom .inside {
    margin-top: 1em
}

.panel-jt-sidebar-stacked .panel-separator {
    margin: 0 0 1em
}

@media (max-width: 767px) {
    .panel-jt-sidebar-stacked .panel-col-center, .panel-jt-sidebar-stacked .panel-col-sidebar {
        width: 100%;
        float: none;
        padding: 0 0 .5em
    }
}

@import url('../../../all/modules/md_megamenu/css/awemenu/css/lib/font-awesome.min_ptt7jn.css');
.page-cart-checkout form .field-delivery_ucxf_contact_text .field-label {
    color: #fff
}

.page-cart-checkout form .field-delivery_ucxf_contact_text input {
    display: none
}

.page-cart-checkout form .field-delivery_ucxf_contact_text .help-block {
    position: relative;
    left: -180px;
    font-weight: 200;
    font-size: .9em;
    max-width: 95%
}

@media (max-width: 480px) {
    .page-cart-checkout form .field-delivery_ucxf_contact_text .help-block {
        left: -100px;
        width: 320px
    }
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item {
    padding-top: 25px
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-label {
    color: #fff
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-field, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-field {
    position: relative;
    left: -180px
}

@media (max-width: 480px) {
    .page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-field, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-field {
        left: -100px
    }
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_fundraising, .page-cart-checkout form .field-delivery_ucxf_contact_channel_information, .page-cart-checkout form .field-delivery_ucxf_contact_channel_news, .page-cart-checkout form .field-delivery_ucxf_contact_channel_volunteer, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_email, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_phone, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_post, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_text, .page-cart-checkout form .field-delivery_ucxf_why_ordered_awareness, .page-cart-checkout form .field-delivery_ucxf_why_ordered_fundraising, .page-cart-checkout form .field-delivery_ucxf_why_ordered_personal, .page-cart-checkout form .field-delivery_ucxf_why_ordered_professional, .page-cart-checkout form .field-delivery_ucxf_why_ordered_ccpw_jan, .page-cart-checkout form .field-delivery_ucxf_why_ordered_csaw_jun, .page-cart-checkout form .field-delivery_ucxf_where_use_trust_hospital, .page-cart-checkout form .field-delivery_ucxf_where_use_gp_clinic, .page-cart-checkout form .field-delivery_ucxf_where_use_workplace, .page-cart-checkout form .field-delivery_ucxf_where_use_charity, .page-cart-checkout form .field-delivery_ucxf_where_use_home_friends, .page-cart-checkout form .field-delivery_ucxf_where_use_community, .page-cart-checkout form .field-delivery_ucxf_where_use_school_college, .page-cart-checkout form .field-delivery_ucxf_where_use_pharmacy, .page-cart-checkout form .field-delivery_ucxf_where_use_other {
    height: 15px
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_fundraising .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_information .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_news .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_volunteer .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_email .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_phone .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_post .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_text .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_awareness .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_fundraising .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_personal .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_professional .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_ccpw_jan .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_csaw_jun .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_trust_hospital .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_gp_clinic .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_workplace .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_charity .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_home_friends .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_community .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_school_college .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_pharmacy .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_other .field-label {
    font-weight: 200
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@media print {
    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../../../all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.eot);
    src: url(../../../all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'), url(../../../all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.woff) format('woff2'), url(../../../all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.woff) format('woff'), url(../../../all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../../../all/themes/bootstrap/jostrust_org_uk/fonts/glyphicons-halflings-regular.svg) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #369;
    text-decoration: none
}

a:focus, a:hover {
    color: #204060;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #faf8fb
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #ededed
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #ededed
}

.text-primary {
    color: #ec008b
}

a.text-primary:focus, a.text-primary:hover {
    color: #b9006d
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #ec008b
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #b9006d
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #faf8fb
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #ededed
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #faf8fb
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #ededed
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #faf8fb;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ededed;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #faf8fb;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #fff;
    background-color: #ec008b;
    border-color: #fff
}

.btn-default.focus, .btn-default:focus {
    color: #fff;
    background-color: #b9006d;
    border-color: #bfbfbf
}

.btn-default:hover {
    color: #fff;
    background-color: #b9006d;
    border-color: #e0e0e0
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #b9006d;
    border-color: #e0e0e0
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #950058;
    border-color: #bfbfbf
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #ec008b;
    border-color: #fff
}

.btn-default .badge {
    color: #ec008b;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #b9006d;
    border-color: #530031
}

.btn-primary:hover {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #950058;
    border-color: #530031
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-primary .badge {
    color: #ec008b;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #b9006d;
    border-color: #530031
}

.btn-success:hover {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #950058;
    border-color: #530031
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-success .badge {
    color: #ec008b;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #b9006d;
    border-color: #530031
}

.btn-info:hover {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #b9006d;
    border-color: #950058
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #950058;
    border-color: #530031
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #ec008b;
    border-color: #d3007c
}

.btn-info .badge {
    color: #ec008b;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #369;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #204060;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #ededed;
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.btn-disabled {
    opacity: .7;
    pointer-events: none
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #ec008b
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #ededed
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #ededed;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #faf8fb;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 20px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #faf8fb
}

.nav > li.disabled > a {
    color: #ededed
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #ededed;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #faf8fb;
    border-color: #369
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #faf8fb #faf8fb #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #ec008b
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #ec008b;
    border-color: #ec008b
}

.navbar-inverse .navbar-brand {
    color: #fff
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #fff
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #b9006d
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #c80076
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #b9006d;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #ec008b
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #ec008b
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #b9006d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #fff
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #fff
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #ededed
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #369;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 3;
    color: #204060;
    background-color: #faf8fb;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #ec008b;
    border-color: #ec008b;
    cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #ededed;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #faf8fb
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #ededed;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #ededed
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #d4d4d4
}

.label-primary {
    background-color: #ec008b
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #b9006d
}

.label-success {
    background-color: #ec008b
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #b9006d
}

.label-info {
    background-color: #ec008b
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #b9006d
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #ededed;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #369;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #fff
}

.jumbotron .h1, .jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #e6e6e6
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a > img, .thumbnail > img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #369
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #ec008b;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #ec008b
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #ec008b
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #faf8fb;
    color: #ededed;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #ededed
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #ec008b;
    border-color: #ec008b
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #ffb9e2
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #ec008b
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #ec008b;
    border-color: #ec008b
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ec008b
}

.panel-primary > .panel-heading .badge {
    color: #ec008b;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ec008b
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 2.6em !important
}

h2, h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.5em
}

h2 {
    font-size: 2.1em;
    color: #ec008c
}

h3 {
    font-size: 1.7em;
    color: #ec008c
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.5em;
    color: #ef59a1
}

.defaultcallout h4, .caption h4 {
    color: #fff
}

p {
    line-height: 1.68em
}

.field-name-body h2 {
    font-size: 1.5em !important;
    line-height: 1.78em;
    margin: 0 !important;
    color: #ec008b;
    float: initial !important
}

.field-name-body h3 {
    font-size: 1.2em !important;
    font-weight: 100;
    line-height: 1.55em;
    margin: 0 !important;
    color: #ec008b;
    float: initital !important
}

.field-name-body h4 {
    font-size: 1.1em !important;
    line-height: 1.45em;
    float: initital !important;
    margin: 0 !important
}

.jcct-rotate-text {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg)
}

.page-forum .jumbotron {
    padding: 0
}

.page-forum .jumbotron p {
    font-size: 1em
}

header {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    background: #faf9f3;
    min-height: 130px
}

header .logo {
    padding: 0
}

header .navbar-brand {
    display: block;
    position: relative;
    top: 14px;
    left: 18px;
    padding: 0;
    z-index: 500
}

header .navbar-brand img {
    max-height: 100px
}

header .top-navigation {
    z-index: 7500;
    position: fixed;
    width: 100%;
    top: -42px;
    height: 42px;
    background-color: #fff;
    text-align: right;
    border-bottom: 1px solid #ededed
}

header .top-navigation a {
    line-height: 2.5em;
    color: #555;
    font-weight: 700;
    font-size: 1.25em;
    text-decoration: none
}

header .top-navigation .glyphicon {
    color: #ec008b;
    font-size: 1.18em;
    margin-right: 2px
}

header .top-navigation .scroll-forum-link {
    margin-top: 2px
}

header .top-navigation .helpline-number {
    text-decoration: none !important;
    font-size: 1.35em;
    font-weight: 300 !important;
    margin-right: 6px;
    right: -38px
}

header .top-navigation #nav-scroll-2 {
    margin-right: -34px
}

header .custom-search {
    margin-top: 12px;
    padding-right: 0
}

header .custom-search .jcct-search {
    left: -10px;
    padding-left: 0
}

header .custom-search .jcct-search, header .custom-search .jcct-search-button {
    position: relative;
    background: 0 0 !important;
    border: none;
    color: #ec008b;
    font-size: 1.2em;
    max-width: 210px !important
}

header .custom-search .jcct-search-button::-webkit-input-placeholder, header .custom-search .jcct-search::-webkit-input-placeholder {
    color: #ec008b
}

header .custom-search .jcct-search-button::-moz-placeholder, header .custom-search .jcct-search::-moz-placeholder {
    color: #ec008b
}

header .custom-search .jcct-search-button:-ms-input-placeholder, header .custom-search .jcct-search:-ms-input-placeholder {
    color: #ec008b
}

header .custom-search .jcct-search-button:-moz-placeholder, header .custom-search .jcct-search:-moz-placeholder {
    color: #ec008b
}

header .custom-search .jcct-search-button {
    position: relative;
    right: -8px;
    font-size: 2em;
    margin: 0 !important;
    min-width: 0 !important
}

header .contact-header .helpline-text {
    position: relative;
    padding-left: 0
}

header .contact-header .glyphicon {
    font-size: 1.18em;
    margin-right: 2px
}

header .forum-link, header .helpline-text {
    position: relative;
    left: 64px;
    top: 2px;
    text-align: right;
    padding: 0
}

header .forum-link a:visited, header .helpline-text a:visited {
    color: #555
}

header .forum-link a {
    margin-right: -96px
}

header .helpline-text a {
    margin-right: -30px
}

header .forum-link a, header .helpline-text a {
    font-size: 1.22em;
    line-height: 2em;
    font-weight: bolder;
    text-decoration: none;
    color: #555;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

header .forum-link a:hover, header .helpline-text a:hover {
    text-decoration: none;
    color: #ec008b
}

header .helpline-number {
    position: relative;
    right: -68px;
    padding: 2px 0 0;
    font-size: 1.65em;
    font-weight: 300;
    letter-spacing: .06em !important;
    text-align: right;
    color: #555
}

header .helpline-number a, header .helpline-number a:hover, header .helpline-number a:visited {
    text-decoration: none;
    color: #555 !important
}

.navbar-static-top {
    z-index: 200 !important
}

.navbar {
    top: 0;
    height: 16px !important;
    padding: 0 !important;
    margin: 0 !important
}

.navbar a {
    font-size: 1.2em;
    font-weight: 300
}

.navbar-nav {
    width: 100%;
    height: 30px
}

.navbar-nav > li {
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    text-align: center;
    padding: 0 25px;
    max-width: 220px
}

.navbar-nav > li.col-md-3 {
    max-width: 205px
}

.navbar-nav > li:hover {
    background-color: #fff
}

.navbar-nav > li a {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.navbar-nav > li a:hover {
    color: #ec008b !important
}

.donation-button {
    display: inline-block;
    position: relative;
    right: 0;
    background: #ffcf01;
    border-radius: 0 0 15px 15px;
    border: 0;
    min-height: 48px;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    -o-transition: color 50ms ease-out, background .8s ease-in;
    -ms-transition: color 50ms ease-out, background .8s ease-in;
    -moz-transition: color 50ms ease-out, background .8s ease-in;
    -webkit-transition: color 50ms ease-out, background .8s ease-in;
    transition: color 50ms ease-out, background .8s ease-in;
    cursor: pointer;
    max-width: 266px !important;
    min-width: none !important
}

.donation-button:hover {
    background: #5f276a !important
}

.donation-button:hover a {
    color: #ffcf01 !important
}

.donation-button a {
    color: #5f276a !important;
    font-weight: 400;
    margin: 8px 0 0;
    padding: 0
}

.navbar-nav > li.donation-button > a:hover {
    color: #ffcf01 !important
}

.navbar {
    min-height: 30px !important
}

.contact-header-stuck {
    position: fixed !important;
    top: 0;
    left: -10px;
    background-color: #faf9f3;
    width: 101%;
    padding-right: 26px;
    z-index: 200 !important;
    clear: both;
    text-align: right;
    -webkit-box-shadow: 1px 1px 4px 2px #c7e9ee;
    -moz-box-shadow: 1px 1px 4px 2px #c7e9ee;
    box-shadow: 1px 1px 4px 2px #c7e9ee
}

.contact-header-stuck .forum-link a, .contact-header-stuck .helpline-text a {
    font-size: 1em;
    line-height: 1.8em;
    font-weight: bolder;
    color: #555 !important
}

.contact-header-stuck .helpline-number {
    padding: 0;
    font-size: 1.4em;
    font-weight: 300;
    text-align: right
}

.contact-header-stuck .helpline-number a:hover, .contact-header-stuck .helpline-number a:visited {
    text-decoration: none
}

.breadcrumb {
    background-color: #fff;
    margin-left: -12px
}

.breadcrumb a {
    color: #000 !important
}

.region-social-share {
    margin-top: -40px
}

.sliding-popup-top {
    width: 100vw !important;
    position: relative !important;
    background: #ededed;
    border-bottom: 4px solid #fff
}

@media (min-width: 1200px) {
    .sliding-popup-top .popup-content {
        width: 1170px !important;
        padding-right: 0 !important;
        padding-left: 12px !important
    }
}

.sliding-popup-top .popup-content #popup-text {
    max-width: 85% !important;
    color: #222 !important
}

.sliding-popup-top .popup-content #popup-text P {
    font-size: 1em !important;
    font-weight: 100 !important
}

@media (min-width: 992px) {
    .sliding-popup-top .popup-content #popup-text {
        max-width: 80% !important;
        margin-top: 1em !important
    }
}

@media (max-width: 768px) {
    .sliding-popup-top .popup-content #popup-text {
        text-align: center;
        max-width: 100% !important;
        padding: 8px
    }
}

.sliding-popup-top .popup-content #popup-buttons {
    max-width: 10% !important
}

@media (max-width: 768px) {
    .sliding-popup-top .popup-content #popup-buttons {
        text-align: center;
        max-width: 100% !important
    }
}

.sliding-popup-top .popup-content .decline-button {
    display: none
}

.sliding-popup-top .popup-content .eu-cookie-compliance-default-button {
    border: none !important;
    color: #5f276a !important;
    width: 80px !important;
    height: 40px;
    box-shadow: none !important;
    margin-top: 1em !important
}

.menu li a {
    font-size: 1.01em !important
}

#menu-close {
    cursor: pointer
}

.cbp-spmenu {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/menu-background.png);
    position: fixed
}

.cbp-spmenu .links {
    list-style-type: none;
    margin-top: 16px;
    margin-left: -40px
}

.cbp-spmenu .links .active {
    color: #fff
}

.cbp-spmenu .search-mobile {
    list-style: none;
    height: 60px;
    width: 100%;
    margin: 0;
    padding: 0
}

.cbp-spmenu .search-mobile li {
    display: inline-block;
    width: 100%
}

.cbp-spmenu .search-mobile .search-mobile-input {
    width: 80% !important;
    margin: 14px 0 28px 12px !important;
    border: none !important;
    border-radius: 0 !important
}

.cbp-spmenu .search-mobile .search-mobile-button {
    position: relative;
    top: -75px;
    left: 86%;
    margin: 13px 5px 10px 0;
    width: 36px;
    height: 36px;
    border: none !important;
    border-radius: 0 !important
}

.cbp-spmenu h3 {
    color: #fff;
    font-size: 1.9em;
    padding: 20px 10px;
    margin: 0;
    font-weight: 300;
    background: #ec008b
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300
}

.cbp-spmenu a:hover {
    background: #fad5e5;
    color: #000;
    text-decoration: none
}

.cbp-spmenu a:active {
    background: #fad5e5;
    color: #ec008b
}

.cbp-spmenu-vertical {
    width: 320px;
    height: 100%;
    top: 0;
    z-index: 1000
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #ec008b;
    padding: 1em
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: .8em;
    border-left: 1px solid #258ecd
}

.cbp-spmenu-left {
    left: -240px
}

.cbp-spmenu-right {
    right: -320px
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0
}

.cbp-spmenu-top {
    top: -150px
}

.cbp-spmenu-bottom {
    bottom: -150px
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.cbp-spmenu-push-toright {
    left: 240px
}

.cbp-spmenu-push-toleft {
    left: -240px
}

.cbp-spmenu, .cbp-spmenu-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.caret {
    display: none
}

#block-menu-menu-volunteer-hub .block-title {
    display: none
}

.region-sidebar-first ul.menu li.expanded ul {
    margin-left: -32px
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px
    }

    .cbp-spmenu-top {
        top: -110px
    }

    .cbp-spmenu-bottom {
        bottom: -110px
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px
    }

    .cbp-spmenu-left, .cbp-spmenu-push-toleft {
        left: -190px
    }

    .cbp-spmenu-right {
        right: -190px
    }

    .cbp-spmenu-push-toright {
        left: 190px
    }
}

.dom {
    border: 1px solid green
}

.error {
    border-width: 1px !important
}

body, html {
    letter-spacing: .025em
}

a {
    word-wrap: break-word
}

:focus {
    outline: 0
}

.content {
    line-height: 1.8em
}

.content img {
    padding: 0 0 16px 16px
}

.not-front .video-container {
    height: auto;
    padding-bottom: 0
}

.not-front .video-player {
    width: 75%;
    margin: 20px auto;
    overflow: hidden
}

.not-front .video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-container {
    margin-bottom: 60px;
    margin-top: 30px
}

.main-container .page-header {
    padding-bottom: 9px;
    margin: 0 0 20px !important;
    border: none !important;
    color: #ec008b !important
}

.main-container a, .main-container a:visited {
    color: #369
}

.breadcrumb .active {
    display: none !important
}

.front .hero img {
    min-height: 375px;
    min-width: 100%
}

.front .hero .home-hero {
    padding: 0;
    margin: 0
}

.front .hero .hero-image-No img {
    opacity: .4
}

.front .hero .hero-image-No .hero-caption {
    position: absolute;
    top: 40px;
    right: 220px;
    padding: 16px;
    width: 348px;
    height: 140px;
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    font-size: 1.1em;
    font-weight: 300
}

.front .hero .hero-image-No .hero-caption p {
    line-height: 1.45em
}

.front .hero .hero-image-No .hero-caption .btn-primary {
    display: block;
    position: absolute;
    bottom: 16px;
    border-radius: 0;
    width: 160px;
    max-height: 34px;
    background-color: #ec008b;
    border: none;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    text-transform: uppercase
}

.front .hero .hero-image-No .hero-caption .btn-primary:hover {
    color: #ec008b;
    background-color: #fad5e5
}

.front .hero .hero-image-Yes .hero-caption {
    position: absolute;
    bottom: 40px;
    left: 215px;
    padding: 16px;
    width: 370px;
    height: 140px;
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    font-size: 1.1em;
    font-weight: 300
}

.front .hero .hero-image-Yes .hero-caption p {
    line-height: 1.45em
}

.front .hero .hero-image-Yes .hero-caption .btn-primary {
    display: block;
    position: absolute;
    bottom: 16px;
    border-radius: 0;
    width: 160px;
    max-height: 34px;
    background-color: #ec008b;
    border: none;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    text-transform: uppercase
}

.front .hero .hero-image-Yes .hero-caption .btn-primary:hover {
    color: #ec008b;
    background-color: #fad5e5
}

.front h1.home-title {
    display: none
}

.information-section {
    background: #fff;
    margin-top: 50px;
    margin-left: -29px;
    margin-right: -29px
}

.information-section h2 {
    margin: 0 0 40px;
    font-size: 1.6em;
    font-weight: 300;
    color: #ec008b
}

.information-section .question-link, .information-section .question-link:active {
    color: #ec008b
}

.information-section .question-link:active:hover .question, .information-section .question-link:hover .question {
    background-color: #f8f6ee
}

.information-section .question-link:active:hover .read-more, .information-section .question-link:hover .read-more {
    background-color: #f9ccdf
}

.information-section .question-link .question, .information-section .question-link:active .question {
    cursor: pointer !important;
    background-color: #faf9f3;
    min-height: 185px;
    max-height: 185px;
    max-width: 225px;
    padding: 12px
}

.information-section .question-link .question h3, .information-section .question-link:active .question h3 {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #555;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.information-section .question-link .question p, .information-section .question-link:active .question p {
    text-align: center;
    color: #555;
    display: inline-block
}

.information-section .question-link .read-more, .information-section .question-link:active .read-more {
    display: block;
    background-position: right 12px top 10px;
    background-size: 24px 24px;
    background-color: #ffecf7;
    min-height: 45px;
    max-width: 225px;
    margin-top: 0;
    margin-bottom: 32px;
    padding: 10px;
    vertical-align: middle;
    text-align: center
}

.information-section .question-link .read-more:hover, .information-section .question-link:active .read-more:hover {
    background-color: #f9ccdf
}

.information-section .question-link .read-more p, .information-section .question-link:active .read-more p {
    color: #333;
    line-height: 1.6em !important;
    margin: 0;
    text-decoration: underline
}

.information-section .ask-the-expert {
    position: relative;
    right: 0;
    min-height: 528px;
    text-align: left
}

.information-section .ask-the-expert .ate-photo {
    position: relative
}

.information-section .ask-the-expert .ate-photo .ate-caption {
    position: absolute;
    bottom: 0;
    padding: 12px;
    min-height: 130px;
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    color: #222
}

.information-section .ask-the-expert .ate-photo .ate-caption h2 {
    margin: 0;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: 300;
    color: #222
}

.information-section .ask-the-expert .ate-photo .ate-caption p {
    line-height: 1.2em
}

.information-section .ask-the-expert a, .information-section .ask-the-expert a:visited {
    color: #fff
}

.information-section .ask-the-expert .ate-buttons {
    position: relative
}

.information-section .ask-the-expert .ate-buttons .btn-primary {
    margin-left: 0;
    text-align: left;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    color: #fff;
    width: 100%;
    line-height: 44px;
    min-height: 55px;
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/right-arrow.svg) no-repeat;
    background-position: right 18px top 10px;
    background-color: #ff53b8;
    font-size: 1.3em;
    font-weight: 300;
    -o-transition: color .1s ease-out, background .4s ease-in;
    -ms-transition: color .1s ease-out, background .4s ease-in;
    -moz-transition: color .1s ease-out, background .4s ease-in;
    -webkit-transition: color .1s ease-out, background .4s ease-in;
    transition: color .1s ease-out, background .4s ease-in
}

.information-section .ask-the-expert .ate-buttons .btn-primary:hover {
    background-color: #ec008b
}

.information-section .ask-the-expert .ate-buttons .home-nav-37-1, .information-section .ask-the-expert .ate-buttons .home-nav-38 {
    margin-top: 18px
}

.home-toolbar {
    margin-left: -29px;
    margin-right: -29px;
    padding: 0
}

.home-toolbar .home-nav-38 {
    margin-left: 0;
    text-align: left;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    color: #fff;
    width: 100%;
    line-height: 42px;
    min-height: 55px;
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/right-arrow.svg) no-repeat;
    background-position: right 18px top 10px;
    background-color: #5f276a;
    font-size: 1.3em;
    font-weight: 300;
    -o-transition: color .1s ease-out, background .4s ease-in;
    -ms-transition: color .1s ease-out, background .4s ease-in;
    -moz-transition: color .1s ease-out, background .4s ease-in;
    -webkit-transition: color .1s ease-out, background .4s ease-in;
    transition: color .1s ease-out, background .4s ease-in
}

.home-toolbar .home-nav-38:hover {
    background-color: #ec008b
}

.home-toolbar select {
    margin-left: 15px;
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/down-arrow.svg) no-repeat;
    background-color: #80358f;
    background-repeat: no-repeat;
    background-position: right 18px top 18px;
    color: #fff;
    padding: 10px;
    height: 55px;
    width: 92%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25em;
    font-weight: 300 !important;
    color: #fff;
    text-align: left;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: 0;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all
}

.home-toolbar .purple {
    background-color: #a242b5
}

.home-toolbar .purple:hover {
    background-color: #2980b9
}

.home-toolbar select:active, .home-toolbar select:focus {
    border: 0;
    outline: 0
}

.get-involved-toolbar, .support-toolbar, .useful-links-toolbar {
    width: 100%;
    color: #fff;
    min-height: 50px !important
}

.get-involved-toolbar h5, .support-toolbar h5, .useful-links-toolbar h5 {
    font-size: 1.3em;
    line-height: 32px;
    min-width: 148px;
    padding-left: 0
}

.get-involved-toolbar h5:after, .support-toolbar h5:after, .useful-links-toolbar h5:after {
    content: ':'
}

.get-involved-toolbar h5 a, .support-toolbar h5 a, .useful-links-toolbar h5 a {
    color: #fff;
    font-size: .9em !important;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

.get-involved-toolbar h5 a:hover, .support-toolbar h5 a:hover, .useful-links-toolbar h5 a:hover {
    color: #faf8fb;
    text-decoration: none
}

.get-involved-toolbar ul, .support-toolbar ul, .useful-links-toolbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.get-involved-toolbar ul li, .support-toolbar ul li, .useful-links-toolbar ul li {
    min-width: 155px;
    display: inline-block;
    padding: 8px 0;
    text-align: center
}

.get-involved-toolbar ul li a, .support-toolbar ul li a, .useful-links-toolbar ul li a {
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
    text-decoration: underline;
    line-height: 2.3em;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

.get-involved-toolbar ul li a:hover, .support-toolbar ul li a:hover, .useful-links-toolbar ul li a:hover {
    color: #faf8fb;
    text-decoration: none
}

.support-toolbar {
    position: relative;
    top: -42px;
    padding: 0;
    margin: 0;
    max-height: 50px
}

.support-toolbar h5 {
    padding-left: 15px
}

.useful-links-toolbar {
    background-color: #ec008b
}

.get-involved-toolbar {
    background: #1e4c5e
}

.your-stories-heading {
    position: relative;
    top: -28px;
    color: #fff
}

.your-stories-heading h2 {
    margin: 8px 0 8px 30px;
    font-size: 1.8em !important;
    z-index: 6000 !important
}

.home-section-2 {
    margin-top: 50px
}

.home-section-2 h2 {
    color: #ec008b;
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 30px
}

.home-section-2 .home-stories, .home-section-2 .home-video {
    padding-right: 44px
}

.home-section-2 .home-video .promo-slot {
    position: relative;
    margin-bottom: 32px
}

.home-section-2 .home-video .promo-slot .promo-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 75px;
    padding: 10px;
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/dark-background.png)
}

.home-section-2 .home-video .promo-slot .promo-caption a {
    color: #fff
}

.home-section-2 .home-stories {
    margin: 0;
    padding: 0
}

.home-section-2 .home-stories .home-story {
    min-height: 297px;
    margin: 0 0 32px;
    background-color: #faf9f3
}

.home-section-2 .home-stories .home-story .caption {
    margin: 0;
    padding: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
    min-height: 297px;
    text-align: center
}

.home-section-2 .home-stories .home-story .caption h5 {
    font-size: 1.4em;
    margin-top: 18px;
    color: #333
}

.home-section-2 .home-stories .home-story .caption p {
    color: #555 !important;
    font-size: 1em;
    width: 110%
}

.home-section-2 .home-stories .home-story .caption a {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    text-decoration: underline;
    font-weight: 300;
    color: #555
}

.home-section-2 .home-stories .home-story .home-story-image img {
    display: block;
    position: absolute;
    right: 2px
}

.information-toolbar-band {
    z-index: 0;
    position: absolute;
    top: 974px;
    background: #ec008b;
    width: 100%;
    height: 50px;
    border-bottom: 25px solid #fff;
    border: 1px solid #ec008b
}

.story-band-heading {
    z-index: 0;
    position: absolute;
    top: 1035px;
    background: #1e4c5e;
    width: 100%;
    height: 50px
}

.story-band {
    z-index: 0;
    position: absolute;
    top: 1080px;
    background: #c7e9ee;
    width: 100%;
    min-height: 558px
}

.isotope-options ul {
    margin-left: -40px
}

.isotope-options .filterbutton, .isotope-options .selected {
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

.isotope-options .filterbutton:hover, .isotope-options .selected:hover {
    background-color: #fff;
    color: #ec008b;
    text-decoration: none
}

aside {
    padding: 0 0 0 18px !important
}

aside #block-block-11 h2, aside #block-block-37 h2 {
    background-color: #faf9f3;
    color: #555;
    padding: 5px;
    font-weight: 300;
    font-size: 1.25em !important
}

aside #block-block-11 div, aside #block-block-37 div {
    margin: -6px 0 0;
    background-color: #faf8fb;
    padding: 5px;
    text-align: center
}

.search-results {
    font-family: 'Open Sans', sans-serif !important;
    min-height: 400px
}

.search-results .page-header {
    padding-left: 14px;
    color: #ec008b
}

.search-results tr {
    border: none !important;
    min-height: 75px
}

.search-results img {
    margin-left: 10px
}

.search-results .gsc-control-wrapper-cse {
    font-family: 'Open Sans', sans-serif !important
}

.search-results .gsc-tabHeader {
    font-size: 1.1em
}

.search-results .gsc-tabhInactive {
    background-color: #faf9f3 !important;
    border-top: 1px solid #ededed !important;
    border-right: 1px solid #ededed !important
}

.search-results .gsc-above-wrapper-area {
    border: none
}

.search-results .gs-result {
    font-family: 'Open Sans', sans-serif !important
}

.search-results .gs-title {
    font-family: 'Open Sans', sans-serif !important;
    text-decoration: none !important;
    color: #369 !important;
    height: 25px !important
}

.search-results .gs-visibleUrl {
    margin-top: 10px !important
}

.search-results .gsc-orderby {
    margin-right: 30px
}

.search-results .gsc-selected-option-container {
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important
}

.search-results .gsc-option-selector {
    background: 0 0 !important
}

.search-results .gs-snippet {
    margin-left: 10px !important;
    font-family: 'Open Sans', sans-serif !important
}

.search-results .gs-image {
    border: none !important
}

.search-results .gcsc-branding-clickable {
    position: relative;
    top: -8px;
    border: none !important
}

.search-results .gsc-cursor-page {
    font-size: 1.4em !important;
    margin-right: 14px !important;
    color: #ec008b !important
}

.search-results .gs-per-result-labels {
    margin: 10px 0 0 10px;
    font-family: 'Open Sans', sans-serif !important;
    min-width: 350px
}

.search-results .gs-per-result-labels {
    display: none
}

.search-results .field-name-field-last-updated {
    display: none
}

.white {
    color: #fff
}

.white a {
    color: #fff
}

.white a:visted {
    color: #fff
}

.white a:hover {
    color: #fff
}

.call-to-action-blocks {
    list-style-type: none;
    margin-left: -44px
}

.call-to-action-blocks li {
    min-height: 370px !important
}

.call-to-action-blocks img {
    width: 100%
}

.call-to-action-blocks .caption h3 {
    min-height: 55px;
    padding: 8px 0;
    font-size: 1.12em !important;
    line-height: 1.2em
}

.call-to-action-blocks .descr {
    margin-bottom: 20px
}

#block-system-user-menu ul {
    margin-left: 0 !important
}

.page-faq .breadcrumb li:nth-last-child(2) {
    display: none
}

.page-faq .faq-container .faq-answer {
    margin: 40px 0;
    padding: 20px 40px 0 0;
    border-top: 1px solid #666
}

.page-faq .faq-container .faq-answer h2 {
    font-size: 1.28em !important;
    margin: 0 0 10px;
    color: #ec008b !important
}

.page-faq .view-display-id-faq_questions {
    line-height: 2.4em
}

.addthis_sharing_toolbox {
    margin-bottom: 18px !important
}

.page-blog .views-row, .page-blog-archive .views-row, .page-news-and-blog-blog .views-row, .page-news-and-blog-blog-archive .views-row, .page-about-us-news-and-blog-blog .views-row, .page-about-us-news-and-blog-blog-archive .views-row {
    margin-bottom: 40px
}

.page-blog a h3, .page-blog-archive a h3, .page-news-and-blog-blog a h3, .page-news-and-blog-blog-archive a h3, .page-about-us-news-and-blog-blog a h3, .page-about-us-news-and-blog-blog-archive a h3 {
    font-size: 1.1em !important;
    color: #ec008b;
    text-decoration: none
}

.page-blog .views-field-body, .page-blog-archive .views-field-body, .page-news-and-blog-blog .views-field-body, .page-news-and-blog-blog-archive .views-field-body, .page-about-us-news-and-blog-blog .views-field-body, .page-about-us-news-and-blog-blog-archive .views-field-body {
    margin-top: 10px
}

.page-blog .blog-submitted, .page-blog-archive .blog-submitted, .page-news-and-blog-blog .blog-submitted, .page-news-and-blog-blog-archive .blog-submitted, .page-about-us-news-and-blog-blog .blog-submitted, .page-about-us-news-and-blog-blog-archive .blog-submitted {
    font-size: .9em;
    font-weight: 700;
    color: #555
}

.page-blog .blog-more, .page-blog-archive .blog-more, .page-news-and-blog-blog .blog-more, .page-news-and-blog-blog-archive .blog-more, .page-about-us-news-and-blog-blog .blog-more, .page-about-us-news-and-blog-blog-archive .blog-more {
    position: relative;
    top: 10px;
    text-decoration: underline
}

.node-type-blog-article h1, .page-blog h1, .page-blog-archive h1, .page-news-and-blog-blog h1, .page-news-and-blog-blog-archive h1, .page-about-us-news-and-blog-blog h1, .page-about-us-news-and-blog-blog-archive h1 {
    color: #ec008b
}

.node-type-blog-article .page-header {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 2.6em !important;
    line-height: 1.1
}

.node-type-blog-article .blog-posted, .page-blog .blog-posted, .page-blog-archive .blog-posted, .page-news-and-blog-blog .blog-posted, .page-news-and-blog-blog-archive .blog-posted, .page-about-us-news-and-blog-blog .blog-posted, .page-about-us-news-and-blog-blog-archive .blog-posted {
    line-height: 40px;
    font-size: .9em;
    font-weight: 700;
    color: #555
}

.node-type-blog-article .blog-featured-image img, .page-blog .blog-featured-image img, .page-blog-archive .blog-featured-image img, .page-news-and-blog-blog .blog-featured-image img, .page-news-and-blog-blog-archive .blog-featured-image img, .page-about-us-news-and-blog-blog .blog-featured-image img, .page-about-us-news-and-blog-blog-archive .blog-featured-image img {
    margin-bottom: 20px;
    min-width: 100%
}

.node-type-blog-article article, .page-blog article, .page-blog-archive article, .page-news-and-blog-blog article, .page-news-and-blog-blog-archive article, .page-about-us-news-and-blog-blog article, .page-about-us-news-and-blog-blog-archive article {
    margin-bottom: 25px
}

.node-type-blog-article article .blog-next, .node-type-blog-article article .blog-previous, .page-blog article .blog-next, .page-blog article .blog-previous, .page-blog-archive article .blog-next, .page-blog-archive article .blog-previous, .page-news-and-blog-blog article .blog-next, .page-news-and-blog-blog article .blog-previous, .page-news-and-blog-blog-archive article .blog-next, .page-news-and-blog-blog-archive article .blog-previous, .page-about-us-news-and-blog-blog-archive article .blog-next, .page-about-us-news-and-blog-blog-archive article .blog-previous {
    font-size: 1.2em;
    font-weight: 300;
    margin: 20px 0
}

.node-type-blog-article article .blog-next a, .node-type-blog-article article .blog-previous a, .page-blog article .blog-next a, .page-blog article .blog-previous a, .page-blog-archive article .blog-next a, .page-blog-archive article .blog-previous a, .page-news-and-blog-blog article .blog-next a, .page-news-and-blog-blog article .blog-previous a, .page-news-and-blog-blog-archive article .blog-next a, .page-news-and-blog-blog-archive article .blog-previous a, .page-about-us-news-and-blog-blog-archive article .blog-next a, .page-about-us-news-and-blog-blog-archive article .blog-previous a {
    color: #ec008b !important;
    text-decoration: none !important
}

.node-type-blog-article article .blog-previous, .page-blog article .blog-previous, .page-blog-archive article .blog-previous, .page-news-and-blog-blog article .blog-previous, .page-news-and-blog-blog-archive article .blog-previous, .page-about-us-news-and-blog-blog article .blog-previous, .page-about-us-news-and-blog-blog-archive article .blog-previous {
    float: left
}

.node-type-blog-article article .blog-next, .page-blog article .blog-next, .page-blog-archive article .blog-next, .page-news-and-blog-blog article .blog-next, .page-news-and-blog-blog-archive article .blog-next, .page-about-us-news-and-blog-blog article .blog-next, .page-about-us-news-and-blog-blog-archive article .blog-next {
    float: right
}

.node-type-blog-article #block-views-blog-home-block-1 .views-row, .page-blog #block-views-blog-home-block-1 .views-row, .page-blog-archive #block-views-blog-home-block-1 .views-row, .page-news-and-blog-blog #block-views-blog-home-block-1 .views-row, .page-news-and-blog-blog-archive #block-views-blog-home-block-1 .views-row, .page-about-us-news-and-blog-blog #block-views-blog-home-block-1 .views-row, .page-about-us-news-and-blog-blog-archive #block-views-blog-home-block-1 .views-row {
    margin: 6px 4px 14px 8px
}

.node-type-blog-article .blog-archive, .node-type-blog-article .blog-latest, .node-type-blog-article .blog-topics, .page-blog .blog-archive, .page-blog .blog-latest, .page-blog .blog-topics, .page-blog-archive .blog-archive, .page-blog-archive .blog-latest, .page-blog-archive .blog-topics, .page-news-and-blog-blog .blog-archive, .page-news-and-blog-blog .blog-latest, .page-news-and-blog-blog .blog-topics, .page-news-and-blog-blog-archive .blog-archive, .page-news-and-blog-blog-archive .blog-latest, .page-news-and-blog-blog-archive .blog-topics, .page-about-us-news-and-blog-blog .blog-archive, .page-about-us-news-and-blog-blog .blog-latest, .page-about-us-news-and-blog-blog .blog-topics, .page-about-us-news-and-blog-blog-archive .blog-archive, .page-about-us-news-and-blog-blog-archive .blog-latest, .page-about-us-news-and-blog-blog-archive .blog-topics {
    background: #faf8fb;
    width: 96%;
    float: right
}

.node-type-blog-article .blog-archive .block-title, .node-type-blog-article .blog-latest .block-title, .node-type-blog-article .blog-topics .block-title, .page-blog .blog-archive .block-title, .page-blog .blog-latest .block-title, .page-blog .blog-topics .block-title, .page-blog-archive .blog-archive .block-title, .page-blog-archive .blog-latest .block-title, .page-blog-archive .blog-topics .block-title, .page-news-and-blog-blog .blog-archive .block-title, .page-news-and-blog-blog .blog-latest .block-title, .page-news-and-blog-blog .blog-topics .block-title, .page-news-and-blog-blog-archive .blog-archive .block-title, .page-news-and-blog-blog-archive .blog-latest .block-title, .page-news-and-blog-blog-archive .blog-topics .block-title, .page-about-us-news-and-blog-blog .blog-archive .block-title, .page-about-us-news-and-blog-blog .blog-latest .block-title, .page-about-us-news-and-blog-blog .blog-topics .block-title, .page-about-us-news-and-blog-blog-archive .blog-archive .block-title, .page-about-us-news-and-blog-blog-archive .blog-latest .block-title, .page-about-us-news-and-blog-blog-archive .blog-topics .block-title {
    font-size: 1.25em !important;
    background: #5f276a;
    color: #fff;
    padding: 8px 4px 8px 6px
}

.node-type-blog-article .blog-archive a, .node-type-blog-article .blog-latest a, .node-type-blog-article .blog-topics a, .page-blog .blog-archive a, .page-blog .blog-latest a, .page-blog .blog-topics a, .page-blog-archive .blog-archive a, .page-blog-archive .blog-latest a, .page-blog-archive .blog-topics a, .page-news-and-blog-blog .blog-archive a, .page-news-and-blog-blog .blog-latest a, .page-news-and-blog-blog .blog-topics a, .page-news-and-blog-blog-archive .blog-archive a, .page-news-and-blog-blog-archive .blog-latest a, .page-news-and-blog-blog-archive .blog-topics a, .page-about-us-news-and-blog-blog .blog-archive a, .page-about-us-news-and-blog-blog .blog-latest a, .page-about-us-news-and-blog-blog .blog-topics a, .page-about-us-news-and-blog-blog-archive .blog-archive a, .page-about-us-news-and-blog-blog-archive .blog-latest a, .page-about-us-news-and-blog-blog-archive .blog-topics a {
    display: inline-block;
    color: #ec008b;
    max-width: 92%
}

.node-type-blog-article .blog-subscribe, .page-blog .blog-subscribe, .page-blog-archive .blog-subscribe, .page-news-and-blog-blog .blog-subscribe, .page-news-and-blog-blog-archive .blog-subscribe, .page-about-us-news-and-blog-blog .blog-subscribe, .page-about-us-news-and-blog-blog-archive .blog-subscribe {
    margin: 25px 0 0 8px;
    clear: both
}

.node-type-blog-article .blog-subscribe a, .page-blog .blog-subscribe a, .page-blog-archive .blog-subscribe a, .page-news-and-blog-blog .blog-subscribe a, .page-news-and-blog-blog-archive .blog-subscribe a, .page-about-us-news-and-blog-blog .blog-subscribe a, .page-about-us-news-and-blog-blog-archive .blog-subscribe a {
    color: #ec008b
}

.node-type-blog-article .blog-subscribe img, .page-blog .blog-subscribe img, .page-blog-archive .blog-subscribe img, .page-news-and-blog-blog .blog-subscribe img, .page-news-and-blog-blog-archive .blog-subscribe img, .page-about-us-news-and-blog-blog .blog-subscribe img, .page-about-us-news-and-blog-blog-archive .blog-subscribe img {
    margin-right: 6px
}

.node-type-blog-article #block-views-blog-archive-block ul, .node-type-blog-article .blog-topics ul, .page-blog #block-views-blog-archive-block ul, .page-blog .blog-topics ul, .page-blog-archive #block-views-blog-archive-block ul, .page-blog-archive .blog-topics ul, .page-news-and-blog-blog #block-views-blog-archive-block ul, .page-news-and-blog-blog .blog-topics ul, .page-news-and-blog-blog-archive #block-views-blog-archive-block ul, .page-news-and-blog-blog-archive .blog-topics ul, .page-about-us-news-and-blog-blog #block-views-blog-archive-block ul, .page-about-us-news-and-blog-blog .blog-topics ul, .page-about-us-news-and-blog-blog-archive #block-views-blog-archive-block ul, .page-about-us-news-and-blog-blog-archive .blog-topics ul {
    list-style-type: none
}

.node-type-blog-article #block-views-blog-archive-block ul li, .node-type-blog-article .blog-topics ul li, .page-blog #block-views-blog-archive-block ul li, .page-blog .blog-topics ul li, .page-blog-archive #block-views-blog-archive-block ul li, .page-blog-archive .blog-topics ul li, .page-news-and-blog-blog #block-views-blog-archive-block ul li, .page-news-and-blog-blog .blog-topics ul li, .page-news-and-blog-blog-archive #block-views-blog-archive-block ul li, .page-news-and-blog-blog-archive .blog-topics ul li, .page-about-us-news-and-blog-blog #block-views-blog-archive-block ul li, .page-about-us-news-and-blog-blog .blog-topics ul li, .page-about-us-news-and-blog-blog-archive #block-views-blog-archive-block ul li, .page-about-us-news-and-blog-blog-archive .blog-topics ul li {
    margin: 4px 4px 10px -32px
}

.node-type-blog-article #block-views-blog-archive-block .date-display-single, .node-type-blog-article #block-views-blog-archive-block .view-content, .node-type-blog-article .blog-topics .date-display-single, .node-type-blog-article .blog-topics .view-content, .page-blog #block-views-blog-archive-block .date-display-single, .page-blog #block-views-blog-archive-block .view-content, .page-blog .blog-topics .date-display-single, .page-blog .blog-topics .view-content, .page-blog-archive #block-views-blog-archive-block .date-display-single, .page-blog-archive #block-views-blog-archive-block .view-content, .page-blog-archive .blog-topics .date-display-single, .page-blog-archive .blog-topics .view-content, .page-news-and-blog-blog #block-views-blog-archive-block .date-display-single, .page-news-and-blog-blog #block-views-blog-archive-block .view-content, .page-news-and-blog-blog .blog-topics .date-display-single, .page-news-and-blog-blog .blog-topics .view-content, .page-news-and-blog-blog-archive #block-views-blog-archive-block .date-display-single, .page-news-and-blog-blog-archive #block-views-blog-archive-block .view-content, .page-news-and-blog-blog-archive .blog-topics .date-display-single, .page-news-and-blog-blog-archive .blog-topics .view-content, .page-about-us-news-and-blog-blog #block-views-blog-archive-block .date-display-single, .page-about-us-news-and-blog-blog #block-views-blog-archive-block .view-content, .page-about-us-news-and-blog-blog .blog-topics .date-display-single, .page-about-us-news-and-blog-blog .blog-topics .view-content, .page-about-us-news-and-blog-blog-archive #block-views-blog-archive-block .date-display-single, .page-about-us-news-and-blog-blog-archive #block-views-blog-archive-block .view-content, .page-about-us-news-and-blog-blog-archive .blog-topics .date-display-single, .page-about-us-news-and-blog-blog-archive .blog-topics .view-content {
    margin: 4px 6px 20px
}

.node-type-blog-article #block-views-blog-archive-block .date-display-single, .node-type-blog-article .blog-topics .date-display-single, .page-blog #block-views-blog-archive-block .date-display-single, .page-blog .blog-topics .date-display-single, .page-blog-archive #block-views-blog-archive-block .date-display-single, .page-blog-archive .blog-topics .date-display-single, .page-news-and-blog-blog #block-views-blog-archive-block .date-display-single, .page-news-and-blog-blog .blog-topics .date-display-single, .page-news-and-blog-blog-archive #block-views-blog-archive-block .date-display-single, .page-news-and-blog-blog-archive .blog-topics .date-display-single, .page-about-us-news-and-blog-blog #block-views-blog-archive-block .date-display-single, .page-about-us-news-and-blog-blog .blog-topics .date-display-single, .page-about-us-news-and-blog-blog-archive #block-views-blog-archive-block .date-display-single, .page-about-us-news-and-blog-blog-archive .blog-topics .date-display-single {
    font-size: .9em;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block
}

.blog-categories p {
    margin-top: 20px;
    font-weight: 700
}

.blog-categories p a {
    color: #ec008b !important;
    text-decoration: underline
}

.date-next, .date-prev {
    background: #fff !important
}

.date-prev {
    margin-right: 30px
}

.page-node-452265 iframe {
    margin-left: 25px;
    margin-bottom: 75px
}

.node-type-campaign-landing-page .field-name-field-more-information h2 {
    font-size: 1.5em !important;
    line-height: 1.78em;
    margin: 0 !important;
    color: #ec008b;
    float: initial !important
}

.node-type-campaign-landing-page .field-name-field-more-information h3 {
    font-size: 1.2em !important;
    font-weight: 100;
    line-height: 1.55em;
    margin: 0 !important;
    color: #ec008b;
    float: initital !important
}

.node-type-campaign-landing-page .field-name-field-more-information h4 {
    font-size: 1.1em !important;
    line-height: 1.45em;
    float: initital !important;
    margin: 0 !important
}

.node-type-campaign-landing-page .field-name-field-more-information img {
    padding: 0 0 15px 15px
}

.node-type-campaign-landing-page .hero-image {
    position: relative;
    margin-top: -50px;
    max-height: 325px
}

.node-type-campaign-landing-page .hero-image img {
    width: 100%;
    max-height: 325px
}

.node-type-campaign-landing-page .hero-image .campaign-caption {
    position: absolute;
    top: 0;
    padding: 32px 24px 24px;
    font-size: 2.8em;
    font-weight: 300;
    color: #fff;
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/purple-background.png);
    height: 100%
}

.node-type-campaign-landing-page .hero-image .campaign-caption p {
    line-height: 1.3em
}

.node-type-campaign-landing-page .hero-image .campaign-quote {
    position: absolute;
    top: 0;
    padding: 65px 45px 24px 85px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.4em;
    font-weight: 500;
    color: #fff;
    height: 100%
}

.node-type-campaign-landing-page .hero-image .campaign-quote p {
    line-height: 1.3em
}

.node-type-campaign-landing-page .campaign-title {
    background: #faf9f3;
    padding: 10px 12px 12px;
    max-height: 60px
}

.node-type-campaign-landing-page .campaign-title h1.page-header {
    font-size: 2.4em !important
}

@-moz-document url-prefix() {
    .node-type-campaign-landing-page .campaign-title {
        padding: 24px 12px 12px;
        max-height: 75px
    }

    .node-type-campaign-landing-page .campaign-caption {
        margin-top: 20px
    }
}

.node-type-campaign-landing-page .campaign-left-column {
    padding: 0;
    margin: 24px 0;
    font-size: 1.1em;
    line-height: 2em
}

.node-type-campaign-landing-page .campaign-left-column .page-facts .page-fact {
    margin: 24px 14px 24px -14px;
    max-height: 400px;
    max-width: 325px
}

.node-type-campaign-landing-page .campaign-left-column .page-facts .page-fact .stat {
    font-size: 3.8em;
    line-height: 3em;
    text-align: center;
    min-height: 145px;
    background-color: #ec008b;
    color: #fff
}

.node-type-campaign-landing-page .campaign-left-column .page-facts .page-fact .the-fact {
    text-align: center;
    padding: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
    color: #ec008b;
    line-height: 1.5em;
    font-weight: 400;
    min-height: 145px;
    background-color: #fad5e5
}

.node-type-campaign-landing-page .campaign-left-column .campaign-more-info {
    padding: 0;
    margin-top: 24px
}

.node-type-campaign-landing-page .campaign-logo {
    text-align: right
}

.node-type-campaign-landing-page .campaign-cta a {
    display: block;
    margin: 12px 0;
    width: 100%;
    height: 50px;
    background: #3c2a50 url(../../../all/themes/bootstrap/jostrust_org_uk/images/target-icon.png) no-repeat;
    background-position: 6px 8px;
    color: #fff;
    font-size: 1.7em;
    font-weight: 100 !important;
    line-height: 1.85em;
    text-align: center;
    -o-transition: color 50ms ease-out, background .8s ease-in;
    -ms-transition: color 50ms ease-out, background .8s ease-in;
    -moz-transition: color 50ms ease-out, background .8s ease-in;
    -webkit-transition: color 50ms ease-out, background .8s ease-in;
    transition: color 50ms ease-out, background .8s ease-in;
    cursor: pointer
}

.node-type-campaign-landing-page .campaign-cta a:hover {
    text-decoration: none;
    background-color: #ec008b
}

.node-type-campaign-landing-page .campaign-promo-image img {
    padding: 0
}

.node-type-campaign-landing-page .campaign-promo-image h3 {
    padding: 12px;
    margin-top: -10px;
    background-color: #ec008b;
    height: 50px;
    color: #fff;
    font-weight: 300;
    line-height: 1.65em
}

.node-type-campaign-landing-page .campaign-promo-image .campaign-promo-caption {
    padding: 12px;
    margin-top: -9px;
    background-color: #faf9f3
}

.node-type-campaign-landing-page .campaign-promo-image .campaign-promo-caption a {
    color: #ec008b
}

.node-type-campaign-landing-page .addthis_sharing_toolbox {
    padding: 0;
    margin: 18px -5px;
    text-align: right
}

.node-type-campaign-landing-page .campaign-related {
    padding: 0
}

.node-type-campaign-landing-page .campaign-related h3 {
    margin-bottom: 24px;
    color: #ec008b;
    font-weight: 300
}

.node-type-campaign-landing-page .campaign-related .col-md-4 {
    margin-top: 12px;
    padding: 0
}

.node-type-campaign-landing-page .campaign-related .col-md-4 .related-caption {
    padding: 12px;
    max-width: 220px;
    min-height: 110px;
    background-color: #faf9f3;
    line-height: 1.5em
}

.node-type-campaign-landing-page .campaign-right-column {
    right: -14px
}

.node-type-landing-page .hero-image {
    position: relative;
    margin-top: -30px;
    max-height: 325px
}

.node-type-landing-page .hero-image img {
    width: 100%;
    max-height: 325px
}

.node-type-landing-page .landing-left-column {
    padding: 0;
    margin-top: 40px
}

.node-type-landing-page .landing-left-column .addthis_sharing_toolbox {
    float: right !important;
    position: relative !important;
    top: -60px !important
}

.node-type-landing-page .landing-left-column p:first-child {
    margin-top: 20px
}

.node-type-landing-page .landing-left-column .landing-cta-grid {
    margin-top: 24px;
    padding: 0
}

.node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    padding-right: 3%
}

.node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb .caption {
    position: absolute;
    background: rgba(236, 0, 139, .65);
    bottom: 0;
    left: 0;
    height: 20%;
    color: #fff;
    padding-left: 3.5%;
    width: 94%;
    background-image: url(../../../all/themes/bootstrap/jostrust_org_uk/images/arrow-right-white.png);
    background-repeat: no-repeat;
    background-position: right
}

.node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb .caption h4 {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.75em
}

.node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb .caption p {
    margin-top: -6px;
    width: 90%;
    line-height: 1.4em
}

.node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb img {
    width: 100%
}

.node-type-landing-page aside {
    position: relative;
    top: 40px;
    right: -15px
}

.node-type-landing-page aside .landing-promo-image {
    padding: 0
}

.node-type-landing-page aside .landing-promo-image img {
    padding: 0
}

.node-type-landing-page aside .landing-promo-image h3 {
    padding: 12px;
    margin-top: -10px;
    background-color: #ec008b;
    height: 50px;
    color: #fff;
    font-weight: 300;
    font-size: 1.2em !important;
    line-height: 2em
}

.node-type-landing-page aside .landing-promo-image .landing-promo-caption {
    padding: 12px;
    margin-top: -9px;
    background-color: #faf9f3
}

.node-type-landing-page aside .landing-promo-image .landing-promo-caption a {
    color: #ec008b
}

.node-type-landing-page aside .landing-promo {
    padding: 0;
    margin-top: 24px
}

.node-type-landing-page aside .landing-promo .landing-promo-caption {
    padding: 12px;
    margin-top: -9px;
    background-color: #faf9f3
}

.node-type-landing-page aside .landing-promo .landing-promo-caption h3 {
    font-size: 1.1em !important;
    font-weight: 700
}

.node-type-landing-page aside .landing-promo .landing-promo-caption a {
    color: #ec008b
}

.node-type-landing-page aside .landing-more-section a {
    line-height: 2em
}

.donate-landing-page {
    position: relative
}

.donate-landing-page form {
    margin-top: -44px
}

.donate-landing-page footer form {
    margin-top: 0
}

.donate-landing-page .help-block {
    font-size: .9em !important;
    font-weight: 100;
    margin-left: 45px;
    margin-top: -30px
}

.donate-landing-page .hero img {
    width: 100%;
    object-fit: cover;
    max-height: 700px
}

.donate-landing-page .hero-caption {
    width: 50%;
    max-width: 872px;
    height: 12.5%;
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    padding: 20px;
    position: relative;
    margin: 0 auto;
    margin-top: calc((100vw / 4) * -1)
}

@media (min-width: 1800px) {
    .donate-landing-page .hero-caption {
        margin-top: calc((100vw / 6) * -1)
    }
}

.donate-landing-page .hero-caption .page-header {
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em !important;
    font-weight: 100;
    color: #ec008b;
    margin: 0;
    padding: 0;
    line-height: 42px
}

.donate-landing-page .hero-caption .donate-button {
    width: 100%;
    text-align: center
}

.donate-landing-page .hero-caption .donate-button .btn {
    margin-top: 24px;
    margin-bottom: 24px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    color: #fff;
    width: 160px;
    line-height: 42px;
    min-height: 45px;
    background-color: #5f276a;
    font-size: 1.3em;
    font-weight: 300;
    -o-transition: color .1s ease-out, background .4s ease-in;
    -ms-transition: color .1s ease-out, background .4s ease-in;
    -moz-transition: color .1s ease-out, background .4s ease-in;
    -webkit-transition: color .1s ease-out, background .4s ease-in;
    transition: color .1s ease-out, background .4s ease-in
}

.donate-landing-page .hero-caption .donate-button .btn:hover {
    background-color: #ec008b
}

.donate-landing-page .donate-options {
    position: relative
}

.donate-landing-page .donate-options form {
    padding: 0;
    margin: 0
}

.donate-landing-page .donate-options form .col-md-3 {
    padding: 0
}

.donate-landing-page .donate-options form .col-md-3 label {
    width: 75%
}

.donate-landing-page .donate-options form .input-hidden {
    position: absolute;
    left: -9999px
}

.donate-landing-page .donate-options form label {
    cursor: pointer
}

.donate-landing-page .donate-options form label:hover {
    opacity: .8
}

.donate-landing-page .donate-options form input[type=radio]:checked + label > img {
    border: 1px solid #5f276a;
    box-shadow: 0 0 2px 2px #5f276a
}

.donate-landing-page .donate-options form .donate-other {
    position: absolute;
    bottom: 10px;
    right: 0
}

.donate-landing-page .donate-options form .donate-other .donate-other-box {
    height: 50px;
    border: 1px solid #333;
    color: #333;
    padding: 8px;
    width: 100%;
    vertical-align: bottom
}

.donate-landing-page #edit-submitted-amount {
    width: 20%
}

.donate-landing-page .input-group-addon {
    border: 1px solid #000;
    border-right: none;
    border-radius: 0;
    background-color: #fff
}

.donate-landing-page .paymethod-select-wrapper {
    width: 100% !important
}

.donate-landing-page .paymethod-select-wrapper .panel {
    margin: 0;
    border: none;
    box-shadow: none;
    background: 0 0
}

.donate-landing-page .paymethod-select-wrapper .panel .panel-heading {
    background: 0 0;
    border: none;
    margin-bottom: 0;
    padding: 0
}

.donate-landing-page .paymethod-select-wrapper .panel .panel-body {
    padding: 0
}

.donate-landing-page .paymethod-select-wrapper .panel .expiry-date .form-item {
    display: inline-block;
    clear: both;
    float: initial;
    width: 60px
}

.donate-landing-page .donate-gift-aid, .donate-landing-page .webform-component--gift-aid {
    background-color: #faf8fb;
    padding: 20px
}

.donate-landing-page .webform-component--gift-aid {
    width: 80%;
    margin-top: -20px
}

.donate-landing-page #stripe-errors {
    color: #eb1c26;
    font-size: 16px
}

.donate-landing-page .donate {
    display: none
}

.donate-thank-you-page {
    position: relative
}

.donate-thank-you-page form {
    margin-top: 0
}

.donate-thank-you-page .help-block {
    font-size: .9em !important;
    font-weight: 100;
    margin-left: 45px
}

.donate-thank-you-page .hero {
    max-height: 700px
}

.donate-thank-you-page .hero img {
    width: 100%;
    object-fit: cover;
    max-height: 700px
}

.donate-thank-you-page .hero-caption {
    max-width: 840px;
    width: 38%;
    height: 12.5%;
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    padding: 20px;
    position: relative;
    margin: 0 auto;
    margin-top: calc((100vw / 4) * -1)
}

.donate-thank-you-page .hero-caption .page-header {
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em !important;
    font-weight: 100;
    color: #ec008b;
    margin: 0;
    padding: 0;
    line-height: 42px
}

.donate-thank-you-page .down-arrow {
    display: none;
    position: relative;
    top: 120px;
    margin: auto;
    width: 80px
}

.donate-thank-you-page #newsletter-form {
    display: none
}

.node-type-video .region-content-bottom h2 {
    margin-bottom: 24px;
    color: #ec008b;
    font-weight: 300
}

.node-type-video .region-content-bottom .view-related-content-block .related-caption {
    padding: 12px;
    max-width: 220px;
    min-height: 110px;
    background-color: #faf9f3;
    line-height: 1.5em
}

.node-type-video .related-videos {
    margin-right: -12px
}

.node-type-video .related-videos h3 {
    font-weight: 300;
    background-color: #ec008b;
    color: #fff;
    padding: 8px;
    margin: 0 -12px 10px
}

.node-type-video .related-videos .view-related-videos {
    margin: -12px
}

.node-type-video .related-videos .related-video {
    background-color: #faf8fb;
    margin-bottom: 10px
}

.node-type-video .related-videos .related-video .more-link {
    padding: 8px
}

.node-type-video .related-videos .related-video .more-link a {
    color: #333
}

.node-type-volunteer-page .hero-image {
    position: relative;
    margin-top: -50px;
    max-height: 480px
}

.node-type-volunteer-page .hero-image img {
    width: 100%;
    max-height: 480px
}

.node-type-volunteer-page .hero-caption {
    position: absolute;
    bottom: 0;
    padding: 12px 24px 8px 12px;
    font-size: 2em;
    font-weight: 300;
    color: #fff;
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/purple-background.png);
    height: 14%
}

.node-type-volunteer-page .hero-caption p {
    line-height: 1.3em
}

.node-type-volunteer-page .block-title {
    margin-top: 24px;
    font-size: 1.6em;
    font-weight: 300
}

.block-volunteer-dashboard .block-title {
    color: #ec008c
}

.block-volunteer-dashboard .block-title, .node-type-volunteer-page .block-title {
    margin-top: 24px;
    font-size: 1.6em;
    font-weight: 300
}

.block-volunteer-dashboard .page-facts, .node-type-volunteer-page .page-facts {
    margin-left: 24px
}

.block-volunteer-dashboard .page-facts .page-fact, .node-type-volunteer-page .page-facts .page-fact {
    margin: 24px 14px 24px -14px
}

.block-volunteer-dashboard .page-facts .page-fact .stat, .node-type-volunteer-page .page-facts .page-fact .stat {
    font-size: 1.4em;
    line-height: 3.5em;
    text-align: center;
    background-color: #ec008b;
    color: #fff
}

.block-volunteer-dashboard .page-facts .page-fact .the-fact, .node-type-volunteer-page .page-facts .page-fact .the-fact {
    text-align: center;
    padding: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 3em;
    color: #ec008b;
    line-height: 2.56em;
    font-weight: 400;
    background-color: #fad5e5
}

.node-type-volunteer-page .page-content {
    margin: 24px 0 0
}

.node-type-volunteer-page .page-content aside {
    margin-left: -34px
}

.node-type-volunteer-page .page-content .addthis_sharing_toolbox {
    float: right !important;
    position: relative !important;
    top: -60px !important;
    right: -68px
}

.node-type-volunteer-page .page-content .landing-cta-grid {
    margin: 24px;
    padding: 0
}

.node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    padding-right: 30px
}

.node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb .caption {
    position: absolute;
    background: rgba(236, 0, 139, .65);
    bottom: 0;
    left: 0;
    height: 20%;
    color: #fff;
    padding-left: 3.5%;
    width: 92.8%;
    background-image: url(../../../all/themes/bootstrap/jostrust_org_uk/images/arrow-right-white.png);
    background-repeat: no-repeat;
    background-position: right
}

.node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb .caption h4 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 2em
}

.node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb .caption p {
    margin-top: -6px;
    width: 90%;
    line-height: 1.4em
}

.node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb img {
    width: 100%
}

.node-type-event article {
    margin-right: -14px
}

.node-type-event .hero-image {
    position: relative;
    padding: 0
}

.node-type-event .hero-image img {
    width: 100%
}

.node-type-event .hero-image h1.event-page-header {
    position: absolute;
    bottom: -10px;
    background: rgba(236, 0, 139, .65);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.4em;
    padding: 12px;
    width: 100%
}

.node-type-event .left-column {
    padding: 0
}

.node-type-event .left-column .share-bar {
    padding: 8px 0 8px 12px;
    height: 50px;
    width: 110%;
    background: #faf8fb
}

.node-type-event .left-column .field-name-body {
    padding: 20px 12px 0
}

.node-type-event .event-cta a {
    display: block;
    margin: 12px 0;
    width: 100%;
    max-width: 350px;
    height: 50px;
    background: #3c2a50;
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.8em;
    text-align: center;
    -o-transition: color 50ms ease-out, background .8s ease-in;
    -ms-transition: color 50ms ease-out, background .8s ease-in;
    -moz-transition: color 50ms ease-out, background .8s ease-in;
    -webkit-transition: color 50ms ease-out, background .8s ease-in;
    transition: color 50ms ease-out, background .8s ease-in;
    cursor: pointer
}

.node-type-event .event-cta a:hover {
    text-decoration: none;
    background-color: #ec008b
}

.node-type-event aside {
    margin-top: -12px
}

.node-type-event aside .event-info {
    background-color: #faf9f3;
    padding-bottom: 12px
}

.node-type-event aside .event-info p {
    padding: 0 0 0 12px
}

.node-type-event aside .event-info h3 {
    padding: 4px 0 4px 12px;
    background: #ec008b;
    color: #fff;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 2em
}

.node-type-event .event-more-events {
    padding: 40px 0 0
}

.node-type-event .event-more-events h3 {
    margin-bottom: 24px;
    color: #ec008b;
    font-weight: 300
}

.node-type-event .event-more-events .col-md-4 {
    margin-top: 12px;
    padding: 0
}

.node-type-event .event-more-events .col-md-4 .event-date {
    padding: 8px;
    margin: 0;
    background-color: #ec008b;
    color: #fff;
    max-width: 220px
}

.node-type-event .event-more-events .col-md-4 .related-caption {
    padding: 12px;
    max-width: 220px;
    min-height: 110px;
    background-color: #faf9f3;
    line-height: 1.5em
}

.actions {
    margin: 10px 0 25px
}

.actions .creative h3, .actions .do-more h3, .actions .post h3 {
    font-weight: 300;
    font-size: 1.25em
}

.actions .do-more h3 {
    margin-top: 40px
}

.actions p {
    line-height: 26px;
    font-size: 1.1em
}

.actions .post {
    background-position: center;
    margin-bottom: 40px
}

.actions .post p {
    position: relative;
    top: 20px;
    padding: 0 10%;
    width: 100%;
    font-size: 1.4em;
    color: #ec008b;
    text-align: center;
    font-weight: 300
}

.actions .post a {
    text-decoration: none
}

.tag-cloud h2 {
    margin: 12px 0 24px
}

.webform-client-form {
    width: 80%;
    background-color: #faf8fb;
    border-radius: 8px;
    padding: 12px
}

.webform-client-form .form-group {
    width: 80%;
    float: inherit
}

.webform-client-form .form-group .control-label {
    display: block;
    width: 100%
}

.webform-client-form .form-item-submitted-year {
    position: relative;
    top: -66px;
    left: 114px
}

.webform-client-form .form-item-submitted-regularity-of-screening {
    margin-top: -70px
}

.callout {
    float: right;
    margin-right: -14px
}

.callout h2 {
    display: none
}

.callout .casestudy-call-out {
    background-color: #fad5e5;
    text-align: center
}

.callout .casestudy-call-out h3 {
    margin: 0;
    background-color: #ec008b;
    color: #fff;
    font-weight: 100;
    padding: 12px
}

.callout .casestudy-call-out p {
    padding: 12px
}

.callout .casestudy-call-out .more-link {
    text-decoration: underline;
    padding: 8px
}

.callout .fundraising-callout {
    margin: 0 0 14px 14px;
    text-align: center
}

.callout .fundraising-callout .stat {
    font-size: 4em;
    line-height: 2.2em;
    text-align: center;
    background-color: #ec008b;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #fff
}

.callout .fundraising-callout .the-fact {
    text-align: center;
    padding: 14px;
    font-size: 1.3em;
    color: #ec008b;
    line-height: 1.5em;
    font-weight: 100;
    background-color: #fad5e5
}

.callout .fundraising-callout .btn-default {
    color: #fff;
    margin: 20px
}

.view-people-display .people-row {
    min-height: 350px;
    margin-top: 40px
}

.view-people-display .people-row .people-profile-description {
    padding-bottom: 40px
}

.view-people-display .people-row h2, .view-people-display .people-row h3 {
    margin: 0 0 8px
}

.view-people-display .people-row h2 {
    font-size: 1.45em
}

.view-people-display .people-row h3 {
    font-size: 1.1em
}

.view-people-display .people-row .people-profile-image {
    padding: 0
}

.likebtn_container {
    padding-bottom: 20px
}

input {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

button:focus, input:focus {
    outline: 0 !important
}

.boolean-check {
    position: absolute;
    left: 20px
}

.node-type-webform h2 {
    font-size: 1.2em !important;
    font-weight: 300;
    color: #ec008b;
    width: 100%
}

.node-type-webform .block-menu-block {
    padding: 12px;
    margin-left: -14px
}

.node-type-webform .block-menu-block h2 {
    margin-bottom: 12px;
    color: #222;
    margin-left: 14px;
    font-weight: 400
}

.node-type-webform .block-menu-block a {
    font-size: .9em
}

.node-type-webform .CTA-block {
    margin: initial !important
}

.node-type-webform .CTA-block .defaultcallout {
    width: 100%
}

.node-type-webform .region-content form {
    background: 0 0;
    margin-left: 24px
}

.node-type-webform .region-content form label {
    font-weight: 300
}

.node-type-webform .region-content form .form-item p {
    font-size: .9em;
    font-weight: 300
}

.node-type-webform .region-content form input, .node-type-webform .region-content form select, .node-type-webform .region-content form textarea {
    border: 1px solid #222;
    border-radius: 0
}

.node-type-webform .region-content form button {
    min-width: 100px;
    border-radius: 0;
    margin: 20px 0
}

.node-type-webform .region-content form input[type=image] {
    border: none
}

.node-type-webform .region-content form select {
    display: inline-block
}

.node-type-webform .region-content form .panel-default {
    border: none;
    background-color: #faf9f3
}

.node-type-webform .region-content form .form-checkbox {
    left: 0;
    margin-left: 0;
    display: inline-block
}

@media only screen and (max-width: 480px) {
    .node-type-webform .region-content form .form-checkbox {
        width: 8% !important
    }
}

.node-type-webform .region-content form .screening-date .form-control, .node-type-webform .region-content form .screening-date .form-group {
    display: inline
}

.node-type-webform .region-content form .form-type-radio {
    float: initial
}

.node-type-webform .region-sidebar-second {
    margin-top: 24px
}

#user-profile-form .form-item {
    display: inline-flex
}

#user-profile-form .form-item label {
    min-width: 200px
}

#user-profile-form .form-item-pass-pass2 {
    float: right
}

#user-profile-form .help-block {
    margin: 0 0 0 10px;
    font-size: .8em
}

#block-user-login {
    padding: 10px;
    background-color: #faf8fb;
    border: 1px solid #eee;
    margin-bottom: 20px
}

#block-user-login h2 {
    padding: 10px 0 0;
    color: #ec008b
}

#block-user-login ul {
    list-style-type: none;
    margin-left: -40px;
    float: left;
    width: 100%
}

#block-user-login ul li a {
    line-height: 2em;
    color: #ec008b
}

#block-user-login label {
    margin-top: 10px;
    font-size: .85em
}

#block-user-login input {
    width: 99% !important
}

#block-user-login .btn-default {
    background-color: #ec008b;
    color: #fff;
    margin: auto;
    float: left
}

#user-login {
    width: 60%;
    padding: 20px
}

#user-login .input {
    width: 100% !important
}

#user-login .form-item {
    float: left
}

#user-login .form-actions {
    clear: left
}

#user-login .form-submit {
    position: relative;
    top: 25px;
    width: 100px;
    background-color: #ec008b;
    color: #fff;
    display: block
}

#user-login .form-submit:hover {
    background-color: #faf8fb;
    color: #ec008b
}

#edit-submitted-amount-select .form-radio {
    margin-left: -20px
}

#webform-component-gift-aid label {
    float: right;
    width: 80%
}

#edit-submitted-gift-aid {
    float: left;
    width: 10%;
    margin-left: 20px
}

#edit-submitted-gift-aid label {
    color: #fff
}

#edit-submitted-payment-payment-method-all-forms-1-expiry-date-year {
    width: 90px
}

#user-register-form #edit-account input {
    width: 55%;
    margin: 0 10px 10px 0
}

#user-register-form legend {
    margin: 0;
    padding: 8px
}

.captcha {
    margin-bottom: 30px
}

.page-node-887000 form {
    margin-top: -100px
}

.page-node-887000 form .webform-component--introduction {
    width: 100%
}

.page-node-887000 form .webform-component--content-of-call-set, .page-node-887000 form .webform-component--need-set {
    border: none !important
}

.page-node-887000 form .webform-component--content-of-call-set input[type=checkbox], .page-node-887000 form .webform-component--need-set input[type=checkbox] {
    position: absolute;
    left: 14px
}

.page-node-887000 .webform-component--date-of-call--date-day, .page-node-887000 .webform-component--date-of-call--date-month, .page-node-887000 .webform-component--date-of-call--date-year {
    width: initial;
    margin-right: 12px
}

.node-type-page .block-webform .webform-client-form {
    position: relative;
    left: -18px;
    width: 100%;
    background-color: #fff
}

.node-type-page .block-webform .webform-client-form .form-checkbox {
    left: 20px
}

.page-user .form-item-pass-pass2 {
    display: block !important;
    float: initial !important
}

.page-user .form-item-pass-pass2 .control-label {
    position: relative;
    top: 30px
}

.page-user .form-item-pass-pass2 .password-confirm {
    position: relative;
    left: 200px
}

.page-user #edit-timezone--2 {
    position: relative;
    right: 80px
}

#block-privatemsg-privatemsg-menu, .jcct-forum-menu, .jcct-user-menu {
    background-color: #faf8fb !important;
    margin-bottom: 20px;
    border: 1px solid #eee !important;
    font-size: .9em
}

#block-privatemsg-privatemsg-menu ul, .jcct-forum-menu ul, .jcct-user-menu ul {
    list-style-type: none;
    margin-left: -24px
}

#block-privatemsg-privatemsg-menu h2, .jcct-forum-menu h2, .jcct-user-menu h2 {
    padding: 20px 0 0 14px;
    color: #ec008b;
    font-weight: 300
}

#block-privatemsg-privatemsg-menu .view-forum-taxonomy, #block-privatemsg-privatemsg-menu .view-latest-posts, .jcct-forum-menu .view-forum-taxonomy, .jcct-forum-menu .view-latest-posts, .jcct-user-menu .view-forum-taxonomy, .jcct-user-menu .view-latest-posts {
    padding: 10px 8px 20px 14px
}

body.node-type-forum section.block {
    background-color: #fff;
    border: none
}

.jcct-user-menu form {
    padding: 10px
}

.jcct-user-menu .jcct-search-button {
    display: inline-block;
    height: 34px;
    margin-top: -4px
}

.jcct-user-menu .jcct-search {
    display: inline-block;
    width: 80% !important
}

.forum-post-wrapper {
    background: #faf8fb
}

.forum-post-panel-main {
    background: #fff;
    margin-left: 135px !important
}

.block-user-new {
    display: none
}

.forum-post-info {
    background-color: #ededed;
    height: 25px;
    line-height: 24px
}

.forum-post-info .forum-posted-on {
    font-weight: 700;
    margin-left: 8px
}

.forum-name a {
    margin: 4px
}

.forum-post-panel-sub {
    width: 150px !important
}

.user-picture {
    display: block !important;
    width: 100%
}

.forum-post-title {
    margin-left: 20px !important;
    width: 80%;
    font-weight: 700;
    font-size: 1.35em
}

.forum-post-content {
    margin-left: 20px !important;
    width: 80%
}

.forum-node-create-links {
    width: 100%;
    margin-bottom: 10px
}

#forum-sort .form-control {
    width: 100px !important;
    margin-right: 10px;
    margin-bottom: 10px
}

.forum-tools {
    clear: both;
    float: none !important
}

@media only screen and (max-width: 768px) {
    .forum-last-post, .forum-last-reply, .forum-number-name, .forum-number-posts, .forum-number-topics, .forum-posts, .forum-topics {
        display: none
    }

    .forum-details {
        padding: 10px
    }

    .forum-table thead {
        border: 1px solid #eee
    }

    .forum-table .views-field-comment-count, .forum-table .views-field-totalcount {
        display: none
    }

    .forum-table .page-forum .forum-header .forum-last-post {
        display: none !important
    }

    .forum-table td.views-field-created, .forum-table td.views-field-last-updated, .forum-table td.views-field-name, .forum-table td.views-field-title, .forum-table td.views-field-topic-icon {
        padding: 12px;
        background-color: #faf8fb
    }

    .forum-table .views-field-title, .forum-table .views-field-topic-icon {
        padding: 12px
    }

    .forum-topic-legend div {
        margin-bottom: 10px;
        width: 70%
    }

    .forum-topic-legend .topic-icon-closed, .forum-topic-legend .topic-icon-default, .forum-topic-legend .topic-icon-hot, .forum-topic-legend .topic-icon-hot-new, .forum-topic-legend .topic-icon-new, .forum-topic-legend .topic-icon-sticky {
        background-position: right !important
    }
}

@media only screen and (max-width: 480px) {
    .forum-table td.views-field-last-updated span.username, .forum-table td.views-field-last-updated a {
        word-break: break-all
    }
}

.forum-table-topics thead tr {
    background-color: #ec008b
}

.forum-table-topics thead tr a {
    color: #fff
}

.forum-table-topics td {
    padding: 12px
}

.mobile-extra-menu #block-block-38, .mobile-extra-menu #block-block-39, .mobile-extra-menu #block-system-user-menu, .mobile-extra-menu #block-user-login {
    display: none !important
}

a.af-button-large, a.af-button-large:link, a.af-button-large:visited, a.af-button-small, a.af-button-small:link, a.af-button-small:visited, a.author-pane-link, a.author-pane-link:link, a.author-pane-link:visited {
    color: #333;
    text-decoration: none
}

.af-button-large, .af-button-small, .author-pane-link {
    display: block;
    border-top: 1px solid #eaf8e4;
    background: #c1c1c1;
    background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#c1c1c1));
    background: -moz-linear-gradient(top, #dfdfdf, #c1c1c1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #000 0 1px 0;
    -moz-box-shadow: #000 0 1px 0;
    box-shadow: #000 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
    color: #333;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle
}

a.af-button-large:hover, a.af-button-small:hover, a.author-pane-link:hover {
    background: #c1c1c1;
    color: #333;
    border-top-color: #efefef
}

a.af-button-large:active, a.af-button-small:active, a.author-pane-link:active {
    background: #c1c1c1;
    color: #333;
    border-top-color: #efefef
}

.af-button-large span {
    font-size: 14px;
    padding: 2px 2px 2px 25px;
    line-height: 30px;
    margin: 0 7px
}

.af-button-small span {
    font-size: 12px;
    padding: 2px 2px 2px 20px;
    line-height: 25px;
    margin: 0 7px
}

.author-pane-link span {
    font-size: 12px;
    padding: 0 0 0 22px;
    line-height: 22px;
    margin: 0 7px
}

.forum-add-forum .af-button-large span {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/forum/add_topic.png) no-repeat
}

.forum-add-poll .af-button-large span {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/forum/add_poll.png) no-repeat
}

.topic-reply-allowed .af-button-large span {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/forum/topic_reply.png) no-repeat
}

.topic-reply-locked .af-button-large span {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/forum/topic_locked.png) no-repeat
}

.last-post-link .af-button-large span {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/forum/topic_last_post.png) no-repeat
}

.topic-new-post-link .af-button-large span {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/forum/topic_first_unread_post.png) no-repeat
}

.comment-add .af-button-small span, .comment-reply .af-button-small span {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/forum/post_reply.png) no-repeat
}

.quote .af-button-small span {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/forum/post_quote.png) no-repeat
}

.comment-edit .af-button-small span, .post-edit .af-button-small span {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/forum/post_edit.png) no-repeat
}

.comment-delete .af-button-small span, .post-delete .af-button-small span {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/forum/post_delete.png) no-repeat
}

.forum-jump-links .af-button-small span {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/forum/topic_top.png) no-repeat
}

.forum-post-panel-sub .author-contact .author-pane-link span {
    background: transparent url(../../../all/themes/bootstrap/jostrust_org_uk/images/forum/ap_email.png) no-repeat
}

.forum-post-panel-sub .author-privatemsg .author-pane-link span {
    background: transparent url(../../../all/themes/bootstrap/jostrust_org_uk/images/forum/ap_private_message.png) no-repeat
}

.forum-post-panel-sub .author-relationship-add-icon.author-pane-link span {
    background: transparent url(../../../all/themes/bootstrap/jostrust_org_uk/images/forum/ap_contact_add.png) no-repeat
}

.forum-post-panel-sub .author-relationship-remove-icon.author-pane-link {
    background: transparent url(../../../all/themes/bootstrap/jostrust_org_uk/images/forum/ap_contact_remove.png) no-repeat
}

.join-forum-cta {
    display: inline-block;
    margin-top: -10px;
    background-color: #fad5e6;
    width: 100%;
    padding: 14px;
    text-align: center;
    color: #ec008b !important;
    font-size: 1.32em;
    font-weight: 400;
    text-transform: uppercase
}

.join-forum-cta:hover {
    background: #ec008b;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    color: #fff !important;
    text-decoration: none
}

@media only screen and (max-width: 480px) {
    .left-side-desktop #block-block-16, .left-side-desktop #block-views-forum-taxonomy-block, .left-side-desktop #block-views-latest-posts-block {
        display: none !important
    }

    .node-type-forum .jcct-user-menu {
        display: block !important
    }

    .forum-post-panel-main {
        margin-left: 0 !important
    }

    .forum-post-panel-sub {
        width: 300px !important
    }

    .user-picture {
        display: none !important
    }

    .forum-post-title {
        margin-left: 20px !important;
        font-size: 1.15em
    }
}

.lb-share-tt, .lb-tt-m {
    display: none !important
}

.page-forum .tabs--primary {
    margin-top: 100px !important
}

.cart {
    position: relative;
    top: 6px;
    left: 130px;
    cursor: pointer
}

.cart #hovercart-qty {
    position: relative !important;
    top: -24px !important;
    left: 36px !important;
    text-align: right;
    color: #ec008b;
    width: 50px;
    height: 100px;
    cursor: pointer;
    font-weight: initial !important;
    font-size: 14px !important
}

.cart #hovercart-image {
    z-index: 220
}

.cart #hovercart-contents {
    z-index: 220;
    width: 220px !important
}

.cart #hovercart-contents #content-wrap {
    padding: 12px;
    background-color: #ffecf7 !important
}

.cart .links li a {
    color: #222 !important
}

@media (max-width: 480px) {
    .cart {
        left: 220px;
        top: 70px
    }

    .cart .cart #hovercart-qty {
        width: 70px
    }
}

@media (max-width: 380px) {
    .cart {
        left: 190px
    }
}

@media (max-width: 320px) {
    .cart {
        left: 150px
    }
}

.top-navigation .cart {
    top: 0;
    left: 0
}

.cart-donation .add-donation-title {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 2em
}

.cart-donation .uc-out-of-stock-instock {
    display: none !important
}

.cart-donation .uc_out_of_stock_throbbing {
    display: none !important
}

.cart-donation button {
    position: relative
}

@media (max-width: 480px) {
    .cart-donation button {
        left: 12px
    }
}

.cart-donation button:after {
    content: "ADD DONATION";
    padding: 6px;
    min-width: 124px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ec008b
}

@media (max-width: 480px) {
    .cart-donation button:after {
        background: #5f276a
    }
}

.node-type-product .page-header {
    margin-bottom: 0 !important;
    font-size: 1.6em !important
}

.node-type-product .product-second-sidebar a {
    color: #000;
    text-decoration: underline;
    line-height: 40px
}

.node-type-product .product-second-sidebar a:hover {
    text-decoration: none
}

.node-type-product .product-second-sidebar .product-category-menu {
    background-color: #faf9f3;
    padding: 24px;
    margin-left: 10px
}

.node-type-product .product-second-sidebar .product-category-menu h2 {
    font-weight: 100;
    color: #ec008b
}

@media (max-width: 480px) {
    .node-type-product .product-second-sidebar {
        position: relative;
        top: 48px
    }
}

.btn {
    border-radius: 0
}

.product-more-products {
    margin-top: 48px
}

.product-more-products h3 {
    color: #ec008b;
    font-size: 1.2em;
    font-weight: 100;
    line-height: 50px
}

@media (max-width: 480px) {
    .product-more-products h3 {
        margin-left: 20px
    }
}

.product-more-products .related-product {
    text-align: center
}

.product-more-products .related-product img {
    margin: auto
}

.product-more-products .related-product p {
    line-height: 28px;
    color: #ec008b
}

.product-more-products .related-product a {
    color: #000;
    text-decoration: underline
}

.product-help-block {
    margin-left: 10px;
    padding: 24px
}

.product-help-block h2 {
    font-size: 14px;
    font-weight: 700
}

.product-help-block a {
    color: #000;
    text-decoration: underline;
    line-height: 40px
}

.product-page {
    margin-left: -20px
}

.product-page .product-image .share-bar {
    text-align: left;
    margin-top: 34px
}

.product-page .product-description {
    padding-left: 32px
}

.product-page .product-description .product-display-price {
    line-height: 42px;
    font-size: 1em;
    font-weight: 700
}

.product-page .product-description .uc_out_of_stock_throbbing {
    display: none
}

.product-page .product-description .uc-out-of-stock-instock {
    font-weight: 700;
    line-height: 60px
}

.product-page .product-description .glyphicon-plus {
    display: none
}

@media (max-width: 480px) {
    .product-page .product-description {
        position: relative;
        top: 42px
    }
}

.page-cart .error {
    border: none
}

.page-cart .btn {
    border-radius: 0;
    border: none;
    background-color: #ec008b
}

.page-cart .btn .glyphicon-trash {
    display: none
}

.page-cart .table-responsive .subtotal, .page-cart .table-responsive th {
    background-color: #faf9f3;
    font-weight: 100;
    font-size: 16px;
    padding: 12px;
    color: #222
}

.page-cart .table-responsive tr:nth-of-type(odd) {
    background-color: #fff
}

@media (max-width: 480px) {
    .page-cart .table-responsive th:nth-child(1) {
        color: #faf9f3;
        max-width: 20px
    }

    .page-cart .table-responsive th:nth-child(2) {
        min-width: 1px;
        max-width: 1px
    }
}

@media (max-width: 480px) {
    .page-cart .table-responsive .remove button {
        position: relative;
        width: 40px
    }

    .page-cart .table-responsive .remove button:after {
        content: "X";
        padding: 6px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ec008b
    }
}

.page-cart .table-responsive td.image {
    min-width: 160px
}

@media (max-width: 480px) {
    .page-cart .table-responsive td.image {
        min-width: 1px;
        max-width: 1px
    }

    .page-cart .table-responsive td.image img {
        display: none
    }
}

@media (max-width: 480px) {
    .page-cart .table-responsive td.remove {
        max-width: 20px
    }
}

.page-cart .table-responsive td.desc a {
    font-size: 1em;
    color: #ec008b
}

.page-cart .table-responsive tr {
    border: none
}

.page-cart .table-responsive thead > tr > th {
    border: none
}

@media (max-width: 768px) {
    .page-cart .form-actions {
        position: relative;
        top: 220px
    }
}

@media (max-width: 768px) {
    .page-cart .form-actions .form-submit {
        margin-top: 20px
    }
}

.page-cart .uc-cart-empty {
    min-height: 150px
}

@media (max-width: 768px) {
    .page-cart .suggested-donation {
        position: relative;
        top: -60px
    }
}

.page-cart .suggested-donation .form-type-uc-quantity, .page-cart .suggested-donation p {
    margin-left: 12px
}

@media (max-width: 480px) {
    .page-cart .suggested-donation img {
        display: none
    }
}

@media (max-width: 768px) {
    .page-cart .suggested-donation img {
        width: 45%;
        margin-top: 50px
    }
}

@media (max-width: 480px) {
    .page-cart .suggested-donation .form-text {
        width: 25%
    }
}

@media (max-width: 768px) {
    .page-cart .suggested-donation .form-actions {
        top: 0 !important
    }
}

@media (max-width: 480px) {
    .page-cart .suggested-donation .form-actions .node-add-to-cart {
        float: right;
        margin-right: 28px;
        margin-top: -50px
    }
}

.page-cart-checkout .field-billing_ucxf_giftaid, .page-cart-checkout .field-billing_ucxf_surgery {
    display: none
}

.page-cart-checkout .input-group .input-group-addon {
    display: none
}

.page-cart-checkout .payment-details-free_order {
    display: none
}

.page-cart-checkout .panel {
    border: none;
    box-shadow: none
}

.page-cart-checkout .panel-heading {
    background-color: #fff;
    border: none
}

.page-cart-checkout .cart-review th {
    border: none
}

.page-cart-checkout .cart-review td {
    border: none
}

@media (max-width: 480px) {
    .page-cart-checkout form .form-actions {
        top: 495px
    }
}

.page-cart-checkout form input {
    border: 1px solid #000;
    border-radius: 0
}

@media (max-width: 480px) {
    .page-cart-checkout form .form-select, .page-cart-checkout form .form-text {
        width: 70%
    }
}

.page-cart-checkout form .field-label {
    font-weight: 400;
    width: 190px
}

@media (max-width: 480px) {
    .page-cart-checkout form .field-label {
        width: 120px
    }
}

.page-cart-checkout form .input-group-addon {
    dipslay: none
}

.page-cart-checkout form .field-delivery_ucxf_contact_text .field-label {
    color: #fff
}

.page-cart-checkout form .field-delivery_ucxf_contact_text input {
    display: none
}

.page-cart-checkout form .field-delivery_ucxf_contact_text .help-block {
    position: relative;
    left: -180px;
    font-weight: 200;
    font-size: .9em;
    max-width: 95%
}

@media (max-width: 480px) {
    .page-cart-checkout form .field-delivery_ucxf_contact_text .help-block {
        left: -100px;
        width: 320px
    }
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item {
    padding-top: 25px
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-label {
    color: #fff
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-field, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-field {
    position: relative;
    left: -180px
}

@media (max-width: 480px) {
    .page-cart-checkout form .field-delivery_ucxf_contact_channel_label_item .field-field, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_where_use_title_item .field-field, .page-cart-checkout form .field-delivery_ucxf_why_ordered_title_item .field-field {
        left: -100px
    }
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_fundraising, .page-cart-checkout form .field-delivery_ucxf_contact_channel_information, .page-cart-checkout form .field-delivery_ucxf_contact_channel_news, .page-cart-checkout form .field-delivery_ucxf_contact_channel_volunteer, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_email, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_phone, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_post, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_text, .page-cart-checkout form .field-delivery_ucxf_where_use_charity, .page-cart-checkout form .field-delivery_ucxf_where_use_community, .page-cart-checkout form .field-delivery_ucxf_where_use_gp_clinic, .page-cart-checkout form .field-delivery_ucxf_where_use_home_friends, .page-cart-checkout form .field-delivery_ucxf_where_use_other, .page-cart-checkout form .field-delivery_ucxf_where_use_pharmacy, .page-cart-checkout form .field-delivery_ucxf_where_use_school_college, .page-cart-checkout form .field-delivery_ucxf_where_use_trust_hospital, .page-cart-checkout form .field-delivery_ucxf_where_use_workplace, .page-cart-checkout form .field-delivery_ucxf_why_ordered_awareness, .page-cart-checkout form .field-delivery_ucxf_why_ordered_ccpw_jan, .page-cart-checkout form .field-delivery_ucxf_why_ordered_csaw_jun, .page-cart-checkout form .field-delivery_ucxf_why_ordered_fundraising, .page-cart-checkout form .field-delivery_ucxf_why_ordered_personal, .page-cart-checkout form .field-delivery_ucxf_why_ordered_professional {
    height: 15px
}

.page-cart-checkout form .field-delivery_ucxf_contact_channel_fundraising .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_information .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_news .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_channel_volunteer .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_email .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_phone .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_post .field-label, .page-cart-checkout form .field-delivery_ucxf_contact_preferences_text .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_charity .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_community .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_gp_clinic .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_home_friends .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_other .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_pharmacy .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_school_college .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_trust_hospital .field-label, .page-cart-checkout form .field-delivery_ucxf_where_use_workplace .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_awareness .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_ccpw_jan .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_csaw_jun .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_fundraising .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_personal .field-label, .page-cart-checkout form .field-delivery_ucxf_why_ordered_professional .field-label {
    font-weight: 200
}

.page-cart-checkout table tr {
    border: none !important;
    height: 50px
}

.page-cart-checkout table .products a {
    color: #222
}

.page-cart-checkout #quotes-pane {
    display: none
}

.page-cart-checkout #edit-panes-payment-payment-method img, .page-cart-checkout #edit-panes-payment-payment-method--2 img {
    display: inline-block !important
}

.page-cart-checkout #uc-order-total-preview {
    border: none !important
}

.page-cart-checkout #uc-order-total-preview .line-item-shipping, .page-cart-checkout #uc-order-total-preview .line-item-subtotal, .page-cart-checkout #uc-order-total-preview .line-item-total {
    background-color: #fad5e5
}

.page-cart-checkout #payment-details {
    background-color: #faf9f3;
    padding: 14px;
    border: none
}

.page-cart-checkout #payment-details .uc-credit-cvv-help {
    float: left
}

.page-cart-checkout #comments-pane .panel-body:before {
    color: #737373;
    content: "If youâ€™d like to tell us more about why you have ordered these items, please do so in the box below"
}

.page-cart-checkout #comments-pane .help-block {
    display: none
}

.page-cart-checkout .form-item-panes-comments-comments label {
    display: none
}

.shop-hero {
    max-height: 530px;
    overflow: hidden
}

.shop-hero .slick-media img {
    width: 100%
}

.shop-hero .slick-dots li button:before {
    font-size: 54px;
    font-size: 2.4rem
}

.shop-hero .slick-dots {
    position: relative;
    top: -60px
}

.shop-hero .slick-dots li button:before {
    color: #fff
}

.shop-hero .shop-banner-caption {
    position: absolute;
    left: 64px;
    bottom: 64px;
    width: 350px;
    padding: 24px;
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 300;
    text-transform: initial;
    line-height: 1.3em
}

.shop-hero .shop-banner-caption .btn {
    border-radius: 0;
    font-weight: 300
}

.shop-content {
    margin-top: 0
}

.shop-content h1.page-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.6em !important;
    margin: 0 !important
}

.shop-content .field-name-field-last-updated, .shop-content .statistics_counter {
    display: none
}

.shop-content .view-shop-categories {
    margin-top: -40px
}

.shop-content .view-shop-categories .col-md-6 {
    padding-left: 0;
    padding-top: 60px
}

.shop-content .view-shop-categories .caption {
    position: absolute;
    background: rgba(236, 0, 139, .65);
    bottom: 0;
    left: 0;
    height: 13%;
    padding: 2.6%;
    width: 100%;
    background-image: url(../../../all/themes/bootstrap/jostrust_org_uk/images/arrow-right-white.png);
    background-repeat: no-repeat;
    background-position: right;
    max-width: 450px
}

@media (max-width: 768px) {
    .shop-content .view-shop-categories .caption {
        width: 95.5%
    }
}

.shop-content .view-shop-categories .caption a {
    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.75em
}

@media (max-width: 480px) {
    .shop-content .view-shop-categories .caption {
        width: 95.9%
    }
}

.shop-content .shop-copy {
    margin-top: 40px
}

.page-shop .uc-out-of-stock-instock, .page-shop .uc_out_of_stock_throbbing {
    display: none !important
}

.page-shop .breadcrumb .active {
    display: inline-block !important;
    color: #222 !important
}

.page-shop .category-intro {
    width: 75%
}

.page-shop .view-display-id-block_2:before {
    content: 'Categories:'
}

.page-shop .view-display-id-block_2 .category-row {
    display: inline-block;
    width: initial
}

@media (max-width: 480px) {
    .page-shop .view-display-id-block_2 .category-row {
        height: 26px;
        width: 100%;
        margin-top: 20px
    }
}

.page-shop .view-display-id-block_2 .category-filter a {
    background-color: #ffecf7;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

.page-shop .view-display-id-block_2 .category-filter a:hover {
    background-color: #fad5e5;
    text-decoration: none
}

.page-shop .view-display-id-block_3 .view-content:before, .page-shop .view-display-id-block_4 .view-content:before {
    content: 'Sub categories:'
}

.page-shop .view-display-id-block_3 .category-row, .page-shop .view-display-id-block_4 .category-row {
    display: inline-block;
    width: initial
}

@media (max-width: 480px) {
    .page-shop .view-display-id-block_3 .category-row, .page-shop .view-display-id-block_4 .category-row {
        height: 28px;
        width: 100%;
        margin-top: 20px;
        font-size: 10px
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .page-shop .view-display-id-block_3 .category-row, .page-shop .view-display-id-block_4 .category-row {
        margin-top: 40px
    }
}

.page-shop .view-display-id-block_3 .category-filter a, .page-shop .view-display-id-block_4 .category-filter a {
    background-color: #faf9f3;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in
}

.page-shop .view-display-id-block_3 .category-filter a:hover, .page-shop .view-display-id-block_4 .category-filter a:hover {
    background-color: #eeebd6;
    text-decoration: none
}

.page-shop .view-display-id-block_2, .page-shop .view-display-id-block_3, .page-shop .view-display-id-block_4 {
    margin: 40px 0
}

.page-shop .view-display-id-block_2 div, .page-shop .view-display-id-block_3 div, .page-shop .view-display-id-block_4 div {
    display: inline;
    width: 10%
}

.page-shop .view-display-id-block_2 .category-filter a, .page-shop .view-display-id-block_3 .category-filter a, .page-shop .view-display-id-block_4 .category-filter a {
    width: 12.5%;
    height: 50px;
    text-align: center;
    margin-right: 24px;
    padding: 12px;
    color: #222
}

.page-shop .view-display-id-block_2 a.active, .page-shop .view-display-id-block_3 a.active, .page-shop .view-display-id-block_4 a.active {
    background-color: #5f276a;
    color: #fff
}

.view-uc-catalog .col-md-3 {
    margin-top: 64px;
    max-height: 324px;
    text-align: center
}

@media (max-width: 768px) {
    .view-uc-catalog .col-md-3 {
        max-height: initial
    }
}

.view-uc-catalog .col-md-3 .category-price {
    color: #ec008b;
    font-size: .9em
}

@media (max-width: 480px) {
    .view-uc-catalog .col-md-3 .category-price {
        font-size: 1.1em
    }
}

.view-uc-catalog .col-md-3 a {
    color: #222;
    text-decoration: underline
}

.view-uc-catalog .col-md-3 a:hover {
    text-decoration: none
}

@media (max-width: 480px) {
    .view-uc-catalog .col-md-3 a {
        font-size: 1.25em
    }
}

.view-uc-catalog .col-md-3 img:hover {
    opacity: .75
}

.view-uc-catalog .col-md-3 .list-add-to-cart {
    border-radius: 0;
    position: absolute;
    top: 12px;
    right: 26px
}

.view-uc-catalog .col-md-3 .list-add-to-cart .glyphicon-plus {
    display: none
}

.view-uc-catalog .col-md-3 .list-download {
    border-radius: 0;
    position: absolute;
    top: 12px;
    right: 26px;
    color: #fff;
    text-decoration: none;
    z-index: 2
}

.main-container a.list-download {
    color: #fff
}

@media (max-width: 480px) {
    .view-uc-catalog .col-md-3 {
        max-height: initial
    }
}

.view-uc-catalog .uc_out_of_stock_html {
    color: #ec008b
}

.view-uc-catalog .attachment .view {
    clear: both;
    margin: 0 auto 24px;
    overflow: hidden;
    padding-bottom: 40px
}

.view-uc-catalog .attachment .view h3 {
    color: #ec008c;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 24px
}

.view-uc-catalog .attachment .view .col-md-3 {
    height: 330px;
    max-height: none
}

.pager-load-more .pager-next a {
    margin-top: 60px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    color: #fff;
    width: 160px !important;
    line-height: 34px;
    padding: 12px;
    background-position: right 18px top 10px;
    background-color: #5f276a;
    font-size: 1em;
    font-weight: 300;
    -webkit-transition: color .1s ease-out, background .4s ease-in;
    transition: color .1s ease-out, background .4s ease-in
}

.pager-load-more .pager-next a:hover {
    background-color: #ec008b
}

.page-cart-checkout-review .order-review-table {
    width: 75%;
    margin: initial;
    margin-top: 40px
}

.page-cart-checkout-review .order-review-table .title-col {
    padding: initial;
    text-align: initial
}

.page-cart-checkout-review .order-review-table .pane-title-row {
    color: #ec008b;
    background-color: #fff;
    font-weight: 100;
    font-size: 1.25em;
    text-align: left;
    border-bottom: 1px solid #ededed !important
}

.page-cart-checkout-review .order-review-table .pane-title-row td {
    vertical-align: bottom !important
}

.page-cart-checkout-review .order-review-table .review-button-row {
    background-color: #fff
}

@media (max-width: 480px) {
    .page-cart-checkout-review .order-review-table .review-button-row .form-actions {
        top: 0 !important;
        margin-right: 15px
    }
}

.address-pane-table .field-field .form-item label {
    display: block !important
}

.field-delivery_ucxf_giftaid .field-label {
    padding-top: 24px;
    vertical-align: top
}

.form-item-panes-delivery-address-delivery-ucxf-giftaid .help-block {
    color: #333;
    position: relative;
    right: -50px;
    font-size: 12px;
    width: 50%
}

@media (max-width: 480px) {
    .form-item-panes-delivery-address-delivery-ucxf-giftaid .help-block {
        width: 320px;
        top: 26px;
        left: -100px;
        margin-bottom: 20px
    }
}

.form-item-panes-delivery-address-delivery-ucxf-giftaid label {
    position: relative;
    top: 24px;
    left: 20px
}

footer .home-menu-bottom {
    margin-top: 50px;
    height: 80px
}

footer .home-menu-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer .home-menu-bottom ul .col-md-2 {
    width: 13%;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    text-align: center
}

footer .home-menu-bottom ul .col-md-2 a {
    text-decoration: underline;
    color: #333
}

footer .home-menu-bottom ul .useful-title {
    width: 11%;
    padding-left: 12px;
    text-align: left
}

footer .home-menu-bottom ul .col-md-4 {
    width: 31.7%;
    margin: 0;
    margin-top: 6px;
    margin-left: 62px;
    padding: 0;
    text-align: right
}

footer .home-menu-bottom ul .col-md-offset-2 {
    margin-left: 18%;
    margin-left: calc(13% + 62px)
}

footer .home-menu-bottom ul .btn-primary {
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    color: #fff;
    width: 100%;
    line-height: 38px;
    min-height: 50px;
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/right-arrow.svg) no-repeat;
    background-position: right 10px top 8px;
    background-color: #ff53b8;
    font-size: 1.1em;
    font-weight: 400;
    -o-transition: color .1s ease-out, background .4s ease-in;
    -ms-transition: color .1s ease-out, background .4s ease-in;
    -moz-transition: color .1s ease-out, background .4s ease-in;
    -webkit-transition: color .1s ease-out, background .4s ease-in;
    transition: color .1s ease-out, background .4s ease-in
}

footer .home-menu-bottom ul .btn-primary:hover {
    background-color: #ec008b
}

footer .home-menu-bottom ul .donate {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/right-arrow-navy.svg) no-repeat;
    background-position: right 10px top 8px;
    background-color: #ffcf01;
    color: #5f276a;
    font-size: 1.3em
}

footer .home-menu-bottom ul .donate:hover {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/right-arrow.svg) no-repeat;
    background-position: right 10px top 8px;
    background-color: #5f276a;
    color: #fff
}

footer h4 {
    font-size: 1.1em
}

footer .jcct-footer {
    background: #ec008b;
    color: #fff;
    padding-top: 30px;
    min-height: 160px
}

footer .about-section {
    background: #c7e9ee;
    margin-top: -40px;
    padding-top: 40px
}

footer .jcct-footer-heading {
    color: #582a68;
    padding: 12px 0 6px;
    font-size: 1.4em
}

footer .jcct-footer-blocks {
    position: relative;
    background: #eceaed;
    margin-top: 0;
    min-height: 0;
    padding-bottom: 30px
}

footer .jcct-footer-blocks .jcct-footer-grey-band {
    height: 50px;
    position: absolute;
    width: 100%
}

footer .footer-utility-links {
    text-align: center;
    height: 45px;
    margin-top: 8px
}

footer .footer-utility-links a {
    font-size: 1em;
    line-height: 2.4em;
    color: #555;
    margin-left: 20px;
    text-decoration: underline
}

@media only screen and (max-width: 480px) {
    footer .footer-utility-links {
        height: 95px
    }

    footer .footer-utility-links a {
        display: inline-block;
        line-height: 48px
    }
}

footer a.ftr-lu-blog, footer a.ftr-lu-news {
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    padding: 10px 45px;
    display: inline-block
}

footer a.ftr-lu-blog {
    background: #0076b3;
    margin-right: 15px
}

footer a.ftr-lu-news {
    background: #582a68
}

footer .social-follow .social-follow-desktop ul {
    margin: 0 0 25px -40px;
    list-style: none;
    color: #222 !important
}

footer .social-follow .social-follow-desktop ul li {
    margin: 15.7px 0 0
}

footer .social-follow .social-follow-desktop ul li a {
    color: #222
}

footer .social-follow .social-follow-desktop ul li img {
    padding-right: 15px
}

footer .social-follow-mobile {
    text-align: left;
    padding: 0
}

footer .social-follow-mobile ul {
    margin: 0;
    margin-block-start: 0em;
    padding-inline-start: 0px;
    -webkit-padding-start: 0px !important
}

footer .social-follow-mobile ul li {
    display: inline-block;
    list-style-type: none;
    width: 17%;
    max-width: 60px
}

footer .social-follow-mobile ul li a {
    color: #222
}

footer .social-follow-mobile img {
    width: 90%;
    height: auto
}

footer .newsletter {
    padding: 0;
    min-height: 0;
    color: #555
}

footer .newsletter h4 {
    margin-left: 18px
}

footer .newsletter form {
    padding: 0 10px;
    margin-left: 10px;
    width: 90%
}

footer .newsletter p {
    padding-top: 30px;
    width: 80%
}

footer .newsletter .btn-success {
    background: 0 0;
    background-color: #ed008c;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 8px;
    -o-transition: color 30ms ease-out, background .2s ease-in;
    -ms-transition: color 30ms ease-out, background .2s ease-in;
    -moz-transition: color 30ms ease-out, background .2s ease-in;
    -webkit-transition: color 30ms ease-out, background .2s ease-in;
    transition: color 30ms ease-out, background .2s ease-in;
    text-transform: none;
    margin-top: 0;
    height: auto
}

footer .newsletter .btn-success:hover {
    background-color: #592b69;
    color: #fff
}

footer .newsletter input {
    border: 0 !important;
    width: 100%;
    height: 40px !important;
    border-radius: 0;
    margin-top: 0;
    font-size: 1.1em;
    color: #333
}

footer .newsletter placeholder {
    color: #333
}

footer .footer-information {
    top: -8px;
    padding: 0
}

footer .footer-information h6 {
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: .75px
}

footer .footer-information p {
    font-size: .9em;
    font-weight: 100;
    line-height: .75em
}

footer .footer-awards ul {
    margin: 0 0 0 30px;
    max-height: 155px;
    list-style-type: none
}

footer .footer-awards ul .award-1 {
    display: inline-block;
    width: 80px;
    height: 60px;
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/footer-sprites.png) -10px 205px
}

footer .footer-awards ul .award-2 {
    display: inline-block;
    width: 80px;
    height: 60px;
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/footer-sprites.png) -10px 140px
}

footer .footer-awards ul .award-3 {
    display: inline-block;
    width: 80px;
    height: 60px;
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/footer-sprites.png) -10px 75px
}

footer .fr-reg-logo img {
    position: relative;
    top: 8px;
    left: 0;
    width: 100%;
    max-width: 200px
}

footer .footer-logo {
    text-align: left;
    display: inline !important;
    padding-left: 60px
}

footer .footer-logo img {
    max-width: 220px;
    display: inline !important;
    position: static;
    right: auto
}

.footer-contact-numbers {
    text-align: right;
    min-height: 50px;
    color: #fff;
    background: #0076b3;
    font-size: 1em;
    font-weight: 300;
    line-height: 3.2em
}

.footer-contact-numbers .footer-helpline, .footer-contact-numbers .footer-office {
    padding: 0
}

.footer-contact-numbers a {
    font-size: 1.2em;
    font-weight: 300 !important;
    color: #fff
}

.social-stream {
    min-height: 0
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs_main {
    margin-left: -8px;
    padding-right: 20px
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs {
    position: absolute;
    bottom: 16px;
    padding: 0;
    width: 92.3333%;
    background-color: #fad5e5;
    min-height: 32px
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li {
    display: inline-block;
    position: relative;
    top: 0;
    padding: 8px 15px;
    margin: 0;
    background-color: #fad5e5;
    width: 50%;
    text-align: center;
    font-size: 1em;
    float: left
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li a {
    color: #ec008b;
    text-decoration: none;
    font-weight: 300
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li.last {
    border-left: 1px solid #ec008b
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li.first {
    border-right: 1px solid #ec008b
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li.active {
    background-color: #ec008b
}

.social-stream #quicktabs-homepage_social_stream_tabs .quicktabs-tabs li.active a {
    color: #fff !important;
    font-weight: 300 !important;
    text-decoration: none
}

.social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs {
    background-color: #faf9f3 !important;
    border: none !important;
    max-height: 250px;
    min-height: 250px
}

.social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs .view-twitter-homepage-stream > .view-content > div {
    padding: 8px;
    line-height: 1.1em
}

.social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs a {
    font-size: .9em;
    width: 96%;
    color: #333
}

.social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs .social-instagram {
    margin-left: 5px !important;
    margin-top: 4px !important;
    max-width: 330px;
    max-height: 330px
}

.social-stream #quicktabs-homepage_social_stream_tabs .view-display-id-socialstream_instagram table {
    margin: auto;
    width: 100%;
    text-align: center
}

.social-stream #quicktabs-homepage_social_stream_tabs .view-display-id-socialstream_instagram table tr {
    border: none !important
}

.social-stream #quicktabs-homepage_social_stream_tabs .view-display-id-socialstream_instagram img {
    margin: 15px 0
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .information-toolbar-band {
        top: 975px
    }

    .story-band-heading {
        top: 1040px
    }

    .story-band {
        top: 1085px
    }
}

@media only screen and (max-width: 1200px) {
    :root .information-toolbar-band, _::-webkit-full-page-media, _:future {
        top: 940px
    }

    :root .story-band-heading, _::-webkit-full-page-media, _:future {
        top: 1000px
    }

    :root .story-band, _::-webkit-full-page-media, _:future {
        top: 1050px
    }

    header .forum-link a, header .helpline-text a {
        font-size: 1.1em !important
    }

    header .helpline-number a {
        font-size: .7em !important
    }

    header .forum-link, header .helpline-text {
        top: 10px
    }

    header .top-navigation a {
        font-size: 1em
    }

    header .top-navigation .helpline-number {
        font-size: 1.1em
    }

    header .contact-header .glyphicon {
        display: none
    }

    .donation-button {
        width: 195px;
        font-size: 1.1em
    }

    .jumbotron .hero-image {
        min-height: 232px;
        max-height: 232px
    }

    .release-container .ask-the-expert {
        width: 240px !important
    }

    .release-container .ask-the-expert h2 {
        font-size: 1.5em !important
    }

    .information-toolbar-band {
        top: 966px
    }

    .your-stories-heading {
        margin-top: 6px
    }

    .story-band-heading {
        top: 1030px
    }

    .story-band {
        top: 1080px;
        min-height: 550px
    }

    .your-stories-section .your-stories-slideshow .btn-default, .your-stories-section .your-stories-static .btn-default {
        top: 0 !important
    }

    .slick-next, .slick-prev {
        height: 322px !important
    }

    .footer-awards {
        width: 400px
    }

    .footer-office {
        width: 280px
    }

    .footer-helpline {
        width: 300px
    }
}

@media only screen and (min-width: 992px) {
    footer .social-follow {
        padding: 0 0 0 50px
    }
}

@media only screen and (max-width: 1024px) {
    header .forum-link, header .helpline-text {
        position: relative;
        left: 44px !important;
        top: 6px;
        text-align: right
    }

    .jumbotron .hero-image {
        background-position: 0 40px;
        min-height: 260px;
        max-height: 260px
    }

    .question-copy p {
        width: 93% !important
    }

    .support-toolbar {
        top: -32px
    }

    .your-stories-heading h2 {
        margin: 18px 0 8px 30px
    }

    .your-stories-section .your-stories-slideshow .btn-default {
        top: 0 !important
    }

    .slick-next, .slick-prev {
        height: 326px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .front .hero .hero-image-No {
        display: none
    }

    .front .hero .home-hero .hero-caption {
        bottom: 24px;
        left: 24px
    }

    .front .information-section .questions {
        min-height: initial
    }

    .front .information-section .questions .question h3 {
        margin-bottom: -10px
    }

    .front .home-toolbar {
        margin-left: -15px;
        margin-right: -15px
    }

    .front .home-toolbar select {
        width: 100%;
        margin-left: 0;
        font-size: 1em;
        background-position: right 5px top 18px
    }

    .front .home-toolbar .home-nav-38 {
        font-size: .95em
    }

    .front .home-section-2 .promo-slot {
        padding: 0
    }

    .front .home-section-2 .home-stories {
        padding: 0 15px
    }

    .front .home-section-2 .home-stories .caption {
        padding: 20px
    }

    .front .home-section-2 .home-stories .caption p {
        width: 95%
    }

    .front .home-video {
        padding-right: 15px
    }

    .node-type-landing-page aside {
        padding: 0 !important;
        right: 10px
    }

    .node-type-landing-page aside .landing-promo-image {
        padding: 0 12px
    }

    .node-type-landing-page aside .landing-promo {
        margin-top: 0 !important;
        min-height: 300px;
        padding: 0 12px
    }

    .node-type-landing-page aside .landing-promo .landing-promo-caption {
        margin-top: 0;
        min-height: 268px
    }
}

@media only screen and (max-width: 768px) {
    body.responsive-layout-mobile #block-block-28 img, body.responsive-layout-mobile .field-name-body img {
        height: 100%;
        margin: 0;
        width: 100%
    }

    header {
        max-height: 100px
    }

    header .logo {
        position: relative;
        left: 20px;
        width: 45%;
        top: 20px
    }

    header .navbar-brand {
        left: 0
    }

    header .navbar-brand {
        z-index: 0 !important
    }

    header .navbar-brand img {
        max-height: 75px
    }

    header .contact-header > div {
        position: absolute;
        top: 0;
        right: 10px
    }

    header .contact-header > div .helpline-text {
        left: 10px
    }

    header .contact-header > div .helpline-number {
        top: -4px;
        right: -60px
    }

    header .contact-header > div .forum-link {
        left: 5px
    }

    header .forum-link, header .helpline-text {
        top: 2px
    }

    header .custom-search {
        display: none
    }

    header .jcct-mobile-navbar {
        position: relative;
        top: -28px;
        display: block;
        background-color: #ec008b !important
    }

    header .jcct-mobile-navbar .jcct-menu-link {
        color: #fff;
        top: -34px;
        left: 24px
    }

    header .jcct-main-nav li {
        background-color: #ec008b;
        margin-bottom: 20px
    }

    .navbar {
        z-index: 10
    }

    .navbar-toggle {
        position: absolute;
        top: -80px;
        right: 0;
        border: none;
        cursor: pointer
    }

    .navbar-toggle:hover {
        background-color: #fad5e5 !important
    }

    .navbar-toggle .icon-bar {
        background-color: #ec008b !important;
        width: 40px;
        height: 8px
    }

    .mobile-donation-button {
        z-index: 200;
        display: inline-block;
        position: relative !important;
        top: -30px;
        right: 22px;
        background: #ffcf01;
        border-radius: 0;
        border: 0;
        min-height: 30px;
        font-size: 1.15em;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        text-align: center;
        -o-transition: color 50ms ease-out, background .8s ease-in;
        -ms-transition: color 50ms ease-out, background .8s ease-in;
        -moz-transition: color 50ms ease-out, background .8s ease-in;
        -webkit-transition: color 50ms ease-out, background .8s ease-in;
        transition: color 50ms ease-out, background .8s ease-in;
        cursor: pointer;
        max-width: 254px !important;
        min-width: none !important
    }

    .mobile-donation-button:hover {
        background: #5f276a !important
    }

    .mobile-donation-button:hover a {
        color: #ffcf01 !important;
        text-decoration: none
    }

    .mobile-donation-button a {
        color: #5f276a !important;
        font-weight: 400;
        margin: 14px 0 0;
        padding: 0
    }

    .breadcrumb {
        padding-left: 0 !important;
        margin-top: 20px !important
    }

    .jumbotron h1 {
        font-size: 1.5em !important;
        width: 75%
    }

    .jumbotron .hero-image {
        border: 1px solid transparent;
        background-position: -150px 44px;
        background-size: 120%;
        min-height: 330px;
        max-height: 330px
    }

    .questions {
        min-height: 780px
    }

    .other-questions {
        font-size: 1em;
        margin-bottom: 15px
    }

    .release-container {
        max-height: none
    }

    .release-container .ask-the-expert {
        display: none
    }

    .release-container .your-stories-heading {
        background-color: #1e4c5e
    }

    .release-container .information-heading {
        margin-top: 150px !important;
        max-height: 50px !important
    }

    .release-container .your-stories-section {
        background-color: #faf9f3;
        min-height: 500px !important
    }

    .release-container .your-stories-section .story {
        max-height: 505px !important
    }

    .release-container .your-stories-section .your-stories-static {
        margin: auto;
        margin-bottom: 30px;
        margin-top: 30px
    }

    .release-container .your-stories-section .your-stories-static .caption p {
        font-size: 1em !important
    }

    .release-container .your-stories-section .your-stories-static .btn-default {
        top: 0 !important
    }

    .about-section {
        background-color: #faf9f3;
        min-height: 820px
    }

    .information-toolbar-band, .story-band, .story-band-heading, .support-toolbar {
        display: none
    }

    .region-sidebar-first ul.menu {
        margin-left: 0
    }

    .jcct-cancer-info {
        min-height: 0 !important
    }

    .jcct-cancer-info .table-responsive {
        border: none !important
    }

    .node-type-landing-page .landing-cta-grid .caption {
        height: 80px !important
    }

    .node-type-webform form {
        margin-left: -15px
    }

    .node-type-webform form input, .node-type-webform form select, .node-type-webform form textarea {
        width: 250px !important
    }

    .node-type-webform form input#edit-submitted-gift-aid {
        width: 10% !important
    }

    .node-type-webform form input[type=checkbox], .node-type-webform form input[type=radio] {
        width: auto !important
    }

    .donate-landing-page .hero, .donate-thank-you-page .hero {
        max-height: initial;
        text-align: center
    }

    .donate-landing-page .hero img, .donate-thank-you-page .hero img {
        width: initial;
        object-fit: cover;
        max-height: initial
    }

    .donate-landing-page .hero-caption, .donate-thank-you-page .hero-caption {
        position: relative;
        width: 80%
    }

    .donate-landing-page .hero-caption .page-header, .donate-thank-you-page .hero-caption .page-header {
        font-size: 1.2em !important;
        line-height: 24px;
        padding-top: 0 !important
    }

    .donate-landing-page .donate-options, .donate-thank-you-page .donate-options {
        text-align: center
    }

    .donate-landing-page .donate-options form .donate-other, .donate-thank-you-page .donate-options form .donate-other {
        position: relative;
        top: 12px;
        bottom: 0;
        right: 0
    }

    .donate-landing-page .donate-button, .donate-thank-you-page .donate-button {
        margin-top: 12px
    }

    .donate-landing-page .main-container, .donate-thank-you-page .main-container {
        margin-top: -60px
    }

    .donate-landing-page .main-container .form-control, .donate-thank-you-page .main-container .form-control {
        width: 120%
    }

    .donate-landing-page .main-container .form-group, .donate-thank-you-page .main-container .form-group {
        width: 100%
    }

    .donate-landing-page .main-container .donate-gift-aid, .donate-landing-page .main-container .webform-component--gift-aid, .donate-thank-you-page .main-container .donate-gift-aid, .donate-thank-you-page .main-container .webform-component--gift-aid {
        background: 0 0
    }

    .donate-landing-page .main-container .donate-gift-aid .help-block, .donate-landing-page .main-container .webform-component--gift-aid .help-block, .donate-thank-you-page .main-container .donate-gift-aid .help-block, .donate-thank-you-page .main-container .webform-component--gift-aid .help-block {
        width: 220px;
        margin-left: 30px
    }

    .donate-landing-page .main-container .webform-component--gdpr-opt-in, .donate-thank-you-page .main-container .webform-component--gdpr-opt-in {
        width: 275px
    }

    footer .jcct-footer .footer-information p {
        line-height: 1.6em
    }

    footer .jcct-footer .fr-reg-logo {
        padding: 0
    }

    footer .jcct-footer .fr-reg-logo img, footer .jcct-footer .footer-logo img {
        top: 0;
        left: 0;
        max-width: 175px;
        padding: 10px 15px
    }

    footer .jcct-footer-heading h4 {
        margin-left: 15px
    }

    footer .footer-numbers {
        font-size: .9em
    }

    footer .footer-helpline, footer .footer-office {
        text-align: left !important;
        font-weight: 300 !important
    }

    .footer-contact-numbers a {
        font-size: 1.1em;
        font-weight: 300 !important;
        color: #fff
    }

    footer .social-stream {
        padding-top: 12px;
        min-height: initial
    }

    footer .view-display-id-socialstream_instagram img {
        margin-top: -10px !important;
        height: 300px
    }

    footer .social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs a {
        font-size: 1em;
        line-height: 1.1em;
        font-weight: 300
    }

    footer .social-follow-desktop {
        padding-left: 15px
    }

    .mobile-extra-menu {
        width: 98%
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 1.3em
    }

    body.responsive-layout-mobile #block-block-28 img, body.responsive-layout-mobile .field-name-body img {
        height: 100%;
        margin: 0;
        width: 100%
    }

    #breadcrumb {
        display: none
    }

    .table td {
        white-space: normal !important
    }

    h1.page-header {
        font-size: 30px !important
    }

    .content img {
        width: 100% !important;
        height: auto !important;
        padding: 0 0 18px
    }

    #__ba_panel {
        padding: 0;
        position: absolute;
        width: 100% !important
    }

    #__ba_panel ._ba_logo {
        z-index: 500;
        position: absolute;
        right: 2vw;
        top: 4px
    }

    #__ba_panel ._ba_logo img {
        width: 75px !important
    }

    header {
        max-height: 100px
    }

    header .logo {
        top: 30px
    }

    header .navbar-brand {
        z-index: 0 !important
    }

    header .navbar-brand img {
        max-height: 75px
    }

    header .contact-header > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 250px
    }

    header .helpline-number {
        position: absolute;
        top: -1px !important;
        right: 60px !important;
        font-size: 1.5em !important;
        width: 200px
    }

    header .helpline-text {
        position: absolute !important;
        top: 4px !important;
        right: 0 !important;
        left: -156px !important;
        font-weight: 300;
        font-size: .9em;
        width: 200px;
        z-index: 500
    }

    header .helpline-text a {
        text-decoration: none
    }

    header .top-navigation {
        top: -36px;
        height: 36px;
        text-align: center
    }

    header .top-navigation a {
        font-weight: 700;
        font-size: 1.15em;
        text-decoration: none
    }

    header .top-navigation .glyphicon {
        color: #ec008b;
        font-size: 1.15em;
        margin-right: 3px
    }

    header .jcct-mobile-navbar {
        position: relative;
        top: -28px;
        display: block;
        background-color: #ec008b !important
    }

    header .jcct-mobile-navbar .jcct-menu-link {
        color: #fff;
        top: -34px;
        left: 24px
    }

    header .jcct-main-nav li {
        background-color: #ec008b;
        margin-bottom: 20px
    }

    .navbar {
        z-index: 10
    }

    .navbar-toggle {
        position: absolute;
        top: -80px;
        right: 0;
        border: none;
        cursor: pointer
    }

    .navbar-toggle:hover {
        background-color: #fad5e5 !important
    }

    .navbar-toggle .icon-bar {
        background-color: #ec008b !important;
        width: 40px;
        height: 8px
    }

    .CTA-block {
        margin: 0
    }

    .CTA-block .defaultcallout {
        width: 100%
    }

    .front .hero .hero-image-No {
        display: none !important
    }

    .front .hero .home-hero img {
        max-height: 278px;
        min-height: initial
    }

    .front .hero .home-hero .hero-caption {
        padding: 10px 15px;
        bottom: 0;
        left: 15px;
        height: 100px;
        font-size: 1em;
        width: 100%
    }

    .front .hero .home-hero .hero-caption p {
        width: 90%
    }

    .front .hero .home-hero .hero-caption .btn-primary {
        bottom: 10px;
        border-radius: 0;
        max-width: 130px;
        max-height: 30px;
        padding: 4px;
        font-size: .9em !important;
        font-weight: 300
    }

    .front .information-section .questions {
        text-align: center
    }

    .front .information-section .questions h2 {
        font-size: 1.4em !important
    }

    .front .information-section .questions .question, .front .information-section .questions .read-more {
        max-width: initial;
        width: 84%;
        margin: auto
    }

    .front .information-section .questions .question-link {
        display: block;
        margin-bottom: 12px
    }

    .front .information-section .question-11, .front .information-section .question-12, .front .information-section .question-13 {
        max-height: 40px !important
    }

    .front .information-section .question-11 .question, .front .information-section .question-12 .question, .front .information-section .question-13 .question {
        min-height: initial;
        max-height: initial;
        height: 46px;
        margin-bottom: 24px;
        padding: 10px 2px 4px 4px
    }

    .front .information-section .question-11 h3, .front .information-section .question-12 h3, .front .information-section .question-13 h3 {
        font-size: 1em !important;
        text-align: left;
        margin: 0
    }

    .front .information-section .question-11 .question-copy, .front .information-section .question-12 .question-copy, .front .information-section .question-13 .question-copy {
        display: none
    }

    .front .information-section .question-11 .read-more, .front .information-section .question-12 .read-more, .front .information-section .question-13 .read-more {
        position: absolute;
        top: 0;
        right: 42px;
        width: 50px !important;
        background-image: url(../../../all/themes/bootstrap/jostrust_org_uk/images/right-arrow.svg);
        background-repeat: no-repeat
    }

    .front .information-section .question-11 .read-more p, .front .information-section .question-12 .read-more p, .front .information-section .question-13 .read-more p {
        display: none
    }

    .front .home-toolbar select {
        margin-bottom: 25px
    }

    .front .home-toolbar .home-nav-38 {
        display: none
    }

    .front .mobile-home-hero {
        height: 250px;
        z-index: 200
    }

    .front .mobile-home-hero img {
        width: 160%;
        position: relative;
        left: -40px
    }

    .front .mobile-home-hero .hero-caption {
        position: absolute;
        top: 0;
        left: 15px;
        padding: 12px;
        padding-top: 20px;
        text-align: center;
        font-size: 1em;
        font-weight: 300;
        line-height: 1.4em;
        width: 50%;
        height: 108%;
        background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/trans-white.png);
        z-index: 250
    }

    .front .mobile-home-hero .hero-caption .btn-primary {
        margin-top: 40px;
        border-radius: 0;
        max-height: 38px;
        padding: 6px;
        font-size: .9em !important;
        font-weight: 300;
        text-transform: uppercase
    }

    .front .home-section-2 .home-stories {
        margin: 0;
        padding: 0 12px
    }

    .front .home-section-2 .home-stories .home-story-image {
        min-height: 300px
    }

    .front .home-section-2 .home-stories .home-story-image img {
        width: 100%
    }

    .front .home-section-2 .home-stories .caption {
        width: 90%;
        min-height: 240px;
        padding-top: 0
    }

    .front .home-video {
        padding-right: 12px
    }

    .front .date-year {
        display: inline-block;
        width: 280px;
        text-align: left
    }

    .front #edit-date-filter-value-year {
        width: 75%
    }

    .front .social-follow {
        min-height: 80px !important
    }

    .front .social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs {
        background-color: #faf9f3 !important
    }

    .front .social-stream #quicktabs-homepage_social_stream_tabs #quicktabs-container-homepage_social_stream_tabs a {
        font-size: 1em !important
    }

    .front .date-heading {
        width: 50% !important;
        text-align: left !important
    }

    .front .mobile-extra-menu {
        width: 100%
    }

    .front .node-type-event article {
        width: 110%;
        margin-left: -18px;
        margin-top: -32px
    }

    .front .node-type-event .hero-image h1.event-page-header {
        font-size: 1.45em !important;
        line-height: 1.1em !important
    }

    .front .node-type-event .share-bar {
        text-align: center;
        height: 50px;
        width: 110%;
        background: #fff !important;
        margin-left: -26px
    }

    .front .node-type-event .event-more-events {
        margin: 0 18px
    }

    .front .node-type-event .event-more-events .col-xs-5 {
        margin: 0 12px 12px 0
    }

    .front .video-player {
        width: 100%
    }

    .front .page-node-452265 iframe {
        margin-left: 10px !important
    }

    .front .view-display-id-socialstream_instagram img {
        margin-top: -10px !important;
        height: 150px
    }

    .front .jcct-footer {
        min-height: 300px
    }

    .front .jcct-footer .footer-information p {
        line-height: 1.6em
    }

    .front .footer-logo img {
        margin-right: 0
    }

    .front .footer-numbers {
        font-size: .9em
    }

    .forum-tools .ctools-jump-menu-select {
        width: 77%
    }

    aside {
        padding: 0 10px 0 10px !important
    }

    .node-type-webform .region-content form, .node-type-webform form {
        margin-left: 0
    }

    #webform-client-form-13781, #webform-client-form-14779 {
        width: 95% !important
    }

    #webform-client-form-13781 .email, #webform-client-form-13781 .form-control, #webform-client-form-14779 .email, #webform-client-form-14779 .form-control {
        width: 100% !important
    }

    #webform-client-form-13781 .form-textarea, #webform-client-form-14779 .form-textarea {
        width: 90% !important
    }

    #webform-client-form-13781 .form-radios, #webform-client-form-13781 .webform-component-checkboxes, #webform-client-form-14779 .form-radios, #webform-client-form-14779 .webform-component-checkboxes {
        margin-left: 30px !important
    }

    .mobile-extra-menu .more-pages-heading {
        padding: 8px;
        color: #fff;
        background-color: #5f276a
    }

    .mobile-extra-menu a {
        text-decoration: underline
    }

    .page-video-page .mobile-donation-button {
        position: relative !important;
        top: -30px
    }

    #edit-submitted-amount-select .form-radio {
        margin-left: -45px
    }

    .node-type-volunteer-page .block-title {
        font-size: 1.4em !important
    }

    .node-type-volunteer-page .page-facts {
        margin: 0;
        min-height: 300px
    }

    .node-type-volunteer-page .page-facts .page-fact {
        padding: 0 2px 0 0;
        max-height: 210px;
        max-width: 225px !important;
        margin: 12px auto !important;
        font-size: .9em
    }

    .node-type-volunteer-page .page-facts .page-fact .stat {
        margin: auto 0;
        min-height: 80px !important;
        line-height: 1.8em !important;
        font-size: 1.4em;
        padding: 6px
    }

    .node-type-volunteer-page .page-facts .page-fact .the-fact {
        min-height: 80px !important;
        line-height: 1.3em !important
    }

    .node-type-volunteer-page .page-content .landing-cta-grid {
        margin: 0
    }

    .node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb .caption {
        height: 40%;
        width: 97% !important
    }

    .node-type-volunteer-page .page-content .landing-cta-grid .cta-thumb .caption h4 {
        line-height: 1.3em !important
    }

    .node-type-volunteer-page .hero-caption {
        position: absolute;
        bottom: 10;
        padding: 8px 12px;
        font-size: 1.4em;
        font-weight: 300;
        color: #fff;
        background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/purple-background.png);
        height: 40%
    }

    .node-type-volunteer-page .hero-caption p {
        line-height: 1.3em
    }

    .node-type-landing-page .hero-image {
        width: 200%
    }

    .node-type-landing-page .landing-left-column {
        margin-top: -10px
    }

    .node-type-landing-page .landing-left-column p:first-child {
        margin-top: 0
    }

    .node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb .caption {
        width: 97% !important
    }

    .node-type-landing-page .landing-left-column .landing-cta-grid .cta-thumb .caption h4 {
        line-height: .9em
    }

    .node-type-landing-page .landing-left-column .addthis_sharing_toolbox {
        width: 100%;
        float: left !important;
        top: 0 !important
    }

    .node-type-landing-page aside {
        right: 0
    }

    .node-type-campaign-landing-page .campaign-right-column {
        right: 0 !important
    }

    .node-type-campaign-landing-page .hero-image {
        min-height: 120px
    }

    .node-type-campaign-landing-page .hero-image img {
        margin-top: 20px;
        min-height: 120px
    }

    .node-type-campaign-landing-page .campaign-caption p {
        margin-top: 20px;
        font-size: .65em;
        line-height: .6em
    }

    .node-type-campaign-landing-page .campaign-quote {
        padding: 12px !important;
        background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/pink-background.png)
    }

    .node-type-campaign-landing-page .campaign-quote p {
        margin-top: 20px;
        font-size: .65em;
        line-height: .6em
    }

    .campaign-title {
        font-size: .6em !important;
        padding: 3px 4px 14px 4px !important;
        max-height: 40px !important
    }

    .campaign-title h1 {
        padding-top: 8px !important
    }

    .campaign-left-column .page-facts {
        min-height: 300px
    }

    .campaign-left-column .page-facts .page-fact {
        padding: 0 2px 0 0;
        max-height: 210px;
        max-width: 225px !important;
        margin: 12px auto !important;
        font-size: .9em
    }

    .campaign-left-column .page-facts .page-fact .stat {
        margin: auto 0;
        min-height: 90px !important;
        font-size: 2em !important
    }

    .campaign-left-column .page-facts .page-fact .the-fact {
        min-height: 200px !important;
        line-height: 1.3em !important
    }

    .campaign-cta a {
        padding: 4px 8px 0 35px;
        font-size: 1.4em !important
    }

    .campaign-related .col-xs-5 {
        margin: 0 12px 12px 0
    }

    footer .home-menu-bottom {
        height: 200px;
        margin-top: initial
    }

    footer .home-menu-bottom ul .useful-title {
        padding-left: 30px;
        width: 100% !important
    }

    footer .home-menu-bottom ul .col-md-2 {
        width: 50% !important
    }

    footer .home-menu-bottom ul .col-md-4 {
        margin: 20px 0 0 20px;
        padding: 0;
        width: 90%
    }

    footer .social-stream h4 {
        margin: 0 !important
    }

    footer .social-follow {
        padding: 0;
        margin: 0
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 375px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .jumbotron .hero-image-mobile h1 {
        left: 204px;
        top: 90px
    }

    .hero-image-mobile {
        margin-top: -12px !important;
        min-height: 318px !important
    }

    .information-heading {
        margin-top: 68px !important
    }
}

@media only screen and (max-width: 320px) {
    #__ba_panel img {
        left: -10px !important
    }

    .jumbotron .hero-image {
        display: none !important
    }

    .jumbotron .hero-image-mobile {
        background-repeat: no-repeat !important;
        background-size: 110% !important;
        min-height: 275px !important
    }

    .jumbotron .hero-image-mobile .btn-primary {
        top: 40px !important
    }

    .jumbotron h1 {
        position: relative;
        top: 74px;
        left: 150px !important;
        font-size: 1.15em !important
    }

    .information-heading {
        margin-top: 50px
    }

    .information-heading h2 {
        margin-top: 10px
    }

    .about-section .home-caption-copy {
        width: 160px !important
    }

    .html footer .footer-helpline, .html footer .footer-office {
        width: 100% !important;
        text-align: center !important
    }

    .html footer .footer-utility-links a {
        margin-right: 10px !important
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .release-container .your-stories-heading h2 {
        top: -8px !important
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .release-container .your-stories-heading h2 {
        top: -8px !important
    }
}

@media print {
    #block-block-37, #breadcrumb, .cbp-spmenu, .contact-header, .custom-search, .footer-logo, .footer-utility-links, .jcct-footer-blocks, .useful-links-toolbar {
        display: none
    }

    .footer-information {
        width: 100%
    }

    .footer-information p {
        line-height: 2em
    }

    .footer-numbers {
        float: none;
        position: relative;
        left: 115px
    }
}

.page-taxonomy-term .region-content div.node {
    clear: both;
    margin: 0 0 30px
}

.page-taxonomy-term .region-content div.node h1 {
    font-size: 1.75em !important;
    color: #ec008b
}

.page-taxonomy-term .region-content div.node .blog-posted {
    line-height: 40px;
    font-size: .9em;
    font-weight: 700;
    color: #555
}

.page-taxonomy-term .region-content nav {
    overflow: hidden
}

.page-taxonomy-term .region-content .blog-previous {
    float: left
}

.page-taxonomy-term .region-content .blog-next {
    float: right
}

.node-type-webform form .webform-component-markup.form-type-markup {
    margin-bottom: 0
}

.node-type-webform form .webform-component-markup.form-type-markup p {
    font-size: 1em
}

.node-type-webform form .form-group > label {
    font-weight: 600
}

.view-press-releases-news caption {
    color: #ec008b
}

.node-type-page .region-content ul li, .node-type-panel-content-page .region-content ul li, .node-type-event .region-content ul li, .region-content .field-name-body ul li {
    list-style: none;
    margin-left: 0;
    position: relative;
    line-height: 1.4em
}

.node-type-page .region-content ul li:before, .node-type-panel-content-page .region-content ul li:before, .node-type-event .region-content ul li:before, .region-content .field-name-body ul li:before {
    content: "\2022";
    font-size: 35px !important;
    color: #ec008b;
    padding-right: .5em;
    position: absolute;
    top: 0;
    left: -15px
}

.region-content .paragraphs-item-call-out-box ul li ul li:before {
    color: #ef59a1
}

.rate-widget ul li {
    margin-left: 0 !important;
    padding-right: 0 !important
}

.rate-widget ul li:before {
    display: none
}

.rate-widget-yesno ul li {
    text-indent: -9999em
}

.rate-widget-yesno ul li a {
    text-indent: 0
}

.rate-description {
    font-size: 1em !important;
    font-weight: 700;
    line-height: 2em;
    margin-bottom: -25px
}

.rate-info {
    font-size: 1em !important
}

.node-type-webform h2, .field-name-body h2 {
    color: #ec008c;
    font-weight: 700;
    line-height: 1.5em;
    font-size: 24px !important;
    margin-bottom: 10px !important
}

.node-type-webform .helpline-popup-wrapper h2 {
    font-size: 18px !important
}

.node-type-webform h3, .field-name-body h3 {
    color: #ec008c;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 20px !important;
    margin-bottom: 10px !important
}

.node-type-webform .region-content h4, .field-name-body h4 {
    color: #ef59a1;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 16px !important;
    margin-bottom: 10px !important
}

body.node-type-forum .info-wrapper section.block {
    padding: 0 !important;
    margin-bottom: 0 !important;
    background: none !important
}

body.node-type-forum .jcct-megamenu-wrapper section.block {
    background: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important
}

.paragraphs-item-image-block .field-name-field-image-block-heading h2 {
    font-size: 1em !important
}

body.page-node-add-forum section.block {
    margin-bottom: 0;
    border: none;
    background: 0 0;
    padding: unset
}

form#user-login {
    width: auto
}

form#user-login .login-form-wrapper {
    width: 60%
}

@media (max-width: 480px) {
    form#user-login .login-form-wrapper, form#user-pass {
        width: 90%
    }

    form#user-pass {
        padding-top: 20px
    }

    form#user-login .login-form-wrapper .form-group, form#user-login .login-form-wrapper input, form#user-pass input {
        max-width: 100%
    }

    .donate-landing-page .main-container, .donate-thank-you-page .main-container {
        margin-top: 0
    }
}

.forum-list-icon-legend .forum-list-icon-new-posts, .topic-icon-new, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/topic-new-icon.png) center no-repeat
}

.forum-list-icon-default, .topic-icon-default {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/topic-no-new-icon.png) center no-repeat
}

.topic-icon-hot-new {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/topic-hot-topic.png) center no-repeat
}

.topic-icon-hot {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/topic-no-hot-topic.png) center no-repeat
}

.topic-icon-sticky {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/topic-stickey-topic.png) center no-repeat
}

.topic-icon-closed {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/topic-locked-topic.png) center no-repeat
}

.forum-list-icon-legend .forum-list-icon-default, tr.even td.forum-list-icon-default .forum-list-icon-wrapper span, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span {
    background: url(../../../all/themes/bootstrap/jostrust_org_uk/images/topic-no-new-icon.png) left top no-repeat rgba(0, 0, 0, 0);
    background-position: center
}

.unpublished-post-note {
    display: none
}

.role-Moderator---Volunteer .unpublished-post-note, .role-Moderator---Staff .unpublished-post-note, .role-Content-Administrator .unpublished-post-note, .role-Content-Administrator-Higher .unpublished-post-note, .admin-menu .unpublished-post-note {
    display: inline-block
}

.role-Moderator---Volunteer .forum-post-links li.comment-delete {
    display: none
}

.view-story-section .views-exposed-form #edit-story-type-wrapper label, .view-story-section .views-exposed-form .views-widget-filter-field_case_study_tag_tid_1 label {
    display: none
}

.view-story-section .views-exposed-form #edit-tagged-wrapper > label {
    display: none
}

.view-story-section .views-exposed-form #edit-tagged-wrapper .btn-toggle {
    padding: 0;
    color: #333
}

.view-story-section .views-exposed-form #edit-tagged-wrapper .btn-toggle:after {
    content: ' >'
}

.view-story-section .form-item-edit-tagged-all, .view-story-section .bef-select-as-links .form-item .form-item-edit-story-type-all a, .view-story-section .bef-select-as-links .form-item .form-item-edit-story-type-all--2 a, .view-story-section .form-item-edit-story-type-all {
    display: none
}

.view-story-section .view-filters {
    overflow: hidden
}

.view-story-section .view-filters .card-header .btn {
    background: #efefef;
    color: #ec008b;
    padding: 8px 20px;
    font-weight: 700
}

.view-story-section .view-filters .card-header .btn:after {
    content: ' >'
}

.view-story-section .view-filters .card-header .btn:focus, .view-story-section .view-filters .card-header .btn:active {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.view-story-section .view-filters .card-body {
    background: #efefef;
    padding: 20px
}

.view-story-section .views-exposed-form .views-exposed-widget {
    float: none;
    padding: 0 0 10px
}

.view-story-section #edit-secondary .panel-heading {
    background: #fff;
    border: 0 none;
    margin: 0;
    padding-left: 0
}

.view-story-section #edit-secondary .panel-heading a {
    color: #fff;
    font-weight: 700;
    padding: 9px 30px;
    border-radius: 12px;
    background: #0076b3;
    display: inline-block
}

.view-story-section #edit-secondary .panel-heading a:hover {
    background: #582a68
}

.view-story-section #edit-secondary .panel-heading a:after {
    content: ' >'
}

.view-story-section #edit-secondary .panel-body {
    background: #efefef
}

.view-story-section #edit-secondary {
    border: 0 none;
    border-radius: 0;
    box-shadow: unset;
    height: auto
}

.view-story-section .bef-select-as-links > .form-item {
    display: flex;
    justify-content: space-between
}

.view-story-section .bef-select-as-links > .form-item div.form-type-bef-link {
    width: 32%;
    background: #ec008b;
    padding: 0 20px
}

.view-story-section .bef-select-as-links .form-item a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 60px 0;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.view-story-section div.form-checkboxes {
    height: auto;
    background: #efefef;
    border: 0 none;
    box-shadow: unset;
    padding: 0
}

.view-story-section .bef-tree .bef-all-none-nested-processed > .form-type-bef-checkbox input {
    display: none
}

.view-story-section .bef-tree .bef-all-none-nested-processed > .form-type-bef-checkbox label {
    font-weight: 700;
    color: #ec008b;
    margin-bottom: 0
}

.view-story-section .bef-tree {
    list-style-type: none;
    padding: 0
}

.view-story-section .bef-tree li {
    list-style-type: none
}

.view-story-section .bef-tree li:before {
    display: none
}

.view-story-section .bef-tree .bef-tree-child {
    overflow: hidden;
    padding-left: 20px;
    padding-bottom: 10px
}

.view-story-section .bef-tree .form-item.form-type-bef-checkbox.form-group {
    position: relative;
    overflow: hidden;
    padding-bottom: 5px
}

.view-story-section .bef-tree .bef-tree-child li {
    float: left;
    width: 25%
}

.view-story-section .bef-tree .bef-tree-child li:before {
    display: none
}

.view-story-section .bef-tree .form-item.form-type-bef-checkbox.form-group input.form-checkboxes {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    line-height: 0;
    height: 20px
}

.view-story-section .bef-tree .form-item.form-type-bef-checkbox.form-group label.option {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 5px;
    vertical-align: baseline;
    min-height: 20px
}

.view-story-section .bef-all-none-nested-processed {
    border-bottom: 2px solid #ec008b;
    padding: 10px 20px;
    margin: 0 -20px
}

.view-story-section .view-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.view-story-section .views-row {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: 20px 0
}

.view-story-section .views-row h3 a {
    color: #ec008b
}

.view-story-section .views-row h3 a:after {
    content: ' >'
}

.view-story-section .attachment-before .views-row {
    background: #0076b3;
    color: #fff;
    padding: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    padding-left: 35%;
    padding-left: calc(33% + 20px);
    min-height: 230px;
    padding-bottom: 84px
}

.view-story-section .attachment-before .views-row .views-field-field-short-page-title {
    color: #fff;
    font-family: Georgia, serif;
    font-size: 28px;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600
}

.view-story-section .attachment-before .views-row .views-field-field-thumbnail {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 33%
}

.view-story-section .attachment-before .views-row .views-field-field-thumbnail img {
    max-width: none;
    max-height: 140%;
    height: auto;
    width: auto
}

.view-story-section .attachment-before .views-row .views-field-title a {
    background: #ec008b;
    color: #fff;
    padding: 9px 45px;
    border-radius: 12px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    position: absolute;
    left: 35%;
    left: calc(33% + 20px);
    bottom: 20px
}

.view-story-section .attachment-before .views-row .views-field-title a:hover {
    background: #582a68;
    text-decoration: none
}

.view-story-section .pager li:before {
    display: none
}

.view-story-section .pager a {
    background: #ec008b;
    color: #fff;
    border-radius: 12px;
    border: 0 none;
    padding: 9px 45px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px
}

.view-story-section .pager a:hover {
    background: #582a68
}

.view-story-section .view-footer {
    text-align: center;
    padding-top: 10px
}

.view-story-section .bef-secondary-options .views-submit-button {
    display: inline-block;
    margin-right: 20px
}

.view-story-section .btn-primary {
    padding: 9px 30px;
    border-radius: 12px;
    font-weight: 700
}

.view-story-section .btn-secondary {
    color: #333;
    background-color: #efefef;
    border-color: #efefef
}

.view-story-section .btn-secondary:hover {
    color: #fff;
    background-color: #0076b3;
    border-color: #0076b3
}

.view-story-section .btn-secondary:focus, .view-story-section .btn-secondary:active {
    outline: 0;
    box-shadow: unset
}

@media (max-width: 480px) {
    .view-story-section .bef-select-as-links > .form-item {
        flex-direction: column
    }

    .view-story-section .bef-select-as-links > .form-item div.form-type-bef-link {
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }

    .view-story-section .bef-select-as-links .form-item a {
        padding: 20px;
        min-height: 40px
    }

    .donate-landing-page .main-container, .donate-thank-you-page .main-container {
        margin-top: -30px
    }

    .view-story-section .bef-all-none-nested-processed {
        padding: 10px 0
    }

    .view-story-section .bef-tree .bef-tree-child li {
        width: 50%
    }

    .view-story-section .views-row {
        width: 100%
    }

    .view-story-section .attachment-before .views-row {
        padding-left: 20px;
        padding-bottom: 20px
    }

    .view-story-section .attachment-before .views-row .views-field-field-thumbnail {
        position: static;
        max-width: 100%;
        margin-bottom: 20px
    }

    .view-story-section .attachment-before .views-row .views-field-field-thumbnail img {
        max-height: none;
        max-width: 100%
    }

    .view-story-section .attachment-before .views-row .views-field-title a {
        position: static
    }
}

button#ccc-icon:focus {
    box-shadow: none
}

@media (max-width: 480px) {
    body #ccc, body #ccc p, body #ccc .third-party-cookie-link {
        font-size: 1em !important
    }
}

.block.forum-update-notice {
    padding: 5px 15px;
    border: 4px solid #0076b3;
    background: #efefef
}

.block.forum-update-notice h4 {
    color: #ed008c
}

.block.forum-update-notice p {
    font-weight: 500
}

.front .paragraphs-item-hero-panel .field-name-field-image-block-upload img {
    width: 100%
}

@media screen and (max-width: 768px) {
    .front .paragraphs-item-hero-panel .field-name-field-image-block-upload img {
        width: 100% !important;
        margin-left: 0 !important
    }

    .jcct-megamenu-wrapper {
        height: 41px !important
    }
}

#block-volunteer-dashboard-dashboard--2 > section > div:nth-child(2), #block-volunteer-dashboard-dashboard--2 > section > div:nth-child(5), #block-volunteer-dashboard-dashboard--2 > section > div:nth-child(6) {
    display: none
}

html header {
    background: #fff
}

html header .logo {
    overflow: hidden;
    padding: 14px 0
}

html header .navbar-brand {
    height: auto;
    overflow: hidden;
    top: 0
}

header .top-header-info {
    background: #eceaec
}

header .top-header-info .info-wrapper {
    margin-right: -15px;
    position: relative
}

header .top-navigation .nopad {
    padding: 0
}

header .top-header-info .glyphicon, header .top-header-info .fa, header .top-navigation .fa {
    color: #ec008c;
    font-size: 1.6em
}

header .top-header-info .helpline-text .fa {
    vertical-align: sub
}

header .top-header-info .fas, header .top-navigation .fas {
    color: #ec008c;
    font-size: 1.3em
}

header .top-navigation .helpline-number {
    line-height: 2.2em
}

header .top-header-info .forum-link, header .top-header-info .helpline-text, header .top-header-info .shop-link, header .top-header-info .cart-link {
    position: relative;
    left: 0;
    top: 4px;
    text-align: center;
    padding: 0
}

header .top-header-info.info-bar .container .row {
    text-align: right;
    margin: 0;
    position: relative
}

header .top-header-info.info-bar .shop-link, header .top-header-info.info-bar .cart-link, header .top-header-info.info-bar .forum-link, header .top-header-info.info-bar .helpline-text {
    display: inline-block
}

header .top-header-info.info-bar .aloud-link, header .top-header-info.info-bar .shop-link, header .top-header-info.info-bar .cart-link, header .top-header-info.info-bar .forum-link {
    padding: 0 20px
}

header .top-header-info.info-bar .helpline-text {
    padding: 0 10px 0 20px
}

@media (max-width: 767px) {
    header .top-header-info.info-bar .helpline-text {
        padding: 5px 10px 0 0;
        z-index: 0
    }

    header .top-header-info.info-bar > .container {
        padding: 0 !important;
        height: 40px
    }

    header .top-header-info.info-bar .helpline-number {
        padding-top: 5px
    }
}

header .top-header-info.info-bar .helpline-number {
    float: right
}

header .top-header-info.info-bar .aloud-link {
    position: relative;
    width: 240px;
    display: inline-block
}

#__ba_panel {
    position: absolute;
    top: -18px;
    left: 0;
    width: 240px !important;
    display: block;
    z-index: 999
}

.batext {
    position: absolute;
    top: -15px;
    left: 60px
}

#__ba_panel ._ba_logo img {
    width: 75px !important;
    margin-right: 10px
}

header .top-header-info.info-bar .aloud-link {
    position: relative;
    width: 240px;
    display: inline-block
}

#__ba_panel {
    position: absolute;
    top: -18px;
    left: 0;
    width: 240px !important;
    display: block;
    z-index: 999
}

.batext {
    position: absolute;
    top: -15px;
    left: 60px
}

#__ba_panel ._ba_logo img {
    width: 75px !important;
    margin-right: 10px
}

#__ba_panel .imgDiv {
    height: 34px
}

#__ba_panel .imgDiv .baButton {
    padding-left: 20px
}

#__ba_panel .imgDiv .baButton .imgStyle {
    height: 32px;
    width: 32px;
    line-height: 0
}

@media only screen and (max-width: 1024px) {
    #__ba_panel {
        padding: 0;
        position: absolute;
        width: 100% !important;
        right: 0
    }

    #__ba_panel ._ba_logo {
        z-index: 1 !important;
        position: absolute;
        right: 0;
        top: 4px
    }

    #__ba_panel ._ba_logo img {
        width: 75px !important
    }

    .batext {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    header .top-header-info .info-wrapper {
        margin-right: 0
    }

    header .top-header-info.info-bar .aloud-link {
        float: left
    }

    #__ba_panel {
        height: 36px !important;
        top: 0
    }

    header .top-header-info .forum-link, header .top-header-info .helpline-text {
        left: 0 !important
    }

    header .top-header-info .aloud-link, header .top-header-info .forum-link, header .top-header-info .helpline-text, header .top-header-info .shop-link, header .top-header-info .cart-link {
        top: 0
    }

    header .top-header-info.info-bar .helpline-number {
        float: none;
        display: inline-block
    }
}

@media only screen and (max-width: 992px) {
    #__ba_panel {
        width: auto !important;
        min-width: 80px
    }
}

@media only screen and (max-width: 768px) {
    header #__ba_panel._ba_manual {
        position: absolute !important
    }

    header .top-header-info.info-bar .aloud-link {
        width: 80px
    }
}

@media only screen and (max-width: 767px) {
    header .top-header-info.info-bar .helpline-number {
        float: right
    }
}

@media only screen and (max-width: 480px) {
    header #__ba_panel {
        position: static !important
    }

    #__ba_panel .imgDiv {
        width: auto
    }

    #__ba_panel .imgDiv .baButton {
        float: right
    }
}

header .top-header-info .aloud-link, header .top-header-info .forum-link a, header .top-header-info .helpline-text a, header .top-header-info .shop-link a, header .top-header-info .cart-link a, header .top-header-info .cart-link span.cart-label {
    font-size: 1em;
    line-height: 2em;
    font-weight: bolder;
    text-decoration: none;
    color: #867c84 !important;
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    margin: 0
}

header .forum-link a:visited, header .helpline-text a:visited, header .top-header-info .cart-link a:visited, header .top-header-info .shop-link a:visited {
    color: #867c84 !important
}

header .top-header-info .cart-link {
    position: relative
}

header .top-header-info .cart-link .cart {
    left: 0;
    top: 0
}

header .top-header-info .cart-link .cart #block-uc-tinycart-hovercart, header .top-header-info .cart-link .cart #block-uc-tinycart-hovercart #hovercart-image {
    display: inline-block
}

header .top-header-info .cart-link .cart #block-uc-tinycart-hovercart #hovercart-image {
    width: 27px
}

header .top-header-info .cart-link .cart #hovercart-image #hovercart-icon {
    display: none
}

header .top-header-info .cart-link .cart #hovercart-image #hovercart-qty {
    top: 0 !important;
    left: 0 !important
}

header .top-header-info .cart-link .cart #block-uc-tinycart-hovercart #hovercart-contents.center {
    top: 16px;
    padding-top: 20px
}

header .top-header-info .cart-link .cart #block-uc-tinycart-hovercart #hovercart-contents.visible #content-wrap:after {
    top: 13px
}

header .top-header-info .helpline-number {
    right: 0
}

header .top-header-info .helpline-number a, header .top-header-info .helpline-number a:hover, header .top-header-info .helpline-number a:visited {
    text-decoration: none;
    color: #ec008c !important;
    font-weight: 700
}

header .custom-search {
    margin-top: 35px !important
}

header .custom-search .navbar-right {
    margin-right: 0 !important
}

header .custom-search .navbar-form {
    border: 1px solid #80757d !important
}

header .custom-search .jcct-search {
    color: #80757d !important;
    padding: 8px !important;
    font-size: 1.1em !important
}

header .custom-search .jcct-search::-webkit-input-placeholder {
    color: #80757d !important
}

header .custom-search .jcct-search::-moz-placeholder {
    color: #80757d !important
}

header .custom-search .jcct-search::-ms-input-placeholder {
    color: #80757d !important
}

header .custom-search .jcct-search::placeholder {
    color: #80757d !important
}

.navbar a {
    font-size: 1.2em;
    font-weight: 700
}

.html footer .jcct-footer-blocks {
    background: #eceaec
}

.jcct-footer-heading h4 {
    color: #592b68
}

.html footer .jcct-footer .container {
    display: flex
}

.html footer .footer-utility-links {
    text-align: center
}

.html footer .footer-utility-links a {
    font-size: .9em;
    font-weight: 300;
    margin-left: 0;
    margin-right: 30px;
    text-decoration: none
}

@media only screen and (max-width: 1200px) {
    .footer-contact-numbers .col-md-3 {
        width: 25%
    }
}

@media only screen and (max-width: 767px) {
    header .custom-search {
        margin-top: -10px;
        margin-right: 100px
    }
}

@media only screen and (max-width: 768px) {
    html header {
        max-height: unset
    }

    html header .logo {
        top: 0;
        width: auto
    }

    html footer .jcct-footer-heading h4 {
        margin-left: 0
    }

    html footer .newsletter, html footer .social-follow {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    html footer .newsletter form {
        padding: 0;
        margin: 0
    }

    .html footer .jcct-footer .container {
        display: block
    }

    footer .footer-information h6 {
        font-size: 1.2em
    }

    footer .footer-information p {
        font-size: 1em
    }

    footer .footer-logo {
        padding: 0
    }

    footer .jcct-footer .fr-reg-logo img, footer .jcct-footer .footer-logo img {
        max-width: 100%
    }

    .top-header-info .cart #hovercart-image {
        z-index: 0
    }

    .footer-contact-numbers a {
        line-height: 3.3em
    }

    .footer-contact-numbers .col-xs-6 {
        width: 50%
    }

    .front .hero img {
        margin-top: -1px
    }
}

@media only screen and (max-width: 480px) {
    header .top-header-info .info-wrapper {
        margin-right: 0
    }

    header .top-header-info.info-bar .aloud-link {
        position: relative;
        width: 240px;
        display: inline-block;
        float: none
    }

    header .top-header-info .helpline-text {
        right: auto !important;
        left: 10px !important;
        width: auto
    }

    header .top-header-info .helpline-text a {
        line-height: 1.8
    }

    header .top-header-info .helpline-number {
        text-align: left;
        width: auto;
        right: auto !important;
        left: 90px
    }

    html header {
        max-height: unset
    }

    html header .logo {
        top: 0;
        padding: 5px 0
    }

    .html footer .footer-logo {
        padding-left: 0
    }

    .html footer .footer-logo img {
        max-width: 100%
    }

    .html footer .footer-helpline, .html footer .footer-office {
        width: 50%
    }
}

.panel-jt-fullwidth-stacked .panel-col-center, .panel-jt-sidebar-stacked .panel-col-center {
    position: relative
}

.panel-jt-fullwidth-stacked .panel-col-center .pane-node-title, .panel-jt-sidebar-stacked .panel-col-center .pane-node-title {
    float: left
}

.panel-jt-fullwidth-stacked .panel-col-center .pane-node-title h2.pane-title, .panel-jt-sidebar-stacked .panel-col-center .pane-node-title h2.pane-title {
    display: none
}

.panel-jt-fullwidth-stacked .panel-col-center .pane-block.addthis_sharing_toolbox, .panel-jt-sidebar-stacked .panel-col-center .pane-block.addthis_sharing_toolbox {
    margin-top: -20px
}

.panel-jt-fullwidth-stacked .panel-col-center .pane-node-body, .panel-jt-sidebar-stacked .panel-col-center .pane-node-body, .panel-jt-fullwidth-stacked .panel-col-center .pane-node-field-select-content-block, .panel-jt-sidebar-stacked .panel-col-center .pane-node-field-select-content-block {
    clear: both
}

.region-content .panel-jt-fullwidth-stacked .rate-widget, .region-content .panel-jt-sidebar-stacked .rate-widget {
    height: auto;
    margin-bottom: 30px
}

.region-content .panel-jt-fullwidth-stacked .information-rating-widget, .region-content .panel-jt-sidebar-stacked .information-rating-widget {
    overflow: hidden;
    padding: 0 20px
}

.region-content .panel-jt-fullwidth-stacked ul, .region-content .panel-jt-sidebar-stacked ul {
    padding-inline-start: 25px;
    display: flow-root
}

.region-content .panel-jt-fullwidth-stacked .rate-widget ul, .region-content .panel-jt-sidebar-stacked .rate-widget ul {
    padding-inline-start: 40px
}

.region-content .panel-jt-fullwidth-stacked ul li, .region-content .panel-jt-sidebar-stacked ul li {
    margin-bottom: 5px
}

.region-content .panel-jt-fullwidth-stacked ul li:before, .region-content .panel-jt-sidebar-stacked ul li:before {
    font-size: 35px;
    padding-right: .8em;
    left: -15px
}

.region-content .panel-jt-fullwidth-stacked ul li ul, .region-content .panel-jt-sidebar-stacked ul li ul {
    margin: 5px 0;
    padding-inline-start: 20px
}

.region-content .panel-jt-fullwidth-stacked ul li ul li:before, .region-content .panel-jt-sidebar-stacked ul li ul li:before {
    color: #fa7eba
}

.region-content .field-name-body ul li {
    text-indent: 0px !important
}

.region-content .panel-jt-fullwidth-stacked ol, .region-content .panel-jt-sidebar-stacked ol {
    display: inline-block
}

.panel-col-sidebar .block ul.menu li:before {
    display: none
}

.node-type-page .hero-image, .node-type-landing-page .hero-image, .node-type-panel-content-page .hero-image {
    max-height: 400px;
    overflow: hidden;
    width: 100%
}

.node-type-page .hero-image img, .node-type-landing-page .hero-image img, .node-type-panel-content-page .hero-image img {
    margin: 0 auto
}

.background_grey {
    background: #eceaec
}

.paragraphs-item-free-text .field-name-field-image-block-heading, .highlight_magenta .field-quote-heading, .highlight_magenta h2 {
    color: #ec008c
}

.highlight_purple .field-quote-heading, .highlight_purple h2 {
    color: #592b68
}

.highlight_cerulean .field-quote-heading, .highlight_cerulean h2 {
    color: #007fb2
}

.highlight_yellow .field-quote-heading, .highlight_yellow h2 {
    color: #ffd100
}

a.btn-cta {
    border-radius: 12px;
    margin-top: 20px;
    font-weight: 700;
    white-space: normal;
    padding: 9px 30px
}

a.btn-cta:hover, .paragraphs-item-image-and-text-banner a.btn:hover {
    opacity: .8
}

a.btn-cta i.fa:first-child {
    margin-left: 0;
    margin-right: 8px
}

a.btn-cta i.fa:last-child {
    margin-left: 8px;
    margin-right: 0
}

.paragraphs-item-image-and-text-banner .banner-wrapper {
    overflow: hidden;
    position: relative
}

.paragraphs-item-image-and-text-banner .content img, .paragraphs-item-call-out-box .content img, .paragraphs-item-image-block .content img {
    padding: 0
}

.banner_img_33 .field-name-field-image-block-upload {
    max-width: 33%
}

.banner_img_50 .field-name-field-image-block-upload {
    max-width: 50%
}

.banner_img_66 .field-name-field-image-block-upload {
    max-width: 66%
}

.banner_img_33.image-right .banner-wrapper {
    padding-right: 33%
}

.banner_img_50.image-right .banner-wrapper {
    padding-right: 50%
}

.banner_img_66.image-right .banner-wrapper {
    padding-right: 66%
}

.banner_img_33.image-left .banner-wrapper {
    padding-left: 33%
}

.banner_img_50.image-left .banner-wrapper {
    padding-left: 50%
}

.banner_img_66.image-left .banner-wrapper {
    padding-left: 66%
}

.paragraphs-item-image-and-text-banner .banner-content {
    float: left;
    overflow: hidden
}

.paragraphs-item-image-and-text-banner .field-name-field-image-block-upload {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
    max-width: none;
    max-height: 140%;
    height: auto;
    width: auto
}

.paragraphs-item-image-and-text-banner .banner-content {
    padding: 30px
}

.paragraphs-item-image-and-text-banner .banner_no_img .banner-content {
    float: none;
    padding: 60px 35px;
    border: 1px solid #cdcdcd;
    border-left: 0 none;
    border-right: 0 none
}

.paragraphs-item-free-text .field-name-field-image-block-heading, .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading h2, .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading {
    font-family: Georgia, serif;
    font-size: 1em;
    font-size: 28px;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600
}

.paragraphs-item-image-and-text-banner .image-right .field-name-field-image-block-upload {
    left: auto;
    right: 0
}

.paragraphs-item-cta-button a.btn, .paragraphs-item-call-out-box a.btn, .paragraphs-item-image-and-text-banner a.btn {
    border-radius: 12px;
    padding: 9px 30px;
    font-weight: 700;
    margin-top: 20px
}

.panel-col-sidebar .paragraphs-item-cta-button a.btn {
    margin: 0 0 20px
}

.paragraphs-item-call-out-box a.btn {
    margin: 20px auto 0;
    display: block
}

.paragraphs-item-call-out-box a.btn, .paragraphs-item-image-and-text-banner a.btn, .paragraphs-item-call-out-box .highlight_magenta a.btn, .paragraphs-item-image-and-text-banner .highlight_magenta a.btn {
    background-color: #ec008c;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_magenta a.btn:hover, .paragraphs-item-image-and-text-banner .highlight_magenta a.btn:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_purple a.btn, .paragraphs-item-image-and-text-banner .highlight_purple a.btn {
    background-color: #592b68;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_purple a.btn:hover, .paragraphs-item-image-and-text-banner .highlight_purple a.btn:hover {
    background-color: #ec008c;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_cerulean a.btn, .paragraphs-item-image-and-text-banner .highlight_cerulean a.btn {
    background-color: #007fb2;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_cerulean a.btn:hover, .paragraphs-item-image-and-text-banner .highlight_cerulean a.btn:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-call-out-box .highlight_yellow a.btn, .paragraphs-item-image-and-text-banner .highlight_yellow a.btn {
    background-color: #ffd100;
    color: #1e1617
}

.paragraphs-item-call-out-box .highlight_yellow a.btn:hover, .paragraphs-item-image-and-text-banner .highlight_yellow a.btn:hover {
    background-color: #007fb2;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-image-and-text-banner .banner-content a.btn {
    font-size: 1.3em;
    margin-top: 30px;
    padding: 9px 45px
}

.paragraphs-items-field-field-select-content-block > .field-items > .field-item {
    margin-bottom: 20px
}

.paragraphs-item-collapsible-accordion .panel-default {
    border: 0 none;
    box-shadow: none;
    margin-bottom: 5px
}

.paragraphs-item-collapsible-accordion .panel-default > .panel-heading {
    background: #fff;
    border: 0 none;
    padding: 0
}

.paragraphs-item-collapsible-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0 none
}

.paragraphs-item-collapsible-accordion .panel-collapse {
    background-color: #fff
}

.paragraphs-item-collapsible-accordion .panel-group .panel .panel {
    margin: 0;
    margin-bottom: 5px
}

.paragraphs-item-collapsible-accordion .panel-title button {
    display: block;
    border: 0;
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: #ec008b;
    padding: 10px 15px;
    color: #fff;
    font-size: 15px
}

.paragraphs-item-collapsible-accordion .panel-title button:active, .paragraphs-item-collapsible-accordion .panel-title button:focus {
    box-shadow: none
}

.paragraphs-item-collapsible-accordion .panel-title button:after {
    color: #fff;
    content: '\203a ';
    font-weight: 600;
    font-family: Georgia, serif;
    font-size: 36px;
    line-height: 0;
    vertical-align: middle;
    float: right;
    margin-top: 6px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform .25s cubic-bezier(.4, 0, 1, 1)
}

.paragraphs-item-collapsible-accordion .panel-title button.collapsed {
    background: #f3f3f4;
    color: #ec008b
}

.paragraphs-item-collapsible-accordion .panel-title button.collapsed:after {
    color: #ec008b;
    content: '\203a ';
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.panel-col-center .paragraphs-item-cta-button {
    text-align: center
}

.panel-col-center .paragraphs-item-cta-button a.btn-cta {
    max-width: 350px
}

.paragraphs-item-cta-button a.btn-cta, .paragraphs-item-cta-button a.btn-cta:visited, .paragraphs-item-cta-button a.primary_magenta, .paragraphs-item-cta-button a.primary_magenta:visited {
    background-color: #ec008c;
    color: #fff
}

.paragraphs-item-cta-button a.btn-cta:hover, .paragraphs-item-cta-button a.primary_magenta:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-cta-button a.companion_purple, .paragraphs-item-cta-button a.companion_purple:visited {
    background-color: #592b68;
    color: #fff
}

.paragraphs-item-cta-button a.companion_purple:hover {
    background-color: #ec008c;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-cta-button a.secondary_cerulean, .paragraphs-item-cta-button a.secondary_cerulean:visited {
    background-color: #007fb2;
    color: #fff
}

.paragraphs-item-cta-button a.secondary_cerulean:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-cta-button a.secondary_yellow, .paragraphs-item-cta-button a.secondary_yellow:visited {
    background-color: #ffd100;
    color: #1e1617
}

.paragraphs-item-cta-button a.secondary_yellow:hover {
    background-color: #007fb2;
    opacity: 1 !important;
    color: #fff
}

.panel-col-sidebar .paragraphs-item-cta-button a.btn-cta {
    width: 100%
}

.paragraphs-item-four-cta-row .field-type-paragraphs > .field-items, .paragraphs-item-four-image-text-block-row .field-type-paragraphs > .field-items {
    display: flex;
    justify-content: space-between
}

.paragraphs-item-four-cta-row .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .field-type-paragraphs > .field-items > .field-item {
    width: 100%
}

.paragraphs-item-four-cta-row .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-2 .field-type-paragraphs > .field-items > .field-item {
    width: 49%;
    display: flex
}

.paragraphs-item-four-cta-row .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-3 .field-type-paragraphs > .field-items > .field-item {
    width: 32%;
    display: flex
}

.paragraphs-item-four-cta-row .flex-columns-4 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-4 .field-type-paragraphs > .field-items > .field-item {
    width: 23.5%;
    display: flex
}

.paragraphs-item-four-image-text-block-row .flex-columns-2 .video-player, .paragraphs-item-four-image-text-block-row .flex-columns-3 .video-player, .paragraphs-item-four-image-text-block-row .flex-columns-4 .video-player {
    width: 100%
}

.paragraphs-item-four-cta-row .paragraphs-item-cta-button {
    width: 100%
}

.paragraphs-item-four-cta-row .paragraphs-item-cta-button a.btn-cta {
    width: 100%;
    margin: 20px auto 0
}

.paragraphs-item-call-out-box {
    margin-bottom: 20px
}

.paragraphs-item-four-image-text-block-row .paragraphs-item-image-block {
    width: 100%
}

.paragraphs-item-four-image-text-block-row .paragraphs-item-image-block, .paragraphs-item-call-out-box .block-wrapper {
    overflow: hidden;
    position: relative
}

.paragraphs-item-four-image-text-block-row .paragraphs-item-image-block.block_border, .paragraphs-item-call-out-box .block_border .block-wrapper {
    border: 1px solid #9d9f9e
}

.paragraphs-item-four-image-text-block-row .paragraphs-item-image-block .block-content {
    padding-bottom: 40px
}

.paragraphs-item-call-out-box .highlight_magenta .block-wrapper {
    border-color: #ec008c
}

.paragraphs-item-call-out-box .highlight_purple .block-wrapper {
    border-color: #592b68
}

.paragraphs-item-call-out-box .highlight_cerulean .block-wrapper {
    border-color: #007fb2
}

.paragraphs-item-call-out-box .highlight_yellow .block-wrapper {
    border-color: #ffd100
}

.paragraphs-item-call-out-box .block-wrapper {
    background: #fff
}

.paragraphs-item-call-out-box .background_grey .block-wrapper {
    background: #eceaec
}

.paragraphs-item-call-out-box .block-content {
    line-height: 1.3
}

.paragraphs-item-call-out-box .block-content, .paragraphs-item-image-block .block-content {
    padding: 15px;
    overflow: hidden
}

.paragraphs-item-call-out-box .field-name-field-image-block-heading {
    font-weight: 700;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 10px;
    margin-bottom: 15px;
    position: relative;
    min-height: 50px
}

.paragraphs-item-call-out-box .field-name-field-image-block-heading:before {
    content: '\201C';
    opacity: .15;
    position: absolute;
    line-height: 1;
    top: -18px;
    left: -5px;
    font-size: 180px;
    font-family: Georgia, serif
}

.paragraphs-item-call-out-box .block-content .field-name-field-image-block-heading {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 0
}

.paragraphs-item-call-out-box .block-content .field-name-field-image-block-heading:before {
    top: -32px;
    left: -20px
}

.paragraphs-item-call-out-box .highlight_magenta .field-name-field-image-block-heading:before {
    color: #ec008c
}

.paragraphs-item-call-out-box .highlight_purple .field-name-field-image-block-heading:before {
    color: #592b68
}

.paragraphs-item-call-out-box .highlight_cerulean .field-name-field-image-block-heading:before {
    color: #007fb2
}

.paragraphs-item-call-out-box .highlight_yellow .field-name-field-image-block-heading:before {
    color: #ffd100
}

.paragraphs-item-image-block .field-name-field-image-block-heading {
    margin-bottom: 10px;
    line-height: 1.2em;
    font-size: 24px
}

.paragraphs-item-image-block .field-name-field-image-block-heading a, .paragraphs-item-image-block .field-name-field-image-block-heading a:visited {
    color: #ec008c;
    font-weight: 700
}

.paragraphs-item-image-block .block_no_img .field-name-field-image-block-heading {
    margin-bottom: 0
}

.paragraphs-item-image-block .block_no_img .field-name-field-image-block-heading a, .paragraphs-item-image-block .block_no_img .field-name-field-image-block-heading a:visited {
    font-size: 24px;
    text-align: center;
    background-color: #f3f3f4;
    height: 120px;
    padding-left: 16%;
    padding-right: 16%;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center
}

.paragraphs-item-image-block .block_no_img .field-name-field-image-block-heading a:hover {
    text-decoration: none;
    background: #ec008c;
    color: #fff
}

.paragraphs-item-image-block .block_no_img.block_no_text .field-name-field-image-block-heading a, .paragraphs-item-image-block .block_no_img.block_no_text .field-name-field-image-block-heading a:visited {
    height: 200px
}

.paragraphs-item-four-image-text-block-row .flex-columns-1 .paragraphs-item-image-block .field-name-field-image-block-upload, .paragraphs-item-four-image-text-block-row .flex-columns-2 .paragraphs-item-image-block .field-name-field-image-block-upload {
    overflow: hidden
}

.paragraphs-item-call-out-box .field-name-field-image-block-text, .paragraphs-item-image-block .field-name-field-image-block-text {
    font-size: 15px
}

.paragraphs-item-image-block .field-name-field-image-block-text .field-item {
    padding-right: 15px
}

.paragraphs-item-image-block .block-wrapper a.btn-right {
    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 700;
    padding: 0;
    color: #ec008c;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 15px;
    padding-bottom: 15px
}

.paragraphs-item-image-block .block-wrapper a.btn-right:hover {
    opacity: .8
}

.paragraphs-item-image-block .block_no_text a.btn-right {
    display: block;
    text-align: right;
    left: 0;
    padding-top: 100%
}

.paragraphs-item-image-block .block_no_text a.btn-right:hover {
    color: #fff
}

.paragraphs-item-free-text h1, .paragraphs-item-free-text h2, .paragraphs-item-free-text h3, .paragraphs-item-free-text h4, .paragraphs-item-call-out-box h1, .paragraphs-item-call-out-box h2, .paragraphs-item-call-out-box h3, .paragraphs-item-call-out-box h4 {
    color: #ec008c;
    font-weight: 700;
    line-height: 1.2em
}

.paragraphs-item-free-text h1, .paragraphs-item-call-out-box h1 {
    font-size: 36px
}

.paragraphs-item-free-text h2, .paragraphs-item-call-out-box h2 {
    font-size: 30px
}

.paragraphs-item-free-text h3, .paragraphs-item-call-out-box h3 {
    font-size: 24px;
    font-weight: 600
}

.paragraphs-item-free-text h4, .paragraphs-item-call-out-box h4 {
    font-size: 20px;
    color: #ef59a1
}

.paragraphs-item-call-out-box .highlight_magenta .block-content > h3, .paragraphs-item-call-out-box .highlight_magenta .block-content > h3 a {
    color: #ec008c;
    margin-top: 0
}

.paragraphs-item-call-out-box .highlight_purple .block-content > h3, .paragraphs-item-call-out-box .highlight_purple .block-content > h3 a {
    color: #592b68;
    margin-top: 0
}

.paragraphs-item-call-out-box .highlight_cerulean .block-content > h3, .paragraphs-item-call-out-box .highlight_cerulean .block-content > h3 a {
    color: #007fb2;
    margin-top: 0
}

.paragraphs-item-call-out-box .highlight_yellow .block-content > h3, .paragraphs-item-call-out-box .highlight_yellow .block-content > h3 a {
    color: #ffd100;
    margin-top: 0
}

.paragraphs-item-news-blog .view {
    padding: 20px;
    background: #eceaec;
    margin: 0 0 20px
}

.paragraphs-item-news-blog .view .view-header h3 {
    font-size: 18px;
    color: #592b68;
    margin-top: 0
}

.paragraphs-item-news-blog .view .views-row {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px
}

.paragraphs-item-news-blog .view .views-row-last {
    margin-bottom: 0
}

.paragraphs-item-news-blog .view .views-row:before {
    color: #ec008b;
    content: '\203a ';
    margin-right: 8px;
    font-weight: 600;
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 0;
    vertical-align: sub;
    position: absolute;
    left: 0;
    top: 11px
}

.paragraphs-item-news-blog .view .views-row a {
    color: #1e1617;
    text-decoration: none
}

.information-rating-widget {
    margin-top: 70px;
    padding-top: 30px;
    border-top: 1px solid #9d9f9e
}

.information-rating-widget h4 {
    color: #584c52
}

.rate-widget {
    margin-top: 30px;
    width: 33%;
    float: left;
    padding: 0 20px;
    height: 160px
}

@media (max-width: 1024px) {
    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
        max-height: 120%
    }
}

@media (max-width: 992px) {
    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
        max-height: 110%
    }
}

@media (max-width: 768px) {
    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
        max-height: 100%
    }

    .paragraphs-item-free-text table {
        max-width: 100% !important;
        display: block
    }
}

@media (max-width: 767px) {
    .rate-widget {
        margin-top: 30px;
        width: 100%;
        padding: 0;
        height: auto
    }
}

@media (max-width: 480px) {
    .panel-jt-fullwidth-stacked .panel-col-center .pane-node-title, .panel-jt-sidebar-stacked .panel-col-center .pane-node-title {
        width: 100%;
        padding-right: 0
    }

    .panel-jt-fullwidth-stacked .panel-col-center .pane-block.addthis_sharing_toolbox, .panel-jt-sidebar-stacked .panel-col-center .pane-block.addthis_sharing_toolbox {
        width: 100%;
        margin-top: -20px;
        position: static
    }

    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload {
        position: static
    }

    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload, .paragraphs-item-image-and-text-banner .banner-content {
        float: none;
        width: 100%;
        max-width: none
    }

    .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
        max-height: none;
        max-width: 100%
    }

    .paragraphs-item-image-and-text-banner .banner-wrapper {
        padding: 0 !important
    }

    .paragraphs-item-image-and-text-banner .banner-content, .paragraphs-item-image-and-text-banner .banner_no_img .banner-content {
        padding: 15px
    }

    .paragraphs-item-four-cta-row .field-type-paragraphs > .field-items, .paragraphs-item-four-image-text-block-row .field-type-paragraphs > .field-items {
        display: block;
        overflow: hidden
    }

    .paragraphs-item-four-cta-row .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-cta-row .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-cta-row .flex-columns-4 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-four-image-text-block-row .flex-columns-4 .field-type-paragraphs > .field-items > .field-item {
        width: 100%;
        margin-bottom: 20px
    }

    .paragraphs-item-four-image-text-block-row .flex-columns-1 .paragraphs-item-image-block .field-name-field-image-block-upload, .paragraphs-item-four-image-text-block-row .flex-columns-2 .paragraphs-item-image-block .field-name-field-image-block-upload {
        height: auto
    }

    .paragraphs-item-four-cta-row .paragraphs-item-cta-button a.btn-cta {
        margin: 5px auto
    }
}

.helpline-popup-wrapper h2 {
    font-size: 1.2em !important
}

#block-uc-tinycart-hovercart #hovercart-image {
    position: relative !important;
    width: 32px !important;
    height: 32px !important
}

.page-node-380271 .region-content .field-name-body ul, .page-node-380271 .region-content .field-name-body ol {
    list-style-position: inside;
    display: flow-root
}

.node-type-homepage .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
    margin-bottom: -11px
}

.node-type-homepage #breadcrumb, .node-type-homepage h1.page-header, .node-type-homepage .region-social-share {
    display: none
}

.node-type-homepage .main-container {
    width: 100vw;
    margin-top: 0
}

.node-type-homepage .content img {
    padding: 0
}

.node-type-homepage .region-content {
    margin-left: -15px;
    margin-right: -15px
}

.paragraphs-items-field-field-select-homepage-block > .field-items > .field-item {
    margin-bottom: 20px;
    clear: both
}

.paragraphs-item-hero-panel .banner-content, .paragraphs-item-strapline-panel > .content, .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
    margin-left: auto;
    margin-right: auto
}

.paragraphs-item-hero-panel {
    max-width: 100%;
    overflow: hidden
}

.paragraphs-item-hero-panel .banner-content {
    text-align: center
}

.paragraphs-item-hero-panel .banner-wrapper {
    position: relative
}

.paragraphs-item-hero-panel .banner-content {
    position: relative;
    margin-top: -80px;
    padding: 40px
}

.paragraphs-item-hero-panel .banner-content h2 {
    margin-top: 0;
    font-size: 36px
}

.paragraphs-item-hero-panel .background_grey {
    background-color: transparent
}

.paragraphs-item-hero-panel .background_white .banner-content {
    background-color: #fff
}

.paragraphs-item-hero-panel .background_grey .banner-content {
    background-color: #eceaec
}

.paragraphs-item-hero-panel .field-name-field-image-block-text {
    color: #333;
    font-size: 18px;
    text-align: center
}

.paragraphs-item-hero-panel .banner-content h2 a {
    color: #ec008c
}

.paragraphs-item-hero-panel a.btn-cta {
    font-size: 20px !important
}

.paragraphs-item-hero-panel a.btn-cta, .paragraphs-item-hero-panel .highlight_magenta a.btn-cta {
    background-color: #ec008c;
    color: #fff
}

.paragraphs-item-hero-panel a.btn-cta:hover, .paragraphs-item-hero-panel .highlight_magenta a.btn-cta:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-hero-panel .highlight_purple a.btn-cta {
    background-color: #592b68;
    color: #fff
}

.paragraphs-item-hero-panel .highlight_purple a.btn-cta:hover {
    background-color: #ec008c;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-hero-panel .highlight_cerulean a.btn-cta {
    background-color: #007fb2;
    color: #fff
}

.paragraphs-item-hero-panel .highlight_cerulean a.btn-cta:hover {
    background-color: #592b68;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-hero-panel .highlight_yellow a.btn-cta {
    background-color: #ffd100;
    color: #1e1617
}

.paragraphs-item-hero-panel .highlight_yellow a.btn-cta:hover {
    background-color: #007fb2;
    opacity: 1 !important;
    color: #fff
}

.paragraphs-item-strapline-panel h1, .paragraphs-item-strapline-panel .field-name-field-image-block-heading {
    text-align: center;
    color: #ec008c;
    font-size: 40px !important;
    font-family: Georgia, serif;
    font-weight: 600;
    padding: 30px 100px;
    line-height: 1.3em;
    margin: 0
}

.node-type-homepage .paragraphs-item-image-and-text-banner {
    padding: 25px 0;
    overflow: hidden;
    margin-bottom: 50px
}

.node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
    overflow: visible;
    padding: 0
}

.node-type-homepage .paragraphs-item-image-and-text-banner .banner-content {
    float: none;
    padding: 40px 50px
}

.node-type-homepage .paragraphs-item-image-and-text-banner .image-right .banner-content {
    padding-right: calc(40% + 50px)
}

.node-type-homepage .paragraphs-item-image-and-text-banner .image-left .banner-content {
    padding-left: calc(40% + 50px)
}

.node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload {
    top: -25px;
    bottom: -25px;
    height: auto;
    max-width: 40%
}

.node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2 {
    font-size: 24px;
    margin-top: 40px
}

.node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading:before, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2:before {
    content: '\201C';
    opacity: .15;
    position: absolute;
    line-height: 1;
    top: 40px;
    left: 0;
    font-size: 180px;
    font-family: Georgia, serif
}

.paragraphs-item-row-multi-column-carousel .field-type-paragraphs > .field-items, .paragraphs-item-row-multi-column-homepage .field-type-paragraphs > .field-items {
    display: flex;
    justify-content: space-between
}

.paragraphs-item-row-multi-column-carousel .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .field-type-paragraphs > .field-items > .field-item {
    width: 100%
}

.paragraphs-item-row-multi-column-carousel .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .flex-columns-2 .field-type-paragraphs > .field-items > .field-item {
    width: 49%;
    display: flex
}

.paragraphs-item-row-multi-column-carousel .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .flex-columns-3 .field-type-paragraphs > .field-items > .field-item {
    width: 32%;
    display: flex
}

.paragraphs-item-row-multi-column-carousel .flex-columns-4 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .flex-columns-4 .field-type-paragraphs > .field-items > .field-item {
    width: 23.5%;
    display: flex
}

.paragraphs-item-row-multi-column-homepage .paragraphs-item-image-block-colour {
    width: 100%
}

.paragraphs-item-row-multi-column-homepage .paragraphs-item-image-block-colour {
    overflow: hidden;
    position: relative
}

.paragraphs-item-row-multi-column-homepage .paragraphs-item-image-block-colour.block_border {
    border: 1px solid #9d9f9e
}

.paragraphs-item-row-multi-column-homepage .paragraphs-item-image-block-colour .block-content {
    padding-bottom: 40px
}

.paragraphs-item-image-block-colour .block-content {
    padding: 15px;
    overflow: hidden
}

.paragraphs-item-image-block-colour .field-name-field-image-block-heading {
    margin-bottom: 10px;
    line-height: 1.2em;
    font-size: 36px
}

.paragraphs-item-image-block-colour .field-name-field-image-block-heading a {
    color: #0080b2;
    font-weight: 700
}

.paragraphs-item-image-block-colour .highlight_magenta .field-name-field-image-block-heading a {
    color: #ec008c
}

.paragraphs-item-image-block-colour .highlight_purple .field-name-field-image-block-heading a {
    color: #592b68
}

.paragraphs-item-image-block-colour .highlight_cerulean .field-name-field-image-block-heading a {
    color: #007fb2
}

.paragraphs-item-image-block-colour .highlight_yellow .field-name-field-image-block-heading a {
    color: #ffd100
}

.paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-heading {
    margin-bottom: 0
}

.paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-heading a {
    font-size: 36px;
    text-align: center;
    background-color: #f3f3f4;
    height: 120px;
    padding-left: 16%;
    padding-right: 16%;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center
}

.paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-heading a:hover {
    text-decoration: none;
    background: #ec008c;
    color: #fff
}

.paragraphs-item-image-block-colour .block_no_img.highlight_magenta .field-name-field-image-block-heading a {
    background: #ec008c;
    color: #fff
}

.paragraphs-item-image-block-colour .block_no_img.highlight_magenta .field-name-field-image-block-heading a:hover {
    background: #f3f3f4;
    color: #ec008c
}

.paragraphs-item-image-block-colour .block_no_img.highlight_purple .field-name-field-image-block-heading a {
    background: #592b68;
    color: #fff
}

.paragraphs-item-image-block-colour .block_no_img.highlight_purple .field-name-field-image-block-heading a:hover {
    background: #f3f3f4;
    color: #592b68
}

.paragraphs-item-image-block-colour .block_no_img.highlight_cerulean .field-name-field-image-block-heading a {
    background: #007fb2;
    color: #fff
}

.paragraphs-item-image-block-colour .block_no_img.highlight_cerulean .field-name-field-image-block-heading a:hover {
    background: #f3f3f4;
    color: #007fb2
}

.paragraphs-item-image-block-colour .block_no_img.highlight_yellow .field-name-field-image-block-heading a {
    background: #ffd100;
    color: #1e1617
}

.paragraphs-item-image-block-colour .block_no_img.highlight_yellow .field-name-field-image-block-heading a:hover {
    background: #f3f3f4;
    color: #ffd100
}

.paragraphs-item-image-block-colour .block_no_img.block_no_text .field-name-field-image-block-heading a {
    height: 200px
}

.paragraphs-item-row-multi-column-homepage .flex-columns-1 .paragraphs-item-image-block-colour .field-name-field-image-block-upload, .paragraphs-item-row-multi-column-homepage .flex-columns-2 .paragraphs-item-image-block-colour .field-name-field-image-block-upload {
    overflow: hidden;
    max-height: 280px
}

.paragraphs-item-row-multi-column-carousel .field-name-field-image-block-heading {
    font-weight: 700;
    font-size: 36px;
    color: #582a68;
    margin-bottom: 30px
}

.paragraphs-item-row-multi-column-carousel .highlight_magenta .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .highlight_magenta .field-name-field-image-block-heading a, .paragraphs-item-row-multi-column-carousel .highlight_magenta .block-wrapper a.btn-right {
    color: #ec008c
}

.paragraphs-item-row-multi-column-carousel .highlight_purple .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .highlight_purple .field-name-field-image-block-heading a, .paragraphs-item-row-multi-column-carousel .highlight_purple .block-wrapper a.btn-right {
    color: #592b68
}

.paragraphs-item-row-multi-column-carousel .highlight_cerulean .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .highlight_cerulean .field-name-field-image-block-heading a, .paragraphs-item-row-multi-column-carousel .highlight_cerulean .block-wrapper a.btn-right {
    color: #007fb2
}

.paragraphs-item-row-multi-column-carousel .highlight_yellow .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .highlight_yellow .field-name-field-image-block-heading a, .paragraphs-item-row-multi-column-carousel .highlight_yellow .block-wrapper a.btn-right {
    color: #ffd100
}

.paragraphs-item-row-multi-column-carousel .paragraphs-items-field-three-paragraphs-blocks {
    margin-top: 15px
}

.paragraphs-item-row-multi-column-carousel .block-wrapper {
    overflow: hidden;
    position: relative
}

.paragraphs-item-row-multi-column-carousel .block-wrapper .field-name-field-image-block-upload {
    width: 140px;
    float: left
}

.paragraphs-item-row-multi-column-carousel .block-wrapper .block-content {
    padding: 0 15px 15px;
    width: auto
}

.paragraphs-item-row-multi-column-carousel .block-wrapper .field-name-field-image-block-heading {
    font-size: 20px;
    color: #582a68;
    margin-bottom: 10px
}

.paragraphs-item-row-multi-column-carousel .field-name-field-image-block-heading h2 {
    margin-top: 0
}

.paragraphs-item-image-block-colour .field-name-field-image-block-text {
    font-size: 18px;
    line-height: 1.5em;
    color: #333
}

.paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-text {
    font-size: 18px;
    line-height: 1.5em
}

.paragraphs-item-image-block-colour .field-name-field-image-block-text .field-item {
    padding-right: 35px
}

.paragraphs-item-image-block-colour .block-wrapper a.btn-right {
    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 700;
    padding: 0;
    color: #ec008c;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 15px;
    padding-bottom: 15px
}

.paragraphs-item-image-block-colour .highlight_cerulean a.btn-right {
    color: #007fb2
}

.paragraphs-item-image-block-colour .highlight_yellow a.btn-right {
    color: #ffd100
}

.paragraphs-item-image-block-colour .highlight_purple a.btn-right {
    color: #592b68
}

.paragraphs-item-image-block-colour .block-wrapper a.btn-right:hover {
    opacity: .8
}

.paragraphs-item-image-block-colour .block_no_text a.btn-right {
    display: block;
    text-align: right;
    left: 0;
    padding-top: 100%
}

.paragraphs-item-image-block-colour .block_no_text a.btn-right:hover {
    color: #fff
}

@media (min-width: 768px) {
    .paragraphs-item-hero-panel .banner-content, .paragraphs-item-strapline-panel > .content, .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        width: 750px
    }
}

@media (min-width: 992px) {
    .paragraphs-item-hero-panel .banner-content, .paragraphs-item-strapline-panel > .content, .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .paragraphs-item-hero-panel .banner-content, .paragraphs-item-strapline-panel > .content, .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        width: 1170px
    }
}

@media (max-width: 991px) {
    .paragraphs-item-hero-panel .banner-content a.btn-cta {
        display: none
    }

    .paragraphs-item-hero-panel .field-name-field-image-block-text {
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .paragraphs-item-hero-panel .banner-content, .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        width: auto;
        margin-left: 20px;
        margin-right: 20px
    }

    .paragraphs-item-hero-panel .banner-content {
        margin-top: -40px;
        padding: 35px
    }

    .paragraphs-item-hero-panel .field-name-field-image-block-upload img {
        max-width: none;
        max-height: 430px;
        margin: -1px auto 0 auto;
        margin-left: -25%
    }

    .paragraphs-item-hero-panel .banner-content a.btn-cta {
        display: none
    }

    .paragraphs-item-hero-panel .field-name-field-image-block-text {
        font-size: 22px
    }

    .paragraphs-item-strapline-panel > .content {
        width: auto
    }

    .paragraphs-item-strapline-panel h1, .paragraphs-item-strapline-panel .field-name-field-image-block-heading {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 30px !important;
        line-height: 1.2
    }

    .paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-heading a {
        font-size: 30px;
        height: 90px
    }

    .paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-text, .paragraphs-item-image-block-colour .field-name-field-image-block-text {
        font-size: 15px
    }

    .paragraphs-item-image-block-colour .field-name-field-image-block-text .field-item {
        padding-right: 20px
    }

    .paragraphs-item-row-multi-column-homepage .flex-columns-1 .paragraphs-item-image-block-colour .field-name-field-image-block-upload, .paragraphs-item-row-multi-column-homepage .flex-columns-2 .paragraphs-item-image-block-colour .field-name-field-image-block-upload {
        max-height: 180px
    }

    .paragraphs-item-image-block-colour .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .field-name-field-image-block-heading {
        font-size: 30px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner {
        padding-top: 40px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        padding: 0;
        padding-top: 1px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .image-right .banner-content {
        padding-right: 20px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .image-left .banner-content {
        padding-left: 20px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload {
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: block;
        width: 40%;
        max-height: 210px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload img {
        max-height: none;
        max-width: 100%
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content {
        padding: 0 30px 40px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2 {
        text-align: center;
        margin-top: 0
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading:before, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2:before {
        top: 130px;
        opacity: .10
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-link {
        text-align: center
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content a.btn {
        margin: 0 auto
    }

    .paragraphs-item-row-multi-column-carousel .block-wrapper .field-name-field-image-block-upload {
        width: auto;
        max-width: 219px;
        margin: 0 auto 10px;
        float: none
    }
}

@media (max-width: 480px) {
    .paragraphs-item-row-multi-column-homepage > .content, .paragraphs-item-row-multi-column-carousel > .content, .node-type-homepage .paragraphs-item-image-and-text-banner > .content {
        margin-left: 15px;
        margin-right: 15px
    }

    .paragraphs-item-hero-panel .field-name-field-image-block-upload img {
        width: auto !important;
        height: auto !important;
        max-height: 236px
    }

    .paragraphs-item-hero-panel .banner-content {
        margin-left: 0;
        margin-right: 0;
        padding: 25px;
        margin-top: -10px
    }

    .paragraphs-item-hero-panel .banner-content h2 {
        font-size: 20px
    }

    .paragraphs-item-hero-panel .field-name-field-image-block-text {
        font-size: 15px
    }

    .paragraphs-item-strapline-panel h1, .paragraphs-item-strapline-panel .field-name-field-image-block-heading {
        padding: 20px 30px;
        font-size: 24px !important
    }

    .paragraphs-item-image-block-colour .block_no_img .field-name-field-image-block-heading a, .paragraphs-item-image-block-colour .field-name-field-image-block-heading, .paragraphs-item-row-multi-column-carousel .field-name-field-image-block-heading {
        font-size: 24px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner {
        padding-top: 20px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-upload {
        width: auto;
        margin: 0;
        top: 0;
        bottom: 0;
        max-width: none;
        max-height: 75vw
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-wrapper {
        margin: 0
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content {
        padding: 35px 30px
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2 {
        font-size: 20px;
        text-align: left;
        margin-top: 0;
        position: relative
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content .field-quote-heading:before, .node-type-homepage .paragraphs-item-image-and-text-banner .banner-content h2:before {
        content: '\201C';
        opacity: .1;
        line-height: 1;
        top: -40px;
        left: -30px;
        font-family: Georgia, serif
    }

    .node-type-homepage .paragraphs-item-image-and-text-banner .field-name-field-image-block-link {
        text-align: left
    }

    .paragraphs-item-row-multi-column-homepage .field-type-paragraphs > .field-items, .paragraphs-item-row-multi-column-carousel .field-type-paragraphs > .field-items {
        display: block
    }

    .paragraphs-item-row-multi-column-homepage .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-homepage .flex-columns-4 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-carousel .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-carousel .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-carousel .flex-columns-4 .field-type-paragraphs > .field-items > .field-item {
        width: 100%;
        margin-bottom: 20px
    }

    .paragraphs-item-row-multi-column-homepage .flex-columns-1 .paragraphs-item-image-block-colour .field-name-field-image-block-upload, .paragraphs-item-row-multi-column-homepage .flex-columns-2 .paragraphs-item-image-block-colour .field-name-field-image-block-upload, .paragraphs-item-row-multi-column-carousel .flex-columns-1 .paragraphs-item-image-block .field-name-field-image-block-upload, .paragraphs-item-row-multi-column-carousel .flex-columns-2 .paragraphs-item-image-block .field-name-field-image-block-upload {
        height: auto
    }

    .paragraphs-item-row-multi-column-carousel > .content {
        margin: 0
    }

    .paragraphs-item-row-multi-column-carousel .highlight_purple > .field-name-field-image-block-heading {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 24px
    }

    .paragraphs-item-row-multi-column-carousel .field-type-paragraphs > .field-items {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-behavior: smooth;
        scroll-snap-type: mandatory;
        scroll-snap-points-x: repeat(100vw);
        scroll-snap-type: x mandatory
    }

    .paragraphs-item-row-multi-column-carousel .flex-columns-2 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-carousel .flex-columns-3 .field-type-paragraphs > .field-items > .field-item, .paragraphs-item-row-multi-column-carousel .flex-columns-4 .field-type-paragraphs > .field-items > .field-item {
        flex: 0 0 auto;
        padding: 0 15px;
        width: 100vw;
        scroll-snap-align: start;
        scroll-snap-stop: always
    }

    .paragraphs-item-row-multi-column-carousel .block-wrapper {
        padding: 0 30px
    }

    .paragraphs-item-row-multi-column-carousel .block-wrapper .field-name-field-image-block-upload {
        max-width: none
    }

    #mcc_control_nav ul {
        margin: 0;
        padding: 0 30px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center
    }

    #mcc_control_nav ul li {
        list-style: none;
        margin-left: 0;
        position: relative;
        line-height: 1.4em;
        padding: 0 5px
    }

    #mcc_control_nav ul li:before {
        display: none
    }

    #mcc_control_nav ul li a.mcc_switch_link {
        background: #eceaec;
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 50%
    }

    #mcc_control_nav ul li.active a.mcc_switch_link {
        background: #ec008c
    }
}

.node-type-homepage footer .links {
    display: none
}

.jcct-megamenu-wrapper {
    background-color: #ec008b;
    border-color: #ec008b;
    padding: 0;
    margin: 0;
    height: 40px;
    position: relative;
    z-index: 2
}

.jcct-megamenu-wrapper .md-megamenu .awemenu-container {
    max-width: 1170px;
    margin: 0 auto
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
    -o-transition: color 50ms ease-out, background .3s ease-in;
    -ms-transition: color 50ms ease-out, background .3s ease-in;
    -moz-transition: color 50ms ease-out, background .3s ease-in;
    -webkit-transition: color 50ms ease-out, background .3s ease-in;
    transition: color 50ms ease-out, background .3s ease-in;
    padding: 0 20px;
    max-width: 220px
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item-level-1.awemenu-has-children > a:after {
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(237, 237, 237, 0);
    border-bottom-color: #ededed;
    border-width: 10px;
    margin-left: -10px;
    display: none
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item-level-1.awemenu-has-children.awemenu-active > a:after {
    display: block
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
    padding: 10px 12px;
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 20px;
    position: relative
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item > a {
    color: #ec008b
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-active > a, .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a:active, .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a:focus, .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a:hover {
    text-decoration: none
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item .amm-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item .amm-down {
    margin-left: 5px
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item .amm-down:before {
    content: "\f0d7";
    vertical-align: sub
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-search {
    display: none
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate {
    z-index: 2;
    padding: 0;
    float: right !important;
    display: inline-block;
    max-width: 280px;
    position: relative
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
    background: #ffcf01;
    color: #333;
    margin-bottom: -9px;
    padding: 15px 50px 16px;
    border-radius: 0 0 6px 6px;
    font-size: 1.4em;
    min-height: 50px;
    position: absolute;
    right: 0;
    top: 0
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a:active, .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a:focus, .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a:hover {
    background: #5f276a;
    color: #ffcf01
}

.jcct-megamenu-wrapper .md-megamenu .awemenu ul.awemenu-submenu {
    background: #ededed;
    padding: 20px 0
}

.jcct-megamenu-wrapper .md-megamenu .awemenu ul.awemenu-submenu a {
    color: #333;
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    position: relative;
    padding-left: 16px
}

.jcct-megamenu-wrapper .md-megamenu .awemenu ul.awemenu-submenu a:before {
    color: #ec008b;
    content: '\203a ';
    margin-right: 8px;
    font-weight: 600;
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 0;
    vertical-align: sub;
    position: absolute;
    left: 0;
    top: 10px
}

.jcct-megamenu-wrapper .md-megamenu .awemenu ul.awemenu-submenu a:hover {
    text-decoration: none;
    color: #111
}

.jcct-megamenu-wrapper .awemenu-megamenu-wrapper .mm-header {
    color: #ec008b;
    margin-top: 0;
    font-size: 1.2em;
    text-transform: none
}

.jcct-megamenu-wrapper .awemenu-megamenu-wrapper p {
    color: #000;
    font-size: 15px
}

.jcct-megamenu-wrapper .awemenu-megamenu-wrapper p.icon-info {
    background: 0 0;
    background: 0 0;
    padding: 0
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item .view {
    margin-left: 15px
}

.jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item h2 a, .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item a.mm-heading-link {
    font-size: 16px;
    color: #333
}

.jcct-megamenu-wrapper .md-megamenu .awemenu ul.awemenu-submenu a.mm-heading-link:before {
    top: 9px
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu-bars {
    position: absolute;
    top: -82px;
    right: 30px;
    z-index: 3000
}

.jcct-megamenu-wrapper .awemenu-mobile .amm-bar {
    margin-left: 10px;
    margin-top: 6px;
    font-size: 4em;
    font-weight: 700;
    color: #ec008b
}

.jcct-megamenu-wrapper .awemenu-mobile.awemenu-active .awemenu-bars {
    display: none
}

.jcct-megamenu-wrapper .awemenu-mobile.awemenu-active .awemenu-close {
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
    color: #ec008b;
    text-align: right;
    padding: 60px 30px 0
}

.jcct-megamenu-wrapper .awemenu-mobile.awemenu-active .awemenu-close:before {
    content: "\f00d"
}

.jcct-megamenu-wrapper .awemenu-mobile > .awemenu-container > .awemenu {
    width: 80vw;
    background: #ededed
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item {
    max-width: 100%;
    border-bottom: 1px solid #ec008b
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu ul.awemenu-submenu {
    background: #ededed;
    margin-bottom: 8px
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu-megamenu-wrapper p, .jcct-megamenu-wrapper .awemenu-mobile .awemenu ul.awemenu-submenu a, .jcct-megamenu-wrapper .awemenu-mobile .awemenu ul.awemenu-submenu a:hover, .jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item h2 a, .jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item h2 a:hover, .jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item a.mm-heading-link, .jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item a.mm-heading-link:hover {
    color: #
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu-item-1-3 p {
    font-size: 14px
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .jt-mm-donate {
    float: none !important;
    display: block
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .jt-mm-donate > a {
    padding: 10px 32px 5px;
    min-height: 40px
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu-megamenu-wrapper {
    padding: 0
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .jt-mm-search {
    display: block
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .jt-mm-search > a {
    display: none
}

.jcct-megamenu-wrapper .awemenu-mobile .awemenu > .jt-mm-search ul.awemenu-submenu {
    display: block !important;
    margin-top: 20px;
    margin-bottom: 20px
}

.jcct-megamenu-wrapper .awemenu-mobile .search-mobile {
    width: 100%
}

.jcct-megamenu-wrapper .awemenu-mobile .search-mobile .form-group {
    margin: 0
}

.jcct-megamenu-wrapper .awemenu-mobile .search-mobile .search-mobile-input {
    width: 90%;
    width: calc(100% - 34px);
    margin: 0;
    float: left;
    border: 1px solid #ccc;
    border-radius: 0
}

.jcct-megamenu-wrapper .awemenu-mobile .search-mobile .search-mobile-button {
    position: relative;
    margin: 0 !important;
    min-width: 0 !important;
    width: 34px;
    height: 34px;
    border: 0 none;
    border-radius: 0
}

.jcct-megamenu-wrapper .jcct-cancer-info tr, .jcct-megamenu-wrapper .jcct-cancer-info .table-striped > tbody > tr:nth-of-type(odd), .jcct-megamenu-wrapper .jcct-cancer-info .table > tbody > tr > td {
    background: 0 0 !important;
    border: 0 none !important;
    padding: 0 !important
}

.jcct-megamenu-wrapper .mobile-donation-button {
    top: 0;
    padding: 0;
    z-index: 2;
    text-transform: none;
    color: #5f276a !important;
    display: none
}

.jcct-megamenu-wrapper .mobile-donation-button a {
    background: #ffcf01;
    color: #5f276a !important;
    margin-top: 0;
    margin-bottom: -8px;
    padding: 4px 26px;
    border-radius: 0 0 6px 6px;
    font-size: 1.4em;
    line-height: 1.8;
    min-height: 46px;
    font-weight: 700;
    display: block
}

.jcct-megamenu-wrapper .mobile-donation-button a:active, .jcct-megamenu-wrapper .mobile-donation-button a:focus {
    background: #5f276a;
    color: #ffcf01 !important
}

.jcct-megamenu-wrapper .md-separator, .jcct-megamenu-wrapper .md-separator-text {
    border: 0 !important
}

.jcct-megamenu-wrapper .awemenu-mobile .md-separator, .jcct-megamenu-wrapper .awemenu-mobile .md-separator-text {
    display: none
}

@media (max-width: 1109px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0 10px
    }
}

@media (max-width: 1009px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0 5px
    }
}

@media (max-width: 960px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0 3px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
        padding: 10px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
        padding: 15px 50px 16px
    }
}

@media (max-width: 920px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0 2px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
        padding: 10px 8px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
        padding: 15px 40px 16px
    }
}

@media (max-width: 895px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0 1px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
        padding: 10px 6px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
        padding: 15px 30px 16px
    }
}

@media (max-width: 825px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item {
        padding: 0
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
        padding: 10px 5px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
        padding: 15px 20px 16px
    }
}

@media (max-width: 780px) {
    .jcct-megamenu-wrapper .md-megamenu .awemenu > .awemenu-item > a {
        padding: 10px 3px
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate > a {
        padding: 15px 20px 16px
    }

    .jcct-megamenu-wrapper .awemenu-mobile .awemenu > .awemenu-item {
        padding: 0 20px
    }
}

@media (max-width: 767px) {
    .jcct-megamenu-wrapper .mobile-donation-button {
        display: block
    }

    .jcct-megamenu-wrapper .md-megamenu .awemenu > .jt-mm-donate {
        display: none
    }
}

.cart-mobile {
    left: 20px !important;
    top: 30px !important;
    z-index: 1
}

.cart-mobile #block-uc-tinycart-hovercart #hovercart-contents {
    display: none
}

.cart-mobile #block-uc-tinycart-hovercart #hovercart-contents #content-wrap {
    border: 0 none
}

.cart-mobile #block-uc-tinycart-hovercart #hovercart-contents, .cart-mobile #hovercart-image {
    z-index: 0
}

@media (max-width: 321px) {
    .cart-mobile {
        display: none !important
    }

    .cart-mobile #block-uc-tinycart-hovercart {
        display: none !important
    }
}

#frsb li a, .ss li a, .ssm li a {
    text-indent: -9999px !important
}

body {
    color: #333;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #E7E8EA
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0
}

#cboxOverlay {
    opacity: .1 !important
}

#twitter-widget-0 .e-entry-title {
    font-family: Tahoma !important
}

.nivo-caption {
    -moz-box-sizing: border-box;
    background: #FFF;
    color: #333;
    display: none;
    font-size: 18px;
    font-weight: 700;
    left: 20px;
    opacity: .95;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    top: 20px;
    bottom: auto;
    width: 40%;
    z-index: 8
}

.nivo-caption p {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 0
}

#slider h2 {
    color: #EC008B;
    font-family: Souvenir, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    word-spacing: -5px
}

#slider p {
    font-size: 12px
}

.theme-default .nivo-caption a {
    border-bottom: none;
    color: #369;
    font-weight: 700
}

.theme-default .nivo-caption a:hover {
    text-decoration: underline;
    color: #369
}

.theme-default .nivo-caption img {
    display: block;
    position: relative;
    padding-left: 10px
}

.view-related-content-block .views-field-field-image, .view-video-page .views-field-field-youtube-video, .views-field-term-node-tid {
    position: absolute
}

.isotope-container, .isotope-options {
    margin-left: -40px
}

.isotope-options li {
    margin: 0 4px 8px 0
}

.isotope-options {
    background: none
}

.isotope-element {
    color: #fff;
    width: 390px;
    height: 220px;
    list-style-type: none;
    margin-right: 18px;
    margin-bottom: 18px
}

.isotope-element img {
    width: 100%
}

a.filterbutton, a.filterbutton:visited {
    background-color: #3c2a50 !important;
    color: #fff !important;
    margin-top: 8px !important;
    padding: 10px 14px !important
}

a.filterbutton:hover {
    color: #fff !important;
    background-color: #ec008b !important;
    -o-transition: color .05s ease-out, background .5s ease-in !important;
    -ms-transition: color .05s ease-out, background .5s ease-in !important;
    -moz-transition: color .05s ease-out, background .5s ease-in !important;
    -webkit-transition: color .05s ease-out, background .5s ease-in !important;
    transition: color .05s ease-out, background .5s ease-in !important
}

.view-video-filter ul {
    list-style: none
}

.view-video-filter ul li {
    display: inline-block;
    padding: 10px 0
}

.view-video-filter ul li a {
    background: #ec008b;
    color: #fff;
    padding: 5px
}

.views-field-term-node-tid {
    background: #f2f2f2;
    color: #369;
    font-weight: 700;
    margin-top: 10px;
    padding: 5px
}

.view-video-page .views-field-title {
    bottom: 0
}

.view-video-page .views-field-body, .view-video-page .views-field-title {
    background: #ec008b;
    opacity: .85;
    -khtml-opacity: .85;
    -moz-opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=.85);
    filter: progid:DXImageTransform.
    Microsoft: Alpha(opacity=.85);
    filter: alpha(opacity=.85);
    position: absolute;
    width: 100%
}

.isotope-element a, .isotope-element a code {
    color: #fff !important;
    font-weight: 400
}

.field-type-youtube {
    margin: 20px 0
}

.view-video-page .views-field-title span.field-content {
    display: block;
    margin: 10px
}

.view-video-page .views-field-body {
    display: none
}

#block-views-related-content-block-block, #block-views-related-content-block-block-2 {
    background: #fff;
    margin: 0 0 10px;
    padding: 5px 10px
}

#block-views-related-content-block-block h3 {
    color: #fff;
    background: #ec008b;
    font-size: 13px
}

#block-views-related-content-block-block h3 a {
    color: #fff
}

#block-views-related-content-block-block h3, #block-views-related-content-block-block p {
    padding: 10px;
    margin: 0
}

#block-views-related-content-block-block .views-row {
    margin: 0 0 10px;
    background: #f2f2f2
}

.view-related-content-block .views-field-title a {
    display: block
}

.view-related-content-block .views-field-body, .view-related-content-block .views-field-field-image, .view-related-content-block .views-field-title {
    display: inline-block;
    vertical-align: top
}

.view-display-id-block_2.view-related-content-block .views-field-title a {
    font-size: 20px
}

.rating-webform {
    background: #faf8fb;
    margin: 0;
    padding: 20px
}

,
.rating-webform #webform-component-improving-suggestions, .rating-webform .form-actions, .rating-webform .links {
    display: none
}

.rating-webform label {
    font-weight: 700;
    width: 150px;
    float: left
}

.fivestar-widget, .rating-webform .form-actions input {
    float: right
}

.rating-webform #webform-component-improving-suggestions .form-textarea-wrapper, .rating-webform #webform-component-improving-suggestions label {
    width: 75%;
    color: #666
}

@media only screen and (max-width: 480px) {
    .rating-webform #webform-component-improving-suggestions .form-textarea-wrapper {
        width: 100%;
        color: #666
    }
}

#webform-component-which-best-describes-you .form-item.form-item-submitted-which-best-describes-you-select {
    display: block
}

#webform-component-what-would-you-like-to-read-out-about-in-our-e-newsletter .form-item.form-item-submitted-what-would-you-like-to-read-out-about-in-our-e-newsletter-other, #webform-component-which-best-describes-you .form-item.form-item-submitted-which-best-describes-you-other {
    display: inline-block;
    margin-left: 210px
}

.select-or-other div.form-item.form-type-checkbox {
    display: inline-block;
    float: left
}

#edit-submitted-what-would-you-like-to-read-out-about-in-our-e-newsletter-select {
    width: 300px;
    display: inline-block
}

#edit-submitted-what-would-you-like-to-read-out-about-in-our-e-newsletter-select label {
    width: 200px
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.tb-megamenu .btn-navbar, ul li ul {
    margin-bottom: 0
}

.video-container embed, .video-container iframe, .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.block-latest-news-block-block .views-row {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #F1C2DD
}

.block-latest-news-block-block {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 10px;
    position: relative
}

.block-latest-news-block-block .more-link {
    width: 60px;
    height: 5px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0, rgba(226, 226, 226, 1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(254, 254, 254, 1)), color-stop(99%, rgba(226, 226, 226, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0, rgba(226, 226, 226, 1) 99%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0, rgba(226, 226, 226, 1) 99%);
    background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0, rgba(226, 226, 226, 1) 99%);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0, rgba(226, 226, 226, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0);
    text-align: center;
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    margin-right: 7px;
    margin-top: 8px;
    font-size: 12px;
    padding-bottom: 14px;
    border-radius: 3px;
    border: 1px solid #C4C4C4
}

.block-latest-news-block-block .more-link:hover {
    border-color: #939393
}

.block-latest-news-block-block .more-link a {
    color: #333 !important;
    font-weight: 700;
    font-size: 10px !important;
    text-transform: capitalize;
    letter-spacing: 1px
}

.block-latest-news-block-block .block-title {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
    margin-top: -2px
}

#page {
    background-color: #E7E8EA
}

div.zone {
    padding: 0 10px 15px
}

div#helpline {
    float: right;
    font-family: Souvenir, Tahoma, Arial, Helvetica, sans-serif;
    padding: 20px 0 0;
    width: 220px
}

#region-user-second, body.front #region-sidebar-second {
    margin-left: 8px
}

table {
    border: none !important
}

tr {
    background-color: #FFF;
    border-color: #DD9BD1;
    border-style: none none solid;
    border-width: medium medium 1px;
    padding: .1em .6em
}

.tb-megamenu .nav-collapse .nav li.pyitp a, li.pyitp a {
    border-top: none
}

ul li ul {
    list-style: circle inside
}

div#helpline p {
    font-size: 32px;
    line-height: 30px;
    text-align: center
}

div#helpline p a span {
    color: #333;
    font-size: 28px
}

body.page-node-14960 .caption h3 {
    height: 55px
}

.monly {
    display: none
}

body.page-taxonomy-term ul.links.inline, body.responsive-layout-mobile .monly {
    display: block
}

.mtitle {
    background: #EC008B;
    color: #FFF;
    font-size: 1.5em;
    height: 30px;
    border-radius: 4px;
    padding: 5px 0 5px 40px
}

.pyitp {
    background: #f6adcd !important;
    padding: 5px 0 !important;
    border-radius: 0 !important
}

li.pyitp a {
    color: #ec008c !important
}

.tb-megamenu .nav-collapse .nav > li.active > a:focus, .tb-megamenu .nav-collapse .nav > li.active > a:hover, .tb-megamenu .nav-collapse li.pyitp a:focus, .tb-megamenu .nav-collapse li.pyitp a:hover {
    background-color: #f6adcd !important;
    color: #ec008c !important
}

.tb-megamenu .nav-collapse .nav > li.pyitp > a {
    padding: 5px 15px;
    border-bottom: medium none
}

.tb-megamenu .nav > .active > a, .tb-megamenu .nav > .active > a:focus, .tb-megamenu .nav > .active > a:hover {
    background-color: rgba(0, 0, 0, 0)
}

.tb-megamenu .nav-collapse {
    margin-top: 0;
    top: 0;
    position: relative
}

#block-views-nodequeue-1-block, #block-views-nodequeue-1-block-1, #block-views-nodequeue-1-block-2, .select-or-other {
    float: left
}

#block-views-nodequeue-1-block-1, #block-views-nodequeue-1-block-2 {
    width: 220px;
    margin-left: 5px
}

.select-or-other .form-item {
    margin-top: 0
}

#edit-submitted-gift-aid-box label.option {
    float: none
}

#sliding-popup .popup-content #popup-text h2, #sliding-popup .popup-content #popup-text p {
    font-size: 14px;
    font-weight: 400
}

#sliding-popup .popup-content #popup-buttons button {
    color: #333;
    font-family: inherit;
    background: -moz-linear-gradient(center top, #FFF 5%, #FFF 100%) #FFF;
    border-radius: 0;
    box-shadow: 0 1px 0 0 #FFF inset
}

table.none tr {
    background-color: #FFF;
    border-color: transparent;
    border-style: none none solid;
    border-width: 0
}

h1, h2, h3, h4, h5 h6 {
    font-family: Tahoma, Arial, Helvetica, sans-serif
}

body.page-taxonomy h2 a {
    border-bottom: none;
    color: #369;
    font-size: 17px
}

body.page-taxonomy h2 a:hover {
    color: #EC008B
}

body.page-taxonomy-term h2.node-title {
    font-size: 15px;
    font-weight: 400;
    padding: 0
}

body.page-taxonomy-term article.node-support-groups {
    border-bottom: 1px solid #DD9BD1
}

body.page-taxonomy-term .comment-links ul li a, body.page-taxonomy-term .node-links ul li a {
    background: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #369;
    cursor: pointer;
    display: block;
    float: left;
    font: inherit;
    margin: 0;
    outline: 0;
    overflow: visible;
    padding: 2px 0;
    text-decoration: underline;
    text-transform: lowercase;
    vertical-align: middle;
    width: auto
}

body.responsive-layout-mobile .tb-megamenu .nav > li, body.responsive-layout-narrow .tb-megamenu .nav > li {
    background: #EC008B
}

body.front .defaultcallout, body.responsive-layout-mobile #block-block-11, body.responsive-layout-mobile #block-multiblock-1, body.responsive-layout-mobile #region-sidebar-second, body.responsive-layout-mobile #zone-postscript {
    display: none
}

body.front .tb-megamenu .nav-collapse, body.front .tb-megamenu .nav-collapse.collapse {
    height: auto !important
}

.theme-default .nivoSlider {
    position: relative;
    z-index: 1
}

body.responsive-layout-narrow .tb-megamenu .nav > li.primarynav-prevention {
    display: block !important
}

@media all and (min-width: 980px) {
    body.responsive-layout-narrow .tb-megamenu .nav > li.primarynav-prevention {
        display: none !important
    }
}

body.responsive-layout-mobile .tb-megamenu .nav > li a {
    color: #fff
}

body.responsive-layout-mobile .tb-megamenu .nav > li.donate, body.responsive-layout-narrow .tb-megamenu .nav > li.donate {
    background: #FFD600 !important
}

.tb-megamenu .nav > li.donate a {
    color: #EC008B !important
}

body.responsive-layout-mobile .tb-megamenu .nav > li.fixed-title a, body.responsive-layout-mobile .tb-megamenu .nav > li.level-1 a.dropdown-toggle:focus, body.responsive-layout-mobile .tb-megamenu .nav > li.level-1 a.dropdown-toggle:hover, body.responsive-layout-narrow .tb-megamenu .nav > li.fixed-title a, body.responsive-layout-narrow .tb-megamenu .nav > li.level-1 a.dropdown-toggle:focus, body.responsive-layout-narrow .tb-megamenu .nav > li.level-1 a.dropdown-toggle:hover {
    background: #EC008B;
    color: #fff
}

body.responsive-layout-mobile .tb-megamenu .nav > li.level-2 a:focus, body.responsive-layout-mobile .tb-megamenu .nav > li.level-2 a:hover, body.responsive-layout-narrow .tb-megamenu .nav > li.level-2 a:focus, body.responsive-layout-narrow .tb-megamenu .nav > li.level-2 a:hover {
    background: #fff;
    color: #333
}

body.responsive-layout-mobile .tb-megamenu .dropdown-menu .active > a, body.responsive-layout-mobile .tb-megamenu .dropdown-menu .active > a:hover {
    background-image: none;
    background-color: #FFF
}

body.responsive-layout-mobile #zone-menu, body.responsive-layout-narrow #zone-menu {
    background: #FFF
}

body.responsive-layout-mobile .tb-megamenu .nav-collapse .dropdown-menu a, body.responsive-layout-narrow .tb-megamenu .nav-collapse .dropdown-menu a {
    font-weight: 700
}

body.responsive-layout-mobile .tb-megamenu .mega-inner, body.responsive-layout-narrow .tb-megamenu .mega-inner {
    padding: 0 5px
}

body.responsive-layout-mobile .tb-megamenu .mega-inner ul, body.responsive-layout-narrow .tb-megamenu .mega-inner ul {
    border-top: 1px solid #EEE
}

body.responsive-layout-mobile .tb-megamenu .nav > li .tb-megamenu-submenu a, body.responsive-layout-narrow .tb-megamenu .nav > li .tb-megamenu-submenu a {
    color: #333;
    text-transform: capitalize !important
}

body.responsive-layout-mobile .tb-megamenu .dropdown-menu .mega-nav > li a, body.responsive-layout-mobile .tb-megamenu .mega-nav > li a, body.responsive-layout-narrow .tb-megamenu .dropdown-menu .mega-nav > li a, body.responsive-layout-narrow .tb-megamenu .mega-nav > li a {
    margin-left: 0
}

.tb-megamenu .nav-collapse .dropdown-menu {
    background-color: #FFF
}

.tb-megamenu .nav-collapse .dropdown-menu a, .tb-megamenu .nav-collapse .nav > li > a {
    color: #333
}

.tb-megamenu .nav-collapse .nav > li > a {
    font-size: 12px
}

.tb-megamenu .nav-collapse .nav {
    border: 1px solid #CCC;
    margin: 0
}

.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    background-color: #EC008B;
    color: #fff
}

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle {
    color: #FFF
}

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover {
    background-color: #EC008B
}

.tb-megamenu .dropdown-menu li > a:focus, .tb-megamenu .dropdown-menu li > a:hover, .tb-megamenu .dropdown-submenu:hover > a {
    color: #EC008B
}

body.responsive-layout-mobile ul li.tb-megamenu-item .tb-megamenu-submenu.dropdown-menu, body.responsive-layout-narrow ul li.tb-megamenu-item .tb-megamenu-submenu.dropdown-menu {
    display: none !important
}

p {
    line-height: 20px;
    margin: 10px 0
}

.left {
    float: left
}

.right {
    float: right
}

.form-item .description {
    color: #333;
    font-size: 13px;
    font-weight: 700
}

.calendar-calendar .day-view .full td .inner div.calendar div, .calendar-calendar .day-view .full td .inner div.calendar div a, .calendar-calendar .day-view .full td .inner div.view-item, .calendar-calendar .month-view .full td .inner div.calendar.monthview div, .calendar-calendar .month-view .full td .inner div.calendar.monthview div a, .calendar-calendar .month-view .full td.multi-day .inner div, .calendar-calendar .month-view .full td.multi-day .inner div a, .calendar-calendar .month-view .full td.single-day .inner div, .calendar-calendar .month-view .full td.single-day .inner div a, .calendar-calendar .week-view .full td .inner div.calendar.weekview div, .calendar-calendar .week-view .full td .inner div.calendar.weekview div a, .calendar-calendar .week-view .full td.multi-day .inner div, .calendar-calendar .week-view .full td.multi-day .inner div a, .calendar-calendar .week-view .full td.single-day .inner div, .calendar-calendar .week-view .full td.single-day .inner div a, .view-calendar a, .view-calendar a:visited {
    color: #fff
}

.theme-default .nivo-controlNav {
    display: none
}

.continuation, .continues, span.tip {
    display: none !important
}

.falsetitle a {
    padding: 0 0 10px 10px !important;
    font-weight: 700 !important;
    text-transform: capitalize
}

body.page-node-14722 td, body.page-node-14722 th {
    border: 1px solid #CCC !important
}

.calendar-calendar .day-view .full td.multi-day div.dayview, .calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview {
    background: rgba(0, 0, 0, 0) !important
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
    background: rgba(0, 0, 0, 0) !important;
    border-radius: 0
}

.calendar-calendar .day-view .full td .inner div.calendar div, .calendar-calendar .day-view .full td .inner div.view-item, .calendar-calendar .month-view .full td .inner div.calendar.monthview div, .calendar-calendar .month-view .full td.multi-day .inner div, .calendar-calendar .month-view .full td.single-day .inner div, .calendar-calendar .week-view .full td .inner div.calendar.weekview div, .calendar-calendar .week-view .full td.multi-day .inner div, .calendar-calendar .week-view .full td.single-day .inner div {
    background: rgba(0, 0, 0, 0)
}

.calendar-calendar td a, .calendar-calendar td a.color394 {
    background: #B890C2 !important
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents, .calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
    left: 0
}

.calendar-calendar .day-view td, .calendar-calendar .month-view .full td, .calendar-calendar .week-view .full td {
    padding: 0
}

.calendar-calendar .day-view .full .inner .dayview, .calendar-calendar .month-view .full .inner .monthview, .calendar-calendar .week-view .full .inner .weekview {
    border-radius: 0;
    margin: 0;
    min-height: 35px !important;
    padding: 0 !important
}

.calendar-calendar td a {
    display: block;
    font-weight: 700;
    padding: 10px !important;
    text-decoration: none
}

.calendar-calendar td a.color395 {
    background: #EC008C !important
}

.calendar-calendar td a.color396 {
    background: #999 !important
}

.calendar-calendar .month-view .full tr td.single-day.today {
    border-bottom: 2px solid #EC008C !important
}

.calendar-calendar .month-view .full td.date-box.today {
    border-color: #EC008C !important;
    border-style: solid;
    border-width: 2px 2px 0
}

.calendar-calendar .month-view .full tr td.today, .calendar-calendar .month-view .full tr.even td.today, .calendar-calendar .month-view .full tr.odd td.today {
    background: none;
    border-left: 2px solid #EC008C !important;
    border-right: 2px solid #EC008C !important
}

.tb-megamenu .nav li.donate > .dropdown-open, .tb-megamenu .nav li.donate > .dropdown-toggle {
    background-color: rgba(0, 0, 0, 0) !important
}

.calendar-calendar .day-view .full td.multi-day div.colors-taxonomy-term-394, .calendar-calendar .month-view .full td.multi-day div.colors-taxonomy-term-394, .calendar-calendar .week-view .full td.multi-day div.colors-taxonomy-term-394 {
    background: #B890C2 !important;
    padding: 10px
}

.calendar-calendar .month-view .full td.multi-day .inner .colors-taxonomy-term-394 .continues, .calendar-calendar .month-view .full td.multi-day .inner .colors-taxonomy-term-394 .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .colors-taxonomy-term-394 .continues, .calendar-calendar .week-view .full td.multi-day .inner .colors-taxonomy-term-394 .cutoff {
    background: #B890C2
}

.materials tr {
    padding: 10px 0;
    border: none
}

.materials td, .materials th {
    padding: 4px 8px;
    vertical-align: top
}

.materials .views-field-title {
    padding: 10px 0;
    margin: 5px 0;
    font-weight: 700
}

.materials h3, .view-calendar h3 {
    font-size: 15px;
    font-weight: 400;
    margin: 0
}

caption, h1#page-title, h2.block-title {
    font-size: 18px;
    font-weight: 400
}

.views-field-field-related-content p object {
    margin: 10px 0 0 -10px
}

body.context-news #edit-date-filter-wrapper label, body.context-news select.date-year {
    display: none
}

.views-field-field-material-file-1 {
    padding: 5px 0
}

.view-fundraising-publications table {
    border-top: 1px solid #DD9BD1 !important;
    margin: 5px 0 20px
}

ul.main-menu {
    width: 100%
}

article .field-name-body img {
    margin: 10px
}

.view-nodequeue-1 a:link, .view-nodequeue-1 a:visited, h1, h2, h3, h4 {
    color: #333;
    margin: 5px 0
}

caption, h2.block-title {
    margin: 5px 0
}

#block-views-nodequeue-1-block-1 a:link, #block-views-nodequeue-1-block-1 a:visited, #webform-component-gift-aid label, li a.active {
    font-weight: 700
}

.form-required, .marker {
    color: #EC008B
}

body.logged-in .text-summary-wrapper {
    display: block !important
}

.breadcrumb a:link, .breadcrumb a:visited {
    color: #333
}

.view-nodequeue-1 .views-field-title {
    width: 100%;
    display: block;
    border-bottom: 1px dotted #333;
    padding: 2px 0
}

.descr p {
    margin: 5px 0
}

body.context-news td.views-field-created, td.views-field-field-publication {
    font-size: 9px;
    text-align: right
}

#edit-submitted-amount-select {
    float: left
}

#webform-component-amount label {
    display: none
}

#webform-component-amount .select-or-other label {
    display: block;
    position: relative !important;
    height: auto
}

#webform-component-resident-country label {
    display: none
}

#webform-component-how-did-you-hear-about-this-service label, #webform-component-resident-country .select-or-other label {
    display: block;
    position: relative !important;
    height: auto
}

#webform-component-how-did-you-hear-about-this-service .form-item-submitted-how-did-you-hear-about-this-service-other, #webform-component-resident-country .form-item-submitted-resident-country-other {
    width: 100%;
    display: block
}

#webform-component-how-did-you-hear-about-this-service .form-item-submitted-how-did-you-hear-about-this-service-other label, #webform-component-resident-country .form-item-submitted-resident-country-other label, #webform-component-resident-country .select-or-other .form-item-submitted-what-country-are-you-currently-a-resident-in-other label {
    display: none
}

#webform-component-date-of-last-smear {
    width: 100%
}

ul.download-file {
    list-style: none;
    margin-bottom: 0 !important
}

body.context-news caption {
    text-align: left
}

#block-block-16, #region-user-first, #region-user-second .block .content p, .cta ul li.views-row .caption p, ul#main-menu li {
    text-align: center
}

body.context-news table {
    border: none
}

body.context-news tr.even, body.context-news tr.odd {
    background-color: #fff;
    border-color: #DD9BD1;
    border-style: none none solid;
    border-width: medium medium 1px;
    padding: .1em .6em
}

body.context-news tr.even td {
    background: #FFF
}

#search-block-form form.search-form .form-actions input {
    padding: 3px 10px 4px
}

header.section-header p {
    margin-bottom: 0
}

#region-user-second .block .content {
    float: right;
    word-spacing: -5px;
    padding: 0
}

#region-user-second .block .content p a {
    color: #EC008B
}

#region-user-second .block .content p a span {
    color: #333;
    font-size: 28px;
    line-height: 28px
}

#region-user-second .block .content p a span.phone {
    color: #EC008B
}

#region-user-second .block .content p a small {
    color: #333;
    font-size: 16px;
    line-height: 16px
}

#region-sidebar-first a:hover, a:hover {
    color: #EC00AB
}

li a.active {
    color: #369
}

ul#main-menu li {
    background: #EC008B;
    float: left;
    height: 27px;
    margin: 2px 0 0;
    padding: 5px 0;
    width: 100%
}

ul.main-menu li, ul.main-menu li a {
    color: #FFF;
    font-weight: 700
}

ul.main-menu a {
    font-size: 12px;
    padding: 5px 7px 0 18px
}

.region-sidebar-first ul.menu {
    margin: 5px 0 0
}

.region-sidebar-first ul.menu a:link, .region-sidebar-first ul.menu a:visited {
    font-size: 13px;
    color: #333
}

h1 {
    font-size: 18px
}

#block-block-2 img {
    width: 170px;
    height: 83px
}

#block-block-16 {
    border-bottom: 1px solid #DD9BD1;
    border-top: 1px solid #DD9BD1;
    margin: 20px 0;
    padding: 10px 0
}

#block-block-16 h3 a {
    background: #ec008c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px
}

#block-block-16 h3 a.expert {
    background: #929196
}

#block-block-16 h3 a.newsletter {
    background: #B890C2
}

#block-block-16 h3.pborder {
    border-top: 1px solid #DD9BD1;
    padding: 10px 0;
    margin-top: 20px
}

#block-block-16 h4 {
    font-weight: 200;
    font-size: 16px
}

#zone-user-wrapper {
    background-color: #E7E8EA
}

#zone-user {
    background-color: #FFF;
    padding-top: 10px;
    padding-bottom: 0
}

#region-user-second {
    display: none;
    margin-top: 10px
}

#edit-search-block-form--2 {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 23px;
    margin: 0 5px 0 0;
    padding: 0 3px 0 2px;
    width: 170px
}

form.search-form .form-actions input, input[type=submit] {
    background: #EC008B;
    border-color: transparent;
    border-radius: 5px;
    color: #FFF;
    font: inherit;
    padding: 3px 5px
}

div.footercol dt, div.footercol h5 {
    font-family: Souvenir, Tahoma, Arial, Helvetica, sans-serif
}

dd, div.footercol dd {
    font-style: normal
}

.region-sidebar-first input[type=submit] {
    width: 100%
}

.cta ul li.views-row {
    display: inline-block;
    position: relative;
    margin: 0
}

#region-sidebar-second ul li.views-row {
    margin: 0 0 9px
}

#region-sidebar-second ul li.views-row-last {
    margin-bottom: 0
}

.cta ul li.views-row img {
    display: block
}

.cta ul li.views-row .caption p {
    margin-bottom: 0;
    padding: 5px 10px;
    font-weight: 700
}

.item-list li .views-field-title {
    text-align: center;
    background: #ED1394;
    font-size: 18px
}

.item-list li .views-field-title-1 a:link {
    color: #FFF
}

.view-latest-news-block li .views-field-title {
    text-align: left;
    background: #F8F8F8
}

#region-sidebar-second .view-nodequeue-1 ul li.views-row .caption {
    top: 155px
}

#zone-postscript h3, .view-overview-blocks h3 {
    line-height: 44px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background: #EC008B;
    font-size: 18px;
    padding: 0 5px;
    margin-bottom: 0;
    margin-top: 0
}

.forum-table tr.even td.active, .forum-table tr.odd td.active, .region-sidebar-first-inner .poll .vote-form, .zone-footer li {
    text-align: left
}

body.front .view-overview-blocks h3 {
    padding: 0 3px;
    min-height: 55px
}

body.front #zone-postscript ul li.views-row-3, body.front .view-overview-blocks ul li.views-row-3 {
    margin-left: 8px
}

body.front #region-postscript-first ul li.views-row, body.front .view-overview-blocks ul li.views-row, body.front .view-overview-blocks ul li.views-row img {
    width: 220px !important
}

body.front.responsive-layout-mobile #region-postscript-first ul li.views-row, body.front.responsive-layout-mobile .view-overview-blocks ul li.views-row, body.front.responsive-layout-mobile .view-overview-blocks ul li.views-row img {
    width: 100% !important
}

#region-postscript-first ul li.views-row-2, #region-postscript-first ul li.views-row-3 {
    margin-left: 12px
}

body.front .view-overview-blocks ul li.views-row-3 {
    margin-right: 0
}

#region-postscript-first ul li.views-row .caption, body.front .view-overview-blocks ul li.views-row .caption {
    top: 155px
}

.block--exp-calendar-page-1 {
    float: right
}

.view-overview-blocks a, .view-overview-blocks a:hover, .view-overview-blocks a:link, .view-overview-blocks a:visited {
    color: #333 !important;
    text-decoration: none
}

body.page-forum .forum-table-superheader .forum-table-name a:link, body.page-forum .forum-table-superheader .forum-table-name a:visited, div.defaultcallout, div.defaultcallout a:link, div.defaultcallout a:visited {
    color: #fff
}

#region-postscript-first ul li.views-row, .view-overview-blocks ul li.views-row {
    border-bottom: medium none;
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 10px;
    width: 30%
}

.view-overview-blocks ul li.views-row img {
    width: 100%
}

.view-overview-blocks ul li.views-row-6, .view-overview-blocks ul li.views-row-9,

;
.view-overview-blocks ul li.views-row-3 {
    margin-left: 8px
}

.view-overview-blocks ul li.views-row .descr {
    height: 120px
}

body.page-node-16916 .view-overview-blocks ul li.views-row .descr {
    height: 20px
}

#region-postscript-first ul li.views-row-1, .view-overview-blocks ul li.views-row-1 {
    margin-left: 0
}

#region-postscript-first ul li.views-row-2, #region-postscript-first ul li.views-row-5, .view-overview-blocks ul li.views-row-2, .view-overview-blocks ul li.views-row-5 {
    margin-left: 8px
}

#block-views-nodequeue-1-block .view-nodequeue-1 ul li.views-row, #block-views-nodequeue-1-block .view-nodequeue-1 ul li.views-row-last {
    width: 220px
}

#region-postscript-first ul li.views-row-last {
    margin-left: 0;
    margin-right: 0;
    float: right
}

#block-views-latest-news-block-block ul, #block-views-latest-news-block-block ul li, #region-postscript-first ul {
    margin: 0
}

#block-views-latest-news-block-block ul li {
    border-bottom: 1px dotted #333;
    margin: 0;
    padding: .5em 0
}

.defaultcallout, body.context-news td, body.context-news th, body.front .defaultcallout {
    border: none
}

body.responsive-layout-mobile #region-postscript-first ul li.views-row, body.responsive-layout-mobile .view-overview-blocks ul li.views-row {
    width: 100% !important
}

body.responsive-layout-mobile #region-postscript-first ul li.views-row img, body.responsive-layout-mobile .view-overview-blocks ul li.views-row img {
    width: 100%;
    height: 100%
}

section.block-poll ul.links {
    display: none
}

ul.links.inline {
    display: inline;
    padding-left: 0;
    font-size: 14px
}

#block-block-9 {
    position: absolute;
    right: 0;
    top: 0
}

#zone-menu {
    padding-bottom: 5px
}

body.front #zone-menu {
    padding-bottom: 15px
}

#homecallouts {
    float: right;
    width: 220px
}

#region-sidebar-first .block-menu-block {
    padding-bottom: 10px
}

.CTA-block {
    margin-left: -12px
}

div.defaultcallout h4, div.homecallout h4 {
    font-size: 11px;
    font-weight: 700;
    margin: 0
}

div.defaultcallout p, div.homecallout p {
    font-size: 10px;
    line-height: 0;
    margin: 0
}

div.defaultcallout, div.homecallout {
    color: #fff;
    height: 56px;
    margin: 0;
    padding: 0 5px 0 60px
}

div.defaultcalloutlast {
    margin: 0
}

div.defaultcallout.speech, div.homecallout.speech {
    background: url(../images/forum-cta-icon.png) 10px 50% no-repeat #ff53b8;
    height: 55px;
    cursor: pointer
}

div.defaultcallout.envelope, div.homecallout.envelope {
    background: url(../images/newsletter-cta-icon.svg) 10px 50% no-repeat #ff53b8;
    height: 55px;
    cursor: pointer
}

div.defaultcallout.question, div.homecallout.question {
    background: url(../images/ask-the-expert-cta-icon.svg) 10px 50% no-repeat #ff53b8;
    height: 55px;
    cursor: pointer
}

div.defaultcallout.resource, div.homecallout.resource {
    background: url(../images/resources-cta-icon.svg) 10px 50% no-repeat #ff53b8;
    height: 55px;
    cursor: pointer
}

div.defaultcallout.fundraise, div.homecallout.fundraise {
    background: url(../images/fundraising-cta-icon.svg) 10px 50% no-repeat #ff53b8;
    height: 55px;
    cursor: pointer
}

#region-branding, #region-menu, #region-preface-first, #region-preface-second, #region-preface-third, #zone-branding, #zone-content, #zone-preface {
    background-color: #FFF
}

#zone-branding-wrapper, #zone-footer-wrapper, #zone-header-wrapper, #zone-menu-wrapper, #zone-postscript-wrapper {
    background-color: #E7E8EA
}

#region-footer-first, #region-footer-second, #region-postscript-fourth, #region-postscript-third {
    background-color: #F8F8F8
}

div.defaultcallout {
    margin-top: 20px;
    width: 96%
}

div.defaultcallout h4 {
    padding: 10px 0;
    margin-top: 9px;
    font-size: 1.1em !important;
    font-weight: 300
}

@media only screen and (max-width: 1200px) {
    div.defaultcallout p {
        display: block
    }
}

#giftaidcalculator input, #giftaidcalculator label, #giftaidcalculator select, #giftaidcalculator textarea {
    float: none
}

#giftaidcalculator {
    border: 2px solid #F699CE;
    padding: 10px
}

#zone-header, #zone-preface-wrapper {
    background-color: #F3F3F3
}

#region-header-first {
    background-color: #007A3D
}

#region-header-second {
    background-color: #00552B
}

.region-sidebar-first ul.menu {
    margin-left: -15px
}

.region-sidebar-first span.field-content, .region-sidebar-first ul.menu li {
    list-style-image: none;
    list-style-type: none
}

.region-sidebar-first div.views-row {
    margin: 0 0 .25em
}

.breadcrumb {
    padding: 10px 0;
    font-size: 10px
}

.region-sidebar-first ul.menu li ul li {
    border-top: 1px solid #D8EFF5;
    font-weight: 400;
    margin: 0;
    padding: 5px 10px
}

.region-sidebar-first ul.menu li.expanded {
    border-bottom: none
}

.region-sidebar-first ul.menu li.expanded ul {
    list-style: none;
    padding-top: 5px
}

.region-sidebar-first ul.menu li.expanded ul li {
    margin: 0
}

.region-sidebar-first ul.menu li.expanded ul li:before {
    content: "> \0020"
}

.socialbar:after, .socialbar_transparent:after {
    clear: left;
    content: " "
}

#region-postscript-first, #region-postscript-second, #zone-footer, #zone-postscript {
    background-color: #fff
}

#region-footer-first {
    margin-right: 0;
    padding-left: 10px
}

#region-footer-second {
    margin-left: 0;
    padding-right: 10px;
    padding-bottom: 20px
}

#accessibility-wrapper {
    display: none
}

textarea {
    padding: 2px 3px
}

.form-type-radio {
    width: auto;
    float: left;
    margin-bottom: 10px;
    display: block
}

label.option {
    width: auto;
    margin-right: 5px
}

input.form-checkbox, input.form-radio {
    width: auto;
    margin: 5px 5px 5px 0
}

.webform-component {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0
}

.views-field-field-related-content {
    background: #FAF8FB;
    font-size: 11px
}

.views-field-field-related-content p {
    margin: 0 20px 10px
}

.views-field-field-related-content object {
    margin: 10px
}

#defaultadditional dl, .views-field-field-related-content dl {
    margin: 0;
    padding: 0 0 7px
}

.views-field-field-related-content dt {
    font-size: inherit
}

#defaultadditional dl dt, .views-field-field-related-content dl dt {
    background: url(../images/bg_related_dl_dt.jpg) center top no-repeat;
    color: #98999D;
    font-weight: 700;
    height: 30px
}

#defaultadditional dl dd, .views-field-field-related-content dl dd {
    border-bottom: 1px solid #F4EAF5;
    margin: 0 15px 5px;
    padding: 2px 5px
}

#contentrelated dl dd a, #defaultadditional dl dd a, .views-field-field-related-content dl dd a {
    display: block;
    height: 16px;
    padding-top: 2px;
    color: #734B7D
}

#defaultadditional dl, .views-field-field-related-content dl {
    font-size: 11px
}

#contentrelated {
    float: right;
    padding: 10px 0 0;
    width: 220px
}

#contentrelated dl, #defaultadditional dl {
    background: url(../images/bg_related_dl.jpg) center bottom no-repeat;
    font-size: 11px;
    margin: 0 0 10px;
    padding: 0 0 7px
}

#contentrelated dl dt, #defaultadditional dl dt {
    background: url(../images/bg_related_dl_dt.jpg) center top no-repeat;
    color: #98999D;
    font-weight: 700;
    height: 30px;
    font-size: inherit
}

#contentrelated dl dd, #defaultadditional dl dd {
    border-bottom: 1px solid #F4EAF5;
    margin: 0 15px 5px;
    padding: 2px 5px
}

#contentrelated dl dd span, #defaultadditional dl dd span {
    color: #734B7D
}

#contentrelated dl dd a:hover, #defaultadditional dl dd a:hover {
    color: #333;
    text-decoration: none
}

a.doc_default, a.doc_excel, a.doc_pdf, a.doc_word, a.tool_email, a.tool_print {
    padding-left: 25px
}

a.tool_print {
    background: url(../images/bg_icon_printer.gif) left center no-repeat
}

a.tool_email {
    background: url(../images/bg_icon_envelope_small.gif) left center no-repeat
}

a.doc_word {
    background: url(../images/bg_icon_word.gif) left center no-repeat
}

a.doc_excel {
    background: url(../images/bg_icon_excel.gif) left center no-repeat
}

a.doc_pdf {
    background: url(../images/bg_icon_pdf.gif) left center no-repeat
}

a.doc_default {
    background: url(../images/bg_icon_default.gif) left center no-repeat
}

#footer {
    background: #F8F8F8;
    margin: 20px 0 0;
    position: relative
}

div.footercol {
    color: #4F4F4F;
    margin: 0 10px 0 0;
    padding: 10px
}

#region-footer-first .footercol {
    display: inline-block;
    padding-top: 20px;
    vertical-align: top
}

div.footercol.last {
    margin: 0
}

div.footercol h5 {
    color: #EC008B;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 400;
    word-spacing: -5px
}

div#contactaddress p, div#contactemail p, div#contactphone p, div.footercol dd a, div.footercol dt a {
    color: #4F4F4F
}

div.footercol dl {
    margin: 5px 0
}

div.footercol dt {
    font-size: 11px;
    font-weight: 700;
    margin: 2px 0;
    word-spacing: -3px
}

div.footercol dd {
    font-size: inherit;
    margin: 2px 0 2px 5px;
    padding-left: 5px
}

div#contactaddress p em, div#contactemail p em, div#contactphone p em, div.footercol h6 {
    font-family: Souvenir, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700
}

div.footercol h6 {
    margin: 2px 0
}

div.footercol h6 a {
    color: #4F4F4F;
    display: block;
    height: 19px;
    margin: 10px 0;
    padding: 5px 0 0 30px
}

div.footercol h6.flickr a {
    background: url(https://www.jostrust.org.uk/sites/all/themes/bootstrap/images/bg_icon_flickr.gif) left center no-repeat
}

div.footercol h6.googleplus a {
    background: url(https://www.jostrust.org.uk/sites/all/themes/bootstrap/images/bg_icon_googleplus.gif) left center no-repeat
}

div.footercol h6.pinterest a {
    background: url(https://www.jostrust.org.uk/sites/all/themes/bootstrap/images/bg_icon_pinterest.gif) left center no-repeat
}

div.footercol h6.facebook a {
    background: url(https://www.jostrust.org.uk/sites/all/themes/bootstrap/images/bg_icon_facebook.gif) left center no-repeat
}

div.footercol h6.youtube a {
    background: url(https://www.jostrust.org.uk/sites/all/themes/bootstrap/images/bg_icon_youtube.gif) left center no-repeat
}

div.footercol h6.twitter a {
    background: url(https://www.jostrust.org.uk/sites/all/themes/bootstrap/images/bg_icon_twitter.gif) left center no-repeat
}

div#contactaddress, div#contactemail, div#contactphone {
    font-family: Souvenir, Tahoma, Arial, Helvetica, sans-serif;
    margin: 10px 0;
    min-height: 30px;
    padding: 0 0 0 35px
}

div#contactemail {
    background: url(../images/bg_icon_mouse.gif) left top no-repeat
}

div#contactphone {
    background: url(../images/bg_icon_phone.gif) left top no-repeat
}

div#contactaddress {
    background: url(../images/bg_icon_envelope.gif) left top no-repeat
}

#frsb li {
    background: url(https://www.jostrust.org.uk/sites/all/themes/bootstrap/images/frsb_logo.png) top left no-repeat
}

#region-footer-first ul {
    list-style: none
}

#frsb li.sprite-frsb_logo {
    background-position: 0 10;
    width: 246px;
    height: 70px
}

#frsb li.sprite-frsb_logo a {
    width: 246px;
    height: 100px
}

#frsb li.sprite-plain_english_logo {
    background-position: 0 -68px;
    width: 246px;
    height: 126px
}

#frsb li.sprite-plain_english_logo a {
    width: 110px;
    height: 126px;
    padding-bottom: 10px
}

#frsb li a {
    display: block !important
}

#forum-table-423 thead.forum-header, .forum-subforums, body.not-logged-in #block-views-latest-posts-block .more-link a, body.page-forum-462 .forum-table-superheader, body.page-forum-463 .forum-table-superheader, body.responsive-layout-mobile .user-picture {
    display: none
}

#region-footer-first .footercollast {
    float: right
}

.vote-form .form-radios .form-item {
    width: 100%
}

.forum-table-topics td.views-field-last-updated {
    width: 25%
}

.easy-breadcrumb {
    padding: 1em 0
}

h1.site-name, h2.site-name {
    font-size: 28px
}

.forum-post-panel-main p {
    margin-bottom: 10px
}

.forum-post ol, .forum-post ul {
    margin-left: 2em
}

.forum-table-description {
    color: #fff
}

body.context-forum .block-online .item-list ul li, body.context-forums .block-online .item-list ul li {
    float: left;
    margin: 0 .5em 0 0;
    padding: 0
}

body.context-forum article, body.context-forums article {
    background: #F7F7F7
}

.poll .bar .foreground {
    background-color: #EC008B
}

tr.even, tr.odd {
    background-color: #fff;
    height: 80px
}

tr.even td {
    background: #faf9f3
}

.forum-name a:link, a:visited {
    font-weight: 700;
    padding: 0 !important
}

div#edit-author--2 label {
    width: auto
}

body.responsive-layout-mobile .forum-post-panel-sub {
    width: 60px
}

body.responsive-layout-mobile .forum-post-panel-main {
    margin-left: 70px
}

.user-picture img {
    padding: 5px 0
}

.forum-table-wrap .forum-table-superheader {
    background: #EC008B;
    border: 1px solid #F53DA9
}

.author-signature, .forum-post-footer, .forum-post-title {
    border-top: 1px solid #E7E8EA
}

.forum-table-superheader .forum-table-name, .forum-table-superheader .forum-table-name a {
    color: #FFF
}

.forum-table, .forum-table td {
    border: 1px solid #E7E8EA
}

.forum-table-wrap thead tr {
    background-color: #F5F5F5;
    border: 1px solid #E7E8EA
}

.author-signature {
    margin: 10px 10px 5px
}

div.forum-post {
    border: 1px solid #E7E8EA
}

.forum-post-title {
    border-bottom: 1px solid #E7E8EA
}

.forum-table-wrap-421 .forum-table-superheader, .forum-table-wrap-424 .forum-table-superheader {
    background: #FFF;
    border: 1px solid #E7E8EA;
    padding: 10px 10px 10px 65px
}

body.page-forum .forum-table-wrap-421 .forum-table-superheader .forum-table-name a:link, body.page-forum .forum-table-wrap-421 .forum-table-superheader .forum-table-name a:visited, body.page-forum .forum-table-wrap-424 .forum-table-superheader .forum-table-name a:link, body.page-forum .forum-table-wrap-424 .forum-table-superheader .forum-table-name a:visited {
    color: #EC008B;
    font-size: 12px
}

.forum-table-wrap-421 .forum-table-description, .forum-table-wrap-424 .forum-table-description {
    color: #333
}

td.forum-list-icon {
    width: auto
}

td.forum-details .forum-description {
    line-height: 2em;
    padding: 4px
}

td.cke_top:hover {
    background: 0 0 !important
}

form.node-forum-form input#edit-title, form.node-forum-form select {
    float: none
}

body.context-forum article, body.context-forum section.block, body.context-forums article, body.context-forums section.block, body.context-messages article, body.context-messages section.block, body.context-support section.block, body.context-user article, body.context-user section.block, body.context-users article, body.context-users section.block, body.node-type-forum article, body.node-type-forum section.block, body.page-node-add-forum article, body.page-node-add-forum section.block {
    padding: 15px
}

body.context-messages .zone-content a:link, body.context-messages .zone-content a:visited, body.context-support section.block a:link, body.context-support section.block a:visited, body.context-user .zone-content a:link, body.context-user .zone-content a:visited, body.context-users .zone-content a:link, body.context-users .zone-content a:visited, body.node-type-forum .zon-content a:link, body.node-type-forum .zone-content a:link, body.node-type-forum .zone-content a:visited, body.page-forum .zone-content a:link, body.page-forum .zone-content a:visited, body.page-node-add-forum .zone-content a:link, body.page-node-add-forum .zone-content a:visited {
    color: #EC008B
}

.block-views-forum-taxonomy-block, body.context-forum section.block, body.context-forums section.block, body.context-messages section.block, body.context-support section.block, body.context-user section.block, body.context-users section.block, body.node-type-forum section.block, body.page-node-add-forum section.block {
    margin-bottom: 25px;
    border: 1px solid #E7E8EA;
    background: #F7F7F7
}

body.context-forum .region-sidebar-first-inner ul li, body.context-forums .region-sidebar-first-inner ul li, body.context-messages .region-sidebar-first-inner ul li, body.context-user .region-sidebar-first-inner ul li, body.context-users .region-sidebar-first-inner ul li, body.node-type-forum .region-sidebar-first-inner ul li, body.page-node-add-forum .region-sidebar-first-inner ul li {
    list-style: none;
    margin: 0 0 .25em !important
}

.block-recent li a {
    display: block
}

.block-recent li span {
    display: inline-block;
    font-style: italic
}

button:active, button:focus, input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
    box-shadow: 0 0 7px #EC008B;
    z-index: 1
}

tr.even:hover td.active, tr.odd:hover td.active, tr:hover td {
    background: #fdfdfd
}

.forum-post-panel-main {
    border-left: medium none
}

.privatemsg-message {
    background: #F7F7F7;
    border: 1px solid #E7E8EA;
    margin-bottom: 10px;
    max-width: 1000px;
    padding: 10px 0;
    width: 100%
}

label, span.username {
    margin-bottom: 5px
}

.block-custom-search-blocks input, .block-custom-search-blocks select {
    width: 100%
}

div.error {
    border-color: red;
    border-width: 3px;
    color: #333
}

.region-sidebar-first-inner .poll .vote-form .choices {
    margin: 0
}

.filter-wrapper {
    padding: .5em 0
}

.form-actions input {
    margin-right: .5em;
    padding: 7px 20px
}

.form-actions input:hover {
    background: #EC008B
}

.forum-list-icon-wrapper {
    background: none;
    border-radius: 0;
    border-top: 0 none;
    box-shadow: none
}

section.block-who-s-online-block-whos-online {
    margin-bottom: 0;
    border-bottom: 0 none;
    margin-top: 25px
}

section.block-user section.block-who-s-online-block-whos-online {
    padding: 5px 15px
}

#block-user-login .item-list ul li {
    float: none;
    display: inline-block;
    width: 100%
}

.block-user .item-list ul li, .view-who-s-online .item-list ul li {
    float: left;
    margin: 0 1em .5em 0;
    padding: 0
}

#block-block-18, #block-block-19, #block-block-20, #block-block-21, #block-block-22, #block-block-23, #block-block-24, #block-block-25, #block-block-26, #block-block-27, #block-multiblock-10, #block-multiblock-11, #block-multiblock-2, #block-multiblock-3, #block-multiblock-4, #block-multiblock-5, #block-multiblock-6, #block-multiblock-7, #block-multiblock-8, #block-multiblock-9 {
    background: #3c2a50 !important;
    padding: 16px;
    color: #fff
}

#block-block-18 a, #block-block-18 a:hover, #block-block-18 a:visited, #block-block-19 a, #block-block-19 a:hover, #block-block-19 a:visited, #block-block-20 a, #block-block-20 a:hover, #block-block-20 a:visited, #block-block-21 a, #block-block-21 a:hover, #block-block-21 a:visited, #block-block-22 a, #block-block-22 a:hover, #block-block-22 a:visited, #block-block-23 a, #block-block-23 a:hover, #block-block-23 a:visited, #block-block-24 a, #block-block-24 a:hover, #block-block-24 a:visited, #block-block-25 a, #block-block-25 a:hover, #block-block-25 a:visited, #block-block-26 a, #block-block-26 a:hover, #block-block-26 a:visited, #block-block-27 a, #block-block-27 a:hover, #block-block-27 a:visited, #block-multiblock-10 a, #block-multiblock-10 a:hover, #block-multiblock-10 a:visited, #block-multiblock-11 a, #block-multiblock-11 a:hover, #block-multiblock-11 a:visited, #block-multiblock-2 a, #block-multiblock-2 a:hover, #block-multiblock-2 a:visited, #block-multiblock-3 a, #block-multiblock-3 a:hover, #block-multiblock-3 a:visited, #block-multiblock-4 a, #block-multiblock-4 a:hover, #block-multiblock-4 a:visited, #block-multiblock-5 a, #block-multiblock-5 a:hover, #block-multiblock-5 a:visited, #block-multiblock-6 a, #block-multiblock-6 a:hover, #block-multiblock-6 a:visited, #block-multiblock-7 a, #block-multiblock-7 a:hover, #block-multiblock-7 a:visited, #block-multiblock-8 a, #block-multiblock-8 a:hover, #block-multiblock-8 a:visited, #block-multiblock-9 a, #block-multiblock-9 a:hover, #block-multiblock-9 a:visited {
    color: #fff
}

td.views-field-created {
    text-align: right
}

.ss, .ssm {
    text-align: left;
    overflow: hidden
}

td.forum-last-reply, td.forum-number-posts, td.forum-number-topics, td.views-field-comment-count, td.views-field-totalcount, th.forum-last-post, th.forum-posts, th.forum-topics, th.views-field-comment-count, th.views-field-totalcount {
    padding: 4px
}

.view-advanced-forum-active-topics td.views-field-last-updated, .view-advanced-forum-active-topics th.views-field-last-updated, body.page-forum.responsive-layout-mobile #region-content ul.primary li:last-child {
    display: none
}

.forum-list-icon-legend .forum-list-icon-new-posts, .topic-icon-new, tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span {
    background: url(../images/topic-new-icon.png) center no-repeat
}

.forum-list-icon-default, .topic-icon-default {
    background: url(../images/topic-no-new-icon.png) center no-repeat
}

.topic-icon-hot-new {
    background: url(../images/topic-hot-topic.png) center no-repeat
}

.topic-icon-hot {
    background: url(../images/topic-no-hot-topic.png) center no-repeat
}

.topic-icon-sticky {
    background: url(../images/topic-stickey-topic.png) center no-repeat
}

.topic-icon-closed {
    background: url(../images/topic-locked-topic.png) center no-repeat
}

.forum-list-icon-legend .forum-list-icon-default, tr.even td.forum-list-icon-default .forum-list-icon-wrapper span, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span {
    background: url(../images/topic-no-new-icon.png) left top no-repeat rgba(0, 0, 0, 0);
    background-position: center
}

.forum-list-icon-wrapper {
    width: 24px;
    height: 24px
}

.block-privatemsg .item-list ul li {
    margin: 0
}

.forum-comment-wrapper .pager, .forum-pager .pager {
    width: auto
}

#forum-pager-top .pager {
    padding: 0
}

.forum-comment-wrapper .pager a, .forum-pager .pager a {
    padding: 4px 8px
}

#forum-comments .pager a:link, #forum-comments .pager a:visited, .forum-pager .pager a:link, .forum-pager .pager a:visited {
    border: none
}

.pager li.pager-first a, .pager li.pager-last a, .pager li.pager-next a, .pager li.pager-previous a {
    padding: 4px 8px;
    width: auto
}

.forum-node-create-links-top {
    padding-top: 10px
}

.forum-node-create-links {
    display: inline-block;
    float: none;
    padding-bottom: 10px;
    width: auto
}

#forum-pager-bottom .pager {
    padding: 0
}

#forum-sort {
    margin-top: 10px
}

.forum-topic-legend {
    margin-top: 80px
}

.forum-topic-legend div {
    float: none;
    padding: 5px 0
}

.componentWrapper .playlistHolder, .componentWrapper .playlist_inner {
    height: 150px
}

.player_mediaTime p, body.node-type-video article .field-name-body img {
    margin: 0
}

.componentWrapper .info_toggle, .componentWrapper .playerControls, .componentWrapper .playlist_toggle {
    background: #EC008B
}

.componentWrapper .playlistTitle {
    color: #fff
}

.componentWrapper {
    max-height: 374px;
    max-width: 665px
}

.componentWrapper .info_inner {
    background: #111;
    color: #fff;
    font-family: inherit;
    font-size: 13px
}

body.page-node-15324 {
    background: #FFF
}

body.page-node-15324 #breadcrumb, body.page-node-15324 .field-name-field-related-content, body.page-node-15324 footer.section-footer, body.page-node-15324 header.section-header {
    display: none
}

body.page-node-15324 .form-type-radio {
    display: inline-block;
    width: 100%
}

body.page-node-15324 input.form-radio {
    float: left;
    margin: 5px 5px 5px 0;
    width: 5%
}

body.page-node-15324 label.option {
    float: left;
    width: 80%
}

body.page-node-15324 label {
    display: block;
    float: left;
    font-weight: 700;
    margin-right: 10px;
    width: 100%
}

body.page-node-15324 #webform-component-where-did-you-first-hear-about-jos-cervical-cancer-trust .select-or-other label.element-invisible, body.page-node-15324 #webform-component-which-of-the-below-best-describes-you .select-or-other label.element-invisible {
    height: auto;
    position: relative !important
}

body.page-node-15324 .form-item-submitted-where-did-you-first-hear-about-jos-cervical-cancer-trust-other label, body.page-node-15324 .form-item-submitted-which-of-the-below-best-describes-you-other label {
    display: none
}

body.page-node-15324 .form-type-radio label.option {
    font-weight: 400
}

body.page-node-15324 .webform-component {
    background: #F2F2F2;
    display: inline-block;
    padding: 10px
}

body.page-node-15324 #sliding-popup {
    display: none !important
}

#webform-component-how-did-you-hear-about-this-service .form-type-checkbox {
    width: 200px
}

.socialbar, .socialbar_transparent {
    width: 100%;
    min-height: 40px;
    z-index: 999;
    font-size: 0
}

input#edit-submitted-how-did-you-hear-about-this-service-other {
    display: inline-block
}

#cboxClose {
    top: 0;
    bottom: auto
}

.slidingDiv {
    height: 300px;
    background-color: #9CF;
    padding: 20px;
    margin-top: 10px;
    border-bottom: 5px solid #39F
}

.ss li, .ssm li {
    border-bottom: none !important
}

.show_hide {
    display: none
}

#nothanks, .show_hide {
    background: #EC008B;
    border-radius: 5px;
    color: #FFF !important;
    padding: 5px 10px
}

.timeline-header {
    background: #EC008B
}

.timeline-header h1 a {
    color: #fff
}

.socialbar {
    padding: 0;
    background: #FFF
}

.socialbar_transparent {
    padding: 0
}

.borderless li, .borderless li:first-child, ul.borderless li, ul.borderless li:first-child {
    border: none !important
}

.ss li, .ss li:first-child, .ssm li {
    border-right: 1px solid rgba(0, 0, 0, .2) !important
}

.ss li:first-child, .ssm li:first-child {
    border-left: 1px solid rgba(0, 0, 0, .2) !important
}

.sssquare {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.sscircle li {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -webkit-box-shadow: 0 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px rgba(0, 0, 0, .3);
    box-shadow: 0 2px rgba(0, 0, 0, .3);
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color all .2s linear;
    -ms-transition: background-color all .2s linear;
    transition: background-color all .2s linear;
    background: #FFF
}

.sscircle li a:active, .sscircle li:active {
    border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important
}

.ss {
    width: auto;
    margin: 0;
    padding: 0
}

.ss li, .ss li a {
    height: 40px !important;
    width: 40px !important
}

.ss li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    background: url(https://www.jostrust.org.uk/sites/all/themes/bootstrap/images/socialsprites.png) no-repeat !important
}

.ss li:hover, .ssm li {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease
}

.ss li:hover {
    transition: all .3s ease
}

.ss li a {
    display: block !important
}

.ss li a:active {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .3), inset 0 0 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .3), inset 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .3), inset 0 0 10px rgba(0, 0, 0, .3)
}

.ss li.digg {
    background-position: 0 0 !important
}

.ss li.digg:hover {
    background-position: 0 -40px !important
}

.ss li.dribbble {
    background-position: 0 -80px !important
}

.ss li.dribbble:hover {
    background-position: 0 -120px !important
}

.ss li.facebook {
    background-position: 0 -160px !important
}

.ss li.facebook:hover {
    background-position: 0 -200px !important
}

.ss li.flickr {
    background-position: 0 -240px !important
}

.ss li.flickr:hover {
    background-position: 0 -280px !important
}

.ss li.forrst {
    background-position: 0 -320px !important
}

.ss li.forrst:hover {
    background-position: 0 -360px !important
}

.ss li.googleplus {
    background-position: 0 -400px !important
}

.ss li.googleplus:hover {
    background-position: 0 -440px !important
}

.ss li.html5 {
    background-position: 0 -480px !important
}

.ss li.html5:hover {
    background-position: 0 -520px !important
}

.ss li.icloud {
    background-position: 0 -560px !important
}

.ss li.icloud:hover {
    background-position: 0 -600px !important
}

.ss li.lastfm {
    background-position: 0 -640px !important
}

.ss li.lastfm:hover {
    background-position: 0 -680px !important
}

.ss li.linkedin {
    background-position: 0 -720px !important
}

.ss li.linkedin:hover {
    background-position: 0 -760px !important
}

.ss li.myspace {
    background-position: 0 -800px !important
}

.ss li.myspace:hover {
    background-position: 0 -840px !important
}

.ss li.paypal {
    background-position: 0 -880px !important
}

.ss li.paypal:hover {
    background-position: 0 -920px !important
}

.ss li.picasa {
    background-position: 0 -960px !important
}

.ss li.picasa:hover {
    background-position: 0 -1000px !important
}

.ss li.pinterest {
    background-position: 0 -1040px !important
}

.ss li.pinterest:hover {
    background-position: 0 -1080px !important
}

.ss li.reddit {
    background-position: 0 -1120px !important
}

.ss li.reddit:hover {
    background-position: 0 -1160px !important
}

.ss li.rss {
    background-position: 0 -1200px !important
}

.ss li.rss:hover {
    background-position: 0 -1240px !important
}

.ss li.skype {
    background-position: 0 -1280px !important
}

.ss li.skype:hover {
    background-position: 0 -1320px !important
}

.ss li.stumbleupon {
    background-position: 0 -1360px !important
}

.ss li.stumbleupon:hover {
    background-position: 0 -1400px !important
}

.ss li.tumblr {
    background-position: 0 -1440px !important
}

.ss li.tumblr:hover {
    background-position: 0 -1480px !important
}

.ss li.twitter {
    background-position: 0 -1520px !important
}

.ss li.twitter:hover {
    background-position: 0 -1560px !important
}

.ss li.vimeo {
    background-position: 0 -1600px !important
}

.ss li.vimeo:hover {
    background-position: 0 -1640px !important
}

.ss li.wordpress {
    background-position: 0 -1680px !important
}

.ss li.wordpress:hover {
    background-position: 0 -1720px !important
}

.ss li.yahoo {
    background-position: 0 -1760px !important
}

.ss li.yahoo:hover {
    background-position: 0 -1800px !important
}

.ss li.youtube {
    background-position: 0 -1840px !important
}

.ss li.youtube:hover {
    background-position: 0 -1880px !important
}

.ss li.customicon1 {
    background-position: 0 0 !important
}

.ss li.customicon1:hover {
    background-position: 0 -40px !important
}

.ss li.customicon2 {
    background-position: 0 0 !important
}

.ss li.customicon2:hover {
    background-position: 0 -40px !important
}

.ss li.github {
    background-position: 0 -1920px !important
}

.ss li.github:hover {
    background-position: 0 -1960px !important
}

.ss li.behance {
    background-position: 0 -2000px !important
}

.ss li.behance:hover {
    background-position: 0 -2040px !important
}

.ss li.yelp {
    background-position: 0 -2080px !important
}

.ss li.yelp:hover {
    background-position: 0 -2120px !important
}

.ss li.mail {
    background-position: 0 -2160px !important
}

.ss li.mail:hover {
    background-position: 0 -2200px !important
}

.ss li.instagram {
    background-position: 0 -2240px !important
}

.ss li.instagram:hover {
    background-position: 0 -2280px !important
}

.ss li.foursquare {
    background-position: 0 -2320px !important
}

.ss li.foursquare:hover {
    background-position: 0 -2360px !important
}

.ss li.zerply {
    background-position: 0 -2400px !important
}

.ss li.zerply:hover {
    background-position: 0 -2440px !important
}

.ss li.star {
    background-position: 0 -2480px !important
}

.ss li.star:hover {
    background-position: 0 -2520px !important
}

.ss li.share {
    background-position: 0 -2560px !important
}

.ss li.share:hover {
    background-position: 0 -2600px !important
}

.ss li.doc {
    background-position: 0 -2640px !important
}

.ss li.doc:hover {
    background-position: 0 -2680px !important
}

.socialbar_mini {
    height: 30px;
    overflow: hidden;
    width: 100%;
    padding: 0;
    z-index: 999
}

.ssm, .ssm li {
    margin: 0 !important;
    padding: 0 !important
}

.ssm {
    width: auto;
    font-size: 0
}

.ssm li, .ssm li a {
    height: 30px !important;
    width: 30px !important
}

.ssm li {
    display: inline-block !important;
    transition: all .3s ease;
    background: url(https://www.jostrust.org.uk/sites/all/themes/bootstrap/images/socialsprites_mini.png) no-repeat !important
}

.ssm li:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.ssm li a {
    display: block !important
}

.block-menu-volunteer-hub .block-title, .jcct-volunteer-login li.first a, .page-node-19936 .field-name-field-last-updated, .role-Forum---Recurrence-and-radical-surgery .private-forum-authenticated-hide-1, .role-Forum---Supporting-a-partner .private-forum-authenticated-hide-2 {
    display: none
}

.ssm li a:active {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .3), inset 0 0 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .3), inset 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .3), inset 0 0 10px rgba(0, 0, 0, .3)
}

.ssm li.digg {
    background-position: 0 0 !important
}

.ssm li.digg:hover {
    background-position: 0 -30px !important
}

.ssm li.dribbble {
    background-position: 0 -60px !important
}

.ssm li.dribbble:hover {
    background-position: 0 -90px !important
}

.ssm li.facebook {
    background-position: 0 -120px !important
}

.ssm li.facebook:hover {
    background-position: 0 -150px !important
}

.ssm li.flickr {
    background-position: 0 -180px !important
}

.ssm li.flickr:hover {
    background-position: 0 -210px !important
}

.ssm li.forrst {
    background-position: 0 -240px !important
}

.ssm li.forrst:hover {
    background-position: 0 -270px !important
}

.ssm li.googleplus {
    background-position: 0 -300px !important
}

.ssm li.googleplus:hover {
    background-position: 0 -330px !important
}

.ssm li.html5 {
    background-position: 0 -360px !important
}

.ssm li.html5:hover {
    background-position: 0 -390px !important
}

.ssm li.icloud {
    background-position: 0 -420px !important
}

.ssm li.icloud:hover {
    background-position: 0 -450px !important
}

.ssm li.lastfm {
    background-position: 0 -480px !important
}

.ssm li.lastfm:hover {
    background-position: 0 -510px !important
}

.ssm li.linkedin {
    background-position: 0 -540px !important
}

.ssm li.linkedin:hover {
    background-position: 0 -570px !important
}

.ssm li.myspace {
    background-position: 0 -600px !important
}

.ssm li.myspace:hover {
    background-position: 0 -630px !important
}

.ssm li.paypal {
    background-position: 0 -660px !important
}

.ssm li.paypal:hover {
    background-position: 0 -690px !important
}

.ssm li.picasa {
    background-position: 0 -720px !important
}

.ssm li.picasa:hover {
    background-position: 0 -750px !important
}

.ssm li.pinterest {
    background-position: 0 -780px !important
}

.ssm li.pinterest:hover {
    background-position: 0 -810px !important
}

.ssm li.reddit {
    background-position: 0 -840px !important
}

.ssm li.reddit:hover {
    background-position: 0 -870px !important
}

.ssm li.rss {
    background-position: 0 -900px !important
}

.ssm li.rss:hover {
    background-position: 0 -930px !important
}

.ssm li.skype {
    background-position: 0 -960px !important
}

.ssm li.skype:hover {
    background-position: 0 -990px !important
}

.ssm li.stumbleupon {
    background-position: 0 -1020px !important
}

.ssm li.stumbleupon:hover {
    background-position: 0 -1050px !important
}

.ssm li.tumblr {
    background-position: 0 -1080px !important
}

.ssm li.tumblr:hover {
    background-position: 0 -1110px !important
}

.ssm li.twitter {
    background-position: 0 -1140px !important
}

.ssm li.twitter:hover {
    background-position: 0 -1170px !important
}

.ssm li.vimeo {
    background-position: 0 -1200px !important
}

.ssm li.vimeo:hover {
    background-position: 0 -1230px !important
}

.ssm li.wordpress {
    background-position: 0 -1260px !important
}

.ssm li.wordpress:hover {
    background-position: 0 -1290px !important
}

.ssm li.yahoo {
    background-position: 0 -1320px !important
}

.ssm li.yahoo:hover {
    background-position: 0 -1350px !important
}

.ssm li.youtube {
    background-position: 0 -1380px !important
}

.ssm li.youtube:hover {
    background-position: 0 -1410px !important
}

.ssm li.customicon1 {
    background-position: 0 0 !important
}

.ssm li.customicon1:hover {
    background-position: 0 -40px !important
}

.ssm li.customicon2 {
    background-position: 0 0 !important
}

.ssm li.customicon2:hover {
    background-position: 0 -40px !important
}

.ssm li.github {
    background-position: 0 -1440px !important
}

.ssm li.github:hover {
    background-position: 0 -1470px !important
}

.ssm li.behance {
    background-position: 0 -1500px !important
}

.ssm li.behance:hover {
    background-position: 0 -1530px !important
}

.ssm li.yelp {
    background-position: 0 -1560px !important
}

.ssm li.yelp:hover {
    background-position: 0 -1590px !important
}

.ssm li.mail {
    background-position: 0 -1620px !important
}

.ssm li.mail:hover {
    background-position: 0 -1650px !important
}

.ssm li.instagram {
    background-position: 0 -1680px !important
}

.ssm li.instagram:hover {
    background-position: 0 -1710px !important
}

.ssm li.foursquare {
    background-position: 0 -1740px !important
}

.ssm li.foursquare:hover {
    background-position: 0 -1770px !important
}

.ssm li.zerply {
    background-position: 0 -1800px !important
}

.ssm li.zerply:hover {
    background-position: 0 -1830px !important
}

.ssm li.star {
    background-position: 0 -1860px !important
}

.ssm li.star:hover {
    background-position: 0 -1890px !important
}

.ssm li.share {
    background-position: 0 -1920px !important
}

.ssm li.share:hover {
    background-position: 0 -1950px !important
}

.ssm li.doc {
    background-position: 0 -1980px !important
}

.ssm li.doc:hover {
    background-position: 0 -2010px !important
}

.jcct-cancer-info {
    min-height: 380px !important;
    margin-right: 0 !important
}

.jcct-cancer-info .block-title {
    color: #ed028c;
    font-size: 1.25em !important
}

.jcct-cancer-info .block-title a, .jcct-cancer-info .block-title a:visited {
    color: #ed028c
}

.jcct-cancer-info .block-title a:hover {
    text-decoration: underline
}

.jcct-cancer-info li {
    list-style-type: disc
}

.jcct-cancer-info .table > tbody > tr > td {
    border-top: 1px solid #fff !important;
    padding: 0 0 8px !important
}

.jcct-cancer-info .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff !important
}

.jcct-cancer-info tr {
    border-color: #fff !important
}

.jcct-cancer-more-info {
    margin: 30px 0 40px;
    border-top: 1px solid #5294c1;
    min-height: 50px !important
}

.jcct-cancer-more-info h2, .jcct-cancer-more-info ul {
    margin-top: 20px
}

.jcct-cancer-more-info li {
    line-height: 2.2em
}

.jcct-volunteer-login {
    margin-bottom: 25px;
    border: 1px solid #E7E8EA;
    background: #F7F7F7;
    padding: 8px
}

.jcct-volunteer-login .form-control {
    width: 50%
}

.jcct-volunteer-login ul {
    list-style-type: none;
    width: 350px
}

.jcct-volunteer-login li.last a {
    color: #ed028c;
    margin-left: -40px
}

.jcct-volunteer-login .form-submit {
    background-color: #ed028c;
    color: #fff
}

@media all and (max-width: 480px) {
    .mobile-hide {
        display: none
    }

    .jcct-cancer-info {
        min-height: 160px
    }
}

.survey-section-heading {
    margin-bottom: 10px;
    width: 100%;
    color: #ed028c;
    display: block;
    font-size: 1.4em
}

.body.page-node-18837 .webform-component {
    background-color: #eee
}

;
body.page-node-18837 {
    background: #FFF
}

body.page-node-18837 .region-content {
    margin-top: 60px;
    margin-left: 60px
}

body.page-node-15324 footer.section-footer, body.page-node-18837 #breadcrumb, body.page-node-18837 .field-name-field-related-content, body.page-node-18837 .region-sidebar-first, body.page-node-18837 .region-sidebar-second, body.page-node-18837 header.section-header {
    display: none !important
}

body.page-node-18837 label {
    font-size: 1.15em;
    color: #ed028c
}

body.page-node-18837 .form-type-checkbox, body.page-node-18837 .form-type-radio {
    display: inline-block;
    width: 100%
}

body.page-node-18837 input.form-checkbox, body.page-node-18837 input.form-radio {
    float: left;
    margin: 5px 5px 5px 0;
    width: 5%
}

body.page-node-18837 label.option {
    float: left;
    width: 80%;
    color: #000;
    font-size: 1em
}

body.page-node-18837 label {
    display: block;
    float: left;
    font-weight: 400;
    margin-right: 10px;
    width: 100%
}

.jcct-page-slideup-container {
    position: fixed;
    bottom: -150px;
    z-index: 500;
    background: 0 0;
    min-height: 120px;
    width: 100%
}


.jcct-page-slideup h3 {
    display: block;
    color: #ed028c;
    font-size: 2em;
    letter-spacing: 2px;
    padding-right: 20px
}

.jcct-page-slideup-response a {
    position: relative;
    top: 20px;
    padding: 10px 30px;
    color: #fff;
    font-size: 1.8em
}

.jcct-page-slideup-response a:hover {
    color: #fdccf8
}

.jcct-page-slideup-close {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    background-color: #000;
    font-size: 1.9em;
    color: #fff;
    cursor: pointer;
    padding: 5px 5px 8px
}

.jcct-page-slideup-close:hover {
    color: #fdccf8;
    background-color: #464546
}

@media screen and (max-width: 480px) {
    .jcct-page-slideup h3, .jcct-page-slideup-response a {
        font-size: 1.3em !important
    }

    .jcct-page-slideup-close {
        display: none
    }
}

#webform-component-read-and-agree {
    width: 100%;
    margin-left: 22px
}

#webform-component-email-signup label, #webform-component-newsletter-signup label, #webform-component-read-and-agree label {
    width: 100%
}

#webform-component-email-signup, #webform-component-newsletter-signup {
    width: 100%;
    margin-left: 0
}

.form-item-submitted-email-signup-Yes label, .form-item-submitted-read-and-agree-Yes label {
    display: none
}

iframe[src^='https://www.tfaforms.com'] {
    width: 1px !important;
    min-width: 100% !important
}

.information-rating-widget {
    margin-top: 0;
    padding: 20px;
    background: #faf8fb;
    display: block
}

.information-rating-widget h4 {
    font-size: 1.2em;
    color: #ec008b
}

.rate-widget {
    margin-top: 50px
}

.rate-description {
    font-size: 1em;
    font-weight: 700;
    line-height: 2em;
    margin-bottom: -25px
}

.rate-widget ul {
    margin-top: 40px;
    margin-left: -40px
}

.rate-widget li {
    display: inline-block;
    color: #faf8fb
}

.rate-widget li a {
    padding: 6px;
    color: #000 !important;
    text-transform: none;
    cursor: pointer
}

.rate-fivestar-processed li a {
    border: none
}

.custom-rate li {
    padding: 2px;
    border: 1px solid #ccc;
    background-color: #eee
}

.custom-rate li:hover {
    background-color: #ddd
}

.custom-rate li a:hover {
    text-decoration: none
}

.rate-info {
    font-size: 1em
}

.isotope-element {
    width: 45%;
}


.main-navigation ul.menu ul, .main-navigation ul.nav-menu ul {
    background: #eceaec !important;
}

.main-navigation ul.menu ul a, .main-navigation ul.nav-menu ul a {
    color: #2c3338;
}

.collapse {
    display: block !important;
}

.site-header.layout--two .menu-section .row ul.menu ul li a {
    color: #2c3338;
}

.site-header.layout--two .menu-section .row ul.menu ul {
    background: #eceaec !important;
}

.page-header {
    margin: 0;
    border-bottom: none;
    color: #ec008b !important;
}

#theme-content .row {
    display: inherit;
    width: 100%;
}

.isotope-container, .isotope-options {
    margin-left: -40px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 45px;
}

#theme-content {
    background-color: #fff;
}

#main-banner-section {
    padding: 0;
    background: #fff;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 40px !important;
}

p {
    font-size: 17px;
}

.page .primary-content .post-inner-wrapper {
    padding: 0 20px 20px 20px;
}

.primary-content .digital-newspaper-breadcrumb-wrap {
    padding: 15px 20px 0 20px;
}

.site-header.layout--two .nav-menu {
    justify-content: space-around;

}

.modified-date {
    color: #999;
    font-size: 15px;
    margin: 10px 0 20px 0;
}

.elastic_search {
    width: calc(100% - 230px);
    display: flex;
    justify-content: end;
}

@media screen and (max-width: 769px) {
    .top-header {
        display: none;
    }

    .site-header.layout--default .main-header .site-branding-section .site-branding {
        padding: 0;
        text-align: center;
        max-width: 160px;
    }

    .elastic_search {
        width: 80%;
    }

    .paragraphs-item-hero-panel .field-name-field-image-block-upload img {
        width: 100% !important;
    }

    .field-quote-heading {
        padding: 0;
        font-size: 20px !important;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .menu_txt {
        color: #fff;
    }
    #digital_newspaper_menu_burger span {
        background-color: #fff;
    }
    .site-header.layout--two .menu-section .row a{
        color: #2c3338;
    }
    .fa-regular, .far{
        color: #fff;
    }

}
.pagination > li > a, .pagination > li > span {
    width: fit-content;
}
#ccc, #ccc #ccc-content, #ccc #ccc-notify, #ccc h1, #ccc h2, #ccc h3, #ccc p, #ccc p span, #ccc a, #ccc a span, #ccc-content button, #ccc-content button span, #ccc-content span {color: #fff !important; fill: #fff !important;} #ccc hr {background-color: #fff !important;}#ccc #ccc-content, #ccc #ccc-notify { background-color: #313147 !important;}#ccc h2, #ccc h3 { font-size: 1em !important;}#ccc, #ccc p, #ccc .third-party-cookie-link { font-size: 0.92em !important;}#ccc #ccc-title { font-size: 1.2em !important;}#ccc .checkbox-toggle-on, #ccc .checkbox-toggle-off { color: #fff !important;}#ccc .checkbox-toggle { background-color: #111125 !important; border-color: #111125 !important;}#ccc .ccc-notify-button.ccc-accept-button, #ccc .ccc-notify-button.ccc-accept-button span, #ccc .ccc-notify-button.ccc-close-button, #ccc .ccc-notify-button.ccc-close-button span { background-color: #ec008c !important; border-color: #ec008c !important;}
.ccc-disable-scroll{overflow-y:scroll;position:fixed}#ccc{font-family:Arial,sans-serif;font-size:16px;line-height:1.4em;position:fixed;z-index:2147483647}#ccc-icon{background:transparent;border:0;bottom:0;cursor:pointer;height:80px;padding:0;position:fixed;width:80px;z-index:20}#ccc-icon.ccc-icon--left{left:0}#ccc-icon.ccc-icon--right{right:0}#ccc-icon.ccc-icon--dark{fill:#000025}#ccc-icon.ccc-icon--dark #star path{fill:#fff}#ccc-icon.ccc-icon--light{fill:#555}#ccc-icon.ccc-icon--light #star path{fill:#f4f4f4}#ccc-overlay{animation-duration:.4s;animation-iteration-count:1;animation-name:fade-in;backface-visibility:hidden;background:rgba(0,0,0,.4);bottom:0;left:0;opacity:1;perspective:0;position:fixed;right:0;top:0;will-change:opacity;z-index:1}#ccc-module{height:100%;position:fixed;width:100%;z-index:2}#ccc-module.ccc-module--slideout{bottom:0;max-width:520px;top:0;width:90%}#ccc-module.ccc-module--slideout.ccc-module--left{animation-duration:.4s;animation-iteration-count:1;animation-name:slide-right;left:0}#ccc-module.ccc-module--slideout.ccc-module--right{animation-duration:.4s;animation-iteration-count:1;animation-name:slide-left;right:0}#ccc-content{box-sizing:border-box;height:100%;overflow-y:auto;padding:24px;position:absolute;width:100%}.ccc-content--dark{fill:#fff;background-color:#313147;color:#fff}.ccc-content--light{fill:#333;background-color:#f4f4f4;color:#333}#ccc-close{align-items:center;background-color:transparent;border:0;cursor:pointer;display:flex;padding:0!important;position:absolute;right:16px;top:16px;z-index:10}#ccc-title,.ccc-title{font-size:1.2em;font-weight:700;line-height:1.5em;margin:0;padding-right:32px;text-align:left}#ccc #ccc-recommended-settings{clear:both;float:none;margin-left:0}#ccc h2,#ccc h3{font-weight:700;margin:0;padding-right:120px}#ccc h2,#ccc h3,#ccc p,.ccc-intro{font-size:1em;line-height:1.5em;text-align:left}#ccc p,.ccc-intro{font-weight:400;margin:1em 0}#ccc hr{border:0;height:1px;margin:24px 0;opacity:.25}#ccc .ccc-svg-element{display:inline-block;height:16px;margin-left:8px;position:relative;top:6px;width:16px}#ccc .ccc-content--dark hr{background-color:#fff}#ccc .ccc-content--dark a,#ccc .ccc-content--dark h1,#ccc .ccc-content--dark h2,#ccc .ccc-content--dark h3,#ccc .ccc-content--dark p,#ccc .ccc-content--dark span{fill:#fff;color:#fff}#ccc .ccc-content--light hr{background-color:#333}#ccc .ccc-content--light a,#ccc .ccc-content--light h1,#ccc .ccc-content--light h2,#ccc .ccc-content--light h3,#ccc .ccc-content--light p,#ccc .ccc-content--light span{fill:#333;color:#333}#ccc .optional-cookie{position:relative}.checkbox-toggle{margin:0;position:absolute;right:0;top:-3px}#ccc .checkbox-toggle-input{bottom:0;display:block;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;right:0;top:0;width:100%;z-index:1}#ccc .checkbox-toggle--checkbox{border:2px solid #fff;border-radius:4px}#ccc .checkbox-toggle--checkbox .checkbox-toggle-label{display:block;height:24px;width:24px}#ccc .checkbox-toggle--checkbox .checkbox-toggle-off,#ccc .checkbox-toggle--checkbox .checkbox-toggle-on{display:none}#ccc .checkbox-toggle--checkbox .checkbox-toggle-toggle{border-radius:4px;display:block;height:100%;position:relative;width:100%}#ccc .checkbox-toggle--checkbox input:checked~.checkbox-toggle-toggle:after{border:solid #fff;border-width:0 3px 3px 0;content:"";height:10px;left:9px;position:absolute;top:5px;transform:rotate(45deg);width:5px}#ccc .checkbox-toggle--slider{border:4px solid #fff;border-radius:50px}#ccc .checkbox-toggle--slider .checkbox-toggle-label{cursor:pointer;display:flex;margin:0;z-index:1}#ccc .checkbox-toggle--slider .checkbox-toggle-off,#ccc .checkbox-toggle--slider .checkbox-toggle-on{flex:1;flex-basis:50%;font-size:.75em;font-weight:700;min-width:40px;padding:0 6px;text-align:center;white-space:nowrap;width:50%;z-index:2}#ccc .checkbox-toggle--slider .checkbox-toggle-off{opacity:.65}#ccc .checkbox-toggle--slider .checkbox-toggle-toggle{background-color:#000;border-radius:50px;cursor:pointer;display:block;height:100%;left:0;position:absolute;top:0;transition:all .4s ease;width:50%;z-index:3}#ccc .checkbox-toggle--slider input:checked~.checkbox-toggle-toggle{left:50%}#ccc .checkbox-toggle--slider.checkbox-toggle--dark{background-color:#111125;border-color:#111125}#ccc .checkbox-toggle--checkbox.checkbox-toggle--dark{background-color:#111125;border-color:#fff}#ccc .checkbox-toggle--dark .checkbox-toggle-toggle{background-color:#2f2f5f}#ccc .checkbox-toggle--light{background-color:#555;border-color:#555}#ccc .checkbox-toggle--light .checkbox-toggle-toggle{background-color:#000}#ccc .checkbox-toggle--light .checkbox-toggle-on,#ccc .checkbox-toggle--slider.checkbox-toggle--light .checkbox-toggle-off{color:#fff}#ccc .checkbox-toggle--slider input:checked~.checkbox-toggle-toggle{background-color:#fff}#ccc .ccc-alert{border-radius:8px;margin:24px 0;padding:16px}#ccc .ccc-alert-title{align-items:center;display:flex;padding:0}#ccc .ccc-alert-icon{display:inline-block;flex-shrink:0;height:30px;margin:0 8px 0 0;width:30px}#ccc .ccc-alert-break{margin:12px 0}.third-party-cookie-link{align-items:center;display:flex;margin:16px 0}.third-party-cookie-name{font-size:1em;font-weight:700}.third-party-cookie-icon{display:inline-block;height:16px;margin-left:16px;width:16px}#ccc .ccc-content--dark .ccc-alert{fill:#fff;background:#111125;color:#fff}#ccc .ccc-content--dark .third-party-cookie-link{background:#111125;color:#fff}#ccc .ccc-content--light .ccc-alert,#ccc .ccc-content--light .third-party-cookie-link{background:#eaeaea}#ccc .ccc-module--popup{animation-duration:.4s;animation-iteration-count:1;animation-name:slide-up;bottom:0;left:0;opacity:1;right:0;top:0}#ccc .ccc-module--popup #ccc-content{border-radius:12px;height:90%;left:50%;max-height:600px;max-width:600px;top:50%;transform:translate(-50%,-50%);width:90%}#ccc .ccc-notify-box-dismiss{display:none!important}@media (min-width:600px){#ccc #ccc-notify.ccc-notify__box{animation-duration:.8s;animation-iteration-count:1;animation-name:box-slide-up;border-radius:12px;box-sizing:border-box;flex-direction:column;height:90%;left:50%;max-height:240px;max-width:600px;opacity:1;padding:32px 64px;top:50%;transform:translate(-50%,-50%);width:90%}#ccc .ccc-notify-box-dismiss{display:block!important;position:absolute!important;right:16px!important;top:16px!important}}#ccc #ccc-notify{animation-duration:.4s;animation-iteration-count:1;animation-name:slide-up;border-radius:0;bottom:0;display:flex;flex-direction:column;height:auto;justify-content:space-between;left:0;margin:0;max-height:80vh;min-height:48px;opacity:1;overflow:hidden;overflow-y:auto;padding:16px;position:fixed;right:0;z-index:30}.ccc-notify-text h1{font-size:1em;font-weight:700;line-height:1.5em;margin:0;padding-right:120px;text-align:left}#ccc #ccc-notify.ccc-notify__top{animation-duration:.4s;animation-iteration-count:1;animation-name:slide-down;bottom:auto;top:0}#ccc #ccc-notify h3{padding:0}#ccc #ccc-notify p{font-size:.9em;margin:0;opacity:.8}#ccc .ccc-notify-buttons{margin-top:16px;padding-right:24px;position:relative}#ccc .ccc-notify-button{background:transparent;border:2px solid;border-radius:4px;cursor:pointer;font-size:1em;font-weight:400;line-height:1.5em;margin:4px 8px 16px 0;padding:8px 16px!important}#ccc #ccc-notify-dismiss{background-color:transparent;border:0;cursor:pointer;display:inline-flex;height:24px;padding:0!important;position:absolute;right:0;top:-4px;width:24px}@media (min-width:400px){#ccc #ccc-notify-dismiss{position:relative;right:auto}#ccc .ccc-notify-buttons{padding-right:0}}@media (min-width:1020px){#ccc #ccc-notify{align-items:center;flex-direction:row}#ccc .ccc-notify-text{margin-right:16px}#ccc .ccc-notify-buttons{flex-shrink:0;white-space:nowrap}}@media (min-width:1200px){#ccc #ccc-notify{font-size:16px;padding:16px 100px;z-index:10}}#ccc .ccc-content--dark #ccc-notify,#ccc .ccc-content--dark #ccc-notify span{fill:#fff;background-color:#313147;color:#fff}#ccc .ccc-content--dark .ccc-notify-button,#ccc .ccc-content--dark .ccc-notify-button span{border-color:#fff;color:#fff}#ccc .ccc-content--dark .ccc-button-solid,#ccc .ccc-content--dark .ccc-button-solid span{background:#fff;color:#111125;font-weight:700}.ccc-notify-link{border:0!important;text-decoration:underline}#ccc .ccc-content--light #ccc-notify,#ccc .ccc-content--light #ccc-notify span{fill:#000;background:#f4f4f4;color:#000}#ccc .ccc-content--light .ccc-notify-button,#ccc .ccc-content--light .ccc-notify-button span{border-color:#000;color:#000}#ccc .ccc-content--light .ccc-button-solid,#ccc .ccc-content--light .ccc-button-solid span{background:#000;color:#fff;font-weight:700}.ccc-info-link{font-size:.8em;font-weight:700;text-decoration:none}.ccc-info-link .svg-element{height:14px;margin-left:6px;width:14px}#ccc .ccc-module--slideout .ccc-info{height:100px}#ccc[popup] .ccc-info{height:40px}@media print{#ccc{display:none!important}}#ccc-close-label{display:block;font-size:16px}#ccc .ccc-panel--indent #ccc-title{padding-right:180px}#ccc-close.ccc-close--labelled{padding:8px!important;right:0;top:0}#ccc-content.ccc-content--light #ccc-close.ccc-close--labelled{background-color:#eaeaea}#ccc-content.ccc-content--dark #ccc-close.ccc-close--labelled{background-color:#111125}#ccc-end{margin:16px 0 32px}#ccc-dismiss-button{display:block}#ccc .ccc-content--highlight .ccc-link.ccc-tabbable:focus{filter:invert(100%);padding:8px}#ccc .ccc-content--highlight.ccc-content--light .ccc-link.ccc-tabbable:focus{background-color:#eaeaea!important;border-color:#eaeaea!important}#ccc .ccc-content--highlight.ccc-content--dark .ccc-link.ccc-tabbable:focus{background-color:#111125!important;border-color:#111125!important}#ccc .ccc-content--highlight #ccc-close:focus,#ccc .ccc-content--highlight .ccc-button-solid:focus,#ccc .ccc-content--highlight .checkbox-toggle-input:focus~.checkbox-toggle-toggle,#ccc .ccc-content--highlight .third-party-cookie-link:focus{filter:invert(100%)}#ccc .ccc-content--highlight.ccc-content--light .ccc-tabbable:focus{box-shadow:0 4px 8px 0 hsla(0,0%,100%,.2),0 6px 20px 0 hsla(0,0%,100%,.2)}#ccc .ccc-content--highlight.ccc-content--dark .ccc-tabbable:focus{box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.2)}#ccc .checkbox-toggle:focus-within{outline:auto}#ccc #ccc-icon.ccc-icon--no-outline,#ccc .ccc-content--no-outline *,#ccc .ccc-content--no-outline .ccc-tabbable{outline:none}#ccc .ccc-content--highlight .ccc-tabbable:active,#ccc .ccc-content--highlight .ccc-tabbable:hover,#ccc .ccc-icon--highlight:active,#ccc .ccc-icon--highlight:hover{box-shadow:none!important;filter:none!important}.ccc-panel{left:24px;position:absolute;right:24px;top:24px}.ccc-panel.hidden{height:0;opacity:0;overflow:hidden}.ccc-panel.visible{height:auto;opacity:1;transition:opacity .4s}#ccc .iab-vendor,#ccc .optional-vendor{margin:0 0 8px}#ccc .optional-vendor{font-size:.875em}#ccc .optional-vendor-heading{font-weight:700;padding-left:24px;text-decoration:underline}#ccc .ccc-vendor-reveal{align-items:center;background:transparent;border:1px dotted;display:flex;font-size:.875em;opacity:.5;transition:opacity .4s}#ccc .ccc-vendor-reveal:focus,#ccc .ccc-vendor-reveal:hover{opacity:1}#ccc .ccc-legal-description{margin-top:1rem}#ccc .ccc-vendor-reveal svg{height:16px;margin-left:8px;width:16px}#ccc .optional-vendor-warning{align-items:center;display:flex}#ccc .optional-vendor-warning svg{height:16px;margin-right:8px;width:16px}#ccc .optional-vendor-content{padding-left:24px}#ccc .iab-vendor-heading{font-size:.875em;font-weight:400;text-decoration:underline}#ccc .cmp-button-holder{display:flex;font-size:.75em;justify-content:space-between}#ccc .cmp-back{opacity:.5;transition:opacity .4s}#ccc .cmp-back:hover{opacity:1}.ccc-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-right{0%{transform:translate3d(-100%,0,0)}to{transform:translateZ(0)}}@keyframes slide-left{0%{transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}@keyframes slide-up{0%{transform:translate3d(0,100%,0)}to{transform:translateZ(0)}}@keyframes box-slide-up{0%{transform:translate3d(-50%,100%,0)}to{transform:translate3d(-50%,-50%,0)}}@keyframes slide-down{0%{transform:translate3d(0,-100%,0)}to{transform:translateZ(0)}}#ccc .iab-object{height:48px;position:relative;width:98%}#ccc .iab-object.iab-object--vendor{width:85%}#ccc .iab-object .checkbox-toggle{left:0;right:auto;top:4px}#ccc .iab-object .checkbox-toggle-label{height:18px;width:18px}#ccc .iab-object .checkbox-toggle--checkbox input:checked~.checkbox-toggle-toggle:after{border-width:0 2px 2px 0;height:8px;left:7px;top:3px;width:3px}#ccc .iab-object-label{display:block;font-size:.75em;margin-left:32px}#ccc .vendor-details{font-size:.75rem;margin-bottom:16px}#ccc .vendor-details h4{margin:.5rem 0}#ccc .ccc-title.ccc-title--iab{margin-bottom:1rem}#ccc .iab-header-toggle{align-items:center;display:flex;margin-bottom:1rem}#ccc .iab-header-toggle .ccc-title{margin:0 0 0 16px}#ccc .iab-header-toggle .ccc-vendor-reveal svg{margin:0}#ccc .iab-vendor-toggle .checkbox-toggle{top:auto}#ccc .iab-vendor-toggle h3{padding-right:180px}#ccc .iab-disclosure-load{align-items:center;display:flex}#ccc .iab-disclosure-load button{margin-right:12px}#ccc .iab-disclosure-load a{text-decoration:none}#ccc .iab-disclosure-load a>span{position:relative;top:-2px}#ccc .iab-disclosure-load a>.ccc-svg-element{top:4px}#ccc .iab-disclosure-table{border-collapse:collapse;margin:2em 0;width:100%}#ccc .iab-disclosure-table td,#ccc .iab-disclosure-table th{border:1px solid}#ccc .iab-disclosure-table thead td{border:none}#ccc .ccc-content--dark td,#ccc .ccc-content--dark th{border-color:#fff}#ccc .iab-disclosure-table dl{display:grid;grid-template:auto;width:150px}#ccc .iab-disclosure-table ul{list-style:none}#ccc .iab-disclosure-table dl,#ccc .iab-disclosure-table ul{margin:0;padding:0}#ccc .iab-disclosure-table dd,#ccc .iab-disclosure-table dt,#ccc .iab-disclosure-table li{border-bottom:1px solid rgba(0,0,0,.1);margin:0;padding:.3em .5em}#ccc .iab-disclosure-table dd{padding-left:20px}#ccc .ccc-content--dark .iab-disclosure-table dd,#ccc .ccc-content--dark .iab-disclosure-table dt,#ccc .ccc-content--dark .iab-disclosure-table li{border-bottom:1px solid hsla(0,0%,100%,.1)}#ccc .ccc-content--dark .iab-disclosure-table li:last-child{border:none}#ccc .iab-disclosure-table td,#ccc .iab-disclosure-table th{padding:1em;vertical-align:top}#ccc .iab-disclosure-table tr:nth-child(2n){background:rgba(0,0,0,.1)}#ccc .ccc-content--highlight .ccc-tabbable:hover{outline:auto}#ccc h1,h2,h3{font-style:normal}#ccc .iab-illustrations{display:block;font-size:90%;margin:0 0 0 1rem;opacity:.95;padding:0}#ccc .iab-illustrations li{padding:1rem}#ccc .ccc-vendor-count{font-size:.8rem;font-weight:400;opacity:.8}
