.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:999999999;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:600px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}
.modal .content{
    padding: 20px;
    padding-top: 50px;
    width: 85%;
    margin: auto;
    padding-bottom: 50px;
}
.modal .row{
    display: table;
    width: 100%;
    margin-top: 15px;
}
.col{
    float: left;
}
.modal .col:first-child{
    width: 30%;
    text-align: right;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 15px;
}
.modal .col:last-child{
    width: 70%;
    padding-left: 30px;
    max-width: 500px;
}
.modal .travel-agent .col{
    padding: 0px;
    text-align: left;
    font-weight: normal;
    font-size: 1em;
}
.modal#newsletter-popup{
    max-width: 1000px;
	padding-bottom:0;
}
.modal#newsletter-popup h3{
	margin-top: 0 !important;
    text-align: center;
}
.modal#newsletter-popup .content {
    /* margin-left: 0; */
    /* margin-right: 0; */
	margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 100%;
    padding-top: 25px !important;
	background: url(https://www.andersonvacation.com/images/region/banner/1.jpg) no-repeat center;
    background-size: cover;
}
.modal#newsletter-popup .content label, .modal#newsletter-popup .content .col, #newslettersent .content h1, #newslettersent .content p {
	color:#fff;
	text-shadow: 0 0 10px black;
}
.modal{
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
.popup-step3__country-pointer{
    content: '';
    display: inline-block;
    background: #4b69b1;
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0px;
    cursor: pointer;
    z-index: -999;
    top: 0;
}
.popup-step3__country-pointer:after{
    content: '';
    font-family: rbold;
    right: 15px;
    position: absolute;
    margin-top: -1px;
    background-image: url(../images/sprites.png?v=1);
    background-size: 1100px 1100px;
    background-repeat: no-repeat;
    background-position: -693px -33px;
    width: 17px;
    height: 20px;
    filter: brightness(0) invert(1);
    transform: rotate(270deg);
    -moz-transform: rotate(270deg) scale(0.9);
    zoom: 0.9;
    top: 0;
    bottom: 0;
    margin: auto;
}
.customquoteform__btn-wrapper input[type=button]{
    width: 255px !important;
    padding-left: 75px !important;
}
.popup-step-3__country-wrapper{
    margin-top: 15px !important;
    position: relative;
    width: max-content;
}
.popup-step-3__additional-wrapper{
    margin-top: 50px !important;
}
.modal .country-pointer {
    z-index: -1;
    position: absolute;
    background: #4b69b1;
    height: 46px;
    width: 46px;
    right: 0;
    cursor: pointer;
}
.modal .country-pointer:after {
    content: '';
    position: absolute;
    background-image: url(../images/sprites.png?v=1);
    background-position: -695px -32px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 13px;
    top: 10px;
    transform: rotate(270deg);
    -moz-transform: rotate(270deg) scale(0.9);
    filter: brightness(0) invert(1);
    cursor: pointer;
}
.modal .country-select-wrapper {
    position: relative;
}
.modal#gotaquestion-popup, .modal#emailus-popup{
    max-width: 500px;
}
.modal#gotaquestion-popup:before{
    background-color: transparent;
}
.modal#emailus-popup:before{
    background-color: transparent;
}
.modal#emailus-popup .content, .modal#gotaquestion-popup .content{
    padding: 0px;
}
.modal .title{
    padding-top: 35px;
    width: 100%;
    color: white;
    background: rgba(2, 55, 95, 1);
    font-size: 1.5em;
    text-align: center;
    padding-bottom: 15px;
}
.modal#gotaquestion-popup .title, .modal#emailus-popup .title{
    padding-top: 20px;
}
.modal input[type="text"], .modal select, .modal input[type="tel"]{
    width: 96%;
    border: 1px solid #4b69b1;
    padding: 10px;
    /* max-width: 450px; */
    height: 45px;
}
.modal .selected{
    position: relative;
}
.modal .selected:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 45px;
    background-color: #4b69b1;
    top: 0px;
    /* left: 100%; */
    right: 0px;
}
.modal .selected:after{
    position: absolute;
    content: '';
    background-image: url(../images/sprites.png?v=1);
    background-position: -974px -115px;
    width: 20px;
    height: 15px;
    top: 17px;
    /* left: 100%; */
    right: 15px;
    margin-left: 15px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.modal input[type="button"]{
    width: 280px;
    text-align: left;
    padding-left: 95px;
    border: 0px;
    height: 37px;
    color: white;
    background: rgba(2, 55, 95, 1);
    cursor: pointer;
}
.modal form a{
    padding: 6.5px;
    margin-top: 20px;
}
.modal form a:after{
    content: '' !important;
    background: url(../images/sprites.png?v=1);
    background-size: 1100px 1100px;
    background-position: -690px -25px;
    display: inline-block;
    vertical-align: bottom;
    width: 23px;
    height: 23px;
    filter: brightness(1000%);
    zoom: 0.8;
    right: 4%;
    top: 0; bottom: 0;
    margin: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.modal form a:before{
    content: '';
    background-color: #4b69b1;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    /* left: 250px; */
    border-radius: 0px 5px 5px 0px;
}
#newsletterform .right{
    float: right;
}
#newsletterform .error{
    color: red;
    font-size: 0.9em;
}
#newsletterform a:before{
    right: -5px;
}
/* .modal input[type="radio"]{
    display: none;
} */
/* .modal input[type="radio"]+label{
    position: relative;
    margin-left: 40px;
}
.modal input[type="radio"]+label:before{
    content: '';
    position: absolute;
    border: 2px solid #ccc;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin-left: 11px;
    cursor: pointer;
    top: 3px;
    left: -40px;
}
.modal input[type="radio"]:checked + label:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
    top: 3px;
    left: -40px;
}
.modal input[type="radio"]:checked + label:after{
    content: '';
    position: absolute;
    width: 15.5px;
    height: 15.5px;
    border-radius: 100%;
    background: #4b69b1;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
    top: 7px;
    left: -24.65px;
} */
fieldset.newsletter{
    border: 0px;
    margin-top: 10px;
}
#gotaquestion-popup fieldset, #emailus-popup fieldset{
    border: 0px;
    margin-top: -15px;
}

