﻿/***************************************************/
/* SECTIONS */

/**************************/
/* homepageBannerSection */
.homepageBannerSection {
    color: #fff;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

    .homepageBannerSection.hasImage h1 /*,
    .homepageBannerSection.hasImage p.intro*/ {
        text-shadow: 1px 1px 1px rgba(167,155,155,0.5);
        /*text-align: left;*/
    }

.container-fluid.homepageBannerSection > .imageOverlay {
    background: none;
}

.imageOverlay > .imageOverlay__overlay,
.imageOverlay__image {
    width: 100%;
}

    .imageOverlay__image img {
        width: 100%;
    }

.imageOverlay__overlay {
    background: rgba(0, 0, 0, 0.5);
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
}

/*.homepageBannerSection .imageOverlay__overlay {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000008F',GradientType=0 );
}*/


.container .row .imageOverlay__overlay {
    right: 15px;
    left: 15px;
}


/*@media (max-width: 767px) {
   .container > div.collection_children > .row .imageOverlay__overlay {
        right: 0;
        left: 0;
    }
}*/
/*@media (min-width: 767px) {
    .container > div.collection_children > .row .item:first-child .imageOverlay__overlay {
        left: 0;
    }
    .container > div.collection_children > .row .item:last-child .imageOverlay__overlay {
        right: 0;
    }
}*/

.container > .imageOverlay .imageOverlay__overlay {
    left: 0;
}

.homepageBannerSection .imageOverlay {
    position: relative;
    overflow: hidden;
}

.homepageBannerSection__content {
    position: absolute;
    /*width: 83.333%;*/
    bottom: 10%;
    left: 0;
    width: 100%;
    /*transform: translateY(-50%);*/
    text-align: center;
}

    .homepageBannerSection__content h1 {
        margin-top: 4rem;
    }

    .homepageBannerSection__content p.intro {
        padding-left: 0;
        padding-right: 25%;
    }

    .homepageBannerSection__content .btn:hover,
    .homepageBannerSection__content .btn:focus,
    .homepageBannerSection__content .btn:active,
    .homepageBannerSection__content .btn.active {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }

.homepageBannerSection__content__badge {
    width: 15%;
}

.homepageBannerSection__base {
    background-color: #fff;
    color: #1e1e1e;
    text-align: center;
    padding: 4rem;
    width: 55%;
    margin: auto;
}

    .homepageBannerSection__base p.intro {
        margin: 3rem 0;
    }

@media (max-width: 767px) {
    .container-fluid.homepageBannerSection > .imageOverlay {
        height: auto;
    }

    .homepageBannerSection__content {
        width: 100%;
    }

    .homepageBannerSection__content__badge {
        display: none;
    }

    .homepageBannerSection__content p.intro {
        padding-left: 0;
    }
}

/***************************************************/

.nextOpenSection {
    margin-top: -28px;
}

.nextOpenSection__openToday {
    color: #1e1e1e;
    text-align: center;
}

/**************************/
/* pageBannerRevealSection */

.pageBannerRevealSection {
    position: relative;
    overflow: hidden;
}

    .pageBannerRevealSection .growImg {
        background: center center no-repeat fixed;
        background-size: cover;
    }

/* iPad */
@media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .pageBannerRevealSection .growImg {
        background-attachment: scroll;
    }
}
/* iPad pro */
@media only screen and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .pageBannerRevealSection .growImg {
        background-attachment: scroll;
    }
}

.pageBannerRevealSection .growImg .before, .pageBannerRevealSection .growImg .after {
    width: 14%;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: translateX(0%);
    background-color: #fff;
}

.pageBannerRevealSection .growImg .before {
    left: 0;
}

.pageBannerRevealSection .growImg .after {
    right: 0;
}

.pageBannerRevealSection .content {
    background-color: rgba(213, 230, 234, .85);
    padding: 15px;
    text-align: center;
    position: absolute;
    left: 16.666666%;
    bottom: 0;
    transform: translate(-10%, -35%);
}

@media screen and (min-width: 568px) {
    .pageBannerRevealSection .content {
        left: 33.333333%;
        transform: translate(-25%, -30%);
    }
}

@media screen and (min-width: 992px) {
    .pageBannerRevealSection .content {
        padding: 30px;
        left: 50%;
        transform: translate(-50%, -30%);
    }
}

@media screen and (min-width: 768px) {
    .pageBannerRevealSection .content {
        padding: 30px;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
}


.pageBannerRevealSection .halfBackground {
    height: 20%;
    background-color: #e9e6e6;
}

.pageBannerRevealSection .container {
    padding-left: 0;
    padding-right: 0;
}

/**************************/
/* eventBannerRevealSection */

.eventBannerRevealSection {
    position: relative;
    overflow: hidden;
}

    .eventBannerRevealSection .eventBackground {
        padding-left: 15px;
    }

    .eventBannerRevealSection .growImg {
        background: center center no-repeat fixed;
        background-size: cover;
    }

        .eventBannerRevealSection .growImg .before {
            left: 0;
        }

        .eventBannerRevealSection .growImg .after {
            right: 0;
        }

        .eventBannerRevealSection .growImg .before, .eventBannerRevealSection .growImg .after {
            height: 100rem;
            width: 14%;
            position: absolute;
            top: 0;
            bottom: 0;
            transform: translateX(0%);
            background-color: #fff;
        }

    .eventBannerRevealSection .content {
        padding: 15px;
    }

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
}


.eventBannerRevealSection .halfBackground {
    height: 20%;
    background-color: #e9e6e6;
}

.eventBannerRevealSection .container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.eventBannerRevealSection .content {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 102;
}

    .eventBannerRevealSection .content a {
        color: #fff;
        text-decoration: none;
    }

.featuredEvent {
    background-position: 50%;
}


@media screen and (min-width: 992px) {
    .eventBannerRevealSection .content {
        width: 83.333%;
    }
}

