﻿html {
   /*background-color: #988642;*/
}

.bg-gold {
    background-color: #9c8736 !important;
}

.global.navbar-nav {
    margin-right: 200px;
}

.global .nav-item {
    margin: auto;
}

.global a.nav-link {
    color: #ffffff;
    border-color: #988642;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 46px;
    border-width: 1px;
    border-style: solid;
    font-size: 0.8rem;
    padding-right: 25px !important;
    padding-left: 25px !important;
    margin-left: 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

    .global a.nav-link.po-cruises {
        color: black;
        border-color: white;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 46px;
        border-width: 1px;
        border-style: solid;
        font-size: 0.8rem;
        padding-right: 25px !important;
        padding-left: 25px !important;
        margin-left: 10px;
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    }

    .global a.nav-link.profile {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        text-align: center;
        padding-right: 0px !important;
        padding-left: 0px !important;
        font-size: 1.1rem;
    }

.global ul {
    margin-right: 200px;
}

.global a.nav-link:hover, .global a.nav-link:active {
    border-color: #ffffff;
    color: #fff;
}

.global a.nav-link.active {
    border-color: #ffffff;
}

.global a.nav-link.po-cruises:hover, .global a.nav-link.po-cruises:active {
    border-color: #988642;
    color: #fff;
}

.global a.nav-link.po-cruises.updated-link:hover, .global a.nav-link.po-cruises.updated-link:active {
    border-color: #988642;
    color: black;
}

.global a.nav-link.po-cruises.active {
    border-color: #988642;
}

.points-bkgd {
    display: block;
    max-height: 514px;
    background: url('/assets/img/Generic_dual_banner_dark.jpg') center top no-repeat #038fb8;
    /*margin-top: 58px;*/
}

    .points-bkgd .overlay {
        background: rgba(0,39,118,.6);
        height: 514px;
        position: relative;
        z-index: 1;
        opacity: 0.4;
        display: none;
    }

.points-block {
    display: block;
    position: relative;
    /*margin: 0 25px;*/
}

    .points-block img, .points-block p {
        position: relative;
        display: block;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
    }

    .points-block img {
        height: 50px;
    }

    .points-block p {
        z-index: 2;
        color: #fff;
        font-weight: bold;
        font-size: 1.3rem;
    }

    .points-block h4 {
        font-size: 1.3rem;
        margin: 40px 0 15px 0;
        color: #fff;
        font-weight: bold;
    }

.points-container {
    bottom: 512px;
    left: 0;
    width: 100%;
    background-color: rgba(0,39,118,.6);
    text-align: center;
    color: #ffffff;
    min-height: 250px;
    z-index: 2;
    padding-top: 5px;
}

    .points-container h3 {
        margin: 15px 15px;
    }

/* Footer
------------------------- */

footer {
    background: #988642;
    padding: 0;
    margin: auto;
}

    footer ul {
        color: #fff;
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 0.9rem;
        margin: 0;
        /*padding: 60px;*/
        font-weight: bold;
        display: inline-block;
    }

        footer ul li {
            display: inline-block;
            list-style: none;
            padding: 6px;
        }

    footer a:link, footer a:active, footer a:visited {
        color: #fff;
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        font-size: .8rem;
        font-weight: 600;
    }

    footer .logout {
        background-color: #ffffff;
        border-color: #988642;
        border-radius: 46px;
        text-transform: uppercase;
        padding: 9px;
        color: #988642 !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    footer .row {
        min-height: 136px;
    }

/* Rewards
------------------------- */

.rewards-sb-title {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #c1c1c1;
}

.rewards-sb-balance {
    color: #988642;
    font-size: 1.5625rem;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #c1c1c1;
}

.rewards-sb-total {
    color: #988642;
    font-size: 2.125rem;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #c1c1c1;
}

.rewards-sb-orderh {
    font-size: 1.25rem;
    font-weight: bold;
}


.rewards-rc-block {
    padding: 10px 0px 40px 0px;
}

.rewards-rc-title {
    font-size: 2.25rem;
    margin: 0 0 20px 0;
}

.rewards-rc-subtitle {
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin: 20px 0;
}

    .rewards-rc-title span, .rewards-rc-subtitle span {
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    }

.rewards-rc {
    margin: 20px 0px 0 0;
    padding: 0;
}

    .rewards-rc div.rewards-rc-border {
        border-bottom: 1px solid #988642;
    }

.rewards-rc-label {
    color: #000;
    font-size: 1.3rem;
    display: inline;
    text-transform: uppercase;
}

.rewards-rc-label {
}

.rewards-rc-input {
    line-height: 2.25;
    border-radius: 20.5px;
}

.rewards-rc-btn {
    padding: 0.8rem 1rem;
}


/* My Account
------------------------- */

.myaccount-subtitle {
    color: #000;
    font-size: 2.1rem;
    font-weight: normal;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}


/* My Account
------------------------- */

.po .bookings-submit-bkgd {
    background-image: url("/assets/img/Fireworks bookings image.png");
    height: auto;
    min-height: 425px;
    background-attachment: fixed;
    background-position: right;
    background-repeat: repeat-y;
    background-size: cover;
}

.cunard .bookings-submit-bkgd{
     background:  linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/assets/img/cunard_bookings.jpg");
       height: auto;
    min-height: 425px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat-y;
}

/* OVERRIDES - BUTTONS
-------------------------------------------------- */
/*input.btn-gold:hover {
    color: #fff!important;
	background-color: #666666!important;
	border-color: #666666!important;
	cursor: pointer!important;*/
/*background-color: #fff!important;
	color: #988642;*/
}

.btn {
    font-size: 1.25rem;
    padding: .5rem 1rem;
}

div.carousel-container .btn1
{
  position: absolute;top:10px;
  z-index: 1;
  right: 180px;
  text-transform: uppercase;
   padding: .5rem 2rem; 
   line-height: 1;
   cursor: pointer; 
   width: 170px; 
   color: #fff;
   background-color: #988642; 
   border-radius: 20px;
   border : none;
 
  
}
div.carousel-container .btn1:hover {
  background-color: #002776;
}

div.carousel-container .btn2
{
  position: absolute;top:10px;
  z-index: 1;
  right: 0px;
  text-transform: uppercase;
   padding: .5rem 2rem; 
   line-height: 1;
   cursor: pointer; 
   width: 150px; 
   color: #fff;
   background-color: #988642; 
   border-radius: 20px;
   border:none;
 
  
}
div.carousel-container .btn2:hover {
  background-color: #002776;
}



div.po .btn-primary {
    color: #fff;
    background-color: #988642;
    text-transform: uppercase;
    border-radius: 46px;
    border: none;
}

   div.po .btn-primary:hover {
        color: #fff!important;
        background-color: #002776!important;
        border:none!important;
        cursor: pointer;
    }

    div.cunard .btn-primary:hover, div.cunard .btn-primary:active{
           background-color: #ffffff!important;
           color: #9c8736!important;
           border: 2px solid #9c8736!important;
           box-shadow:none!important;

    }

            div.cunard .btn-primary{
           background-color: #9c8736;
            color: #fff;
            border: 2px solid #9c8736;
            font-weight: 800;
    }

            .btn-primary:hover, .btn-primary:active{
           background-color: #ffffff!important;
           color: #9c8736!important;
           border: 2px solid #9c8736!important;
           box-shadow:none!important;

    }

            .btn-primary{
           background-color: #9c8736;
            color: #fff;
            border: 2px solid #9c8736;
            border-radius: 46px;
    }


    .btn-primary:focus, .btn-primary.focus {
        box-shadow: none;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #c1c1c1;
        border-color: #c1c1c1;
    }

    .btn-primary:active, .btn-primary.active,
    .show > .btn-primary.dropdown-toggle {
        background-color: #002776;
        background-image: none;
        border-color: #002776;
    }


.btn-outline-primary {
    color: #988642;
    background-color: transparent;
    background-image: none;
    border-color: #988642;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #988642;
        border-color: #988642;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #988642;
        background-color: transparent;
    }

    .btn-outline-primary:active, .btn-outline-primary.active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #988642;
        border-color: #988642;
    }

div.po .btn-secondary {
    color: #fff;
    background-color: #002776;
    border-color: #002776;
    text-transform: uppercase;
    border-radius: 46px;
}

    div.po .btn-secondary:hover {
        color: #fff;
        background-color: #666666;
        border-color: #666666;
        cursor: pointer;
    }

     .btn-secondary {
     background-color: #ffffff;
            color: #9c8736;
            /*border: 2px solid #9c8736;*/
            border-radius:46px;
}

    .btn-secondary:hover {
         background-color: #ffffff!important;
           color: #9c8736!important;
           /*border: 2px solid #9c8736!important;*/
           box-shadow:none!important;
    }

.btn-secondary-queen2 {
     background-color: #ffffff;
            color: #9c8736;
            /*border: 2px solid #9c8736;*/
            border-radius:46px;
}

    .btn-secondary-queen2:hover {
         background-color: #ffffff!important;
           color: #9c8736!important;
           /*border: 2px solid #9c8736!important;*/
           box-shadow:none!important;
    }

 .btn-secondary-birthday {
     background-color: #9c8736;
            color: #ffffff;
            border: 2px solid #9c8736!important;
            font-weight: 800;
			border-radius:46px;
			box-shadow:none!important;
}

    .btn-secondary-birthday:hover {
         background-color: #ffffff!important;
           color: #9c8736!important;
           /*border: 2px solid #9c8736!important;*/
           box-shadow:none!important;
    }
.btn-link {
    font-weight: normal;
    color: #988642;
    border-radius: 0;
}

.btn-orange {
    background-color: #d86018;
}

.btn-yellow {
    background-color: #f2a900;
}

/*-------------------------------------------------- */


.breadcrumb {
    background: none;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.border-primary {
    border-color: #a7a7a7 !important;
}

.navbar-nav .dropdown-menu {
    margin: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 3px 2px 2px rgba(0,0,0,0.25);
    box-shadow: 0 3px 2px 2px rgba(0,0,0,0.25);
}


.navbar-nav .dropdown:hover .dropdown-menu {
    display: block !important;
}

.navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #988642;
}

.navbar-nav .dropdown-item.disabled, .navbar-nav .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent;
}


.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #988642;
}

.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #988642;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #988642;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

label {
    color: #000;
}

div.po label {
    color: #002776;
    font-weight: bold;
    font-size: 1.1rem;
    /*	text-transform: uppercase;*/
}

 

.form-control {
    padding: .75rem 1.25rem;
    font-size: 1rem;
    line-height: 1.25;
    height: auto !important;
    color: #777777;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 28px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

    .form-control:disabled, .form-control[readonly] {
        background-color: #e6fff9;
    }

.list-group-item, .list-group-item:last-child {
    border: none;
    margin: 0 0 30px 0;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
}


.border {
    border-color: #9a9a9a !important;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding: 0;
    margin: 0;
    color: #000;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    /*	letter-spacing: -0.025pc;*/
}

h1 {
    font-size: 3.25rem;
}

h2 {
    font-size: 2.5625rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.8rem;
}


h1, h2, h3 {
     /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
     /*color: #002776;*/
	 font-family: Arial;
	color: #000;
}

h4, h5 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000000;
    letter-spacing: -0.025pc;
}

a {
    color: #000;
}

div.po a {
    color: #002776;
}

div.cunard a {
    color: #000;
}

    a:hover {
        color: #988642;
    }

img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-card img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: default;
}

p, ul, ol {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    color: #000;
    letter-spacing: -0.025pc;
    font-size: 1.1rem;
}

    p.gold {
        color: #988642;
    }

.text-dark {
    color: #000000 !important;
}

.text-gold {
    color: #9c8736 !important;
}

.text-grey {
    color: #787878 !important;
}

.bg-dark {
    background-color: #002776 !important;
}

.bg-secondary {
    background-color: #0076ce !important;
}

.highlight {
    color: #002776;
    font-weight: bold;
}

.alt-background {
    background: #002776;
}

.vert-mid {
    vertical-align: middle;
}


.bg-grey {
    background-color: #eae9e9 !important;
}


.bg-blue-dark {
    background-color: #0076ce !important;
}

.po .bg-blue-mid {
    background-color: #00a3e0 !important;
}

.bg-blue-light {
    background-color: #6ad1e3 !important;
}

.bg-teal-dark {
    background-color: #008578 !important;
}

