﻿/*html, body, form {
    width: 100%;
    height: 100%;
    WD: had to remove to enable wesite "sticky seo bar" support 
    This may break any portal scrolling stuff
}*/

a { color: #4E61E4; transition: all 0.2s linear; }
a:hover { color: #8ac3ff; }
a:visited { color: #4E61E4; }

.text--thin {
    color: #ffffff;
}

.navigation__close {
   /* width: 100px;
    height: 100%;
    float: right;
    background-color: red;
    z-index: 100;*/
    }

/*.container h1 {
    color: #4E61E4;
}*/

.grey-container {
    background-color: #f1f3f7;
}
    /*{ background-color: rgba(0, 0, 0, 0.07);}*/

    .grey-container a {
        color: #ffffff !important;
    }

.grey-divider {
    background-color: #2a2e31;
    height: 400px;
}

.form-button.purple {
    background-color: #4E61E4;
    color: white;
}

/*.bx-wrapper { max-width: 100%!important; width:100%!important; }*/

/*==================================================================================== 
    Home Page Header
====================================================================================*/

/*
    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: 45px;
    color: #ffffff !important;
}

    .cover__link-button a {
        color: #ffffff !important;
    }

@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;
    }
}

@media all and (max-width: 568px) {
    .cover__link-button {
        margin-top: 45px;
    }
}

@media all and (max-width: 479px) {
    .cover__link-button {
        margin-top: 35px;
    }
}


@-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/homepage-banner.jpg') no-repeat center center;
    background-size: cover;
}

.header-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.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;
        padding: 0px 0px 10px 10px;
        position: relative;
        z-index: 8001;
    }

@media only screen and (max-width: 479px) {
    .top-bar .logo {
        float: left;
    }
}

#social-bar-box {
    box-shadow: 2px 0px 20px 1px rgba(200,200,200,0.35);
}

.social-bar {
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -150px;
    z-index: 8000;
    float: left;
    background-color: #000;
    border-radius: 0px 3px 3px 0px;
    width: 55px;
}

.social-bar-button {
    display: block;
    background-repeat: no-repeat;
    width: 31px;
    height: 31px;
    border-radius: 0px 3px 3px 0px;
    margin: 12px;
}

#auth-provider {
    margin-top: 0px;
    width: 62px;
    height: 99px;
    box-shadow: 2px -2px 20px 1px rgba(200,200,200,0.35);
}

#icon-youtube {
    background-image: url("../Images/youtube.png");
}

    #icon-youtube:hover {
        background-image: url("../Images/youtube-colour.png");
    }

#icon-facebook {
    background-image: url("../Images/facebook.png");
}

    #icon-facebook:hover {
        background-image: url("../Images/facebook-colour.png");
    }

#icon-instagram {
    background-image: url("../Images/insta.png");
}

    #icon-instagram:hover {
        background-image: url("../Images/insta-colour.png");
    }

#icon-linkedin {
    background-image: url("../Images/linked-in.png");
}

    #icon-linkedin:hover {
        background-image: url("../Images/linked-in-colour.png");
    }

#icon-twitter {
    background-image: url("../Images/twitter.png");
}

    #icon-twitter:hover {
        background-image: url("../Images/twitter-colour.png");
    }

#icon-googleplus {
    background-image: url("../Images/googleplus.png");
}

    #icon-googleplus:hover {
        background-image: url("../Images/googleplus-colour.png");
    }

#icon-blogger {
    background-image: url("../Images/blogger.png");
}

    #icon-blogger:hover {
        background-image: url("../Images/blogger-colour.png");
    }


/*.header-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.video-container {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.video-footer {
    display: block;
    background-color: #444444;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    margin-top: -40px;
    height: 40px;
    z-index: 9999;
    width: 100%;
    text-align: right;
    border-bottom: #94a0aa 2px solid;
}

    .video-footer:hover { cursor:pointer; }

.video-scroll {
    display: block;
    float: right;
    background: url(../images/down-arrow.png) no-repeat center center rgba(148, 160, 170, 0.5);
    height: 40px;
    width: 100px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .video-container, .header-container { height: auto; }
}*/

.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;
}


@media only screen and (max-width: 479px) {
    .header-slidein-controls-navigation {
        width: 30px;
        height: 30px;
    }

    .header-slidein-controls {
        margin-right: 15px;
        margin-top: 15px;
    }
}

/* 
    ==================================================================================== 
    Inner Page Header
    ==================================================================================== 
*/

.no-banner-header {
    height: 100px;
    background-color: #000;
}

.innerpage-header-container {
    font-family:; /* 'Alata', arial; */
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    background-size: cover;
}

    .innerpage-header-container .titlecontainer {
        background-color: rgba(0,0,0,0.8);
        font-size: 42px;
        top: 337px;
        position: relative;
    }

    .innerpage-header-container .title {
        text-align: center;
        color: white;
    }

/*.innerpage-header-container .subtitle {
        text-align: center;
        position: relative;
        color: white;
        top: 130px;
        font-size: 30px;
    }*/

@media all and (max-width: 1200px) {
    .innerpage-header-container {
        height: 350px;
    }

        .innerpage-header-container .title {
            top: 60px;
            font-size: 36px;
        }

        .innerpage-header-container .subtitle {
            top: 90px;
            font-size: 24px;
        }

        .innerpage-header-container .titlecontainer {
            top: 296px;
        }
}

@media all and (max-width: 768px) {
    .innerpage-header-container {
        height: 250px;
    }

        .innerpage-header-container .title {
            top: 60px;
            font-size: 28px;
        }

        .innerpage-header-container .subtitle {
            top: 90px;
            font-size: 24px;
        }

        .innerpage-header-container .titlecontainer {
            top: 208px;
        }
}

@media all and (max-width: 479px) {
    .innerpage-header-container .title {
        top: 50px;
        font-size: 22px;
    }

    .innerpage-header-container .subtitle {
        top: 75px;
        font-size: 22px;
    }

    .innerpage-header-container .titlecontainer {
        top: 217px;
    }
}

/* 
    ==================================================================================== 
    Navigation
    ==================================================================================== 
*/

.navigation {
    float: right;
    margin-top: 8px;
}

.navigation__item {
    float: left;
    margin-left: 30px;
}

    .navigation__item a, .navigation__item a:hover {
        text-decoration: none;
        font-size: 18px;
        color: white;
        margin: 14px 5px 0px 5px;
    }

    .navigation__item:first-of-type a {
        margin-left: 0px;
    }

    .navigation__item:last-of-type a {
        margin-right: 0px;
    }

    .navigation__item a:hover, navigation__item.selected a {
        text-decoration: underline;
        color: white;
    }

ul.navigation {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    ul.navigation li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
    }


        ul.navigation li a {
            /*margin: 20px 9px;*/
            color: #ffffff !important;
        }

            ul.navigation li a:hover {
                color: #ffffff !important;
                /*margin: 20px 9px;*/
            }

            ul.navigation li a:visited {
                color: #ffffff !important;
            }



.hamburger {
    display: none;
}

    .hamburger span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .hamburger span:nth-child(1) {
            top: 0px;
        }

        .hamburger span:nth-child(2) {
            top: 10px;
        }

        .hamburger span:nth-child(3) {
            top: 20px;
        }

@media all and (max-width: 959px) {
    .hamburger {
        display: block;
        float: right;
        margin-top: 15px;
        width: 30px;
        height: 30px;
        text-indent: -3000px;
        margin-right: 10px;
        margin-left: 10px;
        position: relative;
    }
}

li.tooltip {
    display: block;
    text-align: right;
}

    li.tooltip span.tooltiptext {
        visibility: hidden;
        color: #fff;
        text-align: center;
        vertical-align: top;
        border-radius: 8px;
        padding: 20px;
        z-index: 1;
        /* Animate the tooltip */
        opacity: 0;
        transition: opacity 1s;
    }

    li.tooltip:hover span.tooltiptext {
        visibility: visible;
        opacity: 1;
    }

/* ============================================================================= */
/* TOP BAR ===================================================================== */
/* ============================================================================= */

.my-account-button {
    width: 122px;
    display: block;
    margin: 0px 0px 9px 0px !important;
    height: 60px;
    padding: 18px 10px;
    background-color: #aab6c2;
    position: relative;
    color: white;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    -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;
}

    .my-account-button:after {
        position: absolute;
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-left: 61px solid transparent;
        border-right: 0px solid transparent;
        border-top: 10px solid #aab6c2;
        bottom: -10px;
        right: 0;
    }

    .my-account-button:before {
        position: absolute;
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 61px solid transparent;
        border-top: 10px solid #aab6c2;
        bottom: -10px;
        left: 0px;
    }

    .my-account-button:after,
    .my-account-button:before {
        -moz-transition: border-top 250ms ease-in-out;
        -o-transition: border-top 250ms ease-in-out;
        -ms-transition: border-top 250ms ease-in-out;
        transition: border-top 250ms ease-in-out;
    }

    .my-account-button:hover {
        background-color: #919aa4;
    }

        .my-account-button:hover::before,
        .my-account-button:hover::after {
            border-top-color: #919aa4;
        }

.top-bar {
    position: fixed;
    z-index: 9999;
    height: 60px;
    width: 100%;
    /*background-color: #444444;
    background-color: rgba(0,0,0,0.5);*/
    text-align: right;
}

    .top-bar .logo {
        float: left;
        padding: 10px 0px 0px 0px;
        margin-left: 10px;
    }

    .top-bar ul.navigation, .video-scroll {
        line-height: 55px;
        margin-right: 150px;
    }

        .top-bar ul.navigation li {
            vertical-align: middle;
        }

@media only screen and (max-width: 1920px) {
    .top-bar ul.navigation, .video-scroll {
        margin-right: 0px;
    }

    .top-bar .logo img {
        height: 100px;
    }
}

@media only screen and (max-width: 1520px) {
    .top-bar ul.navigation, .video-scroll {
        margin-right: 0px;
    }

    .top-bar .logo img {
        height: 80px;
    }
}

@media only screen and (max-width: 1280px) {
    .top-bar ul.navigation, .video-scroll {
        margin-right: 0px;
    }

    .top-bar .logo img {
        height: 60px;
    }
}

@media only screen and (max-width: 1160px) {
    ul.navigation li a,
    ul.navigation li a:visited,
    ul.navigation li a:hover {
        margin: 20px 6px;
        font-size: 15px;
    }

    .my-account-button {
        width: 110px;
    }

        .my-account-button:after {
            border-left: 55px solid transparent;
        }

        .my-account-button:before {
            border-right: 55px solid transparent;
        }
}

@media only screen and (max-width: 959px) {
    ul.navigation li a,
    ul.navigation li a:visited,
    ul.navigation li a:hover {
        margin: 20px 6px;
        font-size: 14px;
    }

    .my-account-button {
        width: 100px;
    }

        .my-account-button:after {
            border-left: 50px solid transparent;
        }

        .my-account-button:before {
            border-right: 50px solid transparent;
        }
}

/* ============================================================================
/* BreadCrumb
/* ============================================================================ */
.breadcrumb-container {
    background-color: #e4e9f0;
    position: relative;
    /*top: 213px;*/
    width: 100%;
    z-index: 999;
}

.breadcrumb {
    width: 100%;
    font-size: 14px;
    margin-bottom: 0px !important;
    background-color: #e4e9f0 !important;
    padding: 7px 0px;
}

.breadcrumb__item {
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
    color: rgba(2, 99, 131, 0.8) !important;
    margin-right: 4px;
}

    .breadcrumb__item:first-child {
        width: 15px;
        text-indent: -3000px;
        background: url(../images/bread-icon.png) no-repeat center center;
    }

    .breadcrumb__item:last-child {
        color: #8499ac;
    }

@media all and (max-width: 959px) {
    .breadcrumb-container {
        position: initial;
        top: 463px;
    }
}

/* ============================================================================
/* Footer
/* ============================================================================ */

.pre-footer-communications { display: none; }

.footer, .footer h2 {
    color: white;
}

.footer-container {
    padding: 60px 15px;
    background: url(../images/footer-bg.png) #4e61e4;
    background-size: cover;
}

    .footer-container a {
        text-decoration: none;
        color: #ffffff;
    }

        .footer-container a:hover {
            color: #50a9ff !important;
        }

.footer-nav-container {
    border-top: #3f4246 1px solid;
    border-bottom: #3f4246 1px solid;
    padding: 10px 0px 10px 0px !important;
}

.footer-social {
    border-top: #e7575c 1px solid;
    border-bottom: #e7575c 1px solid;
    padding: 20px 0px 20px 0px !important;
    margin-bottom: 30px;
}

.footer-logo {
    height: 80px;
    padding-right: 30px;
}

.footer-border-right {
    border-right: #e7575c 1px solid;
}

.footer-partner-icon {
}

.footer-text-small {
    font-size: 11pt;
}

.footer-payment-logos {
    float: left;
    width: 80%;
    padding-right: 30%;
}

.footer-powered-by {
    float: left;
    width: 20%;
    text-align: right;
}

@media all and (max-width: 1200px) {
    .footer {
        padding: 60px 15px;
    }
}

@media all and (max-width: 959px) {
    .footer-partner-icon .right, .footer .navigation, .footer .navigation .navigation__item {
        float: none !important;
    }

    .footer-partner-icon {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-border-right {
        border-right: none;
    }
}

@media all and (max-width: 767px) {
    .footer .navigation {
        display: none;
    }
}

@media all and (max-width: 479px) {
    .newsletter-signup input[type=text] {
        width: 230px;
    }
}

.footer-band {
    background-color: rgba(255, 255, 255, 0.75);
}

    .footer-band > div > div {
        display: inline-block;
        /*width: 13.9%;*/
        width: 12%;
    }


@media all and (max-width: 767px) {
    .footer-band > div > div {
        display: inline-block;
        width: 100%;
    }

        .footer-band > div > div > img {
            display: block;
            margin: auto;
        }
}

@media all and (max-width: 479px) {
    .footer-band > div > div {
        width: 100%;
    }

        .footer-band > div > div > img {
            display: block;
            margin: auto;
        }
}

/* ============================================================================
/* Testimonials
/* ============================================================================ */
.testimonial-container {
    height: 450px;
    position: relative;
}

.testimonials {
    padding: 0px 100px 0px 100px;
    margin: 0 50px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/quote-left.png), url(../images/quote-right.png);
    background-position: left top, right top;
    background-repeat: no-repeat;
}

.testimonial-slide {
    text-align: center;
}

.testimonial-text {
    padding: 0px 30px 30px 30px;
    text-align: center;
    min-height: 110px;
    margin-bottom: 15px;
}

.testimonial-link {
    border-top: #94a0aa 2px solid;
    color: #94a0aa;
    padding: 15px 50px;
    text-decoration: none;
    -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;
}

    .testimonial-link:hover {
        background-color: #151618;
        color: #94a0aa;
        text-decoration: none;
    }

@media all and (max-width: 959px) {
    .testimonials {
        background-size: 60px, 60px;
        padding: 0px 40px;
    }
}

@media all and (max-width: 479px) {
    .testimonials {
        margin: 0px 10px;
        background-size: 30px 30px;
        padding: 0px 15px;
    }
}

.text--amber {
    color: #fead00;
}

/*==================================================================================== 
   Homepage Features
====================================================================================*/

/*.homepage-feature {
    border-bottom: 1px solid #3f4246;
    position: relative;
}

    .homepage-feature .feature-link,
    .homepage-feature .feature-link:hover,
    .homepage-feature .feature-link:visited {
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #638e67;
        text-decoration: none;
    }*/

/*==================================================================================== 
   Homepage Details Links
====================================================================================*/

ul.homepage-details-links {
    padding: 10px 16px;
    list-style: none;
    background-color: #3f4246;
    border-radius: 4px;
}

    ul.homepage-details-links li {
        display: inline;
    }

        ul.homepage-details-links li:first-of-type {
            margin-right: 5px
        }

        ul.homepage-details-links li:not(:first-of-type) + li:before {
            padding: 8px;
            color: white;
            content: "|";
        }

        ul.homepage-details-links li a {
            color: white !important;
            text-decoration: none;
        }

            ul.homepage-details-links li a:hover {
                color: #898c95 !important;
                text-decoration: underline;
            }

/*==================================================================================== 
  Page Divider Css
====================================================================================*/

.divider {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px;
}

.divider-content {
    max-width: 50%;
    color: #ffffff;
}

    .divider-content img {
        max-width: 100%;
    }

@media all and (max-width: 767px) {
    .divider {
        height: 350px;
    }

    .divider-content {
        max-width: 100%;
    }
}

/*==================================================================================== 
  Form Styles
====================================================================================*/


.form input[type=text],
.form textarea {
    border: none;
    border-radius: 3px;
    padding: 8px;
    color: #3f4246;
    width: 100%;
    max-width: 100% !important;
    font: 15px; /* 'Alata', arial; */
}

.form-button, form-button:visited {
    xfont: 15px; /* 'Alata', arial; */
    color: white !important;
    background: var(--primary-color);
    padding: 8px 50px;
    border-radius: 3px;
    border: 0px;
    text-decoration: none !important;
    border-bottom: solid 2px rgba(0, 0, 0, 0.20);
    -moz-transition: background-color 125ms ease-in-out;
    -o-transition: background-color 125ms ease-in-out;
    -ms-transition: background-color 125ms ease-in-out;
    transition: background-color 125ms ease-in-out;
}

    .form-button.small {
        padding: 8px 10px;
        border-radius: 3px;
        color: #ffffff !important;
    }


    .form-button:hover {
        background-color: #db7200;
        border-bottom: solid 2px rgba(0, 0, 0, 0.20);
        color: white !important;
        text-decoration: none !important;
    }

/*==================================================================================== 
  Product Page
====================================================================================*/

.product-page__summary {
    position: relative;
}

.product-page__rating {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.product-page__price, .product-page__par, .product-page__yardage {
    font-size: 18px;
    font-family:; /* 'Alata', arial; */
    font-weight: normal;
}

.product-page__description {
    position: relative;
}

.product-page__divider-container {
    padding: 15px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-page__divider {
    width: 100%;
    border-bottom: 1px solid #3f4246;
}

.product-page__info {
    text-align: right;
}

.grad-t {
    background: linear-gradient(rgba(42, 42, 42, 0), rgba(42, 42, 42, 1));
    background: -webkit-linear-gradient(rgba(42, 42, 42, 0), rgba(42, 42, 42, 1));
    background: -o-linear-gradient(rgba(42, 42, 42, 0), rgba(42, 42, 42, 1));
    background: -moz-linear-gradient(rgba(42, 42, 42, 0), rgba(42, 42, 42, 1));
    height: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.grad-s {
    background: linear-gradient(rgba(20, 34, 44, 0), rgba(20, 34, 44, 1));
    background: -webkit-linear-gradient(rgba(20, 34, 44, 0), rgba(20, 34, 44, 1));
    background: -o-linear-gradient(rgba(20, 34, 44, 0), rgba(20, 34, 44, 1));
    background: -moz-linear-gradient(rgba(20, 34, 44, 0), rgba(20, 34, 44, 1));
    height: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}


@media all and (max-width: 479px) {
    .product-page__info {
        text-align: left;
    }

    .product-page__rating {
        position: initial;
        top: initial;
        bottom: initial;
    }
}

.product-page__price
/*==================================================================================== 
  Knowledge Page
====================================================================================*/
.knowledge-page__summary {
    position: relative;
}

.knowledge-page__rating {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.knowledge-page__price, .knowledge-page__par, .knowledge-page__yardage {
    font-size: 18px;
    font-family:; /* 'Alata', arial; */
    font-weight: normal;
}

.knowledge-page__description {
    position: relative;
}

.knowledge-page__divider-container {
    padding: 15px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.knowledge-page__divider {
    width: 100%;
    border-bottom: 1px solid #3f4246;
}

.knowledge-page__info {
    text-align: right;
}

.grad-t {
    background: linear-gradient(rgba(42, 42, 42, 0), rgba(42, 42, 42, 1));
    background: -webkit-linear-gradient(rgba(42, 42, 42, 0), rgba(42, 42, 42, 1));
    background: -o-linear-gradient(rgba(42, 42, 42, 0), rgba(42, 42, 42, 1));
    background: -moz-linear-gradient(rgba(42, 42, 42, 0), rgba(42, 42, 42, 1));
    height: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.grad-s {
    background: linear-gradient(rgba(20, 34, 44, 0), rgba(20, 34, 44, 1));
    background: -webkit-linear-gradient(rgba(20, 34, 44, 0), rgba(20, 34, 44, 1));
    background: -o-linear-gradient(rgba(20, 34, 44, 0), rgba(20, 34, 44, 1));
    background: -moz-linear-gradient(rgba(20, 34, 44, 0), rgba(20, 34, 44, 1));
    height: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}


@media all and (max-width: 479px) {
    .knowledge-page__info {
        text-align: left;
    }

    .knowledge-page__rating {
        position: initial;
        top: initial;
        bottom: initial;
    }
}

.knowledge-page__price
/*==================================================================================== 
   Hotel Rating
====================================================================================*/
.titlecontainer .hotel-rating,
.hotel-rating {
    display: inline-block;
    height: 18px;
}

.titlecontainer .hotel-rating {
    position: relative;
    top: -5px;
}

.hotel-rating ul {
    list-style: none;
    padding: 0px;
}

    .hotel-rating ul li {
        float: left;
        width: 18px;
        height: 18px;
        background-image: url(/Local/Themes/Default/Images/full-star.png);
        background-size: cover;
    }

        .hotel-rating ul li:not(:last-of-type) {
            margin-right: 3px;
        }

@media all and (max-width: 959px) {
    .innerpage-header-container .titlecontainer.titlecontainer-with-rating {
        top: 273px;
    }

    .titlecontainer .hotel-rating {
        display: block;
        text-align: center;
        margin: auto;
    }
}

@media all and (max-width: 768px) {
    .innerpage-header-container .titlecontainer.titlecontainer-with-rating {
        top: 187px;
    }
}

@media all and (max-width: 479px) {
    .innerpage-header-container .titlecontainer.titlecontainer-with-rating {
        top: 197px;
    }
}

/*==================================================================================== 
   Product Rating
====================================================================================*/

.product-rating {
    display: inline-block;
    height: 18px;
}

    .product-rating ul {
        list-style: none;
        padding: 0px;
    }

        .product-rating ul li {
            float: left;
            width: 18px;
            height: 18px;
            margin-right: 3px;
            background-size: cover;
        }

            .product-rating ul li.product-rating__item--full {
                background-image: url(/Local/Themes/Default/Images/product-rating-full.png);
            }

            .product-rating ul li.product-rating__item--half {
                background-image: url(/Local/Themes/Default/Images/product-rating-half.png);
            }

            .product-rating ul li.product-rating__item--empty {
                background-image: url(/Local/Themes/Default/Images/product-rating-empty.png);
            }


/*==================================================================================== 
   Knowledge Rating
====================================================================================*/

.knowledge-rating {
    display: inline-block;
    height: 18px;
}

    .knowledge-rating ul {
        list-style: none;
        padding: 0px;
    }

        .knowledge-rating ul li {
            float: left;
            width: 18px;
            height: 18px;
            margin-right: 3px;
            background-size: cover;
        }

            .knowledge-rating ul li.knowledge-rating__item--full {
                background-image: url(/Local/Themes/Default/Images/product-rating-full.png);
            }

            .knowledge-rating ul li.knowledge-rating__item--half {
                background-image: url(/Local/Themes/Default/Images/product-rating-half.png);
            }

            .knowledge-rating ul li.knowledge-rating__item--empty {
                background-image: url(/Local/Themes/Default/Images/product-rating-empty.png);
            }

/*==================================================================================== 
  Contact Info Styles
====================================================================================*/

.speech-bubble {
    position: relative;
    height: calc(100% - 40px);
    border: none;
    border-radius: 8px;
    background-color: #2a2a2a;
    padding: 20px;
}

    .speech-bubble:after {
        position: absolute;
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 40px solid transparent;
        border-top: 40px solid #2a2a2a;
        bottom: -40px;
        left: 50px;
    }

/*==================================================================================== 
  Product List
====================================================================================*/
.w100 {
    width: 100% !important;
}

.product-filter {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
}

.product-list {
}

    .product-list .list-item {
        background-color: rgba(255, 255, 255, 0.10);
        margin-bottom: 15px;
        position: relative;
        transition: all 0.2s ease;
        border-radius: 3px;
    }

    
        .product-list .list-item:hover {
            background-color: rgba(255, 255, 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:; /* 'Alata', 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;
    }
}

/*==================================================================================== 
  Knowledge List
====================================================================================*/
.w100 {
    width: 100% !important;
}

.knowledge-filter {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
}

.knowledge-list {
}

    .knowledge-list .list-item {
        background-color: rgba(255, 255, 255, 0.10);
        margin-bottom: 15px;
        position: relative;
        transition: all 0.2s ease;
        border-radius: 3px;
    }


        .knowledge-list .list-item:hover {
            background-color: rgba(255, 255, 255, 0.15);
        }

        .knowledge-list .list-item .image-column img {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .knowledge-list .list-item .knowledge-name {
            font-family:; /* 'Alata', arial; */
            font-weight: normal;
            font-size: 22px;
            margin-bottom: 10px;
        }

    .knowledge-list .details-column {
        position: relative;
    }

        .knowledge-list .details-column .knowledge-rating-container {
            position: absolute;
            bottom: 10px;
            left: 10px;
        }

        .knowledge-list .details-column .knowledge-link {
            position: absolute;
            bottom: 10px;
            right: 10px;
        }

    .knowledge-list .knowledge-info {
        text-align: right;
    }

@media all and (max-width: 767px) {
    .knowledge-list .knowledge-info {
        text-align: left;
    }

    .knowledge-list .details-column .knowledge-rating-container {
        position: initial;
        bottom: initial;
        left: initial;
    }

    .knowledge-list .details-column .knowledge-link {
        position: initial;
        bottom: initial;
        left: initial;
    }

    .knowledge-list .list-item .image-column img {
        width: 100%;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 3px;
    }
}



/*==================================================================================== 
  Product Slider
====================================================================================*/

.product-slider .gallery-slider {
    width: 100%;
}

@media all and (max-width: 1300px) {
    .product-slider--w90, .gallery-slider--w90 {
        width: 90%;
    }
}

@media all and (max-width: 959px) {
    .product-slider--t, .gallery-slider--t {
        width: 80%;
    }
}

@media all and (max-width: 767px) {
    .product-slider--ts, .gallery-slider--ts {
        width: 75%;
    }
}

@media all and (max-width: 568px) {
    .product-slider--ml, .gallery-slider--ml {
        width: 70%;
    }
}

@media all and (max-width: 479px) {
    .product-slider--m, .gallery-slider--m {
        width: 65%;
    }
}

a.product-slide,
a.product-slide:hover,
a.product-slide:visited {
    text-decoration: none;
    color: #fff !important;
}

.product-slide-content {
    background-color: #2a2a2a;
    border-radius: 3px;
}

    .product-slide-content:hover {
        background-color: #2a2a2a;
        border-radius: 3px;
    }

.product-slide-icon img {
    position: relative;
    z-index: 9999;
    margin-bottom: -28px;
    margin-left: 12px;
}

.product-slide-image {
    position: relative;
    overflow: hidden;
    height: 186px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.product-slide-title {
    font-family:; /* 'Alata', arial; */
    font-weight: normal;
    font-size: 18px;
}

.product-slide-image__hoverstate {
    position: absolute;
    margin: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -ms-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
}


.product-slide .product-slide-image 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;
}

.product-slide:hover .product-slide-image img {
    transform: scale(1.2);
}

.product-slide:hover .product-slide-image .product-slide-image__hoverstate {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAABaFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9bEQlHAAAAd3RSTlMAAQMFBgcJCgsMDxAREhQVFhcZHB4fISMlJicoKSosLS8yMzg5Oz5AQkRJTE5PUlRWV11eX2BkZXJ1eX6DhYeMjpCSk5SYmZylqK2vsLGytLq7vcHDxsfMzc7P0dLT1NXY2drc3d7f4eXm5+vv8PLz9fb5+/z9/iDROtgAAAEgSURBVHjatZFHUwJBEEZ7zQnjmFnMERPmhDkRRMSAsroqwQQiKPL9fWurKGdmdT3pO/WbV33oGvojulf8t/cnm+MlP8UODwpoU9+r6wWJ9Yk2Nrh0DOyUmeoMsFFVmCcfcahI1Z7JL3BTH7AsViUIt+g9mXeHoH2IlZOIG3uCbWGRJNhbrJjbOVQ5K3q+k1syW08yAYxySadtpuzBGJdojpnyKQa4eOGUa0UyVcNtHj45OxESzPb8MSzW0jCmRZ9DvEHQfQTlO4+gOb52t4FIs9Sr/XhdVY1/qp0NA8BNi9SL1nKA7js4SwEhHcBdK0l07RqveAq4iF0CiJo6Ke1DI72VxlR3BSBhJyuaNADXZAmLAFmypvECcfqte/vpn/kEAHZCKPKDguYAAAAASUVORK5CYII=);
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.6);
}

.product-slider-container .bx-wrapper .bx-prev {
    left: -30px;
    background-image: url('/Local/Themes/Default/Images/left-arrow.png');
    background-position: 0 0;
}

.product-slider-container .bx-wrapper .bx-next {
    right: -30px;
    background-image: url('/Local/Themes/Default/Images/right-arrow.png');
    background-position: right 0;
}

/*==================================================================================== 
  Knowledge Slider
====================================================================================*/

.knowledge-slider .gallery-slider {
    width: 100%;
}

@media all and (max-width: 1300px) {
    .knowledge-slider--w90, .gallery-slider--w90 {
        width: 90%;
    }
}

@media all and (max-width: 959px) {
    .knowledge-slider--t, .gallery-slider--t {
        width: 80%;
    }
}

@media all and (max-width: 767px) {
    .knowledge-slider--ts, .gallery-slider--ts {
        width: 75%;
    }
}

@media all and (max-width: 568px) {
    .knowledge-slider--ml, .gallery-slider--ml {
        width: 70%;
    }
}

@media all and (max-width: 479px) {
    .knowledge-slider--m, .gallery-slider--m {
        width: 65%;
    }
}

a.knowledge-slide,
a.knowledge-slide:hover,
a.knowledge-slide:visited {
    text-decoration: none;
    color: #fff !important;
}

.knowledge-slide-content {
    background-color: #2a2a2a;
    border-radius: 3px;
}

    .knowledge-slide-content:hover {
        background-color: #2a2a2a;
        border-radius: 3px;
    }

.knowledge-slide-icon img {
    position: relative;
    z-index: 9999;
    margin-bottom: -28px;
    margin-left: 12px;
}

.knowledge-slide-image {
    position: relative;
    overflow: hidden;
    height: 186px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.knowledge-slide-title {
    font-family:; /* 'Alata', arial; */
    font-weight: normal;
    font-size: 18px;
}

.knowledge-slide-image__hoverstate {
    position: absolute;
    margin: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -ms-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
}


.knowledge-slide .knowledge-slide-image 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;
}

.knowledge-slide:hover .knowledge-slide-image img {
    transform: scale(1.2);
}

.knowledge-slide:hover .knowledge-slide-image .knowledge-slide-image__hoverstate {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAABaFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9bEQlHAAAAd3RSTlMAAQMFBgcJCgsMDxAREhQVFhcZHB4fISMlJicoKSosLS8yMzg5Oz5AQkRJTE5PUlRWV11eX2BkZXJ1eX6DhYeMjpCSk5SYmZylqK2vsLGytLq7vcHDxsfMzc7P0dLT1NXY2drc3d7f4eXm5+vv8PLz9fb5+/z9/iDROtgAAAEgSURBVHjatZFHUwJBEEZ7zQnjmFnMERPmhDkRRMSAsroqwQQiKPL9fWurKGdmdT3pO/WbV33oGvojulf8t/cnm+MlP8UODwpoU9+r6wWJ9Yk2Nrh0DOyUmeoMsFFVmCcfcahI1Z7JL3BTH7AsViUIt+g9mXeHoH2IlZOIG3uCbWGRJNhbrJjbOVQ5K3q+k1syW08yAYxySadtpuzBGJdojpnyKQa4eOGUa0UyVcNtHj45OxESzPb8MSzW0jCmRZ9DvEHQfQTlO4+gOb52t4FIs9Sr/XhdVY1/qp0NA8BNi9SL1nKA7js4SwEhHcBdK0l07RqveAq4iF0CiJo6Ke1DI72VxlR3BSBhJyuaNADXZAmLAFmypvECcfqte/vpn/kEAHZCKPKDguYAAAAASUVORK5CYII=);
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.6);
}

.knowledge-slider-container .bx-wrapper .bx-prev {
    left: -30px;
    background-image: url('/Local/Themes/Default/Images/left-arrow.png');
    background-position: 0 0;
}

.knowledge-slider-container .bx-wrapper .bx-next {
    right: -30px;
    background-image: url('/Local/Themes/Default/Images/right-arrow.png');
    background-position: right 0;
}


/* ============================================================================
/* Plugin - Etellect Gallery
/* ============================================================================ */

.etellect-gallery {
}

/* item is invisible, but used for layout - required to make items animate - see masonry faqs */
.etellect-gallery-item {
    float: left;
    width: 33% !important;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .etellect-gallery-item a {
        display: block;
        position: relative;
        overflow: hidden;
    }

.etellect-gallery-item-content-hoverstate {
    position: absolute;
    margin: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -ms-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
}

.etellect-gallery-item:hover .etellect-gallery-item-content-hoverstate {
    background-image: url(../Images/mobile-icon-search-on.png);
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.6);
}

/*@media only screen and (min-width: 1200px) {
    .etellect-gallery-item {
        width: 20% !important;
    }
}

@media only screen and (min-width: 959px) and (max-width: 1199px) {
    .etellect-gallery-item {
        width: 25% !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .etellect-gallery-item {
        width: 25% !important;
    }
}

@media only screen and (max-width: 479px) {
    .etellect-gallery-item {
        width: 50% !important;
    }
}*/

.etellect-gallery__item {
    width: 25%;
}

    .etellect-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;
    }

    .etellect-gallery__item:hover img {
        transform: scale(1.2);
    }

/*==================================================================================== 
  Product Gallery
====================================================================================*/

.product__gallery-sizer {
    width: 25%;
}

.product__gallery .etellect-gallery .etellect-gallery__item:first-of-type {
    display: block;
    width: 100%;
}

.product__gallery .etellect-gallery .etellect-gallery__item,
.product-masonry .product__gallery .etellect-gallery .etellect-gallery__item,
.product-masonry .product__gallery .etellect-gallery .etellect-gallery__item:first-of-type {
    display: inline-block;
    width: 25%;
}

    .product__gallery .etellect-gallery .etellect-gallery__item:first-of-type {
        padding-top: 0px;
    }

/*==================================================================================== 
   Knowledge Gallery
====================================================================================*/

.knowledge__gallery-sizer {
    width: 25%;
}

.knowledge__gallery .etellect-gallery .etellect-gallery__item:first-of-type {
    display: block;
    width: 100%;
}

.knowledge__gallery .etellect-gallery .etellect-gallery__item,
.knowledge-masonry .knowledge__gallery .etellect-gallery .etellect-gallery__item,
.knowledge-masonry .knowledge__gallery .etellect-gallery .etellect-gallery__item:first-of-type {
    display: inline-block;
    width: 25%;
}

    .knowledge__gallery .etellect-gallery .etellect-gallery__item:first-of-type {
        padding-top: 0px;
    }


/*==================================================================================== 
    Product Panels
====================================================================================*/

.product-panel-toggle {
    padding: 5px 15px 6px 15px;
    background: #576571 url(/Local/Themes/Default/Images/right-arrow.png) no-repeat 98% center;
    background-size: 10px;
    border-radius: 3px !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.20);
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    margin-bottom: 10px;
    color: #ffffff;
}

    .product-panel-toggle:hover {
        cursor: pointer;
        background-color: #65758d !important;
    }

    .product-panel-toggle.open {
        background: #65758d url(/Local/Themes/Default/Images/down-arrow.png) no-repeat 98% center;
        background-size: 18px;
    }

.product-panel-content {
    padding: 15px;
    background-color: transparent;
    border-radius: 5px;
    margin-bottom: 10px;
}

.product-panel-title {
    color: #fff;
    font-size: 24px;
}

/*==================================================================================== 
    Knowledge Panels
====================================================================================*/

.knowledge-panel-toggle {
    padding: 5px 15px 6px 15px;
    background: #576571 url(/Local/Themes/Default/Images/right-arrow.png) no-repeat 98% center;
    background-size: 10px;
    border-radius: 3px !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.20);
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    margin-bottom: 10px;
    color: #ffffff;
}

    .knowledge-panel-toggle:hover {
        cursor: pointer;
        background-color: #65758d !important;
    }

    .knowledge-panel-toggle.open {
        background: #65758d url(/Local/Themes/Default/Images/down-arrow.png) no-repeat 98% center;
        background-size: 18px;
    }

.knowledge-panel-content {
    padding: 15px;
    background-color: transparent;
    border-radius: 5px;
    margin-bottom: 10px;
}

.knowledge-panel-title {
    color: #fff;
    font-size: 24px;
}

/*==================================================================================== 
    Filter Panels
====================================================================================*/

.filter-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

/*==================================================================================== 
    Quote Builder
====================================================================================*/

.panel {
    margin-bottom: 1px;
    background-color: none !important;
}

.panel-toggle,
.panel-toggle:visited,
.panel-toggle:hover {
    display: block;
    text-decoration: none;
    padding: 4px 15px 7px 15px;
    /*background: #ffffff; /* Old browsers */
    /*background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #ffffff 0%,#ebebeb 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #ffffff 0%,#ebebeb 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, #ffffff 0%,#ebebeb 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #ffffff;
    /*margin-bottom: -1px;*/
    color: #fff !important;
}

    .panel-toggle.open {
    }

/*.panel-toggle.disabled {
            background-color: #dfdfdf;
            cursor: default;
            }*/

.panel-content {
    padding: 15px 15px;
    border: 0px solid #898c95 !important;
    margin-bottom: 10px;
    background-color: transparent !important;
    border-radius: 0px 0px 5px 5px;
    background-color: #ffffff;
}

    .panel-content:after {
        content: "";
        display: table;
        clear: both;
    }

.panel {
    margin-bottom: 1px;
    color: #050505;
}

.panel-toggle,
.panel-toggle:visited,
.panel-toggle:hover {
    font-family: 'Alata' !important;
    display: block;
    text-decoration: none;
    padding: 8px 15px 12px 15px;
    border: 0px solid #898c95 !important;
    color: #3f4246;
    /*background: #eee url(../Images/panel-incomplete.png) no-repeat 10px center !important;
            padding-left: 50px;*/
    margin-bottom: 7px;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.4);
}

    .panel-toggle.open {
        background-color: rgba(0,0,0,0.2);
    }

    .panel-toggle.complete {
        background-color: rgba(0,0,0,0.2);
        /*background: #41cb38 url(../Images/panel-complete.png) no-repeat 10px center;*/
    }

    .panel-toggle.disabled {
        background-color: rgba(0,0,0,0.2);
        /*background: #dfdfdf url(../Images/panel-disabled.png) no-repeat 10px center;*/
        cursor: default;
    }

.panel-content {
    padding: 15px 25px;
}


    .panel-content:after {
        content: "";
        display: table;
        clear: both;
    }

.button--red {
    border-radius: 3px !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.20);
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
}

/*.button--primary {
    background-color: var(--primary-color) !important;
    border-radius: 3px !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.20);
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    color: #fff !important;
}

    .button--primary:hover {
        background-color: var(--primary-color-hover) !important;
        color: #fff !important;
    }*/



.row-group__row strong {
    font-family: 'Alata';
    font-weight: 100;
    color: #ffffff;
}

.panel-group {
    /*background-color: rgba(0, 0, 0, 0.65);*/
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 35px;
}

.panel-group-container {
    width: 100%;
    margin-top: 75px;
    margin-bottom: 75px;
    overflow: hidden;
    background-image: url('../Images/form-step-1.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

/*.row-group__row:not(.row-group__row--block-label) > label {
    color: #ffffff;
}*/

.row-group__row > label {
    color: black;
}

.row-group.row-group--striped .row-group__row:nth-child(odd) {
    background-color: transparent !important;
}

/*==================================================================================== 
    Review List
====================================================================================*/

.review-list {
    padding-top: 10px;
    border-top: 1px solid #aab6c2;
}

.review-list__item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #aab6c2;
}


/*==================================================================================== 
  Associated Products
====================================================================================*/
.product-view {
    padding: 20px;
}

.product-view,
.associated-products {
    color: #fff;
    background-color: #2a2a2a;
    border-radius: 3px;
}

a.associated-product,
a.associated-product:hover,
a.associated-product:visited {
    color: #fff !important;
    text-decoration: none;
}

.associated-product-content,
.associated-products-title {
    padding: 15px;
}

.associated-products-title {
    color: #fff;
    font-family:; /* 'Alata', arial; */
    font-size: 25px;
}


.associated-product-image {
    overflow: hidden;
    height: 120px;
}

.associated-product-divider-container {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.associated-product-divider {
    width: 100%;
    border-bottom: 1px solid #3f4246;
}

/*==================================================================================== 
  Associated Knowledge
====================================================================================*/
.knowledge-view {
    padding: 20px;
}

.knowledge-view,
.associated-knowledge-list {
    color: #fff;
    background-color: #2a2a2a;
    border-radius: 3px;
}

a.associated-knowledge,
a.associated-knowledge:hover,
a.associated-knowledge:visited {
    color: #fff !important;
    text-decoration: none;
}

.associated-knowledge-content,
.associated-knowledge-list-title {
    padding: 15px;
}

.associated-knowledge-list-title {
    color: #fff;
    font-family:; /* 'Alata', arial; */
    font-size: 25px;
}


.associated-knowledge-image {
    overflow: hidden;
    height: 120px;
}

.associated-knowledge-divider-container {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.associated-knowledge

-divider {
    width: 100%;
    border-bottom: 1px solid #3f4246;
}


/*==================================================================================== 
  ETrade Destination Lists
====================================================================================*/

.destination-list {
}

    .destination-list .image-title {
        position: relative;
        margin-bottom: -70px;
        text-align: center;
        z-index: 1000;
        padding: 10px 15px;
        background: rgba(0,0,0,0.5);
        color: #ffffff;
    }

    .destination-list .image-panel {
        width: 100%;
        z-index: -1;
    }

    .destination-list .image-button {
        float: right;
        position: relative;
        z-index: 1000;
        margin-top: -60px;
        margin-right: 15px;
    }

/*==================================================================================== 
  Resource Grid
====================================================================================*/

.resource-grid {
}

    .resource-grid .resource-title {
        position: relative;
        margin-bottom: -47px;
        z-index: 1000;
        padding: 10px 15px;
        background: rgba(0,0,0,0.5);
        color: #fff;
    }

    .resource-grid .resource-button {
        float: right;
        position: relative;
        z-index: 1000;
        margin-top: -50px;
        margin-right: 15px;
        text-decoration: none;
        color: white !important;
        border-radius: 3px;
        background-color: #7891a6;
        padding: 5px 15px;
        font-size: 15px;
        overflow: hidden;
        transition: background-color 0.3s ease;
    }

        .resource-grid .resource-button:hover {
            color: #ffffff !important;
            background-color: #5b7c98;
        }

        .resource-grid .resource-button::after {
            display: inline-block;
            content: url('/Local/Themes/Default/Images/button-arrow.png');
            background-color: #fff;
            padding: 5px 15px;
            margin: -5px -15px;
            margin-left: 15px;
        }

@media all and (max-width: 767px) {
    .resource-grid .resource-title {
        margin-bottom: -42px;
    }
}
/*==================================================================================== 
  BX Slider Overrides
====================================================================================*/

.bx-wrapper {
    background-color: transparent;
}

    .bx-wrapper .bx-controls-direction a {
        z-index: 9998;
    }


/*.bx-wrapper { max-width: 100%!important; width:100%!important; }*/

/*==================================================================================== 
  Pager
====================================================================================*/

.pager {
    margin-bottom: 50px;
    margin-top: 10px;
}

    .pager.top {
        margin-bottom: 10px;
        margin-top: 50px;
    }

    .pager .pager-button {
        font: 20px; /* 'Alata', arial; */
        color: white !important;
        background: #576571;
        cursor: pointer;
        display: inline-block;
        padding: 4px 15px;
        text-align: center;
        text-decoration: none !important;
        border-radius: 3px;
        margin-right: 10px;
        border: 1px solid #576571;
        -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: #65758d;
            color: white !important;
            text-decoration: none !important;
            border: 1px solid #65758d;
        }

        .pager .pager-button.selected {
            background-color: rgba(0, 0, 0, 0.20);
            color: #fff;
            border: 1px solid #fff;
            text-decoration: none !important;
        }



/* ======================================== */
/* honey comb text block
/* ======================================== */

.honey-comb-block-container {
    padding: 115px 0px;
}

.honey-comb-block-title {
    font-size: 43px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Alata';
    color: #c2c2c2;
}

.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;
    }
}

/* ======================================== */
/* free-your-mind-container
/* ======================================== */

.free-your-mind-container {
    padding: 20px 0px;
}

    .free-your-mind-container a {
        color: #c2c2c2;
    }

        .free-your-mind-container a:hover {
            color: #a51a44;
        }

    .free-your-mind-container .title {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 20px;
        font-family: 'Alata';
        color: #c2c2c2;
    }

    .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: 240px 0px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    font-family: 'Alata';
}

    .background-button-text-block-container .content {
        max-width: 800px;
        font-size: 34px;
        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;
        }
}

/* ======================================== */
/* 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 {
    }


.country-container {
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    padding: 10px;
    border-radius: 4px;
}

@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;
        }
}

/* ======================================== */
/* quote-slider
/* ======================================== */

.quoteslider-container {
    padding: 75px 5% 25px 5%;
}

.quoteslider-text {
    color: white;
    font-size: 25px;
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Alata';
}

.quoteslider-author {
    color: white;
    margin-top: 40px;
    text-align: right;
}

@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: #7f8891;
        background: #7f8891;
        height: 16px;
        width: 16px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 16px;
    }


        .quoteslider .bx-wrapper .bx-pager.bx-default-pager a.active {
            background-color: #ffffff;
            height: 16px;
            width: 16px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 16px;
        }

