html, body, form {
    width: 100%;
    height: 100%;
}

.picture-frame {
    border: 1px solid #eaeaea;
    }

.background-grey { background-color: #e0efff; }
.background-rounded { background-color: #e6145f; color: white; }

.background-grey input, textarea { padding: 15px; border-radius: 5px; }


/* 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;
    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__container {
    background: transparent url('../Images/header-bg.png') repeat fixed;
    /*transform: skewY(-2.25deg);*/
    width: 50%;
    margin: 0 auto;
    border-radius: 15px;
    padding: 10px 25px 35px 25px;
    border: 8px dotted #6f5eb0;
	box-shadow: inset 0 0 0 2px white;
    }

    .cover__content h1 {
        font-size: 80px;
        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/home-banner.jpg') no-repeat center center;
    background-size: cover;
}

.innerpage-header-container {
    width: 100%;
    height: 100%;
    position: relative;
    font-family:  'Open Sans SemiBold', Verdana, Geneva, sans-serif;
    text-shadow: 1px 1px 1px #000000;
}

/*@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: 275px;
        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 */
.mangenta-button a, .mangenta-button a:visited,
.dark-mangenta-button a, .dark-mangenta-button a:visited, a:visited {
    text-decoration: none;
    color: #fe157e;
}

.cover__content .mangenta-button, .dark-mangenta-button {
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.cover__content .mangenta-button:hover, .dark-mangenta-button:hover {
    text-decoration: none;
    color: #ffb6d5;
    border: 1px solid #ffb6d5;
}

.mangenta-button, .dark-mangenta-button {

    text-decoration: none;
    color: #fe157e;
    padding: 15px 20px;
    white-space: nowrap;
    display: inline-block;
    border: 1px solid #fe157e;
    border-radius: 5px;
    font-family:  Verdana, Geneva, sans-serif;
    font-size: 26px;
}

    .mangenta-button:hover {
        color: #c81867;
        border: 1px solid #c81867;
    }

    .mangenta-button.long {
        padding: 12px 50px;
    }

.dark-mangenta-button {
    border: 1px solid #f9157b;
}

    .dark-mangenta-button:hover {
        color: #c81867;
        border: 1px solid #c81867;
    }

@media all and (max-width: 479px) {
    .mangenta-button, .dark-mangenta-button {
        font-size: 16px;
        padding: 15px 10px;
    }

        .mangenta-button.long {
            padding: 12px 30px;
        }
}

@media all and (max-width: 479px) {
    .top-bar .logo {
        float: left;
        width: 175px;
    }
}


/* 
==================================================================================== 
Footer
==================================================================================== 
*/

.footer {
    background: #3e4852 url('../Images/footer-bg-transparent.png') repeat fixed;
    position: relative;
    color: #ffffff;
    padding: 40px 0;
    border-top: 3px solid #735bae;
    margin-top: 65px;
}

    .footer a,
    .footer a:visited {
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }

.footer-purple {
    background: #735bae url('../Images/footer-bg-transparent.png') repeat fixed;
    color: #ffffff;
    padding: 10px 0;
}
.footer-purple a {
    color: #d9c9ff;
}

.footer a,
.footer a:visited {
    text-decoration: none;
}

    .footer a:hover {
        text-decoration: underline;
    }

.footer-grey {
    background-color: #eeeeee;
    color: #ffffff;
    padding: 10px 0;
}

.footer a,
.footer a:visited {
    text-decoration: none;
}

    .footer a:hover {
        text-decoration: underline;
    }

.footer__top {
    padding: 35px 15px;
    font-size: 16px;
}

.footer_text {
    color: #ffffff;
    text-align: left;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    padding-top: 10px;
}

    .footer_text a {
        color: #d9c9ff;
        text-decoration: none;
    }
    .footer_text a:hover {
        color: #ffffff;
        text-decoration: underline;
    }

.footer_logo {
    margin-bottom: 20px;
}

.footer_navigation {
}

    .footer_navigation_small {
        font-family: OpenSansLight;
        color: #ffffff;
        font-size: 15px;
        text-align: left;
    }

    .footer_navigation a {
        font-family: OpenSansLight;
        color: #ffffff;
        font-size: 15px;
        text-align: left;
    }


.footer_navigation_parent a {
    font-family: OpenSansLight;
    color: #ffffff;
    font-size: 20px;
    text-align: left;
}

.footer_title {
    font-family: OpenSansLight;
    color: #4a4a4a;
    font-size: 16px;
}

.poweredby {
    text-align: right;
}


.footer__social-media {
    text-align: right;
}

.footer__social-media-icon {
    opacity: 0.7;
    transition: opacity 0.25s ease;
}

.footer__social-media-icon:hover {
    opacity: 1.0;
}

@media all and (max-width: 1450px) {
    .footer-grey {
        padding: 10px 20px;
    }
    .footer {
        padding: 20px 20px;
    }
    .footer-purple {
        padding: 10px 20px;
    }
   
}

@media all and (max-width: 959px) {

    .footer_navigation {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer_text {
        color: #ffffff;
        text-align: center;
        padding: 0px 20px 20px 20px;
        font-size: 12px;
    }

    .footer_logo {
        float: none;
        text-align: center;
    }

    .poweredby {
        text-align: center;
    }
    .social {
        text-align: right;
    }
    .payments {
        text-align: left;
    }
    .footer_navigation_small {
        color: #ffffff;
        font-size: 13px;
        text-align: center;
    }
}

.border-not-mobile {
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}

@media all and (max-width: 959px) {
    .border-not-mobile {
        border-right: none;
    }

    .footer__social-media {
        text-align: center;
    }
    .payments {
        text-align: left;
    }
}

@media all and (max-width: 540px) {
    .border-not-mobile {
        border-right: none;
    }

    .social {
        text-align: center;
        padding: 20px 0;
    }
    .payments {
        text-align: center;
        padding: 0 0 10px 0;
    }
}

/*
      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 {
    /*border-top: 1px solid #eaeaea;*/
    }

.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 7%;
    font-family:  'OpenSansLight', Verdana, Geneva, sans-serif;
    color: #143953;
    }

    .quoteslider-text {
        font-size: 30px;
        margin-left: auto;
        margin-right: auto;

        }

    .quoteslider-author {
        margin-top: 40px;
        margin-bottom: 90px;
        }

        @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: rgba(20, 57, 83, 0.20);
        height: 12px;
        width: 45px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 12px;
        }


        .quoteslider .bx-wrapper .bx-pager.bx-default-pager a.active {
            background-color: #ffa500;
            height: 12px;
            width: 45px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 12px;
        }
        
        @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;*/
    }

