html, body, form {
    width: 100%;
    height: 100%;
}

.picture-frame {
    border: 1px solid #eaeaea;
    }

.background-grey { background-color: #f3f4f6; }
.background-mangenta { background-color: #e6145f; color: white; }

/* BX Slider Overrides*/

.bx-wrapper {
    background-color: transparent;
}

    .bx-wrapper .bx-controls-direction a {
        z-index: 9998;
    }

/* pagebanner slider */


/* Navigation */
.navigation-wrapper {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: -300px;
    width: 380px;
    opacity: 0;
    transition: all 0.5s ease;
}

    .navigation-wrapper:hover {
        right: 0px;
        opacity: 1;
    }

.navigation {
    width: 100%;
    height: 100%;
    padding: 40px;
    background-color: #ae1543;
    overflow-y: auto;
}

.navigation__close,
.navigation__close:hover,
.navigation__close:visited {
    display: block!important;
    font-size: 18px!important;
    line-height: 52px!important;
    padding: 0px 75px 25px 0px!important;
    color: white;
    text-decoration: none;
    text-align: right;
    background: transparent url(../images/navigation-close.png) no-repeat right top!important;
    border-bottom: rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

.navigation__item,
.navigation__item:hover,
.navigation__item:visited {
    display: block;
    font-size: 24px;
    padding: 20px 0px;
    color: white;
    text-decoration: none;
}

/*
    Homepage Header CSS 
*/

.cover {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    top: 0;
}

.cover__content {
    display: table-cell;
    /*padding: 25px;*/
    vertical-align: middle;
    text-align: center;
    width: 150px;
    margin: auto auto;
    color: white;
}

    .cover__content h1 {
        font-size: 60px;
        font-weight: normal;
        margin-bottom: 35px;
        margin-top: 80px;
        line-height: 70px;
    }

    .cover__content h2 {
        font-size: 30px;
        font-weight: normal;
    }

.cover__play {
    margin: 20px auto;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    cursor: pointer;
}

.cover__fancybox-button {
    margin-top: 30px;
}

.cover__link-button {
    margin-top: 75px;
}

@media all and (max-width: 759px) {
    .cover__content h1 { margin-top: 30px; margin-bottom: 0px; font-size: 30px; line-height: 1.2; }
    .cover__content h2 { font-size: 20px; line-height: 1.2; padding: 0px 25px; }
    .cover__link-button { margin-top: 55px; }
}


@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        opacity: 0.3;
    }

    80% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(0.8, 0.8);
        opacity: 0.3;
    }
}

@keyframes pulsate {
    0% {
        transform: scale(0.8, 0.8);
        opacity: 0.3;
    }

    80% {
        transform: scale(1.2, 1.2);
        opacity: 1.0;
    }

    100% {
        transform: scale(0.8, 0.8);
        opacity: 0.3;
    }
}

.video-container {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    background-color: orange;
    background: transparent url('../Images/sunrise-banner.jpg') no-repeat center center;
    background-size: cover;
}

.header-container {
    width: 100%;
    height: 100%;
    position: relative;
}

/*@media all and (min-width: 959px) and (max-height: 654px) {
    .cover {
        top: -7%;
    }
}

@media all and (min-width: 959px) and (max-height: 560px) {
    .cover__link-button {
        margin-top: 10px;
    }

    .cover__fancybox-button {
        margin-top: 10px;
    }
}

@media all and (min-width: 959px) and (max-height: 500px) {
    .cover__content h2 {
        display: none;
    }

    .cover__content h1 {
        margin-bottom:0px;
    }
}

@media all and (min-width: 959px) and (max-height: 400px) {
    .cover__content h1 {
        display: none;
    }
}

@media all and (min-width: 959px) and (max-height: 365px) {
    .cover__link-button {
        display:none;
    }

    .cover__fancybox-button {
        margin-top:0px;
    }

    .cover {
        top:0%;
    }
}

@media all and (max-width: 959px) {
    .cover__content h1 {
        line-height: normal;
        margin-top: 70px;
        margin-bottom: 25px;
        font-size: 35px;
    }

    .cover__content h2 {
        font-size: 25px;
    }

    .video-container, .header-container {
        height: auto;
    }

    .cover {
        top: 5%;
    }

    .cover__fancybox-button {
        margin-top: 20px;
    }

    .cover__link-button {
        margin-top: 20px;
    }
}



@media all and (max-width: 768px) {
    .cover__content h1 {
        display: none;
    }

    .cover {
        top: 20%;
    }

    .cover__fancybox-button {
        margin-top: 5px;
    }

    .cover__link-button {
        margin-top: 5px;
    }
}

@media all and (max-width: 568px) {
    .cover__link-button {
        display: none;
    }

    .cover {
        top: 30%;
    }
}

@media all and (max-width: 479px) {
    .header-link-arrow {
        display: none;
    }

    .cover {
        top: 42%;
    }

    .cover__play {
        width: 55px;
    }

    .cover__fancybox-button {
        display: block;
        margin-top: 0px;
    }
}*/

.header-link-arrow {
    display: block;
    position: absolute;
    left: calc(50% - 16px);
    margin-top: -43px;
    z-index: 8000;
    text-align: center;
}

.top-bar {
    position: fixed;
    z-index: 8000;
    width: 100%;
    text-align: right;
}

    .top-bar .logo {
        float: left;
        width: 320px;
        padding: 20px 0px 10px 20px;
        position: relative;
        z-index: 8001;
    }


@media only screen and (max-width: 479px) {
    .top-bar .logo {
        float: left;
        width: 175px;
    }
}

/* Buttons */
.magenta-button a, .mangenta-button a:visited,
.dark-magenta-button a, .dark-mangenta-button a:visited {
    text-decoration: none;
    color: white!important;
}

.magenta-button, .mangenta-button:visited {
    text-decoration: none;
    color: #ffffff!important;
}

.dark-magenta-button, .dark-mangenta-button:visited {
    text-decoration: none;
    color: white!important;
}