fieldset#newslettersent{
    display: none;
    text-align: center;
}
fieldset#newslettersent .content{
    margin-top: 50px;
    margin-bottom: 50px;
}
fieldset#newslettersent h1{
    font-size: 1.7em;
    color: black;
}
.sprites.newslettersubscribe{
    background-position: -496px -147px;
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
}

/* Gotaquestion popup */
#gotaquestionform .content > div, 
#contactusform .content > div{
    padding: 10px;
}
#gotaquestionform .content > div:first-child,
#contactusform .content > div:first-child
{
    text-align: center;
}
#gotaquestionform textarea,
#contactusform textarea{
    width: 96%;
    border: 1px solid #4b69b1;
    padding: 10px;
    height: 150px;
    font-family: rregular;
}
#gotaquestionform textarea, #gotaquestionform input[type="text"],
#contactusform textarea, #gotaquestionform input[type="text"]{
    margin-top: 10px;
}
#gotaquestionform fieldset:first-child .content > div:last-child,
#contactusform fieldset:first-child .content > div:last-child{
    width: 100%;
}
#gotaquestionform a, #contactusform a{
    width: 100%;
    height: 52px;
}
.sprites.phone{
    background-position: -671px -86px;
    width: 21px;
    height: 25px;
}
#gotaquestionform .content a, #contactusform .content a{
    padding: 6.5px;
    margin-top: 30px;
    font-family: rbold;
}
#gotaquestionform .content a input[type="button"], #contactusform .content a input[type="button"]{
    width: 100%;
    padding-left: 25%;
}
#gotaquestionform .content a:after, 
#contactusform .content a:after{
    content: '' !important;
    background: url(../images/sprites.png?v=1);
    background-size: 1100px 1100px;
    background-position: -690px -25px;
    display: inline-block;
    vertical-align: bottom;
    width: 23px;
    height: 25px;
    filter: brightness(1000%);
    zoom: 0.8;
    right: 4%;
    top: 0; bottom: 0;
    margin: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
#gotaquestionform .content a:before, 
#contactusform .content a:before{
    content: '';
    background-color: #4b69b1;
    width: 50px;
    height: 52px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px 5px 5px 0px;
}

