<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**********************
 * Defaults 
 **/

/** Generic inherited font and color settings **/
html {
    padding: env(safe-area-inset);
}

html, body {
    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;

    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    
    color: #45577A;
    background-color: #F6FCFE;
}

@media print, screen and (min-width: 75em) {
    .grid-x &gt; .xlarge-4 {
        width: 33.3333333333%;
    }

    .grid-x &gt; .xlarge-8 {
        width: 66.6666666667%;
    }
}

@media print, screen and (min-width: 98.125em) {
    .grid-x &gt; .xxlarge-4 {
        width: 33.3333333333%;
    }

    .grid-x &gt; .xxlarge-8 {
        width: 66.6666666667%;
    }


    .hide-for-xxlarge {
        display: none !important;
    }


}

@media print, screen and (max-width: 98.124em) {
    .show-for-xxlarge {
        display: none !important
    }
}
@media only screen and (max-width: 46.563em) {
    .hide-for-small {display:none;}
}

@media only screen and (min-width: 64em) {
    .spaced &gt; .cell.large-3 {
        width: calc(25% - 1.95em);
    }

    .spaced &gt; .cell.large-4 {
        width: calc(33% - 1.95em);
    }
}

.clear-both {
    clear: both;
}

/** Header style **/
h1,h2,h3,h4,h5,h6 {
    font-family: 'Marcellus', sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 125%;

    text-align: left;
}

h2 {
    font-size: 6.5vh;
}

@media print, screen and (min-height: 40em) {
    h2 {
        font-size: 5vh;
    }
}

h3 {
    font-size: 32px;
}
@media print, screen and (max-width: 95em) {
    h3 {
        font-size: 22px;
        font-weight:500;
    }
}

h4 {
    margin-bottom: 1rem;
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
    font-weight: 600;
}

.large {
    font-size: 110%;
}

.small {
    font-size: 80%;
}

.smaller {
    font-size: 70%;
}

.weight-medium {
    font-weight: 500;
}

.smaller ul {
    margin-bottom: 0rem;
}

h3.small-for-mobile {
    font-size: 18px;
    margin-bottom: 0.2rem;
}

@media screen and (min-size: 64em) {
    h3.small-for-mobile {
        font-size: 25px;
        margin-bottom: 1.5rem;
    }
}

a, a:visited, a:active {
    font-weight: normal;
    text-decoration: underline;

    color: #44557A;
}
a:hover {
    text-decoration: underline;
    font-weight: bold;

    color: #44557A;
}

ul {
    margin-left: 0.8rem;
    list-style-type: disc;
}

ul &gt; li {
    padding: 5px 0px 5px 0px;
}

ul.list {
    list-style-type: none;
    margin-left: 0px;
}

ul.two-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.two-columns &gt; li {
    flex-basis: 100%;
}

