/*-----------------------------------------*\
    Animation
\*-----------------------------------------*/
.standardTiming,
.menu-fullCell .tableCell:after,
footer a,
footer path,
.svg-searchIcon path,
[class*='healthScore-'],
#healthScoreWrapper,
.articlePreview .articlePreview-arrow,
.playlistItem .articlePreview-arrow,
.playlistItem .articlePreview-title,
.linkBlock,
.linkBlock-icon,
.linkBlock-message,
.pageSection,
.expertOnline,
.searchResults-moreResults,
.promoBlock-ammount,
.promoBlock-cartIcon,
.promoBlock-title,
.svg-shoppingCart path,
.healthDetail,
.contentBrowser-categoryItem,
.scrollButton-top,
.scrollButton-bottom,
.arrowRight,
.recipe-preview,
.recipe-preview .recipe-title,
.recipe-preview .separatorBlock-white,
.recipe-preview p,
.faqClose,
.faqOpen,
.calendarDisplayType,
.calendarAction,
.calendarAction svg,
input[type='checkbox'],
input[type='radio'],
.fakeCheckbox,
.fakeCheckboxLabel,
.quiz-nav-question,
.scrollButton-top img,
.scrollButton-bottom img,
.linkBlock-nav,
.arrowLeft,
.quiz-nav-question-name,
.contentBrowser a,
.pageDescription,
.playlistItem-title,
.playlistItem-icon,
.playlistItem-icon svg,
.contentBrowser-playlist.isVideoLoaded,
.expertList-title,
.expertList-icon,
.healthDetail > *,
.healthDetail svg
{
    -webkit-transition: all 0.2s ease-in;
       -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
         -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
}