#contactusform fieldset:last-child, #gotaquestionform fieldset:last-child{
    text-align: center;
    display: none;
}
#contactusform fieldset:last-child .content, #gotaquestionform fieldset:last-child .content{
    margin-top: 50px;
}
#contactusform fieldset h1, #gotaquestionform fieldset h1{
    color: rgba(2, 55, 95, 1);
}

/* Custom quote popup */
.smallerIcon{
    zoom: 0.45;
    -moz-transform: scale(0.45);
    margin-top: -30px;
}
#customquote-popup .custom-trip{
    margin-top: 20px;
}
#customquote-popup .custom-trip .col:first-child{
    width: max-content;
    padding-top: 10px;
    height: 80px;
}
#customquote-popup .custom-trip .col:last-child{
    padding-left: 15px;
}
#customquote-popup .custom-trip .col:last-child span:last-child{
    font-size: 0.88em;
}
#customquote-popup .custom-trip .custom-trip-desc{
    display: block;
    font-size: 1.1em;
    font-weight: bold;
}
#customquote-popup .intro-page{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 37px;
    background: #fff;
    z-index: 1000;
}
.column-center{
    width: 90% !important;
    max-width: unset !important;
}
#customquote-popup .intro-page > .row{
    margin-top: 40px;
}
#customquote-popup .intro-page img{
    max-width: 320px;
    margin: 30px;
    margin-top: 20px;
    margin-left: 40px;
    width: 100%;
}
#customquote-popup .intro-page > .row > .col:first-child{
    width: max-content;
    min-width: 10%;
    position: relative;
}
#customquote-popup .intro-page .tour-name{
    font-weight: normal;
    font-size: 0.7em;
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
    max-width: 320px;
    margin-left: 40px;
    text-align: center;
    color: rgb(85, 85, 85);
}
#customquote-popup .rm-intro-btn{
    padding: 8px 12px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
}
#customquote-popup .intro-page > .row > .col:last-child{
    width: 60%;
}
#customquote-popup .intro-page .popup-title{
    font-size: 1.6em;
    font-family: rbold;
    color: #000;
}
#customquote-popup .intro-page .popup-sub-title{
    font-size: 1.3em;
    color: #000;
    margin-top: 0;
}
#customquote-popup .intro-page .rm-intro-btn{
    margin-top: 50px;
    background: #2a98d3;
}
#customquote-popup .intro-page .rm-intro-btn:hover{
    filter: brightness(110%);
}
#customquote-popup .intro-page input[type=button]{
    padding-left: 30px;
    width: 320px;
    font-size: 1.05em;
    line-height: 2;
    background: #2a98d3;
}
#customquote-popup.modal{
    max-width: 900px;
    position: relative;
}
#customquote-popup fieldset{
    border-color: transparent;
    border-width: 0px;
    max-width: 600px;
    margin: auto;
}
#customquote-popup .row{
    display: table;
    width: 100%;
}
#customquote-popup .col{
    float: left;
}
#customquote-popup .process > .col{
    width: 33.33%;
    padding: 20px;
    color: white;
    font-size: 1.3em;
    text-align: center;
    background: #cccccc;
    border: 1px solid white;
    font-family: rregular;
    font-weight: lighter;
}
#customquote-popup .process > .col:first-child{
    border-left: 0px solid transparent;
    background: rgba(2, 55, 95, 1);
}
#customquote-popup .process > .col:last-child{
    border-right: 0px solid transparent;
}
#customquote-popup .content{
    padding-top: 70px;
    position: relative;
    min-height: 390px;
}
#customquote-popup .content h1{
    font-family: rregular;
    color: black;
    text-align: center;
    font-size: 1.7em;
}
#customquote-popup .content p{
    text-align: center;
}
#customquote-popup fieldset > div{
    margin-top: 35px;
}
#customquote-popup fieldset > div > .row > .col:first-child{
    font-size: 1.0em;
}
.modal input[type="date"], .modal input[type="number"], .modal textarea{
    width: 90%;
    border: 1px solid #4b69b1;
    padding: 10px;
    height: 45px;
    font-family: rregular;
}
.modal input[type="number"]{
    max-width: 150px;
}
.modal textarea{
    height: 200px;
}
/* 
.modal [name="additional"]{
    height: 250px;
    margin-left: 30px;
    margin-top: -30px;
}
 */