ul.two-columns-list {
    list-style-type: none;
    padding: 0px;
    margin-left: 0px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.two-columns-list &gt; li {
    flex-basis: 100%;
}

@media print, screen and (min-width: 64em) {
    ul.two-columns {
        padding-bottom: 1.5rem;
    }
    ul.two-columns &gt; li {
        flex-basis: 50%;
    }

    ul.two-columns-list &gt; li {
        flex-basis: 50%;
    }
}

ul.piped {
    display: flex;
    flex-direction: column;

    margin-left: 0px;
    
    list-style: none;
}

ul.piped &gt; li {
    white-space: nowrap;
}

ul.piped &gt; li::before {
    content: "\f111";
    font-family: "Font Awesome 6 Pro";
    font-size: 8px;
    font-weight: 900 !important;
    
    vertical-align: middle;
    height: 55%;
    line-height: normal;

    display: inline-block;
    margin: 0px 0.5rem 0rem 0.5rem;
}

@media screen and (min-width: 40em) {
    ul.piped {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    ul.piped &gt; li::before {       
        margin: 1.5% 1rem 0rem 1rem;
    }
    
    ul.piped &gt; li:first-child:before {
        content: '';
        margin: 0px;
    }        
}

/* TODO: Dave to style those */
input[type="text"] {
    border: 1px solid #44557A;
}
input[type="email"] {border: 1px solid #44557A;}
input:focus {border: 1px solid #CBEFFF;}
/*input[type="check"] {}
input[type="radio"] {}*/

select {border: 1px solid #44557A;}
textarea {border: 1px solid #44557A;}

/** Colour classes **/
.darkblue {
    background-color: #44557A;
    color: #F6FCFE;
}
.darkblue h1:not(.darkblue .midblue h1, .darkblue .paleblue h1),
.darkblue h2:not(.darkblue .midblue h2, .darkblue .paleblue h2),
.darkblue h3:not(.darkblue .midblue h3, .darkblue .paleblue h3),
.darkblue h4:not(.darkblue .midblue h4, .darkblue .paleblue h4),
.darkblue h5:not(.darkblue .midblue h5, .darkblue .paleblue h5),
.darkblue h6:not(.darkblue .midblue h6, .darkblue .paleblue h6),
.darkblue p:not(.darkblue .midblue p, .darkblue .paleblue p),
.darkblue a:not(.darkblue .midblue a, .darkblue .paleblue a),
.darkblue li:not(.darkblue .midblue li, .darkblue .paleblue li),
.darkblue .chevron:not(.darkblue .midblue .chevron, .darkblue .paleblue .chevron) {
    color: #F6FCFE;
}
.darkblue a:not(.darkblue .midblue .chevron, .darkblue .paleblue .chevron):hover {
    color: #F6FCFE;
}

.midblue {
    background-color: #CBEFFF;
    color: #44557A;
}
.midblue h1:not(.midblue .darkblue h1, .midblue .paleblue h1),
.midblue h2:not(.midblue .darkblue h2, .midblue .paleblue h2),
.midblue h3:not(.midblue .darkblue h3, .midblue .paleblue h3),
.midblue h4:not(.midblue .darkblue h4, .midblue .paleblue h4),
.midblue h5:not(.midblue .darkblue h5, .midblue .paleblue h5),
.midblue h6:not(.midblue .darkblue h6, .midblue .paleblue h6),
.midblue p:not(.midblue .darkblue p, .midblue .paleblue p),
.midblue a:not(.midblue .darkblue a, .midblue .paleblue a),
.midblue li:not(.midblue .darkblue li, .midblue .paleblue li),
.midblue .chevron:not(.midblue .darkblue .chevron, .midblue .paleblue .chevron) {
    color: #44557A;
}

.paleblue {
    background-color: #F6FCFE;
    color: #44557A;
}
.paleblue h1:not(.paleblue .midblue h1, .paleblue .darkblue h1),
.paleblue h2:not(.paleblue .midblue h2, .paleblue .darkblue h2),
.paleblue h3:not(.paleblue .midblue h3, .paleblue .darkblue h3),
.paleblue h4:not(.paleblue .midblue h4, .paleblue .darkblue h4),
.paleblue h5:not(.paleblue .midblue h5, .paleblue .darkblue h5),
.paleblue h6:not(.paleblue .midblue h6, .paleblue .darkblue h6),
.paleblue p:not(.paleblue .midblue p, .paleblue .darkblue p),
.paleblue a:not(.paleblue .midblue a, .paleblue .darkblue a),
.paleblue li:not(.paleblue .midblue li, .paleblue .darkblue li),
.paleblue .chevron:not(.paleblue .midblue .chevron, .paleblue .darkblue .chevron) {
    color: #44557A;
}



/** Buttons **/
.button, .button.primary {
    display: inline-block !important;
    background-color: #44557A !important;
    color: white !important;
    text-decoration: none!important;
    font-weight: normal;
}
.button:hover, .button:active, .button.primary:hover, .button.primary:active,
a:hover span.button, a:active span.button, a:hover span.button.primary, a:active span.button.primary {
    background-color: #F6FCFE !important;
    border: 1px solid #44557A !important;
    color:  #44557A !important;
    font-weight: normal;
}

.button.secondary {
    background-color: #F6FCFE !important;
    border: 1px solid #F6FCFE !important;
    color:  #44557A !important;
}

.button.secondary:hover, .button.secondary:active,
a:hover .button.secondary, a:active .button.secondary {
    background-color: #44557A !important;
    border: 1px solid #F6FCFE !important;
    color:  #F6FCFE !important;
}


.button.warning {
    background-color: #FFD95E !important;
    color:  #44557A !important;
    font-weight: 500;
}

.button.warning:hover, .button.warning:active,
a:hover .button.warning, a:active .button.warning {
    background-color: #FFECAB !important;
    font-weight: 500;
}

.button.success {
    background-color: #F6FCFE  !important;;
    color: #44557A !important;
    
    border: solid 1px #44557A;
}

.button.success:hover, .button.button.success:active,
a:hover .button.success, a:active .button.success {
    background-color: #ECF3F7 !important;
}
@media only screen and (max-width: 46.563em) {
	.width-100mobbt {
		width:100%;
	}
}

.fa-check {
    min-width:30px;
}
.margin-top-100 {
    margin-top: 100px;
}


/** Chevron classes **/
.chevron {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding-top: 5px;
    font-size: 40px;

    text-decoration: none;
    text-align: center;
}
.chevron:hover {
    text-decoration: none;
    font-weight: normal;
    text-align: center;
}
a.chevron &gt; :first-child,
a span.chevron &gt; :first-child {
    display: inline-block;
}
a.chevron &gt; :last-child,
a span.chevron &gt; :last-child {
    display: none;
}

a.chevron:hover &gt; :first-child,
a:hover span.chevron &gt; :first-child {
    display: none;
}
a.chevron:hover &gt; :last-child,
a:hover span.chevron &gt; :last-child {
    display: inline-block;
}

a.chevron:hover &gt; .fa-circle-chevron-right,
a:hover span.chevron &gt; .fa-circle-chevron-right {
    display: inline-block;
    position: relative;

    margin-left: -3px;
    bottom: -4px;

    font-size: 50px;
}

a.chevron:hover &gt; .fa-circle-chevron-left,
a:hover span.chevron &gt; .fa-circle-chevron-left {
    display: inline-block;
    position: relative;

    margin-left: -12px;
    bottom: -4px;
    
    font-size: 50px;
}


/** Chevron Small **/
.chevron.small {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    font-size: 20px;
}

a.chevron.small:hover &gt; i,
a:hover span.chevron.small &gt; i {
    font-weight: 500;
}
a.chevron.small:hover &gt; .fa-circle-chevron-right,
a:hover span.chevron.small &gt; .fa-circle-chevron-right {
    display: inline-block;
    position: relative;

    margin-left: -3px;
    bottom: -4px;
    
    font-size: 30px;
    font-weight: 100;
}

a.chevron.small:hover &gt; .fa-circle-chevron-left,
a:hover span.chevron.small &gt; .fa-circle-chevron-left {
    display: inline-block;
    position: relative;

    margin-left: -4px;
    bottom: -4px;
    
    font-size: 30px;
    font-weight: 100;
}


/** Chevron Inverse **/
a.chevron.inverse &gt; i,
a span.chevron.inverse &gt; i {
    display: inline-block;
    
    color: #44557A;
    background-color: transparent;
}


a.chevron.inverse:hover &gt; :last-child,
a:hover span.chevron.inverse &gt; :last-child {
    position: relative;
    display: inline-block;

    width: 50px;
    height: 50px;

    padding-top: 5px;

    border-radius: 50%;
    background: #44557A;
    color: #F6FCFE;
}

/** Chevron Small Inverse **/
a.chevron.small.inverse &gt; i,
a span.chevron.small.inverse &gt; i {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 5px;

    font-size: 20px;
    font-weight:400; /* As per recent comments 020425 to make chevrons bolder */
    text-align: center;
}

a.chevron.small.inverse:hover &gt; :last-child,
a:hover span.chevron.small.inverse &gt; :last-child {
    position: relative;
    width: 30px;
    height: 30px;
    padding-top: 5px;

    font-size: 20px;
}

/** Chevron fill **/
a.chevron.fill &gt; :first-child,
a span.chevron.fill &gt; :first-child {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 30px;

    color: #F6FCFE;
    background-color: #44557A;
    border-radius: 50%;
}

a.chevron.fill:hover &gt; :first-child,
a:hover span.chevron.fill &gt; :first-child {
    display: none;
}

a.chevron.fill:hover &gt; :last-child,
a:hover span.chevron.fill &gt; :last-child {
    bottom: -8px;
    position: relative;
}

/** Chevron fillreverse **/

a.chevron.fillreverse &gt; :first-child,
a span.chevron.fillreverse &gt; :first-child {
    display: none;
}

a.chevron.fillreverse &gt; :last-child,
a span.chevron.fillreverse &gt; :last-child {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    margin-left: -3px;
    bottom: -4px;
    font-size: 50px;

    color: #F6FCFE;
    border-radius: 50%;
}

a.chevron.fifillreversell:hover &gt; :last-child,
a:hover span.chevron.fillreverse &gt; :last-child {
    display: none;
   
}

a.chevron.fillreverse:hover &gt; :first-child,
a:hover span.chevron.fillreverse &gt; :first-child {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 30px;
   
    border-radius: 50%;
    
    background-color: #F6FCFE;
    color: #44557A;
}


.paleblue .chevron.fillreverse:not(.paleblue .midblue .chevron.fillreverse, .paleblue .darkblue .chevron.fillreverse) &gt; :last-child {
    color: #44557A;
}

.paleblue .chevron.fillreverse:not(.paleblue .midblue .chevron.fillreverse, .paleblue .darkblue .chevron.fillreverse):hover &gt; :first-child,
a:hover.paleblue span.chevron.fillreverse:not(.paleblue .midblue .chevron.fillreverse, .paleblue .darkblue .chevron.fillreverse) &gt; :first-child,
a:hover .paleblue span.chevron.fillreverse:not(.paleblue .midblue .chevron.fillreverse, .paleblue .darkblue .chevron.fillreverse) &gt; :first-child,
.paleblue a:hover span.chevron.fillreverse:not(.paleblue .midblue .chevron.fillreverse, .paleblue .darkblue .chevron.fillreverse) &gt; :first-child {
    background-color: #44557A;
    color: #F6FCFE;
}



.paleblue a.chevron.inverse &gt; i:not(.paleblue .midblue i, .paleblue .darkblue i) {
    color: #44557A;
    background-color: transparent;
}
.paleblue a.chevron.inverse:hover &gt; i:not(.paleblue .midblue i, .paleblue .darkblue i) {
    background: #44557A;
    color: #F6FCFE;
}

/* RW , .midblue .darkblue i Introduced this experimentally for fixing galleries on destination */
.darkblue a.chevron.inverse &gt; i:not(.darkblue .midblue i, .darkblue .paleblue i),
.darkblue a span.chevron.inverse &gt; i:not(.darkblue .midblue i, .darkblue .paleblue i, .midblue .darkblue i),
a.darkblue span.chevron.inverse &gt; i:not(.darkblue .midblue i, .darkblue .paleblue i) {
    color: #F6FCFE;
}
.darkblue a.chevron.inverse:hover &gt; i:not(.darkblue .midblue i, .darkblue .paleblue i),
.darkblue a:hover span.chevron.inverse i:not(.darkblue .midblue i, .darkblue .paleblue i, .midblue .darkblue i),
a.darkblue:hover span.chevron.inverse i:not(.darkblue .midblue i, .darkblue .paleblue i) {
    background-color: #F6FCFE;
    color: #44557A;
}

.darkblue a.chevron.fill &gt; :first-child:not(.darkblue .midblue i, .darkblue .paleblue i),
.darkblue a span.chevron.fill &gt; :first-child:not(.darkblue .midblue i, .darkblue .paleblue i),
a.darkblue span.chevron.fill &gt; :first-child:not(.darkblue .midblue i, .darkblue .paleblue i){
    color: #44557A;
    background-color: #F6FCFE;
}

/** Breadcrumbs **/
.breadcrumbs li{
    text-transform: none;
}
.breadcrumbs a {
    color: #44557A;

    font-size: .55rem;
}
.breadcrumbs li:not(:last-child)::after {
    color: #44557A;
    margin: 0 .2rem;

    font-size: .55rem;
}


@media print, screen and (min-width: 64em) {
    .breadcrumbs a {
    
        font-size: .6875rem;
    }
    .breadcrumbs li:not(:last-child)::after {
        margin: 0 .5rem;
        text-transform: none !important;
        font-size: .6875rem;
    }
    
}

/** Accordion **/
.accordion {
    background: transparent;
}

.accordion-open, .accordion-close  {
    text-decoration:none;
}

.accordion:focus .accordion-title, .accordion:focus li {
    background: transparent;
}

.accordion-item:not(.is-active) &gt; .accordion-title {
    border-bottom: 1px solid #44557A;
}

.accordion-title, .accordion-title:visited, .accordion-title:focus {
    background: transparent;
    color: #44557A;
    border: none;
    font-size: 18px;
    line-height:160%;
}
.accordion-title:hover, .accordion-title:active {
    background: transparent;
}

.accordion-title {
    padding: 1.5rem 2em  1.5rem 1rem;
}

.accordion-title::before {
    font-size: 32px;
    margin-top: -0.7rem;
}

.accordion-content {
    color: #44557A;
    background: transparent;
    border: none;
    border-bottom: 2px solid #cecece;
}

.accordion-content .close {
    display: block;
}
.accordion-content .close &gt; i {
    margin-right: 0.5rem;
}
.accordion-content .close:hover {
    font-weight: bold !important;
    text-decoration: underline !important;
}

.accordion-close {
    display: none;
}

/** Accordion, selected **/

.cruise-cabins .fa-circle-check {
    margin-right: 0.5rem;    
    display: none;
}

.cruise-cabins button.button {
    margin-bottom: 0.5rem;
}


.cruise-cabins .grid-x.table span {

    padding-top: 0rem;
}

.cruise-cabins .grid-x.table &gt; .grid-x:not(:first-child) &gt; .cell {
    border-top: 1px solid #cecece;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.cruise-cabins .grid-x.table &gt; .grid-x:not(:first-child) &gt; .cell:first-child,
.cruise-cabins .grid-x.table &gt; .grid-x:not(:first-child) &gt; .cell:last-child {
    border-top: none;
}
.cruise-cabins .grid-x.table &gt; .grid-x:not(:first-child) &gt; .cell:nth-child(2) {
    border-top: none;
}

.cruise-cabins .grid-x.table &gt; .grid-x:not(:first-child) &gt; .cell:nth-child(odd) {
    text-align: left;
}

.cruise-cabins .grid-x.table &gt; .grid-x:not(:first-child) &gt; .cell:nth-child(even) {
    text-align: right;
}

.cruise-cabins .grid-x.table &gt; .grid-x:not(:first-child) &gt; .cell button {
    width: 100%;
}

.cruise-cabins .grid-x.table &gt; .grid-x:not(:first-child) &gt; .cell:last-child &gt; span {
    display: none;
}

@media only screen and (min-width: 64em) {
    .cruise-cabins .grid-x.table span {
        line-height: 100%;
        vertical-align: middle;
        display: inline-block;
    
        padding-top: 0.3rem;
    }

    .cruise-cabins .grid-x.table &gt; .grid-x:not(:first-child) &gt; .cell {
        border-top: none;
        padding-top: inherit;
        padding-bottom: inherit;
    }

    .cruise-cabins .grid-x.table &gt; .grid-x:not(:first-child) &gt; .cell:nth-child(even) {
        text-align: left;
    }
     
    .cruise-cabins .grid-x.table &gt; .grid-x:not(:first-child) &gt; .cell:last-child &gt; span {
        display: inline-block;
        margin-bottom: 1.3rem; 
    }
}

.accordion-title.selected {
    padding-left: 3rem;
    background-color: #CBEFFF;
    text-decoration: none;
}
.accordion-title.selected &gt; span {
    text-decoration: none;
}

.accordion-title .selected-cabin {
    display: none;
}

.accordion-title.selected .selected-cabin {
    display: inline-block;
    border-right: 1px solid #44557A;
    padding-right: 10px;
    margin-right: 10px;

    text-decoration: none;
}

.accordion-item:not(.is-active) &gt; .accordion-title.selected {
    border-bottom: none;

}

.accordion-content .selected {
    background-color: #CBEFFF;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
}

.accordion-content .selected .button {
    background-color: #F6FCFE !important;
}

.escorted-single-supplement {
    display: inline-block;
    padding: 0.3rem 1.5rem 0.3rem 0.5rem;

    border: 1px solid #44557A;
    color: black;
}

.package-price .cell h6 {
    font-family: 'Manrope', sans-serif;
}

.package-price .cell h6 &gt; .fa-circle-check {
    display: none;
}

.package-price .cell.selected {
    background-color: #CBEFFF;
    padding: 1.2rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
}
@media only screen and (max-width: 46.563em) {
    .package-price .cell.selected {
        padding: 1.2rem 1.2rem 0.2rem 1.2rem;
    }
}

.package-price .cell.selected p {
    margin-bottom: 0rem;
}

.package-price .cell.selected h6 &gt; .fa-circle-check {
    display: inline;
    margin-right: 0.5rem;

}


.trip-extensions .cell h6 {
    font-family: 'Manrope', sans-serif;
    margin-bottom: 4px;

    padding-left: 1rem;
}

.trip-extensions .cell h6:before {
    display: none;
    margin-left: -1rem;
    margin-right: 0.2rem;

    width: 1.5rem;

    content: '\f058';

    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.trip-extensions .cell h6 &gt; .fa-circle-check {
    display: none;
}

.trip-extensions .cell.selected {
    background-color: #CBEFFF;
    padding-top: 1.2rem;
    padding-left: 1.2rem;
    margin-bottom: 0rem;

}

.trip-extensions .cell.selected:last-of-type &gt; button {
    margin-right: 1rem;
}

.trip-extensions .cell.selected h6 &gt; .fa-circle-check {
    display: inline;
    margin-right: 0.5rem;

}

.trip-extensions .cell.selected h6 {
    display: flex;
    flex-direction: row;
}

.trip-extensions .cell.selected h6:before {
    display: inline;
}

.trip-group {
    margin: 1.5rem 0rem 2.5rem 0rem;
}
.trip-group select {
    width: auto;
    background-color: #f6fcfe;
}

.travel-date {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    width: 100%;

    list-style-type: none;   
}

.travel-date &gt; li {
    flex-grow: 1;
    padding-right: 2rem;
}

.travel-date input, .travel-date input:focus {
    background-color: #F6FCFE;
    border: 1px solid #44557A;

    width: 100%;
}

.travel-date &gt; li label {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    color: #45577A;
}



@media screen and (min-width: 40em) {
    .travel-date {
        width: 50%;
    }

    .travel-date &gt; li {
        flex-grow: 1;
    }

    .travel-date &gt; li label {
        display: inline;

    }

    .travel-date &gt; li input, .travel-date input:focus {
        display: inline-block;
        width: auto;
    }
}

.custom-pricing {
    display: none;
}

.list.custom &gt; li {
    display: none;
}

#customPreview button.warning {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;

    font-weight: 600;
}

@media screen and (min-width: 40em) {
    #customPreview button.warning {
        width: auto;
    }
}


/** Orbit Slider **/
.orbit-slide {
    padding: 0px !important;
}

.height-100 {
    height: 100%;
}

/** Tabs **/
ul.tabs {
    display: flex;
    flex-direction: row;

    border: 1px solid #44557A;
}
ul.tabs &gt; li {
    flex-grow: 1;
    flex-shrink: 0;
    padding: 0px;
}
ul.tabs &gt; li &gt; a {
    display: block;
    padding: 15px 3px 15px 3px;

    color: #44557A;
    background-color: #F6FCFE;

    text-align: center;
    text-decoration: none;
    /*text-transform: uppercase; as per comment #252 */
    font-size: 17px; /* Changed from 0.9rem as per comment #246*/
    font-weight: normal;

}
ul.tabs &gt; li &gt; a:hover {
    background-color: #F6FCFE !important;
    color: #44557A;
}
ul.tabs &gt; li.is-active &gt; a {
    background-color: #44557A;
    color: #F6FCFE;
}

ul.tabs &gt; li.is-active &gt; a:hover {
    background-color: #F6FCFE !important;
    color: #44557A;
}

/** TODO: Consider if we want to separate this into a secondary class **/
.tabs-content {
    background: transparent;
    border: 0px;
    padding: 0px;
}

.tabs-content &gt; .tabs-panel {
    padding: 0px;
}


/** Highlight class **/
.highlight {
    color: #FFD95E;
    font-weight: 600;
}

.highlight a {
    color: #FFD95E;
    font-weight: normal;
}
.highlight a:hover {
    color: #FFECAB;
}

.separator {
    padding-right: 1.5rem;
    margin-right: 1.5rem;

    border-right: 1px solid #FFD95E;

    line-height: 1.2;
}

/*************************************
 * Layout
 */

/** Navigation */

body &gt; div[data-sticky-container] {
    z-index: 9999;
}

.top-bar {
    background-color: #44557A;
    color: #F6FCFE;

    border-bottom: 2px solid #F6FCFE;

    align-items: stretch;
}

.top-bar a {
    color:#F6FCFE;
    text-decoration:none;
    font-weight:400;
}
.top-bar a:hover {
    text-decoration:underline;
}

.top-bar .top-bar-left {
    flex-basis: 45%;
    flex-grow: 0;

    display: flex;
    flex-direction: row;
    align-content: baseline;

    padding: 0.5rem 0rem;
}

.top-bar .top-bar-left a {
    width: 100%;
    display: inherit;
    
}
.top-bar .top-bar-left img {
    display: block;

    object-fit: contain;
    width: 100%;
    height: auto;
}


.top-bar .top-bar-right {
    flex-basis: 55%;
    flex-grow: 0;

    display: block;
    
    padding: 0.5rem 0rem;
}

.top-bar .top-bar-right div {
    text-align: right;
    height: 100%;
}

.top-bar .top-bar-right div:first-of-type {
    display: none;

    font-size: 15px;
}

.top-bar .top-bar-right div:last-child &gt; ul {
    display: none;
}

.top-bar .top-bar-right div:last-child &gt; div {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    align-items: center;
}

.top-bar .top-bar-right div:last-child &gt; div &gt; button {
    margin-left: 1rem;
}

.top-bar .top-bar-right div:last-child &gt; div &gt; a {
    margin-bottom: 0rem;
}



.top-bar .top-bar-right div:first-of-type div {
    display: flex;
    align-items: baseline;
}


.top-bar ul {
    background-color: #44557A;  
}

/**  Switch to desktop menu  **/
@media screen and (min-width: 64em) {
    
    .top-bar .top-bar-left {
        flex-basis: 20%;
    }

    .top-bar .top-bar-right {
        flex-basis: 80%;

        display: flex;
        flex-direction: column;    
    }

    .top-bar .top-bar-right div:first-of-type {
        flex-basis: 100%;

        display: flex;
        flex-direction: row-reverse;
    }

    .top-bar .top-bar-right li.contact &gt; .button {
        display: none !important;
    }
    
    .top-bar .top-bar-right div:first-of-type div .button {
        display: inline-block !important;
        
        margin-left: 1rem;
    }

    .top-bar .top-bar-right div:last-child &gt; ul {
        display: flex;
    }
    
    .top-bar .top-bar-right div:last-child &gt; div {
        display: none;
    }    
    
}

/** Desktop menu change outer left/right padding **/
@media print, screen and (min-width: 75.875em) {

    .top-bar {
        padding: 0px 70px 0px 70px;
    }

}

/** Desktop menu move button from phone menu line to drop down menu **/
@media screen and (min-width: 100em){
    
    .top-bar .top-bar-right li.contact .button {
        display: inline-block !important;
        margin-left: 1rem;
    }

    .top-bar .top-bar-right div:first-of-type {
        padding-bottom: 0.3rem;
    }

    .top-bar .top-bar-right div:first-of-type div .button {
        display: none !important;
    }
}




.menu.desktop .active_section {
    border-bottom: 2px solid #CBEFFF;
}

.submenu {
    background-color: #F6FCFE !important;
}

.menu.desktop ol.footer  {
    display: none;
}

.menu.desktop .button {
    display: inline;
    font-weight: 500 !important;
} 

.menu.desktop .is-dropdown-submenu {
    border: none;
}

.menu.desktop &gt; li &gt; a {
    color: white;

    font-size: 16px;
    padding-left: 0.5rem;
}

.menu.desktop &gt; li &gt; a:hover {
    font-weight: normal;
}

@media print, screen and (min-width: 87.5em) {
    .menu.desktop &gt; li &gt; a {
        font-size: 18px;
        padding-left: 1rem;
    }
} 


.menu.desktop &gt; li &gt; a::after {
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent !important;
}

.menu.desktop &gt; li.is-active &gt; a {
    color: white;
}

.menu.desktop &gt; li &gt; ul &gt; li &gt; ul {
    position: relative;
    display: flex;
    flex-direction: row;
    right: auto !important;
    left: 0px !important;
}

.menu.desktop &gt; li &gt; ul &gt; li &gt; ul &gt; li {
    flex: 0 0 45%;
}

.menu.desktop &gt; li &gt; ul &gt; li &gt; ul &gt; li.menuitems {
    flex: 0 0 55%;
}

/* Dropown Menu Links */
.menu.desktop &gt; li li &gt; a:not(.button) {
    padding: 8px 0px 8px 0px !important;

    color: #44557A;
    font-weight: 500;
    font-size: 16px;
}

@media print, screen and  (min-height: 48.438em) {
    .menu.desktop &gt; li li &gt; a:not(.button) {
        font-size: 18px;
    
        padding: 10px 0px 10px 0px !important;
    }    
}


/** Desktop Menu - Drop Down **/
.menu.desktop .menu.submenu.is-dropdown-submenu.js-dropdown-active {
    position: fixed;
    left: 0px;
    z-index: 9999;
    width: calc(100% - 130px);
    margin-left: 70px;
    margin-right: 60px;
    text-align: right;

    margin-top: -2px;

    border: 1px solid #44557A;
    padding-bottom: 1rem;
}

/** Desktop Menu - About Menu **/
.menu.desktop .menu.about.submenu.is-dropdown-submenu.js-dropdown-active {
    position: absolute;
    width: auto;
    min-width: 300px;
    right: auto !important;
    left: 0px !important;

    top: 53px;
}

.menu.desktop .menu.about.submenu.is-dropdown-submenu.js-dropdown-active &gt; li {
    padding: 0px 10px 0px 10px;
}


/** Desktop Menu - Left Hand side intro pane **/
.menu.desktop &gt; li &gt; ul &gt; li &gt; ul {
    flex-grow: 1;
    margin: 0px 20px !important;
}

.menu.desktop &gt; li &gt; ul &gt; li &gt; ul &gt; li.introduction.mobile {
    display: none;
}

.menu.desktop &gt; li &gt; ul &gt; li &gt; ul &gt; li.introduction.desktop {
    background-color: #CBEFFF;
    color: #44557A;
    padding: 0px;

    margin-right: 1rem;
}


/** Desktop Menu - Introduction text styles **/
.menu.desktop &gt; li &gt; ul &gt; li &gt; ul &gt; li.introduction h3 {
    font-size: 24px;

    padding: 15px 40px 15px 40px;
    margin-bottom: 0px;
}

.menu.desktop &gt; li &gt; ul &gt; li &gt; ul &gt; li.introduction p {
    padding-left: 40px;
    padding-right: 40px;

    margin-bottom: 0.5rem;

    font-size: 16px;
}

@media print, screen and  (min-height: 48.438em) {
    .menu.desktop &gt; li &gt; ul &gt; li &gt; ul &gt; li.introduction h3 {
        font-size: 32px;
        padding: 40px 40px 0px 40px;
        line-height: 150%;

        margin-bottom: 0.5rem;
    }
    .menu.desktop &gt; li &gt; ul &gt; li &gt; ul &gt; li.introduction p {
        font-size: 20px;
        line-height: 175%;
    
        padding: 8px 40px 12px 40px;
    }
}



/** Desktop Menu - Right hand side Menu Items **/
.menu.desktop .menuitems {
    padding: 1rem 2rem 0rem 2rem;
    
}

@media print, screen and  (min-height: 48.438em) {
    .menu.desktop .menuitems {
        padding: 2rem 2rem 0rem 2rem;
        
    }
}

.menu.desktop .menuitems ol {
    margin: 0px;
}


.menu.desktop .menuitems h4 {
    text-transform: uppercase;

    font-family: 'Manrope', sans-serif;
    font-weight: 700 !important;

    font-size: 12px !important;

    letter-spacing: 1.5px;
    line-height: 120%;

    color: #44557A;
}

.menu.desktop .menuitems &gt; ol &gt; li {
    padding-bottom: 1rem;
}
.menu.desktop .menuitems &gt; ol &gt; li:last-child {
    padding-bottom: 5px;
}

.menu.desktop .menuitems &gt; ol &gt; li &gt; ol &gt; li &gt; a {
    font-size: 13px;
}


/* Escorted &amp; Cruise More &amp; FAQs */
.menu.desktop .menuitems &gt; ol &gt; li &gt; a {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;

    /*margin-left: 2rem;*/
}
.menu.desktop .menuitems &gt; ol &gt; li &gt; a:first-child {
    margin-left: 0px;
}

@media print, screen and  (min-height: 48.438em) {

    .menu.desktop .menuitems h4 {
        font-size: 13px !important;
        line-height: 150%;
    }

    .menu.desktop .menuitems &gt; ol &gt; li {
        padding-bottom: 2.5rem;
    }

    .menu.desktop .menuitems &gt; ol &gt; li:last-child {
        padding-bottom: 1.5px;
    }

    .menu.desktop .menuitems &gt; ol &gt; li &gt; ol &gt; li &gt; a {
        font-size: 18px;
    }
}



/* Desktop Menu - Two column menu */
.menu.desktop .menuitems li.left {
    width: 50%;
    float: left;

    padding-bottom: 0rem;
}

.menu.desktop .menuitems li.right {
    width: 50%;
    float: right;

    padding-bottom: 0rem;
}

.menu.desktop .menuitems li.right:last-child {
    padding-top: 0rem;
}


/* Left/Right class in campact mode, only show for small screens */

.menu.desktop .menuitems li.left.compact {
    width: 50%;
    float: left;

    padding-bottom: 1rem;
}

.menu.desktop .menuitems li.right.compact {
    width: 50%;
    float: right;

    padding-bottom: 1rem;
}

.menu.desktop .menuitems li.right.compact:last-child {
    padding-top: 0rem;
}

@media print, screen and  (min-height: 48.438em) {
    .menu.desktop .menuitems li.left.compact {
        width: auto;
        float: none;
    
        padding-bottom: 2.5rem;
    }
    
    .menu.desktop .menuitems li.right.compact {
        width: auto;
        float: none;
    
        /*padding-bottom: 2.5rem;*/
    }
    
    .menu.desktop .menuitems li.right.compact:last-child {
        padding-top: 0rem;
    }
    
}



/** Mobile Menu Hamburger Button **/
.menu-icon-open {
    background-image: url('/assets/images/hdham.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 35px;
}


.menu-icon-close {
    background-image: url('/assets/images/hdhamx.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 35px;
}


.menu-icon-open:hover,
.menu-icon-close:hover {
    cursor: pointer !important;
}


/** Mobile Menu **/
#mobileMenu {
    background: transparent;
    box-shadow: none;

    min-height: 350px;

    border-bottom: 1px solid #44557AA0;
}

.js-off-canvas-overlay {
    background: rgba(246, 252, 254,.85);
}

#mobileMenu &gt; div {
    height: 100% !important;
    max-width: 100% !important;
}

#mobileMenu ul {
    padding: 0px 27px 0px 27px;
}

#mobileMenu &gt; div &gt; ul {
    background: #F6FCFE;

    border-bottom: 1px solid #44557A;
}

#mobileMenu .menu.mobile li &gt; a {
    color: #44557A;
    font-size: 16px;
    border-bottom: solid 1px #D7D7D7;
    padding: 20px 0px 20px 0px;
    font-weight: 600;
}

#mobileMenu .submenu.is-drilldown-submenu {
    margin-left: 0px;
}

#mobileMenu .drilldown .is-drilldown-submenu-parent&gt;a::after { 
    display: block;
    position: absolute;

    top: 14px;
    right: 0px;

    width: 0px;
    height: 0px;

    margin-top: 0px;
    padding-right: 40px;

    content: '&gt;';
    
    color: #44557A;
    
    font-weight: 500;
    font-size: 24px;
    
    border: 0px;

}
#mobileMenu .menu.mobile li .js-drilldown-back &gt; a { 
    border-bottom: none;
    margin-left: 20px;
    padding-top:15px;
}
#mobileMenu .drilldown .js-drilldown-back&gt;a::before {
    display: block;
    position: absolute;

    top: 14px;
    left: 25px;

    width: 0px;
    height: 0px;

    margin-top: 0px;
    padding-right: 40px;

    content: '&lt;';

    color: #44557A;

    font-weight: 500;
    font-size: 24px;
    border: 0px;
}

