/*
 *  Typography
 */

/* - give default font style - */
body .pastaDayTheme {text-align: left; font-size: 1rem; font-family: 'Avenir Next LT W01 Condensed', sans-serif; font-weight: 400; line-height: 120%; color: #000000;}
.pastaDayTheme h1,.pastaDayTheme h2,.pastaDayTheme h3,.pastaDayTheme h4,.pastaDayTheme h5,.pastaDayTheme h6{font-size:1em; font-family: 'Avenir Next LT W01 Condensed', sans-serif; font-weight: bold; line-height: 120%; margin: 0; text-transform: none;}
.pastaDayTheme p,.pastaDayTheme li {font-family: 'Avenir Next LT W01 Condensed', sans-serif; line-height: 120%; letter-spacing: normal; margin: 0;}
.pastaDayTheme i,.pastaDayTheme em {font-family: 'Avenir Next LT W01 Condensed', sans-serif; font-style: italic;}
.pastaDayTheme b,.pastaDayTheme strong{font-family: 'Avenir Next Demi W01 Condensed', sans-serif; font-weight: normal;}
.pastaDayTheme i b,.pastaDayTheme i strong,.pastaDayTheme em b,.pastaDayTheme em strong,.pastaDayTheme b i,.pastaDayTheme strong i,.pastaDayTheme b em,.pastaDayTheme strong em{font-family: 'Avenir Next LT W01 Condensed', sans-serif; font-weight: bold; font-style: italic;}

.pastaDayTheme p {
    padding-bottom: 1em;
    line-height: 130%;
}

.pastaDayTheme h1, .pastaDayTheme h2 {
    font-family: 'nettoprobold', sans-serif;
    letter-spacing: -0.005em;
    font-weight: normal;
}

.pastaDayTheme h1, .pastaDayTheme h2, .pastaDayTheme h3, .pastaDayTheme h4, .pastaDayTheme h5, .pastaDayTheme h6 {
    color: #1C3775;
}

.pastaDayTheme .button {
    height: 50px;
    font-family: 'nettoprobold', sans-serif;
    font-size: 1rem;
    text-align: center;
    border-radius: 8px;
    min-width: 100px;
    padding: 15px 24px;
    display: block;
    text-decoration: none;
}

.pastaDayTheme .button.btnPrimary {
    background-color: #1C3775;
    border: 1px solid #1C3775;
    color: #fff;
}

.pastaDayTheme .button.btnSecondary {
    background-color: #fff;
    border: 1px solid #E5E8EB;
    color: #1C3775;
}

.pastaDayTheme .button.btnTertiary  {
    background-color: #F5C65D;
    border: none;
    color: #1C3775;
    height: 40px;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'nettoproblack', sans-serif;
    display: inline-block;
    letter-spacing: 0.04em;
}

.pastaDayTheme .button.altShape {
    border: none;
    height: 40px;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 0.875rem;
}

.pastaDayTheme .button.iconVideo i {
    background: url(/global/campaign/asset/PwGZohw0cK56PMrhTtAuj/media/images/shared/world-pasta-day/images/iconSprite.png) center -277px no-repeat transparent;
    background-size: 44px auto;
    width: 16px;
    height: 17px;
    position: relative;
    bottom: -1px;
    text-indent: -9999px;
    display: inline-block;
    margin-left: 5px;
}


/*
 *  Core
 */


/* - contain - */
.pastaDayTheme .contain:after{content:".";display:block;clear:both;visibility:hidden;height:0;}
.pastaDayTheme .contain{display:inline-table;}
* html .pastaDayTheme .contain{/* nomac \*/height:1%;/* nomac */}
.pastaDayTheme .contain{display:block;}

.pastaDayTheme .clear {clear: both;}
.pastaDayTheme .clearLeft {clear: left;}
.pastaDayTheme .clearRight {clear: right;}
.pastaDayTheme label.access, .pastaDayTheme .access {background-color: inherit; color: #ffffff; position: absolute; overflow: hidden; border: none; left: -10999px; width: 990px; height: 0;}

.pastaDayTheme button {
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.pastaDayTheme button:hover {
    cursor: pointer;
}

.pastaDayTheme .largeImage {
    position: relative;
    z-index: 2;
    height: 250px;
    margin-bottom: -1px;
    top: -1px;
}

.pastaDayTheme .largeImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

@media only screen and (min-width: 768px) {
    .pastaDayTheme .largeImage {
        height: 400px;
    }
}
@media only screen and (min-width: 1024px) {
    .pastaDayTheme .largeImage {
        height: 460px;
    }
}
@media only screen and (min-width: 1280px) {
    .pastaDayTheme .largeImage {
        height: 560px;
    }
}


/*
 *   World pasta day heros
 */

.rModule.pastaGlobalHero {
    background: url("/global/campaign/asset/PwGZohw0cK56PMrhTtAuj/media/images/shared/world-pasta-day/images/mikaelaShiffrinHero.webp") 50% 0 no-repeat;
    background-size: auto 580px;
    height: 580px;
    position: relative;
}

.rModule.pastaGlobalHero.preCampaign:before {
    background: rgba(0,0,0,0.1);
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    position: absolute;
}

.rModule.pastaGlobalHero.preCampaign {
    background: url("/global/campaign/asset/PwGZohw0cK56PMrhTtAuj/media/images/shared/world-pasta-day/images/nyHero.webp") 50% 0 no-repeat;
    background-size: auto 640px;
    height: 640px;
}

.rModule.pastaGlobalHero .heroText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 622px;
    padding: 0;
    text-align: center;
}

.rModule.pastaGlobalHero.preCampaign .heroText {
    top: 31%;
}

.pastaDayTheme .rModule.pastaGlobalHero h1,
.pastaDayTheme .rModule.pastaGlobalHero h2,
.pastaDayTheme .rModule.pastaGlobalHero h3 {
    color: #fff;
    text-align: center;
    padding: 0;
}

.pastaDayTheme .rModule.pastaGlobalHero h2 {
    font-family: 'nettopro', sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: normal;
}

.pastaDayTheme .rModule.pastaGlobalHero h2 span {
    font-size: 0.6em;
    position: relative;
    top: -7px;
    text-transform: lowercase;
}

.pastaDayTheme .rModule.pastaGlobalHero h1 {
    font-size: 1.875rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding-bottom: 10px;
}

.pastaDayTheme .rModule.pastaGlobalHero.preCampaign h1 {
    font-size: 1.25rem;
    line-height: 100%;
}

.pastaDayTheme .rModule.pastaGlobalHero h3 {
    font-weight: normal;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
}

.pastaDayTheme .rModule.pastaGlobalHero h3 strong {
    font-family:"Avenir Next Demi W01 Condensed", sans-serif;
}

.pastaDayTheme .rModule.pastaGlobalHero p {
    padding-bottom: 10px;
}

.pastaDayTheme .rModule.pastaGlobalHero img {
    width: 80%;
    padding-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
    .rModule.pastaGlobalHero {
        background-size: auto 850px;
        height: 850px;
        position: relative;
    }

    .rModule.pastaGlobalHero.preCampaign {
        background-size: auto 850px;
        height: 850px;
    }

    .pastaDayTheme .rModule.pastaGlobalHero h2 {
        font-size: 1.875rem;
    }

    .pastaDayTheme .rModule.pastaGlobalHero.preCampaign h2 {
        font-family: 'nettoprobold', sans-serif;
    }

    .pastaDayTheme .rModule.pastaGlobalHero h2 span {
        top: -11px;
    }

    .pastaDayTheme .rModule.pastaGlobalHero h1 {
        font-size: 3rem;
        padding-bottom: 20px;
    }

    .pastaDayTheme .rModule.pastaGlobalHero.preCampaign h1 {
        font-size: 3rem;
    }

    .pastaDayTheme .pastaDayTheme .rModule.pastaGlobalHero p {
        padding-bottom: 20px;
    }

    .pastaDayTheme .rModule.pastaGlobalHero h3 {
        font-size: 1.5rem;
    }

    .pastaDayTheme .rModule.pastaGlobalHero .heroText {
        max-width: 640px;
		padding-top: 20px;
    }

    .pastaDayTheme .rModule.pastaGlobalHero.preCampaign .heroText {
        max-width: 622px;
    }

    .pastaDayTheme .rModule.pastaGlobalHero img {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 1280px) {
    .rModule.pastaGlobalHero {
        background-size: auto 900px;
        height: 900px;
        position: relative;
    }

    .rModule.pastaGlobalHero.preCampaign {
        background-size: auto 900px;
    }
}

@media only screen and (min-width: 1600px) {
    .rModule.pastaGlobalHero {
        background-size: cover;
        height: 900px;
        position: relative;
    }

    .rModule.pastaGlobalHero.preCampaign {
        background-size: cover;
    }
}


/*
 *  Basic text styles
 */

.pastaDayTheme .rModule h2,
.pastaDayTheme .rModule h3,
.pastaDayTheme .rModule p {
    color: #fff;
    text-align: center;
    padding-bottom: 0;
}

.pastaDayTheme .rModule h2,
.pastaDayTheme .rModule h3 {
    font-family: 'nettoprobold', sans-serif;
}

.pastaDayTheme .rModule h2 {
    letter-spacing: 0.15em;
    font-size: 1.875rem;
    text-transform: uppercase;
}

.pastaDayTheme .rModule h3 {
    font-size: 1.125rem;
}

@media only screen and (min-width: 1024px) {
    .pastaDayTheme .rModule h2 {
        font-size: 3rem;
    }

    .pastaDayTheme .rModule p {
        font-size: 1.5rem;
    }
}

.pastaDayTheme .corners {
    margin-top: -12px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1024px) {
    .pastaDayTheme .corners {
        margin-top: -18px;
    }
}


/*
 *  Stats module
 */

.rModule .statsModule {
    border-radius: 12px 12px 0 0;
    background: #286BB2;
    margin-top: -12px;
    position: relative;
    z-index: 1;
    padding: 58px 45px 78px;
}

.rModule .statsModule h2,
.rModule .statsModule h3,
.rModule .statsModule p {
    padding-bottom: 36px;
}

.rModule .statsModule p {
    max-width: 480px;
    margin: 0 auto;
}

.rModule .statsModule h3 {
    padding-bottom: 65px;
    max-width: 197px;
    margin: 0 auto;
}

.rModule .statsModule p strong {
    font-family: "Avenir Next Demi W01 Condensed", sans-serif;
}

.rModule .statsHolder {
    max-width: 1160px;
    margin: 0 auto;
}

.rModule .statsModule img {
    margin: 0 auto 30px;
    display: block;
}

.rModule .statsModule .statMain img {
    width: 197px;
}

.rModule .statsModule .statLeft img,
.rModule .statsModule .statRight img {
    width: 156px;
}

.rModule .statsModule p.disclaimer {
    font-size: 1.125rem;
    clear: both;
    padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .rModule .statsModule .statLeft {
        float: left;
        width: 50%;
    }

    .rModule .statsModule .statRight {
        float: right;
        width: 50%;
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .statsModule {
        border-radius: 18px 18px 0 0;
        margin-top: -18px;
    }
    
    .rModule .statsModule h2 {
        padding-bottom: 20px;
    }

    .rModule .statsModule p {
        padding-bottom: 60px;
        max-width: 634px;
    }

    .rModule .statsModule h3 {
        padding-bottom: 60px;
        max-width: 251px;
    }

    .rModule .statsModule .statMain {
        width:33.33%;
        margin: 0 auto;
    }

    .rModule .statsModule .statLeft,
    .rModule .statsModule .statRight {
        width:33.33%;
        margin-top: -396px;
    }

    .rModule .statsModule .statLeft img,
    .rModule .statsModule .statRight img {
        margin-bottom: 50px;
    }
}


/*
 *  Video with text
 */

.rModule .videoText {
    padding: 28px 16px;
    background-color: #1C3775;
    border-radius: 12px 12px 0 0;
    position: relative;
    overflow: hidden;
}

.rModule .videoText:before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 270px;
    border-radius: 100%;
    background-color: #286BB2;
}

.rModule .videoTextIndent {
    max-width: 590px;
    margin: 0 auto;
}

.rModule .videoText h2 {
    padding-bottom: 14px;
}

.rModule .videoText p {
    font-size: 1.125rem;
    padding-bottom: 70px;
}

@media only screen and (min-width: 768px) {
    .rModule .videoText {
        padding: 28px 0;
    }

    .rModule .videoText:before {
        bottom: -400px;
        width: 150%;
        height: 740px;
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .videoText {
        border-radius: 18px 18px 0 0;
    }

    .rModule .videoText p {
        font-size: 1.375rem;
    }
}

.rModule .videoLaunch {
    background: url(/global/campaign/asset/PwGZohw0cK56PMrhTtAuj/media/images/shared/world-pasta-day/images/mikaelaShiffrinHero.webp) 50% 0 no-repeat;
    display: block;
    background-size: cover;
    height: 246px;
    border-radius: 12px;
    margin-bottom: 42px;
    position: relative;
}

.rModule .videoLaunch:after {
    content: '';
    background: url(/global/campaign/asset/PwGZohw0cK56PMrhTtAuj/media/images/shared/world-pasta-day/images/playIcon.png) 50% 50% no-repeat;
    background-size: 51px 51px;
    width: 51px;
    height: 51px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
    .rModule .videoLaunch {
        height: 430px;
        margin-bottom: 174px;
    }

    .rModule .videoText h2 {
        padding-bottom: 32px;
    }

    .rModule .videoText p {
        padding-bottom: 40px;
    }

    .rModule .videoLaunch:after {
        background-size: 64px 64px;
        width: 64px;
        height: 64px;
    }
}


/*
 *  How it works steps
 */

.rModule .howItWorks {
    background: url(/global/campaign/asset/PwGZohw0cK56PMrhTtAuj/media/images/shared/world-pasta-day/images/mobileLinesGraphic.webp) 50% 100% no-repeat #1C3775;
    background-size: 768px auto;
    height: 1440px;
    padding: 58px 45px;
    border-radius: 12px 12px 0 0;
}

.rModule .howItWorks.preCampaign {
    background: url(/global/campaign/asset/PwGZohw0cK56PMrhTtAuj/media/images/shared/world-pasta-day/images/mobileLinesGraphicAlt.webp) 50% 100% no-repeat #1C3775;
    background-size: 768px auto;
    height: 1620px;
}

.rModule .howItWorks h2 {
    padding-bottom: 36px;
    max-width: 238px;
    margin: 0 auto;
}

.rModule .howItWorks h2 span {
    display: block;
}

.rModule .howItWorks.preCampaign h2 {
    max-width:320px;
}

.rModule .howItWorks.preCampaign p {
    max-width:240px;
    margin: 0 auto;
}

.rModule .howItWorks.preCampaign p.info {
    max-width: none;
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 16px 36px;
}

.rModule .howItWorks ol {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    width: 116px;
    display: block;
}

.rModule .howItWorks ol {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    width: 116px;
    display: block;
}

.rModule .howItWorks.preCampaign ol {
    bottom: 352px;
}

.rModule .howItWorks li {
    color: white;
    font-family: 'nettoprobold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding-bottom: 295px;
}

.rModule .howItWorks.preCampaign li {
    padding-bottom: 282px;
}

.rModule .howItWorks li:last-child {
    padding-bottom: 0;
}

@media only screen and (min-width: 520px) {
    .rModule .howItWorks h2 {
        max-width: none;
    }

    .rModule .howItWorks.preCampaign h2 {
        max-width: 565px;
    }
}


@media only screen and (min-width: 768px) {
    .rModule .howItWorks {
        background: url(/global/campaign/asset/PwGZohw0cK56PMrhTtAuj/media/images/shared/world-pasta-day/images/desktopLinesGraphic.webp) 50% 0 no-repeat #1C3775;
        background-size: 1920px auto;
        height: 694px;
        padding: 58px 45px;
    }

    .rModule .howItWorks.preCampaign {
        background: url(/global/campaign/asset/PwGZohw0cK56PMrhTtAuj/media/images/shared/world-pasta-day/images/desktopLinesGraphicAlt.webp) 50% -174px no-repeat #1C3775;
        background-size: 1920px auto;
        height: 820px;
    }

    .rModule .howItWorks h2 {
        padding-bottom: 20px;
    }

    .rModule .howItWorks h2 span {
        display: inline;
    }

    .rModule .howItWorks p {
        max-width: 492px;
        margin: 0 auto;
    }

    .rModule .howItWorks.preCampaign p {
        max-width: 362px;
    }

    .rModule .howItWorks.preCampaign p.info {
        max-width: 622px;
    }

    .rModule .howItWorks ol {
        bottom: 148px;
        width: 730px;
    }
    
    .rModule .howItWorks.preCampaign ol {
        bottom: 232px;
    }
    
    .rModule .howItWorks li {
        float: left;
        width: 33.33%;
        text-align: center;
        padding: 0 86px;
        font-size: 1.125rem;
    }

    .rModule .howItWorks.preCampaign li {
        padding: 0 42px;
    }

    .rModule .howItWorks li:nth-child(1) {
        margin-left: -20px;
    }

    .rModule .howItWorks li:nth-child(2) {
        margin-left: 20px;
    }
    
    .rModule .howItWorks li:nth-child(3) {
        padding-right: 0;
        padding-left: 40px;
    }
    
}

@media only screen and (min-width: 1024px) {
    .rModule .howItWorks {
        border-radius: 18px 18px 0 0;
    }

    .rModule .howItWorks.preCampaign {
        background-position: 50% -90px;
        height: 862px;
    }

    .rModule .howItWorks.preCampaign h2 {
        max-width: 780px;
    }

    .rModule .howItWorks.preCampaign p {
        max-width: 494px;
    }

    .rModule .howItWorks.preCampaign p.info {
        font-size: 1rem;
        max-width: 780px;
    }
}


/*
 *  Where its happening
 */

.rModule .whereItsHappening {
    padding: 50px 16px;
    background-color: #286BB2;
}

.rModule .whereItsHappening h2 {
    padding: 0 0 20px;
}

.rModule .location {
    margin: 0 auto 16px;
    height: 218px;
    max-width: 328px;
    width: 100%;
    border-radius: 12px;
    position: relative;
}

.rModule .location.newYork {
    background: url(/global/campaign/asset/PwGZohw0cK56PMrhTtAuj/media/images/shared/world-pasta-day/images/newYork.webp) 50% 0 no-repeat transparent;
    background-size: 470px auto;
}

.rModule .location.istanbul {
    background: url(/global/campaign/asset/PwGZohw0cK56PMrhTtAuj/media/images/shared/world-pasta-day/images/istanbul.jpg) 50% 0 no-repeat transparent;
    background-size: 488px auto;
    margin-bottom: 32px;
}

.rModule .location h3 {
    text-transform: uppercase;
    font-size: 1.875rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rModule .whereItsHappening p {
    text-align: left;
    padding: 0 0 1em;
}

@media only screen and (min-width: 768px) {
    .rModule .happeningContent {
        width: 672px;
        margin: 0 auto;
    }
    
    .rModule .location {
        float: left;
        margin: 0 16px 32px 0;
    }

    .rModule .location.istanbul {
        float: left;
        margin: 0 0 32px 0;
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .happeningContent {
        width: 980px;
    }

    .rModule .whereItsHappening {
        padding: 60px 0;
    }

    .rModule .whereItsHappening h2 {
        padding: 0 0 50px;
    }

    .rModule .location {
        height: 260px;
        max-width: 480px;
        margin-right: 20px;
        margin-bottom: 60px;
        background-size: cover !important;
    }

    .rModule .location.istanbul {
        margin-right: 0;
        margin-bottom: 60px;
    }
    
    .rModule .whereItsHappening p {
        font-size: 1.125rem;
        padding-right: 20px;
    }
}

.rModule .togethernessFooter {
    background-color: #1C3775;
    padding: 26px;
}

.rModule .togethernessFooter h2 {
    font-size: 1.25rem;
}

@media only screen and (max-width: 550px) {
    .rModule .togethernessFooter h2 span {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .togethernessFooter {
        padding: 60px 0 80px;
    }
    
    .rModule .togethernessFooter h2 {
        font-size: 2.25rem;
    }
}


/*
 *  Pop out video
 */

.rModule .popOutVideo {
    height: 204px;
    position: relative;
    display: block;
    cursor: pointer;
}

.rModule .popOutVideo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media only screen and (min-width: 768px) {
    .rModule .popOutVideo {
        height: 400px;
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .popOutVideo {
        height: 500px;
    }
}

@media only screen and (min-width: 1280px) {
    .rModule .popOutVideo {
        height: 600px;
    }
}


/*
 *   video pop up
 */

.videoEmbed iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 768px) {
    .videoEmbed {
        padding-bottom: 56.25%;
    }
}

.videoCover {
    position: fixed;
    width: 100%;
    z-index: 12;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 100px 0;
    background-color: rgba(0,0,0,.7);
}

.videoCol {
    margin: 0 auto;
    max-width: 824px;
    height:100%;
    position: relative;
}

.videoEmbed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stdClose {
    position: absolute;
    top: -56px;
    width: 44px;
    height: 44px;
    background: url("/global/campaign/asset/PwGZohw0cK56PMrhTtAuj/media/images/shared/world-pasta-day/images/iconSprite.png") center -88px no-repeat transparent;
    background-size: 44px auto;
    right: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

@media only screen and (max-height: 762px) and (min-width: 768px) {
    .videoCol {
        max-width: 768px;
    }
}


/*
 *  rModules
 */

/*
 *  re-use base classes
 */

.rModule {
    margin: 0 auto;
    max-width: 1920px;
}

.rModule.rFullWidth {
    max-width: none;
}

.rModule .rPad {
    padding-top: 48px;
    padding-bottom: 48px;
}

.rModule .rPadTop {
    padding-top: 48px;
}

.rModule .altBg {
    background-color: #FAF8F5;
}

@media only screen and (min-width: 768px) {
    .rModule .rPad {
        padding-top: 60px;
        padding-bottom:60px;
    }

    .rModule .rPadTop {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 1280px) {
    .rModule .rPad {
        padding-top: 75px;
        padding-bottom:75px;
    }

    .rModule .rPadTop {
        padding-top: 75px;
    }
}

.rModule .indentStandard,
.rModule .indentNarrow,
.rModule .indentSlim {
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

.rModule .indentNarrow {
    max-width: 518px;
}

.rModule .indentSlim {
    max-width: 272px;
}

@media only screen and (min-width: 768px) {
    .rModule .indentNarrow,
    .rModule .indentSlim {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
    }

    .rModule .indentNarrow {
        width: 486px;
    }

    .rModule .indentSlim {
        width: 282px;
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .indentNarrow {
        width: 622px;
    }

    .rModule .indentSlim {
        width: 370px;
    }
}

@media only screen and (min-width: 1280px) {
    .rModule .indentNarrow {
        width: 794px;
    }

    .rModule .indentSlim {
        width: 590px;
    }
}


/*
 *  title text
 */

.rModule .titleText h2,
.rModule .titleText h3,
.rModule .titleText h4 {
    font-size: 1.875rem;
    text-align: center;
    padding-bottom: 0.5em;
}

.rModule .titleText.leftTextAlign p {
    text-align: left;
}

.rModule .titleText p {
    text-align: center;
    color: #1C3775;
}

@media only screen and (min-width: 768px) {
    .rModule .titleText h2,
    .rModule .titleText h3,
    .rModule .titleText h4 {
        font-size: 2.25rem;
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .titleText p {
        font-size: 1.25rem;
    }

    .rModule .titleText h2,
    .rModule .titleText h3,
    .rModule .titleText h4 {
        font-size: 2.625rem;
    }
}

@media only screen and (min-width: 1280px) {
    .rModule .titleText h2,
    .rModule .titleText h3,
    .rModule .titleText h4 {
        font-size: 3rem;
    }
}


/*
 *  Hudson yards
 */

.rModule .hudsonYards img {
    width: auto;
    object-fit: cover;
    display: block;
    height: 300px;
}

.rModule .stationText {
    position: relative;
    background-color: #FDC533;
    padding: 0 16px 60px;
}

.rModule .stationText:before {
    content: "";
    width: 100%;
    height: 96px;
    position: absolute;
    top: -75px;
    left: 0;
    background: url(/global/campaign/asset/PwGZohw0cK56PMrhTtAuj/media/images/shared/world-pasta-day/images/yellowCurve.svg) 50% 0 no-repeat;
    background-size: 100% 96px;
    z-index: 1;
}

@media only screen and (min-width: 1024px) {
    .rModule .stationText:before {
        top: -95px;
    }

    .rModule .hudsonYards img {
        height: 545px;
    }
}

@media only screen and (min-width: 1400px) {
    .rModule .stationText:before {
        background: url(/global/campaign/asset/PwGZohw0cK56PMrhTtAuj/media/images/shared/world-pasta-day/images/yellowCurve2.svg) 50% 0 no-repeat;
        background-size: 100% 96px;
    }
}

.rModule .stationText h2,
.rModule .stationText p {
    color: #1C3775;
    position: relative;
    z-index: 2;
    max-width: 500px;
    margin: 0 auto;
}

.rModule .stationText h2 {
    padding-bottom: 20px;
}

.rModule .stationText p {
    font-family: 'Avenir Next Demi W01 Condensed', sans-serif;
}

@media only screen and (min-width: 1024px) {
    .rModule .stationText {
        padding: 0 16px 80px;
    }
    
    .rModule .stationText h2  {
        max-width: 750px;
        padding-bottom: 32px;
    }

    .rModule .stationText p {
        font-size: 1.25rem;
        max-width: 820px;
    }
}


/*
 *  carousel standard dots and buttons
 */

.rModule .standardControls .flickity-page-dots {
    margin: 0;
    padding: 0;
    height: 2px;
    width: calc(100% - 132px);
    position: absolute;
    bottom: 62px;
    background-color: transparent;
    list-style: none;
}

.rModule .standardControls .flickity-page-dots li {
    width: 25%;
    float: left;
    height: 2px;
    background-color: #E5E8EB;

    border-radius: 0;
    margin: 0;
    opacity: 1;
}

.rModule .standardControls .flickity-page-dots li.is-selected {
    opacity: 1;
}

.rModule .standardControls .flickity-page-dots li.is-selected ~ li {
    opacity: 0.14;
}

.rModule .standardControls .flickity-prev-next-button {
    background: url(/global/campaign/asset/PwGZohw0cK56PMrhTtAuj/media/images/shared/world-pasta-day/images/iconSprite.png) center -44px no-repeat transparent;
    background-size: 44px auto;
    width: 44px;
    height: 44px;
    cursor: pointer;
    right: 20px;
    position: absolute;
    bottom: 42px;
    
    top: auto;
    opacity: 1;
    display: block;
    transform: translateY(0);
}

.rModule .standardControls .flickity-prev-next-button[disabled] {
    opacity: 0.14;
    cursor: default;
}

.rModule .standardControls .flickity-prev-next-button svg {
    display: none;
}

.rModule .standardControls .flickity-prev-next-button.previous {
    transform: rotate(180deg);
    right: 62px;
}

@media only screen and (min-width: 768px) {
    .rModule .standardControls .flickity-page-dots {
        width: 350px;
        left: calc((100% - 440px) / 2);
    }

    .rModule .standardControls .flickity-prev-next-button {
        right: auto;
        left: calc(((100% - 440px) / 2) + 410px);
    }

    .rModule .standardControls .flickity-prev-next-button.previous {
        left: calc(((100% - 440px) / 2) + 366px);
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .standardControls .flickity-page-dots {
        width: 366px;
        left: calc(52% - 68px);
        transform: translateX(-50%);
    }

    .rModule .standardControls .flickity-prev-next-button {
        left: calc(52% + 202px);
        transform: translateX(-50%) ;
    }

    .rModule .standardControls .flickity-prev-next-button.previous {
        left: calc(52% + 158px);
        transform: translateX(-50%) rotate(180deg);
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .standardControls .flickity-page-dots {
        bottom: 44px;
    }

    .rModule .standardControls .flickity-prev-next-button {
        bottom: 25px;
    }
}


/*
 *  Unique overrides
 */

.pastaDayTheme .flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #09f;
}


.helpLink a,
.helpLink a:hover {
    color: white;
    border-bottom: none;
}

footer .navLinks a {
    color: white;
}