@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;*/
}

/* ======================================== */
/* arrow-text-block-container
/* ======================================== */

.arrow-text-block-container {
    padding: 115px 0px;
    background-attachment: fixed;
}

    .arrow-text-block-container .title {
        color: white;
        font-size: 38px;
        margin-bottom: 20px;
    }

    .arrow-text-block-container .content {
        max-width: 600px;
        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;
        }
}

/* ======================================== */
/* divider-icon
/* ======================================== */

.divider-hairline {
    border-top: 1px solid #eaeaea;
}

.divider-icon {
    display: block;
    text-align: center;
    margin-bottom: -40px;
}

    .divider-icon img {
        height: 80px;
    }

@media all and (max-width: 768px) {
    .divider-icon {
        margin-bottom: -20px;
    }

        .divider-icon img {
            height: 40px;
        }
}

/* ======================================== */
/* background-text-block-container
/* ======================================== */

.background-text-block-container {
    padding: 115px 0px;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
}

    .background-text-block-container .title {
        font-size: 42px;
        font-family: 'Alata';
        color: #a9b6c2;
    }

    .background-text-block-container .content {
    }

    .background-text-block-container a:hover {
        color: #a51a44;
    }

@media all and (max-width: 768px) {
    .background-text-block-container .content {
        font-size: 17px;
    }

    .background-text-block-container .title {
        line-height: 1;
        margin-bottom: 20px;
    }

    .background-text-block-container {
        padding: 50px 5px;
        background-attachment: scroll;
    }

    .background-text-block-container {
        background-size: 100% 100%;
    }
}