.modal input[type="checkbox"]{
    width: 30px;
    height: 20px;
}
#customquote-popup a:before{
    right: -5px;
}
#customquote-popup .vacation-dates > .col{
    width: 50%;
    padding: 10px;
}
#customquote-popup .vacation-dates > .col:first-child{
    text-align: left;
    font-weight: lighter;
    font-size: 1.0em;
}
#customquote-popup .vacation-dates > .col:last-child{
    padding-left: 0px;
}
.customquoteform__btn-wrapper{
    max-width: 300px;
    width: 30%;
    margin: auto;
}
#customquote-popup form{
    margin-bottom: 50px;
}
#customquote-popup fieldset{
    margin-top: 30px;
}
#customquote-popup .checkbox-wrapper {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    padding-left: 20px;
}
#customquote-popup .checkbox-wrapper div {
    display: inline-block;
    width: 49%;
}
#customquote-popup .checkbox-wrapper div:first-child {
    text-align: left;
}
#customquote-popup .checkbox-wrapper div:last-child {
    text-align: right;
}
#customquote-popup .travelagent-wrapper{
    width: 200px;
    margin: auto;
    margin-top: 20px;
    padding-left: 20px;
}
#customquote-popup .travelagent-wrapper.newsletterSubscribe {
    width: 250px;
}
#customquote-popup .sprites.next{
    position: absolute;
    background-position: -649px -347px;
    width: 73px;
    height: 73px;
    z-index: 100;
    zoom: 0.6;
    top: 60%;
    margin-left: 95%;
    cursor: pointer;
    -moz-transform: scale(0.6);
}
#customquote-popup .sprites.prev{
    position: absolute;
    background-position: -573px -347px;
    width: 73px;
    height: 73px;
    z-index: 100;
    zoom: 0.6;
    top: 60%;
    margin-left: -5%;
    cursor: pointer;
    display: none;
    -moz-transform: scale(0.6);
}
#customquote-popup input[data-type="date"],
#customquote-popup input[type="date"]{
    position: relative;
}

#customquote-popup input[data-type="date"]:after,
#customquote-popup input[type="date"]:after{
    content: '';
    position: absolute;
    background-image: url(../images/sprites.png?v=1);
    background-size: 1100px 1100px;
    background-position: -897px -58px;
    width: 26px;
    height: 25px;
    right: 11px;
    filter: brightness(0) invert(1);
}
#customquote-popup input[data-type="date"]:before,
#customquote-popup input[type="date"]:before{
    content: '';
    background: #4b69b1;
    width: 50px;
    height: 45.5px;
    position: absolute;
    right: 0px;
}
#ui-datepicker-div{
    z-index: 300000 !important;
}
.ui-date-picker-range > a{
    background: #ccc !important;
}
#customquote-popup input[type="date"]::-webkit-inner-spin-button {
    display: none;
}
#customquote-popup input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}
fieldset.submitted > div{
    width: 180px;
    margin: auto;
    margin-top: 30px !important;
}
#customquote-popup .confirmation{
    text-align: center;
    padding-top: 30px;
    background: rgba(2, 55, 95, 1);
    width: 100%;
    height: 80px;
}
#customquote-popup .confirmation > h1{
    color: white;
}
#customquote-popup .numadult{
    position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]
{
  -moz-appearance: textfield;
}

#customquote-popup input[type="number"][name="numadult"] {
    width: 120px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #4b69b1;
}
#customquote-popup input[type="number"][name="phone"]{
    width: 96%;
    max-width: unset;
}
#customquote-popup input[type="number"]:focus {
    outline: 0;
}

#customquote-popup .numadult-nav {
    float: left;
    position: relative;
    height: 41px;
}

#customquote-popup .numadult-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #4b69b1;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 0.7em;
}

#customquote-popup .numadult-button.up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #4b69b1;
    background: #4b69b1;
    color: white;
}
#customquote-popup .numadult-button.down{
    position: absolute;
    bottom: -1px;
    height: 50%;
    background: #4b69b1;
    color: white;
}
#customquote-popup .content .step-1 h1 span {
	color: #777;
	font-size: 1.2rem;
}
.dot{
    height: 15px;
    width: 15px;
    background: #4b69b1;
    border-radius: 50%;
    display: inline-block;
    margin-left: 30px;
}
.sprites.flights{
    background-position: -874px -649px;
    width: 162px;
    height: 68px;
}