/*
*/

#mobileMenu &gt; div.is-drilldown &gt; ul &gt; li.is-drilldown-submenu-parent &gt; ul &gt; li.is-drilldown-submenu-parent &gt; ul {
    right: 0px;
    left: 0px;
}


#mobileMenu ol,
#mobileMenu li,
#mobileMenu li &gt; a {
    background-color: #F6FCFE;
}


#mobileMenu .introduction.desktop {
    display: none;
}

#mobileMenu .introduction.mobile {
    display: block;
    padding-top: 3.5rem; 
    padding-bottom: 0.5rem;

    margin-bottom: 0.5rem;

    border-bottom: 2px solid #44557A;
}

#mobileMenu .introduction.mobile h3 {
    margin: 0;
    padding: 0px 0px 0.5rem 0px;
	font-size:36px;
	line-height:150%;
}

#mobileMenu .introduction.mobile p {
    margin: 0;
    padding: 0;
    text-align: left; 
}

#mobileMenu .introduction.mobile .button {
    margin-bottom:15px;
}

#mobileMenu .menuitems ol {
    margin-left: 0px;
}
#mobileMenu .menuitems &gt; ol &gt; li &gt; ol a {
    padding: 10px 0px 10px 0px;
}
#mobileMenu .menuitems &gt; ol &gt; li {
    margin-top: 0px;
}

#mobileMenu .menuitems h4 {
    text-transform: uppercase;

    font-family: 'Manrope', sans-serif;
    font-weight: 700 !important;

    font-size: 13px !important;

    letter-spacing: 1.5px;
    line-height: 120%;

    border-top: 2px solid #44557A;

    margin-top: -1px;
    padding-top: 15px;
}
#mobileMenu .menuitems li:first-child h4 {
    border-top: 0px;
}


/** Mobile Menu - Phone No and Search **/
#mobileMenu ol.footer {
    margin-top: 1.5rem;
    margin-left: 0px;

    width: calc(100vw - 3rem);
    border-top: 2px solid #44557A;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#mobileMenu ol.footer &gt; li {
    flex: 1 0;
    white-space: nowrap;
}

#mobileMenu ol.footer &gt; li:first-child {
    flex: 1 0 60%;
}
#mobileMenu ol.footer &gt; li:first-child .fa-phone {
    display: inline-block;
    margin-right: 8px;
}

#mobileMenu ol.footer &gt; li:last-child {
    text-align: right;
}

#mobileMenu .menu.mobile ol.footer li &gt; a {
    display: inline-block;
    padding-right: 0px;
    border: 0px;
}


/** Page Content **/

.off-canvas-content &gt; .grid-container.full {
    background-color: #F6FCFE;
    margin-left: 0px;
    margin-right: 0px;
}
.off-canvas-content &gt; .grid-container.full &gt; .grid-x {
    padding-left: 16px;
    padding-right: 16px;
}        

@media print, screen and (min-width: 64em) {
    
    .off-canvas-content &gt; .grid-container.full &gt; .grid-x {
        padding-left: 70px;
        padding-right: 70px;
    }        
}

/** Footer */
#footer {
    background-color: #CBEFFF;
    color: #44557A;
}


#footer h6 {
    font-family: 'Manrope', sans-serif;
    color: #F6FCFE;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px;
    line-height: 150%;

    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 0px;
}
#footer h6:first-child {
   padding-top: 0px;
}

#footer p {
    font-size: 15px;
    line-height: 150%;
}

#footer .button {
    padding: 5px 30px 5px 30px;
}

@media print, screen and (min-width: 64em) {
    #footer h6 {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    #footer p {
        font-size: 18px;
    }
}


#footer &gt; .grid-x &gt; .cell {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#footer &gt; .grid-x .cell a {
    display: block;
    color: #44557A;

    text-align: center;
    font-size: 16px;
}

#footer &gt; .grid-x &gt; .grid-x:last-child .cell {
    margin-top: 6px;
    margin-bottom: 6px;
}
@media print, screen and (min-width: 64em) {
    #footer &gt; .grid-x &gt; .grid-x:last-child .cell {
        margin-top: inherit;
        margin-bottom: inherit;
    }
}


#footer &gt; .grid-x &gt; .cell:first-child,
#footer &gt; .grid-x &gt; .cell:last-child {
    background-color: #44557A;
    color: #F6FCFE;

    padding-top: .9375rem;
    padding-bottom: .9375rem;

    text-align: left;
}
@media print, screen and (min-width: 64em) {
    #footer &gt; .grid-x &gt; .cell:first-child,
    #footer &gt; .grid-x &gt; .cell:last-child {
        padding-top: 3rem;
        padding-bottom: 3rem;      
    }
}

#footer &gt; .grid-x &gt; .cell:first-child a,
#footer &gt; .grid-x &gt; .cell:last-child a {
    text-align: left;
    line-height: 222%;
    font-size: 15px;
    color: #F6FCFE;
}


#footer &gt; .grid-x &gt; .cell:first-child &gt; .cell:nth-child(2) {
    border-right: 2px solid #F6FCFE;
}
#footer &gt; .grid-x &gt; .cell:first-child &gt; .cell:nth-child(3) {
    padding-left: 2rem;
}

#footer &gt; .grid-x &gt; .cell:first-child &gt; .cell:first-child {
    padding-top: 0rem;
    border-right: 0px;
}


@media print, screen and (min-width: 64em) {
    #footer &gt; .grid-x &gt; .cell:first-child .cell {
        border-right: 2px solid #F6FCFE;
        padding-right: .625rem;
    }

    #footer &gt; .grid-x &gt; .cell:first-child a,
    #footer &gt; .grid-x &gt; .cell:last-child a {
        font-size: 18px;
        line-height: 222%;
    }

    #footer &gt; .grid-x &gt; .cell:first-child .cell:first-child,
    #footer &gt; .grid-x &gt; .cell:first-child .cell:last-child {
        border-right: 0px;
    }

    #footer &gt; .grid-x &gt; .cell:first-child .cell i {
        padding-top: 11px;
    }
}

#footer &gt; .grid-x &gt; .grid-x:last-child .cell a {
    display: inline-block;
    border-left: solid 1px #F6FCFE;
    font-size: 18px;
    line-height: 20px;

    padding-left: 15px;
    padding-right: 15px;
}
#footer &gt; .grid-x &gt; .grid-x:last-child .cell a:first-child {
    border-left: 0px;
}



/** Social media **/
#footer a.socialmedia {
    display: inline-block !important;
    width: 28px;
    height: 28px;

    margin-left: 22px;

    background-repeat: no-repeat;
    background-size: cover;
}

#footer a.socialmedia.facebook {
    background-image: url('/media/images/icons/sm-fb.svg');
}
#footer a.socialmedia.facebook:hover {
    background-image: url('/media/images/icons/sm-fb-ro.svg');
}

#footer a.socialmedia.x {
    background-image: url('/media/images/icons/sm-x.svg');
}
#footer a.socialmedia.x:hover {
    background-image: url('/media/images/icons/sm-x-ro.svg');
}

#footer a.socialmedia.instagram {
    background-image: url('/media/images/icons/sm-inst.svg');
}
#footer a.socialmedia.instagram:hover {
    background-image: url('/media/images/icons/sm-inst-ro.svg');
}

#footer a.socialmedia.linkedin {
    background-image: url('/media/images/icons/sm-linked.svg');
}
#footer a.socialmedia.linkedin:hover {
    background-image: url('/media/images/icons/sm-linked-ro.svg');
}

#footer a.socialmedia.youtube {
    background-image: url('/media/images/icons/sm-youtube.svg');
}
#footer a.socialmedia.youtube:hover {
    background-image: url('/media/images/icons/sm-youtube-ro.svg');
}


.transparent {
    background: transparent !important;
}

.quote-customer {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding-top: 10px;    
}
@media only screen and (max-width: 46.563em) {
	.quote-customer {
    	text-align: center;
    	padding-bottom: 10px;
	}
}