/* Buttons */

/*input[type=text] {
    padding: 6px 10px;
}*/

/*select { 
    padding: 10px;
    }*/

/*input[type=text], select {
    border-radius: 3px;
}*/

/*input {
    vertical-align: middle;
    margin: 0px;
    padding: 6px 10px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    background-color: #efefef;
    font: 14px arial, verdana, sans-serif;
    color: #111111;

    -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.2);
}

input:focus {
    outline: none;
    border-color: #00adff;
    background-color: #ffffff;
}

select {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #898c95;
    background-color: #d5d5d5;
}

select:focus {
    outline: none;
    border-color: #00adff;
    background-color: #ffffff;
}

textarea {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #898c95;
    background-color: #efefef;
}

input:focus, textarea:focus, select:focus {
    background-color: #ffffff;
}*/
/*====================== RAD OVVERIDES ======================*/

.RadRating_Default a, .RadRating_Default a span {
    background-image: url('/Local/Themes/Default/Images/WebResource.png') !important;
}

.ghwblue-button a, .ghwblue-button a:visited, .dark-magenta-button a, .dark-ghwblue-button a:visited, a:visited {
}

/*==================================================================================== 
    Gallery Slider
====================================================================================*/

.gallery-slider-container {
    padding: 110px 0px 50px 0px;
}

    .gallery-slider-container h2 {
        color: #ffffff;
        font-family: 'Alata';
        font-weight: normal;
    }

    .gallery-slider-container .bx-wrapper .bx-prev {
        left: -50px;
        background-image: url('/Local/Themes/Default/Images/left-arrow.png');
        background-position: 0 0;
    }

    .gallery-slider-container .bx-wrapper .bx-next {
        right: -50px;
        background-image: url('/Local/Themes/Default/Images/right-arrow.png');
        background-position: right 0;
    }