/* Brochures */
#brochures-popup{
    max-width: 1000px;
}
#brochures-popup div.title h1{
    color: white;
    font-family: rregular;
}
#brochures-popup .content .brochure-wrapper h1{
    text-align: center;
    font-family: rregular;
    color: black;
    font-size: 1.75em;
}
#brochures-popup .col{
    width: 25%;
    text-align: center;
    font-weight: normal;
    padding-top: 0px;
    font-size: 1.0em;
    min-width: 200px;
}
#brochures-popup .content{
    position: relative;
}
#brochures-popup .brochure{
    margin-top: 50px;
}
#brochures-popup .col .desc{
    font-size: 0.9em;
    height: 80px;
    width: 100%;
}
#brochures-popup .col .desc p{
    margin-top: 0px;
}
#brochures-popup .col .brochure-img{
    background: rgba(2, 55, 95, 1);
    color: white;
    width: 190px;
    height: 305px;
    display: inline-block;
    padding-top: 3px;
    box-shadow: 2px 5px 5px rgb(228, 228, 228);
}
#brochures-popup .col .brochure-img a:active, #brochures-popup .col .brochure-img a:link,
#brochures-popup .col .brochure-img a:visited{
    color: white;
}
#brochures-popup .col .brochure-img a:hover{
    color:aqua;
}
#brochures-popup .col:last-child{
    padding-left: 0px;
}
#brochures-popup .content .submitted a{
    padding: 6.5px;
    margin-top: 20px;
}
#brochures-popup .submitted{
    margin-top: 50px;
    text-align: center;
}
#brochures-popup .content .submitted a:after{
    content: '' !important;
    background: url(../images/sprites.png?v=1);
    background-size: 1100px 1100px;
    background-position: -690px -25px;
    display: inline-block;
    vertical-align: bottom;
    width: 23px;
    height: 23px;
    filter: brightness(1000%);
    zoom: 0.8;
    right: 4%;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
#brochures-popup .content .submitted a:before{
    content: '';
    background-color: #4b69b1;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    /* left: 250px; */
    right: -5px;
    border-radius: 0px 5px 5px 0px;
}
.sprites.view{
    background-position: -975px -90px;
    width: 19px;
    height: 19px;
    filter: brightness(0) invert(1);
    margin-right: 5px;
    zoom: 1.1;
}
#brochures-popup fieldset{
    border: 0px;
    margin-top: 10px;
}
#brochures-popup .request-wrapper .col:last-child{
    width: 55%;
    padding-left: 30px;
}
#brochures-popup .request-wrapper .col:first-child{
    text-align: right;
    font-size: 1.1em;
    font-weight: bold;
    width: 30%;
}
#brochures-popup .request-wrapper .input-packages{
    margin-top: 30px;
}
#brochures-popup .sprites.next{
    position: absolute;
    background-position: -649px -347px;
    width: 73px;
    height: 73px;
    z-index: 100;
    zoom: 0.6;
    top: 40%;
    margin-left: 98%;
    cursor: pointer;
    -moz-transform: scale(0.6);
}
#brochures-popup .sprites.prev{
    position: absolute;
    background-position: -573px -347px;
    width: 73px;
    height: 73px;
    z-index: 100;
    zoom: 0.6;
    top: 40%;
    margin-left: -8%;
    cursor: pointer;
    display: none;
    -moz-transform: scale(0.6);
}
.modal [type="checkbox"]{
    display: none;
}
.modal [type="checkbox"] + label{
    position: relative;
    cursor: pointer;
    padding-left: 1.95em;
    font-size: 0.85em;
}
.modal [type="checkbox"] + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
.modal [type="checkbox"] + label:after{
    content: '\2713\0020';
    position: absolute;
    top: .15em; left: .22em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #4b69b1;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
    opacity: 0;
    transform: scale(0);
}
.modal [type="checkbox"]:checked + label:after{
    opacity: 1;
    transform: scale(1);
}