/*******************************
 * Page Banner
 */
 .page-banner {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.page-banner &gt; .cell:first-child {
    min-height: auto;
    padding: 20px 10px 20px 10px;

    background-color: #CBEFFF;
}
.page-banner.dark &gt; .cell:first-child {
    background-color: #44557A;
    color: #F6FCFE;
}

.page-banner &gt; .cell:first-child &gt; div {
    display: block;
    width: 100%;
}
.page-banner &gt; .cell:first-child &gt; div &gt; div {
    margin-top: 0px;
}

.page-banner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.page-banner .orbit {
    max-height: auto;
}


.page-banner h1 {
    font-size: 4vh;
}
.page-banner.dark h1,
.page-banner.dark h2,
.page-banner.dark h3,
.page-banner.dark h4,
.page-banner.dark h5,
.page-banner.dark h6,
.page-banner.dark p,
.page-banner.dark a {
    color: #F6FCFE;
}

.page-banner.dark .breadcrumbs li:not(:last-child)::after {
    color: #F6FCFE;
}

.page-banner.product h2 {
    margin-top: 20px;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
}
.page-banner.product h2 &gt; em {
    font-weight: bold;
    font-style: normal;
}

.page-banner.product h6 {
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    font-size: 70%;
    letter-spacing:1px;

    text-transform: uppercase;
}

.page-banner.product p {
    font-size: 16px;
}

.page-banner .summary {
    font-size: 16px;
    font-weight: bold;
    margin-top:20px; /* DM ADDED : 10-12-24 */
    line-height: 225%; /* DM ADDED : 10-12-24 */
    padding-bottom: 20px; /* DM ADDED : 29-04-25 */
}
.page-banner .summary .cleanwrap { /* DM ADDED : 13-12-24 */
    padding-left:44px;
    margin-top:-29px; 
    line-height:150%;
}

.page-banner .fa-solid, .page-banner .fa-duotone,  .page-banner .fass {
    min-width: 40px; /* adds spacing beside icon equally aligning text for left side banner list */
}
.page-banner .fa-calendar-check { /* adds spacing beside icon equally aligning text for left side banner list */
    min-width: 40px;
}

.page-banner ul.piped.summary {
    font-size: 16px;
    flex-direction: column;
    flex-wrap: wrap;
}

.page-banner ul.piped.summary &gt; li:before {
    content: "\f111";
    font-family: "Font Awesome 6 Pro";
    font-size: 8px;
    font-weight: 900 !important;
    
    vertical-align: middle;
    height: 55%;
    line-height: normal;

    display: inline-block;
    margin: 0px 0.5rem 0rem 0.5rem;
}


@media screen and (min-width: 90em) {

    .page-banner ul.piped.summary {
        font-size: 0.85vw;
        flex-direction: row;
        flex-wrap: wrap;
    }
        
    .page-banner ul.piped.summary &gt; li::before {       
        margin: 1.5% 0.5vw 0rem 0.5vw;
    }
    
    .page-banner ul.piped.summary &gt; li:first-child:before {
        content: '';
        margin: 0px;
    }     
}



.page-banner .button-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0px;
    min-width:382px;
}
.page-banner .button-bar &gt; .button {
    flex-grow: 1;
    flex-basis: calc(50% - 1rem);
    white-space: nowrap;
    margin-right: 1rem;
}

@media only screen and (max-width: 46.563em) {
    .page-banner .button-bar &gt; .button {
        margin-right: 0rem;
        flex-basis: 100%;
    }
}

@media print, screen and (min-width: 92.5em) {
 
    .page-banner h1 {
        font-size: 72px;
    }
}


@media print, screen and (min-width: 64em) {

    .page-banner &gt; .cell:first-child {
        min-height: 80vh;
        padding: 40px 70px 20px 70px;

        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        align-items: center;

    }

    .page-banner &gt; .cell:first-child &gt; nav {
        align-self: flex-start;
        width: 100%;
    }

    .page-banner h1 {
        font-size: 6vh;
    }

    .page-banner .orbit .orbit-container {
        max-height: 80vh;
    }    
    .page-banner .orbit .orbit-container li {
        min-height: 100%;
        height: 80vh;
        width: 100%;
    }
    
}

 /** END Page Banner **/


/** Info Panel **/
.info-panel &gt; div,
.info-panel &gt; a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.info-panel &gt; a:hover {
    font-weight: normal;
}

.info-panel &gt; div &gt; .grid-x,
.info-panel &gt; a &gt; .grid-x {
    height: 100%;

    flex-direction: column;
}


.info-panel &gt; div &gt; .grid-x &gt; .cell,
.info-panel &gt; a &gt; .grid-x &gt; .cell {    
    padding: 0.5rem 2rem 0rem 2rem;
    flex-grow: 1;
}


@media only screen and (max-width: 46.563em) { 
    .info-panel &gt; div &gt; .grid-x &gt; .cell,
    .info-panel &gt; a &gt; .grid-x &gt; .cell {    
       padding: 1rem 1.2rem 0rem 1.2rem;
    }

    .info-panel .last-child {
        padding-top: 0rem !important;
    }
}

.info-panel &gt; div &gt; .grid-x &gt; .cell:first-child,
.info-panel &gt; div &gt; .grid-x &gt; .cell:last-child,
.info-panel &gt; a &gt; .grid-x &gt; .cell:first-child,
.info-panel &gt; a &gt; .grid-x &gt; .cell:last-child {
    flex-grow: 0;
}

.info-panel &gt; div  &gt; .grid-x &gt; .cell:first-child,
.info-panel &gt; a  &gt; .grid-x &gt; .cell:first-child{
    padding: 0px;
}

.info-panel &gt; div  &gt; .grid-x &gt; .cell:first-child img,
.info-panel &gt; a  &gt; .grid-x &gt; .cell:first-child img {
    width: 100%;
    height: auto;
}


.info-panel &gt; div  &gt; .grid-x &gt; .cell:last-child{
    padding-top: 0px;;
}


.info-panel:last-child {
    margin-right: 0px;
}

.info-panel h3 {
    font-size: 32px;
}

@media print, screen and (max-width: 95em) { /* Was 84em */
    .info-panel h3 {
        font-size: 22px;
        font-weight:500;
    }
}

.with-chevron h1,
.with-chevron h2,
.with-chevron h3,
.with-chevron h4,
.with-chevron h5,
.with-chevron h6,
.with-chevron p {
    margin-right: 5rem !important;
}
@media only screen and (max-width: 46.563em) {
    .with-chevron p {
        margin-right:0rem!important;
    }
}

/** Info Block **/
.info-block &gt; .cell:first-child {
    padding: 64px 0px 64px 0px;
}

@media only screen and (max-width: 46.563em) { 
	.info-block &gt; .cell:first-child {
    	padding: 40px 0px 40px 0px;
	}
}

.info-block h2 {
    text-align: center;
    font-weight: 400;
    line-height: 125%
}
@media only screen and (max-width: 46.563em) {
	.info-block h2, .tabbed-slider-block h2, .stick-block h2, .homegfadventure h2 {
    	text-align: left;
    	font-size: 36px !important;
	}
}