/*==================================================================================== 
    Accordion Toggle
====================================================================================*/

.accordion-toggle {
    padding: 5px 15px 6px 15px;
    background: #576571 url(/Local/Themes/Default/Images/right-arrow.png) no-repeat 98% center;
    background-size: 10px;
    border-radius: 3px !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.20);
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    margin-bottom: 10px;
    color: #ffffff;
}

    .accordion-toggle:hover {
        cursor: pointer;
        background-color: #65758d !important;
    }

    .accordion-toggle.open {
        background: #576571 url(/Local/Themes/Default/Images/down-arrow.png) no-repeat 98% center;
        background-size: 18px;
    }

.accordion-content {
    padding: 15px;
}

/*==================================================================================== 
    Enquiry Form
====================================================================================*/

.enquiry-container {
    padding: 18px;
    background-color: #2a2721;
    border-radius: 5px;
}

    .enquiry-container input[type=text],
    .enquiry-container textarea {
        background-color: #ffffff;
    }

/*==================================================================================== 
    Navigation Widgets -- Languages and Search
====================================================================================*/

.navigation-widgets {
    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 {
    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;
}

.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: 3px;
    }

.navigation-widgets__widget__panel input,
.navigation-widgets__widget__panel select {
    border: none;
    width: 100%;
    margin-top: 4px;
}