/* ======================================== */
/* 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: 105px 0px 35px 0;
    }

    .honey-comb-block-title {
        font-size: 32px;
        text-align: center;
        font-family:  'OpenSansLight', Verdana, Geneva, sans-serif;
        color: #ef0079;
        }

    .honey-comb-block-text {
    
        }

@media all and (max-width: 768px) {
    .honey-comb-block-container {
        padding: 60px 25px 45px;
        }

    .honey-comb-block-title {
        font-size: 22px;
        line-height: 1;
        }

    .honey-comb-block-text {
        text-align: left;
        }
}

/* ======================================== */
/* background-text-block-container
/* ======================================== */


.background-text-block-container {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 286px 0;
    margin-bottom: 55px;
    }

@media all and (max-width: 1700px) {
    .background-text-block-container {
    padding: 256px 0;
}
    }

@media all and (max-width: 1200px) {
    .background-text-block-container {
    padding: 186px 0;
        }
    }

@media all and (max-width: 1000px) {
    .background-text-block-container {
    padding: 133px 0;
        }
        }

    @media all and (max-width: 768px) {
    .background-text-block-container {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 81px 0;
            }
            }

@media all and (max-width: 650px) {
        .background-text-block-container {
    background-size: 100%;
            background-position: center;
    background-repeat: no-repeat;
    padding: 68px 0;
}
    }

    .background-text-block-container .title {
        font-size: 42px;
        font-family:  'OpenSansSemiBold', Verdana, Geneva, sans-serif;
        color: white;
    text-shadow:
    -1px -1px 0 #3393ff,
    1px -1px 0 #3393ff,
    -1px 1px 0 #3393ff,
    1px 1px 0 #3393ff; 
            }

    .background-text-block-container .content {
            }

    .background-text-block-container a:hover {
        color: #a51a44;
    }