.close-popup{
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.myProfile .arrowDown
{
    -webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}

.myProfile.hover .arrowDown
{
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}


.videoContainer{
    -webkit-transition: background 0.5s ease-out 0.3s;
       -moz-transition: background 0.5s ease-out 0.3s;
        -ms-transition: background 0.5s ease-out 0.3s;
         -o-transition: background 0.5s ease-out 0.3s;
            transition: background 0.5s ease-out 0.3s;
}

.welcomeBlock,
.welcomeBlock-icon,
.welcomeBlock-arrow
{
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}

/*-----------------------------------------*\
    Site style
\*-----------------------------------------*/

html,
body,
input,
button,
textarea
{
    font-family: "proxima-nova", arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
header,
header a
{
    text-transform: uppercase;
}

/* Main colour #e21c39 */
.brandColour,
header .currentPage a,
.articlePreview-subTitle span,
.calendarEvent h5,
.author,
.userContent a,
.titleOnImage-title,
.genericContent a,
.leaderboard-rank-big,
.leaderboard-rank-small,
.infoBlock-numberedList-number,
.genericContent-subSubTitle
{
    color: #0070AC;
}

.highlight
{
    color: #ffffff;
}

.linkBlock.linkBlock-containerWidth .linkBlock-message
{
    background-color: #c61b21;
    color: white;
}

.underLine{
    border-bottom: solid 1px #c61b21;
}

.brandBgColour,
.mobileMenu-companyLogo,
.pageSection-mobile-title,
.searchResults-moreResults,
.pageSection-first .pageSection-message,
.pageSection-rightAlign .pageSection-message,
.pageSection-last .pageSection-message,
.promoBlock-cartIcon,
.calendarDisplayType:hover,
.calendarAction:hover,
.infoCol-red,
.infoCol-red .challenge-leftText,
.infoCol-red .challenge-rightText,
.infoCol-red .infoBlock-title,
.linkBlockWrapper
{
    background-color: #0070AC;
    color: white;
}


.calendarWrapper
{
    background-color: #fab927; /*e21c39*/
    color: white;
}

.calendarAction:hover svg{
    fill: white;
}

.subMenu-desktop-toggle,
footer,
.articlePreview-arrow,
.menu-desktop .background
{
    background-color: #2f2f2f;
}

.calendarAction svg{
    fill: #2f2f2f;
}

footer{
    color: #a1a1a1;
}

header input,
header a,
.subMenu-desktop-toggle,
header .note
{
    color: #888888;
}

.calendarWrapper a{
    color: white;
}

header .border-right
{
    border-right: solid #d3d3d3 1px;
}

header .border-left{
    border-left: solid #d3d3d3 1px;
}

header li.first,
header .noBorder
{
    border-left: none;
}

#dnn_dnnSearch_txtSearch,
#dnn_dnnMobile_txtSearch,
.menu-desktop-top
{
    background-color: #e6e6e6;
}

.menu-desktop-bottom{
    background-color: white;
}

.SearchButton,
.mobileMenu-searchButton button
{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px;
    background-image: url("img/loupe.png");
}

.searchBar:hover .SearchButton{
    background-image: url("img/loupe_red.png");
}

.scoreColour-low{
    color: #d11d1d;
}

.scoreColour-mid{
    color: #df7b10;
}

.scoreColour-high{
    color: #2eb441;
}

.arrowDown{
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 13px solid #2f2f2f;
}

.arrowRight
{
    border-left: 9px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.arrowLeft{
    border-right: 8px solid #c61b21;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.quiz-nav-question.isSelected .arrowLeft{
    margin-left: -7px;
    opacity: 1;
    border-right-color: white;
}

.recipe-preview .arrowRight{
    border-left: 8px solid #c61b21;
}

.isSelected .arrowRight{
    margin-right: -7px;
    opacity: 1;
}

.widget-titleLink,
#footerWidgets li a,
#footerWidget-newsletterForm-submit
{
    background-image: url("img/arrow_red.png");
}

.icon-arrow path{
    fill: white;
}

.articlePreview-title{
    color: #383738;
}

.playlistItem .articlePreview-title{
    color: #9c9c9c;
}

.playlistItem:hover .articlePreview-title,
.expertList-expert:hover .expertList-title
{
    color: #383738;
}

.pageSection-first .separator,
.pageSection-rightAlign .separator,
.pageSection-last .separator
{
    border-top-color: #fcb827; /* c2112b*/
    border-bottom-color: #facb67; /* fa4862 */
}

.userContent ul li{
    background-image: url("img/bulletPoint.gif");
}

.userContent ul ul li{
    background-image: url("img/bulletPoint_gris.gif");
}

.videoContainer.blackBg{
    z-index: 1;
    background-color: black;
}

footer a:hover
{
    color: white;
}

footer .svgWrapper:hover path
{
    fill: white;
}

.menu-fullCell .tableCell:after,
.pageDescription-red.pageDescription
{
    background-color: #0070AC;
}


#healthScoreWrapper:hover,
#healthScoreWrapper.hover
{
    background-color: #2f2f2f;
    color: #e6e6e6;
}

#healthScoreWrapper:hover [class*='healthScore-'],
#healthScoreWrapper.hover [class*='healthScore-']
{
    color: #e6e6e6;
}


.menu-desktop-bottom .menu-fullCell:hover .tableCell:after{
    margin-bottom: 0px;
}

.menu-desktop-top .hoverEffect .menu-fullCell:hover .tableCell:after{
    margin-bottom: -5px;
}


#searchForm-notMobile:hover path,
.siteColourFill
{
    fill: #0070AC;
}

/*.titleIcon-user{
    background-image: url("img/user_dark.svg");
    background-position: -65px 4px;
    background-size: 150px;
    background-repeat: no-repeat;
}*/



.myProfile.hover .arrowDown{
    top: 12px;
}

.subMenu-leftCell li,
.subMenu-leftCell .fake_li-bulletAndTitle
{
    background-image: url("img/arrow_red.png");
}

.subMenu-rightCell li,
.subMenu-rightCell .fake_li-bulletAndTitle
{
    background-image: url("img/arrow_black.png");
}

.subMenu-rightCell li{
    background-position: 0px 4px;
}

.subMenu-leftCell li{
    background-position: 0 50%;
}

.articlePreview-content{
    -webkit-transition: all 0.4s ease-out;
       -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
         -o-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out;
}

.quiz-nav-question svg{
    -webkit-transition: all 0.1s cubic-bezier(1, 1.00, 0.87, 1);
    -webkit-transition: all 0.1s cubic-bezier(1, 1.06, 0.85, 1);
       -moz-transition: all 0.1s cubic-bezier(1, 1.06, 0.85, 1);
        -ms-transition: all 0.1s cubic-bezier(1, 1.06, 0.85, 1);
         -o-transition: all 0.1s cubic-bezier(1, 1.06, 0.85, 1);
            transition: all 0.1s cubic-bezier(1, 1.06, 0.85, 1);
}

.articlePreview:hover .articlePreview-content
{
    top: 215px;
}


.csstransforms .articlePreview.featured:hover .articlePreview-content,
.searchResults .articlePreview
{
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
            top: 0;
}



.linkBlock.linkBlock-containerWidth:hover .linkBlock-message,
.linkBlock.linkBlock-containerWidth
{
    background-color: #2f2f2f;
}

.recipe-Previews
{
    background-color: #c61b21;
}

.linkBlock.black:hover .linkBlock-message{
    background-color: white;
    border-color: white;
    border-right-color: #0070AC;
}

/* Sub menu */

.subMenu-myProfile .linkBlock:hover .linkBlock-icon{
    background-color: #0070AC;
    background-image: url("img/arrow_white.png");
}

.promoBlock:hover .promoBlock-ammount
{
    color: black;
    background: white;
}

.promoBlock:hover .promoBlock-title
{
    text-shadow: rgba(255, 255, 255, 0.3) 0 0; /* Safari fix for blurry small text */
    color: white;
}

.promoBlock:hover .promoBlock-title{
    background-color: #0070AC;
}

.promoBlock:hover .promoBlock-cartIcon{
    background-color: #e6e6e6;
}

.promoBlock:hover .svg-shoppingCart path{
    fill: #5e5e5e;
}

.subMenu-mobile-search,
.subMenu-mobile-nav,
.subMenu-rightCell
{
    -webkit-box-shadow: 0px 6px 11px 0px rgba(50, 50, 50, 0.2);
       -moz-box-shadow: 0px 6px 11px 0px rgba(50, 50, 50, 0.2);
            box-shadow: 0px 6px 11px 0px rgba(50, 50, 50, 0.2);
}

/* Score colours */

.lowScore,
.healthReport-feedBackPoints li.lowScore
{
    color: #d54444;
}

.svgGraph-low .svgGraph-filled{
    fill: #d54444;
}

.midScore,
.healthReport-feedBackPoints li.midScore
{
    color: #e47226 ;
}

.svgGraph-mid .svgGraph-filled{
    fill: #e47226;
}

.highScore,
.healthReport-feedBackPoints li.highScore
{
    color: #56b66f;
}

.svgGraph-high .svgGraph-filled{
    fill: #56b66f;
}


.svgGraph-empty{
    fill: white;
}


.healthReport-feedBackPoints li.highScore{
    background-image: url("img/feedbackPoint-highScore.gif");
}

.healthReport-feedBackPoints li.midScore{
    background-image: url("img/feedbackPoint-midScore.gif");
}

.healthReport-feedBackPoints li.lowScore{
    background-image: url("img/feedbackPoint-lowScore.gif");
}

/* Generic content */

.genericContent li,
.infoBlock li
{
    background-image: url("img/arrow_red.png");
}


/* Sos santé */

[class*="contentBrowser-icon-"]{
    fill: #c5232c;
}

.contentBrowser-icon-apple .svgWrapper{
    width: 18px;
    height: 23px;
}

.contentBrowser-icon-pan .svgWrapper{
    width: 30px;
    height: 20px;
}

.contentBrowser-icon-plate .svgWrapper{
    width: 22px;
    height: 20px;
}



/* Mobile menu */

.mobileMenu-profile,
.searchResults-moreResults:hover
{
    background-color: #2f2f2f;
}

.mobileMenu .svgWrapper
{
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    background-position: 50% 50%;
    height: 40px;
}

.menu-desktop .companyLogo .svgWrapper_en,
.loggedOutMenu .companyLogo .svgWrapper_en,
.menu-desktop .companyLogo .svgWrapper_fr,
.loggedOutMenu .companyLogo .svgWrapper_fr
{
/*background-image: url("img/valero_logo.png");*/
	
background-image: url("img/logo_valero_2024.png");	
background-repeat: no-repeat;
background-position: 50% 50%;
width: 100px;
height: 120px;
margin: auto;
background-size: 100%;
	/*color: #e6e6e6 !important;*/
}

.mobileMenu-profile .svgWrapper{
    background-image: url("img/user.svg");
    width: 20px;
    height: 40px;
    background-position: 50% 55%;
}

.mobileMenu-hamburger .svgWrapper
{
    background-image: url("img/hamburger.svg");
    width: 35px;

}

.close-popup:hover{
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.contentBrowser-arrow{
    background-image: url("img/downArrow_black.png");
    background-position: 0 50%;
}

.isOpen .contentBrowser-arrow{
    background-image: url("img/upArrow_red.png");
}

.contentBrowser-categoryItem:hover,
.contentBrowser-categoryItem.isSelected
{
    color: #c61b21;
}


.isDeactivated.scrollButton-top img,
.isDeactivated.scrollButton-bottom img
{
    opacity: 0.2;
}



.linkBlock.white:hover .linkBlock-message,
.linkBlockWrapper .linkBlock.white:hover .linkBlock-message
{
    color: #2f2f2f;
    background-color: white;
}



.linkBlock.grey .linkBlock-message{
    border-color: #bebebe;
    color: #2f2f2f;
}

.linkBlock.grey .linkBlock-icon{
    background-image: url("img/arrow_black.png");
    border-color: #bebebe;
}

.linkBlock.linkBlock-smaller .linkBlock-message{
    padding: 11px 20px 9px;
    font-size: 14px;
}

.linkBlock.grey:hover .linkBlock-message
{
    background-color: #ef1c39;
    border-color: #ef1c39;
    color: white;
}

.linkBlock.grey:hover .linkBlock-icon{
    background-image: url("img/arrow_red.png");
    border-color: #ef1c39;
    background-color: white;
}

.calendarEventBlock-content,
.separatorBlock-red
{
    background-color: #0070AC;
}


#recipe ul li{
    background-image: url("img/arrow_red.png");
}

.isOpen .faqOpen
{
    opacity: 0;
}

.isOpen .faqClose{
    opacity: 1;
}

.calendar-day.hasEvent{
    background-color: #0070AC;
    color: white;
    text-shadow: 0 0 white;
}

.calendarAction-addEvent svg{
    width: 27px;
    height: 27px;
}

.calendarAction svg{
    width: 26px;
    height: 26px;
    display: block;
    position: relative;
}

/* Quiz */

.svg-checkIcon{
    width: 0;
    height: 17px;
    fill: #6A0E1C;
    display: inline;
}

.isComplete .svg-checkIcon{
    width: 19px;
}

.isComplete .quiz-nav-question .svgWrapper,
.isComplete .quiz-nav-questionGroupTitle .svgWrapper
{
    vertical-align: sub;
}

.fakeCheckboxLabel:hover .fakeCheckbox{
    border-color: white;
}

input[type='checkbox']:checked + .fakeCheckbox,
input[type='radio']:checked + .fakeCheckbox
{
    background-color: #0070AC;
    border-color: #0070AC;
}


.quiz-nav{
    background-color: #a51328;
}

.quiz-nav-questionGroupTitle{
    background-color: #ba162e;
    border-bottom: solid 1px #950c20;
}


.quiz-nav-question
{
    border-top: solid 1px #ac2639;
    border-bottom: solid 1px #950c20;
    color: #6f0918;
    text-shadow: 0 0 #6f0918;
}

.quiz-nav-question-name
{
    color: white;
}

.isComplete .quiz-nav-question-name
{
    opacity: 0.45;
    color: black;
}

.isComplete .quiz-nav-questionGroupTitle{
    opacity: 0.45;
    color: #41050E;
}

.isSelected.isComplete .quiz-nav-question-name
{
    opacity: 1;
}

.isSelected .quiz-nav-question-name
{
    color: #636363;
    text-shadow: 0 0 #636363;
}


.quiz-nav-question.first{
    border-top: none;
}

.subTitle-grey{
    background-image: url("img/arrow_white.png");
}

.linkBlock-nav:hover{
    opacity: 1;
}

.linkBlock-nav .linkBlock-icon,
.linkBlock-nav .linkBlock-message,
.linkBlock.linkBlock-nav:hover
{
    background-color: transparent!important;
    border-color: white!important;
    color: white;
}

.linkBlock-downArrow.linkBlock-icon{
    background-image: url("img/downArrow_white.png");
}


.fakeCheckboxLabel:hover{
    color: white;
}

/* Welcome page */



.welcome-col:hover .welcomeBlock{
    margin-top: -50px;
}

.welcome-col:hover .welcomeBlock-callToAction,
.welcome-col:hover .welcomeBlock-sectionName,
.progressGraph-end,
.infoBlock-subTitle
{
    color: #0070AC;
}

.welcome-col:hover .welcomeBlock-arrow{
    opacity: 1;
    margin-left: 0;
}


/* Challenge */

.progressGraph-container{
    border-right: solid #e21b3a 1px;
}

.progressGraph-leftBorder{
    border-left: solid #e21b3a 1px;
}

.progressGraph-pinContainer.isYou .progressGraph-you{
    color: #19bc8d;
}

.progressGraph-pinContainer.isYou .challengePin{
    fill: #19bc8d;
}


.progressGraph-pin.isLeader .challengePin,
.progressGraph-endGoal-icon .svgTrophy,
.progressGraph-starIcon .starIcon,
.progressGraph-pinContainer.isLeader .challengePin
{
    fill: #e31b38;
    color: #e31b38;
}

.challengePin{
    fill: #5f5f5d;
}

/* Info block */
.infoCol-red .infoBlock-borderTop,
.pageDescription-red .separator-double
{
    border-top: solid #b5213a 1px;
}

.infoCol-red .infoBlock-borderBottom,
.pageDescription-red .separator-double
{
    border-bottom: solid #eb6175 1px;
}

/* Archive */

.contentBrowser-download .svgWrapper{
    background-image: url("img/download.svg");
    background-size: 20px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

.contentBrowser-playlist.isVideoLoaded:hover{
    opacity: 1;
}

.yogaColours .relatedArticles-messageWrapper,
.yogaColours .linkBlock.linkBlock-containerWidth .linkBlock-message,
.yogaColours .promo-discount-rebate,
.yogaColours .relatedArticles
{
    background-color: #d92551;
}

.yogaColours .pageDescription-linksTitle{
    color: #d92551;
}

/* Experts */


.expertOnline-circle{
    background-color: #64d44e;
}

.pageDescription .expertOnline{
    background-color: white;
    color: #64d44e;
}

.backgroundTransition{
    -webkit-transition: background 0.2s;
       -moz-transition: background 0.2s;
        -ms-transition: background 0.2s;
         -o-transition: background 0.2s;
            transition: background 0.2s;
}

.pageDescription.expertBlock{

    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}

.pageDescription-red .pageDescription-title,
.pageDescription-red .pageDescription-subTitle,
.pageDescription-red p,
.pageDescription-red a,
.pageDescription-red li,
.pageDescription-red .pageDescription-linksTitle
{
    color: white;
}

.pageDescription-red li{
    background-image: url("img/arrow_white.png");
}

.pageDescription-red .linkBlock.linkBlock-containerWidth .linkBlock-message{
    background-color: white;
    color: #9c9c9c;
}

.pageDescription-red .linkBlock.linkBlock-containerWidth:hover .linkBlock-message{
    color: #2f2f2f;
}

/* Health report */

.healthReport-popup-leftCol .svgApple{
    stroke: #2f2f2f;
}

.healthReport-popup .linkBlock-message{
    color: white;
    background-color: #bababa;
    border-color: #bababa;
}

.healthReport-popup .linkBlock-icon{
    background-color: #818181;
    border-color: #818181;
}

.healthReport-popup .linkBlock:hover .linkBlock-message{
    color: #2f2f2f;
    border-color: white;
    background-color: white;
}

.healthReport-popup .linkBlock:hover .linkBlock-icon{
    background-color: #2f2f2f;
    border-color: #2f2f2f;
}

/* Not mobile */

@media screen and (min-width: 736px){

    .linkBlock.linkBlock-containerWidth .linkBlock-icon
    {
        background-color: #2f2f2f;
    }

    .linkBlock:hover{
        background: white;
        color: #383738;
    }

    .articlePreview:hover .articlePreview-arrow,
    .playlistItem:hover .articlePreview-arrow,
    .playlistItem:hover .playlistItem-icon,
    .expertList-expert:hover .expertList-icon
    {
        background-color: #0070AC;
    }

    .recipe-preview:hover{
        background-color: white;
    }

    .recipe-preview:hover .arrowRight{
        border-left-color: white;
        opacity: 1;
    }


    .recipe-preview:hover .recipe-title{
        color: #2f2f2f;
    }


    .recipe-preview:hover .separatorBlock-white{
        background-color: #0070AC;
    }

    .recipe-preview:hover p{
        color: #8a8888;
    }

    .healthDetail:hover .separator-small
    {
        border-bottom: solid #eb6175 1px;
    }

    .healthDetail:hover .separator-small
    {
        border-top: solid #b5213a 1px;
    }

    .healthDetail:hover
    {
        background-color: #0070AC;
    }

    .healthDetail:hover,
    .healthDetail:hover.border-left,
    .healthDetail:hover.border-left-notDesktop
    {
        border-color: #0070AC;
    }


    .healthDetail:hover .genericContent-title,
    .healthDetail:hover p,
    .healthDetail:hover .healthReport-feedBack
    {
        color: white;
    }

    .healthDetail:hover svg{
        fill: white;
    }

    .healthDetail:hover .svgApple{
        fill: none;
        stroke: white;
    }

    .healthDetail:hover .svgGraph-empty{
        fill: #9d1c2e;
    }

    .healthDetail:hover .svgGraph-filled{
        fill: white;
    }

    .yogaColours .articlePreview:hover .articlePreview-arrow,
    .yogaColours .playlistItem:hover .playlistItem-icon
    {
        background-color: #d92551;
    }

    .yogaColours .linkBlock.linkBlock-containerWidth:hover .linkBlock-message
    {
        background-color: #2f2f2f;
    }

    .playlistItem:hover .playlistItem-title{
        color: #2f2f2f;
    }


    .playlistItem:hover .playlistItem-icon svg{
        fill: white;
    }

    .linkBlock:hover .linkBlock-icon{
        background-color: #2f2f2f;
        border-color: #2f2f2f;
    }

    .linkBlock.linkBlock-containerWidth:hover .linkBlock-icon
    {
        background-color: #c61b21;
    }

    .linkBlock.black:hover .linkBlock-icon{
        background-color: #0070AC;
        border-color: #0070AC;
    }

    .yogaColours .linkBlock.linkBlock-containerWidth:hover .linkBlock-icon
    {
        background-color: #d92551;
    }
}

.pageSection-message-title{
color:#ffffff;
}