@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;
    }
}

.RadRating_Default a, .RadRating_Default a span {
    background-image: url(../Images/WebResource.png) !important;
    _background-image: url(../Images/WebResource.png) !important;
}

@media print {
    .RadRating_Default a:before, .RadRating_Default a span:before {
        content: url(../Images/WebResource.png) !important;
    }
}

/*==================================================================================== 
   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;
}

/*
    ====================================================================================
    View Testimonial Gallery Panel
    ====================================================================================
*/

.view-testimonial-gallery-panel {
    position: absolute;
    overflow: hidden;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #586470;
    color: white;
    padding: 8px;
    top: -4px;
    right: 16px;
    z-index: 9999;
}

    .view-testimonial-gallery-panel img {
        position: relative;
        z-index: 9999;
        margin-bottom: -2px;
    }

/*
    ====================================================================================
    Newsletter form
    ====================================================================================
*/

.button-newsletter {
    cursor: pointer;
    width: 100%;
    background-color: #e7575c; /* Gray */
    color: white;
}

    .button-newsletter:hover {
        color: #ffffff;
    }

.button-newsletter-signup {
    background-color: #e7575c; /* Orange */
    color: white;
}

.textbox-newsletter {
    width: 100% !important;
}

/*
    ====================================================================================
    Footer
    ====================================================================================
*/

.footer a {
    color: #ffffff !important;
}

    .footer a:hover {
        color: #50a9ff !important;
    }

.footer-navigation {
    clear: both;
    overflow: auto;
    padding: 40px 0px;
}

    .footer-navigation ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .footer-navigation ul li {
            float: left;
            margin-right: 20px;
        }

            .footer-navigation ul li:last-child {
                margin-right: 0px;
            }

            .footer-navigation ul li a,
            .footer-navigation ul li a:visited,
            .footer-navigation ul li a:hover {
                color: white;
                font: 17px 'Alata', Arial;
                text-decoration: none;
            }

                .footer-navigation ul li a.footer-navigation-sublink,
                .footer-navigation ul li a.footer-navigation-sublink:visited {
                    font: 17px arial, verdana !important;
                    margin-bottom: 5px;
                    color: #ffffff;
                    text-decoration: none;
                }

                    .footer-navigation ul li a.footer-navigation-sublink:hover {
                        color: white;
                        text-decoration: underline;
                    }

                    .red .footer-navigation ul li a.footer-navigation-sublink, .footer-navigation ul li a.footer-navigation-sublink:visited {
                        color: #fde8ed;
                    }

                    .green .footer-navigation ul li a.footer-navigation-sublink, .footer-navigation ul li a.footer-navigation-sublink:visited {
                        color: #cceee8;
                    }

                    .blue .footer-navigation ul li a.footer-navigation-sublink, .footer-navigation ul li a.footer-navigation-sublink:visited {
                        color: #e5f3f9;
                    }

                    .purple .footer-navigation ul li a.footer-navigation-sublink, .footer-navigation ul li a.footer-navigation-sublink:visited {
                        color: #f2edf5;
                    }

                    .orange .footer-navigation ul li a.footer-navigation-sublink, .footer-navigation ul li a.footer-navigation-sublink:visited {
                        color: #feeee9;
                    }

                    .pink .footer-navigation ul li a.footer-navigation-sublink, .footer-navigation ul li a.footer-navigation-sublink:visited {
                        color: #fef4f9;
                    }

                    .teal .footer-navigation ul li a.footer-navigation-sublink, .footer-navigation ul li a.footer-navigation-sublink:visited {
                        color: #e5f6f3;
                    }

@media all and (max-width: 479px) {
    .footer-navigation {
        text-align: center;
    }

        .footer-navigation ul li {
            float: none;
            margin-top: 10px !important;
            margin-right: 0px !important;
        }

    .footer-powered-by a img {
        width: 100px;
    }
}

/*==================================================================================== 
  Cards
====================================================================================*/

.homepage-card a {
    color: black !important;
    text-decoration: none;
}

    .homepage-card a:hover {
        text-decoration: none;
    }

.homepage-card--image-container {
    position: relative;
}

.homepage-card--capture-container {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(204, 33, 39, 0.80);
    color: white;
    text-align: center;
    padding: 8px;
}

.card--link-container {
    position: absolute;
    bottom: 20px;
    width: 90%;
}

.expand-card .card-body {
    margin-bottom: 80px !important;
}

/*==================================================================================== 
  Resource Slider
====================================================================================*/

.resourceslider-container {
    padding: 50px 0px;
    color: #143953;
    position: relative;
}

.resourceslider-header {
    font-family: 'Alata', Arial;
    font-size: 1.8rem;
    text-align: left;
    padding: 50px 0px 10px 0px;
    margin-left: 70%;
    margin-right: auto;
}

.resourceslider-text {
    font-style: italic;
    text-align: center;
    margin: 0px 25%;
}

    .resourceslider-text::before {
        content: '';
        background-image: url("../Images/quote-left.png");
        width: 60px;
        height: 60px;
        position: absolute;
        top: 15%;
        left: 22%;
        background-repeat: no-repeat;
    }

    .resourceslider-text::after {
        content: '';
        background-image: url("../Images/quote-right.png");
        width: 60px;
        height: 60px;
        position: absolute;
        top: 50%;
        right: 20%;
        background-repeat: no-repeat;
    }