.mangenta-button, .dark-mangenta-button {
    text-decoration: none;
    color: white;
    padding: 15px 20px;
    white-space: nowrap;
    display: inline-block;
    border: 1px solid #ffffff;
    transition: all 0.25s ease;
}

    .mangenta-button:hover {
        color: white;
        border: 1px solid #ae1543;
    }

    .mangenta-button.long {
        padding: 12px 50px;
        color: #e61e5f;
        border: 1px solid #e61e5f;
    }
    .mangenta-button.long:hover {
        padding: 12px 50px;
        border: 1px solid #ae1543;
        background-color: #ae1543;
        color: #ffffff;
    }
    .mangenta-button.long:visited {
        padding: 12px 50px;
        color: #e61e5f;
        border: 1px solid #e61e5f;
    }

.mangenta-button--text-image-control {
    padding: 12px 50px;
    color: #e61e5f;
    border: 1px solid #e61e5f;
    text-decoration: none;
}
    .mangenta-button--text-image-control:hover {
        padding: 12px 50px;
        border: 1px solid #ae1543!important;
        background-color: #ae1543;
        color: #ffffff!important;
    }
    .mangenta-button--text-image-control:visited {
        padding: 12px 50px;
        color: #e61e5f;
        border: 1px solid #e61e5f;
    }

.dark-mangenta-button {
}
    .dark-mangenta-button:hover {
        color: white;
        border: 1px solid #711131;
    }

@media all and (max-width: 479px) {
    .mangenta-button, .dark-mangenta-button {
        font-size: 14px;
        padding: 15px 10px;
    }

        .mangenta-button.long {
            padding: 12px 30px;
        }
}


/* ======================================== */
/* footer
/* ======================================== */

.footer {
    padding: 60px 0px;
    background-color: #112027;
    color: #a4a9ad;
    font-size: 15px;
    clear: both;
    }

    .footer a, .footer a:visited { color: #e61e5f; text-decoration: none; transition: all 0.25s ease-in; }
    .footer a:hover { text-decoration: underline; color: #ffffff; }

    .footer__addresses {
        margin-bottom: 60px;
        text-align: center;
        }

        .footer__addresses__address {
            margin-bottom: 20px;
            }

            .footer__addresses__address__location {
                font-size: 17px;
                color: white;
                }

            .footer__addresses__address__address {
                margin-bottom: 5px;
                }

    .footer__logo {
        text-align: center;
        margin-bottom: 20px;
        }


    .footer__livingwage {
        text-align: center;
        margin-bottom: 20px;
        }

    .footer__social-media {
        text-align: center;
        margin-bottom: 20px;

        }

    .footer__social-media-icon {
        opacity: 0.6;
        transition: all 0.25s ease-in;
        }

    .footer__social-media-icon:hover {
        opacity: 1.0;
        }

    .footer__copyright {
        text-align: center;
        font-size: 13px;
        }

@media all and (min-width: 769px) {
    .footer__addresses { text-align: left; overflow: auto; }
    .footer__addresses__address { float: left; width: 30%; padding-left: 10%; }
    .footer__addresses__address__location { margin-bottom: 20px; }
    .footer__addresses__address__address { margin-bottom: 20px; }
    }

@media all and (min-width: 1279px) {
    .footer { padding: 100px 0px; }
    .footer-container { max-width: 1200px; margin: 0px auto; padding: 0px 10px; }
    .footer__addresses { float: right; width: 75%; }
    .footer__logo { float: left; width: 25%; }
    .footer__social-media { float: right; }
    .footer__copyright { float: left; }
    }


/*
      Footer CSS
      

.footer {
    font-size: 14px;
    }

.footer-logo {
}

.social-logos {
    text-align: right;
}

.footer-top {
}

.footer-bottom {
}

@media all and (max-width: 768px) {
    .social-logos { text-align: center; }
    }

/*@media all and (max-width: 959px) {
    .footer-logo {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .footer-top {
        margin-left: 30px;
    }
}

@media all and (max-width: 479px) {
    .footer-top {
        margin-left: 20px;
    }

    .social-logos {
        margin-top: 20px;
        float: none;
    }
}*/

/* ======================================== */
/* accordion
/* ======================================== */

.accordion {

    }
    
    .accordion__item {
        background-color: #bf1850;
        margin-bottom: 10px;
        }

    .accordion__item__title {
        cursor: pointer;
        padding: 10px 40px 10px 20px;
        background: transparent url(../images/accordion-state--closed.png) no-repeat right 16px;
        background-position-x: calc(100% - 15px);
        }

        .accordion__item__title--open {
            background-image: url(../images/accordion-state--open.png);
            }

    .accordion__item__content {
        padding: 10px 20px 20px 20px;
        font-size: 18px;
        line-height: 1.35;
        color: #fecbdd;
        }

@media all and (max-width: 768px) {
    .accordion__item__content { font-size: 17px; }
    .accordion__item__title { background-position-y: 12px; }
    }

/* ======================================== */
/* divider-icon
/* ======================================== */

.divider-hairline {
    }

.divider-icon {
    display: block; 
    height: 80px;    
    margin: -40px auto -40px auto;
    }

@media all and (max-width: 768px) {
    .divider-icon { height: 40px; margin-top: -20px; margin-bottom: -20px; }
    }

/* ======================================== */
/* quote-slider
/* ======================================== */

.quoteslider-container {
    padding: 115px 55px 115px 55px;
    text-align: center;
    }

    .quoteslider-text {
        color: white;
        font-size: 30px;
        margin-left: auto;
        margin-right: auto;
        }

    .quoteslider-author {
        color: white;
        margin-top: 40px;
        margin-bottom: 30px;
        }

        @media all and (max-width: 768px) {
            .quoteslider-container { padding: 60px 25px; }
            .quoteslider-text { font-size: 18px; }
            .quoteslider-title { font-size: 18px; }
            .quoteslider-author { margin-bottom: 20px; }
        }

.quoteslider .bx-wrapper {
    margin: 0 auto 0;
    background-color: none;
    }

    .quoteslider .bx-wrapper img {
        max-width: 100%;
    }

    .quoteslider .bx-wrapper .bx-pager.bx-default-pager a {
        background-color: white;
        background: white;
        height: 5px;
        width: 115px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        }


        .quoteslider .bx-wrapper .bx-pager.bx-default-pager a.active {
            background-color: #e61d5e;
            height: 5px;
            width: 115px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
        }
        
        @media all and (max-width: 768px) {
            .quoteslider .bx-wrapper .bx-pager.bx-default-pager a,
            .quoteslider .bx-wrapper .bx-pager.bx-default-pager a.active { width: 50px; }
            }

    .quoteslider .bx-wrapper .bx-viewport {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        background: none;
        border: none;
    }

    .quoteslider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: initial;
        padding:  0px;
        /*bottom: 75px;*/
    }

/* ======================================== */
/* ResourceSlider
/* ======================================== */

.resourceslider-container {
    padding: 115px 55px 115px 55px;
    text-align: center;
    margin-left: 80px;
    margin-right: 80px;
}

.resourceslider-text {
    color: white;
    font-size: 1.4rem;
    margin-left: auto;
    margin-right: auto;
}

.resourceslider-author {
    color: white;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: right;
    font-size: 1rem;
}

@media all and (max-width: 959px) {
    .resourceslider-text { font-size: 1.2rem; }
}

@media all and (max-width: 768px) {
    .resourceslider-container { padding: 60px 25px; }
    .resourceslider-text { font-size: 1rem; }
    .resourceslider-author { margin-bottom: 20px; font-size: 0.8rem; text-align: center; }
}

@media all and (max-width: 568px) {
    .resourceslider-text { font-size: 0.9rem; }
    .resourceslider-author { margin-bottom: 16px; font-size: 0.7rem; text-align: center; }
}

.resourceslider .bx-wrapper {
    margin: 0 auto 0;
    background-color: none;
}

.resourceslider .bx-wrapper img {
    max-width: 100%;
}

.resourceslider .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: white;
    background: white;
    height: 5px;
    width: 115px;
}