/* Modify Datepicker */
.ui-datepicker{
    padding: 0;
    border-radius: 0px;
    box-shadow: 2px 5px 5px #111;
    border: 0px;
}
.ui-datepicker-header{
    position: relative;
    width: 100%;
    border-radius: 0px;
    padding: 0px;
    background: #4b69b1;
    border: 0px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 0.85em;
    color: white;
    font-weight: normal;
    font-family: rregular;
}
.ui-datepicker-header a[title="Next"] span{
    background-image: url('../images/sprites.png?v=1');
    background-size: 1100px 1100px;
    background-position: -693px -33px;
    width: 17px;
    height: 19px;
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
    margin-top: -5px;
}
.ui-datepicker-header a[title="Prev"] span{
    background-image: url('../images/sprites.png?v=1');
    background-size: 1100px 1100px;
    background-position: -693px -33px;
    width: 17px;
    height: 19px;
    filter: brightness(0) invert(1);
    margin-top: -5px;
}
.ui-datepicker table{
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    font-family: rregular;
}
.ui-state-default{
    background: unset !important;
}
.ui-state-hover{
    background: unset !important;
    border: 0px !important;
}

.txtLeft{
    text-align: left !important;
}


/* Custom select input */
.modal select{
    flex: 1;
    padding: 0 0.5em;
    color: gray;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
    background-image: none;
    z-index: 999;
    background: transparent;
    height: 46px;
    appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.modal .selected{
    position: relative;
    display: flex;
    width: calc(100% - 20px);
    height: max-content;
    line-height: 3;
    overflow: hidden;
}
.modal .selected::after{
    position: absolute;
    content: '';
    background-image: url(../images/sprites.png?v=1);
    background-position: -974px -115px;
    width: 20px;
    height: 15px;
    top: 17px;
    right: calc(0% + 15px);
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    cursor: pointer;
}
.modal .selected select:focus:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.modal .selected::before{
    position: absolute;
    content: '';
    width: 46px;
    height: 46px;
    background-color: #4b69b1;
    top: 0px;
    right: 0%;
    cursor: pointer;
}

/* brochure hardcopy */
#brochureshardcopy-popup{
    max-width: 1000px;
}
#brochureshardcopy-popup div.title h1{
    color: white;
    font-family: rregular;
}
#brochureshardcopy-popup .content .brochure-wrapper h1{
    text-align: center;
    font-family: rregular;
    color: black;
    font-size: 1.75em;
}
#brochureshardcopy-popup .col{
    width: 25%;
    text-align: center;
    font-weight: normal;
    padding-top: 0px;
    font-size: 1.0em;
    min-width: 200px;
}
#brochureshardcopy-popup .content{
    position: relative;
}
#brochureshardcopy-popup .brochure{
    margin-top: 50px;
}
#brochureshardcopy-popup .col .desc{
    font-size: 0.9em;
    height: 80px;
    width: 100%;
}
#brochureshardcopy-popup .col .desc p{
    margin-top: 0px;
}
#brochureshardcopy-popup .col .brochure-img{
    background: rgba(2, 55, 95, 1);
    color: white;
    width: 190px;
    display: inline-block;
    padding-top: 3px;
    box-shadow: 2px 5px 5px rgb(228, 228, 228);
}
#brochureshardcopy-popup .col .brochure-img a:active, #brochureshardcopy-popup .col .brochure-img a:link,
#brochureshardcopy-popup .col .brochure-img a:visited{
    color: white;
}
#brochureshardcopy-popup .col .brochure-img a:hover{
    color:aqua;
}
#brochureshardcopy-popup .col:last-child{
    padding-left: 0px;
}
#brochureshardcopy-popup .content .submitted a{
    padding: 6.5px;
    margin-top: 20px;
}
#brochureshardcopy-popup .submitted{
    text-align: center;
    margin-bottom: 50px;
}
#brochureshardcopy-popup .content .submitted a:after{
    content: '' !important;
    background: url(../images/sprites.png?v=1);
    background-size: 1100px 1100px;
    background-position: -694px -33px;
    display: inline-block;
    vertical-align: bottom;
    width: 23px;
    height: 23px;
    filter: brightness(1000%);
    zoom: 0.8;
    right: 4%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