.eventBannerRevealSection .imageOverlay__overlay {
    width: inherit;
    height: 87.5rem;
    right: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(204,204,204,0.02) 0%, rgba(204,204,204,0.1) 50%, rgba(40,40,40,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(204,204,204,0.02) 0%, rgba(204,204,204,0.1) 50%, rgba(40,40,40,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(204,204,204,0.02) 0%, rgba(204,204,204,0.1) 50%, rgba(40,40,40,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC4d', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
}

.eventBannerRevealSection.eventsCalendarSection .imageOverlay__overlay {
    width: 100%;
    height: inherit;
    right: 0;
    left: 0;
    z-index: 101;
    opacity: 0.45;
}

/**************************/
/* eventFeatureSection */
.eventFeatureSection {
    position: relative;
    overflow: hidden;
}

    .eventFeatureSection .imageOverlay__overlay {
        width: inherit;
    }

    .eventFeatureSection > .container > .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }


    .eventFeatureSection .container .imageOverlay__overlay {
        right: 0;
        left: 0;
        right: 0;
        left: 0;
        height: auto;
        bottom: 0;
    }

    .eventFeatureSection .content a {
        color: #fff;
        text-decoration: none;
    }

        .eventFeatureSection .content a.eventTitle p {
            display: none;
        }

            .eventFeatureSection .content a.eventTitle p:first-child {
                display: block;
            }


@media screen and (min-width: 480px) {
    .eventFeatureSection .content a.eventTitle p {
        display: block;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
}

.eventFeatureSection .container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.eventFeatureSection .content {
    position: absolute;
    padding: 15px;
    bottom: 15px;
    left: 0;
    z-index: 100;
    color: #fff;
}

@media screen and (min-width: 992px) {
    .eventFeatureSection .content {
        width: 83.333%;
    }
}


/**************************/
/* fullWidthPromoSection */
section.container-fluid.fullWidthPromoSection.c_ {
    margin-bottom: 0; /***/
}

    section.container-fluid.fullWidthPromoSection.c_ .container {
        padding-bottom: 1rem;
    }

section:last-child.container-fluid.fullWidthPromoSection.c_ {
    margin-bottom: 3.8rem; /***/
}

@media screen and (min-width: 992px) {
    .fullWidthPromoSection .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.fullWidthPromoSection__content {
    text-align: center;
    margin: auto;
}

.fullWidthPromoSection .topText,
.fullWidthPromoSection .spacer {
    display: none;
}

.fullWidthPromoSection .underline hr {
    margin-top: 30px;
    text-align: center;
    height: 0px;
    border-color: transparent;
    border-top-color: #999999;
}

@media (min-width: 568px) {
    .fullWidthPromoSection .topText, .fullWidthPromoSection .spacer {
        display: block;
    }

    .fullWidthPromoSection__content {
        width: 83.333%;
    }
}

@media (min-width: 992px) {
    .fullWidthPromoSection__content {
        width: 66.666%;
    }

    .container .container .fullWidthPromoSection__content {
        width: 83.333%;
    }
}

.fullWidthPromoSection > .container > .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}



.imageOverlay .fullWidthPromoSection__content {
    width: 100%;
    background-color: transparent;
    color: #fff;
}

.fullWidthPromoSection hr {
    color: #D3CDCD;
    height: 5px;
}

@media screen and (min-width: 568px) {

    /* if first child, show text bottom left */
    .page_children section:first-child.fullWidthPromoSection .imageOverlay .centerOuter > .centerInner {
        bottom: 30px;
    }

    .page:not(.fullPage) .page_children section:first-child.fullWidthPromoSection .imageOverlay .centerOuter > .centerInner {
        top: auto;
        left: 15px;
        transform: none;
        text-align: left;
    }

    /*.fullWidthPromoSection .imageOverlay {
        margin-bottom: 1rem;
    }*/

    .page_children section:first-child.fullWidthPromoSection .imageOverlay .fullWidthPromoSection__content {
        top: auto;
        transform: none;
    }

    .page:not(.fullPage) .page_children section:first-child.fullWidthPromoSection .imageOverlay .centerOuter > .centerInner {
        left: 15px;
        right: 15px;
    }
}

.fullWidthPromoSection .bgImage .centerOuter {
    min-height: 600px;
}

@media screen and (max-width: 319px) {
    .fullWidthPromoSection .centerOuter > .centerInner {
        width: 100%;
    }

        .fullWidthPromoSection .centerOuter > .centerInner p.intro {
            width: 83.333%;
        }
}

.fullWidthPromoSection {
    padding-left: 0;
    padding-right: 0;
}

    .fullWidthPromoSection .imageOverlay {
        position: relative;
        overflow: hidden;
    }

.fullWidthPromoSection__content p {
}

.fullWidthPromoSection__content .btn {
    padding: 10px 25px;
}

@media (max-width: 767px) {

    .container-fluid.fullWidthPromoSection > .imageOverlay {
        height: auto;
    }

    .fullWidthPromoSection__content h1 {
    }

    .fullWidthPromoSection__content p.intro {
        padding-left: 0;
        width: 100%;
    }
}

/**************************/
/* generalInformationSection */

section:not(.c_).generalInformationSection {
    padding-bottom: 4.8rem;
}

.generalInformationSection .container {
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
    text-align: center;
}

.generalInformationSection h2, .generalInformationSection .tabbedLinks {
    text-align: center;
    padding: inherit;
    padding-left: 0;
    padding-right: 0;
}

.generalInformationSection h3 {
    margin-bottom: 1rem; /***/
}

.generalInformationSection p.intro {
    text-align: center;
}

.generalInformationSection a.btn-primary {
    margin: 2rem auto 0;
}

.generalInformationSection .leftText,
.generalInformationSection .rightText {
    text-align: center;
    margin-top: .6rem;
}

@media (min-width: 992px) {
    .generalInformationSection .leftText {
        border-right: 1.5px solid #D3CDCD;
        text-align: left;
    }

    .pagename_JoinTheAbbeyAssociation .generalInformationSection .leftText {
        padding-left: 20%;
    }

    .generalInformationSection .rightText {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .generalInformationSection .leftText {
        padding-left: 20%;
    }

    .generalInformationSection .rightText {
        padding-right: 20%;
    }
}

.generalInformationSection .rightText a {
    color: #C42A2A;
    text-decoration: none;
}
.generalInformationSection .rightText a:hover {
    color: #220504;
}

.generalInformationSection .t_ffffff .rightText a:hover, 
.generalInformationSection .t_ffffff .rightText a {
    color: #FFFFFF;
}

.generalInformationSection section.shareableContentSection,
.generalInformationSection section.shareableContentSection .container {
    padding-bottom: 0;
}

.generalInformationSection ul {
    /*list-style-position: outside;
    text-align: left;*/
    max-width: 100%;
    margin: auto;
    text-align: left;
}

article .generalInformationSection ul {
    list-style-position: outside;
}

@media screen and (min-width: 568px) and (max-width:767px) {
    .generalInformationSection ul {
        /*margin-left: 10%;*/
        max-width: 80%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .generalInformationSection ul {
        max-width: 60%;
    }
}

/**************************/
/* mapAndDirectionsSection */

section:not(.c_).mapAndDirectionsSection {
    padding-bottom: 4.8rem;
}

.mapAndDirectionsSection .container {
    padding-left: 0;
    padding-right: 0;
}

    .mapAndDirectionsSection .container > div.row {
        padding-left: 0;
        margin-left: 0;
        margin-right: 0;
    }

.mapAndDirectionsSection .row > div.mapBlock {
    padding-left: 0;
    padding-right: 0;
}


.mapAndDirectionsSection .row > div.textBlock {
    padding: 30px;
}

@media screen and (min-width: 1200px) {
    .mapAndDirectionsSection .row > div.textBlock {
        padding: 30px 60px;
    }
}

.mapAndDirectionsSection .row > div.mapBlock iframe {
    width: 100%;
    height: 100%;
    border: 0;
    min-height: 400px;
}

.mapAndDirectionsSection .row > div {
    margin-bottom: 0;
}

/**************************/
/* imageAndTextSection */

/* image and text sections in collection - no padding on last */

/*section.imageAndTextSection.container-fluid:not(.c_) {
    padding-bottom: 4.8rem;
}


section.promoCollectionSection .collection_children_list > .row:last-child .imageAndTextSection.container-fluid:not(.c_) {
    padding-bottom: .8rem;
}

section.imageAndTextSection.container-fluid:not(.c_) .container.c_ {
    padding-top: 0;
    padding-bottom: 0;
}




    .imageAndTextSection .container > .row > div.textBlock h2 {
        margin-top: 0;
        text-align: left;
    }
      
    .imageAndTextSection .container .textBlockContent {
        padding: 15px;
    }


    section .container .textBlockContent p.intro {
        padding-left: 0;
        padding-right: 0;
    }

 
    @media screen and (min-width: 992px) {

        .imageAndTextSection.c_ > .container > .row > div.textBlock,
        .imageAndTextSection > .container.c_ > .row > div.textBlock {
            min-height: 393px;
        }

            .imageAndTextSection.c_ > .container > .row > div.textBlock > .textBlockContent,
            .imageAndTextSection > .container.c_ > .row > div.textBlock > .textBlockContent {
                padding: 0 30px;
                width: calc(100% - 60px);
                position: absolute;
                top: 50%;
                left: 50%;
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%)
            }

        .imageAndTextSection .row > div.imageBlock:not(.col-md-push-6) .imageBlockContent {
            margin-left: 15px;
        }
    }

    @media screen and (min-width: 1200px) {

        .imageAndTextSection.c_ > .container > .row > div.textBlock,
        .imageAndTextSection > .container.c_ > .row > div.textBlock {
            min-height: 487px;
        }

            .imageAndTextSection.c_ > .container > .row > div.textBlock > .textBlockContent,
            .imageAndTextSection > .container.c_ > .row > div.textBlock > .textBlockContent {
                padding: 45px;
                width: calc(100% - 90px);
            }
    }

    @media screen and (min-width: 1400px) {

        .imageAndTextSection.c_ > .container > .row > div.textBlock,
        .imageAndTextSection > .container.c_ > .row > div.textBlock {
            min-height: 568px;
        }

            .imageAndTextSection.c_ > .container > .row > div.textBlock > .textBlockContent,
            .imageAndTextSection > .container.c_ > .row > div.textBlock > .textBlockContent {
                padding: 60px;
                width: calc(100% - 120px);
            }
    }


    @media screen and (min-width: 992px) {
        .imageAndTextSection .row > div.textBlock.col-md-push-6,
        .imageAndTextSection .row > div.imageBlock.col-md-pull-6,
        .imageAndTextSection .row > div.imageBlock {
            padding-left: 0;
            padding-right: 0;
        }
    }




@media screen and (min-width: 992px) {
    
    .widerWidth .imageAndTextSection .imageBlock {
        padding-right: 0;
    }

    .widerWidth .imageAndTextSection .imageBlock.imgPosLeft img {
        margin-left: -15px;
        padding-left: 15px;
    }

    .widerWidth .imageAndTextSection .imageBlock.imgPosRight img {
        margin-right: -15px;
    }

    .widerWidth .imageAndTextSection.c_ > .container > .row > div.textBlock,
    .widerWidth .imageAndTextSection > .container.c_ > .row > div.textBlock {
        min-height: 258px;
    }
    .widerWidth .imageAndTextSection .imageBlock img {
        max-width: 318px;
    }

    .widerWidth .imageAndTextSection .textBlock h2 {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: .5rem;
    }

    .widerWidth .imageAndTextSection .textBlock a.btn {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-top: .8rem;
        margin-bottom: .8rem;
    }
}

@media screen and (min-width: 1200px) {
    .widerWidth .imageAndTextSection.c_ > .container > .row > div.textBlock,
    .widerWidth .imageAndTextSection > .container.c_ > .row > div.textBlock {
        min-height: 321px;
    }
    .widerWidth .imageAndTextSection .imageBlock img {
        max-width: 395px;
    }
    .widerWidth .imageAndTextSection .textBlock h2 {
        font-size: 2.4rem;
        line-height: 3.6rem;
        margin-bottom: .6rem;
    }
    .widerWidth .imageAndTextSection .textBlock p.intro {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: .4rem;
    }
    .widerWidth .imageAndTextSection .textBlock a.btn {
        font-size: 1.8rem;
        line-height: 2.7rem;
        margin-top: .9rem;
        margin-bottom: .9rem;
    }
}

@media screen and (min-width: 1400px) {
    .widerWidth .imageAndTextSection.c_ > .container > .row > div.textBlock,
    .widerWidth .imageAndTextSection > .container.c_ > .row > div.textBlock {
        min-height: 374px;
    }

    .widerWidth .imageAndTextSection .imageBlock img {
        max-width: 461px;
    }

    .widerWidth .imageAndTextSection .textBlock h2 {
        font-size: 3rem;
        line-height: 4rem;
        margin-bottom: .75rem;
    }

    .widerWidth .imageAndTextSection .textBlock p.intro {
        font-size: 1.8rem;
        line-height: 2.7rem;
        margin-bottom: .45rem;
    }

    .widerWidth .imageAndTextSection .textBlock a.btn {
        font-size: 2rem;
        line-height: 3rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}


.widerWidth .imageAndTextSection .container.c_ .imageBlock {
    padding-left: 0;
}

.widerWidth .imageAndTextSection > .container.c_ > .row > div.textBlock > .textBlockContent {
    padding: 30px;
}

    .imageAndTextSection section.shareableContentSection {
        padding-bottom: 0;
    }

.dropdownPDFSelector a.btn {
    margin-top: 0;
}

    @media screen and (min-width: 992px) {
        .imageAndTextSection .row > div.imageBlock {
            padding-left: 0;
            padding-right: 0;
        }

        .imageAndTextSection .row > div.textBlock {
            padding-left: 0;
            padding-right: 0;
        }

            .imageAndTextSection .row > div.textBlock.col-md-pull-6 {
                padding-left: 0;
                padding-right: 0;
            }

        .imageAndTextSection .row > div.imageBlock.col-md-push-6 {
            padding-left: 0;
            padding-right: 15px;
        }
    }*/


/*.imageAndTextSection .container.c_ .imageBlock.imgPosRight {
    padding-left: 0;
    padding-right: 15px;
}*/


section.imageAndTextSection.container-fluid:not(.c_) .container.c_ {
    padding-bottom: 0;
}

section.imageAndTextSection.container-fluid:not(.c_) .container.c_,
section.imageAndTextSection.container-fluid.c_ {
    padding-top: 0;
}

/*@media screen and (max-width: 767px) {*/
    /*.imageAndTextSection .container .row {
        margin-left: 0;
        margin-right: 0;
    }*/
/*}*/

.container-fluid.c_ .row > div.imageBlock,
.container.c_ .row > div.imageBlock,
.imageAndTextSection .container .imageBlock {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid.c_ .row > div.textBlock,
.container.c_ .row > div.textBlock,
.imageAndTextSection .container .textBlock {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 992px) {
    /*#contentSection .subLandingPage .imageAndTextSection .container .imageBlock {
        padding-left: 15px;
        padding-right: 15px;
    }

    #contentSection .subLandingPage .imageAndTextSection .container .textBlock {
        padding-left: 15px;
        padding-right: 15px;
    }*/
    /*.contentSection .contentPage .imageOverlay picture, .contentSection .centredContentPage .imageOverlay picture, .contentSection .subLandingPage .imageOverlay picture,*/
    .contentSection .contentPage .imageAndTextSection .imageBlock picture, .contentSection .centredContentPage .imageAndTextSection .imageBlock picture {  /*, .contentSection .subLandingPage .imageAndTextSection .imageBlock picture*/
        margin: 0 0 -7px -15px;
    }
}

.imageAndTextSection .textBlock .textBlockContent {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

@media (min-width: 480px) {
    .imageAndTextSection .textBlock .textBlockContent {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.imageAndTextSection .textBlock .textBlockContent p.intro {
    padding-left: 0;
    padding-right: 0;
}


.imageBlockContent.hasSecondary {
}

    .imageBlockContent.hasSecondary .mainImage {
        padding-left: 0;
        padding-right: 0;
    }




section.imageAndTextSection .mainImage, section.imageAndTextSection .secondaryImages {
    padding-left: 0;
    padding-right: 0;
    /*margin: 0;*/
}

    section.imageAndTextSection .secondaryImages .secondaryImage {
        padding-top: 10px;
        padding-left: 0;
        padding-right: 5px;
    }

        section.imageAndTextSection .secondaryImages .secondaryImage:last-child {
            padding-left: 5px;
            padding-right: 0;
        }

@media (min-width: 480px) {
    section.imageAndTextSection .secondaryImages .secondaryImage {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 10px;
    }

        section.imageAndTextSection .secondaryImages .secondaryImage:last-child {
            padding-left: 10px;
            padding-right: 0;
        }
}

/*@media (min-width: 768px) {
    section.imageAndTextSection .mainImage,
    .imageBlockContent.hasSecondary .mainImage {
        padding-left: 0;
        padding-right: 15px;
    }

    .imageBlockContent.hasSecondary .secondaryImages {
        padding-left: 0;
        padding-right: 15px;
    }
}*/

.imageAndTextSection > .container > .row {
    margin-left: 0;
    margin-right: 0;
}

.promoCollectionSection .imageAndTextSection > .container > .row {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 992px) {

    section.imageAndTextSection .mainImage,
    .imageBlockContent.hasSecondary .mainImage {
        padding-left: 0;
        padding-right: 0;
    }

    .imageBlockContent.hasSecondary .mainImage {
        padding: 25px 25px 10px 0;
    }

    .imageBlockContent.hasSecondary .secondaryImages {
        padding-right: 25px;
    }

        .imageBlockContent.hasSecondary .secondaryImages .secondaryImage {
            padding: 10px 10px 25px 0;
            margin: 0;
        }

            .imageBlockContent.hasSecondary .secondaryImages .secondaryImage:last-child {
                padding: 10px 0 25px 10px;
            }

    /*section .imageAndTextSection.container-fluid.c_ .row > .imageBlock.imgPosRight, .container.c_ .row > .imageBlock.imgPosRight {
        padding-left: 0;
        padding-right: 15px;
    }

    section.imageAndTextSection.container-fluid.c_ .row > .imageBlock.imgPosLeft, .container.c_ .row > .imageBlock.imgPosLeft,
    .widerWidth section.imageAndTextSection.container-fluid.c_ .row > .imageBlock.imgPosRight, .widerWidth .container.c_ .row > .imageBlock.imgPosRight {
        padding-left: 15px;
        padding-right: 0;
    }*/

    /*.imageAndTextSection > .container > .row,*/
    .imageAndTextSection > .container > .row {
        display: flex;
        align-items: stretch;
    }

    .imageAndTextSection .textBlock .textBlockContent {
        padding: 0 30px;
        width: calc(100% - 60px);
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .widerWidth .imageAndTextSection .textBlock .textBlockContent {
        padding: 0 15px;
        width: calc(100% - 30px);
    }

    .widerWidth .imageAndTextSection .textBlock h2 {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: .5rem;
    }

    .widerWidth .imageAndTextSection .textBlock p.intro {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: .4rem;
    }

    .widerWidth .imageAndTextSection .textBlock a.btn {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-top: .8rem;
        margin-bottom: .8rem;
    }
}

@media screen and (min-width: 1200px) {
    .imageAndTextSection .textBlock .textBlockContent {
        padding: 0 45px;
        width: calc(100% - 90px);
    }

    .widerWidth .imageAndTextSection .textBlock .textBlockContent {
        padding: 0 30px;
        width: calc(100% - 60px);
    }

    .widerWidth .imageAndTextSection .textBlock h2 {
        font-size: 2.4rem;
        line-height: 3.6rem;
        margin-bottom: .6rem;
    }

    .widerWidth .imageAndTextSection .textBlock p.intro {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: .4rem;
    }

    .widerWidth .imageAndTextSection .textBlock a.btn {
        font-size: 1.8rem;
        line-height: 2.7rem;
        margin-top: .9rem;
        margin-bottom: .9rem;
    }
}

@media screen and (min-width: 1400px) {

    .imageAndTextSection .textBlock .textBlockContent {
        padding: 0 60px;
        width: calc(100% - 120px);
    }

    .widerWidth .imageAndTextSection .textBlock .textBlockContent {
        padding: 0 45px;
        width: calc(100% - 90px);
    }

    .widerWidth .imageAndTextSection .textBlock h2 {
        font-size: 3rem;
        line-height: 4rem;
        margin-bottom: .75rem;
    }

    .widerWidth .imageAndTextSection .textBlock p.intro {
        font-size: 1.8rem;
        line-height: 2.7rem;
        margin-bottom: .45rem;
    }

    .widerWidth .imageAndTextSection .textBlock a.btn {
        font-size: 2rem;
        line-height: 3rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.promoCollectionSection .imageAndTextSection .textBlock .textBlockContent {
    width: 100%;
}

    .promoCollectionSection .imageAndTextSection .textBlock .textBlockContent h2 {
        text-align: left;
    }


/*.widerWidth .promoCollectionSection .imageAndTextSection .imageBlock.imgPosLeft,*/
.promoCollectionSection .imageAndTextSection .imageBlock {
    padding-left: 15px;
    padding-right: 15px;
}
/*.promoCollectionSection .imageAndTextSection .imageBlock.imgPosLeft {
    padding-left: 15px;
}*/


/*.widerWidth .promoCollectionSection .imageAndTextSection .imageBlock.imgPosRight,*/
.promoCollectionSection .imageAndTextSection .imageBlock.imgPosRight {
    padding-right: 15px;
}


@media screen and (min-width: 992px) {

    .promoCollectionSection .imageAndTextSection .imageBlock.imgPosLeft {
        padding-left: 0;
    }

    .widerWidth .promoCollectionSection .imageAndTextSection .imageBlock.imgPosLeft {
        padding-left: 15px;
        padding-right: 0;
    }

    .promoCollectionSection .imageAndTextSection .imageBlock.imgPosRight {
        padding-left: 30px;
        padding-right: 0;
    }

    .promoCollectionSection .imageAndTextSection .imageBlock.imgPosLeft .imageBlockContent {
        padding-left: 15px;
    }

    /*.widerWidth .promoCollectionSection .imageAndTextSection .imageBlock.imgPosLeft .imageBlockContent {
        padding-left: 0;
    }*/

    .promoCollectionSection .imageAndTextSection .imageBlock.imgPosRight .imageBlockContent {
        padding-right: 15px;
    }

    .widerWidth .promoCollectionSection .imageAndTextSection .imageBlock.imgPosRight .imageBlockContent {
        padding-right: 0;
    }

    .promoCollectionSection .imageAndTextSection .imageBlock.imgPosLeft + .textBlock .textBlockContent {
        padding-right: 15px;
    }

    .promoCollectionSection .imageAndTextSection .imageBlock.imgPosRight + .textBlock .textBlockContent {
        padding-left: 15px;
    }
}

/********************************/
/* calendar */
.calendarControl td.today a span {
    background-color: #C42A2A;
    color: white;
    border-radius: 50%;
}

.calendarControl td.selected a span {
    background-color: #1e1e1e;
    color: white;
    border-radius: 50%;
}

.calendarControl #component-header a {
    color: #1e1e1e;
    line-height: 2em;
}

    .calendarControl #component-header a.month {
        color: #C42A2A;
    }

        .calendarControl #component-header a.month img {
            vertical-align: text-top;
        }

        .calendarControl #component-header a.month.prev {
            margin-left: 20px;
            margin-right: 10px;
            float: left;
        }

        .calendarControl #component-header a.month.next {
            margin-left: 10px;
            margin-right: 20px;
            float: right;
        }

.calendarControl #component-table td {
    text-align: center;
    padding: .5em .2em;
    position: relative;
}

    .calendarControl #component-table td a span {
        padding: .2em;
        height: 3.25rem;
        width: 3.25rem;
    }

.calendarControl div.flagged {
    height: 8px;
}

    .calendarControl div.flagged img {
        vertical-align: super;
    }


@media screen and (max-width: 767px) {
    .calendarControl #component-table td a span {
        padding: .1em;
        height: 2.8rem;
        width: 2.8rem;
    }
}


@media screen and (min-width: 1400px) {
    .calendarControl #component-table td {
        padding: .5em;
    }

    .subLandingPage .calendarControl #component-table td {
        padding: .5em .2em;
    }
}

/**************************/
/* dailyServicesSection */

.dailyServicesSection h2, .dailyServicesSection .tabbedLinks {
    text-align: center;
}

.dailyServicesSection .dailyServicesInner .servicesLinks {
    padding-bottom: 3.5rem;
}

    .dailyServicesSection .dailyServicesInner .servicesLinks .servicesLink {
        color: #C42A2A;
        text-decoration: none;
    }


    .dailyServicesSection .c_d5e6ea .dailyServicesInner .servicesLinks .servicesLink {
    /* contrast problem*/
    color: #BE2F2A;
}

.dailyServicesSection .servicesListing th {
    text-transform: uppercase;
}

.dailyServicesSection .servicesListing tr:first-child th {
    padding-top: 15px;
}

.dailyServicesSection td {
    padding-right: 2rem;
    display: block;
}

@media screen and (min-width: 568px) {
    .dailyServicesSection td {
        display: table-cell;
    }
}

.dailyServicesSection td:last-child {
    padding-right: 0;
}

/*.dailyServicesSection tr:nth-child(odd) td {
    padding-top: 10px;
}*/

.dailyServicesSection td.noServices {
    text-align: center;
}

.dailyServicesSection .paging {
    margin: 15px 0;
}

    .dailyServicesSection .paging a {
        text-decoration: none;
    }

    .dailyServicesSection .paging img {
        margin-top: -4px;
    }

    .dailyServicesSection .paging .previous {
        text-align: left;
        padding-left: 0;
        /*text-transform: uppercase;*/
        float: left;
    }

    .dailyServicesSection .paging .dates {
        text-align: center;
        display: inline-block;
    }

    .dailyServicesSection .paging .next {
        text-align: right;
        padding: 0;
        /*text-transform: uppercase;*/
        white-space: nowrap;
        float: right;
    }

@media screen and (min-width: 768px) {

    .dailyServicesSection .tabbedLinks a {
        margin-left: 20px;
        margin-right: 20px;
    }

    .dailyServicesSection .dailyServicesInner .servicesListing {
        border-top: 1.5px solid #D3CDCD;
    }

    .dailyServicesSection .dailyServicesInner {
        border-bottom: 1.5px solid #D3CDCD;
    }

        .dailyServicesSection .dailyServicesInner table {
            margin-top: 2.4rem;
        }

    .dailyServicesSection .dailyServicesFooter,
    .dailyServicesSection .dailyServicesInner {
        margin-left: auto;
        margin-right: auto;
    }

        .dailyServicesSection .dailyServicesFooter p.intro,
        .dailyServicesSection .dailyServicesInner .servicesListing,
        .dailyServicesSection .dailyServicesInner .servicesLinks {
            width: 83.333%;
            margin: 0 auto;
        }

        .dailyServicesSection .dailyServicesFooter p.intro {
            margin-top: 1rem;
        }

    .dailyServicesSection .servicesListing td a {
        text-decoration: none;
    }

        .dailyServicesSection .servicesListing td a:hover {
            text-decoration: underline;
        }
}


/***************************************************/
/* servicesCalendarSection */

.servicesCalendarSection h2 {
    text-align: center;
    /*margin-top: 30px;*/
    margin-bottom: 15px; /***/
}

.c_d5e6ea .servicesListing a,
.c_e9e6e6 .servicesListing a {
    /* contrast problem*/
    color: #BE2F2A;
}

@media screen and (min-width: 992px) {
    .servicesCalendarSection .left {
        width: 40%;
        float: left;
        margin-left: 0;
    }

    .servicesCalendarSection .right {
        width: 60%;
        float: right;
        margin-left: 0;
    }

    .servicesCalendarSection .left .calendarControl {
        border-right: 1.5px solid #D3CDCD;
        padding-right: 1em;
        margin-bottom: 0;
    }

    .subLandingPage .servicesCalendarSection .left,
    .subLandingPage .servicesCalendarSection .right {
        width: 100%;
        float: none;
        margin-left: 0;
    }

        .subLandingPage .servicesCalendarSection .left .calendarControl {
            border-right: none;
            padding: 0;
            margin-bottom: 2rem;
        }
}

@media screen and (min-width: 1200px) {

    .servicesCalendarSection .left {
        width: 35%;
        float: left;
        margin-left: 10%;
    }

    .servicesCalendarSection .right {
        width: 55%;
        float: right;
    }

    .subLandingPage .servicesCalendarSection .left {
        width: 40%;
        float: left;
    }

    .subLandingPage .servicesCalendarSection .right {
        width: 60%;
        float: right;
    }

    .subLandingPage .servicesCalendarSection .left .calendarControl {
        border-right: 1.5px solid #D3CDCD;
        padding-right: 1em;
        margin-bottom: 0;
    }
}

.servicesCalendarSection .servicesListing thead tr:last-child th {
    padding-bottom: 1rem;
}

/*.servicesCalendarSection .servicesListing table tbody tr td {
        padding-bottom: .5em;
    }*/

.servicesCalendarSection .row {
    border-top: 1.5px solid #D3CDCD;
    padding-top: 1em;
}

.servicesCalendarSection .servicesListing table tbody tr td a {
    text-decoration: none;
}

    .servicesCalendarSection .servicesListing table tbody tr td a:hover {
        text-decoration: underline;
    }


/***************************************************/
/* servicesListing */

.servicesListing table tbody tr td {
    padding-bottom: 0;
    padding-right: 1em;
}

.servicesListing thead tr:last-child th,
.servicesListing tbody tr:last-child td {
    padding-bottom: 1rem;
}

/*.servicesListing table th {
    padding-left: 15px;
}*/

.servicesListing table td {
    padding-right: 2rem;
    display: block;
    /*padding-left: 15px;*/
}

@media screen and (min-width: 568px) {
    .servicesListing table td {
        display: table-cell;
    }
}

/***************************************************/
/* eventsCalendarSection */

section.container-fluid:not(.c_).eventsCalendarSection.hasEvent .container.c_ {
    padding-bottom: 0;
    margin-bottom: 3.8rem;
}

section.container-fluid:not(.c_).eventsCalendarSection.hasEvent .container.c_, section.container-fluid.c_.eventsCalendarSection.hasEvent {
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px
}

.eventsCalendarSection.hasEvent .calendarControl {
    padding-right: 0;
    border-right: none;
    margin-bottom: 3.8rem;
}

.eventsCalendarSection.hasEvent .eventsListing {
    padding-left: 23px;
    padding-right: 15px;
}

.eventsCalendarSection .eventCalendar h2 {
    text-align: center;
    margin-bottom: 15px; /***/
    border-bottom: 1.5px solid #D3CDCD;
    padding-top: 1em;
    margin-left: 0;
    margin-right: 0;
}

.eventsCalendarSection .eventsListing thead tr:last-child th {
    padding-bottom: 1rem;
}

.eventsCalendarSection .eventsListing table tbody tr td {
    padding-bottom: .5em;
}


.eventsCalendarSection .eventsListing th {
    text-transform: uppercase;
}

.eventsCalendarSection .eventsListing thead tr:last-child th {
    padding-bottom: 1rem;
}

.eventsCalendarSection .eventsListing table tbody tr td {
    padding-bottom: .5em;
}

.eventsCalendarSection .eventsListing a {
    text-decoration: none;
}

/***************************************************/

.entryTimesCalendarSection h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px; /***/
}

.entryTimesCalendarSection p.intro {
    text-align: center;
}

@media screen and (min-width: 992px) {

    .entryTimesCalendarSection .left {
        width: 40%;
        float: left;
        margin-left: 0;
    }

    .entryTimesCalendarSection .right {
        width: 60%;
        float: right;
        margin-left: 0;
    }

    .entryTimesCalendarSection .left .calendarControl {
        border-right: 1.5px solid #D3CDCD;
        padding-right: 1em;
        margin-bottom: 0;
    }

    .subLandingPage .entryTimesCalendarSection .left,
    .subLandingPage .entryTimesCalendarSection .right {
        width: 100%;
        float: none;
        margin-left: 0;
    }

        .subLandingPage .entryTimesCalendarSection .left .calendarControl {
            border-right: none;
            padding: 0;
            margin-bottom: 2rem;
        }
}

@media screen and (min-width: 1200px) {

    .entryTimesCalendarSection .left {
        width: 35%;
        float: left;
        margin-left: 10%;
    }

    .entryTimesCalendarSection .right {
        width: 55%;
        float: right;
    }

    .subLandingPage .entryTimesCalendarSection .left {
        width: 40%;
        float: left;
    }

    .subLandingPage .entryTimesCalendarSection .right {
        width: 60%;
        float: right;
    }

    .subLandingPage .entryTimesCalendarSection .left .calendarControl {
        border-right: 1.5px solid #D3CDCD;
        padding-right: 1em;
        margin-bottom: 0;
    }
}

.entryTimesCalendarSection .entryTimesListing  {
    margin: 0 15px;
}

.entryTimesCalendarSection .entryTimesListing td {
    padding-bottom: .5rem;
}

/*.entryTimesCalendarSection .entryTimesListing td:last-child {
    white-space: nowrap;
}*/

/***************************************************/
/* promoCollectionSection */

/*.promoCollectionSection > .container > h2 {
        margin-top: 0;
        margin-bottom: 2rem;
    }*/

/*@media screen and (max-width: 991px) {
    .promoCollectionSection > .container > .collection_children > .row {
        margin-left: 0;
        margin-right: 0;
    }
}*/
/*@media screen and (min-width: 768px) {
    .promoCollectionSection .imageAndTextSection .container .row {
        margin-left: 0;
        margin-right: 15px;
    }
}*/

.promoCollectionSection h2, .promoCollectionSection .tabbedLinks, .promoCollectionSection p.intro {
    text-align: center;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
}

    .promoCollectionSection h2 + p.intro {
        /*margin-top: -2rem;*/
        margin-bottom: 2rem;
        padding-left: 15px;
        padding-right: 15px;
    }

.promoCollectionSection .content.hasImage {
    background-color: #fff;
    margin: -32px 0 0 0;
    padding: 1px 15px 15px;
    position: relative;
    text-align: center;
}

    .promoCollectionSection .content.hasImage h3 {
        color: #C42A2A;
    }

.promoCollectionSection .row .imageOverlay > .imageOverlay__overlay {
    width: inherit;
}

@media screen and (min-width: 768px) {
    .promoCollectionSection .content.hasImage {
        border-bottom: 1.5px solid #D3CDCD;
    }
}

/*@media screen and (min-width: 768px) {
    .promoCollectionSection .content.hasImage {
        margin: -32px 15px 0 15px;
    }
}

@media screen and (min-width: 1200px) {
    .promoCollectionSection .content.hasImage {
        margin: -32px 30px 0 30px;
    }
}*/

.promoCollectionSection .content.hasImage a > h3:hover {
    color: #220504;
}

@media screen and (min-width: 768px) {
    /*.promoCollectionSection .container > div.collection_children > .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .widerWidth .promoCollectionSection .container > div.collection_children > .row {
        margin-left: 0;
        margin-right: 0;
    }*/

    .promoCollectionSection .row.row-eq-height {
        margin-top: 2rem;
    }
    .promoCollectionSection .row.row-eq-height:first-child {
        margin-top: 0;
    }
}

.promoCollectionSection .content:not(.hasImage) h3 {
    margin-top: 0;
}

.promoCollectionSection .content.hasImage a.btn {
    margin-bottom: 15px; /***/
}

/*@media screen and (min-width: 768px) {
        .promoCollectionSection .container {
            padding-left: 0;
            padding-right: 0;
        }
    }*/

@media screen and (min-width: 992px) {
    /*.promoCollectionSection h2 {
            margin-bottom: 30px; 
        }*/
    .promoCollectionSection h2 + p.spacer {
        margin-top: -10px;
    }
}

/**************************/
/* promoBlock */

.promoBlock .content.hasImage {
    display: inline-block;
}

    .promoBlock .content.hasImage a > h3 {
        color: #C42A2A;
    }

        .promoBlock .content.hasImage a > h3:hover {
            color: #220504;
        }

.promoBlock a.btn-primary {
    margin-top: 1rem;
}

.promoBlock > img {
    float: left;
}

.promoCollectionSection .promoBlock .content:not(.hasImage) p.intro,
.promoCollectionSection .promoBlock .content:not(.hasImage) {
    text-align: left;
}


/**************************/
/* promoBlockLarge */
.promoBlockLarge {
    height: 100%;
}

.container .container .promoBlockLarge .imageOverlay .centerOuter > .centerInner {
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    text-align: center;
}

.pagename_JoinTheAbbeyAssociation .promoCollectionSection .promoBlockLarge__inner p.spacer {
    bottom: 55px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 15px;
}

@media screen and (min-width: 992px) {
    .promoBlockLarge .imageOverlay .centerOuter > .centerInner {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .row.row-eq-height .promoBlockLarge__inner {
        height: 100%;
    }
}

.promoBlockLarge__content {
    text-align: center;
    padding: 30px;
}

.promoBlockLarge .imageOverlay .promoBlockLarge__content {
    padding: 0;
}

@media screen and (min-width: 1200px) {
    .promoBlockLarge__content {
        padding: 30px 60px;
    }
}

/***************************/

.recordingBlock .content.hasImage {
    display: inline-block;
}

.collection_children_list .item > div.recordingBlock .content.hasImage {
    margin-top: 0;
}

.recordingBlock > img {
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
    float: left;
}

.recordingBlock img.play,
.recordingBlock .modal-content img {
    display: inline-block;
    float: none;
    margin-right: 1rem;
    width: auto;
}

.recordingBlock .modal-content {
    margin-top: 100px;
    color: #fff;
}

.recordingBlock .modal-header, .recordingBlock .modal-body {
    border: none;
    background-color: rgba(255,255,255,.1);
}

    .recordingBlock .modal-header .close {
        color: #fff;
        padding: 0;
        opacity: .6;
    }

        .recordingBlock .modal-header .close:hover, .recordingBlock .modal-header .close:focus {
            opacity: .8;
        }

/***************************/

.videoBlock .content.hasImage {
    display: inline-block;
}

.videoBlock > img {
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
    float: left;
}

.videoBlock img.play,
.videoBlock .modal-content img {
    float: none;
    width: auto;
    display: inline;
    /*margin-right: 1rem;*/
}

.videoBlock .playVideo span {
    transform: translate(0%,10%);
    padding-left: 1rem;
}

.videoBlock .modal-content {
    margin-top: 100px;
    color: #fff;
}

.videoBlock .modal-header, .videoBlock .modal-body {
    border: none;
    background-color: rgba(255,255,255,.1);
}

    .videoBlock .modal-header .close {
        color: #fff;
        padding: 0;
        opacity: .6;
    }

        .videoBlock .modal-header .close:hover, .videoBlock .modal-header .close:focus {
            opacity: .8;
        }

/**************************/
/* image Gallery */



/**************************/
/* biographySection */

.biographySection .content.hasImage {
    background-color: #fff;
    margin: -32px 0 0 0;
    padding: 1px 15px;
    position: relative;
    text-align: center;
}

/*@media screen and (min-width: 768px) {
    .biographySection .content.hasImage {
        margin: -32px 15px 0 15px;
    }
}

@media screen and (min-width: 1200px) {
    .biographySection .content.hasImage {
        margin: -32px 30px 0 30px;
    }
}*/

@media screen and (min-width: 768px) {
    .biographySection .content {
        border-bottom: 1.5px solid #D3CDCD;
    }
}

.biographySection .content.hasImage a > h3 {
    color: #C42A2A;
}

    .biographySection .content.hasImage a > h3:hover {
        color: #220504;
    }

/**************************/
/* venueSection */

.venueSection h2, .venueSection p.intro {
    text-align: center;
    width: 80%;
    margin: auto;
}

.venueSection p.intro {
    margin-bottom: 2rem;
}

.venueSection .item {
    margin-bottom: 2rem;
}

.venueSection .content.hasImage {
    background-color: #fff;
    margin: -32px 0 0 0;
    padding: 1px 15px;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .venueSection .content.hasImage {
        margin: -32px 15px 0 15px;
    }
}

@media screen and (min-width: 1200px) {
    .venueSection .content.hasImage {
        margin: -32px 30px 0 30px;
    }
}

@media screen and (min-width: 768px) {
    .venueSection .content {
        border-bottom: 1.5px solid #D3CDCD;
    }
}

.venueSection .content.hasImage a > h3 {
    color: #C42A2A;
}

    .venueSection .content.hasImage a > h3:hover {
        color: #220504;
    }


/**************************/
/* contentCollectionSection */

.contentCollectionSection > .container > h2 {
    margin-top: 0;
}

.contentCollectionSection h2, .contentCollectionSection .tabbedLinks {
    text-align: center;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
}

.contentCollectionSection .content.hasImage {
    /*background-color: #fff;*/
    /*margin: -32px 0 0 0;*/
    /*padding: 1px 15px;*/
    /*padding: 1px 15px 20px;*/
    position: relative;
    text-align: center;
}

/*@media screen and (min-width: 768px) {
    .contentCollectionSection .content.hasImage {
        margin: -32px 15px 0 15px;
    }
}

@media screen and (min-width: 1200px) {
    .contentCollectionSection .content.hasImage {
        margin: -32px 30px 0 30px;
    }
}*/

@media screen and (min-width: 768px) {
    .contentCollectionSection .content {
        border-bottom: 1.5px solid #D3CDCD;
    }
}

.contentCollectionSection .content a {
    text-decoration: none;
}

.contentCollectionSection .collection_children_list > .row {
    margin-bottom: 2rem;
}


.contentCollectionSection .content.hasImage a > h3 {
    color: #C42A2A;
}

    .contentCollectionSection .content.hasImage a > h3:hover {
        color: #220504;
    }



.contentCollectionSection .content p.startDate {
    margin-bottom: 0; /***/
}

.collection_children_list .item > div {
    height: 100%;
}

    .collection_children_list .item > div > a > img, .collection_children .item > div .content {
        float: left;
    }

    .collection_children_list .item > div .content.hasImage {
        /*border-bottom: none;*/
        border-bottom: 1.5px solid #D3CDCD;
        width: -webkit-fill-available;
        width: 100%;
        /*margin: -32px 0 2px 0;*/
    }

    .collection_children_list .item > div.hasImage .contentOuter {
        height: auto;
        /*margin: 0 30px 0 30px;*/
    }

.subLandingPage .collection_children_list .item > div.hasImage .contentOuter {
    margin: 0 15px 0 15px;
}

.collection_children_list .item > div.hasImage .contentOuter {
    padding-bottom: 3px;
}

/**************************/
/* carouselSectionAdvanced */
@media screen and (min-width: 768px) {
    .carouselSectionAdvanced .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.carouselSectionAdvanced .slide img {
    float: right;
}

.carouselSectionAdvanced .carousel-panel .slide img {
    visibility: hidden;
}

/**************************/

.listingsSection {
    margin-bottom: 6rem;
}

/*@media screen and (min-width: 768px) {
    .listingsSection .row {
        margin-left: 0;
        margin-right: 0;
    }
}*/

    .listingsSection h2,
    .listingsSection .intro {
        text-align: center;
    }

    .listingsSection .featuredItem {
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

        .listingsSection .featuredItem .content {
            position: absolute;
            width: 100%;
            text-align: center;
            padding: 5px;
            bottom: 0;
            left: 0;
            z-index: 100;
        }

            .listingsSection .featuredItem .content p.intro {
                display: none;
            }

            .listingsSection .featuredItem .content a {
                color: #fff;
                text-decoration: none;
            }

        .listingsSection .featuredItem .imageOverlay__overlay {
            right: 0;
            left: 0;
        }

        .listingsSection .featuredItem .imageOverlay__overlay {
            width: inherit;
        }

    .listingsSection .contentCollectionSection.collection_children_list .row {
        margin-bottom: 4.4rem;
    }

@media screen and (min-width: 568px) {
    .listingsSection .featuredItem .content {
        padding: 15px;
        bottom: 15px;
    }

        .listingsSection .featuredItem .content p.intro {
            display: inherit;
        }
}

/************************/
/* carousel */

.carousel-caption {
    text-align: left;
    color: #0a0a0a;
    text-decoration: none;
    text-shadow: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: inherit;
    max-height: 480px;
    padding: 0 15px 15px 15px;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        top: 5%;
        bottom: 5%;
        width: 466px;
        min-width: 466px;
        padding: 35px;
    }
}

@media screen and (min-width: 992px) {
    .carousel-caption {
        top: 10%;
        bottom: 10%;
    }
}

.container .container .carousel-caption {
    top: 15px;
    bottom: 35px;
}

.carousel-caption h4 {
    color: #1e1e1e;
}

.carouselSectionAdvanced .container > div {
    padding-left: 0;
}

.carouselSectionAdvanced .container {
    position: relative;
}

.carouselSectionAdvanced .carousel-panel {
    z-index: 2;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .carouselSectionAdvanced .carousel-panel {
        position: absolute;
        left: 0;
        top: 0;
        width: 466px;
    }
}

@media screen and (max-width: 767px) {
    .carouselSectionAdvanced .carousel-panel .carousel-inner {
        min-height: 200px;
        overflow: visible;
    }
}


/* Fade transition for carousel items */
.carouselSectionAdvanced .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carouselSectionAdvanced .carousel-fade .carousel-inner .item,
.carouselSectionAdvanced .carousel-fade .carousel-inner .active.left,
.carouselSectionAdvanced .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carouselSectionAdvanced .carousel-fade .carousel-inner .active,
.carouselSectionAdvanced .carousel-fade .carousel-inner .next.left,
.carouselSectionAdvanced .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carouselSectionAdvanced .carousel-fade .carousel-inner .next,
    .carouselSectionAdvanced .carousel-fade .carousel-inner .prev,
    .carouselSectionAdvanced .carousel-fade .carousel-inner .active.left,
    .carouselSectionAdvanced .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carouselSectionAdvanced .carousel-fade .carousel-control {
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .carouselSectionAdvanced .counter {
        position: absolute;
        bottom: 20px;
        left: 35px;
    }
}

.carouselSectionAdvanced .counter {
    color: #1e1e1e;
    z-index: 1;
}

.carouselSectionAdvanced .controls {
    position: absolute;
    /*bottom: -186px;
    left: 40px;*/
    bottom: -178px;
    right: 40px;
    z-index: 3;
    right: 24px;
    width: 60px;
    height: 40px;
}

@media screen and (min-width: 768px) {
    .carouselSectionAdvanced .controls {
        /*bottom: 24%;*/
        /*left: 375px;*/
        left: 388px;
        bottom: 26px;
        /*bottom: 8%;*/
    }
}

@media screen and (min-width: 992px) {
    .carouselSectionAdvanced .controls {
        bottom: 52px;
    }
}

@media screen and (min-width: 1200px) {
    .carouselSectionAdvanced .controls {
        bottom: 62px;
    }
}

@media screen and (min-width: 1400px) {
    .carouselSectionAdvanced .controls {
        bottom: 82px;
    }
}

.carouselSectionAdvanced .carousel-control.left, .carouselSectionAdvanced .carousel-control.right {
    background-image: none;
}

.carouselSectionAdvanced .carousel-control.left {
}

.carouselSectionAdvanced .carousel-control.right {
    left: 50px;
}

.carouselSectionAdvanced .carousel-caption .btn {
    text-align: left;
}

.carouselSectionAdvanced .carousel-caption p.intro {
    display: none;
}

@media screen and (min-width: 768px) {
    .carouselSectionAdvanced .carousel-caption p.intro {
        display: block;
    }
}


/* simple carousel */

.carouselSectionSimple {
    background-color: #fff;
}

    .carouselSectionSimple .carousel-control {
        background-image: none;
        top: 30%;
        width: 15%;
    }

@media screen and (min-width: 768px) {
    .carouselSectionSimple .carousel-control {
        top: 40%;
        width: 8%;
    }
}

.carouselSectionSimple .carousel-indicators {
    position: relative;
    bottom: -10px;
}

    .carouselSectionSimple .carousel-indicators li {
        background-color: #1e1e1e;
        border: none;
    }

        .carouselSectionSimple .carousel-indicators li.active {
            background-color: #C42A2A;
            width: 10px;
            height: 10px;
            margin: 1px;
        }

.carouselSectionSimple .slideText {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(30,30,30,.8); /* 1e1e1e */
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}

    .carouselSectionSimple .slideText p {
        margin: 0;
    }

.carouselSectionSimple .slide .slideTextButton {
    display: none; /* only for Scarlet */
}


/***************************************************/
/* peopleSearchSection */

.peopleSearchSection .widerWidth {
    padding-left: 5px;
}
@media screen and (min-width: 768px) {
    .peopleSearchSection .widerWidth {
        padding-left: 0;
        padding-right: 0;
    }
}
/***************************************************/
/* commemorations section  */
.resourcesSection,
.commemorationsSection {
    margin-top: 1rem;
    padding-top: 3.8rem;
}

section.container-fluid.resourcesSection .container,
section .container-fluid.commemorationsSection .container {
    margin-bottom: 3.1rem;
}

.resourcesSection.container-fluid.c_,
.commemorationsSection.container-fluid.c_ {
    padding-top: 1.3rem;
}


.resourcesSection .tabbedLinks,
.commemorationsSection .tabbedLinks {
    margin-top: 1.4rem;
    margin-bottom: 3.8rem;
}

.resourcesSection .container p.intro,
.commemorationsSection .container p.intro {
    width: 66.666%;
}

.resourcesSection .collection_children,
.commemorationsSection .collection_children {
    margin-top: 3.8rem;
}

.resourcesSection .commemorationItem,
.commemorationsSection .commemorationItem {
    margin-bottom: 3.8rem;
}

.resourcesSection .links,
.commemorationsSection .links {
    text-align: center;
    padding-top: 0.5rem;
}

.commemorationsSection .container {
    text-align: center;
}

.resourcesSection .img-responsive,
.commemorationsSection .img-responsive {
    margin: auto;
}


/*.resourcesSection .content.hasImage,
    .commemorationsSection .content.hasImage {
    background-color: #fff;
    margin: -32px 0 0 0;
    padding: 1px 15px 20px;
    position: relative;
    border-bottom: 1.5px solid #D3CDCD;
}*/

.commemorationsSection .content.hasImage {
    text-align: center;
}


@media screen and (min-width: 768px) {
    .resourcesSection .content.hasImage,
    .commemorationsSection .content.hasImage {
        margin: -32px 15px 0 15px;
    }
}

.resourcesSection .content.hasImage a > h3,
.commemorationsSection .content.hasImage a > h3 {
    color: #C42A2A;
}

    .resourcesSection .content.hasImage a > h3:hover,
    .commemorationsSection .content.hasImage a > h3:hover {
        color: #220504;
    }

/**************************/
/* peopleResults */

.peopleResults .content.hasImage {
    text-align: left;
}

.peopleResults .peopleData h6 {
    color: #1e1e1e;
}


.peopleResults .commemorationsSection,
.peopleResults .commemorationsSection .collection_children {
    margin-top: 0;
    padding-top: 0;
}


/***************/

.learningSearchSection {
    margin-top: 3rem;
}

/***************/

.learningResults .content.hasImage {
    text-align: left;
}

.learningResults .learningData h6 {
    color: #1e1e1e;
}


.learningResults .resourcesSection {
    margin-top: 0;
    padding-top: 0;
}

.learningResults .container > div.collection_children {
    margin-top: 0;
}

    .learningResults .container > div.collection_children li.resourceItem {
        margin-bottom: 3rem;
    }


/***************/
/* gallerySection */

.gallerySection .collection_children div:first-child ul.grid.effect-2 {
    margin-left: -15px;
}
.gallerySection .collection_children div:last-child ul.grid.effect-2 {
    margin-right: -15px;
}

.gallerySection .galleryItem {
    margin-bottom: 3.8rem;
}

/*.gallerySection .content.hasImage {
        background-color: #fff;
        margin: -32px 0 0 0;
        padding: 1px 15px 20px;
        position: relative;
        text-align: center;
        border-bottom: 1.5px solid #D3CDCD;
    }*/


.gallerySection .content.hasImage a > h3 {
    color: #C42A2A;
}

    .gallerySection .content.hasImage a > h3:hover {
        color: #220504;
    }


.gallerySection .content.hasImage a {
    text-decoration: none;
}

.gallerySection .modal-body img {
    margin: auto;
}

/***************/

.peopleSearch h4, .learningSearch h4 {
    color: #C42A2A;
}

.peopleSearch ul, .peopleSearch li, .learningSearch ul, .learningSearch li {
    list-style: none;
    padding-left: 5px;
}

    .peopleSearch li label, .learningSearch li label {
        margin-left: 5px;
    }

.peopleSearch #leftNav ul.navbar-left li a,
.learningSearch #leftNav ul.navbar-left li a {
    padding-left: 0;
}

.peopleSearch #leftNav .nav > li:first-child,
.learningSearch #leftNav .nav > li:first-child {
    border-top: none;
}


/**************************/
/* newsflashSection */
#newsflashSection {
    padding: 0;
}

    #newsflashSection:not(.c_) {
        background-color: #1e1e1e;
        color: #fff;
    }

   /* #newsflashSection img {
        max-width: 20%;
        margin: auto;
        padding-bottom: 15px;
    }*/

    #newsflashSection + #progressBar + .story,
    #newsflashSection + .newsItem,
    #newsflashSection + .event,
    #newsflashSection + .venue,
    #newsflashSection + .biography,
    #newsflashSection + .commemoration,
    #newsflashSection + .resource,
    #newsflashSection + .contentPage,
    #newsflashSection + .centredContentPage,
    #newsflashSection + .subLandingPage,
    #newsflashSection + .fullPage {
        margin-top: 3.8rem;
    }

    /*#newsflashSection + #progressBar + .story + .page_children  > .childrenOuter > .storyHeader > .bannerImage,*/
    #newsflashSection + .container-fluid > div:first-child.page_children > .childrenOuter > section:first-child.hasImage,
    #newsflashSection + .container-fluid > div:first-child.page_children > .childrenOuter > section:first-child.c_ {
        margin-top: -3.8rem;
    }