.resourceslider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #e61d5e;
    height: 5px;
    width: 115px;
}
        
@media all and (max-width: 768px) {
    .resourceslider .bx-wrapper .bx-pager.bx-default-pager a,
    .resourceslider .bx-wrapper .bx-pager.bx-default-pager a.active { width: 50px; }
}

.resourceslider .bx-wrapper .bx-viewport {
    background: none;
    border: none;
}

.resourceslider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: initial;
    padding:  0px;
}

.resourceslider-slide-container {
    width: 85%;
    margin: auto;
}

@media all and (max-width: 768px) {
    .resourceslider-slide-container { width: 70%; }
}

/* ======================================== */
/* Responsive content row
/* ======================================== */

.responsive-content-row {
    padding: 115px 0px;
    text-align: center;
    }

    .responsive-content-row__title {
        font-size: 43px;
        line-height: 1;
        text-align: center;
        margin-bottom: 20px;
        }

    .responsive-content-row__text {
    
        }

    .responsive-content-row__link a {
        color: orange;
        }

    @media all and (max-width: 768px) {
        .responsive-content-row__title { font-size: 34px; }
        }

/* ======================================== */
/* honey comb text block
/* ======================================== */

.honey-comb-block-container {
    padding: 115px 0px;
    }

    .honey-comb-block-title {
        font-size: 43px;
        text-align: center;
        margin-bottom: 20px;
     }

    .honey-comb-block-text {
    
        }

@media all and (max-width: 768px) {
    .honey-comb-block-container {
        padding: 60px 25px 45px;
        }

    .honey-comb-block-title {
        font-size: 34px;
        line-height: 1;
        }

    .honey-comb-block-text {
        text-align: left;
        }
}

/* ======================================== */
/* background-text-block-container
/* ======================================== */

.background-text-block-container {
    padding: 115px 0px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}

    .background-text-block-container .title {
        font-size: 32px;
        padding: 0 25px;
        }

    .background-text-block-container .content {
        font-size: 22px;
        padding: 0 25px;
        }

    .background-text-block-container a:hover {
        color: #a51a44;
        }

    @media all and (max-width: 1100px) {
        .background-text-block-container .content {
            font-size: 17px;
            }

        .background-text-block-container .title {
            font-size: 26px;
            line-height: 1.5;
            margin-bottom: 20px;
            }

        .background-text-block-container {
            padding: 50px 5px;
            background-attachment: scroll;
            }

        .background-text-block-container {
            background-size: 100% 100%;
            }
    }

    @media all and (max-width: 768px) {

        .background-text-block-container .title {
            font-size: 22px;
            line-height: 1.5;
            margin-bottom: 20px;
            }

        .background-text-block-container .content {
            font-size: 16px;
            }

        .background-text-block-container {
            padding: 50px 5px;
            background-attachment: scroll;
            }

        .background-text-block-container {
            background-size: 100% 100%;
            }
    }

    @media all and (max-width: 479px) {
        .background-text-block-container .title {
            font-size: 18px;
            line-height: 1.3;
            margin-bottom: 20px;
            }

        .background-text-block-container .content {
            font-size: 14px;
            }

        .background-text-block-container {
            padding: 50px 5px;
            background-attachment: scroll;
            }

        .background-text-block-container {
            background-size: 100% 100%;
            }
    }

/* ======================================== */
/* free-your-mind-container
/* ======================================== */

.free-your-mind-container {
    padding: 115px 0px;
    }

    .free-your-mind-container a {
        color: #e61d5f;
        }

        .free-your-mind-container a:hover {
            color: #a51a44;
        }

    .free-your-mind-container .title {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 20px;
        }

    .free-your-mind-container .content {
        }

    .free-your-mind-container .link > a {
        position: relative;
        color: #e61e5f;
        text-decoration: none;
        }
    .free-your-mind-container .link > a:hover {
        color: #711131;
        }
    .free-your-mind-container .link > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #711131;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
      }
    .free-your-mind-container .link > a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
      }




@media all and (max-width: 768px) {
    .free-your-mind-container { padding: 0px; }
    .free-your-mind-container .title { text-align: center; }
    .free-your-mind-container .link { text-align: center; }
    .free-your-mind-container .title { font-size: 26px; }
    }

/* ======================================== */
/* background-button-text-block-container
/* ======================================== */

.background-button-text-block-container {
    padding: 240px 0px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    }

    .background-button-text-block-container .content {
        max-width: 800px;
        font-size: 28px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        }

@media all and (max-width: 767px) {
    .background-button-text-block-container { padding: 45px 25px; background-attachment: scroll; }
    .background-button-text-block-container .content { text-align: left; font-size: 18px; }
    }

/* ======================================== */
/* arrow-text-block-container
/* ======================================== */