.info-block &gt; .cell.footer {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/** Sticky split panel **/
.stick-block .sticky {
    position: static !important;
}


/** Info Side (left) - text format, padding, mobile and desktop **/
.stick-block &gt; .cell:first-child {
    padding: 30px 10% 30px 10%;
}
@media only screen and (max-width: 46.563em) {
	.stick-block &gt; .cell:first-child {
        padding: 30px 0px 30px 0px;
	}
}

.stick-block &gt; .cell:first-child h2 {
    font-weight: 400 !important;
    line-height: 125%;
}
@media only screen and (max-width: 46.563em) {
	.stick-block &gt; .cell:first-child h3 {
        font-size: 36px;
	}
}

.stick-block &gt; .cell:first-child p {
    font-size: 20px;
    line-height: 175%;

    width: 100%;
}

@media print, screen and (min-width: 64em) {
    .stick-block .sticky.is-stuck {
        position: fixed !important;
    }

    .stick-block .sticky.is-stuck {
        margin-top: 75px !important;
    }

    .stick-block &gt; .cell:first-child {
        padding: 75px 70px 120px 0px;
    }

    .stick-block &gt; .cell:first-child p {
        width: 100%;
    }
}


/** Product Side (right) - padding, mobile and desktop **/
.stick-block &gt; .cell:last-child {
    padding: 30px 10% 30px 10%;
}
@media print, screen and (min-width: 64em) {
    .stick-block &gt; .cell:last-child {
        padding: 60px 0px 60px 0px;
    }
    
}
@media only screen and (max-width: 46.563em) {
    .stick-block &gt; .cell:last-child {
        padding: 30px 0px 30px 0px;
    }
}

.stick-block &gt; .cell:last-child &gt; .cell:last-child {
    height: 0px;
}

.stick-block &gt; .cell:last-child &gt; .cell &gt; .cell:last-child {
    padding: 20px 50px 20px 30px;
}


/** Product (Sticky Block) - Image options **/
.stick-block &gt; .cell:last-child img {
    width: 100%;
    height: auto;
}
@media print, screen and (min-width: 98.125em) {
    .stick-block &gt; .cell:last-child img {
        height: 100%; 
        width: 100%; 

        object-fit: cover;
    }
    
}

/** Product (Sticky Block) - Text format **/
.stick-block &gt; .cell:last-child h3 {
    font-size: 28px;
    line-height: 150%;
    font-weight: 400;
}


@media print, screen and (min-width: 98.125em) {
    .stick-block &gt; .cell:last-child h3 {
        width: 80%;
    }
}

.stick-block &gt; .cell:last-child p {
    padding-top: 1rem;
    font-size: 18px !important;
    letter-spacing: 1px;
}

.stick-block &gt; .cell:last-child .uppercase  {
    font-size: 13px !important;
    font-weight: 700 !important;
}

.stick-block &gt; .cell:last-child &gt; a.cell {
    text-decoration: none;
}
.stick-block &gt; .cell:last-child &gt; a.cell:hover {
    text-decoration: none;
    font-weight: normal;
}

.stick-block &gt; .cell:last-child &gt; div.cell a.chevron,
.stick-block &gt; .cell:last-child &gt; a.cell span.chevron,
.info-panel &gt; a span.chevron {
    float: right;
    margin-top: -0.8rem; /* Changed 22-4-25 */
}

/** TODO Where is this applied, is there a better way for this? **/
@media only screen and (max-width: 46.563em) {
	.stick-block .midblue &gt; .cell:last-child a {
	margin-top:34px;
	}
}


/** Mid blue Stick Block **/

.stick-block.news &gt; .cell:last-child &gt; .cell {
    padding: 2rem 2rem 2rem 2rem;
}

.stick-block.news &gt; .cell:last-child &gt; .cell p {
    width: 80%;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
}

@media only screen and (max-width: 95em) {
	.stick-block.news &gt; .cell:last-child &gt; .cell p {
    	font-size: 22px!important;
	} 
}



@media only screen and (max-width: 46.563em) {
	.stick-block.news &gt; .cell:last-child &gt; .cell {
    padding: 0rem 1rem 0rem 1rem;
}
	.stick-block.news &gt; .cell:last-child &gt; .cell p {
    	font-size: 20px!important;
	} 
}

.stick-block.news &gt; .cell:last-child &gt; .cell:last-child {
    padding: 0px;
}


/** Pale blue Stick Block **/

.stick-block.news &gt; .cell:last-child a {
    margin-top: 0px;
}

@media screen and (min-width: 64em) {
    .stick-block.news &gt; .cell:last-child &gt; a &gt; .chevron {
        margin-top: -1.5rem;
    }
}


/** Midblue Panel **/
.panel &gt; .cell {
    padding: 5%;
}

/** PerryGolf Advantage **/
.advantage {
    padding: 0px 0px 30px 0px;
}

.advantage &gt; .cell {
    padding: 32px 32px 32px 32px;
    margin-top: 2rem;
}
.advantage &gt; .cell p {
    margin-bottom:0rem;
}

@media only screen and (min-width: 64em) {
    .advantage {
        padding: 70px 0px 70px 0px;
    }

    .advantage &gt; .cell.large-3 {
        width: calc(25% - 1.95em);
    }

    .advantage &gt; .cell.large-4 {
        width: calc(33% - 1.95em);
    }
}
tbody tr:nth-child(even) {
    background-color: #CBEFFF;
}

@media print, screen and (max-width: 95em) { /* Was 84em */
    .advantage .trip h3 {
        font-size: 22px;
        font-weight:500;
    }
    .advantage .golf h3 {
        font-size: 22px;
        font-weight:500;
    }
    .advantage .vip h3 {
        font-size: 22px;
        font-weight:500;
    }
    .advantage .travel h3 {
        font-size: 22px;
        font-weight:500;
    }
}

@media only screen and (max-width: 46.563em) {
	.advantage .trip {
		text-align:center;	
		margin-bottom:40px;
	}
	.advantage .trip h3 {
		text-align:center;	
	}
	.advantage .golf {
		text-align:center;	
		margin-bottom:40px;
	}
	.advantage .golf h3 {
		text-align:center;	
	}
   
	.advantage .vip {
		text-align:center;	
		margin-bottom:40px;
	}
	.advantage .vip h3 {
		text-align:center;	
	}
	.advantage .travel {
		text-align:center;	
		margin-bottom:40px;
	}
	.advantage .travel h3 {
		text-align:center;	
	}
}

.advantage .trip::before,
.advantage .golf::before,
.advantage .vip::before,
.advantage .travel::before {

    display: block;
    position: relative;

    margin-left: calc(50% - 37px);
    margin-top: -70px;

    width: 78px;
    height: 78px;

    content:"";
}

.advantage .trip.text-center h3,
.advantage .golf.text-center h3,
.advantage .vip.text-center h3,
.advantage .travel.text-center h3 {
    text-align: left;
}



.advantage .trip.text-center span,
.advantage .golf.text-center span,
.advantage .vip.text-center span,
.advantage .travel.text-center span {
    display: inline-block;
    text-align: left;
}

.advantage .trip i,
.advantage .golf i,
.advantage .vip i,
.advantage .travel i {
    margin-right: 0.5rem;
}

.advantage .trip::before  {
    background-image: url('/media/images/icons/adv01.svg');
    background-repeat: no-repeat;
    background-position: center middle;
}

.advantage .golf::before  {

    background-image: url('/media/images/icons/adv02.svg');
    background-repeat: no-repeat;
    background-position: center middle;
}

.advantage .vip::before  {

    background-image: url('/media/images/icons/adv03.svg');
    background-repeat: no-repeat;
    background-position: center middle;
}

.advantage .travel::before  {

    background-image: url('/media/images/icons/adv04.svg');
    background-repeat: no-repeat;
    background-position: center middle;
}

.advantage &gt; .cell h4,
.advantage &gt; .cell h3 {
    margin-top: 1.5rem;
}

.advantage &gt; .cell:first-child {
    padding: 0rem!important;/* was padding: .9375rem; changed 17.6.25*/ 
    margin-top: 0px; /* added 17.6.25*/
    background: transparent;
}
.advantageh1 {
	text-align:center;
	padding-bottom:10px; /* was 30px changed 17.6.25*/
}
@media only screen and (max-width: 46.563em) {
	.advantageh1 {
		text-align:left;
        font-size: 36px;
	}
}


/** Responsive Table with separating lines **/
.underlined-table {
    margin-top: 20px;
    margin-bottom: 10px;
}

.underlined-table &gt; .cell:nth-child(odd) {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;

    font-weight: bold;
}

.underlined-table &gt; .cell:nth-child(even) {
    border-bottom: 1px solid #CBEFFF;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.underlined-table.midblue &gt; .cell:nth-child(even) {
    border-bottom: 1px solid #F6FCFE;
}

@media only screen and (min-width: 64em) {
    .underlined-table &gt; .cell:nth-child(odd),
    .underlined-table &gt; .cell:nth-child(even) {
        padding-bottom: 5px;
        margin-bottom: 5px;

        border-bottom: 1px solid #CBEFFF;    
    }

    .underlined-table.midblue &gt; .cell:nth-child(odd),
    .underlined-table.midblue &gt; .cell:nth-child(even) {
        border-bottom: 1px solid #F6FCFE;
    }
}


.table &gt; .cell {
    border-bottom: 1px solid #CBEFFF;
    margin-bottom: 10px;
    padding-right: 0.75rem;
}

.table &gt; .cell:first-child {
    border-bottom: none;
}

@media only screen and (min-width: 64em) {
    .table &gt; .cell:first-child {
        border-bottom: 1px solid #CBEFFF;
    }    
}


.homegfadventure { 
  background-image: url("/media/images/golf-adventure/adventure-fw.jpg");
  background-color: #F6FCFE;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.homegfadventure a:hover {
    font-weight: normal;
}

.homegfadventurepanel {
  background-color: #44557A;
  color: #F6FCFE;
  max-width: 610px;
  padding: 36px 42px 26px 42px;
  margin-top: 152px;
  margin-bottom: 152px;
}

.homegfadventure h2, .homegfadventure p {
  color: #F6FCFE !important;
}

.homegfadventuremob {
  display: none;
}

.vipcoach-inc { 
    background-image: url("/media/images/golf-adventure/vipcoach-fw.jpg");
  }

.ftlogopad {
	padding-top:48px!important;
	padding-left:54px;
}
.ftsmpad {
	padding-left:54px;
}
.waitlist2ndcolumn {
    padding: 122px 40px 64px 40px;
}

@media only screen and (max-width: 64em) {
    .waitlist2ndcolumn {
        padding: 0px 0px 64px 0px;
    }
}

@media only screen and (max-width: 46.563em) {
	.ftlogopad {
		padding-left:0px;
	}
	.ftsmpad {
		padding-left:0px;
		margin-left:-20px;
	}
}
@media only screen and (max-width: 46.563em) {

  .homegfadventurepanel {
    padding: 50px 15px 50px 15px;
    max-width: none;
	margin-top: 0px;
    margin-bottom: 0px;
  }

  .homegfadventure {
    background-image: none;
    background-color: #44557A;
  }

  .homegfadventuremob {
    width: 114%;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }
}
        
.formsidepanel {padding-top:190px;}
.formsidepanel div {padding:20px;margin-bottom:20px;margin-left:10%; margin-right:10%;width:95%;font-size:16px;}

.formsidetable table {margin-bottom:0rem; }
.formsidetable tbody {margin-bottom:0rem; border:none;background-color:#44557A;}
.formsidetable td {padding:0rem; vertical-align:top;}
.forminput { padding: 17px 10px 17px 10px;}
@media only screen and (max-width: 46.563em) {
    .forminput {padding: 17px 10px 17px 10px; width:100%!important;}
    .formsidepanel {padding-top:0px;}
    .formsidepanel div {margin-left:0%; width:100%;}
    .siteformtabs li a {font-size: 11px!important;}
}

.waitlistcontent {padding:90px 120px 0px 120px;}
.waitlistcontent h2 {font-size:40px!important;  font-family:'Marcellus' !important;}
@media only screen and (max-width: 46.563em) {
    .waitlistcontent {padding:20px 20px 20px 20px;}
    .waitlistcontent h2 {font-size:28px!important; }
}


/* TODO: This should be merged into #footer selector */
/* Formatting should be applied without extra div */
.aplogos { 
	padding-top:80px;padding-bottom:0px;
}
.aplogo {
	padding-top:70px;
	text-decoration:underline;
}
.aplogo img {
	padding-bottom:34px;
}
.apcenterlogo {
    text-decoration:underline;
}
.apcenterlogo img {
    padding-top: 40px;
    padding-bottom: 15px;
    max-width: 119px;
}

@media only screen and (max-width: 46.563em) {
	.aplogo {
		padding-top:20px;
	}
	.apcenterlogo img {
		max-width:166px;
	}
	.apcenterlogo img {
    	padding-top: 20px;
    	padding-bottom: 20px;
	}
}


.tabbed-slider-block {
    padding: 70px 0px 70px 0px; /* Top padding was 140px changed 17.6.25*/
    margin: 0px 60px 0px 60px;
}

@media only screen and (max-width: 46.563em) {
    .tabbed-slider-block {
        padding: 98px 0px 70px 0px;
    }
}

@media only screen and (orientation: portrait) {
    .tabbed-slider-block {
        margin: 0px 0px 0px 0px;
    }
}

@media only screen and (min-width: 64em) {
    .tabbed-slider-block {
        margin: 0px 0px 0px 0px;
    }
}

.tabbed-slider-block h2 {
    font-size: 50px;
}

@media only screen and (max-width: 98.125em) {
    .tabbed-slider-block h2 {
      font-size: 40px;
    }
  }

/** Tabbed Slick Slider **/
.tabs-content .carousel {
    position: relative;
}
.tabs-content .carousel &gt; div:first-child {
	display: none;
}

@media only screen and (min-width: 64.063em) {
	.tabs-content .carousel &gt; div:first-child {
		display: block;
		position: absolute; 
		top: -50px; 
		right: -10px;
	}
}

.tabs-content .carousel .slick-slider {
    margin: auto;
    background: transparent;
    padding: 10px;
}

.tabs-content .carousel .slick-slider a img {
    padding: 5px;
}

.tabs-content .carousel .slick-slider a h4 {
    max-width: 382px !important;
	/* padding-right: 15px; */
	margin-top: 5px;
    font-family: 'Manrope', sans-serif;
    padding-left: 15px;
    padding-right: 0px;
}
@media only screen and (max-width: 95em) {
    .tabs-content .carousel .slick-slider a h4 {
        font-size:19px;
    }
}
.tabs-content .carousel .slick-slider a .chevron {
	/* display: inline-block; ... an issue with VSc saying this is ignored because of float */
	float: right;
    margin-right: 8px;
    
    position: relative;
    top: -8px;
}


.tabs-content .carousel a.previousSlide {
    display: inline-block;
    margin-right: 20px;
}

.tabs-content .carousel a.nextSlide {
    margin-right: 20px;
}

.carousel a:link, .carousel a:visited {
    text-decoration:none;
}
.carousel a:hover, .carousel a:active {
    text-decoration:underline;
}

/** Gallery Module **/
.gallery {
    position: relative;
    margin: 40px 0px 50px 0px;

    visibility:hidden
}
.gallery &gt; div {
    position:relative;
}
.gallery &gt; div .slide {
    overflow:hidden;
}

.gallery &gt; div .slide &gt; img {
    width: 100%;
    height: auto;
}


.gallery .slick-dots {
    text-align: center;
}

.gallery .slick-dots {
    bottom: -54px;
}
.slick-dots li button:before {
    font-size:1px;
    color:#44557A;
    border:solid 2px #44557A;
    content: '.';
    border-radius: 10px;
    max-width:12px;
    max-height:12px;
    opacity: 1;

}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #44557A;
    background-color: #44557A;
}
.slick-dots li button:hover {
    opacity: 0.50;
}
.gallery[data-show-caption] .slick-dots {
    bottom: -54px;
}
@media only screen and (max-width: 46.563em) {
    .gallery[data-show-caption] {
        margin: 40px 0px 75px 0px;
    }
    .gallery[data-show-caption] .slick-dots {
        bottom: -70px;
    }
}
@media only screen and (max-width: 95em) {
    .gallery .slick-dots {
        bottom: -36px;
    }
    .gallery[data-show-caption] .slick-dots {
        bottom: -60px;
    }
}

@media print, screen and (min-width: 64em) {
    .gallery {
        position: relative;
        margin: 40px 0px 0px 0px;
    }

    
    

    .gallery .slick-dots {
        text-align: center;
    }
}




.gallery .next-previous {
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: -55px;
    margin-top: -25px;
}
@media only screen and (max-width: 95em) {
    .gallery .next-previous {
        bottom: -36px;
    }
}

@media only screen and (max-width: 46.563em) {
    .gallery[data-show-caption] .next-previous {
        bottom: -60px;
    }
}

.gallery a.previousSlide {
    display: inline-block;
    margin-right: 20px;
}

.gallery a.nextSlide {
    margin-right: 20px;
}


.gallery &gt; .captions {
    height: 20px;
    position: absolute;
    margin-top: -5px;
}
@media only screen and (max-width: 95em) {
    .gallery &gt; .captions {
        margin-top: -22px;
    }
}
.gallery &gt; .captions &gt; span {
    display: none;
    color: #44557A;
}

@media only screen and (max-width: 46.563em) {
    .gallery &gt; .captions {
        margin-top: -25px; /* 040425 */
    }
    .gallery &gt; .captions &gt; span {
        /*display: none !important; */
        color: #44557A;
    }
}

.gallery.services {
    margin: 40px 0% 30px 0%;

}

.gallery.services .slide &gt; .grid-x &gt; .cell:not(:first-child) {
    padding: 0.4rem 1rem 0.4rem 1rem!important;
}

/* Changes to gallery services padding for mobile 13.05.25 */
@media only screen and (max-width: 46.563em) {
    .gallery.services .slide &gt; .grid-x &gt; .cell:not(:first-child) {
        padding: 0.5rem 1rem 0.5rem 1rem!important;
    }
    .gallery.services.show-for-small-only a {padding-bottom:0px;margin-bottom:0px;}
    .gallery.services p {
        margin-bottom:0px;
    }
    .gallery.services a {
        font-size:14px!important;
        padding-bottom:0px!important;
    }
}

.gallery.services .slick-dotted.slick-slider {
    margin-bottom: 100px;
  }

.gallery.services .slide &gt; .grid-x &gt; .cell:not(:first-child) {
    padding: 1.5rem 1rem 0rem 1rem;
}

@media only screen and (max-width: 46.563em) { /* DM ADDED 10-12-24 */
    .gallery.services .slide &gt; .grid-x &gt; .cell:not(:first-child) {
        padding: 0.5rem 1rem 0rem 1rem; /* Reduced top padding */
    }
}

.gallery.services h4 {
    font-family: 'Manrope', sans-serif;
    line-height: 100%;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
}

@media only screen and (max-width: 95em) {
.gallery.services p {
     font-weight:normal;
     font-size:16px;
    } 
}

.gallery.services img {
    width: 100%;
    height: auto;
}

.gallery.services p {
    margin-bottom: 0rem;
}

@media print, screen and (min-width: 64em) {
    .gallery.services .slide &gt; .grid-x &gt; .cell:not(:first-child) {
        padding: 0.5rem 1rem 0rem 1rem;
    }

    .gallery.services p {
        margin-bottom: 0.5rem;
    }

}

/************************
 * Product Details
 */
 .off-canvas-content &gt; .grid-container.full &gt; .grid-x.product-banner {
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 10px;

    background-color: #45577A;

    background-image: url('/media/images/banners/home/homebanner01.jpg');
    background-repeat: no-repeat;
    background-position: top right;
 }

 .product-banner h1 {
    color: #F6FCFE;
 }

 @media print, screen and (min-width: 64em) {
    .off-canvas-content &gt; .grid-container.full &gt; .grid-x.product-banner {
        min-height: 300px;
        padding-left: 70px;
        margin-bottom: 50px;
    }
 }


/** Wait list */
.waitlist {
    padding: 2rem;
    background-color: #44557A;
    color: white;
    font-size: 18px;
    font-weight: bold;

    text-align: center;
}

.waitlist &gt; a {
    font-weight: bold !important;
    text-decoration: underline;

    color: white;
}


/*****************************************
 * Sticky Side Navigation container
 */

 .sidenav-container {
    margin-top: 1rem;
 }

.off-canvas-content &gt; .grid-container.full &gt; .grid-x.sidenav-container {
    padding-left: 0px;
    padding-right: 0px;
}


 .sidenav-container &gt; .cell:last-child {
    padding-left: 10px;
    padding-right: 10px;    
}

.sidenav-container &gt; .cell:first-child &gt; ul {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 2rem;

    list-style: none;
    background: transparent;
}


.sidenav-container &gt; .cell:first-child &gt; ul.sticky.is-anchored {
    position: relative;
}
.sidenav-container &gt; .cell:first-child &gt; ul.sticky.is-anchored li {
    display: none;
}

.sidenav-container &gt; .cell:first-child &gt; ul.sticky.is-stuck {
    position: fixed;
    /*margin-top: 3.8rem !important;*/
    padding-top: 0.6rem;
}
.sidenav-container &gt; .cell:first-child &gt; ul.sticky.is-stuck.is-collapsed {
    height: 2.5rem;
    background-color: #44557A;   
    border-bottom: 2px solid #F6FCFE; 
}

.sidenav-container &gt; .cell:first-child &gt; ul.is-collapsed &gt; li {
    display: none;
}

.sidenav-container &gt; .cell:first-child &gt; ul.is-stuck.is-collapsed &gt; li.is-active {
    display: block;
    text-align: center;
    /* #334 padding: 0px !important; seemed to shrink content closer to active link */
}

.sidenav-container &gt; .cell:first-child &gt; ul.is-stuck.is-collapsed &gt; li.is-active a {
    display: block;
}

.sidenav-container &gt; .cell:first-child &gt; ul.sticky.is-stuck.is-expanded {
    height: auto;
    background-color: #F6FCFE;
    border-bottom: 1px solid #44557A;
}

.sidenav-container &gt; .cell:first-child &gt; ul.is-expanded &gt; li {
    display: list-item;
    text-align: left;   
    font-size: 18px;
}

.sidenav-container &gt; .cell:first-child &gt; ul &gt; li &gt; a {
    text-decoration: none;
}


.sidenav-container &gt; .cell:first-child &gt; ul.is-expanded &gt; li a {
    display: block;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 10%;
    font-size: 18px;
    color: #44557A;
}

.sidenav-container &gt; .cell:first-child &gt; ul.is-expanded &gt; li h6 {
    padding-top: 2rem;
    padding-left: 10%;
}

.sidenav-container &gt; .cell:first-child &gt; ul.is-expanded .close {
    position: absolute;    
    top: 0px;
    right: 0px;

    display: block;
    

    margin-right: 10%;
    margin-top: 1rem;

    font-size: 32px;
}

.sidenav-container &gt; .cell:first-child &gt; ul.is-expanded .close &gt; .fa-chevron-up {
    display: inline-block;
}
.sidenav-container &gt; .cell:first-child &gt; ul.is-expanded .close &gt; .fa-circle-chevron-up {
    display: none;
}

.sidenav-container &gt; .cell:first-child &gt; ul.is-expanded a.close:hover {
    color: red !important;
}

.sidenav-container &gt; .cell:first-child &gt; ul.is-expanded a.close:hover &gt; .fa-chevron-up {
    display: none;
}
.sidenav-container &gt; .cell:first-child &gt; ul.is-expanded a.close:hover &gt; .fa-circle-chevron-up {
    display: inline-block;
}


.sidenav-container &gt; .cell:first-child &gt; ul.sticky.is-stuck.is-collapsed a {
    color: #F6FCFE;
}

.sidenav-container &gt; .cell:first-child &gt; ul.sticky.is-stuck.is-collapsed a:after {
    position: absolute;
    right: 2rem;
    top: 0.55rem;

    content: '\f078';

    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    font-weight: 900;
    color: #F6FCFE;
}



.sidenav-container &gt; .cell:first-child &gt; ul &gt; li .button {
    display: none !important;
}

.sidenav-container &gt; #content.cell h2 {
    padding-top: 35px !important;
    padding-bottom: 0px;
}

.sidenav-container &gt; #content.cell {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 80px;
}



