/*===============
TABLE OF CONTENTS
=================
Prefix your search term with "@" to jump to that section. Eg: to jump to the footer styles, search for "@footer"
layout
-----------------
navigation
components
- carousels
pages
-----------------
===============*/
/* @navigation */
/* @components */
#whatson .cta-list li,
#functions .cta-list li
{
    min-width:31em;
}
/* @carousels */
/* slidesPerView defined in JS Swiper call */
.carousel .swiper-slide
{
    width:33.333334%;
    width:-webkit-calc(33.333334% - 10px);
    width:-moz-calc(33.333334% - 10px);
    width:-o-calc(33.333334% - 10px);
    width:calc(33.333334% - 10px);
}
.touch-true .carousel .swiper-slide
{
    width:40%;
    width:-webkit-calc(33.333334% - 30px);
    width:-moz-calc(33.333334% - 30px);
    width:-o-calc(33.333334% - 30px);
    width:calc(33.333334% - 30px);
}