.resourceslider-author {
    font-family: 'Alata', Arial;
    color: #4E61E4;
    font-weight: bold;
    text-align: right;
    margin: 40px 25%;
}

@media all and (max-width: 1199px) {
    .resourceslider-text {
        margin: 0px 10%;
    }

        .resourceslider-text::before {
            left: 6%;
        }

        .resourceslider-text::after {
            right: 3%;
        }

    .resourceslider-author {
        margin: 40px 10%;
    }
}

@media all and (max-width: 767px) {
    .resourceslider-text {
        margin: 0px 3%;
    }

        .resourceslider-text::before {
            top: 16%;
            left: 0%;
        }

        .resourceslider-text::after {
            top: 60%;
            right: -6%;
        }

    .resourceslider-author {
        margin: 20px 5%;
    }
}

@media only screen and (max-width: 575px) {
    .resourceslider-text {
        margin: 0px 15%;
    }

        .resourceslider-text::before {
            top: 12%;
            left: 8%;
        }

        .resourceslider-text::after {
            top: 64%;
            right: 2%;
        }

    .resourceslider-author {
        margin: 30px 15%;
    }
}

.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: #dce1e9;
        height: 20px;
        width: 20px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 12px;
    }


        .resourceslider .bx-wrapper .bx-pager.bx-default-pager a.active {
            background-color: #697384;
            height: 20px;
            width: 20px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 12px;
        }

    .resourceslider .bx-wrapper .bx-viewport {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        background: none;
        border: none;
    }

    .resourceslider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: initial;
        padding: 0px;
    }

/*==================================================================================== 
  Featured Courses
====================================================================================*/

.featured-courses-container {
    background: url("../Images/featured-courses-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
}

.homepage-upcoming-courses {
}

.homepage-upcoming-courses-heading {
    text-align: center;
    font: 25px 'Alata', arial, sans-serif;
    background-color: #4E61E4;
    color: white;
    padding: 4px 0px 8px 0px;
}

.homepage-upcoming-courses-item {
    background-color: white;
    padding: 15px;
}

    .homepage-upcoming-courses-item:not(:last-child) {
        margin-bottom: 8px;
    }

.homepage-upcoming-courses-item-date {
    margin-top: 5px;
    font: 18px 'Alata', Arial, Verdana, sans-serif;
    color: #4E61E4;
    overflow: auto;
}

.homepage-upcoming-courses-item-price {
    float: right;
    font: 18px 'Alata', Arial, Verdana, sans-serif;
    color: #c20003;
    text-transform: uppercase;
    margin: 0px 15px;
}

.homepage-upcoming-courses-item-view {
    float: right;
    margin-top: -3px;
}

@media all and (max-width: 959px) {
    .homepage-upcoming-courses-heading {
        font-size: 17px;
    }

    .homepage-upcoming-courses-item {
        padding: 8px;
    }

    .homepage-upcoming-courses-item-date {
        font-size: 15px;
    }

    .homepage-upcoming-courses-item-price {
        font-size: 15px;
    }
}

.homepage-features {
}

.homepage-features-item,
.homepage-features-item:visited,
.homepage-features-item:hover {
    float: left;
    width: 100%;
    border-width: 0px 10px 20px 10px;
    border-style: solid;
    border-color: white;
    display: block;
    color: #000000;
    text-decoration: none;
    background-color: #efefef;
}

    .homepage-features-item:hover {
        background-color: #f7f7f7;
        transition: background 0.5s;
    }

.homepage-features-item-heading {
    font: 24px 'Alata', Arial, Verdana, sans-serif;
    text-align: center;
    padding: 10px 20px;
}

.homepage-features-item-content {
    padding: 20px;
    height: 170px;
}

.homepage-features-item-link {
    font: 18px 'Alata', Arial, Verdana, sans-serif;
    text-align: right;
    padding: 10px 20px;
    background-color: #e4e4e4;
    text-transform: uppercase;
}

@media all and (max-width: 1199px) {
    .homepage-features-item-content {
        height: 200px;
    }

    .homepage-features-item-heading {
        font-size: 22px
    }
}

@media all and (max-width: 959px) {
    .homepage-features-item-heading {
        font-size: 16px;
    }

    .homepage-features-item-content {
        height: 280px;
    }
}

@media all and (max-width: 767px) {
    .homepage-features-item-heading {
        font-size: 24px;
    }

    .homepage-features-item-content {
        height: 160px;
    }
}

@media all and (max-width: 479px) {
    .homepage-features-item-heading {
        font-size: 24px;
    }

    .homepage-features-item-content {
        height: 190px;
    }
}

/* ============================================================================
/* BUTTONS
/* ============================================================================ */

/*.form-button, .form-button:visited {
    background-color: #efefef;
    border: 1px solid #aeaeae;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none !important;
    -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;
}

    .form-button:hover {
        background-color: #dfdfdf;
        text-decoration: none !important;
    }

    .form-button.blue, .form-button.blue:visited {
        background-color: #2173ad;
        border: 1px solid #004688;
        color: #FFF;
    }

        .form-button.blue:hover {
            background-color: #10629C;
        }

    .form-button.green, .form-button.green:visited {
        background-color: var(--primary-color);
        border: 1px solid var(--primary-color);
        color: #FFF !important;
    }

        .form-button.green:hover {
            background-color: #00881c;
            border: 1px solid #00881c;
            color: #FFF !important;
        }

        .form-button.green.large, .form-button.green.large:visited {
            background-color: #65bf4e;
            border: 1px solid #65bf4e;
            color: #FFF !important;
            font-size: 1.5rem;
            border-radius: 100px;
        }

        .form-button.green:hover {
            background-color: #00881c;
            border: 1px solid #00881c;
            color: #FFF !important;
        }

    .form-button.red, .form-button.red:visited {
        background-color: #c80000;
        border: 1px solid #850000;
        color: #FFF !important;
    }

        .form-button.red:hover {
            background-color: #850000;
            color: #FFF !important;
        }

    .form-button.orange, .form-button.orange:visited {
        background-color: #d7821a !important;
        border: 1px solid #c56c00;
        color: #FFF !important;
    }

        .form-button.orange:hover {
            background-color: #c56c00 !important;
            color: #FFF !important;
        }

    .form-button.right {
        margin: 0 0 0 10px;
    }

    .form-button.full-size {
        width: 100%;
    }

    .form-button.align--center {
        display: block;
        margin: 0px 15%;
    }*/

/* ============================================================================
/* PANELS
/* ============================================================================ */

.panel--grey {
    background-color: #f1f1f1;
    padding: 10px 30px;
}

.border-top-red {
    border-bottom: red solid 4px;
}

.border-bottom-red {
    border-bottom: red solid 4px;
}

/* ============================================================================ */
/* NEWS and EVENTS                                                              */
/* ============================================================================ */

.year-picker-toggle {
    display: block;
    background: #efefef url('/Local/Images/more-arrow-up.png') no-repeat 96% center;
    padding: 10px;
    font: 20px 'Alata', arial, verdana;
    color: #000000;
    cursor: pointer;
    margin-top: 2px;
}

    .year-picker-toggle.open {
        background-color: #697384 !important;
        background-image: url('/Local/Images/white-arrow-down.png');
        color: white;
    }

.year-picker-content {
}

.year-picker-content-month, .year-picker-content-month:visited, .year-picker-content-month:hover {
    display: block;
    padding: 10px;
    font: 18px 'Alata', arial, verdana;
    color: #4E61E4;
    text-decoration: none;
    background-color: #fef2f5;
}

    .year-picker-content-month.selected,
    .year-picker-content-month:hover {
        background-color: #ffdfe7;
    }

    .year-picker-content-month div {
        float: right;
        width: 60px;
        height: 30px;
        border-radius: 15px;
        background-color: #4E61E4;
        margin: -4px 0px 0px 5px;
        line-height: 25px;
        color: white;
        text-align: center;
    }

    .year-picker-content-month img {
        width: 16px;
        height: 16px;
        vertical-align: text-bottom;
        margin-right: 2px;
    }

.year-picker-selected-heading {
    background-color: #4E61E4;
    color: white;
    padding: 12px 10px;
    font: 24px 'Alata', arial, verdana;
}

.event-picker-toggle, .career-picker-toggle, .news-picker-toggle {
    display: block;
    padding: 10px;
    background: #efefef url('/Local/Images/more-arrow-up.png') no-repeat 96% center;
    font: 22px 'Alata', arial, verdana;
    color: #000000;
    line-height: 38px;
    cursor: pointer;
    margin-top: 2px;
}

    .event-picker-toggle.open, .career-picker-toggle.open, .news-picker-toggle.open {
        background: #e4e4e4 url('/Local/Images/more-arrow-down.png') no-repeat 96% center;
        color: #000000;
    }

    .event-picker-toggle > img, .career-picker-toggle > img, .news-picker-toggle > img {
        width: 20px;
        margin-top: -2px;
    }

.event-picker-content, .career-picker-content, .news-picker-content {
}

.event-picker-content-item, .career-picker-content-item, .news-picker-content-item {
    padding: 20px 0px;
}

    .event-picker-content-item:not(:last-child), .career-picker-content-item:not(:last-child), .news-picker-content-item:not(:last-child) {
        border-bottom: 1px solid #c6c6c6;
    }

.search {
    background-color: rgba(204, 33, 39, 0.09);
    padding: 7px;
}

    .search a, .search a:hover {
        float: left;
        background-color: #4E61E4;
        border: 2px solid white;
        text-align: center;
        color: white;
        width: 70px;
        line-height: 30px;
        font-family: 'Alata', Arial;
        text-decoration: none;
    }

    .search.right a {
        float: right;
    }

    .search input {
        overflow: auto;
        width: 100%;
        height: 34px;
        border: none;
        background: white url(/local/images/icon-search.png) no-repeat 7px center;
        padding-left: 28px;
    }

        .search input:focus {
            border: none;
            background-color: #ECF5FF;
        }

@media only screen and (max-width: 767px) {
    .search {
        float: none;
        width: 100%;
        margin: 0px;
    }
}

.block-formatting-context {
    overflow: auto !important;
}

/* ============================================================================
/* Training Search Widget
/* ============================================================================ */

.training-search-widget .container {
    display: flex;
    align-items: center;
}

.training-search-widget {
    position: relative;
    width: 100%;
    z-index: 999;
    background-color: #4E61E4;
}

/*.home .training-search-widget { position:absolute; top:150px; }*/

.training-search-widget-title {
    color: #ffffff;
    font-size: 1.3rem;
}

@media only screen and (max-width: 1279px) {
    .training-search-widget-title {
        font-size: 1.2rem;
    }
}

.training-widget-inputbox {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.3);
box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.3);
}

    .training-widget-inputbox.selected {
        background-color: #ffffff;
    }

.training-course .card {
    border: none;
    background-color: #efefef;
}

.training-course .card-title {
    font-size: 1.2rem;
    color: #4E61E4;
}

.training-course a,
.training-course a:hover {
    text-decoration: none;
    color: #3d3d3d;
}

.training-course .view-button {
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin-top: 20px;
}