section#newsflashSection.container-fluid.c_ {
    margin-bottom: 0;
}

    section#newsflashSection.container-fluid.c_ .container {
        padding-bottom: 0;
        margin-bottom: 0;
    }

#newsflashSection .contentOuter {
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e6e6;
}

    #newsflashSection .contentOuter:last-child {
        padding-bottom: 0;
        /*margin-bottom: 0;*/
        border-bottom: none;
    }

#newsflashSection a.btn {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

#newsflashSection .t_d3cdcd a.btn {
    color: #d3cdcd;
    border: 1px solid #d3cdcd;
}

#newsflashSection .t_000000 a.btn {
    color: #000000;
    border: 1px solid #000000;
}

#newsflashSection .t_1e1e1e a.btn {
    color: #1E1E1E;
    border: 1px solid #2B8095;
}

#newsflashSection .t_544e4e a.btn {
    color: #544E4E;
    border: 1px solid #544E4E;
}

#newsflashSection .t_a79b9b a.btn {
    color: #A79B9B;
    border: 1px solid #A79B9B;
}

#newsflashSection .t_d3cdcd a.btn {
    color: #D3CDCD;
    border: 1px solid #D3CDCD;
}

#newsflashSection .t_e9e6e6 a.btn {
    color: #E9E6E6;
    border: 1px solid #E9E6E6;
}