@media print, screen and (min-width: 64em) {
    .sidenav-container {
        margin-top: 75px;
        margin-right: 70px;
    }

    .sidenav-container &gt; .cell:first-child &gt; ul.sticky.is-stuck {
        margin-top: 7em !important;
    }
    .sidenav-container &gt; .cell:first-child &gt; ul.sticky.is-stuck.is-collapsed {
        height: auto;
        background: transparent;
    }

    .sidenav-container &gt; .cell:first-child {
        padding-left: 2vw;
    }

    .sidenav-container &gt; .cell:first-child &gt; ul {
        list-style: none;
        padding-bottom: 0rem;
    }

    .sidenav-container &gt; .cell:first-child &gt; ul &gt; li,
    .sidenav-container &gt; .cell:first-child &gt; ul.sticky.is-anchored li,
    .sidenav-container &gt; .cell:first-child &gt; ul.is-collapsed li {
        display: list-item;
        margin-left: 1.25rem;
        padding: 0px 0px 0px 0px; /* Higher padding pushes button and related tours off bottom of screen on laptop */

        font-size: 16px;
        text-align: left;
    }

    @media screen and (min-height: 46em) {
        .sidenav-container &gt; .cell:first-child &gt; ul &gt; li,
        .sidenav-container &gt; .cell:first-child &gt; ul.sticky.is-anchored li,
        .sidenav-container &gt; .cell:first-child &gt; ul.is-collapsed li {
            padding: 5px 0px 5px 0px; /* Higher padding pushes button and related tours off bottom of screen on laptop */

        }
    }

    @media only screen and (max-width: 84.563em) { 
        .sidenav-container &gt; .cell:first-child &gt; ul,
        .sidenav-container &gt; .cell:first-child &gt; ul.sticky.is-anchored,
        .sidenav-container &gt; .cell:first-child &gt; ul.is-collapsed  {
            line-height:1.3; /* Was 1.4 */
        }
        .sidenav-container &gt; .cell:first-child &gt; ul &gt; li,
        .sidenav-container &gt; .cell:first-child &gt; ul.sticky.is-anchored li,
        .sidenav-container &gt; .cell:first-child &gt; ul.is-collapsed li {
            padding: 1px 0px 1px 0px; /*Changed from 5px 0px 5px 0px; */
        }
    }

    .sidenav-container &gt; .cell:first-child &gt; ul &gt; li &gt; a:not(.close),
    .sidenav-container &gt; .cell:first-child &gt; ul.sticky.is-stuck.is-collapsed a:not(.close) {
        display: block;
        color: #44557A;
        text-align: left;
    }

    .sidenav-container &gt; .cell:first-child &gt; ul &gt; li &gt; a:not(.button)::before,
    .sidenav-container &gt; .cell:first-child &gt; ul.sticky.is-collapsed &gt; li &gt; a:not(.button)::before {
        font-family: "Font Awesome 6 Pro";
        font-size: 1.5rem;
        font-weight: 100;
        content: '\f138';
        margin-right: 1rem;
        bottom: -0.2rem;        
        position: relative;
    }

    .sidenav-container &gt; .cell:first-child &gt; ul &gt; li &gt; a:hover:not(.button)::before,
    .sidenav-container &gt; .cell:first-child &gt; ul.sticky.is-stuck.is-collapsed a:hover:not(.button)::before {
        font-weight: 900;
    }

    .sidenav-container &gt; .cell:first-child &gt; ul.is-stuck.is-collapsed &gt; li.is-active a:not(.close) {
        font-weight: bold;
    }
    .sidenav-container &gt; .cell:first-child &gt; ul &gt; li.is-active a:not(.close)::before,
    .sidenav-container &gt; .cell:first-child &gt; ul.sticky.is-collapsed &gt; li.is-active &gt; a:not(.button)::before {
        font-weight: 900;
    }

    .sidenav-container &gt; .cell:first-child &gt; ul &gt; li a:hover {
        font-weight: bold;
    }
    .sidenav-container &gt; .cell:first-child &gt; ul &gt; li a.button:hover {
        font-weight: normal;
    }

   /* .sidenav-container &gt; .cell:first-child &gt; ul.sticky &gt; li &gt; a:not(.button):hover::after {
        content: '\2193' !important;
        font-weight: bold;
        float: right !important;

        margin-right: 30px !important;
    }*/

    .sidenav-container &gt; #content.cell {
        border-left: 1px solid #44557A;
    }


    .sidenav-container &gt; #content.cell h2 {
        padding-top: 60px !important;
        padding-bottom: 0px;
    }

    .sidenav-container &gt; .cell:first-child &gt; ul &gt; li .button {
        display: inline-block !important;
        margin-bottom: 80px;
        /* margin-top: 10px; */
    }
    @media only screen and (max-width: 84.563em) { 
        .sidenav-container &gt; .cell:first-child &gt; ul &gt; li .button {
            margin-top: 10px;
        }
    }
    .sidenav-container &gt; .cell:first-child .close {
        display: none;
    }
}

@media print, screen and (min-width: 90em) {
    
    /* 31-03-25 Comment Doc - We want less padding on the left (between vertical line and content) 
    .sidenav-container &gt; #content.cell {
        padding-left: 10%;
        padding-right: 10%;
    }*/

    .sidenav-container &gt; .cell:first-child {
        padding-left: 4vw;
    }
}


/** Trip Highlights **/

.highlights ul {
    margin-left:10px;
}

/** Itinerary Intro **/

div.grid-x.itinerary img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

div.grid-x.itinerary ul {
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-right: 40px;
    padding-left: 40px;
}

div.grid-x.itinerary ul &gt; li {
    padding-top: 30px;
}

div.grid-x.itinerary h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Manrope', sans-serif;
}

div.grid-x.itinerary p {
    font-size: 14px;
    margin-bottom: 0.3rem;
}

div.grid-x.itinerary p em {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
}


/** Itinerary Accordion **/
ul.accordion.itinerary {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 20px;

    border-top: 2px solid #cecece;
}

ul.accordion.itinerary .accordion-title {
    text-decoration: none;
}

ul.accordion.itinerary .accordion-title:hover {
    font-weight: normal;
}

ul.accordion.itinerary .accordion-title em {
    font-weight: bold;
    font-style: normal;
    min-width: 7.8rem;
    border-right: 1px solid #44557A;
    padding-right: 15px;
    margin-right: 10px;
    
}

ul.accordion.itinerary .accordion-title span {
    font-weight: normal;
    font-style: normal;

    border-left: 1px solid #44557A;
    padding-left: 15px;
    margin-left: 10px;
    
}
ul.accordion.itinerary .accordion-title i {
    margin-right: 7px;
    
}

@media screen and (min-width: 64em) {
    
    ul.accordion.itinerary .accordion-title em {
        display: inline-block;
        min-width: 8rem;
        
        padding-right: 25px;
        margin-right: 20px;
    }

    ul.accordion.itinerary .accordion-title span {
        padding-left: 25px;
        margin-left: 20px;
    }
}

ul.accordion.itinerary .fa-golf-flag-hole {
    color: #4A7A55;
}

ul.accordion.itinerary .fa-binoculars {
    color: #333;
}

/** Pricing Section **/
.pricing {
    margin-top: 3rem;
}

.pricing &gt; .cell:first-child &gt; img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.pricing .details {
    padding-top: 1.5rem;
}

.pricing .details h3 {
    margin-bottom: 1.5rem;
}

.pricing .details:first-child {
    margin-top: 0rem;
}

.pricing &gt; .cell:nth-child(2) &gt; p {
    margin-top: 1rem;
}

.pricing .details ul &gt; li &gt; span {
    display: inline-block;
    width: 35px;
}

.pricing .details ul &gt; li {
    padding: 1px 0px 1px 0px;
}

.pricing .details ul:not(:first-of-type) &gt; li {
    padding: 0px 0px 0px 0px;
}

.pricing .details ul:not(:first-of-type) &gt; li &gt; span {
    width: 6.5rem;
}

.pricing .button-bar {
    text-align: right;
    margin-top: 2.5rem;
}

.pricing .button-bar &gt; .button:last-of-type {
    margin-right: 0px;
}

.pricing .proposal .weight-medium {
    padding-top: 0.75rem;
}

ul.accordion.cruise-price2 .accordion-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

ul.accordion.cruise-price .accordion-title em {
    display: inline-block;
    font-weight: bold;
    font-style: normal;

    border-right: 1px solid #44557A;
    padding-right: 10px;
    margin-right: 10px;
    
    min-width: 15%;
}


/************************
 * Cruise Price second version
 */
ul.accordion.cruise-price2 .accordion-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

ul.accordion.cruise-price2 .accordion-title em {
    flex: 0 1;
    font-weight: bold;
    font-style: normal;
}

ul.accordion.cruise-price2 .accordion-title span {
    flex: 1 0;
    text-align: right;

    padding-right: 3rem;
}


.button[data-radio][data-selected="1"],
.button[data-radio][data-selected="true"] {
    background-color: #44557A !important;
    color: #F6FCFE !important;
}

.price-summary {
    margin-top: 2rem;
    vertical-align: middle;
    border: 1px solid #44557A;
}

.price-summary h3 {
    font-family: 'Manrope', sans-serif;
    vertical-align: middle;
}

.price-summary &gt; .cell:first-of-type &gt; h4 {
    margin-top: 0.5rem;
    margin-bottom: 0rem;
}

.price-summary &gt; .cell:not(:last-child) {
    padding: 1.5rem;
    background-color: #44557A;
    color: #F6FCFE;
}

.price-summary &gt; .cell:not(:last-child) h4 {
    vertical-align: middle;    
    color: #F6FCFE;
    font-size: 20px; 
    font-weight: 500;
}

@media only screen and (max-width: 46.563em) {
    .price-summary &gt; .cell:not(:last-child) h4 {
    margin-top: 0px;
    } 
}

@media only screen and (min-width: 46.563em) {
    .price-summary &gt; .cell:not(:last-child) .button {
    margin-bottom: 0px;
    } 
}

@media only screen and (max-width: 46.563em) {
    .price-summary &gt; .cell:not(:last-child) .success {
    margin-bottom: 0px;
    } 
}

.price-summary &gt; .cell:not(:last-child) p {
    margin-bottom: 0px;
    font-size: 16px;
}

.price-summary &gt; .cell:last-child {
    padding: 1rem;
}

.price-summary &gt; .cell:last-child ul {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    padding-left:10px;
}

.price-summary .your-selection {
    display: none;
}

.price-summary .your-selection.not-selected {
    display: list-item;
    font-weight: bold;
}

.price-summary .your-selection.package-selection {
    display: none;
}


/** END Cruise Price second version **/

@media print, screen and (min-width: 64em) {
    .pricing &gt; .cell:last-child {
        padding: 1rem;
    }

    .pricing .details,
    .pricing .details:first-child {
        margin-top: 1.5rem;
    }

    .pricing &gt; .cell:nth-child(2) &gt; p {
        margin-top: 3rem;
    }

    .pricing .proposal .weight-medium {
        padding-top: 0rem;
    }
}

@media only screen and (max-width: 46.563em) {
    .pricing .details,
    .pricing .details:first-child {
        margin: 1rem;
    }
    .pricing .details .button {max-width:92%;}
}


.pricing .details p {
    margin-bottom: 0px;
}

.pricing .details &gt; p:first-of-type {
    font-size: 11px;
}

.pricing .button {
    margin-right: 1.5rem;
}

/** Inclusion Section **/

.inclusion &gt; .cell {
    padding: 0px;
}
.inclusion h4 {
    font-weight:400;
    margin-bottom:0px;
}
.inclusion ul {
    padding-left:6px;
}

.inclusion h6 {
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    font-size: 70%;
    text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
    .inclusion &gt; .cell {
        padding: 0% 5%;
        padding-bottom: 0px;
    }

    .inclusion &gt; .cell.cell:nth-child(odd) {
        padding-left: 0px;
    }
}



/** Destinations Pages **/
.fontmanrope {font-family:'Manrope', sans-serif!important;}


.dest-intro {
    font-size:28px;
    padding-right:70px;

}
@media only screen and (max-width: 95em) {
    .dest-intro {
        font-size:22px;
    }
}
@media only screen and (max-width: 46.563em) {
    .dest-intro {
        font-size:18px;
        padding-right: 15px;
       /* margin-right: -25px; */
        padding-bottom:40px;
    }
}
.borderpanel {
    margin:128px 0px 60px 20px;
    border:solid 1px #44557A;
    padding:25px 25px 40px 25px;
}
@media only screen and (max-width: 46.563em) {
    .borderpanel {
        margin:0px 0px 40px 0px;
    }
}
.borderpanel-name {
    padding-top:15px;
}
.borderpanel-title {
    font-size:13px;
    font-weight:500!important;
    text-transform:uppercase;
}

.btdownicon {
    margin-left:6px;
}
.darkbluesection {
    background-color:#44557A;
    padding-top:70px; /* were both 128px 16.6.25*/
    padding-bottom:70px;
}
.darkbluesection h2 {
    color: #F6FCFE!important;
}
.darkbluesection h3 {
    color: #F6FCFE!important;
    font-size:28px;
}
.darkbluesection p {
    color: #F6FCFE;
    font-weight:normal;
    line-height:175%;
    font-size:20px;
}
.darkbluesection a:link, .darkbluesection a:visited {
    color: #F6FCFE;
    text-decoration: underline;
}
.darkbluesection a:hover, .darkbluesection a:active {
    color: #F6FCFE!important;
    text-decoration:underline;
    font-weight: 600;
}
@media only screen and (max-width: 46.563em) {
    .darkbluesection h2 {
        font-size:36px;
    }
}
/* GENERIC PAGE STYLES */

.triphighlights { /* DM ADDED: 13-12-2024 */
    margin-top:-60px!important;
}

.content-area {
    margin: 0 auto; 
    max-width:1280px;
}
.content-area h1 {
    text-align:center;
}
.content-area h2 {
    text-align:center;
    padding-top:70px;
}
.content-area h3 {
    text-align:center;
    padding-top:50px;
}

#further-information-links { /* Used in about us sections */
    padding-bottom:120px;
}

.further-information-links {
    margin:0 auto;
    max-width:800px;
    margin-top:30px;
    border-top: solid 1px #44557A!important;
}
.further-information-links a {
    display:block;
    width:100%;
    padding: 30px 15px;
    border-bottom: solid 1px #44557A!important;
    text-align:left;
}
.testimonial-text {
    background-image: url(/media/images/icons/quote.svg);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 90px;
    padding-bottom: 30px;
}
.testimonial-name {
    text-transform:uppercase;
    padding-left: 90px;
    font-weight: 500;
}
.uppercase {text-transform:uppercase;}
.bullets {font-size:16px;} /* Used in Products - Trip Highlights */
/* ARROWS */
a .arrowwtw {
	float: right;
	width: 55px;
	height: 55px;
	background-image: url(/assets/images/wtw55.png);
    /* colours work from outside in so wtw55 is Whiteborder Transbkg Whitechevron 55px */
}

a:hover .arrowwtw {
	background-image: url(/assets/images/wbw55.png);
}

a .arrowbtb {
	float: right;
	width: 55px;
	height: 55px;
	background-image: url('/assets/images/btb55.png');
}

a:hover .arrowbtb {
	background-image: url('/assets/images/wbw55.png');
}

a .stdarrow {
	/* display: inline-block; ... an issue with VSc saying this is ignored because of float */
	float: right;
	width: 46px;
	height: 46px;
	background-image: url(/assets/images/btarrow.png);
}

a:hover .stdarrow {
	background-image: url(/assets/images/roundbtarrow-over.png);
}
a .stdarrowsml {
	/* display: inline-block; ... an issue with VSc saying this is ignored because of float */
	float: right;
	width: 30px;
	height: 30px;
	background-image: url(/assets/images/btarrow30.png);
}

a:hover .stdarrowsml {
	background-image: url(/assets/images/roundbtarrow-over30.png);
}
#destinations-tiles img {
    padding:5px;
}
#destinations-tiles h4 {
    max-width:372px;
    padding:5px 15px;
}