.bg-teal-mid {
    background-color: #008578 !important;
}

.bg-teal-light {
    background-color: #00b2a9 !important;
}

.bg-green-mid {
    background-color: #64a70b !important;
}

.bg-green-light {
    background-color: #b5bd00 !important;
}

.bg-purple-regal {
    background-color: #672146 !important;
}

.bg-purple-dark {
    background-color: #59315f !important;
}

.bg-purple-mid {
    background-color: #514689 !important;
}

.bg-purple-light {
    background-color: #a05eb5 !important;
}

.po .bg-blue-mid {
    background-color: #4c67aa !important;
}

.bg-orange {
    background-color: #d86018 !important;
}

.bg-yellow-mid {
    background-color: #f2a900 !important;
}

.bg-yellow-light {
    background-color: #ffc72c !important;
}

.bg-red {
    background-color: #e30513 !important;
}






.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

/* OVERRIDES
-------------------------------------------------- */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #988642;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #988642;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #988642;
}

:-moz-placeholder { /* Firefox 18- */
    color: #988642;
}

/* Four Blocks
------------------------- */

.content_block_wrapper {
    overflow: hidden;
}

.content_block_item {
    display: block;
    width: 100%;
    max-width: 574px;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding: 10px 10px 0 10px;
}

.content_block_link {
    display: block;
    color: #FFF;
    text-decoration: none;
    margin: 0 auto;
}

    .content_block_link:hover, .content_block_link:hover h3, .content_block_link:hover h3 span i, html body .content_block_link h3 {
        color: #fff;
        text-decoration: none;
    }

    .content_block_link figure img {
        opacity: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

div.cunard .content_block_link figure img {
    filter:brightness(80%);
}

    .content_block_link figure:hover img {
        opacity: .5;
    }

    .content_block_link .row{
       position: absolute;
        bottom: 8%;
        left: 6%;
        width: 86%;
    }

    .content_block_link h3 {
        /*position: absolute;
        bottom: 8%;
        left: 6%;
        width: 86%;*/
        /*	max-width: 375px;*/
        display: block;
        color: #FFF;
        font-size: 1.4rem;
        text-decoration: none;
        font-weight: 600;
    }

    .content_block_link div.title{
      
    }

.content_block_link div span {
    color: #FFF;
    text-decoration: none;
    display: block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    float: right;
    margin: -4px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

    .content_block_link div span i {
        color: #fff;
        font-size: 30px;
        margin: 4px 0 0 10px;
    }


/*
.content_block_link img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.content_block_link:hover img {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
*/

/* Four Links
------------------------- */


.four_link {
    display: block;
    color: #FFF;
    text-decoration: none;
}

    .four_link h4 {
        color: #002776;
        font-weight: bold;
    }

    .four_link img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .four_link:hover {
        color: #988642;
        text-decoration: none;
    }

        .four_link:hover h4 {
            color: #988642;
        }

        .four_link:hover img {
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8);
        }

/* BOTTOM NAV
-------------------------------------------------- */
#bottomNav-toggle-bttn {
    display: block;
    width: 48px;
    margin: 26px auto 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    padding: 10px;
}

    #bottomNav-toggle-bttn span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        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;
    }

        #bottomNav-toggle-bttn span:nth-child(1) {
            top: 0px;
        }

        #bottomNav-toggle-bttn span:nth-child(2), #bottomNav-toggle-bttn span:nth-child(3) {
            top: 12px;
        }

        #bottomNav-toggle-bttn span:nth-child(4) {
            top: 24px;
        }

    #bottomNav-toggle-bttn.open span:nth-child(1) {
        top: 12px;
        width: 0%;
        left: 50%;
    }

    #bottomNav-toggle-bttn.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #bottomNav-toggle-bttn.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #bottomNav-toggle-bttn.open span:nth-child(4) {
        top: 12px;
        width: 0%;
        left: 50%;
    }

#bottomNav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: #988642;
    color: #fff;
    z-index: 99999;
}

    #bottomNav .sub-nav {
        position: relative;
        display: inline-block;
        margin: 20px 0 0 10px;
        padding: 0;
        width: 100%;
    }

        #bottomNav .sub-nav li {
            display: inline-block;
            list-style: none;
            background: none;
            width: 18%; /*height: 60px;
	margin: 0 10px 0 0;*/
        }

            #bottomNav .sub-nav li .sub-nav-link {
                position: relative;
                font-size: 2.2rem;
                padding: 0 !important;
                width: 100%;
                text-transform: uppercase;
                height: auto;
                display: inline-block;
            }

                #bottomNav .sub-nav li .sub-nav-link span {
                    padding: 2px 0 0 6px;
                }

#bottomNav-menu {
    position: fixed;
    bottom: 80px;
    width: 100%;
    max-height: -o-calc(100% - 80px); /* opera */
    max-height: -webkit-calc(100% - 80px); /* google, safari */
    max-height: -moz-calc(100% - 80px); /* firefox */
    height: -o-calc(100% - 80px); /* opera */
    height: -webkit-calc(100% - 80px); /* google, safari */
    height: -moz-calc(100% - 80px); /* firefox */
    background: #9C8736;
    z-index: 99999;
    display: none;
    padding: 14px;
    /*overflow: hidden;*/
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    #bottomNav-menu .main-nav {
        position: relative;
        top: 0px;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        #bottomNav-menu .main-nav li {
            list-style: none;
            background: none;
            height: auto;
            width: 100%;
            margin: 0 auto 10px auto;
            border-bottom: 1px solid #efefef;
        }

            #bottomNav-menu .main-nav li .nav-link {
                position: relative;
                display: block;
                height: auto;
                font-size: 1.0rem;
                width: 100%;
                color: #fff;
                text-align: left;
                padding: 0px 8px 8px 20px;
                text-transform: uppercase;
            }

    #bottomNav-menu span.nav-item-title {
        clear: both;
        display: inline-block;
        margin: 0;
    }

    #bottomNav-menu .main-nav li ul {
        display: block;
        height: auto;
        width: 100%;
        padding: 0px 0 0px 60px;
        line-height: 1.2rem;
    }

        #bottomNav-menu .main-nav li ul li, #bottomNav-menu .main-nav li ul > li {
            list-style: disc;
            color: #fff;
            height: auto;
            width: 100%;
            border: none;
        }

            #bottomNav-menu .main-nav li ul li a {
                position: relative;
                display: block;
                height: auto;
                font-size: 0.8rem;
                padding: 0 !important;
                width: 100%;
                text-decoration: none;
                color: #fff;
            }

                #bottomNav-menu .main-nav li ul li a:hover {
                    text-decoration: underline;
                }

.welcome-text {
    padding: 109px 50px 53px 50px;
    bottom: 485px;
    width: 100%;
    z-index: 2;
}

.modal-open .modal {
    align-items: center;
    justify-content: center;
}

.modal-content {
    border: 15px solid #9c8736 !important;
    margin-top: 160px;
}

body.po .modal-content {
    border: 15px solid #002776 !important;
    text-align:left;
}

.big-checkbox input {
    width: 30px;
    height: 30px;
    margin-right: 17px;
    top: 7px;
    position: relative;
}

.carousel-control-next, .carousel-control-prev {
    width: 6% !important;
}

.carousel.slide img {
    width: 100%;
}

.website-banner-home img {
    width: 100%;
}

.hidden {
    display: none;
}

.alert-modal {
    text-align: center;
}

.center {
    width: 350px;
    margin: 0 auto;
    text-align: left;
}

/* NAVBAR - Overrides
------------------------- */

.secondary.navbar-nav {
    margin-right: 200px;
}

.secondary.navbar {
    height: 50px;
    padding: 0;
    position: fixed;
    width: 100%;
}

.secondary ul {
    margin-right: 200px;
}

body.po .secondary.navbar-bkgd-clear {
    background-color: rgba(30,59,133,0.80);
}

body.cunard .secondary.navbar-bkgd-clear {
    background-color: #ffffff;
    border-bottom: 1px solid #9c8736;
}

.secondary .navbar-bkgd-solid {
    background-color: #1e3b85 !important;
}

.crest {
    position: relative;
    z-index: 2;
}

    .crest img {
        position: fixed;
        left: 80px;
    }

/*body.cunard .crest {*/
    /*position: absolute;
    left: 75px;
    top: -259px;
    width: 430px;
    height: 410px;*/
    /*background-color: #fff;*/
    /*border-left: 300px solid transparent;
    border-right: 300px solid transparent;
    border-top: 151px solid #fff;*/
    /*-webkit-clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/

    /*position: absolute;
    left: 50px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 300px solid transparent;
    border-right: 300px solid transparent;
    border-top: 151px solid #fff;
}


body.cunard .logo-border {*/
    /*position: absolute;
    left: 75px;
    top: -258px;
    width: 430px;
    height: 410px;
    background-color: #9c8736;
    -webkit-clip-path: polygon(100% 75%, 50% 100%, 0% 75%);
    clip-path: polygon(100% 75%, 50% 100%, 0% 75%);*/

    /*position: absolute;
    left: 148px;
    top: 50px;
    width: 0;
    height: 0;
    border-left: 202px solid transparent;
    border-right: 202px solid transparent;
    border-top: 102px solid #9c8736;
}*/

body.cunard .crest img {
    height: 80px;
    top: 13px;
}

body.po .crest img {
    height: 108px;
    top: 0px;
}

.secondary.navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
    color: #988642;
}

body.po .secondary.navbar .navbar-text {
    color: #988642;
}

body.cunard .secondary.navbar .navbar-text {
    color: #666;
}