#newsflashSection .t_c42a2a a.btn {
    color: #C42A2A;
    border: 1px solid #C42A2A;
}

#newsflashSection .t_2b8095 a.btn {
    color: #2B8095;
    border: 1px solid #2B8095;
}

#newsflashSection .t_d5e6ea a.btn {
    color: #D5E6EA;
    border: 1px solid #D5E6EA;
}
/**************************/
/* quoteSection */
.quoteSection {
    background-color: #e9e6e6;
}

    .quoteSection .quote {
        text-align: center;
        margin: auto;
        width: 75%;
    }

        .quoteSection .quote blockquote {
            quotes: "\201C""\201D""\2018""\2019";
            border-left: none;
            display: inline;
            padding: 0;
            margin: 0 0 15px 0;
        }

            .quoteSection .quote blockquote p {
                display: inline;
            }

            .quoteSection .quote blockquote:before {
                content: open-quote;
                margin-right: 0.15em;
            }

            .quoteSection .quote blockquote:after {
                content: close-quote;
                margin-left: 0.15em;
            }
/*****************************/
/* faqSection */
.faqSection {
}

    .faqSection h2, .faqSection h2 + p.intro {
        text-align: center;
    }

    .faqSection .panel.panel-default {
        background-color: #E9E6E6;
        padding: 0 1rem;
        margin-bottom: 15px;
    }

    .faqSection .panel-title {
    }

    .faqSection .panel-heading .panel-title {
        display: inline-block;
        width: 100%;
        padding: 10px 40px 5px 10px;
        color: #C42A2A;
        vertical-align: top;
    }

    .faqSection .panel-heading a {
        text-decoration: none;
        position: relative;
    }

        .faqSection .panel-heading a:after {
            max-width: 25px;
        }

        .faqSection .panel-heading a > span.accordion-control {
            display: inline-block;
            float: right;
            top: 0;
            right: 10px;
            position: absolute;
            background-image: url(../images/close-circle-small.png);
            background-repeat: no-repeat;
            width: 25px;
            height: 25px;
            margin: 1rem 0 0 0;
            background-size: 100%;
            background-position: 0;
        }

        .faqSection .panel-heading a.collapsed > span.accordion-control {
            background-image: url(../images/arrow-down-small.png);
        }

    .faqSection .panel-body {
        background-color: #E9E6E6;
        padding: 1rem 10px;
    }