/* ======================================== */
/* 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 {
        }

@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: 100px 0px;
    background-attachment: fixed;
    background-position: center center;
    background-color: #eaffee;

    font-size: 32px;
    font-family: 'OpenSansLight', Verdana, Geneva, sans-serif;

    color: #3393ff;
}

    .background-button-text-block-container .content {
        max-width: 800px;
        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: 0px 0px;
    background-attachment: fixed;
    margin-bottom: 40px;
    }

    .arrow-text-block-container .title {
        margin-bottom: 20px;
        font-size: 42px;
        text-align: center;
        margin-bottom: 20px;
        font-family:  Verdana, Geneva, sans-serif;
        color: #ef0079;
        }

    .arrow-text-block-container .content {
        max-width: 600px;
        color: #313131;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
        }

        .arrow-text-block-container .content a:hover {
            color: #a51a44;
        }

@media all and (max-width: 767px) {
    .arrow-text-block-container { padding: 40px 25px; background-attachment: scroll; }
    .arrow-text-block-container .title { font-size: 26px; }
    }

/* ======================================== */
/* quote-container
/* ======================================== */

.quote-container {
    padding: 115px 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: 500px;
    background-size: cover;
    background-position: top 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: 150px;
    margin-bottom: 150px;
}

    .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: #41afff;
    font-size: 15px;
    padding-left: 70px;
    padding-top: 11px;
    background-color: rgba(255, 255, 255, 0.35);
    margin-top: -50px;
}

.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: 10px;
    display: inline-block;
    width: 5px;
    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: 42px;
    height: 42px;
    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;
}


@media only screen and (max-width: 479px) {
    .header-slidein-controls-navigation { width: 30px; height: 30px; }
    .header-slidein-controls { margin-right: 15px; margin-top: 15px; }
}

/* Blog */
.blog-item-list-actions-button, .blog-item-links-button {
    color: #121F28!important;
    background-color: white;
    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: #008b62;
        border-color: #008b62;
        cursor: pointer;
    }

    .blog-item-list-actions-button.read-more {
        background-color: #e61e5f;
        color: white;
        border-color: #121F28;
    }

        .blog-item-list-actions-button.read-more:hover {
            background-color: #ae1543;
            border-color: #121F28;
        }

.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 {
    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: 10px 10px 10px 10px;
}

.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: white;
    padding: 10px;
}

.blog-sidebar-widget.blog-search .blog-sidebar-widget-heading {
    background-color: #121F28;
}

.blog-picker-toggle {
    display: block;
    background: #121F28 url('../Images/icon-arrow-up-white.png') no-repeat 95%;
    color: #1a2f68;
    line-height: 38px;
    cursor: pointer;
}

    .blog-picker-toggle.open {
        background-color: #121F28;
        background-image: url('../Images/icon-arrow-down-white.png');
        color: white;
    }

.blog-sidebar-widget-content {
    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;
    padding: 15px;
}

    .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: #9db4cb;
    padding: 7px;
}


/* ============================================================================ */
/* Basic Search - used by blog                           */
/* ============================================================================ */
.blog-sidebar-widget-content-search {
    overflow: auto!important;
    border: 3px #711131 solid;
}

    .blog-sidebar-widget-content-search a, .blog-sidebar-widget-content-search a:hover {
        background-color: #e61e5f;
        border: 3px solid #711131;
        text-align: center;
        color: white;
        width: 70px;
        line-height: 36px;
        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;
    }
}