.accordion-content .fa-golf-flag-hole {padding-right:5px;}
.accordion-content .fa-binoculars {padding-right:5px;}
.accordion-content .fa-bed {padding-right:5px;}
.accordion-content .fa-plane-arrival {padding-right:9px;}
.accordion-content .fa-plane-departure {padding-right:9px;}

/* NEW ITINERARY ICON COLOURS AND SPACING */
/*Change below to .accordion-content when going live */
.fa-test .fa-plane-arrival {padding-right:9px;color:#44557A!important;}
.fa-test .fa-plane-departure {padding-right:9px;color:#44557A!important;}
.fa-test .fa-wine-glass {padding-right:19px;color:#DD0000!important;}
.fa-plate-utensils {padding-right:7px;color:#800000!important;}
.fa-test .fa-golf-flag-hole {color:#008000!important;}
.fa-test .fa-binoculars {color:#9FE0FF!important;}
.fa-test .fa-bed {color:#7381A1!important;}

@media only screen and (max-width: 95em) {
    #destinations-tiles h4  {
        font-size:19px;
    }
}

#destinations-tiles .stdarrow {
    margin-top:-5px;
}

@media only screen and (max-width: 46.563em) {
    #destinations-tiles h4 {
        font-size:15px;
    }
    #destinations-tiles .stdarrow {
        margin-top:-10px;
    }
    #destinations-tiles .stdarrowsml {
        margin-top:-5px;
    }
}



/*****************************************
 * Trip Map
 */

 /* Map 1 */
 .map-itinerary {
    width: 150px;
    background-color: #44557A;
    border-radius: 8px;
    color: #F6FCFE;
    font-size: 14px;
    position: relative;

    box-shadow: 0px 0px 8px #2f2f2fce;
  }
  .map-itinerary.golf {
    background-color: green;
  }

  .map-itinerary::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #44557A;
  }
  .map-itinerary.golf::after {
    border-top: 8px solid green;
  }

  .map-itinerary img {
    width: 150px;
    height: auto;
    border-radius: 8px 8px 0px 0px;
  }

  .map-itinerary div {
    padding: 0.5rem;
  }

  .map-itinerary div p {
    margin: 0px;
  }

  .map-itinerary div .title {
    font-weight: bold;
  }

  /* Map 2 */
  .map2-marker {
    position: relative;
    font-size: 10px;
    width: 14px;
    height: 14px;
    border-radius: 50%;

    
    margin-bottom: -7px;

    background-color: #44557A;
    color: #F6FCFE;

    box-shadow: 0px 0px 8px #2f2f2fce;
  }

  .map2-marker.golf {
    font-size: 10px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    padding: 1.5px 0px 4px 3.5px;

    background-color: #4A7A55;

  }
  .map2-marker.lodging {
    background-color: #44557A;
    padding: 4px 0px 4px 6px;
  }

  .map2-direction {
    position: relative;

    background: transparent;
    color: #44557A;
    font-size: 14px;
    bottom: -8px;
  }

  .map2-label {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
  }

  .map2-label span {
    display: none;
  }

  .map2-label &gt; div {
    /*padding: 2px 4px 2px 4px;*/
    /*background-color: #F6FCFE80;*/
    /*border-radius: 5px;*/
    /*box-shadow: 0px 0px 8px #2f2f2fce;*/
    /*background: transparent;*/
    font-weight: 500;
    font-size: 115%;
  }

  .map2-label &gt; div &gt; span {
    color: #747474;
  }

  .map2-label &gt; div &gt; em {
    font-size: 13px;
    font-family: 'Marcellus', sans-serif;
    font-style: normal;
    font-weight: 900;
  }

  .gm-style .transit-container div,
  .poi-info-window div {
    background-color: #44557A !important;
    color: #F6FCFE !important;
  }

  .poi-info-window a:link {
    display: none;
  }

  .gm-ui-hover-effect &gt; span {
    background-color: #F6FCFE !important;
  }

  .gm-style .gm-style-iw-d {
    overflow: hidden !important;

    padding-right:12px;
    padding-bottom:12px;
  }

  .gm-style .gm-style-iw-d h6 {
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
    font-size: 16px;
  }

  .gm-style .gm-style-iw-d a {
    color: #F6FCFE;
  }

  .gm-style .gm-style-iw-c {
    background: #44557A;
    color: #F6FCFE;
  }

  .gm-style .gm-style-iw-c em {
    font-family: 'Marcellus', sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 900;
  }

  .gm-style .gm-style-iw-tc::after {
    background: #44557A;
  }


  /*********************************
   * Trip Finder
   *
   **/

.extra-large-button {
    margin-top: 1rem;
    width: 100%;
}

@media screen and (min-width: 93.75em) {

    .extra-large-button {
        margin-top: 0rem;
        width: auto;
    }

    .extra-large-text-right {
        text-align: right;
    }

    .grid-x &gt; .extra-large-4 {
        width: 33.33333%;
    }

    .grid-x &gt; .extra-large-6 {
        width: 50%;
    }

    .grid-x &gt; .extra-large-8 {
        width: 66.66666%;

    }
}

.tripfinder-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.tripfinder-container &gt; div:first-child {
    display: none;
}

.tripfinder-container &gt; div:not(:first-child) {
    flex: 100% 1 1;

    margin-top: 1rem;
}

.tripfinder-container &gt; div:not(:first-child) &gt; h1:first-of-type {
    display: none;
    font-size: 2vw; 
    padding:30px 18px 0px 18px;
}

.tripfinder-container &gt; div:not(:first-child) #content &gt; h1 {
    display: block;
    font-size: 8vw;
    padding: 0.5rem 0rem 0rem 0.75rem;
}

@media print, screen and (min-width: 40em) {
    .tripfinder-container &gt; div:not(:first-child) #content &gt; h1 {
        font-size: 4.5vw;
    }

}

@media print, screen and (min-width: 64em) {
    .tripfinder-container &gt; div:not(:first-child) #content &gt; h1 {
        font-size: 3.5vw;
    }
}

/* Val's body size is 1351px */
@media print, screen and (min-width: 50em) {
    .tripfinder-container &gt; div:first-child {
        display: block;
        flex: 18vw 1 1;

        padding: 1rem 0.3rem 1rem 0rem;
    }

    .tripfinder-container &gt; div:not(:first-child) {
        flex: 82vw 1 1;

        border-left: 1px solid #44557A;
    }

    .tripfinder-container &gt; div:not(:first-child) &gt; h1:first-of-type {
        display: block;
    }

    .tripfinder-container &gt; div:not(:first-child) #content &gt; h1 {
        display: none;
    }
}

@media print, screen and (min-width: 90em) {
    .tripfinder-container &gt; div:first-child {
        padding: 1rem;
    }
}




.tripfinder-container .tripfinder-results {
    margin: 0.5rem 0rem 0rem 1rem;
}

.tripfinder-container .product-list {
    margin-left: 1.5%;
    margin-right: 1.5%;
    color: #44557A !important;
    padding-bottom:128px; /* as per #249 */
}


.tripfinder-container &gt; div:not(:first-child) &gt; nav {
    margin-left: 1rem;
    display: block;
}

.tripfinder-container &gt; div:not(:first-child) &gt; nav ul {
    margin-bottom: 0px;
}

.tripfinder-container &gt; div:not(:first-child) &gt; nav li,
.tripfinder-container &gt; div:not(:first-child) &gt; nav li::after,
.tripfinder-container &gt; div:not(:first-child) &gt; nav a {
    font-size: 0.75rem;
}


@media print, screen and (min-width: 50em) {

    .tripfinder-container h1 {
        display: block;
    }

    .tripfinder-container &gt; div:not(:first-child) &gt; nav {
        display: none;
    }    
}


.menu.tripfinder a::before {
    display: none;
}


.menu.tripfinder {
    width: 100%;
    margin-right: 1rem;
    margin-left: 0px;
    padding: 0px 0px 0px 0px;

    background: transparent;
}

.menu.tripfinder ul {
    width: 100%;
}

.menu.tripfinder &gt; li:last-child {
    text-align: center;
    margin-top: 1rem;
}


#mobileFilterMenu .menu.tripfinder {
    margin-right: 0px;
}

#mobileFilterMenu .menu.tripfinder li &gt; a {
    padding-left: 3vw !important;
    padding-right: 1vw !important;
}


#mobileFilterMenu .menu.tripfinder li &gt; div {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
}

.tripfinder-container &gt; div:first-child ul {
    list-style-type: none !important;
}

  .menu.tripfinder a &gt; span {
    display: none;
    position: absolute;
    right: 2rem;
    top: 0.3rem;

    width: 28px;
    padding: 5px 0px 5px 0px;

    text-align: center;
    background-color: #CBEFFF;
    border-radius: 5px;
  }

@media screen and (min-width: 96em) {
    .menu.tripfinder a &gt; span {
        display: inline;
    }
}

  .menu.tripfinder li.js-drilldown-back &gt; a &gt; span {
    right: 5px;
    color: #45577A;
  }

  .menu.tripfinder ul {
    margin-left: 0px;
  }

  .menu.tripfinder li {
    margin-left: 0px !important;
    padding: 0px !important;
  }

  .menu.tripfinder li &gt; a,
  .menu.tripfinder li &gt; span {
    color: #44557A;
    font-size: 16px;
    border-bottom: solid 1px #D7D7D7;
    padding: 0.6rem 0px 0.6rem 0.5rem;

    background: transparent;
  }

  .menu.tripfinder li &gt; a &gt; input[type="checkbox"],
  .menu.tripfinder li &gt; span &gt; input[type="checkbox"] {
    border: 1px solid #44557A;
  }

  .menu.tripfinder li &gt; a &gt; input[type="checkbox"]:checked,
  .menu.tripfinder li &gt; span &gt; input[type="checkbox"]:checked {
    background-color: #44557A;
    accent-color: #44557A;
  }


  .menu.tripfinder li &gt; span &gt; input[type="checkbox"] {
    background-color: #44557A90;
    accent-color: #44557A90;

    border: 1px solid #44557A60;
  }


  .menu.tripfinder li &gt; span {
    display: block;
    color: #44557Aa0;
    font-size: 75%;
  }

  .menu.tripfinder &gt; li:last-of-type &gt; a {
    border-bottom: none;
    font-size: 85%;
  }

  .menu.tripfinder ul &gt; li a {
    font-size: 75%;
  }

  .menu.tripfinder.drilldown .is-drilldown-submenu-parent&gt;a::after { 
    display: block;
    position: absolute;

    top: 5px;
    right: 0px;

    width: 0px;
    height: 0px;

    margin-top: 0px;
    padding-right: 20px;

    /* comment #333 content: '&gt;'; */
    content: '&gt;'; 
    
    color: #44557A;
    
    font-weight: 500;
    font-size: 24px;
    
    border: 0px;

  }


  .menu.tripfinder a.disabled {
    cursor: auto;
    pointer-events: none;
    color: #44557Aa0;
  }

  .menu.tripfinder a.disabled::after,
  .menu.tripfinder.drilldown .is-drilldown-submenu-parent&gt;a.disabled::after {
    display: none;
  }
 

  .menu.tripfinder li.js-drilldown-back {
    background-color: #44557A;
    color: #ECF3F7;
  }
  .menu.tripfinder li.js-drilldown-back &gt; a { 
    border-bottom: none;
    margin-left: 20px;
    color: #ECF3F7;
    font-size: 100%;
  }
  .menu.tripfinder.drilldown .js-drilldown-back&gt;a::before {
    display: block !important;
    position: absolute !important;

    top: 5px;
    left: 5px;

    width: 0px;
    height: 0px;

    margin-top: 0px;
    padding-right: 20px;

    font-family: 'Manrope', sans-serif !important;

    /* comment #333 content: '+'  !important; */
    content: '&lt;'  !important;

    color: #ECF3F7;

    font-weight: 500;
    font-size: 24px;
    border: 0px;
}

.menu.tripfinder li &gt; .grid-x .cell &gt; div {
    margin: 0.1rem; 

    padding: 0.75rem 0rem 0.75rem 0rem;
    border: 1px solid #cecece;

    text-align: center !important;
}

.menu.tripfinder li &gt; .grid-x .cell &gt; div &gt; a {
    padding: 0px;
    background: transparent !important;
    text-align: center !important;
}

.menu.tripfinder li &gt; .grid-x .cell &gt; div.filtered {
    background-color: #CBEFFF;
}

.menu.tripfinder li &gt; .grid-x .cell &gt; div:not(.filtered) &gt; span {
    display: block;
    color: #44557Aa0;
    font-size: 75%;
    line-height: 1;

    padding: 0px;
    background: transparent !important;
    text-align: center !important;
}

.menu.tripfinder li.filtered &gt; a {
    background-color: #CBEFFF;
    padding: 0.4rem 0px 0.4rem 0.5rem;
    margin: 0.3rem 0px 0.3rem 0rem;

    border-bottom: none;

    font-weight: bold;
}

.menu.tripfinder li.filtered &gt; a::after {
    position: absolute;

    right: 0.5rem;

    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    letter-spacing: normal;
    opacity: 0.75;

    content: '\f057';
}

.menu.tripfinder li &gt; a &gt; input[type="checkbox"],
.menu.tripfinder li &gt; span &gt; input[type="checkbox"] {
    margin-right: 0.75rem;
    cursor: pointer;

    pointer-events: none;
}


.tripfinder-container .breadcrumbs {
    margin-bottom: 0.2rem;
}

.tripfinder-container div:first-child li h4 {
    margin-bottom: 0rem;
}

.menu.tripfinder li.js-drilldown-back {
    margin-bottom: 0.2rem;
}

@media screen and (min-height: 45.25em) {
    
    .tripfinder-container .breadcrumbs {
        margin-bottom: 1rem;
    }

    .tripfinder-container div:first-child li h4 {
        margin-bottom: 1rem;
    }

    .menu.tripfinder li.js-drilldown-back {
        margin-bottom: 1rem;
    }
    
}



#mobileFilterMenu {
    background-color: #F6FCFE;

    height: 40vh;
}


.tripfinder-header:has(+ .tripfinder-filter-offcanvas) .close {
    display: none !important;
}

.tripfinder-header:has(+ .tripfinder-filter-offcanvas &gt; .is-open) .close {
    display: inline-block !important;
}

.tripfinder-header:has(+ .tripfinder-filter-offcanvas) &gt; .tripfinder-clear-tags &gt; div &gt; div {
    display: flex !important;
}