.arrow-text-block-container {
    padding: 115px 0px;
    background-attachment: fixed;
    }

    .arrow-text-block-container .title {
        color: white;
        font-size: 30px;
        margin-bottom: 20px;
        }

    .arrow-text-block-container .content {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
        color: #ffffff;
        }

        .arrow-text-block-container .content a {
            color: #ffffff;
            text-decoration: underline;
        }

        .arrow-text-block-container .content a:hover {
            color: #f3d0db;
            text-decoration: none;
        }

@media all and (max-width: 767px) {
    .arrow-text-block-container { padding: 40px 25px; background-attachment: scroll; }
    .arrow-text-block-container .title { font-size: 26px; }
        .arrow-text-block-container .content { font-size: 16px; }
    }

@media all and (max-width: 479px) {
    .arrow-text-block-container { padding: 25px 25px; background-attachment: scroll; }
    .arrow-text-block-container .title { font-size: 22px; }
        .arrow-text-block-container .content { font-size: 14px; }
    }

/* ======================================== */
/* quote-container
/* ======================================== */

.quote-container {
    padding: 35px 0px;
    }

    .quote-container .content {
        font-size: 30px;
         line-height: 1.2;
        margin-left: auto;
        margin-right: auto;
        max-width: 75%;
        }
    
    .quote-container .title {
        font-size: 22px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        max-width: 75%;
        font-style: italic;
        }

    .quote-container .image {
        }

    /* The 2 bottom strikethroughs are for the AlternateQuote control and the top one is for the Quote control *
    .quote-container .strikethrough {
        margin-bottom: -50px;
    }

    .quote-container .strikethrough-bottom {
        margin-top: 125px;
    }

    .quote-container .strikethrough-top {
        margin-bottom: 75px;
    }*/


@media all and (max-width: 479px) {
    .quote-container { padding: 40px 25px; }
    .quote-container .content { font-size: 22px; }
    .quote-container .title { font-size: 18px; margin-top: 20px; }
}

/* ======================================== */
/* content-and-image
/* ======================================== */

.content-and-image {
    padding: 50px 10px;
    clear: both;
    overflow: auto;
    }

    .content-and-image__content {
        width: 50%;
        padding: 0px 0px 0px 90px;
        position: relative;
        }

        .content-and-image__content__icon {
            position: absolute;
            left: 0px;
            width: 75px;
            }

        .content-and-image__content__title {
            font-size: 36px;
            line-height: 1;
            }

        .content-and-image__content__subtitle {
            font-size: 18px;
            color: #e71a5d;
            margin-bottom: 25px;
            }

        .content-and-image__content__body {

            }

    .content-and-image__image {
        width: 50%;
        }

    .content-and-image--even .content-and-image__content { float: left; }
    .content-and-image--even .content-and-image__image { float: right; padding: 0px 0px 0px 5%; }

    .content-and-image--odd .content-and-image__content { float: right; }
    .content-and-image--odd .content-and-image__image { float: left; padding: 0px 5% 0px 0px; }

@media only screen and (max-width: 759px) {
    
    .content-and-image { padding: 0px; }
    .content-and-image--even .content-and-image__content,
    .content-and-image--odd .content-and-image__content { float: none; width: 100%; padding-left: 65px; padding-right: 25px; }
    .content-and-image__content__icon { width: 45px; }
    .content-and-image__content__title { font-size: 24px; }
    .content-and-image__content__subtitle { font-size: 16px; margin-bottom: 5px; }
    .content-and-image__content__body { margin-left: -30px; }
    .content-and-image--even .content-and-image__image,
    .content-and-image--odd .content-and-image__image { float: none; width: 100%; padding: 25px 0px 50px 0px; max-width: 620px; margin: 0px auto; }
}

/* ======================================== */
/* product
/* ======================================== */

.product {
    padding: 50px 20px;
    clear: both;
    overflow: auto;
    }

    .product__content {
        width: 50%;
        }

        .product__content__logo {
            margin-bottom: 40px;
            max-width: 240px;
            }
        
        .product__content__body {
            margin-bottom: 50px;
            }

        .product__content__link,
        .product__content__link:visited {
            display: inline-block;
            background-color: #e61e5f;
            text-decoration: none;
            padding: 10px 45px;
            }

    .product__image {
        width: 50%;
        text-align: center;
        }

    .product__image img { max-height: 450px; }

    .product--even .product__content { float: left; }
    .product--even .product__image { float: right; padding: 0px 0px 0px 5%; }

    .product--odd .product__content { float: right; }
    .product--odd .product__image { float: left; padding: 0px 5% 0px 0px; }

@media only screen and (max-width: 759px) {
    
    .product { padding: 0px; }
    .product--even .product__content,
    .product--odd .product__content { float: none; width: 100%; padding: 0px 25px; }
    .product__content__logo {  margin-top: 60px; }
    .product__content__body {  margin-bottom: 15px; }
    .product--even .product__image,
    .product--odd .product__image { float: none; width: 100%; padding: 25px 0px 0px 0px; max-width: 620px; margin: 0px auto; }
    .product__content__link { margin: 0px auto; }
}


/* ======================================== */
/* timeline__item
/* ======================================== */

.timeline {

    }

    .timeline__item {
        position: relative;
        padding: 115px 0px 0px 0px;
        max-width: 650px;
        margin: 0px auto;
        }

        .timeline__item__line {
            position: absolute;
            left: 37px;
            top: 0px;
            height: 100%;
            width: 1px;
            background-color: #e61e5f;
            z-index: -1;
            }

        .timeline__item:last-child .timeline__item__line {
            height: 150px;
            }

        .timeline__item__icon {
            float: left;
            width: 75px;
            }

        .timeline__item__content {
            float: left;
            width: calc(100% - 75px);
            padding: 5px 0px 0px 50px;
            }

        
            .timeline__item__content__date {
                font-size: 20px;
                line-height: 1;
                color: #e61e5f;
                }

            .timeline__item__content__title {
                font-size: 34px;
                line-height: 1;
                }

            .timeline__item__content__text {
                margin-top: 10px;
                font-size: 19px;
                }

    @media all and (max-width: 759px) {

        .timeline__item { padding: 60px 0px 0px 0px; margin-top: -10px; }
        .timeline__item:last-child .timeline__item__line { height: 80px; }
        .timeline__item__line { left: 19px; }
        .timeline__item__icon { width: 39px; }
        .timeline__item__content { padding: 0px 0px 0px 10px; width: calc(100% - 55px); }
        .timeline__item__content__date { font-size: 16px; margin-bottom: 5px; }
        .timeline__item__content__title { font-size: 26px; }
        .timeline__item__content__text { font-size: 16px; }

    }