body.po .secondary.navbar .navbar-nav {
    font-family: 'Praxis_Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

body.cunard .secondary.navbar .navbar-nav {
    font-family: 'SangBleuBPSans-Light', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.secondary.navbar .navbar-nav .nav-item {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    margin: auto;
    height: 30px;
}

body.po .secondary.navbar .navbar-nav .nav-link {
    color: #ffffff;
}

body.cunard .secondary.navbar .navbar-nav .nav-link {
    color: #666;
}

.secondary.navbar .navbar-nav .nav-link {
    color: #ffffff;
    border-radius: 0;
    margin: 0;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    display: table-cell;
    letter-spacing: -.08rem;
    font-weight:500;
}

    .secondary.navbar .navbar-nav .nav-link:not(.disabled):hover, .secondary .navbar .navbar-nav .nav-link:not(.disabled):focus {
        color: #988642;
        /*	background-color: #585858;*/
    }

.secondary.navbar .navbar-nav .nav-item.active .nav-link, .secondary.navbar .navbar-nav .nav-item.active .nav-link:hover, .secondary.navbar .navbar-nav .nav-item.active .nav-link:focus, .secondary.navbar .navbar-nav .nav-item.show .nav-link, .secondary.navbar .navbar-nav .nav-item.show .nav-link:hover, .secondary.navbar .navbar-nav .nav-item.show .nav-link:focus {
    color: #988642;
    /*	background-color: #002776;*/
}

.secondary.navbar .navbar-toggle {
    border-color: #ffffff;
}

    .secondary.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
        /*background-color: #002776;*/
        color: #002776;
    }

    .secondary.navbar .navbar-toggle .navbar-toggler-icon {
        color: #002776;
    }

.secondary.navbar .navbar-collapse, .navbar .navbar-form {
    border-color: #002776;
}

.secondary.navbar .navbar-link {
    color: #988642;
}

    .secondary.navbar .navbar-link:hover {
        color: #002776;
    }

.secondary.navbar {
    z-index: 2;
}

.Tui-logo {
    width: 95px;
    max-height: 40px;
}

.brand-switch .nav-link {
    background-color: #ffffff;
    color: #988642 !important;
}

    .brand-switch .nav-link:hover {
        background-color: #9c8736;
        color: #ffffff !important;
    }

    .brand-switch .nav-link.po-cruises {
        color: #ffffff !important;
        background-color: #988642;
    }

        .brand-switch .nav-link.po-cruises:hover {
            color: #9c8736 !important;
            background-color: #ffffff;
        }

/* Latest News
------------------------- */

.search-form {
    width: 100%;
    border-color: #002776;
    border-radius: 46px 46px 46px 46px;
    border: 1px solid rgba(0,0,0,.35);
    padding: 0;
    margin: 0;
    background: #fff;
}

/*.search-form .form-control {
	padding: .5rem .75rem;
}

.search-input {
	line-height: 2.4rem;
    width: 86% !important;
    border: none;
    border-radius: 46px 0 0 46px;
    font-size: 1.1rem;
}*/
.search-button {
    line-height: 2.4rem;
    width: 14% !important;
    color: #fff;
    background-color: #002776;
    background-image: none;
    border-color: #002776;
    border-radius: 46px 46px 46px 46px;
    padding: 8px 0px;
    margin: 0;
}

    .search-button:hover {
        background-color: #988642;
        border-color: #988642;
        cursor: pointer;
    }

.news-filter {
    display: inline-block;
    list-style: none;
    margin: 30px 0 20px 0;
    padding: 0;
}

    .news-filter li {
        display: inline-block;
        list-style: none;
        margin: 0 6px 10px 0;
    }

        .news-filter li a {
            background-color: #ffffff;
            color: #494949;
            border: 2px solid #9c8736;
            font-weight: 800;
        }

            .news-filter li a:hover, .news-filter li a:active, .news-filter li a.active.btn.btn-primary, .news-filter li a.btn.btn-primary:active:focus {
                background-color: #9c8736;
                border-color: #9c8736;
                box-shadow: none;
            }

.news-block {
    padding-bottom: 0px;
    font-size: 1.5rem;
}

.news-block-pic {
    padding-left: 0;
    padding-right: 0;
}

.news-block figure {
    margin: 0;
}

.news-block p.news-date {
    color: #fff;
    font-size: 1.6875rem;
    line-height: 1;
    font-family: 'Praxis_Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.news-block h2 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    /*	border-bottom: 1px solid #dadada;*/
}

.news-block-info {
    display: block;
    padding: 10px;
    background-color: #f5f5f5;
    height: 200px;
    overflow: hidden;
}

/* Shine */
.news-img-shine figure {
    position: relative;
    overflow: hidden;
}

    .news-img-shine figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .news-img-shine figure:hover::before {
        -webkit-animation: shine .95s;
        animation: shine .95s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.news-block p.news-copy {
    font-family: 'PraxisLT_Light', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.5rem;
    display: block;
}

.news-block-info .readmore {
    display: block;
    overflow: hidden;
    transition-duration: 0.25s;
    -moz-transition-duration: 0.25s; /* Firefox 4 */
    -webkit-transition-duration: 0.25s; /* Safari and Chrome */
    -o-transition-duration: 0.25s; /* Opera */
    transition-timing-function: linear;
    -moz-transition-timing-function: linear; /* Firefox 4 */
    -webkit-transition-timing-function: linear; /* Safari and Chrome */
    -o-transition-timing-function: linear; /* Opera */
    transition-delay: .2s;
    -moz-transition-delay: .2s; /* Firefox 4 */
    -webkit-transition-delay: .2s; /* Safari and Chrome */
    -o-transition-delay: .2s; /* Opera */
}

.news-border {
    margin: 20px 0 0 0;
    padding: 0;
}

    .news-border div {
        border-bottom: 1px solid #9a9a9a;
    }

.news-copy, .news-date, .news-item h3 {
    color: #636363;
}

.news-date {
    font-size: 1rem;
}

.news-item h3 {
    font-size: 1.5rem;
}

.readmore-block {
}


    .readmore-block a {
        color: #5b74b1;
        font-weight: 900;
    }

div.cunard .readmore-block a {
    color: #000;
}

.ml-auto + a {
    margin: 20px 0 0 auto;
}

.mr-auto + a {
    margin: 20px auto 0 0;
}

body .cunard-logo, body .po-logo {
    display: none;
}

body.po .po-logo {
    display: inline-block;
}

body.cunard .cunard-logo {
    display: inline-block;
}

body.cunard .po-logo {
    display: none;
}

body.po .cunard-logo {
    display: none;
}

body .cunard-navbar, body .po-navbar {
    display: none;
}

body.po .po-navbar {
    display: block;
}

body.cunard .cunard-navbar {
    display: block;
    /*font-family: 'SangBleuBPSans-Light', Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
}

body.cunard .po-navbar {
    display: none;
}

body.po .cunard-navbar {
    display: none;

}

.navbar .navbar-nav a.nav-link.ship {
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #988642 !important;
}

body form input[type=checkbox] {
    width: 40px;
    height: 40px;
    background: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 3px solid #988642;
    border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    position: relative;
    left: -5px;
    top: 10px;
    padding: 0px;
}

.AcceptedAgreement input[type=checkbox] {
    top: 2px;
}

body form input[type=checkbox]:checked:after {
    content: '\2714';
    width: 12px;
    height: 12px;
    position: absolute;
    top: -7px;
    left: 7px;
    font-size: 32px;
}

body form input[type=checkbox]:checked {
    color: #002776;
    border: 3px solid #988642;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

    body form input[type=checkbox]:active, body form input[type=checkbox]:checked:active {
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
    }

body form input[type="checkbox"]:focus {
    outline: none;
}

.down-arrow {
    padding: 15px;
    font-size: 25px;
    font-weight: lighter;
    color: #ffffff;
    border-radius: 50%;
}

.datepicker {
    text-align: right;
}

body.po .datepicker {
    font-family: FontAwesome, 'PraxisLT_Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
}

body.cunard .datepicker {
    font-family: FontAwesome, 'SangBleuBPSans-Light', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-weight: 800;
}

#bottomNav-menu .brand-title {
    padding: 0px 8px 8px 20px;
    color: white;
    text-transform: uppercase;
    font-size: 1.6rem;
}

.po-logo div.white {
    position: fixed;
    top: 0;
    left: 207px;
    height: 142px;
    width: 216px;
    /*background-color: #ffffff;*/
}

.cunard-signup h3 {
    font-family: 'SangBleuBPSans-Light', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-weight: 800;
}

.po-signup h3 {
    font-family: 'PraxisLT_Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
}

html body li.po-signup .content_block_link span {
    background-color: #0076ce !important;
}

div.cunard .content_block_link span {
    background-color: #9c8736 !important;
}

.cunard-signup span i:before {
    content: " ";
    position: absolute;
    background-image: url(/assets/img/cunard_arrows.png);
    background-size: cover;
    height: 30px;
    width: 30px;
    top: 5px;
    left: 6px;
}

div.cunard span i:before, div.cunard .content_block_link span i.fa fa-chevron-right:before {
    content: " " !important;
    position: absolute;
    background-image: url(/assets/img/cunard_arrows.png);
    background-size: cover;
    height: 30px;
    width: 30px;
    top: 5px;
    left: 6px;
}

body.cunard .content_block_link span {
    background-color: #9c8736 !important;
}

body.cunard .block-links .bookings img {
    content: url("/assets/img/Shine Asset 574x600 BOOKINGS IMAGE.jpg");
}

body.cunard .block-links .knowledge img {
    content: url("/assets/img/Shine Asset 574x600 knowledge IMAGE.jpg");
}

body.cunard .block-links .rewards img {
    content: url("/assets/img/Shine Asset 574x600 rewards IMAGE.jpg");
}

body.cunard .block-links .campaigns img {
    content: url("/assets/img/Shine Asset 574x600 campaigns IMAGE.jpg");
}

.terms-acceptance {
    width: 390px;
    display: inline-block;
}

.carousel-container {
    margin-top: 58px;
}

body.cunard .carousel-container {
    margin-top: 108px;
}

body.cunard .cunard-title, body.po .po-title {
    display: inline-block;
}

body.cunard .po-title, body.po .cunard-title {
    display: none;
}

/*body.cunard .global {
    position: relative;
    z-index: 3;
}*/


@media (max-width: 575px) {
    .welcome-text {
        padding: 50px;
    }
}

@media only screen and (max-width: 767px) {
    footer {
        padding: 10px 0px;
    }

    .carousel-container{
        margin-top:0px!important;
    }

    .welcome-text {
        padding: 80px 50px;
        bottom: auto;
        background: url(/assets/img/Generic_dual_banner_dark.jpg) center top no-repeat #038fb8;
    }

    .points-bkgd {
        max-height: none;
        background: none;
    }

    .points-container {
        bottom: auto;
        min-height: inherit;
        background-color: rgba(0,39,118,0.8);
        padding-bottom: 17px;
    }
}

@media only screen and (max-width: 991px) {
    footer {
        margin: auto auto 80px auto;
    }
}

@media (max-width: 1199px) {
    .secondary ul, .global ul {
        margin-right: 20px;
    }

    .crest img {
        left: 130px;
    }

    .po-logo div.white {
        left: 137px;
    }

    .secondary.navbar .navbar-nav .nav-link {
        padding-left: 0px;
    }

    /*body.cunard .crest {
        border-left: 200px solid transparent;
        border-right: 200px solid transparent;
        border-top: 151px solid #fff;
    }

    body.cunard .logo-border {
        left: 114px;
        border-left: 136px solid transparent;
        border-right: 136px solid transparent;
        border-top: 102px solid #9c8736;
    }

    body.cunard .crest img {
        height: 65px;
        top: -125px;
        left: -43px;
    }*/

    .news-item img:not(.img-fluid) {
        height: 250px;
    }
}

.shine-strapline{
    max-width:100%;
}

.shine-strapline-cunard{
    max-width:100%;
    height: 200px;
    padding:2px;
}

@media (min-width: 768px)  {
    .news-item img:not(.img-fluid) {
        height: 150px;
    }
    .news-item img {
       min-width: 100%;
    }
    /*
    #ContentPlaceHolderDefault_MainContentPanel {
		margin-top: 58px;
	}
    */
}

@media (min-width: 1199px)  {
    .news-item img:not(.img-fluid) {
        height: 200px;
    }
    .news-item img {
       min-width: 100%;
    }
    #ContentPlaceHolderDefault_MainContentPanel {
		margin-top: 0px;
	}
}

@media (min-width: 1500px) {
    .news-item img:not(.img-fluid) {
        height: 250px;
    }
    .news-item img {
       min-width: 100%;
    }
}

@media (max-width: 1500px) {
    .secondary ul, .global ul {
        margin-right: 0px;
    }
    .global a.nav-link, .global a.nav-link.po-cruises {
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin: 0;
    }
	.navbar-fleet {
    margin: 6px 0 0 0 !important;
    left: auto;
    background-color: rgba(30,59,133,0.80);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.navbar-fleet .nav-item, .navbar-fleet .nav-item:hover, .navbar-fleet .nav-item.active {
    display: block !important;
    height: auto !important;
    padding: 0 !important;
    background-color: transparent !important;
}
}

.embed-responsive-24by5 {
   padding-top: 20.83333%;
}

@media (max-width: 991px) {
    .mobile-text-center {
        text-align: center!important;
    }

    .carousel-container{
        margin-top:0px!important;
    }
}

/* Countdown Clock */
.countdown-container {
	position: relative;
	/*top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);*/
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 1.5rem!important;
}

.clock-item .inner {
	height: 0px;
	padding-bottom: 100%;
	position: relative;	
	width: 100%;
}

.clock-canvas {
	background-color: rgba(0, 0, 0, .3);
	border-radius: 50%;
	height: 0px;
	padding-bottom: 100%;
}

.text {
	color: #fff;	
	font-size: 30px;
	font-weight: bold;	
	margin-top: -50px;
	position: absolute;
	top: 50%;
	text-align: center;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);*/
	width: 100%;
}

.text .val {
	color: #fff;	
    font-size: 50px;
}

.text .type-time {
	color: #fff;	
    /*font-size: 20px;*/
    font-size: 16px;
    line-height: 1;
    margin-top: -25px;
}

/* Flip Card */
.flip-card {
  display: inline-block;
  background-color: transparent;
  width: 147px;
  height: 147px;
  margin: 5px;
  /*border: 1px solid #f1f1f1;*/
  /*perspective: 1000px;*/ /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #fff;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: #fff;
  color: black;
  transform: rotateY(180deg);
}

.flip-card-front img, .flip-card-back img {
    width: 100%;
    height: 100%;
}

/* Quiz */
.take-quiz-container-queen2 {
   background: url(/img/queen2transparent.png) no-repeat;
    background-size: 100%;
    height:391px;
    background-color:#84754e;
}

.take-quiz-container-queen2 h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-queen2 h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-QueenElizebth1 {
   background: url(/img/queenelizlogo.png) no-repeat;
    background-size: 100%;
    height:391px;
    background-color:#84754e;
}
/*New22*/
/*winterpoquiz*/
.take-quiz-container-winterquiz202223 {
   background: url('/img/Quiz background - faded.png') no-repeat;
    background-size: 100%;
height:574px;
    width:800px;
margin: auto;
    /*height:300px;
    width:690px;
    height:448px;*/
    /*background-color:#9c8736;*/
}
.take-quiz-container-winterquiz202223 h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-winterquiz202223 h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
/*winterpoquiz*/
/*Winter New Quiz*/
 @media (min-width: 576px) {
        .take-quiz-container-winterquiz202223 h2 {
            font-size: 2rem;
        }

        .take-quiz-container-winterquiz202223 h3 {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-winterquiz202223 h2 {
            font-size: 3rem;
        }

        .take-quiz-container-winterquiz202223 h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-winterquiz202223 h2 {
            font-size: 3rem;
        }

        .take-quiz-container-winterquiz202223 h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 992px) {
        .take-quiz-container-winterquiz202223 h2 {
            font-size: 1.6rem;
        }

        .take-quiz-container-winterquiz202223 h3 {
            font-size: 1.2rem;
        }
    }

        @media (min-width: 1200px) {
            .take-quiz-container-winterquiz202223 h2 {
                font-size: 2rem;
            }

            .take-quiz-container-winterquiz202223 h3 {
                font-size: 2.5rem;
            }
        }
/*Winter New Quiz*/
/* Quiz */
.take-quiz-container-new22 {
   background: url(/img/New22.png) no-repeat;
    background-size: 100%;
    height:458px;
    /*width:1200px;
    height:448px;*/
    background-color:#9c8736;
}

.take-quiz-container-new22 h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-new22 h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
/*new22*/
.take-quiz-container-Bdayquizpo {
   background: url(/img/Quiz_background_v2.png) no-repeat;
    background-size: 100%;
    /*height:300px;
    width:690px;
    height:448px;*/
    /*background-color:#9c8736;*/
}
.take-quiz-container-Bdayquizpo h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-Bdayquizpo h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-BDayQuizCunard {
   background: url(/img/quizimage1.jpg) no-repeat;
    background-size: 100%;
    height:468px;
    /*width:1200px;
    height:448px;*/
    background-color:#9c8736;
}
.take-quiz-container-BDayQuizCunard h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-BDayQuizCunard h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
/*Summer*/
.take-quiz-container-cunardsummer {
   background: url(/img/CUNARD_QM2_RAIL.jpg) no-repeat;
    background-size: 100%;
    height:574px;
    width:800px;
margin: auto;
    /*width:1200px;
    height:448px;*/
    /*background-color:#9c8736;*/
}
.take-quiz-container-cunardsummer h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-cunardsummer h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
 @media (min-width: 576px) {
        .take-quiz-container-cunardsummer h2 {
            font-size: 2rem;
        }

        .take-quiz-container-cunardsummer h3 {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-cunardsummer h2 {
            font-size: 3rem;
        }

        .take-quiz-container-cunardsummer h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-cunardsummer h2 {
            font-size: 3rem;
        }

        .take-quiz-container-cunardsummer h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 992px) {
        .take-quiz-container-cunardsummer h2 {
            font-size: 1.6rem;
        }

        .take-quiz-container-cunardsummer h3 {
            font-size: 1.2rem;
        }
    }

    @media (min-width: 1200px) {
        .take-quiz-container-cunardsummer h2 {
            font-size: 2rem;
        }
/*Summer*/
/*centenary*/
.take-quiz-container-Cenerterynew {
   background: url('/img/Shinequizbackground_CentenaryWV(002).png') no-repeat;
    background-size: 100%;
    height:285px;
    width:680px;
    /*width:1200px;
    height:448px;*/
    /*background-color:#9c8736;*/
display: block;
  margin-left: auto;
  margin-right: auto;
}
.take-quiz-container-Cenerterynew h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-Cenerterynew h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
/*centenary*/
/*Mobile view centenaray*/
@media (min-width: 576px) {
        .take-quiz-container-Cenerterynew h2 {
            font-size: 2rem;
        }

        .take-quiz-container-Cenerterynew h3 {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-Cenerterynew h2 {
            font-size: 3rem;
        }

        .take-quiz-container-Cenerterynew h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-Cenerterynew h2 {
            font-size: 3rem;
        }

        .take-quiz-container-Cenerterynew h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 992px) {
        .take-quiz-container-Cenerterynew h2 {
            font-size: 1.6rem;
        }

        .take-quiz-container-Cenerterynew h3 {
            font-size: 1.2rem;
        }
    }

    @media (min-width: 1200px) {
        .take-quiz-container-Cenerterynew h2 {
            font-size: 2rem;
        }
	}
/*Mobile View*/
/*Birthday Quiz PO*/
    @media (min-width: 576px) {
        .take-quiz-container-Bdayquizpo h2 {
            font-size: 2rem;
        }

        .take-quiz-container-Bdayquizpo h3 {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-Bdayquizpo h2 {
            font-size: 3rem;
        }

        .take-quiz-container-Bdayquizpo h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-Bdayquizpo h2 {
            font-size: 3rem;
        }

        .take-quiz-container-Bdayquizpo h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 992px) {
        .take-quiz-container-Bdayquizpo h2 {
            font-size: 1.6rem;
        }

        .take-quiz-container-Bdayquizpo h3 {
            font-size: 1.2rem;
        }
    }

    @media (min-width: 1200px) {
        .take-quiz-container-Bdayquizpo h2 {
            font-size: 2rem;
        }
/*Birthday Quiz PO*/
/*Birthday Quiz Cunard*/
    @media (min-width: 576px) {
        .take-quiz-container-BDayQuizCunard h2 {
            font-size: 2rem;
        }

        .take-quiz-container-BDayQuizCunard h3 {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-BDayQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-BDayQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-BDayQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-BDayQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 992px) {
        .take-quiz-container-BDayQuizCunard h2 {
            font-size: 1.6rem;
        }

        .take-quiz-container-BDayQuizCunard h3 {
            font-size: 1.2rem;
        }
    }

    @media (min-width: 1200px) {
        .take-quiz-container-BDayQuizCunard h2 {
            font-size: 2rem;
        }
/*Birthday Quiz Cunard*/

/*Experiance Quiz start*/
.take-quiz-container-Experiencequiz {
   background: url('https://www.shinerewardsclub.com/media/334270/wave-21-22.png') no-repeat;
    background-size: 100%;
    height:574px;
    width:800px;
margin: auto;
    /*width:1200px;
    height:448px;*/
    /*background-color:#9c8736;*/
}
.take-quiz-container-Experiencequiz h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-Experiencequiz h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
 @media (min-width: 576px) {
        .take-quiz-container-Experiencequiz h2 {
            font-size: 2rem;
        }

        .take-quiz-container-Experiencequiz h3 {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-Experiencequiz h2 {
            font-size: 3rem;
        }

        .take-quiz-container-Experiencequiz h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-Experiencequiz h2 {
            font-size: 3rem;
        }

        .take-quiz-container-Experiencequiz h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 992px) {
        .take-quiz-container-Experiencequiz h2 {
            font-size: 1.6rem;
        }

        .take-quiz-container-Experiencequiz h3 {
            font-size: 1.2rem;
        }
    }

    @media (min-width: 1200px) {
        .take-quiz-container-Experiencequiz h2 {
            font-size: 2rem;
        }

/*Experiance Quiz End*/

 /*new22media*/
    @media (min-width: 576px) {
        .take-quiz-container-new22 h2 {
            font-size: 2rem;
        }

        .take-quiz-container-new22 h3 {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-new22 h2 {
            font-size: 3rem;
        }

        .take-quiz-container-new22 h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-new22 h2 {
            font-size: 3rem;
        }

        .take-quiz-container-new22 h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 992px) {
        .take-quiz-container-new22 h2 {
            font-size: 1.6rem;
        }

        .take-quiz-container-new22 h3 {
            font-size: 1.2rem;
        }
    }

    @media (min-width: 1200px) {
        .take-quiz-container-new22 h2 {
            font-size: 2rem;
        }
		 /*new22media end*/
.take-quiz-QueenElizebth1 h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-QueenElizebth1 h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container {
    background: url(/img/quiz_2.png) no-repeat;
    background-size: 100%;
}

.take-quiz-container h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
/*@media (min-width: 600px) {
    .take-quiz-container h2 {
        font-size: 2rem;
    }
    .take-quiz-container h3 {
        font-size: 1.7rem;
    }
}
@media (min-width: 700px) {
    .take-quiz-container h2 {
        font-size: 2.5rem;
    }
    .take-quiz-container h3 {
        font-size: 2rem;
    }
}
@media (min-width: 800px) {
    .take-quiz-container h2 {
        font-size: 3rem;
    }
    .take-quiz-container h3 {
        font-size: 2.5rem;
    }
}*/
@media (min-width: 576px) {
    .take-quiz-container h2 {
        font-size: 2rem;
    }
    .take-quiz-container h3 {
        font-size: 1.7rem;
    }
}
@media (min-width: 768px) {
    .take-quiz-container h2 {
        font-size: 3rem;
    }
    .take-quiz-container h3 {
        font-size: 2.5rem;
    }
}
@media (min-width: 768px) {
    .take-quiz-container h2 {
        font-size: 3rem;
    }
    .take-quiz-container h3 {
        font-size: 2.5rem;
    }
}
@media (min-width: 992px) {
    .take-quiz-container h2 {
        font-size: 1.6rem;
    }
    .take-quiz-container h3 {
        font-size: 1.2rem;
    }
}
@media (min-width: 1200px) {
    .take-quiz-container h2 {
        font-size: 2rem;
    }
    /*Queenmary2*/
    @media (min-width: 576px) {
    .take-quiz-container-queen2 h2 {
        font-size: 2rem;
    }
    .take-quiz-container-queen2 h3 {
        font-size: 1.7rem;
    }
}
@media (min-width: 768px) {
    .take-quiz-container-queen2 h2 {
        font-size: 3rem;
    }
    .take-quiz-container-queen2 h3 {
        font-size: 2.5rem;
    }
}
@media (min-width: 768px) {
    .take-quiz-container-queen2 h2 {
        font-size: 3rem;
    }
    .take-quiz-container-queen2 h3 {
        font-size: 2.5rem;
    }
}
@media (min-width: 992px) {
    .take-quiz-container-queen2 h2 {
        font-size: 1.6rem;
    }
    .take-quiz-container-queen2 h3 {
        font-size: 1.2rem;
    }
}
@media (min-width: 1200px) {
    .take-quiz-container-queen2 h2 {
        font-size: 2rem;
    }

    /*Queenelizabeth*/
    @media (min-width: 576px) {
    .take-quiz-container-QueenElizebth1 h2 {
        font-size: 2rem;
    }
    .take-quiz-container-QueenElizebth1 h3 {
        font-size: 1.7rem;
    }
}
@media (min-width: 768px) {
    .take-quiz-container-QueenElizebth1 h2 {
        font-size: 3rem;
    }
    .take-quiz-container-QueenElizebth1 h3 {
        font-size: 2.5rem;
    }
}
@media (min-width: 768px) {
    .take-quiz-container-QueenElizebth1 h2 {
        font-size: 3rem;
    }
    .take-quiz-container-QueenElizebth1 h3 {
        font-size: 2.5rem;
    }
}
@media (min-width: 992px) {
    .take-quiz-container-QueenElizebth1 h2 {
        font-size: 1.6rem;
    }
    .take-quiz-container-QueenElizebth1 h3 {
        font-size: 1.2rem;
    }
}
@media (min-width: 1200px) {
    .take-quiz-container-QueenElizebth1 h2 {
        font-size: 2rem;
    }
    /*.take-quiz-container h3 {
        font-size: 1.8rem;
    }*/
    .take-quiz-container-QueenElizebth1 h3 {
        font-size: 1.6rem;
    }
}
/*@media (min-width: 1501px) {
    .take-quiz-container h2 {
        font-size: 2.5625rem;
    }
    .take-quiz-container h3 {
        font-size: 2rem;
    }
}*/

.quiz-button {
    background-color: #f2a900 !important;
    border-color: #f2a900 !important;
color:#ffffff;
}
.quiz-button-queen2 {
    background-color: #ffffff !important;
   /* border-color: #f2a900 !important;*/
}
.quiz-button-birthday {
    background-color: #9c8736 !important;
    border-color: #9c8736 !important;
}
.modal {
    z-index: 10001;
}

/* Latest News Carousel */
.latestnewscarousel {
    height: 300px;
    margin: 0 auto 1rem auto;
}

.latestnewscarousel ul {}

.latestnewscarousel ul li {
    /*transition: width .5s, height .5s, top .5s, left .5s;
    -webkit-transition: width .5s, height .5s, top .5s, left .5s;*/
    border:1px solid #fff;
}

.latestnewscarousel ul li img {}

.latestnewscarousel .left,
.latestnewscarousel .right {
    cursor: pointer;
    top: 102px !important;
}

#latestnewscarouselsmall {display: none;}
#latestnewscarouselmedium {display: none;}
#latestnewscarousellarge {display: none;}

@media only screen and (min-width:321px) and (max-width: 420px)
{
 #latestnewscarouselsmall {display: block;}
    #latestnewscarouselmedium {display: none;}
    #latestnewscarousellarge {display: none;}
.latestnewscarousel .left {top:31px;left:10px; !important;}
.latestnewscarousel .right {top:30px;right:81px !important;}
}
@media only screen and (max-width: 375px) {
    #latestnewscarouselsmall {display: block;}
    #latestnewscarouselmedium {display: none;}
    #latestnewscarousellarge {display: none;}
.latestnewscarousel .left {top:31px;left:10px; !important;}
.latestnewscarousel .right {top:30px;right:81px !important;}
}
@media only screen and (min-width: 480px) {
    #latestnewscarouselsmall {display: block;}
    #latestnewscarouselmedium {display: none;}
    #latestnewscarousellarge {display: none;}
    .latestnewscarousel .left,.latestnewscarousel .right {top: 127px !important;}
}
@media only screen and (min-width: 800px) {
    #latestnewscarouselsmall {display: block;}
    #latestnewscarouselmedium {display: none;}
    #latestnewscarousellarge {display: none;}
    .latestnewscarousel .left,.latestnewscarousel .right {top: 127px !important;}
}

@media only screen and (min-width: 1000px) {
    #latestnewscarouselsmall {display: block;}
    #latestnewscarouselmedium {display: none;}
    #latestnewscarousellarge {display: none;}
    .latestnewscarousel .right {top: 127px !important;}
}

@media (min-width: 992px) {
    .small-font p {
        font-size: 1rem;
    }
}

.fixed-top {
    z-index: 10300;
}

.dropdown-toggle:hover {
    cursor: pointer;
}

.navbar-fleet {
    margin: 6px 0 0 0 !important;
    left: auto;
    background-color: rgba(30,59,133,0.80);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cunard-navbar .navbar-fleet {
    background-color: #fff;
    border-right: 1px solid #9c8736;
    border-bottom: 1px solid #9c8736;
    border-left: 1px solid #9c8736;
}

@media (max-width: 1500px) {
    li.nav-item:last-child .navbar-fleet {
        right: 0;
    }
}

.navbar-fleet .nav-item, .navbar-fleet .nav-item:hover, .navbar-fleet .nav-item.active {
    display: block !important;
    height: auto !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.navbar-fleet .nav-item .nav-link {
    display: block !important;
    padding: 8px !important;
    color: #ffffff !important;
}

.cunard-navbar .navbar-fleet .nav-item .nav-link {
    color: #666666 !important;
    font-weight: 800;
}

.navbar-fleet .nav-item .nav-link:hover, .navbar-fleet .nav-item.active .nav-link {
    color: #988642 !important;
    background-color: transparent !important;
}

.burger-fleet-title {
    color: white;
}

.burger-fleet-item {
    padding-left: 40px !important;

}

.cunard, .cunard p, .cunard ul, .cunard ol {
    /*font-family: 'SangBleuBPSans-Light', Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
     font-family:Arial;
    font-weight:normal;
}



/*Mehak added form IE*/
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
	transform-style: preserve-3d;
width:147px;
height:147px;
display:inline-block;
}
	/*  UPDATED! flip the pane when hovered */
	.flip-container:hover .back {
		transform: rotateY(0deg);
	}
	.flip-container:hover .front {
	    transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width:147px;
height:147px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
width:147px;
height:147px;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;

	position: absolute;
	top: 0;
	left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(-180deg);
}

/* 
	Some vertical flip updates 
*/
.vertical.flip-container {
	position: relative;
}

	.vertical .back {
		transform: rotateX(180deg);
	}

	.vertical.flip-container:hover .back {
	    transform: rotateX(0deg);
	}

	.vertical.flip-container:hover .front {
	    transform: rotateX(180deg);
	}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1!important;background-color:#000}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .navbar-fleet {
    margin: 6px 0 0 0 !important;
    left: auto;
    background-color: rgba(30,59,133,0.80);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

}

.take-quiz-container-OpenDiningQuizCunard {
   background: url(/img/8291_CUNARD_BTL_12_0262_R1_RGB.jpg) no-repeat;
    background-size: 100%;
    height:468px;
    /*width:1200px;
    height:448px;*/
    background-color:#9c8736;
}
.take-quiz-container-OpenDiningQuizCunard h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-OpenDiningQuizCunard h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

 @media (min-width: 576px) {
        .take-quiz-container-OpenDiningQuizCunard h2 {
            font-size: 2rem;
        }

        .take-quiz-container-OpenDiningQuizCunard h3 {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-OpenDiningQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-OpenDiningQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-OpenDiningQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-OpenDiningQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 992px) {
        .take-quiz-container-OpenDiningQuizCunard h2 {
            font-size: 1.6rem;
        }

        .take-quiz-container-OpenDiningQuizCunard h3 {
            font-size: 1.2rem;
        }
    }

    @media (min-width: 1200px) {
        .take-quiz-container-OpenDiningQuizCunard h2 {
            font-size: 2rem;
        }

.take-quiz-container-QueenAnneHealthQuizCunard {
   background: url(/img/8291_CUNARD_BTL_12_0262_R1_RGB.jpg) no-repeat;
    background-size: 100%;
    height:468px;
    /*width:1200px;
    height:448px;*/
    background-color:#9c8736;
}
.take-quiz-container-QueenAnneHealthQuizCunard h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-QueenAnneHealthQuizCunard h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

 @media (min-width: 576px) {
        .take-quiz-container-QueenAnneHealthQuizCunard h2 {
            font-size: 2rem;
        }

        .take-quiz-container-QueenAnneHealthQuizCunard h3 {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-QueenAnneHealthQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-QueenAnneHealthQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-QueenAnneHealthQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-QueenAnneHealthQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 992px) {
        .take-quiz-container-QueenAnneHealthQuizCunard h2 {
            font-size: 1.6rem;
        }

        .take-quiz-container-QueenAnneHealthQuizCunard h3 {
            font-size: 1.2rem;
        }
    }

    @media (min-width: 1200px) {
        .take-quiz-container-QueenAnneHealthQuizCunard h2 {
            font-size: 2rem;
        }

.take-quiz-container-SailAwayQuizCunard {
   background: url(/img/CN02933_July_Campaign_Quiz_background_image_800x400.jpg) no-repeat;
    background-size: 100%;
    height:468px;
    /*width:1200px;
    height:448px;*/
    background-color:#9c8736;
}
.take-quiz-container-SailAwayQuizCunard h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-SailAwayQuizCunard h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

 @media (min-width: 576px) {
        .take-quiz-container-SailAwayQuizCunard h2 {
            font-size: 2rem;
        }

        .take-quiz-container-SailAwayQuizCunard h3 {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-SailAwayQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-SailAwayQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-SailAwayQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-SailAwayQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 992px) {
        .take-quiz-container-SailAwayQuizCunard h2 {
            font-size: 1.6rem;
        }

        .take-quiz-container-SailAwayQuizCunard h3 {
            font-size: 1.2rem;
        }
    }

    @media (min-width: 1200px) {
        .take-quiz-container-SailAwayQuizCunard h2 {
            font-size: 2rem;
        }

.take-quiz-container-AlaskaQuizCunard {
   background: url(/img/Shine_quiz_800x600px.png) no-repeat;
    background-size: 100%;
    height:468px;
    /*width:1200px;
    height:448px;*/
    background-color:#9c8736;
}
.take-quiz-container-AlaskaQuizCunard h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-AlaskaQuizCunard h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

 @media (min-width: 576px) {
        .take-quiz-container-AlaskaQuizCunard h2 {
            font-size: 2rem;
        }

        .take-quiz-container-AlaskaQuizCunard h3 {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-AlaskaQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-AlaskaQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-AlaskaQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-AlaskaQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 992px) {
        .take-quiz-container-AlaskaQuizCunard h2 {
            font-size: 1.6rem;
        }

        .take-quiz-container-AlaskaQuizCunard h3 {
            font-size: 1.2rem;
        }
    }

    @media (min-width: 1200px) {
        .take-quiz-container-AlaskaQuizCunard h2 {
            font-size: 2rem;
        }

.take-quiz-container-OutdoorSpacesQuizCunard {
   background: url(/img/Outdoor_spaces.jpg) no-repeat;
    background-size: 100%;
    height:468px;
    /*width:1200px;
    height:448px;*/
    background-color:#9c8736;
}
.take-quiz-container-OutdoorSpacesQuizCunard h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-OutdoorSpacesQuizCunard h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

 @media (min-width: 576px) {
        .take-quiz-container-OutdoorSpacesQuizCunard h2 {
            font-size: 2rem;
        }

        .take-quiz-container-OutdoorSpacesQuizCunard h3 {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-OutdoorSpacesQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-OutdoorSpacesQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-OutdoorSpacesQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-OutdoorSpacesQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 992px) {
        .take-quiz-container-OutdoorSpacesQuizCunard h2 {
            font-size: 1.6rem;
        }

        .take-quiz-container-OutdoorSpacesQuizCunard h3 {
            font-size: 1.2rem;
        }
    }

    @media (min-width: 1200px) {
        .take-quiz-container-OutdoorSpacesQuizCunard h2 {
            font-size: 2rem;
        }
.take-quiz-container-BlackFridayQuizCunard {
   background: url(/img/Black_Friday.jpg) no-repeat;
    background-size: 100%;
    height:468px;
    /*width:1200px;
    height:448px;*/
    background-color:#9c8736;
}
.take-quiz-container-BlackFridayQuizCunard h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-BlackFridayQuizCunard h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

 @media (min-width: 576px) {
        .take-quiz-container-BlackFridayQuizCunard h2 {
            font-size: 2rem;
        }

        .take-quiz-container-BlackFridayQuizCunard h3 {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-BlackFridayQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-BlackFridayQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-BlackFridayQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-BlackFridayQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 992px) {
        .take-quiz-container-BlackFridayQuizCunard h2 {
            font-size: 1.6rem;
        }

        .take-quiz-container-BlackFridayQuizCunard h3 {
            font-size: 1.2rem;
        }
    }

    @media (min-width: 1200px) {
        .take-quiz-container-BlackFridayQuizCunard h2 {
            font-size: 2rem;
        }
       .take-quiz-container-Summer2024QuizCunard {
   background: url(/img/Summer2024.jpg) no-repeat;
    background-size: 100%;
    height:468px;
    /*width:1200px;
    height:448px;*/
    background-color:#9c8736;
}
.take-quiz-container-Summer2024QuizCunard h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-Summer2024QuizCunard h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

 @media (min-width: 576px) {
        .take-quiz-container-Summer2024QuizCunard h2 {
            font-size: 2rem;
        }

        .take-quiz-container-Summer2024QuizCunard h3 {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-Summer2024QuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-Summer2024QuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-Summer2024QuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-Summer2024QuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 992px) {
        .take-quiz-container-Summer2024QuizCunard h2 {
            font-size: 1.6rem;
        }

        .take-quiz-container-Summer2024QuizCunard h3 {
            font-size: 1.2rem;
        }
    }

    @media (min-width: 1200px) {
        .take-quiz-container-Summer2024QuizCunard h2 {
            font-size: 2rem;
        }
		
.take-quiz-container-ChristmasQuizCunard {
   background: url(/img/Xmas.jpg) no-repeat;
    background-size: 100%;
    height:1000px;
    /*width:1200px;
    height:448px;*/
    /*background-color:#9c8736;*/
}
.take-quiz-container-ChristmasQuizCunard h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-ChristmasQuizCunard h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

 @media (min-width: 576px) {
        .take-quiz-container-ChristmasQuizCunard h2 {
            font-size: 2rem;
        }

        .take-quiz-container-ChristmasQuizCunard h3 {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-ChristmasQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-ChristmasQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-ChristmasQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-ChristmasQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 992px) {
        .take-quiz-container-ChristmasQuizCunard h2 {
            font-size: 1.6rem;
        }

        .take-quiz-container-ChristmasQuizCunard h3 {
            font-size: 1.2rem;
        }
    }

    @media (min-width: 1200px) {
        .take-quiz-container-ChristmasQuizCunard h2 {
            font-size: 2rem;
        }


.take-quiz-container-WaveQuizCunard {
   background: url(/img/Wave.jfif) no-repeat;
    background-size: 100%;
    height:550px;
    /*width:1200px;
    height:448px;*/
    /*background-color:#9c8736;*/
}
.take-quiz-container-WaveQuizCunard h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-WaveQuizCunard h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

 @media (min-width: 576px) {
        .take-quiz-container-WaveQuizCunard h2 {
            font-size: 2rem;
        }

        .take-quiz-container-WaveQuizCunard h3 {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-WaveQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-WaveQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 768px) {
        .take-quiz-container-WaveQuizCunard h2 {
            font-size: 3rem;
        }

        .take-quiz-container-WaveQuizCunard h3 {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 992px) {
        .take-quiz-container-WaveQuizCunard h2 {
            font-size: 1.6rem;
        }

        .take-quiz-container-WaveQuizCunard h3 {
            font-size: 1.2rem;
        }
    }

    @media (min-width: 1200px) {
        .take-quiz-container-WaveQuizCunard h2 {
            font-size: 2rem;
        }

/*Ship Quiz*/
.take-quiz-container-QueenAnneShipQuiz {
   background: url(/img/Outdoor_spaces.jpg) no-repeat;
    background-size: 100%;
    height:500px;
    /*width:1200px;
    height:448px;*/
    background-color:#9c8736;
}
.take-quiz-container-QueenMarryShipQuiz {
   background: url(/img/8291_CUNARD_BTL_12_0262_R1_RGB.jpg) no-repeat;
    background-size: 100%;
    height:500px;
    /*width:1200px;
    height:448px;*/
    background-color:#9c8736;
}
.take-quiz-container-QueenVictoriaShipQuiz {
   background: url(/img/quizimage1.jpg) no-repeat;
    background-size: 100%;
    height:500px;
    /*width:1200px;
    height:448px;*/
    /*background-color:#9c8736;*/
}
.take-quiz-container-QueenElizabethShipQuiz {
   background: url(/img/quizimage1.jpg) no-repeat;
    background-size: 100%;
    height:500px;
    /*width:1200px;
    height:448px;*/
    /*background-color:#9c8736;*/
}
.take-quiz-container-QueenShipQuiz h2 {
    font-size: 1.7rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.take-quiz-container-QueenShipQuiz h3 {
    font-size: 1.2rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
 @media (min-width: 576px) {
        .take-quiz-container-QueenShipQuiz h2 {
            font-size: 2rem;
        }

        .take-quiz-container-QueenShipQuiz h3 {
            font-size: 1.7rem;
        }
    }

 @media (min-width: 768px) {
        .take-quiz-container-QueenShipQuiz h2 {
            font-size: 3rem;
        }

        .take-quiz-container-QueenShipQuiz h3 {
            font-size: 2.5rem;
        }
    }

 @media (min-width: 768px) {
        .take-quiz-container-QueenShipQuiz h2 {
            font-size: 3rem;
        }

        .take-quiz-container-QueenShipQuiz h3 {
            font-size: 2.5rem;
        }
    }

 @media (min-width: 992px) {
        .take-quiz-container-QueenShipQuiz h2 {
            font-size: 1.6rem;
        }

        .take-quiz-container-QueenShipQuiz h3 {
            font-size: 1.2rem;
        }
    }

 @media (min-width: 1200px) {
        .take-quiz-container-QueenShipQuiz h2 {
            font-size: 2rem;
        }
        .take-quiz-container-WaveHeadingNorthQuizCunard {
                                                                    background: url(/img/WaveHeadingNorth.jpg) no-repeat;
                                                                    background-size: 100%;
                                                                    height: 468px;
                                                                    /*width:1200px;
    height:448px;*/
                                                                    background-color: #9c8736;
                                                                }

                                                                    .take-quiz-container-WaveHeadingNorthQuizCunard h2 {
                                                                        font-size: 1.7rem;
                                                                        text-shadow: 1px 1px rgba(0,0,0,0.3);
                                                                    }

                                                                    .take-quiz-container-WaveHeadingNorthQuizCunard h3 {
                                                                        font-size: 1.2rem;
                                                                        text-shadow: 1px 1px rgba(0,0,0,0.3);
                                                                    }

                                                                @media (min-width: 576px) {
                                                                    .take-quiz-container-WaveHeadingNorthQuizCunard h2 {
                                                                        font-size: 2rem;
                                                                    }

                                                                    .take-quiz-container-WaveHeadingNorthQuizCunard h3 {
                                                                        font-size: 1.7rem;
                                                                    }
                                                                }

                                                                @media (min-width: 768px) {
                                                                    .take-quiz-container-WaveHeadingNorthQuizCunard h2 {
                                                                        font-size: 3rem;
                                                                    }

                                                                    .take-quiz-container-WaveHeadingNorthQuizCunard h3 {
                                                                        font-size: 2.5rem;
                                                                    }
                                                                }

                                                                @media (min-width: 768px) {
                                                                    .take-quiz-container-WaveHeadingNorthQuizCunard h2 {
                                                                        font-size: 3rem;
                                                                    }

                                                                    .take-quiz-container-WaveHeadingNorthQuizCunard h3 {
                                                                        font-size: 2.5rem;
                                                                    }
                                                                }

                                                                @media (min-width: 992px) {
                                                                    .take-quiz-container-WaveHeadingNorthQuizCunard h2 {
                                                                        font-size: 1.6rem;
                                                                    }

                                                                    .take-quiz-container-WaveHeadingNorthQuizCunard h3 {
                                                                        font-size: 1.2rem;
                                                                    }
                                                                }

                                                                @media (min-width: 1200px) {
                                                                    .take-quiz-container-WaveHeadingNorthQuizCunard h2 {
                                                                        font-size: 2rem;
                                                                    }

.take-quiz-container-Onboardshineperks {
        background: url(/img/Onboardshineperks.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-Onboardshineperks h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-Onboardshineperks h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Onboardshineperks h2 {
        font-size: 2rem;
    }

    .take-quiz-container-Onboardshineperks h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Onboardshineperks h2 {
        font-size: 3rem;
    }

    .take-quiz-container-Onboardshineperks h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Onboardshineperks h2 {
        font-size: 3rem;
    }

    .take-quiz-container-Onboardshineperks h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Onboardshineperks h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Onboardshineperks h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Onboardshineperks h2 {
        font-size: 2rem;
    }

.take-quiz-container-Searchingforsunshine {
        background: url(/img/Searchingforsunshine.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-Searchingforsunshine h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-Searchingforsunshine h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Searchingforsunshine h2 {
        font-size: 2rem;
    }

    .take-quiz-container-Searchingforsunshine h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Searchingforsunshine h2 {
        font-size: 3rem;
    }

    .take-quiz-container-Searchingforsunshine h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Searchingforsunshine h2 {
        font-size: 3rem;
    }

    .take-quiz-container-Searchingforsunshine h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Searchingforsunshine h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Searchingforsunshine h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Searchingforsunshine h2 {
        font-size: 2rem;
    }
.take-quiz-container-AlaskaWQuizCunard {
        background: url(/img/aw.jfif) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-AlaskaW h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-AlaskaW h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-AlaskaW h2 {
        font-size: 2rem;
    }

    .take-quiz-container-AlaskaW h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-AlaskaW h2 {
        font-size: 3rem;
    }

    .take-quiz-container-AlaskaW h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-AlaskaW h2 {
        font-size: 3rem;
    }

    .take-quiz-container-AlaskaW h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-AlaskaW h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-AlaskaW h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-AlaskaW h2 {
        font-size: 2rem;
    }
 .take-quiz-container-SaleQuizCunard {
        background: url(/img/Sale.jfif) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-Sale h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-Sale h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Sale h2 {
        font-size: 2rem;
    }

    .take-quiz-container-Sale h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Sale h2 {
        font-size: 3rem;
    }

    .take-quiz-container-Sale h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Sale h2 {
        font-size: 3rem;
    }

    .take-quiz-container-Sale h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Sale h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Sale h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Sale h2 {
        font-size: 2rem;
    }
     .take-quiz-container-QVQuizCunard {
        background: url(/img/QV.jfif) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-QV h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-QV h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-QV h2 {
        font-size: 2rem;
    }

    .take-quiz-container-QV h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QV h2 {
        font-size: 3rem;
    }

    .take-quiz-container-QV h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QV h2 {
        font-size: 3rem;
    }

    .take-quiz-container-QV h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-QV h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-QV h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-QV h2 {
        font-size: 2rem;
    }
     .take-quiz-container-QMQuizCunard {
        background: url(/img/QM.jfif) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-QM h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-QM h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-QM h2 {
        font-size: 2rem;
    }

    .take-quiz-container-QM h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QM h2 {
        font-size: 3rem;
    }

    .take-quiz-container-QM h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QM h2 {
        font-size: 3rem;
    }

    .take-quiz-container-QM h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-QM h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-QM h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-QM h2 {
        font-size: 2rem;
    }

.take-quiz-container-POMarch {
        background: url(/img/POMARCH.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }
.take-quiz-container-QEA2025 {
        background: url(/img/QEA2025.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }
.take-quiz-container-QF2023 h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-QF2023 h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-QF2023 h2 {
        font-size: 2rem;
    }

    .take-quiz-container-QF2023 h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QF2023 h2 {
        font-size: 3rem;
    }

    .take-quiz-container-QF2023 h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QF2023 h2 {
        font-size: 3rem;
    }

    .take-quiz-container-QF2023 h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-QF2023 h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-QF2023 h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-QF2023 h2 {
        font-size: 2rem;
    }
.take-quiz-container-ClubQuizCunard {
        background: url(/img/club.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-Club h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-Club h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Club h2 {
        font-size: 2rem;
    }

    .take-quiz-container-Club h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Club h2 {
        font-size: 3rem;
    }

    .take-quiz-container-Club h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Club h2 {
        font-size: 3rem;
    }

    .take-quiz-container-Club h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Club h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Club h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Club h2 {
        font-size: 2rem;
    }

.take-quiz-container-MayQuizCunard {
        background: url(/img/May.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-May h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-May h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-May h2 {
        font-size: 2rem;
    }

    .take-quiz-container-May h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-May h2 {
        font-size: 3rem;
    }

    .take-quiz-container-May h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-May h2 {
        font-size: 3rem;
    }

    .take-quiz-container-May h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-May h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-May h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-May h2 {
        font-size: 2rem;
    }
.take-quiz-container-VoyageQuizCunard {
        background: url(/img/Voyage.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-Voyage h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-Voyage h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Voyage h2 {
        font-size: 2rem;
    }

    .take-quiz-container-Voyage h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Voyage h2 {
        font-size: 3rem;
    }

    .take-quiz-container-Voyage h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Voyage h2 {
        font-size: 3rem;
    }

    .take-quiz-container-Voyage h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Voyage h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Voyage h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Voyage h2 {
        font-size: 2rem;
    }

  .take-quiz-container-NewToCunardQuizCunard {
        background: url(/img/NewToCunard.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-NewToCunard h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-NewToCunard h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-NewToCunard h2 {
        font-size: 2rem;
    }

    .take-quiz-container-NewToCunard h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-NewToCunard h2 {
        font-size: 3rem;
    }

    .take-quiz-container-NewToCunard h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-NewToCunard h2 {
        font-size: 3rem;
    }

    .take-quiz-container-NewToCunard h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-NewToCunard h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-NewToCunard h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-NewToCunard h2 {
        font-size: 2rem;
    }

 .take-quiz-container-Voyage2024QuizCunard {
        background: url(/img/Voyage2024.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-Voyage2024 h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-Voyage2024 h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Voyage2024 h2 {
        font-size: 2rem;
    }

    .take-quiz-container-Voyage2024 h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Voyage2024 h2 {
        font-size: 3rem;
    }

    .take-quiz-container-Voyage2024 h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Voyage2024 h2 {
        font-size: 3rem;
    }

    .take-quiz-container-Voyage2024 h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Voyage2024 h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Voyage2024 h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Voyage2024 h2 {
        font-size: 2rem;
    }
 .take-quiz-container-GetMoreQuizCunard {
        background: url(/img/GetMore.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-GetMore h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-GetMore h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-GetMore h2 {
        font-size: 2rem;
    }

    .take-quiz-container-GetMore h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-GetMore h2 {
        font-size: 3rem;
    }

    .take-quiz-container-GetMore h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-GetMore h2 {
        font-size: 3rem;
    }

    .take-quiz-container-GetMore h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-GetMore h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-GetMore h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-GetMore h2 {
        font-size: 2rem;
    }
.take-quiz-container-OnBoardNeedsQuizCunard {
        background: url(/img/OnBoardNeeds.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-OnBoardNeeds h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-OnBoardNeeds h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-OnBoardNeeds h2 {
        font-size: 2rem;
    }

    .take-quiz-container-OnBoardNeeds h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-OnBoardNeeds h2 {
        font-size: 3rem;
    }

    .take-quiz-container-OnBoardNeeds h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-OnBoardNeeds h2 {
        font-size: 3rem;
    }

    .take-quiz-container-OnBoardNeeds h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-OnBoardNeeds h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-OnBoardNeeds h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-OnBoardNeeds h2 {
        font-size: 2rem;
    }
.take-quiz-container-QueenADQuizCunard {
        background: url(/img/QueenAD.png) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-QueenAD h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-QueenAD h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-QueenAD h2 {
        font-size: 2rem;
    }

    .take-quiz-container-QueenAD h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QueenAD h2 {
        font-size: 3rem;
    }

    .take-quiz-container-QueenAD h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QueenAD h2 {
        font-size: 3rem;
    }

    .take-quiz-container-QueenAD h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-QueenAD h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-QueenAD h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-QueenAD h2 {
        font-size: 2rem;
    }
    .take-quiz-container-quizQuizCunard {
        background: url(/img/OnBoardNeeds.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-quiz h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-quiz h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-quiz h2 {
        font-size: 2rem;
    }

    .take-quiz-container-quiz h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-quiz h2 {
        font-size: 3rem;
    }

    .take-quiz-container-quiz h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-quiz h2 {
        font-size: 3rem;
    }

    .take-quiz-container-quiz h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-quiz h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-quiz h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-quiz h2 {
        font-size: 2rem;
    }

.take-quiz-container-GrillQuizCunard {
        background: url(/img/OnBoardNeeds.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-Grillh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-Grillh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Grillh2 {
        font-size: 2rem;
    }

    .take-quiz-container-Grillh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Grillh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Grillh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Grillh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Grillh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Grillh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Grillh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Grillh2 {
        font-size: 2rem;
    }
        .take-quiz-container-FlyQuizCunard {
        background: url(/img/OnBoardNeeds.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-Flyh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-Flyh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Flyh2 {
        font-size: 2rem;
    }

    .take-quiz-container-Flyh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Flyh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Flyh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Flyh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Flyh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Flyh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Flyh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Flyh2 {
        font-size: 2rem;
    }
 .take-quiz-container-QA_StortSoFarQuizCunard {
        background: url(/img/OnBoardNeeds.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-QA_StortSoFarh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-QA_StortSoFarh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-QA_StortSoFarh2 {
        font-size: 2rem;
    }

    .take-quiz-container-QA_StortSoFarh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QA_StortSoFarh2 {
        font-size: 3rem;
    }

    .take-quiz-container-QA_StortSoFarh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QA_StortSoFarh2 {
        font-size: 3rem;
    }

    .take-quiz-container-QA_StortSoFarh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-QA_StortSoFarh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-QA_StortSoFarh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-QA_StortSoFarh2 {
        font-size: 2rem;
    }
  .take-quiz-container-AQuizCunard {
        background: url(/img/A.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-Ah2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-Ah3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Ah2 {
        font-size: 2rem;
    }

    .take-quiz-container-Ah3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Ah2 {
        font-size: 3rem;
    }

    .take-quiz-container-Ah3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Ah2 {
        font-size: 3rem;
    }

    .take-quiz-container-Ah3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Ah2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Ah3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Ah2 {
        font-size: 2rem;
    }
  .take-quiz-container-BQuizCunard {
        background: url(/img/B.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-Bh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-Bh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Bh2 {
        font-size: 2rem;
    }

    .take-quiz-container-Bh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Bh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Bh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Bh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Bh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Bh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Bh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Bh2 {
        font-size: 2rem;
    }
  .take-quiz-container-CQuizCunard {
        background: url(/img/C.jpg) no-repeat;
        background-size: 100%;
        height: 468px;
        background-color: #9c8736;
    }

.take-quiz-container-Ch2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

.take-quiz-container-Ch3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Ch2 {
        font-size: 2rem;
    }

    .take-quiz-container-Ch3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Ch2 {
        font-size: 3rem;
    }

    .take-quiz-container-Ch3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Ch2 {
        font-size: 3rem;
    }

    .take-quiz-container-Ch3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Ch2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Ch3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Ch2 {
        font-size: 2rem;
    }
 .take-quiz-container-AutumnQuizCunard {
        background: url(/img/Autumn23.jpg) no-repeat;
        background-size: 100%;
        height:520px;
        
    }

.take-quiz-container-Autumnh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
	
    }

.take-quiz-container-Autumnh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Autumnh2 {
        font-size: 2rem;
    }

    .take-quiz-container-Autumnh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Autumnh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Autumnh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Autumnh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Autumnh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Autumnh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Autumnh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Autumnh2 {
        font-size: 2rem;
    }
  .take-quiz-container-AccessQuizCunard {
        background: url(/img/Voyage2024.jpg) no-repeat;
        background-size: 100%;
        height:520px;
        
    }

.take-quiz-container-Accessh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
	
    }

.take-quiz-container-Accessh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Accessh2 {
        font-size: 2rem;
    }

    .take-quiz-container-Accessh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Accessh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Accessh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Accessh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Accessh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Accessh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Accessh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Accessh2 {
        font-size: 2rem;
    }

 .take-quiz-container-QueenQuizCunard {
        background: url(/img/Voyage2024.jpg) no-repeat;
        background-size: 100%;
        height:520px;
        
    }

.take-quiz-container-Queenh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
	
    }

.take-quiz-container-Queenh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Queenh2 {
        font-size: 2rem;
    }

    .take-quiz-container-Queenh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Queenh2 {
        font-size: 3rem;
    }
.take-quiz-container-Alaska25QuizCunard {
        background: url(/img/Voyage2024.jpg) no-repeat;
        background-size: 100%;
        height:520px;
        
    }

.take-quiz-container-Alaska25h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
	
    }

.take-quiz-container-Alaska25h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Alaska25h2 {
        font-size: 2rem;
    }

    .take-quiz-container-Alaska25h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Alaska25h2 {
        font-size: 3rem;
    }

    .take-quiz-container-Alaska25h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Alaska25h2 {
        font-size: 3rem;
    }

    .take-quiz-container-Alaska25h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Alaska25h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Alaska25h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Alaska25h2 {
        font-size: 2rem;
    }


    .take-quiz-container-Queenh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Queenh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Queenh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Queenh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Queenh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Queenh2 {
        font-size: 2rem;
    }
.take-quiz-container-OurShipsQuizCunard {
        background: url(/img/Voyage2024.jpg) no-repeat;
        background-size: 100%;
        height:520px;
        
    }

.take-quiz-container-OurShipsh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
	
    }

.take-quiz-container-OurShipsh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-OurShipsh2 {
        font-size: 2rem;
    }

    .take-quiz-container-OurShipsh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-OurShipsh2 {
        font-size: 3rem;
    }

    .take-quiz-container-OurShipsh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-OurShipsh2 {
        font-size: 3rem;
    }

    .take-quiz-container-OurShipsh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-OurShipsh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-OurShipsh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-OurShipsh2 {
        font-size: 2rem;
    }
.take-quiz-container-ThingsOnboardQuizCunard {
        background: url(/img/Voyage2024.jpg) no-repeat;
        background-size: 100%;
        height:520px;
        
    }

.take-quiz-container-ThingsOnboardh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
	
    }

.take-quiz-container-ThingsOnboardh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-ThingsOnboardh2 {
        font-size: 2rem;
    }

    .take-quiz-container-ThingsOnboardh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-ThingsOnboardh2 {
        font-size: 3rem;
    }

    .take-quiz-container-ThingsOnboardh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-ThingsOnboardh2 {
        font-size: 3rem;
    }

    .take-quiz-container-ThingsOnboardh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-ThingsOnboardh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-ThingsOnboardh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-ThingsOnboardh2 {
        font-size: 2rem;
    }

   .take-quiz-container-Christmas2023QuizCunard {
        background: url(/img/Voyage2024.jpg) no-repeat;
        background-size: 100%;
        height: 520px;
    }

    .take-quiz-container-Christman2023h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

    .take-quiz-container-Christman2023h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Christman2023h2 {
        font-size: 2rem;
    }

    .take-quiz-container-Christman2023h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Christman2023h2 {
        font-size: 3rem;
    }

    .take-quiz-container-Christman2023h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Christman2023h2 {
        font-size: 3rem;
    }

    .take-quiz-container-Christman2023h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Christman2023h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Christman2023h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Christman2023h2 {
        font-size: 2rem;
    }

    .take-quiz-container-TripleShinePointsQuizCunard {
        background: url(/img/Voyage2024.jpg) no-repeat;
        background-size: 100%;
        height: 520px;
    }

    .take-quiz-container-TripleShinePointsh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

    .take-quiz-container-TripleShinePointsh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-TripleShinePointsh2 {
        font-size: 2rem;
    }

    .take-quiz-container-TripleShinePointsh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-TripleShinePointsh2 {
        font-size: 3rem;
    }

    .take-quiz-container-TripleShinePointsh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-TripleShinePointsh2 {
        font-size: 3rem;
    }

    .take-quiz-container-TripleShinePointsh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-TripleShinePointsh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-TripleShinePointsh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-TripleShinePointsh2 {
        font-size: 2rem;
    }
.take-quiz-container-WherewesailQuizCunard {
        background: url(/img/NTC.png) no-repeat;
        background-size: 100%;
        height:520px;
        
    }

.take-quiz-container-Wherewesailh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
	
    }

.take-quiz-container-Wherewesailh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Wherewesailh2 {
        font-size: 2rem;
    }

    .take-quiz-container-Wherewesailh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Wherewesailh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Wherewesailh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Wherewesailh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Wherewesailh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Wherewesailh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Wherewesailh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Wherewesailh2 {
        font-size: 2rem;
    }
.take-quiz-container-DiningonboardQuizCunard {
        background: url(/img/NTC.png) no-repeat;
        background-size: 100%;
        height:520px;
        
    }

.take-quiz-container-Diningonboardh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
	
    }

.take-quiz-container-Diningonboardh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Diningonboardh2 {
        font-size: 2rem;
    }

    .take-quiz-container-Diningonboardh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Diningonboardh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Diningonboardh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Diningonboardh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Diningonboardh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Diningonboardh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Diningonboardh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Diningonboardh2 {
        font-size: 2rem;
    }
.take-quiz-container-OurfaresQuizCunard {
        background: url(/img/NTC.png) no-repeat;
        background-size: 100%;
        height:520px;
        
    }

.take-quiz-container-Ourfaresh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
	
    }

.take-quiz-container-Ourfaresh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Ourfaresh2 {
        font-size: 2rem;
    }

    .take-quiz-container-Ourfaresh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Ourfaresh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Ourfaresh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Ourfaresh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Ourfaresh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Ourfaresh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Ourfaresh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Ourfaresh2 {
        font-size: 2rem;
    }
.take-quiz-container-ShineQuizCunard {
        background: url(/img/NTC.png) no-repeat;
        background-size: 100%;
        height:520px;
        
    }

.take-quiz-container-Shineh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
	
    }

.take-quiz-container-Shineh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Shineh2 {
        font-size: 2rem;
    }

    .take-quiz-container-Shineh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Shineh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Shineh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Shineh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Shineh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Shineh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Shineh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Shineh2 {
        font-size: 2rem;
    }
.take-quiz-container-InsighttQuizCunard {
        background: url(/img/NTC.png) no-repeat;
        background-size: 100%;
        height:520px;
        
    }

.take-quiz-container-Insightth2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
	
    }

.take-quiz-container-Insightth3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Insightth2 {
        font-size: 2rem;
    }

    .take-quiz-container-Insightth3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Insightth2 {
        font-size: 3rem;
    }

    .take-quiz-container-Insightth3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Insightth2 {
        font-size: 3rem;
    }

    .take-quiz-container-Insightth3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Insightth2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Insightth3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Insightth2 {
        font-size: 2rem;
    }
.take-quiz-container-AccomQuizCunard {
        background: url(/img/NTC.png) no-repeat;
        background-size: 100%;
        height:520px;
        
    }

.take-quiz-container-Accomh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
	
    }

.take-quiz-container-Accomh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Accomh2 {
        font-size: 2rem;
    }

    .take-quiz-container-Accomh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Accomh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Accomh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Accomh2 {
        font-size: 3rem;
    }

    .take-quiz-container-Accomh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Accomh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Accomh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Accomh2 {
        font-size: 2rem;
    }

    .take-quiz-container-EventVoyagesNTCQuizCunard {
        background: url(/img/NTC.png) no-repeat;
        background-size: 100%;
        height: 520px;
    }

    .take-quiz-container-EventVoyagesNTCh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

    .take-quiz-container-EventVoyagesNTCh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-EventVoyagesNTCh2 {
        font-size: 2rem;
    }

    .take-quiz-container-EventVoyagesNTCh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-EventVoyagesNTCh2 {
        font-size: 3rem;
    }

    .take-quiz-container-EventVoyagesNTCh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-EventVoyagesNTCh2 {
        font-size: 3rem;
    }

    .take-quiz-container-EventVoyagesNTCh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Diningonboardh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-EventVoyagesNTCh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-EventVoyagesNTCh2 {
        font-size: 2rem;
    }
    }

    .take-quiz-container-LifeOnBoardNTCQuizCunard {
        background: url(/img/NTC.png) no-repeat;
        background-size: 100%;
        height: 520px;
    }

    .take-quiz-container-LifeOnBoardNTCh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

    .take-quiz-container-LifeOnBoardNTCh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-LifeOnBoardNTCh2 {
        font-size: 2rem;
    }

    .take-quiz-container-LifeOnBoardNTCh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-LifeOnBoardNTCh2 {
        font-size: 3rem;
    }

    .take-quiz-container-LifeOnBoardNTCh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-LifeOnBoardNTCh2 {
        font-size: 3rem;
    }

    .take-quiz-container-LifeOnBoardNTCh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-LifeOnBoardNTCh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-LifeOnBoardNTCh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-LifeOnBoardNTCh2 {
        font-size: 2rem;
    }
    }

    .take-quiz-container-OnBoardSalesNTCQuizCunard {
        background: url(/img/NTC.png) no-repeat;
        background-size: 100%;
        height: 520px;
    }

    .take-quiz-container-OnBoardSalesNTCh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

    .take-quiz-container-OnBoardSalesNTCh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-OnBoardSalesNTCh2 {
        font-size: 2rem;
    }

    .take-quiz-container-OnBoardSalesNTCh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-OnBoardSalesNTCh2 {
        font-size: 3rem;
    }

    .take-quiz-container-OnBoardSalesNTCh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-OnBoardSalesNTCh2 {
        font-size: 3rem;
    }

    .take-quiz-container-OnBoardSalesNTCh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-OnBoardSalesNTCh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-OnBoardSalesNTCh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-OnBoardSalesNTCh2 {
        font-size: 2rem;
    }
    }

    .take-quiz-container-OurShipsNTCQuizCunard {
        background: url(/img/NTC.png) no-repeat;
        background-size: 100%;
        height: 520px;
    }

    .take-quiz-container-OurShipsNTCh2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

    .take-quiz-container-OurShipsNTCh3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-OurShipsNTCh2 {
        font-size: 2rem;
    }

    .take-quiz-container-OurShipsNTCh3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-OurShipsNTCh2 {
        font-size: 3rem;
    }

    .take-quiz-container-OurShipsNTCh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-OurShipsNTCh2 {
        font-size: 3rem;
    }

    .take-quiz-container-OurShipsNTCh3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-OurShipsNTCh2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-OurShipsNTCh3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-OurShipsNTCh2 {
        font-size: 2rem;
    }
    }

    .take-quiz-container-SavingQuizFeb2024QuizCunard {
        background: url(/img/Voyage2024.jpg) no-repeat;
        background-size: 100%;
        height: 520px;
    }

    .take-quiz-container-SavingQuizFeb2024h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

    .take-quiz-container-SavingQuizFeb2024h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-SavingQuizFeb2024h2 {
        font-size: 2rem;
    }

    .take-quiz-container-SavingQuizFeb2024h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-SavingQuizFeb2024h2 {
        font-size: 3rem;
    }

    .take-quiz-container-SavingQuizFeb2024h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-SavingQuizFeb2024h2 {
        font-size: 3rem;
    }

    .take-quiz-container-SavingQuizFeb2024h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-SavingQuizFeb2024h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-SavingQuizFeb2024h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-SavingQuizFeb2024h2 {
        font-size: 2rem;
    }
    .take-quiz-container-QE2026QuizCunard {
        background: url(/img/Voyage2024.jpg) no-repeat;
        background-size: 100%;
        height: 520px;
    }

    .take-quiz-container-QE2026h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

    .take-quiz-container-QE2026h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-QE2026h2 {
        font-size: 2rem;
    }

    .take-quiz-container-QE2026h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QE2026h2 {
        font-size: 3rem;
    }

    .take-quiz-container-QE2026h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QE2026h2 {
        font-size: 3rem;
    }

    .take-quiz-container-QE2026h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-QE2026h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-QE2026h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-QE2026h2 {
        font-size: 2rem;
    }
    .take-quiz-container-QV2026QuizCunard {
        background: url(/img/Voyage2024.jpg) no-repeat;
        background-size: 100%;
        height: 520px;
    }

    .take-quiz-container-QV2026h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

    .take-quiz-container-QV2026h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-QV2026h2 {
        font-size: 2rem;
    }

    .take-quiz-container-QV2026h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QV2026h2 {
        font-size: 3rem;
    }

    .take-quiz-container-QV2026h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QV2026h2 {
        font-size: 3rem;
    }

    .take-quiz-container-QV2026h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-QV2026h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-QV2026h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-QV2026h2 {
        font-size: 2rem;
    }
    .take-quiz-container-QA2026QuizCunard {
        background: url(/img/Voyage2024.jpg) no-repeat;
        background-size: 100%;
        height: 520px;
    }

    .take-quiz-container-QA2026h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

    .take-quiz-container-QA2026h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-QA2026h2 {
        font-size: 2rem;
    }

    .take-quiz-container-QA2026h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QA2026h2 {
        font-size: 3rem;
    }

    .take-quiz-container-QA2026h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QA2026h2 {
        font-size: 3rem;
    }

    .take-quiz-container-QA2026h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-QA2026h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-QA2026h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-QA2026h2 {
        font-size: 2rem;
    }
    .take-quiz-container-QM2026QuizCunard {
        background: url(/img/Voyage2024.jpg) no-repeat;
        background-size: 100%;
        height: 520px;
    }

    .take-quiz-container-QM2026h2 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

    .take-quiz-container-QM2026h3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-QM2026h2 {
        font-size: 2rem;
    }

    .take-quiz-container-QM2026h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QM2026h2 {
        font-size: 3rem;
    }

    .take-quiz-container-QM2026h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-QM2026h2 {
        font-size: 3rem;
    }

    .take-quiz-container-QM2026h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-QM2026h2 {
        font-size: 1.6rem;
    }

    .take-quiz-container-QM2026h3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-QM2026h2 {
        font-size: 2rem;
    }



    .take-quiz-container-Wave22024QuizCunard {
        background: url(/img/Wave22024.jpg) no-repeat;
        background-size: 100%;
        height: 520px;
    }

    .take-quiz-container-Wave22024 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

    .take-quiz-container-Wave22024 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Wave22024 {
        font-size: 2rem;
    }

    .take-quiz-container-Wave22024 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Wave22024 {
        font-size: 3rem;
    }

    .take-quiz-container-Wave22024 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Wave22024 {
        font-size: 3rem;
    }

    .take-quiz-container-Wave22024 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Wave22024 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Wave22024 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Wave22024 {
        font-size: 2rem;
    }
     .take-quiz-container-WelcomeQueenQuizCunard {
        background: url(/img/WelcomeQueen.jpg) no-repeat;
        background-size: 100%;
        height: 520px;
    }

    .take-quiz-container-WelcomeQueen {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

    .take-quiz-container-WelcomeQueen {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-WelcomeQueen {
        font-size: 2rem;
    }

    .take-quiz-container-WelcomeQueen {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-WelcomeQueen {
        font-size: 3rem;
    }

    .take-quiz-container-WelcomeQueen {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-WelcomeQueen {
        font-size: 3rem;
    }

    .take-quiz-container-WelcomeQueen {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-WelcomeQueen {
        font-size: 1.6rem;
    }

    .take-quiz-container-WelcomeQueen {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-WelcomeQueen {
        font-size: 2rem;
    }
      .take-quiz-container-TheCunardChallengeQuizCunard {
        background: url(/img/TheCunardChallenge.png) no-repeat;
        background-size: 100%;
        height: 520px;
    }

    .take-quiz-container-TheCunardChallenge {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

    .take-quiz-container-TheCunardChallenge {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-TheCunardChallenge {
        font-size: 2rem;
    }

    .take-quiz-container-TheCunardChallenge {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-TheCunardChallenge {
        font-size: 3rem;
    }

    .take-quiz-container-TheCunardChallenge {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-TheCunardChallenge {
        font-size: 3rem;
    }

    .take-quiz-container-TheCunardChallenge {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-TheCunardChallenge {
        font-size: 1.6rem;
    }

    .take-quiz-container-TheCunardChallenge {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-TheCunardChallenge {
        font-size: 2rem;
    }
    .take-quiz-container-ChampQuizCunard {
        background: url(/img/Champ.jpg) no-repeat;
        background-size: 100%;
        height: 520px;
    }

    .take-quiz-container-Champ {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

    .take-quiz-container-Champ {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Champ {
        font-size: 2rem;
    }

    .take-quiz-container-Champ {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Champ {
        font-size: 3rem;
    }

    .take-quiz-container-Champ {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Champ {
        font-size: 3rem;
    }

    .take-quiz-container-Champ {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Champ {
        font-size: 1.6rem;
    }

    .take-quiz-container-Champ {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Champ {
        font-size: 2rem;
    }
    .take-quiz-container-Event25QuizCunard {
        background: url(/img/Event25.jpg) no-repeat;
        background-size: 100%;
        height: 520px;
    }

    .take-quiz-container-Event25 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

    .take-quiz-container-Event25 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Event25 {
        font-size: 2rem;
    }

    .take-quiz-container-Event25 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Event25 {
        font-size: 3rem;
    }

    .take-quiz-container-Event25 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Event25 {
        font-size: 3rem;
    }

    .take-quiz-container-Event25 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Event25 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Event25 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Event25 {
        font-size: 2rem;
    }
    
.take-quiz-container-Wave3QuizCunard {
        background: url(/img/Wave3.jpg) no-repeat;
        background-size: 100%;
        height: 520px;
    }

    .take-quiz-container-Wave3 {
        font-size: 1.7rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

    .take-quiz-container-Wave3 {
        font-size: 1.2rem;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
    }

@media (min-width: 576px) {
    .take-quiz-container-Wave3 {
        font-size: 2rem;
    }

    .take-quiz-container-Wave3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Wave3 {
        font-size: 3rem;
    }

    .take-quiz-container-Wave3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .take-quiz-container-Wave3 {
        font-size: 3rem;
    }

    .take-quiz-container-Wave3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .take-quiz-container-Wave3 {
        font-size: 1.6rem;
    }

    .take-quiz-container-Wave3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .take-quiz-container-Wave3 {
        font-size: 2rem;
    }
    