#brochureshardcopy-popup .content .submitted a:before{
    content: '';
    background-color: #4b69b1;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    /* left: 250px; */
    right: -5px;
    border-radius: 0px 5px 5px 0px;
}
#brochureshardcopy-popup fieldset{
    border: 0px;
    margin-top: 10px;
}
#brochureshardcopy-popup .request-wrapper .col:last-child{
    width: 55%;
    padding-left: 30px;
    text-align: left;
}
#brochureshardcopy-popup .request-wrapper .col:first-child{
    text-align: right;
    font-size: 1.1em;
    font-weight: bold;
    width: 30%;
}
#brochureshardcopy-popup .request-wrapper .input-packages{
    margin-top: 30px;
}
#brochureshardcopy-popup .sprites.next{
    position: absolute;
    background-position: -649px -347px;
    width: 73px;
    height: 73px;
    z-index: 100;
    zoom: 0.6;
    top: 40%;
    margin-left: 98%;
    cursor: pointer;
    -moz-transform: scale(0.6);
}
#brochureshardcopy-popup .sprites.prev{
    position: absolute;
    background-position: -573px -347px;
    width: 73px;
    height: 73px;
    z-index: 100;
    zoom: 0.6;
    top: 40%;
    margin-left: -8%;
    cursor: pointer;
    display: none;
    -moz-transform: scale(0.6);
}
#brochureshardcopy-popup .select-brochure{
    height: 60px;
}
#brochureshardcopy-popup .brochure .row > .col:first-child{
    width: 20%;
    min-width: 30px;
    font-weight: bold;
}
#brochureshardcopy-popup .brochure .row > .col:nth-child(2){
    font-size: 0.8em;
    text-align: left;
    min-width: unset;
    width: 70%;
}
#brochureshardcopy-popup .brochure-wrapper input[type="number"]{
    height: 34px;
}
#brochureshardcopy-popup .request-wrapper input[type="number"]{
    max-width: unset;
}
#brochureshardcopy-popup h3{
    font-family: rmedium;
    color: rgba(2, 55, 95, 1);
    text-align: center;
}
#brochureshardcopy-popup textarea{
    width: 90%;
}
#brochureshardcopy-popup input[type="text"], 
#brochureshardcopy-popup input[type="number"]{
    width: 90% !important;
}
#brochureshardcopy-popup .selected{
    width: 90%;
}
#brochureshardcopy-popup h1{
    font-family: rregular;
    color: black;
    margin-top: 30px;
}
#brochureshardcopy-popup .title{
    padding-top: 2px;
}
.sprites.brochureIcons{
    background-position: -666px -811px;
    width: 98px;
    height: 96px;
}
.sprites.hardcopyPressIcon{
    background-position: -1001px -58px;
    width: 27px;
    height: 32px;
    vertical-align: middle;
    margin-right: 8px;
}
.brochureContent .button{
    line-height: 2;
}
/** 30th Anniversary Brochure More Info **/
#newBrochure-popup.modal {
    max-width: 1200px;
    position: relative;
    background-color: #007ba7;
}
#newBrochure-popup.modal:before, #newBrochure-popup > a.close-modal {
    display: none;
}
#newBrochure-popup > div {
    float: left;
}
#newBrochure-popup > div:first-child {
    width: 70%;
    font-family: 'rregular';
}
#newBrochure-popup > div:first-child > div:nth-child(n+1) {
    padding: 0 20px;
    color: white;
}
#newBrochure-popup > div:first-child > div:nth-child(2) {
    font-size: 27px;
    font-family: 'rcbold';
    padding-top: 20px;
    padding-bottom: 20px;
}
#newBrochure-popup > div:first-child > div:nth-child(3) {
    padding-bottom: 50px;
}
#newBrochure-popup > div:first-child > div:nth-child(5) {
    font-size: 14px;
}
#newBrochure-popup > div:nth-child(2) {
    width: 30%;
}
/* Custom quote - vacation date picker */
.customquote-popup.preview textarea{
    height: 170px !important;
}
.customquote-popup.preview .content{
    padding-bottom: 0px !important;
}
.custom-quote-popup__title-additional{
    color: rgb(128, 128, 128);
    font-size: 0.9em;
}
.customquote-popup.preview fieldset{
    margin-top: 0px !important;
}
.customquote-popup.preview .content h1{font-size: 1.5em !important;}