a.training-widget-go
{
    border-radius: 3px;
    font-weight: bold !important;
    padding: 4px 14px 4px 14px;
    color: #fff !important;
    font-size: 1.3rem;
    text-decoration: none !important;
    background: var(--primary-color) url('/Local/Images/go-icon.png') no-repeat 88% center;
}
a.training-widget-go:hover
{
    color: #fff !important;
    background: #00881c url('/Local/Images/go-icon.png') no-repeat 91% center;
}
    a.training-widget-go:visited {
        background-color: #fd8c13;
        color: #fff !important;
    }
a.training-widget-go:visited:hover
{
    background-color: #00881c;
    color: #fff !important;
}


@media all and (max-width: 959px) {

    .training-search-widget .container {
        display: block;
    }

    .training-search-widget {
        position: initial;
    }
        a.training-widget-go
    {
        text-align: center;
        background: var(--primary-color) url('/Local/Images/go-icon.png') no-repeat 55% center;
    }
    a.training-widget-go:hover
    {
        background: var(--primary-color) url('/Local/Images/go-icon.png') no-repeat 56% center;
    }
    a.training-widget-go:visited
    {
    }
    a.training-widget-go:visited:hover
    {
    }
}


@media all and (max-width: 479px) {

    .training-search-widget {
        top: 110px!important;
    }
    .training-widget-inputbox {
        background-color: #ffffff;
        border: none;
    }

    a.training-widget-go
    {
        text-align: center;
        background: var(--primary-color) url('/Local/Images/go-icon.png') no-repeat 58% center;
    }
    a.training-widget-go:hover
    {
        background: var(--primary-color) url('/Local/Images/go-icon.png') no-repeat 59% center;
    }
    a.training-widget-go:visited
    {
    }
    a.training-widget-go:visited:hover
    {
    }
}

/* ============================================================================
/* Training View
/* ============================================================================ */

.upcoming-dates-table {
    width: 100%;
    background-color: white;
    /*table-layout: fixed;*/
}

    .upcoming-dates-table th {
        font-weight: normal;
        color: #4E61E4;
    }

    .upcoming-dates-table th,
    .upcoming-dates-table td {
        padding: 10px;
    }

    .upcoming-dates-table tr {
        border-bottom: 1px solid #efefef;
    }

    th.upcoming-dates-table__price { text-align: right; }
    th.upcoming-dates-table__spaces { text-align: right; }
    th.upcoming-dates-table__places { text-align: right; }

    td.upcoming-dates-table__venue { width: 280px; }
    td.upcoming-dates-table__location { width: 150px; }
    td.upcoming-dates-table__date { }
    td.upcoming-dates-table__duration { width: 100px; }    
    td.upcoming-dates-table__price { width: 100px; text-align: right; font-weight: bold; color: #4E61E4; }
        td .upcoming-dates-table__price__open--override { color: grey; text-decoration: line-through; margin-right: 10px; }
        td .upcoming-dates-table__price__company { }
    td.upcoming-dates-table__spaces { width: 100px; text-align: right; }
        td .upcoming-dates-table__spaces__descriptive { display: none; }
    td.upcoming-dates-table__places { width: 100px; text-align: right; }
        td.upcoming-dates-table__places select { max-width: 50px; }
    td.upcoming-dates-table__book { width: 150px; text-align: center; }        
        td .upcoming-dates-table__book__sold-out { font-weight: bold; color: #4E61E4; }

@media screen and (max-width: 767px) {

    .upcoming-dates-table thead {
        display: none;
    }

    .upcoming-dates-table td, .upcoming-dates-table th {
        display: block;
        width: 100%;
    }

    td.upcoming-dates-table__venue { padding: 10px 10px 0px 10px; font-size: 18px; font-weight: bold; }
    td.upcoming-dates-table__location { padding: 0px 10px; }
    td.upcoming-dates-table__date { padding: 0px 10px; }
    td.upcoming-dates-table__duration { padding: 0px 10px; }    
    td.upcoming-dates-table__price { padding: 0px 10px; text-align: left; font-size: 18px; }
    td.upcoming-dates-table__spaces { padding: 0px 10px; text-align: left; margin-bottom: 10px; }
        td .upcoming-dates-table__spaces__descriptive { display: inline; }
    td.upcoming-dates-table__places { padding: 0px 10px; text-align: left; }
        td .upcoming-dates-table__places select { max-width: none; }
    td.upcoming-dates-table__book { padding: 10px!important; }
    td.upcoming-dates-table__book a { width: 100%; padding: 20px; }

}


.upcoming-dates {
    background-color: #fff;
}

    .upcoming-dates .date-row {
        border-bottom: 2px solid #efefef;
        padding: 10px 15px;
    }

.next-available-training {
}

    .next-available-training .next-available-training__header {
        background-color: #4E61E4;
        color: white;
        padding: 10px 15px;
        font-size: 1.5rem;
    }

    .next-available-training .next-available-training__title {
        color: #4E61E4;
        font-size: 1.3rem;
    }


    .next-available-training .next-available-training__content {
        padding: 15px;
        border: 2px solid #efefef;
        border-top: none;
    }

    .next-available-training .next-available-training__price {
        color: #4E61E4;
        font-size: 1.6rem;
        font-weight: bold;
    }

    .next-available-training .next-available-training__price--override {
        color: gray;
        text-decoration: line-through;
    }

    .next-available-training .next-available-training__vat {
        color: #4E61E4;
    }

.course-downloads {
    background: url(../Images/career-block-bg.png) no-repeat right;
    border: 1px solid #c6c6c6;
    padding: 10px;
    margin-top: 25px;
}

    .course-downloads .course-downloads__link-container {
        background: url(../Images/pdf-icon.png) no-repeat left;
        min-height: 95px;
        padding-left: 75px;
        padding-top:5px;
    }

        .course-downloads .course-downloads__link-container a.pdf-link {
            background: url(../Images/download-icon.png) no-repeat left;
            display: block;
            padding-left:25px;
            text-decoration:none;
        }
        /* 
==================================================================================== 
News
==================================================================================== 
*/
        .news-header {
            font-family: 'Alata', Arial;
            font-size: 2.4rem;
            color: #d50032;
        }

.year-picker-selected-heading {
    font-family: 'Alata', Arial;
    background-color: #ffd4d6;
    color: #4E61E4;
}

.news-row-news {
    font-family: 'Alata', Arial;
    font-size: 1.2rem;
}

.news-picker-item-content-title,
.news-picker-item-content-title:hover,
.news-picker-item-content-title:visited {
    font-family: 'Alata', Arial;
    font-size: 1.6rem;
    color: #d50032;
    text-decoration: none;
}

.news-picker-toggle {
    background: #f68ea8 url("/Local/Themes/Website/Images/news-icon-picker-closed.png") no-repeat 96% center;
}

    .news-picker-toggle.open {
        background-image: url("/Local/Themes/Website/Images/news-icon-picker-open.png");
    }

.news-button-read-more,
.news-button-read-more:hover {
    font-family: 'Alata', Arial;
    font-size: 1.2rem;
    padding: 12px 20px 10px 20px;
    background-color: #d50032;
    color: white !important;
}

.block-formatting-context input {
    font-family: 'Alata', Arial;
}

.year-picker-search input {
    background: white url("/Local/Themes/Website/Images/news-icon-picker-search.png") no-repeat 7px center;
}

.year-picker-search a,
.year-picker-search a:hover {
    font-family: 'Alata', Arial;
    font-size: 1.2rem;
    border: none;
    padding: 2px;
    color: white !important;
}

.year-picker-toggle {
    font-family: 'Alata', Arial;
    font-size: 1.2rem;
    background: #f68ea8 url("/Local/Themes/Website/Images/news-icon-picker-closed.png") no-repeat 96% center;
}

    .year-picker-toggle.open {
        background-image: url("/Local/Themes/Website/Images/news-icon-picker-open.png");
    }

.year-picker-content-month {
    font-family: 'Alata', Arial;
    font-size: 1.2rem;
}

    .year-picker-content-month div {
        width: 60px;
        height: 34px;
    }

    .year-picker-content-month img {
        margin-bottom: 2px;
    }

.a-voice {
    border: 8px solid #d50032;
    border-radius: 8px;
    padding: 20px;
}

    .a-voice h2, .a-voice h3 {
        color: #d50032 !important;
    }

    .a-voice h2 {
        font-size: 1.8rem;
    }

    .a-voice h3 {
        font-size: 1.4rem;
    }

/* ============================================================================ */
/* NEWS and Events                                                              */
/* ============================================================================ */

.year-picker-search {
    background-color: #ffd4d6;
    border-bottom: 2px solid rgba(0, 0, 0, 0.10);
    padding: 7px 7px 3px 7px;
}

    .year-picker-search.purple {
        background-color: #e5dbeb;
        border-bottom: 2px solid rgba(0, 0, 0, 0.10);
    }

    .year-picker-search a, .year-picker-search a:visited {
        float: right;
        background-color: #4E61E4;
        border: 0px solid white;
        text-align: center;
        border-radius: 3px;
        color: white;
        width: 25%;
        line-height: 30px !important;
        font: 18px 'Alata', Arial;
        text-decoration: none;
    }

        .year-picker-search a:hover {
            background-color: #9d0006;
            font-family: 'Alata', Arial;
            font-size: 1.2rem;
            border: 0px solid white;
        }

    .year-picker-search.purple a, .year-picker-search.purple a:visited, .year-picker-search.purple a:hover {
        background-color: #9b26b6;
        color: white;
    }

    .year-picker-search select,
    .year-picker-search input {
        overflow: auto;
        width: 75%;
        height: 34px;
        border: none;
        padding-left: 10px;
    }

    .year-picker-search input {
        padding-left: 37px;
        background: white url(../images/ecms/news-icon-picker-search.png) no-repeat 7px center;
    }

        .year-picker-search select:focus,
        .year-picker-search input:focus {
            border: none;
            outline: none;
        }

.year-picker-toggle {
    display: block;
    background: #e4e9f0 url('../images/ecms/news-icon-picker-closed.png') no-repeat 96% center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.10);
    padding: 10px 10px 6px 10px;
    font-family: 'Alata', Arial;
    font-size: 1.2rem;
    color: #697384;
    cursor: pointer;
    margin-top: 2px;
    padding: 10px;
}

    .year-picker-toggle.purple {
        background: #C0A6CF url('../images/ecms/news-icon-picker-closed.png') no-repeat 96% center;
        border-bottom: 2px solid rgba(0, 0, 0, 0.10);
    }

    .year-picker-toggle.open {
        background-color: #697384;
        background-image: url('../images/ecms/news-icon-picker-open.png');
        border-bottom: 2px solid rgba(0, 0, 0, 0.10);
    }

    .year-picker-toggle.purple.open {
        background-color: #9b26b6;
        background-image: url('../images/ecms/news-icon-picker-open.png');
        border-bottom: 2px solid rgba(0, 0, 0, 0.10);
    }

.year-picker-content {
    font-family: 'Alata', Arial;
    font-size: 1.2rem;
}

.year-picker-content-month, .year-picker-content-month:visited, .year-picker-content-month:hover {
    display: block;
    padding: 15px 10px;
    color: #4E61E4;
    text-decoration: none;
    font-family: 'Alata', Arial;
    font-size: 1.2rem;
}

    .year-picker-content-month.purple, .year-picker-content-month.purple:visited, .year-picker-content-month.purple:hover {
        color: #9b26b6;
    }

    .year-picker-content-month.selected
    /*.year-picker-content-month:hover*/ {
        background-color: #fef2f5;
    }

    .year-picker-content-month div {
        float: right;
        width: 50px;
        height: 30px;
        border-radius: 5px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.10);
        background-color: #4E61E4;
        margin: -4px 0px 0px 5px;
        line-height: 30px;
        color: white;
        text-align: center;
    }

    .year-picker-content-month.purple div {
        border-bottom: 2px solid rgba(0, 0, 0, 0.10);
        background-color: #9b26b6;
    }

    .year-picker-content-month img {
        vertical-align: text-bottom;
        position: relative;
        top: -4px;
        margin-right: 3px;
    }

.year-picker-no-content {
    padding: 10px;
    background-color: #fef2f5;
}

.year-picker-selected-heading {
    height: 46px;
    padding: 12px 10px;
    font-size: 22px;
}

    .year-picker-selected-heading.purple {
        background-color: #C0A6CF;
    }

.news-picker-toggle {
    display: block;
    padding: 7px 10px 7px 10px;
    background: #e4e9f0 url('../images/ecms/news-icon-picker-closed.png') no-repeat 96% center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.10);
    font-family: 'Alata', Arial;
    font-size: 1.2rem;
    color: #697384;
    cursor: pointer;
    margin-top: 2px;
}

    .news-picker-toggle.purple {
        background: #C0A6CF url('../images/ecms/news-icon-picker-closed.png') no-repeat 96% center;
        border-bottom: 2px solid #A491AF;
    }

    .news-picker-toggle.open {
        background-color: #697384;
        color: #ffffff;
        background-image: url('../images/ecms/news-icon-picker-open.png');
        border-bottom: 2px solid rgba(0, 0, 0, 0.10);
    }

    .news-picker-toggle.purple.open {
        background-color: #4E61E4;
        background-image: url('../images/ecms/news-icon-picker-open.png');
        border-bottom: 2px solid rgba(0, 0, 0, 0.10);
    }

.news-picker {
}

.news-picker-item:not(:last-child) {
    border-bottom: 4px solid #fbd2dc;
}

.news-picker-item.purple:not(:last-child) {
    border-bottom: 4px solid #e5dbeb;
}

.news-picker-item {
    padding: 20px 0px;
}

    .news-picker-item:first-child .news-picker-item-image {
        width: 45%;
    }

    .news-picker-item:not(:first-child) .news-picker-item-content .form-button {
        display: none;
    }

.news-picker-item-image {
    float: left;
    width: 25%;
    margin-right: 20px;
    display: block;
    margin: auto !important;
}

.news-picker-item-content {
    overflow: auto;
}

.news-picker-item-content-title,
.news-picker-item-content-title:hover,
.news-picker-item-content-title:visited {
    font: 22px 'Alata', Arial;
    color: #4E61E4;
    text-decoration: none;
}

    .news-picker-item-content-title.purple,
    .news-picker-item-content-title.purple:hover,
    .news-picker-item-content-title.purple:visited {
        color: #9b26b6;
    }

.news-picker-item-content-date {
    display: block;
    margin-bottom: 10px;
}

.news-picker-item-content-text {
    margin-bottom: 20px;
}

@media all and (max-width: 767px) {
    .news-picker-item-image, .news-picker-item:first-child .news-picker-item-image {
        float: right;
        width: 40%;
        margin: 0px 0px 20px 20px;
    }

    .news-picker-item-content {
        display: inline
    }
}

.news-item {
}

.news-item-title {
}

.news-item-content {
}

.news-item-image {
    float: right;
    max-width: 420px;
    /*width: 45%;*/
    margin-left: 20px;
}

.news-item-associated-document {
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}

.news-item-associated-document-icon {
    float: left;
    width: 48px;
    margin-right: 20px;
}

.news-item-associated-document-content {
    overflow: auto;
}

.news-item-associated-document-content-title {
    font: 22px 'Alata', times;
    color: #4E61E4;
    margin-bottom: 3px;
}

@media all and (max-width: 767px) {
    .news-item-image {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
    }
}

.news-button-read-more {
    display: inline-block;
    border: none;
    background-color: #4E61E4;
    border-radius: 3px;
    padding: 7px 20px 5px 20px;
    font-size: 16px;
    color: white !important;
    text-decoration: none;
    opacity: 1.0;
}

    .news-button-read-more:hover {
        background-color: #9d0006;
        font-size: 16px;
        padding: 7px 20px 5px 20px;
        border: none;
    }

.news-row-news {
    padding-left: 25px;
}

.news-picker-item:not(:first-child) .news-picker-item-content .news-button-read-more {
    display: none;
}

.enquire-today {
    background-color: #4E61E4;
    color: white;
    border-radius: 2px;
    border-bottom: 3px solid #9c2024;
    margin-bottom: 20px;
}

.enquire-today-button-panel a {
    padding: 10px 15px;
    display: block;
    text-align: center;
    font-size: 2rem;
    color: white !important;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}

    .enquire-today-button-panel a:hover {
        background-color: #9c2024;
        color: #ffffff !important;
        text-decoration: none;
    }

.enquire-today-content {
    margin-bottom: 10px;
    color: white !important;
}

.enquire-today-form .row-group__row > label {
    color: white !important;
}

.enquire-today-form {
    padding: 0px 10px 15px 10px;
    color: white !important;
}

.enquire-text {
    color: #3f4246;
    font-family: 'Alata';
    text-align: center;
    border-width: 2px 2px 0px 2px;
    border-color: #c9d3e1;
    border-style: solid;
    background-color: #f1f3f7;
    padding: 10px;
}

.enquire-today .error {
    color: #ffffff;
}

.call-us {
    color: #4E61E4;
    font-size: 1.4rem;
    font-family: 'Alata';
    text-align: center;
}

/* ============================================================================ */
/* Offers                                                            */
/* ============================================================================ */

.special-offers {
    background-color: #efefef;
    margin-top: -360px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.3);
}

    .special-offers .offer-header {
        text-align:center;
        background-color: #4E61E4;
        color: white;
        padding: 10px 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 1.4rem;
        font-weight: bold;
    }

    .special-offers .special-offer-container {
        padding: 15px 20px;
        background: url(../Images/last-remaining-bg.gif) repeat;
    }