@media screen and (min-width: 768px) {
    .faqSection .panel-heading .panel-title {
        padding: 10px 65px 5px 25px;
    }

    .faqSection .panel-body {
        padding: 1rem 25px;
    }

    .faqSection .panel-heading a > span.accordion-control {
        right: 20px;
    }
}
/*****************************/
/* entryPricesSection */
.entryPricesSection .row {
    margin-left: 0;
    margin-right: 0;
    /*font-size: 1.8rem;
        line-height: 2.7rem;*/
}

.entryPricesSection h2, .entryPricesSection p.intro, .entryPricesSection .links {
    text-align: center;
    margin-top: 1rem;
}

.entryPricesSection .panel.panel-default {
    margin-top: 10px;
}

.entryPricesSection .panel-body {
    margin-top: 3px;
    margin-bottom: 20px;
}

.entryPricesSection .panel-heading .panel-title {
    display: inline-block;
    width: 100%;
    padding: 1rem 10px;
    padding: 0 25px;
    background-color: #d5e6ea;
    color: #C42A2A;
    vertical-align: top;
}

.entryPricesSection .panel-heading a {
    text-decoration: none;
    position: relative;
}

    .entryPricesSection .panel-heading a:after {
        max-width: 25px;
    }

    .entryPricesSection .panel-heading a > span.accordion-control {
        display: inline-block;
        float: right;
        top: 14px;
        right: 10px;
        position: absolute;
        background-image: url(../images/close-circle-small.png);
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        margin: 1.2rem 0 0 0;
        background-size: 100%;
        background-position: 0;
    }

    .entryPricesSection .panel-heading a.collapsed > span.accordion-control {
        background-image: url(../images/arrow-down-small.png);
    }