.vacation-datepicker{
    position: absolute;
    left: 0; right: 0;
    width: max-content;
    margin: 15px auto !important;
    max-width: 280px;
    margin-top: 15px !important;
}
.vacation-datepicker .ui-datepicker{
    width: max-content;
    border: 1px solid #ccc !important;
    box-shadow: unset;
    border-radius: 5px;
    padding: 0 10px;
}
.vacation-datepicker .ui-datepicker .ui-datepicker-header{
    width: calc(100% + 22px);
    margin-left: -11px;
    background: #fff !important;
    color: #000 !important;
    font-size: 0.75em;
    border: 1px solid #ccc;
    border-top: 0px solid rgba(0, 0, 0, 0);
    border-radius: 5px 5px 0 0;
}
.vacation-datepicker .ui-datepicker-prev, 
.vacation-datepicker .ui-datepicker-next{
    margin: 0;
    top: 0px;
    height: 100%;
}
.vacation-datepicker a.ui-state-default:before,
.vacation-datepicker a.ui-state-default:after{
    content: unset !important;
}
.vacation-datepicker .ui-datepicker-header a[title="Next"] span,
.vacation-datepicker .ui-datepicker-header a[title="Prev"] span{
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    -moz-transform: scale(0.7);
    zoom: 0.7;
    filter: brightness(0.7);
    opacity: 0.5;
}
.vacation-datepicker  .ui-datepicker-prev:before,
.vacation-datepicker  .ui-datepicker-next:before{
    content: unset !important;
}
.vacation-datepicker  .ui-datepicker-prev:after,
.vacation-datepicker  .ui-datepicker-next:after{ 
    content: unset !important;
}
.vacation-datepicker .ui-datepicker td{padding: 3px 0;}
.vacation-datepicker .ui-datepicker th{
    font-size: 0.8em;
    font-weight: normal;
    color: rgb(238, 139, 25);
    text-transform: uppercase;
}
.vacation-datepicker .ui-state-default, 
.vacation-datepicker .ui-widget-content .ui-state-default, 
.vacation-datepicker .ui-widget-header .ui-state-default{
    border: 0px solid rgba(0, 0, 0, 0);
    font-size: 0.85em;
    padding: 2px 8px;
    margin: 0;
    text-align: center;
}
.vacation-datepicker .ui-date-picker-range{
    background: rgb(153, 197, 238);
    color: #fff;
}
.vacation-datepicker .ui-datepicker-current-day{
    background: rgb(153, 197, 238);

}
.vacation-datepicker .ui-datepicker-current-day > a{
    color: #fff !important;
}

/* Deals */
.popup-step-3__country{
    width: 100% !important;
    max-width: 390px; 
    margin: auto;
}

.deals{
    position: absolute;
    background: #fff;
    width: 100% !important;
    height: 500px;
    bottom: 0;
    z-index: 99999;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    vertical-align: middle;
}
.deals__content{
    display: table;
    width: 90%;
    margin: 50px auto;
}
.deals__content .loading{
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    line-height: 3;
}
.deals__content .loading.hidden{display: none !important;}
.deals__content-desc{
    width: 65%;
    float: right;
    font-size: 0.9em;
    padding-top: 25px;
}
.deals__content-img{
    float: left;
    height: 300px;
    width: 30%;
}
.deals__content-desc > span{
    display: block;
}
.deals__content-name{
    color: #01a9bd;
    font-size: 1.3em;
    margin: 10px 0;
}
.deals__content-daysleft{
    font-size: 0.95em;
    font-weight: normal;
}
.deals__content-daysleft > span{color: red;}
.deals__content-add{
    margin: 20px auto;
    max-width: 400px;
    font-size: 0.9em;
    background-color: #007ba7;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    position: relative;
}
.deals__content-add:hover{
    cursor: pointer;
    color: #01a9bd;
}
.deals__content-close{font-size: 0.95em; font-weight: normal; cursor: pointer;}
.deals__content-tc{    
    font-size: 0.75em;
    font-weight: normal;
    padding-top: 50px;
    opacity: 0.5;
}
.deals__content .loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #4d4d4d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    margin: 150px auto 0 auto;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