.special-offers .offer-title {
    font-size: 1.2rem;
    color: #4E61E4;
    text-align:center;
}

    .special-offers .offer-image {
        position: relative;
        z-index: 1;
    }

        .special-offers .offer-image img {
            position: absolute;
            top: -22px;
            right: -20px;
        }

    .special-offers .offer-price {
        font-size: 1.2rem;
        color: #9b9b9b;
        text-align: center;
        text-decoration: line-through;
        font-weight: 500;
    }

    .special-offers .original-price {
        font-size: 2.2rem;
        color: #4E61E4;
        text-align: center;
        font-weight: 500;
    }

    .special-offers .offer-buy {
        text-align: center;
    }

@media all and (max-width: 959px) {
    .special-offers { margin-top: -140px; }
}

@media all and (max-width: 768px) {
    .special-offers { margin-top: -110px; }
}

/* ============================================================================ */
/* List                                                                         */
/* ============================================================================ */

.no-list-bullets ul li {
    list-style-type: none;
    margin-left: -16px;
}

.vacancies {
    text-decoration: none !important;
    color: #3d3d3d !important;
    background: url(../Images/career-block-bg.png) no-repeat right;
    /*-webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.3);*/
    border: 1px solid #c6c6c6;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    .vacancies:hover {
        background-color: #f5f5f5;
        /*-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);*/
    }

.shadow-container {
    border-radius: 5px;
    border-top: 5px solid #fd8c13;
    padding: 20px 45px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
}

.training-button {
    width: 100%;
    background-color: #fd8c13;
    color: #ffffff;
    border-radius: 92px;
    font-size: 19px;
    padding: 4px;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 3px;
    padding-bottom: 5px;
}

.training-button:hover {
    background-color: #ea7a00;
    color: #ffffff;
    text-decoration: none;
}

.homepage-feature {
    border-radius: 5px;
    border-top: 5px solid #fd8c13;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}

.homepage-feature__image {
    height: 150px;
    background-size: cover;
    background-position: left top;
}

.homepage-feature__title {
    font: 18px 'Alata', Arial;
    color: #4984d2;
    padding: 20px 20px 0px 20px;
}

.homepage-feature__text {
    padding: 3px 20px 20px 20px;
    line-height: 1.2;
}

.ecc_resource-column__content__title {
    font-size: 22px !important;
    padding: 20px !important;
    color: #FFFFFF !important;
    text-align: center !important;
}


/* ======================================== */
/* Override bootstrap container and row to work with Etellect grid
/* ======================================== */
.container { padding: 0px; }
.row { margin: 0px; }

/* ======================================== */
/* Navigation Bar
/* ======================================== */




/* ======================================== */
/* Banner Css
/* ======================================== */

.innerpage-header {
    background: rgb(253,144,27);
    background: linear-gradient(145deg, rgba(253,144,27,1) 0%, rgba(254,176,92,1) 50%, rgba(255,200,142,1) 100%);
    height: 450px;
    background-size: cover;
}

.home .innerpage-header .titlecontainer {
    margin-left: auto;
    margin-right: auto;
    padding: 100px 40px 40px 40px;
    max-width: 1280px;
}

.home .innerpage-header .title {
    color: #4984d2;
    font-size: 1.9rem;
    max-width: 500px;
}

.home .innerpage-header .subtitle {
    
    font-size: 1.2rem;
    max-width: 500px;
}

@media all and (max-width: 959px) {
    .innerpage-header { height: auto; }
    .home .innerpage-header .titlecontainer { padding: 40px 20px 40px 20px; }
    /*.home .innerpage-header .title,
    .home .innerpage-header .subtitle { width: 100%; }
    .innerpage-header { margin-top:140px; }
    .home .innerpage-header .title { font-size: 1.0rem; top: 95px; }
    .home .innerpage-header .subtitle { font-size: 0.85rem; line-height: 1.3rem; top: 100px; }*/
}


.text--red {
    color: #65bf4e;
}

.text--large {
    color: #6b7485!important;
}

@media all and (min-width: 1200px) {
    .container {
        max-width: 1340px!important;
    }
}

/* ======================================== */
/* Form Input
/* ======================================== */


.row-group__row > div input[type=email], .row-group__row > div input[type=password], .row-group__row > div input[type=text], .row-group__row > div select, .row-group__row > div textarea {
    padding: 10px;
    border-radius: 3px;
    transition: all 0.25s ease;
}

.row-group__row > div input[type=email]:hover, .row-group__row > div input[type=password]:hover, .row-group__row > div input[type=text]:hover, .row-group__row > div select:hover, .row-group__row > div textarea:hover {
    border: 1px solid #ffb7b9;
}

.row-group__row > div input[type=email]:focus, .row-group__row > div input[type=password]:focus, .row-group__row > div input[type=text]:focus, .row-group__row > div select:focus, .row-group__row > div textarea:focus {
    border: 1px solid #65bf4e;
    background-color: #ffffff!important;
}



/* ================================================== */
/* ePostcode+ styles                                  */
/* ================================================== */

.epcp__results {
    position: absolute;
    color: #858585;
    border :1px solid #cccccc;
    max-height: 245px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
    background-color: white;
    }

    .epcp__results__item {
        padding: 10px 20px;
        color: black;
        cursor: pointer;
        }
                
        .epcp__results__item--selected { background-color: #4E61E4; color: white; }