/* 
==================================================================================== 
Menu
==================================================================================== 
*/

.menu-row-table, menu-row-header {
    font-size: 1.2rem;
    font-family: 'OpenSansLight';
    text-align: center;
    border: 6px solid transparent;
    border-image-slice: 10;
    border-radius: 8px;
}

.menu-row-header, .menu-row-header-tablet {
    text-align: center;
    font-size: 1.4rem;
    color: #f9177c;
}

.menu-row-header {
    background-color: #e5e6e7;
    border-radius: 8px;
}

.menu-cell-header {
    position: relative;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
}

.menu-column-day {
    font-size: 1.4rem;
    color: white;
    text-align: center;
    position: relative;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
}

.blue-background {
    background-image: url(/Local/Themes/Default/Images/blue-diagonal-bg.png);
}
.green-background {
    background-image: url(/Local/Themes/Default/Images/green-diagonal-bg.png);
}
.orange-background {
    background-image: url(/Local/Themes/Default/Images/orange-diagonal-bg.png);
}
.pink-background {
    background-image: url(/Local/Themes/Default/Images/pink-diagonal-bg.png);
}
.purple-background {
    background-image: url(/Local/Themes/Default/Images/purple-diagonal-bg.png);
}
.red-background {
    background-image: url(/Local/Themes/Default/Images/red-diagonal-bg.png);
}

/* 
==================================================================================== 
Resource Blocks
==================================================================================== 
*/

.resource-blocks-details {
    position: relative;
}

.resource-blocks-details-alternate {
    position: relative;
    float: right;
}

.resource-blocks-details-text {
    position: relative;
    color: white;
    text-align: center;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%)
}

.resource-blocks-details-text h1 {
    color: white;
    letter-spacing: 3px;
}

.resource-blocks-details-text h2 {
    color: white;
    font-size: 1.3rem;
}

@media all and (max-width: 568px) {
    .resource-blocks-details-text--m { -webkit-transform: translateY(0%) }
    .resource-blocks-details-text { top: 00%; -webkit-transform: translateY(-50%); }
    .resource-blocks-details-text h2 { color: white; font-size: 1.1rem; }
}

.arrow-box-left {
	position: relative;
}
.arrow-box-left:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
    border-width: 30px;
	margin-top: -30px;
    margin-left: 0px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-box-right {
	position: relative;
}
.arrow-box-right:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
    border-width: 30px;
	margin-top: -30px;
    margin-left: 0px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

@media all and (max-width: 568px) {
    .resource-blocks-details-text--ml { -webkit-transform: translateY(0%) }
    .arrow-box-down { position: relative; }
    .arrow-box-down:after {
	    top: 100%;
	    left: 50%;
	    border: solid transparent;
	    border-width: 30px;
        margin-top: 0px;
	    margin-left: -30px;
	    content: " ";
	    height: 0;
	    width: 0;
	    position: absolute;
	    pointer-events: none;
    }
}