.entryPricesSection .panelTitle .panel-title {
    padding: 0.5rem 10px;
    background-color: #d5e6ea;
}

.entryPricesSection .panelPrice .price-title {
    padding: 6px 2px 0;
}

.entryPricesSection .panelPrice .price-price {
    padding: 0 2px 6px;
}

.entryPricesSection .panelPrice .price-title {
    padding-left: 10px;
}

.entryPricesSection .panelPrice .price-price {
    padding-right: 10px;
}

.entryPricesSection .panelPrice + .panelPrice {
    border-top: 1px solid #d5e6ea;
}

.entryPricesSection .panelPrice:last-child {
    border-bottom: 1px solid #d5e6ea;
}

.entryPricesSection .panelTitle .panel-title {
    padding: 9px 30px 9px 15px;
}

.entryPricesSection .panel-heading .panel-title {
    padding: 9px 30px 9px 15px;
}

@media screen and (min-width: 768px) {

    .entryPricesSection .panelTitle .panel-title {
        padding: 9px 30px;
    }

    .entryPricesSection .panel-heading .panel-title {
        padding: 9px 30px;
    }

    .entryPricesSection .panelPrice .price-title {
        padding: 9px 2px 9px 30px;
    }

    .entryPricesSection .panelPrice .price-price {
        padding: 9px 30px 9px 10px;
    }

    .entryPricesSection .panel-heading a > span.accordion-control {
        right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .entryPricesSection .panelPrice .price-price {
        padding-left: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .entryPricesSection .panelPrice .price-price {
        padding-left: 30px;
    }
}
/*
@media screen and (min-width: 1200px) {
    .entryPricesSection .panel-heading .panel-title {
        padding-top: inherit;
        padding-bottom: inherit;
        padding-left: 10%;
        padding-right: 10%;
    }
}*/
/*****************************/
/* Learning Tours Section */
.learningToursSection {
}

    .learningToursSection h2, .learningToursSection h2 + p.intro {
        text-align: center;
    }

        .learningToursSection h2 + p.intro {
            text-align: center;
            width: 66.666%;
        }

    .learningToursSection .panel-heading {
        background-color: #C42A2A;
        padding: 0 1.5rem;
        margin-top: 2rem;
    }

    .learningToursSection .panel-title {
    }

    .learningToursSection .panel-heading .panel-title {
        display: inline-block;
        width: 100%;
        padding: .5rem 3.5rem .5rem .5rem;
        color: #fff;
        vertical-align: top;
    }

    .learningToursSection .panel-heading a {
        text-decoration: none;
        position: relative;
    }

        .learningToursSection .panel-heading a:after {
            max-width: 25px;
        }

        .learningToursSection .panel-heading a > span.accordion-control {
            display: inline-block;
            float: right;
            top: 50%;
            right: 0;
            position: absolute;
            background-image: url('../images/arrow-up.png');
            background-repeat: no-repeat;
            width: 25px;
            height: 25px;
            margin: 1.2rem 0 0 0;
            background-size: 100%;
            background-position: 0;
        }

        .learningToursSection .panel-heading a.collapsed > span.accordion-control {
            background-image: url('../images/arrow-down.png');
        }

    .learningToursSection .panel-body {
        padding: 0 3.5rem;
        margin-top: 2rem;
    }

@media (min-width: 768px) {
    .learningToursSection .panel-heading {
        padding: 0 3.5rem;
    }

    .learningToursSection .panel-body {
        padding: 0 3.5rem;
    }
}

@media (min-width: 1200px) {
    .learningToursSection .panel-heading {
        padding: 0 6.5rem;
    }

    .learningToursSection .panel-body {
        padding: 0 6.5rem;
    }
}
/*****************************/
/* news collection section */
.newsYear a, .newsMonth a {
    padding: 2px 5px;
    border: 1px solid transparent;
}

.newsYear.active a, .newsMonth.active a {
    background-color: #C42A2A;
    color: #fff;
}

.newsMonths {
    display: none;
}

.selectDropdown {
    padding: 10px 8px 14px 0;
    padding: 1.2rem 4rem 1.2rem 1rem;
    margin: 2px 0 0 0;
    background: #fff;
    border: 1px solid #1e1e1e;
    border-radius: 0;
    position: relative;
    color: #C42A2A;
    background: url(/images/icn-down-arrow-red.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 95%;
}

@media screen and (min-width: 568px) {
    .selectDropdown {
        margin: 7px 0 0 0;
    }
}

@media screen and (min-width: 1200px) {
    .selectDropdown {
        margin: 10px 0 0 0;
    }
}
/******************/
/* mailchimp forms - temp until CRM ready */

#mc_embed_signup {
    background: #fff;
    clear: left;
    /*font: 14px Helvetica,Arial,sans-serif;*/
    font: inherit;
}

#mc-embedded-subscribe-form input[type=checkbox] {
    display: inline;
    width: auto;
    margin-right: 10px;
}

/*#mergeRow-gdpr {
    margin-top: 20px;
}*/

#mergeRow-gdpr fieldset label {
    font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset {
    border: none;
    min-height: 0px;
    padding-bottom: 0px;
}

.success-message {
    color: green;
    font-style: italic;
    margin-bottom: 1em;
}

.mc-status:focus {
    margin: 1rem 0 2rem 0;
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: 1px solid #c4242a;
    color: #c4242a;
}

.mc-status:focus {
    outline: none;
}

/*#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 1px solid #e85c41;
}*/

#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}

#mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
}

#mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

    #mc_embed_signup .mc-field-group.gdprRequired {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #mc_embed_signup .mc-field-group label {
        display: block;
        margin-bottom: 3px;
    }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

#mc_embed_signup .radio, #mc_embed_signup .checkbox {
    margin: 0;
}



#mc_embed_signup input {
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}

#mc_embed_signup .mc-field-group.input-group ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

    #mc_embed_signup .mc-field-group.input-group ul li {
        display: block;
        padding: 3px 0;
        margin: 0;
    }

#mc-embedded-subscribe-form input[type=checkbox] {
    display: inline;
    width: auto;
    margin-right: 10px;
}

#mc_embed_signup input[type=checkbox] {
    -webkit-appearance: checkbox;
}

#mc_embed_signup input {
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#mc_embed_signup .mc-field-group.input-group label {
    display: inline;
    padding-left: 15px;
}

#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group.input-group input {
    display: inline;
    width: auto;
    border: none;
}

#mergeRow-gdpr > div.content__gdpr > fieldset > label > input {
    margin-left: 0;
    margin-top: 1px;
}

#mc_embed_signup input[type=checkbox] {
    -webkit-appearance: checkbox;
}

#mc_embed_signup input {
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#mc_embed_signup .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}


#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #c4242a;
}


#mc_embed_signup #mc-embedded-subscribe-form div.error-message {
    position: absolute;
    top: 35px;
    left: 40%;
    max-width: 50%;
    margin: 0;
    padding: 1rem 2rem;
    border: 1px solid #c4242a;
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #c4242a;
    z-index: 105;
}

    #mc_embed_signup #mc-embedded-subscribe-form div.error-message:before {
        content: "";
        position: absolute;
        top: 0;
        left: -16px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 15px solid #c4242a;
        border-bottom: 10px solid transparent;
    }

#mc_embed_signup #mc-embedded-subscribe-form .gdprRequired div.error-message {
    top: -2px;
}

#mc_embed_signup #mc-embedded-subscribe-form div.error {
    /*display: inline-block;
    margin: 2px 0 1em 0;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: #e85c41;*/
}

#mc_embed_signup #mc-embedded-subscribe-form input.error {
    border: 1px solid #c4242a;
}

#mc_embed_signup div.error-message {
    padding: 10px 0;
    font-weight: bold;
    z-index: 1;
    color: #c4242a;
}

/* additional */ 
#mc_embed_signup {
    font-family: Lato, sans-serif !important;
}

    #mc_embed_signup .mc-field-group.input-group label {
        padding-left: 15px;
    }

#mergeRow-gdpr > div.content__gdpr > fieldset > label > input {
    margin-left: 0;
    margin-top: 1px;
}

#mergeRow-gdpr > div.content__gdpr > fieldset > label > span {
    margin-left: 30px;
    font-weight: bold;
}

#mc_embed_signup .button {
    background-color: #C42A2A !important;
    border-radius: 0 !important;

    /* from institute form https://www.westminster-abbey.org/institute/join-the-institute-mailing-list  */
    /*#mc-embedded-subscribe-form input[type=checkbox]{display: inline; width: auto;margin-right: 10px;}
    #mergeRow-gdpr {margin-top: 20px;}
    #mergeRow-gdpr fieldset label {font-weight: normal;}
    #mc-embedded-subscribe-form .mc_fieldset{border:none;min-height: 0px;padding-bottom:0px;}*/

}
/*****************************/
/* event matchday section */
.eventMatchdayTabs {
    margin: 1rem 0 2.5rem;
}

.eventMatchdayTab {
    padding: 2px 18px 0 18px;
    margin: 1rem 0;
    border-right: 1px solid #D3CDCD;
}

@media screen and (max-width:767px) {
    .eventMatchdayTab {
        border: none;
        width: 100%;
        padding: 2px 18px 0 0;
    }
}

.eventMatchdayTab:first-child {
    padding-left: 0;
}

.eventMatchdayTab:last-child {
    padding-right: 0;
    border-right: none;
}

.eventMatchdayTab a {
    border: 1px solid transparent;
    text-decoration: none;
    padding-bottom: 10px;
    color: #1e1e1e;
}

    .eventMatchdayTab a:hover {
        color: #C42A2A;
    }

.eventMatchdayTab.active a {
    border-bottom-color: #C42A2A;
    border-bottom: 3px solid;
    color: #C42A2A;
}

.eventMatchdayCoverage {
    display: block;
}

    .eventMatchdayCoverage > h4 {
        color: #1e1e1e;
    }