/* ======================================== */
/* image-title-text
/* ======================================== */

.image-title-text {
    padding: 115px 0px;
    }

    .image-title-text__image {
        text-align: center;
        margin-bottom: 25px;
        }

    .image-title-text__title {
        font-size: 43px;
        text-align: center;
        margin-bottom: 20px;
        }

    .image-title-text__text {
    
        }

@media all and (max-width: 768px) {
    .image-title-text {
        padding: 60px 25px 45px;
        }

    .image-title-text__image {
        margin-left: -35px;
        margin-right: -35px;
        }

    .image-title-text__title {
        font-size: 34px;
        line-height: 1;
    }

    .image-title-text__text {
        text-align: left;
    }
}


/* mobile icon divider */
.mobile-icon-divider-container {
    display: none;
}

@media all and (max-width: 768px) {
    .mobile-icon-divider-container {
        display: block;
        margin-left: auto;
        text-align: center;
        margin-right: auto;
    }
}

/* Innerpage Header */
.innerpage-header-container {
    background-repeat: no-repeat;
    height: 400px;
    background-size: cover;
    background-position: center;
}

    .innerpage-header-container .title {
        text-align: center;
        position: relative;
        color: white;
        line-height: 45px;
        top: 145px;
        font-size: 48px;
    }

    .innerpage-header-container .subtitle {
        text-align: center;
        position: relative;
        color: white;
        top: 164px;
        font-size: 30px;
    }

@media all and (max-width: 768px) {
    .innerpage-header-container {
        height: 350px;
    }

        .innerpage-header-container .title {
            top: 120px;
            font-size: 30px;
        }

        .innerpage-header-container .subtitle {
            top: 130px;
            font-size: 18px;
        }
}

@media all and (max-width: 479px) {
    .innerpage-header-container {
        height: 250px;
    }

    .innerpage-header-container .title {
        top: 90px;
        font-size: 28px;
    }

    .innerpage-header-container .subtitle {
        display:none;
    }
}

@media all and (max-width: 400px) {
    /*.innerpage-header-container .title {
        top: 100px;
        font-size: 22px;
        line-height: 24px;
    }

    .innerpage-header-container .subtitle {
        top: 130px;
        font-size: 18px;
        line-height: 22px;
    }*/
}

/* eService css */

.eservice-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

    .eservice-container .text-container {
        padding-left: 75px;
        padding-right: 215px; /*alternative is 150px*/
    }

    .eservice-container .service-icon {
        margin-left: 110px;
    }

    .eservice-container .title {
        font-size: 38px;
    }

    .eservice-container .subtitle {
        color: #e61d5f;
    }

    .eservice-container .content {
    }

@media all and (max-width: 1420px) {
    .eservice-container .service-icon {
        margin-left: 70px;
    }

    .eservice-container .text-container {
        padding-right: 10px;
    }
}

@media all and (max-width: 959px) {
    .eservice-container .service-icon {
        margin-left: 0px;
    }

    .eservice-container .text-container {
        padding-left: 10px;
    }
}

/* Customers control styles*/

.customers-container {
    margin-top: 70px;
    margin-bottom: 70px;
}

    .customers-container .image {
        padding-left: 10px;
        padding-right: 10px;
    }

    .customers-container .content-left {
        padding-left: 150px;
        padding-right: 100px;
    }

    .customers-container .content-right {
        padding-left: 100px;
        padding-right: 150px;
    }

    .customers-container .quote-image {
        width: 75px;
    }

    .customers-container .quote {
        font-size: 33px;
        line-height: 48px;
    }

    .customers-container .title {
        font-weight: bold;
    }