.blue-diagonal {
    background-image: url(/Local/Themes/Default/Images/blue-diagonal-bg.png);
}
.blue-diagonal.arrow-box-left:after {
    border-top-color: transparent;
    border-left-color: #3392fd;
}
.blue-diagonal.arrow-box-right:after {
    border-top-color: transparent;
    border-right-color: #3392fd;
}
@media all and (max-width: 568px) {
    .blue-diagonal.arrow-box-down:after {
        border-top-color: #3392fd;
        border-left-color: transparent;
        border-right-color: transparent;
    }
}
.green-diagonal {
    background-image: url(/Local/Themes/Default/Images/green-diagonal-bg.png);
}
.green-diagonal.arrow-box-left:after {
    border-top-color: transparent;
    border-left-color: #1ccb39;
}
.green-diagonal.arrow-box-right:after {
    border-top-color: transparent;
    border-right-color: #1ccb39;
}
@media all and (max-width: 568px) {
    .green-diagonal.arrow-box-down:after {
        border-top-color: #1ccb39;
        border-left-color: transparent;
        border-right-color: transparent;
    }
}
.orange-diagonal {
    background-image: url(/Local/Themes/Default/Images/orange-diagonal-bg.png);
}
.orange-diagonal.arrow-box-left:after {
    border-top-color: transparent;
    border-left-color: #fcac0d;
}
.orange-diagonal.arrow-box-right:after {
    border-top-color: transparent;
    border-right-color: #fcac0d;
}
@media all and (max-width: 568px) {
    .orange-diagonal.arrow-box-down:after {
        border-top-color: #fcac0d;
        border-left-color: transparent;
        border-right-color: transparent;
    }
}
.pink-diagonal {
    background-image: url(/Local/Themes/Default/Images/pink-diagonal-bg.png);
}
.pink-diagonal.arrow-box-left:after {
    border-top-color: transparent;
    border-left-color: #fe157c;
}
.pink-diagonal.arrow-box-right:after {
    border-top-color: transparent;
    border-right-color: #fe157c;
}
@media all and (max-width: 568px) {
    .pink-diagonal.arrow-box-down:after {
        border-top-color: #fe157c;
        border-left-color: transparent;
        border-right-color: transparent;
    }
}
.purple-diagonal {
    background-image: url(/Local/Themes/Default/Images/purple-diagonal-bg.png);
}
.purple-diagonal.arrow-box-left:after {
    border-top-color: transparent;
    border-left-color: #6e5daf;
}
.purple-diagonal.arrow-box-right:after {
    border-top-color: transparent;
    border-right-color: #6e5daf;
}
@media all and (max-width: 568px) {
    .purple-diagonal.arrow-box-down:after {
        border-top-color: #6e5daf;
        border-left-color: transparent;
        border-right-color: transparent;
    }
}
.red-diagonal {
    background-image: url(/Local/Themes/Default/Images/red-diagonal-bg.png);
}
.red-diagonal.arrow-box-left:after {
    border-top-color: transparent;
    border-left-color: #b6161b;
}
.red-diagonal.arrow-box-right:after {
    border-top-color: transparent;
    border-right-color: #b6161b;
}
@media all and (max-width: 568px) {
    .red-diagonal.arrow-box-down:after {
        border-top-color: #b6161b;
        border-left-color: transparent;
        border-right-color: transparent;
    }
}

/* 
==================================================================================== 
Enquiry Form
==================================================================================== 
*/

.enquiry-container {
    padding: 20px;
    margin: 40px;
    background-image: url(/Local/Themes/Default/Images/orange-diagonal-bg.png);
    color: #ffffff;
    font-size: 20px;
    font-family: 'OpenSansLight', Verdana, Geneva, sans-serif;
    border-radius: 7px;
}

.enquiry-container h1, .enquiry-container h2 {
    padding: 0px;
    margin: 0px;
    font-size: 26px;
    font-family: 'OpenSansLight', Verdana, Geneva, sans-serif;
    color: #ffffff;
}

    .enquiry-container .button--primary, .button--primary:visited {
        background-color: #3393fd;
        border-bottom: 2px solid rgba(0,0,0,0.2);
        transition: background-color 0.2s ease;
    }

    .enquiry-container .button--primary:hover {
        background-color: #0d71de;
        border-bottom: 2px solid rgba(0,0,0,0.2);
    }

    .enquiry-container input, textarea {
        padding: 11px;
        border-radius: 5px;
        font-size: 16px;
    }

#uiFormTitle {
    color: white;
    padding: 0px;
    margin: 0px;
}

#uiFormContent {
    color: white;
    padding: 0px;
    margin: 0px;
}

/* 
==================================================================================== 
Gallery Customisation
==================================================================================== 
*/