.eventMatchdayCoverageItem {
    margin-right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
/*@media screen and (min-width: 568px) {
        .eventMatchdayCoverageItem {
            margin-left: 0px;
        }
    }*/
.eventMatchdayCoverageIcon {
    background-color: #e9e6e6;
    margin: 0 10px 10px 15px;
    padding: 15px 15px 0 15px;
}

    .eventMatchdayCoverageIcon img {
        /*position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
        padding-top: 28px;
        padding-bottom: 28px;
        margin: auto;
    }

.eventMatchdayCoverageTimeToGo, .eventMatchdayCoverageDetail {
    color: #1e1e1e;
}

.eventMatchdayCoverageTimeToGo {
    margin-right: 20px;
}

.eventMatchdayCoverageDetail {
    background-color: #e9e6e6;
    margin-bottom: 10px;
    padding: 28px 30px;
}

@media screen and (max-width: 567px) {
    .eventMatchdayCoverageIcon {
        display: none;
    }

    .eventMatchdayCoverage .row > div:last-child {
        margin-left: 15px;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .eventMatchdayCoverageIcon img {
        padding: 14px 0;
    }

    .eventMatchdayCoverageDetail {
        padding: 14px 15px;
    }

    .eventMatchdayCoverage .row > div,
    .eventMatchdayCoverage .row > div:last-child {
        margin-bottom: 10px;
    }
}

.eventMatchdayTweets {
    margin-top: 20px;
}

.eventMatchdayTweetItem, .eventMatchdayFactItem {
    clear: both;
    background-color: #e9e6e6;
    padding: 15px;
    margin-bottom: 20px;
}

.eventMatchdayFactItem {
    padding-bottom: 35px;
}

.eventFactShare, .eventTweetShare {
    float: right;
}

.eventTweetStats, .eventTweetShare, .eventFactShare {
    display: inline-block;
    /*width: 100%;*/
}

    .eventTweetStats ul {
        padding-inline-start: 0;
    }

    .eventTweetStats li, .eventTweetShare li, .eventFactShare li {
        list-style: none;
        float: left;
    }

        .eventTweetStats li img {
            max-height: 18px;
            margin-right: 5px;
            display: inline-block;
        }

        .eventTweetStats li span {
            margin-right: 10px;
            display: inline-block;
        }

        .eventTweetShare li img, .eventFactShare li img {
            max-width: 20px;
            margin-left: 10px;
            display: inline-block;
        }

.eventMatchdayTweetItemHeader {
    margin-bottom: 2rem;
}

    .eventMatchdayTweetItemHeader a {
        text-decoration: none;
        color: #1c94e0;
    }

    .eventMatchdayTweetItemHeader img {
        float: left;
        border-radius: 50%;
        padding: 0;
        margin: 0 2rem 1rem 0;
        max-width: 50px;
    }

        .eventMatchdayTweetItemHeader img.eventMatchdayTweetItemServiceImage {
            float: right;
            border-radius: 0;
            max-width: 50px;
        }

.eventMatchdayTweetImages {
    /* Prevent vertical gaps */
    line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 75%;
}

    .eventMatchdayTweetImages img {
        /* Just in case there are inline attributes */
        width: 100% !important;
        height: auto !important;
        padding-top: 10px;
    }

    .eventMatchdayTweetImages.media1 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .eventMatchdayTweetImages.media2, .eventMatchdayTweetImages.media4, .eventMatchdayTweetImages.media6, .eventMatchdayTweetImages.media8, .eventMatchdayTweetImages.media10, .eventMatchdayTweetImages.media12 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .eventMatchdayTweetImages.media3, .eventMatchdayTweetImages.media5, .eventMatchdayTweetImages.media7, .eventMatchdayTweetImages.media9, .eventMatchdayTweetImages.media11 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
/*.eventMatchdayTweetItemImage {
        margin-top: 1rem;
        display: inline-block;
        width: 24.5%;
    }

        .eventMatchdayTweetItemImage.media1 {
            width: 67%;
        }

        .eventMatchdayTweetItemImage.media2, .eventMatchdayTweetItemImage.media4, .eventMatchdayTweetItemImage.media6, .eventMatchdayTweetItemImage.media8, .eventMatchdayTweetItemImage.media10, .eventMatchdayTweetItemImage.media12 {
            width: 49.5%;
        }

        .eventMatchdayTweetItemImage.media3, .eventMatchdayTweetItemImage.media5, .eventMatchdayTweetItemImage.media7, .eventMatchdayTweetItemImage.media9, .eventMatchdayTweetItemImage.media11 {
            width: 32%;
        }*/
.eventMatchdayTweetItem.origTweet {
    margin-left: 80px;
    margin-right: -80px;
}

.eventMatchdayTweetItemText a {
    color: #c4242e;
}

.taggedIndexSection #navbarList {
    margin: 10px 0 0 0;
}
/*****************************/
/* stories longform section */
/*#progressBar {
    position: fixed;
    top: 172px;
    left: 0;
    transition: top 0.25s ease-in-out;
    z-index: 105;
    width: 100%;
    display: block;
    font-size: 1rem;
    line-height: 1rem;
}

#progressBar.fix {
    top: 45px;
}

#progressBar a {
    padding: 0;
    margin: 0;
    height: 10px;
    min-width: 100px;
    display: inline-block;
    background-color: #c4242a;
    opacity: 0;
}*/
#progressBar {
    position: fixed;
    top: 71px;
    left: 0;
    transition: top 0.25s ease-in-out;
    z-index: 105;
    width: 0;
    display: block;
    font-size: 1rem;
    line-height: 1rem;
    background-color: #c4242a;
    height: 10px;
}
.hasMenu #progressBar {
    top: 71px;
}

    @media (min-width: 992px) {

        #progressBar {
            top: 127px;
        }
        .hasMenu #progressBar {
            top: 172px;
        }

        #progressBar.fix {
            top: 0;
        }
        .hasMenu #progressBar.fix {
            top: 45px;
        }
    }

    /*#progressBar a {
        padding: 0;
        margin: 0;
        height: 10px;
        min-width: 100px;
        display: inline-block;
        background-color: #c4242a;
        opacity: 0;
    }*/
    .story + .page_children .parallax { /* The image used */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    margin-bottom: 3.8rem;
    /*background-color: rgba(0,0,0,.5);
    color: #fff;*/
}
/* iPhone 5, 5C, 5S, SE - 568 x 320  */
@media screen and (device-aspect-ratio: 40/71) and (max-device-width : 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .story + .page_children .parallax {
        background-attachment: scroll;
    }
}
/* iPhone 6, 6+, 6S, 7 - 667 x 375  */
@media screen and (device-aspect-ratio: 375/667) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .story + .page_children .parallax {
        background-attachment: scroll;
    }
}

.story + .page_children .parallax .container {
    background-color: rgba(0,0,0,.5);
    color: #fff;
}

.story + .page_children .narrow {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 768px) {
    .story + .page_children .wide {
        padding-left: 50px;
        padding-right: 50px;
    }

    .story + .page_children .narrow {
        padding-left: 120px;
        padding-right: 120px;
    }
}
/***************/
.storyHeader .bannerImage {
    position: relative;
    margin-bottom: 50px;
}

    .storyHeader .bannerImage img {
        width: 100%;
    }

    .storyHeader .bannerImage .captionAndCredit {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 10px 20px 4px;
        background-color: rgba(0,0,0,0.5);
        color: #fff;
        font-size: 1.4rem;
        line-height: 2.1rem;
    }

@media (min-width: 992px) {
    .storyHeader .bannerImage .captionAndCredit {
        padding-left: 50px;
    }
}

.storyImage .secondaryImage .credit, .storyHeader .bannerImage .captionAndCredit .credit {
    font-style: italic;
}

.storyHeader .socialPanel {
    margin: auto 0;
}

.storyHeader h1, .storyHeader h2, .storyHeader p.intro, .storyHeader p.minutes {
    text-align: center;
}

.storyHeader p.intro {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: .5rem;
}

.storyHeader p.minutes {
    margin-top: 1.4rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-bottom: 1.4rem;
}

.storyHeader p.spacer img {
    margin: .5rem auto 3rem;
    padding: 0;
}

.storyText h2 + div p:first-child:first-letter, .storyHeaderText p:first-child:first-letter {
    font-family: Lustria, serif;
    font-size: 8rem;
    line-height: 8rem;
    vertical-align: top;
    float: left;
    margin: 0 0 -1rem 0;
    padding: 0 6px 0 0;
}
/***************/
@media (min-width: 768px) {
    .storyText .narrow aside.custom-video-embed {
        margin-left: -120px;
        margin-right: -120px;
    }
}

.storyText blockquote.quote {
    margin-bottom: 3.8rem;
}
/***************/
.storyImage .container {
    height: inherit;
}

    .storyImage .container .row {
        height: initial;
    }

.storyImage .headers {
    margin: auto 0 0 0;
    padding-bottom: 0;
}

.storyImage.parallax .headers {
    transform: translateY(50%);
}

.storyImage:not(.parallax) .headers .title {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: .5rem;
}

.storyImage:not(.parallax) .headers .intro {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-bottom: .35rem;
}

.storyImage .credit {
    border-top: 1px solid #1e1e1e;
    padding-top: 1rem;
    font-style: italic;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.1rem;
}

.storyImage .modal-dialog {
    width: 90%;
    max-width: 1400px;
    color: #fff;
    text-align: center;
}

    .storyImage .modal-dialog .modal-header {
        border-bottom: none;
    }

    .storyImage .modal-dialog p.intro {
        margin-top: 3rem;
    }

.storyImage .secondaryImages .secondaryImage img {
    margin-bottom: 10px;
}

.storyImage.parallax .secondaryImages {
    margin-top: 3.8rem;
}

    .storyImage.parallax .secondaryImages .secondaryImage img {
        margin-bottom: 20px;
    }

.storyImage .mainImage img {
    cursor: url(../images/zoom-glass.png), pointer;
}

/***************/
.storyQuote .quoteLeft {
    float: left;
    max-width: 30%;
    margin-right: 30px;
    width: 100%;
    height: auto;
}

.storyQuote .quoteRight {
    float: right;
    width: calc(70% - 30px);
}

.storyQuote .narrow .quoteText {
    width: 80%;
}

.storyQuote .authorRole {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-top: 3rem;
    margin-bottom: .35rem;
}

.storyQuote .author {
    text-transform: uppercase;
}

.storyQuote .role {
}

.storyQuote h3.quoteText {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: .35rem;
}

.storyQuote .narrow h3.quoteText {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: .5rem;
}

.storyQuote .spacer {
    padding: 0;
    margin: 0;
    height: 10px;
    width: 80px;
    display: inline-block;
    background-color: #c4242a;
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .storyQuote {
        padding-top: 1.4rem;
        margin-bottom: 1.4rem;
    }

    .storyQuote h3.quoteText {
        font-size: 2.4rem;
        line-height: 3.6rem;
        margin-bottom: .5rem;
    }

    .storyQuote .narrow h3.quoteText {
        font-size: 3rem;
        line-height: 4.5rem;
        margin-bottom: .75rem;
    }
}

/***************/
.storyInfo h2, .storyInfo h3 {
    text-align: center;
}

.storyInfo .linksHeader {
    text-transform: uppercase;
}

.storyInfo .links ul, .storyInfo .links li {
    list-style: none;
    /*padding-left: 5px;*/
}

.storyInfo .links ul {
    padding: 5px 0
}

.storyInfo .links li {
    padding: 5px 0;
}

.storyInfo .links .newWindow {
    margin-right: 10px;
}

/***********/

section.container-fluid.c_.contentIndexSection {
    padding: .5rem 0;
    margin-bottom: 3.8rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

section.container-fluid:not(.c_).contentIndexSection {
    padding: .5rem 1rem;
    margin-bottom: 3.8rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

    section.container-fluid.c_.contentIndexSection > .container {
        padding-bottom: 0;
        margin-bottom: 0;
    }

section.container-fluid:not(.c_).contentIndexSection > .container.c_ {
    padding-top: 0;
    padding-bottom: 0;
}

.contentIndexSection .nav > li > a {
    padding: 0px 0;
    margin: 0.5rem 2rem 0.5rem 0;
    color: #fff;
}

/***********/

.audioBlock {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    min-height: 200px;
}

.audioBlock .left {
    float: left;
    width: 180px;
    height: 180px;
    margin: 0 2rem 0 0;
}
audioBlock .right {
    float: right;
    text-align: left;
}

/***********/


iframe body .eds-modal-title {
    font-family: Lustria, Lato, sans-serif !important;
}