@media all and (max-width: 1200px) {
    .customers-container .quote {
        font-size: 28px;
    }

    .customers-container .content-left {
        padding-left: 20px;
        padding-right: 20px;
    }

    .customers-container .content-right {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (max-width: 959px) {
    .customers-container .content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .customers-container .quote-image {
        vertical-align: middle;
        margin-right: 20px;
    }
}

@media all and (max-width: 479px) {
    .customers-container .quote-image {
        display: none;
    }

    .customers-container .title {
        font-size: 18px;
    }

    .customers-container .quote {
        font-size: 22px;
        line-height: 34px;
    }
}

/* Breadcrumb */
.breadcrumb {
    min-height: 50px;
    line-height: 30px;
    text-align: left;
    color: white;
    font-size: 16px;
    background-color: rgba(230, 30, 95, 0.5);
    padding-left: 70px;
    padding-top: 11px;
    margin-top:-50px
}

    .breadcrumb a {
        color: #ffffff;
    }

.breadcrumb__item {
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    color: white;
    font-size: 16px;
    text-decoration: none;
}

    .breadcrumb__item:first-child {
        text-decoration: none;
    }

    .breadcrumb__item:last-child {
        color: white;
        text-decoration: none!important;
        font-size: 16px;
    }

.breadcrumb-divider-icon {
    background-image: url("../Images/bread-arrow.png");
    height: 14px;
    display: inline-block;
    width: 9px;
    background-repeat: no-repeat;
}

.breadcrumb-home-icon {
    background-image: url("../Images/bread-home.png");
    height: 14px;
    display: inline-block;
    width: 14px;
    background-repeat: no-repeat;
}





@media all and (max-width: 1200px) {
    .breadcrumb {
        padding-left: 10px;
    }
}

@media all and (max-width: 959px) {
    .breadcrumb-divider-icon {
        height: 10px;
        width: 7px;
        background-size: 7px 10px;
    }

    .breadcrumb {
        font-size: 16px;
    }

    .breadcrumb__item {
        font-size: 16px;
    }
}

@media all and (max-width: 479px) {
    .breadcrumb-divider-icon {
        height: 8px;
        width: 6px;
        background-size: 6px 8px;
    }

    .breadcrumb {
        min-height: 40px;
        font-size: 14px;
        padding-top: 7px;
        margin-top: -40px;
    }

    .breadcrumb__item {
        font-size: 14px;
    }
}


/* Slide In Navigation */
.header-mobile-padding {
    display: none;
    height: 60px;
}

.header-mobile {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

@media all and (max-width: 767px) {
    .header-mobile, .header-mobile-padding {
        display: block;
    }
}

/* ======================================================================== */

.header-mobile-information {
    display: none;
    height: 20px;
    background-color: yellow;
}

/* ======================================================================== */

.header-mobile-search {
    display: none;
    background-color: black;
    padding: 10px;
}

.header-mobile-search-input {
    overflow: auto;
}

    .header-mobile-search-input input,
    .header-mobile-search-input input:focus {
        height: 30px;
        border: none;
        width: 100%;
        padding: 3px 5px;
    }

.header-mobile-search-submit {
    float: right;
    width: 40px;
    height: 30px;
    background: black url(../images/ecms/mobile-icon-search-on.png) no-repeat center center;
}

/* ======================================================================== */

.header-mobile-navigation {
    display: none;
    background-color: black;
}

    .header-mobile-navigation ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

        .header-mobile-navigation ul li:not(:last-child) {
            border-bottom: 1px solid #333333;
        }

        .header-mobile-navigation ul li a {
            text-decoration: none;
            display: block;
            padding: 10px 10px;
            text-align: center;
            color: white;
        }

/* ======================================================================== */

.header-slidein-controls {
    height: 40px;
    position: relative;
    margin-top: 12px;
    margin-right: 20px;
}

    .header-slidein-controls.selected {
        display: none;
    }

.header-slidein-controls-navigation {
    float: right;
    width: 54px;
    height: 54px;
    background: url(../images/menu.png) no-repeat center center;
    background-size: contain;
}

.header-slidein-title {
    font-size: 20px;
    margin-right: 15px;
    color: white;
    line-height: 54px;
}

/*==================================================================================== 
    Navigation Widgets -- Languages and Search
====================================================================================*/

.navigation-widgets {
    z-index: 9000;
    position: absolute;
    right: 54px;
    /*background-color: #14222c;*/
    width:auto;
    transition: all 0.3s ease;
    height: 54px;/* This need to be here otherwise navigation cannot be clicked as its below the absolute div */
    clear: both;
    }

.navigation-widgets--expanded {
    width:30%;
}

    @media all and (max-width: 767px) {
        /*.navigation-widgets { width: 100%; }*/
        }

    .navigation-widgets__widget {
        animation: 1s ease-out 0s 1 slideInFromRight;
        clear: both;
        display:inline-block;
        transition: all 0.3s ease;
        background-color: #14222c;
        width:38px;
        height: 54px;
        }

        .navigation-widgets__widget--language {float: right;}
        .navigation-widgets__widget--search { }

        .navigation-widgets__widget__icon {
            float: left;
            display:inline-block;
            width: 38px;
            height: 54px;
            transition: all 0.3s ease;
            cursor: pointer;
            background-repeat: no-repeat;
            background-position: center center;
            }

            .navigation-widgets__widget--language .navigation-widgets__widget__icon { /* set by javascript assessing google translate plugin */ }
            .navigation-widgets__widget--search .navigation-widgets__widget__icon { background-image: url(../Images/search-icon.png);  }

        .navigation-widgets__widget__panel {
            display:inline-block;
            width: 0px;
            height: 54px;
            overflow: hidden;
            transition: all 0.3s ease;
            background-color: #111c2a;
            }

.navigation-widgets__widget--expanded {
    width: calc(100% - 38px);
    margin: 0px!important;
    border: none;
}

            .navigation-widgets__widget--expanded .navigation-widgets__widget__panel {
                width: calc(100% - 38px);
                padding-top: 5px;
                }
            
                .navigation-widgets__widget__panel input,
                .navigation-widgets__widget__panel select {
                    border: none;
                    width: 100%;
                    margin-top: 7px!important;
                    }

@media all and (max-width:1200px) {
    .navigation-widgets--expanded { width:40%; }
}

@media all and (max-width: 959px) {
    .navigation-widgets--expanded { width:50%; }
}

@media all and (max-width: 767px) {
    .navigation-widgets--expanded { width:60%; }
}

@media all and (max-width: 568px) {
    .navigation-widgets--expanded { width:70%; }
}

@media all and (max-width: 479px) {
    .navigation-widgets__widget { height:30px; }
    .navigation-widgets { height: 30px; }
    .navigation-widgets__widget__panel { height: 30px; }
    .navigation-widgets__widget__icon { height: 30px; }
    .navigation-widgets { right: 30px; }
    .navigation-widgets__widget__panel input,
    .navigation-widgets__widget--expanded .navigation-widgets__widget__panel {/* width:calc(100% - 130px); */padding-top: 3px; margin-top:0px;}
    .navigation-widgets__widget__panel input, .navigation-widgets__widget__panel select {padding: 3px;}
    .goog-te-gadget .goog-te-combo { margin:1px 0px 0px 0px!important; }
    }

@media only screen and (max-width: 479px) {
    .header-slidein-controls-navigation { width: 30px; height: 30px; }
    .header-slidein-controls { margin-right: 15px; margin-top: 15px; }
}

 /*==================================================================================== 
   etellect lookup override
====================================================================================*/

.etellectlookup__results {
    background-color:#14222c;
    color:#ffffff;
    border:#3f4246 1px solid;
    text-align:left;
}

.etellectlookup__results__item,
.etellectlookup__results__item.has-hover {
    background-color:#14222c;
    border-bottom: #3f4246 1px solid;
}


/* Blog */
.blog-item-list-actions-button, .blog-item-links-button {
    color: #121F28;
    border: 1px solid #e61e5f;
    padding: 8px 25px;
    text-align: center;
    transition: background 0.35s ease, padding 0.8s linear;
    white-space: nowrap;
    text-decoration: none;
}


    .blog-item-list-actions-button:hover, .blog-item-links-button:hover {
        color: #000000;
        border-color: #000000;
        cursor: pointer;
    }

    .blog-item-list-actions-button.read-more {
        background-color: #e61e5f;
        color: white;
        border-color: #e61e5f;
    }

        .blog-item-list-actions-button.read-more:hover {
            background-color: #ae1543;
            border-color: #ae1543;
        }

.blog-item-content-image {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.blog-item-links-previous {
    float: left;
    width: 50%;
    text-align: left;
}

.blog-item-links-next {
    float: right;
    width: 50%;
    text-align: right;
}

/* 
    ==================================================================================== 
     Blog 
    ==================================================================================== 
*/


.white-container 
{
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list-white-container {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    border-radius: 0px 0px 10px 10px;
}

.blog-item-date {
    margin-bottom: 20px;
}

.blog-sidebar-widget-heading {
    color: #121F28;
    padding: 10px;
}

.blog-sidebar-widget.blog-search .blog-sidebar-widget-heading {
    
}

.blog-picker-toggle {
    display: block;
    border-bottom: 1px solid #c6c6c6;
    color: #121F28;
    line-height: 38px;
    cursor: pointer;
}
    .blog-picker-toggle.open {
    }

.blog-sidebar-widget-content {
    background-color: #fff;
    padding: 10px;
}

    .blog-sidebar-widget-content ul {
        list-style-type: none;
    }

    .blog-sidebar-widget-content li {
        list-style-type: none;
    }

    .blog-sidebar-widget-content a {
        text-decoration: none;
        color: #e6145f;
    }

.blog-sidebar-widget-content-item {
    padding: 20px 0px;
}

    .blog-sidebar-widget-content-item:not(:last-child) {
        border-bottom: 1px solid #c6c6c6;
    }


.blog-list {
}

.blog-list-item {
    /*border-bottom: 1px solid #f2f2f2;*/
}

.blog-list-item-image {
    float: right;
    margin-left: 20px;
    border: 1px solid #273279;
}

    .blog-list-item-image div {
        width: 200px;
        height: 200px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

@media all and (max-width: 768px) {
    .blog-list-item-image div {
        width: 150px;
        height: 150px;
    }
}

.blog-list-item-content {
    min-height: 143px;
}

.blog-list-item-title,
.blog-list-item-title:visited,
.blog-list-item-title:hover {
    display: block;
    font-size: 28px;
    text-decoration: none;
    margin-bottom: 15px;
    color: #711131;
}

.blog-list-item-text {
    margin-bottom: 5px;
    color: #ae1543;
}

.blog-list-item-date {
    margin-bottom: 20px;
    font-style: italic;
    color: #e6145f;
}

.blog-item-list-actions {
    text-align: right;
}



.blog-sidebar-widget-content-search-input {
    background-color: #e6145f;
    padding: 7px;
}


/* ============================================================================ */
/* Basic Search - used by blog                           */
/* ============================================================================ */
.blog-sidebar-widget-content-search {
    overflow: auto!important;
    /*background-color: #711131;*/
    background-color: #e8e8e8;
    padding: 3px;
}

    .blog-sidebar-widget-content-search a, .blog-sidebar-widget-content-search a:hover {
        background-color: #e61e5f;
        text-align: center;
        color: white;
        width: 70px;
        margin: 3px;
        line-height: 34px;
        text-decoration: none;
    }

.blog-sidebar-widget-content-search-button a {
    float: right;
}

.blog-sidebar-widget-content-search-button {
    float: right;
}

.blog-sidebar-widget-content-search input {
    overflow: auto;
    width: 100%;
    height: 34px;
    border: none;
    background: white url(../images/icon-search.png) no-repeat 7px center;
    padding-left: 28px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .blog-sidebar-widget-content-search input:focus {
        border: none;
        background-color: #ECF5FF;
    }



/* Timeliner */

.timeline-wrapper h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #711131;
    font-family: MuseoSans;
}

.timeline-series dt a {
    color: #e61d5f;
}

.timeline-container {
    width: initial;
}

/* for some reason the timeliner plugin thinks its a good idea to resize the whole window to try make itself responsive*/
@media screen and (max-width: 768px) {
    * {
        max-width: initial;
    }
}

@media screen and (max-width: 568px) {
    .timeline-event-content p {
        width: 300px;
    }
}

@media screen and (max-width: 370px) {
    .timeline-series dt {
        font-size: 1.0em;
    }

    .timeline-series {
        width: 240px;
    }

    .timeline-event-content p {
        width: 210px;
        font-size: 16px;
    }

    .timeline-wrapper h2 {
        font-size: 30px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

/*
    ==================================================================================== 
    Masonry Gallery
    ==================================================================================== 
 */

.masonry-gallery {
    /*padding: 0px 20px;*/
    width: 100%;
    }

    /* item is invisible, but used for layout - required to make items animate - see masonry faqs */
    .masonry-gallery__item {
        float: left;
        /*width: PLEASE SPECIFY WIDTH in element class for example (etellect-gallery__item w50 w50--m w100--t) */
        /*padding: 5px;*/
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position:relative;
        }

    .masonry-gallery__item:hover  a {
        cursor: url(../images/etellect-cursor.svg), auto;
    }

        .masonry-gallery__item a {
            display: block;
            position: relative;
            overflow: hidden;
            }

.masonry-info {
    position: absolute;
    top: 0;
    display: none;
    z-index: 9999999999;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.50);
    color: #ffffff;
    padding: 10px;
    text-align: center;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.masonry-gallery__item__content:hover + .masonry-info {
    display: block;
}

/*.masonry-info:hover {
    z-index: 9999999999;
}*/

.masonry-gallery__item__name {
    text-align: center;
    position: absolute;
    padding: 7px;
    font-size:36px;
    color: #ffffff;
    z-index: 1001;
    bottom:50%;
    margin: auto;
    left: 0px;
    right: 0px;
    font-family: 'MuseoSans';
    text-shadow: 0px 4px 2px rgba(0, 0, 0, 1.0);
}
            
          .masonry-gallery__item__content__hoverstate {
            opacity:0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background-color: rgba(0, 0, 0, 0.50);
            color: #ffffff;
            padding: 10px;
            text-align: center;
            height: 100%;

            background-repeat: no-repeat;
            background-position: center center;
            
            -webkit-transition: opacity 0.4s ease-in-out;
            -moz-transition: opacity 0.4s ease-in-out;
            -ms-transition: opacity 0.4s ease-in-out;
            -o-transition: opacity 0.4s ease-in-out;
            transition: opacity 0.4s ease-in-out;
            }


            .masonry-gallery__item:hover .masonry-gallery__item__content__hoverstate {
                opacity:1;
             }
  

        .masonry-gallery__item img {
            width: 100%;
            height: auto;
            display: block;
            
            -webkit-transition: transform 0.4s ease-in-out;
            -moz-transition: transform 0.4s ease-in-out;
            -ms-transition: transform 0.4s ease-in-out;
            -o-transition: transform 0.4s ease-in-out;
            transition: transform 0.4s ease-in-out;
            }

            .masonry-gallery__item:hover img {
                transform: scale(1.2);
                }

            .masonry-sizer { display:inline-block; width:25%; }

@media all and (max-width: 959px) {
    .masonry-sizer { display:inline-block; width:100%; }
}

.masonry-tabs {
    width: 300px;
    margin: 0 auto;
}

    .masonry-tabs__tab {
        color:#686f74;
        text-decoration: none;
        padding: 20px 20px;
        font-size:19px;
        text-align:center;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        font-family: 'MuseoSans';
        border: 1px solid #e61e5f;
        margin: 5px 6px 5px 3px;
        width: 140px;
        height: 60px
    }

        .masonry-tabs__tab:hover {
           cursor:pointer;
           color: #ffffff!important;
           background-color: #e61e5f;
        }

        .masonry-tabs__tab.click {
            color: #36424a;
            text-decoration: none;
        }


    .masonry-tabs__content {
        background-color: #3b4145;
        color: #ffffff;
        padding: 15px 20px;
        border-radius:0px 5px 5px 5px;
        font-family: 'MuseoSans';
    }

    .masonry-tabs__count { font-size:40px; font-family: 'quicksandbold'; font-weight: normal; }

@media all and (max-width: 767px) {
    .masonry-tabs__tab { font-size: 16px; }
}


/* TextAndImageAlternating control styles*/

.TextAndImageAlternating-container {
    margin: -4px 0px;
}

    .TextAndImageAlternating-container .image {

    }

    .TextAndImageAlternating-container .content-left {
        padding-left: 80px;
        padding-right: 80px;
    }

    .TextAndImageAlternating-container .content-right {
        padding-left: 80px;
        padding-right: 80px;
    }

    .TextAndImageAlternating-container .quote-image {
        width: 75px;
    }

    .TextAndImageAlternating-container .title {
        font-size: 1.5em;
    }

    .TextAndImageAlternating-container .quote {
        font-size: 1.0em;
        line-height: 1.4em;
    }

@media all and (max-width: 1500px) {
    .TextAndImageAlternating-container .quote {
        font-size: 14px;
    }

    .TextAndImageAlternating-container .content-left {
        padding-left: 50px;
        padding-right: 50px;
    }

    .TextAndImageAlternating-container .content-right {
        padding-left: 50px;
        padding-right: 50px;
    }
}


@media all and (max-width: 1200px) {
    .TextAndImageAlternating-container .quote {
    }

    .TextAndImageAlternating-container .content-left {
        padding-left: 20px;
        padding-right: 20px;
    }

    .TextAndImageAlternating-container .content-right {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (max-width: 959px) {
    .TextAndImageAlternating-container .content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .TextAndImageAlternating-container .quote-image {
        vertical-align: middle;
        margin-right: 20px;
    }
}

@media all and (max-width: 479px) {
    .TextAndImageAlternating-container .quote-image {
        display: none;
    }

    .TextAndImageAlternating-container .title {
        font-size: 18px;
    }

    .TextAndImageAlternating-container .quote {
        font-size: 22px;
        line-height: 34px;
    }
}


/*.TextAndImageAlternating-container:hover {
    background: rgba(0,0,0,.05);
            -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
.TextAndImageAlternating-container:hover {
    background: rgba(0,0,0,.25);
    }*/

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-10%); opacity: 0;
  }
  100% {
    transform: translateX(0); opacity: 1;
  }
}

.logo {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromLeft;
}

@keyframes slideInFromRight{
  0% {
    transform: translateX(50%); opacity: 0;
  }
  100% {
    transform: translateX(0); opacity: 1;
  }
}

.header-slidein-controls-navigation {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromRight;
}

.cover__content {
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromLeft;
}

/*
============================================================================
    Speech Bubble
============================================================================
*/

.speech-bubble {
    position: relative;
    height: calc(100% - 40px);
    border-radius: 8px;
    background-color: #e5e5e5;
    padding: 20px;
}

.speech-bubble:after {
    position: absolute;
    content: " ";
    border-left: 40px solid transparent;
    border-top: 40px solid #e5e5e5;
    bottom: -40px;
    right: 20px;
}


/* =========================== COMMON OVERRIDE ===========================  */

.ecc_resource-column__content__image img {
    width: 30%;
}

.button, .button:visited {
    vertical-align: middle; 
    font-weight: normal;
    background-color: transparent;
    font-family: 'MuseoSans';
    font-size: 20px;
    border: 1px solid #e61e5f; 
    border-radius: 0px;
    color: #e61e5f;
    cursor: pointer;
    display: inline-block;
    padding: 20px 100px;
    text-align: center;
    text-decoration:none !important;
    transition: all 0.25s ease;
}    

    .button:hover {
        color: #ffffff;
        border: 1px solid #e61e5f;
        background-color: #e61e5f;
        text-decoration:none !important;
        }   
    .button:focus {
        color: #ffffff;
        border: 1px solid #e61e5f;
        background-color: #e61e5f;
        text-decoration:none !important;
        }   

.button[disabled] { 
    opacity: 0.5;
    pointer-events: none;
    }

.background-text-block-container .button, .background-text-block-container .button:visited {
    border: 1px solid #ffffff; 
    color: #ffffff;
    transition: all 0.25s ease;
}    

    .background-text-block-container .button:hover { 
        color: #ffffff;
        border: 1px solid #711131;
        background-color: #711131;
        text-decoration:none !important;
        }   

.background-text-block-container .button[disabled] { 
    opacity: 0.5;
    pointer-events: none;
    }

.honey-comb-block-container h4 {
    color: #e61e5f;
    font-size: 40px;
}

.background-text-block-container h4 {
    color: #ffffff;
    font-size: 40px;
}