.etellect-gallery__item {
    width: 25%;
}

@media all and (max-width: 1023px) {
    .etellect-gallery__item--3col { width: 33%; }
}

@media all and (max-width: 767px) {
    .etellect-gallery__item--2col { width: 50%; }
}

@media all and (max-width: 479px) {
    .etellect-gallery__item--1col { width: 100%; }
}

/* 
==================================================================================== 
Social Media Bar
==================================================================================== 
*/

.social-bar {
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -150px;
    z-index: 8000;
    float: left;
    background-color: #3e4852;
    border-radius: 0px 3px 3px 0px;
    padding: 5px !important;
    text-align: center;
    width: 45px;
}

/*.social-bar-header {
    background-color: #000000;
    padding: 3px;
    display: block;
}*/

.social-bar-button {
    background-repeat: no-repeat;
    border-radius: 0px 3px 3px 0px;
    margin: 2px;
    width: 31px;
    height: 31px;
}


/* 
==================================================================================== 
Product List
==================================================================================== 
*/

.product-list h3 {
    color: #e61e5f;
    font-weight: bold;
    font-size: 22px;
}

    .product-list .list-item {
        background-color: rgba(51, 147, 255, 0.10);
        margin-bottom: 15px;
        position:relative;
        transition: all 0.2s ease;
        border-radius: 5px;
        color: #3393fd;
    }

        .product-list .list-item:hover {
            background-color: rgba(51, 147, 255, 0.15);
        }

        .product-list .list-item .image-column img { border-top-left-radius: 3px; border-bottom-left-radius: 3px;}

        .product-list .list-item .product-name { font-family: 'robotoregular', arial; font-weight: normal; font-size: 22px; margin-bottom: 10px; }

    .product-list .details-column { position:relative; }
        .product-list .details-column .product-rating-container {
            position: absolute;
            bottom: 10px;
            left: 10px;
        }

        .product-list .details-column .product-link {
            position: absolute;
            bottom: 10px;
            right: 10px;
        }

    .product-list .product-info { text-align:right; }

@media all and (max-width: 767px) {
    .product-list .product-info { text-align:left; }
    .product-list .details-column .product-rating-container { position:initial; bottom:initial; left:initial; }
    .product-list .details-column .product-link { position:initial; bottom:initial; left:initial; }
    .product-list .list-item .image-column img { width:100%; border-top-left-radius: 3px; border-bottom-left-radius: 0px; border-top-right-radius: 3px;}
}

.text--amber {
    color: #ff8d00;
    font-weight: bold;
}

/*==================================================================================== 
  Pager
====================================================================================*/

.pager {
    margin-bottom: 50px;
    margin-top:10px;
}

    .pager .pager-button {
        color: white !important; 
        background-color: #3393ff; 
        cursor: pointer;
        display: inline-block;
        padding: 4px 15px;
        text-align: center;
        text-decoration: none !important;
        border-radius: 3px;
        margin-right: 10px;
        border: 1px solid #ffffff;
        -webkit-transition: background-color 3000ms ease-in-out;
        -moz-transition: background-color 250ms ease-in-out;
        -o-transition: background-color 250ms ease-in-out;
        -ms-transition: background-color 250ms ease-in-out;
        transition: background-color 250ms ease-in-out;
    }

        .pager .pager-button:hover {
            background-color: #0065d7;  color: white!important; text-decoration:none!important; border: 1px solid #ffffff; 
        }

        .pager .pager-button.selected {
            background-color: rgba(51, 147, 255, 0.20); 
            color: #3393ff !important;
            border: 1px solid #ffffff;
            text-decoration: none !important;
        }

/*============================================================================
/* Resource Columns
/* ============================================================================ */

.resource-column {
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-radius: 6px;
}

.resource-column:hover {
    background-color: #cde7f0;
    -webkit-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -moz-transform:scale(1.05);
    transform:scale(1.05);
}