.tripfinder-header:has(+ .tripfinder-filter-offcanvas &gt; .is-open) &gt; .tripfinder-clear-tags &gt; div &gt; div {
    display: none !important;
}


  .tripfinder-clear-tags {
    background-color: #F6FCFE;
    border-bottom: 1px solid #cecece;
    padding-bottom: 0.75rem;
    padding: 1rem;

    width: 100vw;

    scroll-snap-type: x mandatory;
    text-wrap: nowrap;

    overflow: auto;

  }

  .tripfinder-clear-tags &gt; div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

  }

  .tripfinder-clear-tags &gt; div &gt; button {
    display: inline-block;
    height: 50px;
    margin-right: 1.5rem;

    border: 1px solid #44557A;
    padding: 10px;

    color: #44557A;
    font-weight: bold;

    cursor:pointer;
  }

  .tripfinder-clear-tags &gt; div &gt; button::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;

    content: '\f078';

    margin-left: 0.5rem;
  }
  .tripfinder-clear-tags &gt; div &gt; button[aria-expanded="true"]::after {
    content: '\f077';
  }

  .tripfinder-clear-tags &gt; div &gt; button &gt; span {
    display: none;
    width: 28px;
    margin-left: 10px;
    padding: 5px 0px 5px 0px;

    text-align: center;
    background-color: #CBEFFF;
    border-radius: 5px;
  }

  .tripfinder-clear-tags &gt; div &gt; a.close {
    margin-left: auto;
    margin-right: 0px;

    height: 50px;

    border: none;
    padding: 10px;

    background-color: #F6FCFE !important;
    color: #44557A !important;
    font-weight: bold;
    text-decoration: none;

    cursor:pointer;
  }

  .tripfinder-clear-tags &gt; div &gt; a.close::before {
    left: 0.5rem;
    padding-right: 0.5rem;

    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    letter-spacing: normal;

    content: '\f057';
  }

  .tripfinder-clear-tags &gt; div &gt; button.close::after {
    display: none;

  }

  .tripfinder-clear-tags &gt; div &gt; button.clear-filters {
    color: #cc0000;
  }

  .tripfinder-clear-tags &gt; div &gt; button.clear-filters &gt; i {
    margin-right: 0.5rem;
  }

  .tripfinder-clear-tags &gt; div &gt; button.clear-filters::after {
    display: none;
  }


  .tripfinder-clear-tags &gt; div &gt; div {
    padding-top: 0.5rem;
  }

  .tripfinder-clear-tags &gt; div &gt; div &gt; a {
    display: inline-block;
    margin: 0px 0.4rem 0.5rem 0.4rem;
    padding: 0.2rem 0.75rem 0.2rem 0.75rem; 
    border-radius: 1rem;

    background-color: #CBEFFF;
    text-decoration: none;
  }

  .tripfinder-clear-tags &gt; div &gt; div &gt; a &gt; i {
    margin-left: 0.75rem;
    opacity: 0.75;
  }


  #tripfinderLoadMore &gt; span {
    text-align: center;
    display: none;
  }

  #tripfinderLoadMore &gt; span:first-child {
    display: inline-block;
  }

  #tripfinderLoadMore.active &gt; span {
    display: inline-block;
  }

  #tripfinderLoadMore.active &gt; span:first-child {
    display: none;
  }


@media print, screen and (min-width: 50em) {

    .tripfinder-clear-tags {
        width: 100%;
    }

    .tripfinder-clear-tags &gt; div {
        flex-wrap: wrap;
    }

    .tripfinder-clear-tags &gt; div &gt; button {
        display: none;
    }

    .tripfinder-clear-tags &gt; div &gt; div {
        padding-top: 0rem;
        margin-top: 0rem;
        flex-wrap: wrap;
      }
    
}


  /******************************
 * Trip Finder, related tours,
 * Product listing
 */

.darkbluesection .product-list a:link, .darkbluesection .product-list a:hover {
    color: #44557A !important;
    text-decoration: none;
}


.product-panel {
    height: 100%;
    
    padding-right: 0px;
    padding-top: 1rem;
}

@media print, screen and (min-width: 64em) {

    .product-panel {
        padding-right: 5%;
        padding-top: 1rem;
    }
 
    .product-panel &gt; a &gt; .grid-x &gt; .cell:first-child {
        min-height: 95px;
    }

    .product-panel &gt; a &gt; .grid-x &gt; .cell:nth-child(3) {
        min-height: 120px;
    }
}

.product-panel &gt; a {
    width: 100%;
    height: 100%;

    background-color: #f6fcfe;
    border: 1px solid #9da8bc;
    color: #44557A !important;

    display: block;

    text-decoration: none;
}
.product-panel &gt; a:hover {
    text-decoration: none;
    font-weight: normal;
}
.product-panel &gt; a:hover span.button.success {
    background-color: #ECF3F7 !important;
}

.product-panel &gt; a &gt; img {
    width: 100%;
    height: auto;

    object-fit: cover;
}

.product-panel &gt; a &gt; .tags {
    display: flex;
    margin-left: 5%;
    transform: translateY(-50%);
}

.product-panel &gt; a &gt; .tags &gt; div {

    padding: 5px 10px 5px 10px;

    background-color: #ECF3F7;
    border: 1px solid #9da8bc;
    border-left: 0px;

    font-size: 13px;
    text-transform: uppercase;
}

.product-panel &gt; a &gt; .tags &gt; div &gt; i {
    margin-right: 8px;
}

.product-panel &gt; a &gt; .tags &gt; div:first-of-type {
    background-color: #CBEFFF;
    border-left: 1px solid #9da8bc;
}

.product-panel &gt; a &gt; .grid-x {
    padding: 5%;
}

.product-panel &gt; a &gt; .grid-x h4 {
    padding-right: 1rem;
    margin-bottom: 0px;
}
.product-panel &gt; a &gt; .grid-x h4 + p {
    font-size: 75%;
}

.product-panel &gt; a &gt; .grid-x p {
    font-size: 85%;
    margin-bottom: 0.6rem;
}

.product-panel &gt; a &gt; .grid-x p.available {
    margin-bottom: 0.2rem;

    font-weight: 600;
    text-transform: uppercase;
}

.product-panel &gt; a &gt; .grid-x p.available + p {
    margin-bottom: 1rem;
    font-size: 75%;
}

.product-panel ul.two-columns-list i {
    margin-right: 0.6rem;
}


.product-item {
    height: 100%;
    
    padding-right: 5%;
    padding-top: 1rem;
}

@media only screen and (max-width: 46.563em) {
    .product-item {
        padding-right: 0%;
    }
}

.product-item &gt; a {
    width: 100%;
    height: 100%;

    background-color: #f6fcfe;
    border: 1px solid #9da8bc;

    display: block;

    text-decoration: none;
}
.product-item &gt; a:hover {
    text-decoration: none;
    font-weight: normal;

    border: 1px solid #798292;
}


.product-item &gt; a:hover span.button.success {
    background-color: #ECF3F7 !important;
}

.product-item &gt; a &gt; img {
    width: 100%;
    height: auto;

    object-fit: cover;
}

.product-item &gt; a &gt; .tags {
    display: flex;
    margin-left: 5%;
    transform: translateY(-50%);
}

.product-item &gt; a &gt; .tags &gt; div {

    padding: 5px 10px 5px 10px;

    background-color: #ECF3F7;
    border: 1px solid #44557A;
    border-left: 0px;

    font-size: 13px; /* Changed from 15px to 13px as per #234 */
    font-weight: bold;
    text-transform: uppercase;
}

.product-item &gt; a &gt; .tags &gt; div &gt; img {
    margin-right: 0.5rem;
}

.product-item &gt; a &gt; .tags &gt; div &gt; i {
    margin-right: 8px;
}

.product-item &gt; a &gt; .tags &gt; div:first-of-type {
    background-color: #CBEFFF;
    border-left: 1px solid #44557A;

    color: #44557A;

    /* box-shadow: 0px 0px 8px #44557A; removed as per #234 */
}

.product-item &gt; a &gt; .grid-x {
    padding: 0% 5% 0% 5%;
}

.product-item &gt; a &gt; .grid-x h4 {
    padding-right: 1rem;
    margin-bottom: 0px;
}
.product-item &gt; a &gt; .grid-x h4 + p {
    font-size: 75%;
}

.product-item &gt; a &gt; .grid-x p {
    font-size: 85%;
    margin-bottom: 0.6rem;
}

.product-item hr {
    margin: 0.5rem auto;
}

.product-item ul.fa-ul {
    margin-left: 1.5em;
}

.product-item ul.fa-ul i {
    margin-right: 0.6rem;
}

.product-item ul.fa-ul li {
    font-size: 80%;
}

.product-item span.button {
    width: 100%;
}

@media screen and (min-width: 93.75em) {
    .product-item span.button {
        width: auto;
    }
}

/* DM March 2025 additions */
.highlightslist {margin-left:10px;}
.darkbluesection .product-item .list {color:#44557A!important;}
.darkbluesection .product-item .price {color:#44557A!important;}

.learnmoreform {padding:0px 7rem 128px 7rem!important;border-top:solid 1px #45577A;/*top padding was 40px 17.6.25*/}
.formsidepanel {padding-top:135px;}
@media screen and (max-width: 75em) {
        .formsidepanel {padding-top:190px;}
}
.formsidepanel div {padding:20px;margin-bottom:20px;margin-left:10%; margin-right:10%;width:95%;font-size:16px;} 
.formsidetable table {margin-bottom:0rem; }
.formsidetable tbody {margin-bottom:0rem; border:none;background-color:#44557A;}
.formsidetable td {padding:0rem; vertical-align:top;}
.forminput { padding: 17px 10px 17px 10px;}
.font20px {font-size:20px;}
.resformbutton {margin-left:0px;}
.customnavpad ol li ol li {padding-bottom:20px;}
.customnavpad2 ol li {padding-bottom:20px;}
.expanddays {text-align:right;}
.mgcloginbox {padding:10px 15px 25px 15px;}
.mgcloginbox input[type="text"] {font-size:13px;}

ul.mgc1 {
    margin-bottom: 0rem;
}

@media screen and (min-width: 64em) {
    ul.mgc1 {
        margin-bottom: 1rem;
    }
}

.g-recaptcha {
    display: inline-block;
    margin-right: 2rem;
}

.g-recaptcha+input {
    vertical-align: top;
}


#footer a:link, a:visited {
    text-decoration:none;
}
#footer a:hover, a:active {
    text-decoration:underline;
}

@media print, screen and (min-width: 64em) {
    .resformbutton {margin-left:15px;}
}

@media only screen and (max-width:85.563em) {
    .ddbutton a {font-size:0.7rem!important;}
}
@media only screen and (max-width: 46.563em) {
    .learnmoreform {padding:0rem 1.5rem 3rem 1.5rem!important;border-top:solid 1px #45577A;}
    .forminput {padding: 17px 10px 17px 10px; width:100%!important;}
    .formsidepanel {padding-top:0px;}
    .formsidepanel div {margin-left:0%; width:100%;}
    .siteformtabs li a {font-size: 11px!important;}
    .customnavpad ol li ol li, .customnavpad2 ol li {padding-bottom:0px;}
    .expanddays {text-align:left;}
    .mgcloginbox {padding:35px 15px 15px 15px;}
  
  
    ul.accordion.itinerary .accordion-title span {
        display:block;
        border-left:none;
        padding-left:0px;
        margin-left: 0px;
      /*  margin-left: calc(15% + 20px) !important; */
    };
}

.error {
    font-weight: bold;
    color: #cc0000;
}

ul.radio-selector {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;

    list-style-type: none;

    padding: 0px;
    margin: 0.2rem 0rem 0rem 0rem;
}

ul.radio-selector li {
    margin: 0px;
    padding: 0px;;
}

ul.radio-selector li label {
    display: block;
    background: white;
    color: #44557A;
    border: 1px solid #44557A;
    border-top: none;

    padding: 0.5rem 2rem;
    margin: 0px;
}
ul.radio-selector li:first-child label {
    border-top: 1px solid #44557A;
}

ul.radio-selector li label:hover {
    cursor: pointer;
}

ul.radio-selector li input[type="radio"] {
    display: none;
}

ul.radio-selector li input[type="radio"]:checked+label {
    background: #44557A;
    color: #F6FCFE;
    cursor: default;
}

ul.radio-selector li input[type="radio"]:disabled+label {
    background: #f5f4f4;
    cursor: not-allowed;
}

@media screen and (min-width: 40em) {
    ul.radio-selector {
        flex-direction: row;
    }

    ul.radio-selector li label {
        display: inline-block;
        border: 1px solid #44557A;
        border-left: none;
    }

    ul.radio-selector li:first-child label {
        border: 1px solid #44557A;
    }
}

form[name="learn-more"] select {
    background-color: white;
    color: #44557A;
}

form[name="learn-more"] select:disabled {
    background-color: #f5f4f4;
}

form[name="learn-more"] .option {
    display: block;
    background: #44557A;
    color: #F6FCFE;

    border: 1px solid #44557A;
    
    padding: 0.5rem 2rem;
    margin: 0px 0rem 0.5rem 0px;
}

@media screen and (min-width: 40em) {
    form[name="learn-more"] .option {
        display: inline-block;
        margin: 0px 0.5rem 0.5rem 0px;
    }
}

form[name="learn-more"] .option.hide {
    display: none;
}


.pagination {
	font-weight: normal;
	text-align: center;
}

.pagination .prev i,
.pagination .next i {
    font-size: 80%;
}

.pagination .prev {
	padding-right: 15px;
}
.pagination .prev i {
    margin-right: 0.35rem;
}

.pagination .next {
	padding-left: 15px;
}
.pagination .next i {
    margin-left: 0.35rem;
}

.pagination a {
    color: #44557A;
    display: inline-block;
	font-weight: normal;
}

.pagination .active {
	color: #44557A;
	font-weight: bold;
}

/******************************
 * Trip Calendar
 *****/

.table.calendar {
    margin-top: 1rem;
}

.table.calendar &gt; .cell {
    margin-bottom: 0px;
}

.table.calendar &gt; .cell:first-of-type {
    margin-bottom: 10px;

    background-color: #44557A;
    color: #F6FCFE;

    
}

.table.calendar &gt; .cell:first-of-type a {
    color: #F6FCFE;
}

.table.calendar &gt; .cell:first-of-type a:hover {
    background: transparent;
}

.table.calendar &gt; .cell:first-of-type a &gt; i {
    margin-left: 0rem;
}

.table.calendar &gt; .cell .cell {
    padding: 0.1rem 0.2rem;

    margin-top: 5px;
    margin-bottom: 5px;
}

.table.calendar &gt; .cell a {
    text-decoration: none;
}

.table.calendar &gt; .cell a:hover {
    background-color: #edf9fd;
}

.table.calendar &gt; .cell .cell img {
    position: relative;
    top: -2px;

    margin-right: 0.2rem;
}

@media screen and (min-width: 4em) {
    .table.calendar {
        margin-top: 2rem;

        font-size: 85%;
    }        
}

.menu.sitemap a {
    background: transparent;
    color: #44557A;
    border-bottom: solid 1px #D7D7D7;
}

.menu.sitemap .is-drilldown-submenu-parent&gt;a::after { 
    display: block;
    position: absolute;

    top: 5px;
    right: 0px;

    width: 0px;
    height: 0px;

    margin-top: 0px;
    padding-right: 20px;

    /* comment #333 content: '&gt;'; */
    content: '&gt;'; 
    
    color: #44557A;
    
    font-weight: 500;
    font-size: 24px;
    
    border: 0px;
  }

  .menu.sitemap li.js-drilldown-back {
    background-color: #44557A;
    color: #ECF3F7;
  }
  .menu.sitemap li.js-drilldown-back &gt; a { 
    border-bottom: none;
    margin-left: 20px;
    color: #ECF3F7;
    font-size: 100%;
  }
  .menu.sitemap .js-drilldown-back&gt;a::before {
    display: block !important;
    position: absolute !important;

    top: 7px;
    left: 5px;

    width: 0px;
    height: 0px;

    margin-top: 0px;
    padding-right: 20px;

    font-family: 'Manrope', sans-serif !important;

    /* comment #333 content: '+'  !important; */
    content: '&lt;'  !important;

    color: #ECF3F7;

    font-weight: 500;
    font-size: 36px;
    border: 0px;
}</pre></body></html>