/**** Foundation 6 ***/
/**** General Styles ***/
html {scroll-behavior: smooth;}

html, body{
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}
body {
  background-color:#fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 94%;
  font-weight: 400;
  color: #261F30;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: -.035em;
}
.breadcrumbs {
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  margin:0;
}
.breadcrumbs a, a {
  color: #0098d8;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}
a:hover, a:focus {color: #363636;}

.callout {margin-bottom: 0;}

.no-padding-bottom {padding-bottom: 0 !important;}

.no-padding-top {padding-top: 0 !important;}

.no-padding-left {padding-left: 0 !important;}

.no-padding-right {padding-right: 0 !important;}

.no-padding {padding: 0 !important;}

.no-border {border: 0 !important;}

.uppercase {text-transform: uppercase;}

.circle {
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
.button {
  font-weight: 900;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  letter-spacing: .03rem;
  background-color: #0098d8;
  color: #fff !important;
}
.button:hover, .button:focus {text-decoration: none;}

.button.success {
  color: #fff;
  background-color: #62257C;
}
.button.success:hover, .button.success:focus {
  color: #62257C !important;
  background-color: #FFF;
  text-decoration: none !important;
}
.button.empty {
  background-color: transparent;
  color: #D6303F;
  border: 2px solid #D6303F;
}
.button.empty:hover, .button.empty:focus {
  color: #fff;
  background-color: #D6303F;
}
.button.empty.white {
  color: #fff;
  border: 2px solid #fff;
}
.button.empty.white:hover, .button.empty.white:focus {
  background-color: #fff;
  color: #000;
}
.button.empty.black {
  color: #333 !important;
  border: 2px solid #333;
}
.button.empty.black:hover, .button.empty.black:focus {
  background-color: #333;
  color: #fff !important;
}
.links-group {
  display: block;
  padding: 1em 0;
}
.links-group .button {margin: 0 1em 0 0;}

blockquote {
  font-style: italic;
  border: none;
  padding: 0 0 0 2rem;
  margin: 1.5rem 0;
  position: relative;
}
blockquote:before {
  content:'“';
  font-size: 370%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-family: Georgia, serif;
}
blockquote a {color: #333;}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
textarea {min-height: 135px;}

.bg-overlay-dark {background-color: rgba(0,0,0,.4);}

.text-capitalize {text-transform: capitalize;}

/**** Top Bar ***/
.info-bar {
  display: table;
  width: 100%;
  background-color: #261F30;
  color: #aaa;
}
.info-bar .menu li {font-size: 75%;}

.info-bar a {color: #aaa;}

.info-bar a:hover {color: #fff;}

.info-bar .menu>li>a {
  padding-left: .4rem;
  padding-right: .4rem;
}
.top-bar {
  background-color: transparent;
  transition: all 0.2s linear;
  display: inline-block;
  width: 100%;
  z-index: 99;
  position: relative;
}
.top-bar .top-bar-title {
  padding-top: 0;
  padding-bottom: 0;
}
.top-bar .menu {background-color: transparent;}

.top-bar .top-bar-right>.menu>li>a {letter-spacing: -.035rem;}

.top-bar .menu>li>a, .top-bar .menu .menu-text {color: #fefefe;}

.top-bar .menu>li>a:hover {color: #fff;}

.top-bar .menu>li>a.button {
  text-transform: uppercase;
  font-weight: 600;
}
.top-bar .menu>li>a.button.white:hover {
  border-color: #0098d8;
  background-color: #0098d8;
  color: #fff;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
  border-color: #eee transparent transparent;
}
.is-dropdown-submenu {
  border: none;
  min-width: inherit;
  text-align: right;
}
.top-bar .menu.is-dropdown-submenu {
  background-color: rgba(0,0,0,.8);
}
.top-bar .menu.is-dropdown-submenu>li>a:hover {
  background-color: rgba(255,255,255,.2);
  text-decoration: none;
}
.social-phone {
  padding-top: 1em;
  display: inline-block;
}
.social-phone a {
  padding: .7rem;
  color: #fff;
}

/**** Content ****/
.wrap-content {
  min-height: 100%;
  display: block;
  width: 100%;
  font-size: 120%;
}
.wrap-content:before {
  content:'';
  position: relative;
  display: block;
  width: 100%;
  top: 0;
  background-color: #000;
}
.wrap-content.with-img:before {height:0;}

.page-title {
  padding: 2.5rem 0 2rem;
  position: relative;
}
.with-img .page-title {
  padding-top: 12rem;
  padding-bottom: 9rem;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,.3);
  background-color: rgba(0,0,0,.3);
}
.bg-page-title {
  background-position: center;
  background-repeat: no-repeat;
}
.bg-page-title.with-password {height: 100vh;}

.bg-page-title.with-password .page-title {height: 100%;}

.with-password form {padding-top: 2em;}

.with-password .page-title .button {margin-top: 0;}

.page-title h1 {
  margin: 0;
  line-height: 1.2;
}
.page-title p {margin: .75rem 0 0; font-size: 110%;}

.page-title p.post-details {font-size: 90%;}

.page-title p>span {display: inline-block; margin: 0;}

.page-title p>span:before {content:'•'; padding: 0 .65em 0 .3em;}

.page-title p>span:first-child:before {display: none;}

.page-title .button {margin-top: .75rem;}

.page-content {padding: 2rem 0;}

.top-page-content {padding: 1rem 0;}

.page-content .search-engine iframe {
  overflow: scroll;
  border: 0;
  width: 100%;
}
.testimonial img {margin-bottom: 1.5em;}

/***** Virtuoso Amenities *****/
.section.amenities {
  padding: 3.5em 0 3em;
  color: #fff;
  background-color: #261F30;
}
.amenities .section-title h3 {color: #fff; font-size: 150%;}

.amenities .section-title i {font-size: 200%; display: block;margin-bottom: .5em;}

.search-form .input-group-field{
  -moz-border-radius: 300px 0 0 300px;
  -webkit-border-radius: 300px 0 0 300px;
  border-radius: 300px 0 0 300px;
  height: 1.85rem;
  font-size: 90%;
  border-right: 0;
}
.search-form .input-group-button button {
  -moz-border-radius: 0 300px 300px 0 !important;
  -webkit-border-radius: 0 300px 300px 0 !important;
  border-radius: 0 300px 300px 0 !important;
  height: 1.85rem;
  font-size: 90%;
  background-color: #fff;
  color: #363636 !important;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: #cacaca;
}
/* Intro Banner */
.bcg-parallax {
  height: 100vh;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.bcg {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  z-index: 1;
  opacity: 0.7;
}
.lazy-bg {
    background-color: #f0f0f0; /* Placeholder color while loading */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.5s ease-in-out;
    opacity: 0; /* Start hidden */
}
.lazy-bg.loaded {
    opacity: 1; /* Fade in when image loads */
}
.bcg-content {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:2;
}
.bcg-content a {color: #fff;}

.bcg-content h1 {
  margin-bottom: 20px;
}
.bcg-content .button {
  position: relative;
  top: 0;
  animation-name: movetop;
  animation-duration: 4s;
}
.after-intro {
  background-color: #fff;
  position: relative;
  z-index:3;
}
/**** Section ****/
.section {
  display: block;
  padding: 2.5rem 0;
  position: relative;
}
.section.specialties {
  padding: 2.75rem 1rem;
}
.section-title, .section-content {
  display: block;
  padding: .85rem 0;
  position: relative;
}
.section-title h1, .section-title h2, .section-title h3 {
  font-weight: 400;
  font-size: 160%;
  color: #636466;
  position: relative;
  overflow: hidden;
}
.section-title .line:before, .section-title .line:after {
  background-color: #0098d8;
  content: '';
  display: inline-block;
  height: 1.5px;
  position: relative;
  vertical-align: inherit;
  width: 50%;
  bottom: .3em;
  opacity: .4;
}
.section-title .line:after {
  left: 1.5em;
  margin-right: -50%;
}
.section-title .line:before {
  right: 1.5em;
  margin-left: -50%;
}
.single-line {
  display: block;
  width: 50%;
  margin-left: 25%;
  margin-top: 1em;
  margin-bottom: 2em;
  height: 1.5px;
  background-color: #0098d8;
}
.agency-info p {
  font-size: 110%;
}
.guide img {margin-bottom: 1em;}

.section.booking {padding: 2.5rem 0 6rem;}

/**** Supplier List ****/
.suppliers-list {
  padding: 1rem 0 2rem;
}
.suppliers-list a {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dedede;
  -mozborder-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  height: 120px;
  margin-bottom: 1rem;
  transition: all 0.4s ease-in-out;
}
.suppliers-list a:hover {
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
  box-shadow: inset 0 0 10px rgba(0,0,0,.3);
}
.suppliers-list a img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  margin: 0;
}
.supplier-logo {margin-bottom: 1.5em;}

.supplier-logo img {max-height: 90px;}

/**** Contact Page ****/
#contact-page .bg-page-title {
  background-image: url(https://cdn4.gttwl.net/attachments/virtuosotravel2.gttwl2.com/ltmq6z/1533912504_original.jpeg);
}
#experience-page .bg-page-title {
  background-image: url(https://cdn4.gttwl.net/attachments/virtuosotravel2.gttwl2.com/ltmq6z/1533912503_original.jpeg);
}
#groups-page .bg-page-title {
  background-image: url(https://photos.gttwl.net/original/gttwl/attachments/mygroups_banner_63750471139690868.jpg);
}
#specials-page .bg-page-title {
  background-image: url(https://photos.gttwl.net/original/gttwl/attachments/myspecials_banner_63750471109051862.jpg);
}
#booking-page .bg-page-title {
  background-image: url(https://cdn4.gttwl.net/attachments/travelonly.gttwl2.com/ltmq6z/1573053905_original.jpeg);
}
.contact-info dd, .contact-info dt {
  margin-bottom: .85rem;
}
.contact-info dd, .contact-info dd a, .contact-info dd span, .contact-info dd address {
  overflow: hidden;
  font-size: 93%;
}
.contact-info dd .svg-inline--fa, .contact-info dd a, .contact-info dd span, .contact-info dd address {
  display: inline-block;
  vertical-align: top;
}
.contact-info dd .svg-inline--fa {
  padding-right: 10px;
  font-size: 130%;
  width: 40px;
}
.contact-info a {
  color:#363636;
  text-decoration: underline;
}
/******Profile Page******/
.profile dd {margin-bottom: 1em;}

.profile a {color:#363636;}

.profile a:hover {color:#0098d8;}

.profile-social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 6px 10px 0;
  text-align: center;
  background-color: #363636;
  color: #fff;
}
.profile-social a:hover {
  background-color: #0098d8;
  color: #fff;
}
.cta-agent .profile-social a {margin: 0 0 10px 6px;}

.tabs {border: none; background: transparent;}

.tabs-content {border: none; background: transparent; margin-top: 1em;}

.tabs-panel {padding: 0;}

.tabs-title>a {
  text-transform: uppercase; 
  color:#c91f2e; 
  padding: .75rem 1.25rem;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  margin-right:.3rem;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.tabs-title>a:hover, .tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
  color:#c91f2e;
  border-color: #c91f2e;
  background-color: transparent;
}

/**** Blog Page ****/
#blog-page .bg-page-title {
  background-image: url(https://cdn4.gttwl.net/attachments/travelonly.gttwl2.com/ltmq6z/1565032627_original.jpeg);
}
/**** Destination Page ****/
#destinations .bg-page-title {
  background-image: url(https://cdn4.gttwl.net/attachments/yourcruisetravelexpert.gttwl2.com/ltmq6z/1498857673_original.jpeg);
}
/**** Attractions Page ****/
#attractions .bg-page-title {
  background-image: url(https://photos.gttwl.net/original/gttwl/attachments/global/1522684993_original.jpeg);
}
/**** Posts ****/
.post {
  margin-bottom: 2rem;
}
.posts-list {
  padding: 0 0 2rem;
}
.thumbnail {
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 10px 0px;
  background-color: #fff;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s; /* Safari */
  transition: all 2s;
}
.thumbnail:hover {
  background-color: #efefef;
}
.thumb-content {
  padding: .85rem 1rem;
}
h2.thumb-title {
  margin: 0;
  font-size: 125%;
  font-weight: 400;
  letter-spacing: -.025rem;
}
.thumb-details {
  display: inline-block;
  width: 100%;
  color: #888;
  margin-top: .5em;
}
.thumb-details span {
  display: inline-block;
  vertical-align: top;
  font-size: 67%;
  margin: 0 .5rem .85rem 0;
  line-height: 1.25;
}
.thumb-content .button {margin: 0;}

.thumb-summary {font-size: 94%; line-height: 1.3;}

.thumb-search {display: block; color: #636466; margin-bottom: 1.5em;}

.thumb-search img {
  -o-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s; /* Safari */
  transition: all 2s;
}
.thumb-search:hover img {opacity: .5;}

.thumb-search h4 {margin: .5em 0 1em; line-height: 1.1; font-weight: 600;}

/**** Post ****/
.post-details span {
  display: inline-block;
  margin: 0 .5rem;
} 
.post-details span i {
  margin-right: .25rem;
}
.post-media {
  margin-bottom: 1.5rem;
  text-align: center;
}
.post-media img {
  min-width: none;
}
.post-summary {
  font-size: 150%;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  color: #000;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
  font-weight: 400;
  color: #000;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
.post-content p, .post-content li, .post-content>div {
  font-size: 106%;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.post-content img {
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.post-content p > img {
  margin-bottom: 0;
}
.post-content iframe {width: 100%;}

.post-cta {
  padding: 1.5em 0 .6em;
}
.post-disclaimer {font-size: 80%; color: #999; font-family: 'Open Sans', sans-serif;}

.post-disclaimer>div {margin-bottom: 1em;}

.sticky, .sticky-container {width: 100%;}

.sticky.is-stuck {margin: 0!important;}

.is-stuck .post-cta {
  background-color: #333;
  color: #fff;
}
.post-cta {
  padding: .6em 0;
  width: 100%;
}
.post-cta p {font-size: 150%; line-height: 1.3; margin-bottom: 0;}

.post-cta .button {text-transform: uppercase; margin-bottom: 0;}

.product-length {
  padding-right: 1rem;
  padding-bottom: .5rem;
  border-right: 1px solid #333;
  text-align: center;
}
.product-length span {
  display: block;
  font-weight: 100;
  font-size: 270%;
  line-height: 1.1;
}
.product-length small {
  display: block;
  line-height: 1;
}
/******Media Object Posts******/
.media-object h4 {
  font-size: 120%;
  line-height: 1.2;
}
/**** Related Posts ****/
.related-post {
  margin-bottom: 1rem;
}
.related-post a.wrap-image {
  background-color: #000;
  margin-bottom: 1rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.related-post img {
  width: 100%;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s; /* Safari */
  transition: all 2s;
  opacity: .7;
}
.related-post img:hover {
  opacity: 1;
}
.wrap-image .svg-inline--fa {
  position: absolute;
  color: #fff;
  font-size: 250%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-shadow: 3px 3px 10px rgba(0,0,0,.5);
  transition: all 0.4s ease-in-out;
}
.wrap-image:hover .svg-inline--fa {
  color: rgba(255,255,255,.5);
  text-shadow: none;
}
.related-post h3 {
  font-size: 120%;
  font-weight: 400;
  margin-bottom: .56rem;
  line-height: 1.2;
}
.related-post h3 a:hover, .related-post h3 a:focus {
  color: #D6303F;
  text-decoration: none;
}
.related-post p {
  font-size: 90%;
}
.related-post .post-kind {
  display: block;
  font-size: 85%;
  margin-bottom: .85rem;
  color: #666;
}
/**** Subscribe Modal ****/
.reveal {padding: 0; border: 0;}

.subscribe-logo {padding: 1em;}

.subscribe-logo img {height: 80px;}

.subscribe-logo span {display: block; font-size: 120%;}

.subscribe-form {padding: 1rem;}

.subscribe-form h3 {
  font-size: 1.5rem;
  line-height: 1.1;
}
#subscribe .close-button {
  top: .15rem;
  right: .5rem;
}
#balloonModal .balloon {
  padding: 1em;
  background-color: #2C3033;
}
.balloon .close-button {
  padding: 0;
  top: 0;
  right: 0;
}
#theModal {position:relative;}

#theModal a {display: block;}

#theModal .contest-title {
  position:absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 1.75em 1em;
  margin: 2px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.7));
}
#theModal .contest-title h3 {
  line-height: 1.1;
  font-size: 2.85em;
}
#theModal .close-button {
  font-size: 280%;
}
#balloonModal .close-button span {
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: block;
  background-color: #2C3033;
}
.balloon-footer {
  margin-top: 1em;
}
#balloonModal.reveal {background-color: rgba(0,0,0,.85);}

/**** Slider ****/
.wrap-slider {
  position: relative;
}
.index-slider {
  position: relative;
  overflow: hidden;
}
.index-slider .single-slider {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
}
.single-slider:after {
  content:'';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0,0,0,.3);
  z-index:1;
}
.slider-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index:88;
}
.index-slider, 
.index-slider .slick-slide,
.index-slider .slick-list,
.index-slider .slick-track,
.index-slider .slick-slide>div {
  height: 100%;
}
.single-style a {
  position: relative;
  display: block;
  background-color: #fff;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s; /* Safari */
  transition: all 2s;
}
.single-style a p {
  position: absolute;
  text-align:center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 142%;
  color: #000;
  line-height: 1.1;
  opacity: 1;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s; /* Safari */
  transition: all 2s;
}
.single-style img {
  opacity: .4;
  width: 100%;
}
.single-style a:hover {background-color: #000;}

.single-style a:hover p {color: #fff;}

.photo-slider {
  padding: 1em 0;
}

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top:50%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: rgba(255,255,255,.9);
  border-color: transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  z-index: 1;
  cursor:pointer;
  box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.slick-prev {left: -20px;}

.slick-next {right: -20px;}

.index-slider .slick-prev, .index-slider .slick-next {
  background-color: transparent;
  box-shadow: none;
}
.index-slider .slick-prev {left: 20px;}

.index-slider .slick-next {right: 20px;}

.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
  background-color: #fff;
  border: none;
}
.index-slider .slick-prev:hover, .index-slider .slick-next:hover,
.index-slider .slick-prev:active, .index-slider .slick-next:active,
.index-slider .slick-prev:focus, .index-slider .slick-next:focus {
  background-color: transparent;
}
.slick-prev:before, .slick-next:before {
  content:'';
  display: block; 
  width: 8px; 
  height: 8px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #0098D8;
  border-style: solid;
  margin: 15px;
}
.index-slider .slick-prev:before, .index-slider .slick-next:before {
  width: 20px;
  height: 20px;
  border-color: rgba(255,255,255,.5);
}
.slick-prev:before {border-width: 0 0 2px 2px;}

.slick-next:before {border-width: 2px 2px 0 0;}

.index-slider .slick-prev:before {border-width: 0 0 4px 4px;}

.index-slider .slick-next:before {border-width: 4px 4px 0 0;}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5px;
	display: block;
	width: 100%;
  padding: 0;
	list-style: none;
	text-align: center;
	margin: 0;
	z-index:5;
}
.slick-dots li {
  position: relative;
	display: inline-block;
	width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
	cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
	display: block;
	width: 20px;
  height: 20px;
  padding: 5px;
	cursor: pointer;
	color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
  line-height: 10px;
	position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .25;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 20px;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #fff;
}
/**** Video Section ****/
.bttvideo {
  padding: 0;
  overflow: hidden;
  position: relative;
  background-image:url(https://cdn4.gttwl.net/attachments/global/1527184396_original.jpeg);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  width: 100%;
}
.video-headline {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:2;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0,0,0,.3);
}
.video-headline h2 {
  line-height: 1.1;
  font-weight: 700;
}
.video-headline p {font-size: 130%;}

/**** CTAs ****/
.cta {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: space;
  position: relative;
}
.cta:before {
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  top: 0;
  left: 0;
  z-index: 0;
}
.cta .section-content {
  color: #fff;
  padding: 4em 0;
}
.cta h2 {
  line-height:1.2;
}
/**** Footer ***/
#footer {
  background-color: #000;
  color: #eee;
  padding: 2rem 0;
  position: relative;
  z-index:3;
}
#footer h3 {font-size: 1.3rem; font-weight: 700;}

#footer address {
  margin-bottom: 1rem;
  font-style: normal;
}
#footer a, #footer abbr {color: #eee;}

#footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.social-section a {
  font-size: 130%;
  display: inline-block;
  vertical-align: top;
  padding: 0 .35rem;
}
#footer form .button {
  margin-bottom: .3rem;
  background-color: #888;
}
#footer form .button:hover, #footer form .button:focus {
  background-color: #D6303F;
}
#footer hr {border-color: #555;}

.footer-logos {
  display: block;
  padding: 1em 0 0;
  background-color: #fff;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.footer-logos img {
  display: inline-block;
  vertical-align: top;
  margin: 0 .5em .85em;
  height: 45px;
}
.credits {font-size: 80%;}

#scrollup{
  background-color: #000;
  color: #ddd;
  position:fixed;
  text-align: center;
  bottom:50px;
  right:20px;
  display:none;
  transition: all 0.2s linear;
  z-index: 9999999;
  border: 1px solid rgba(255,255,255,.1);
}
#scrollup:hover{
  background-color: #62257C;
  color: #fff;
}
#scrollup .svg-inline--fa {
  width: 25px;
  height: 24px;
  line-height: 25px;
  font-size: 50%;
  padding: 5px 6px;
}
/*******************************
          Responsive
*******************************/
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
  .top-bar {
    padding-left: 0;
    padding-right: 0;
  }
  .top-bar .top-bar-title {
    padding-left: 1rem;
  }
  .top-bar-title img {
    max-height: 50px;
  }
  .menu-icon {
    top: 27px;
  }
  #responsive-menu {
    background-color: #261F30;
    margin-top: -60px;
    padding-top: 70px;
    padding-bottom: 1rem;
  }
  .top-bar-right .menu-text, .top-bar-right .icon {
    display: none !important;
  }
  .top-bar-right>.menu {
    display: flex;
    flex-direction: column-reverse;
  }
  .top-bar .menu>li {
    display: block;
  }
  .top-bar .menu li.icon a {
    display: inline-block;
  }
  .top-bar .menu>li>a:hover {
    background-color: #000;
  }
  .top-bar .menu>li>a.button {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
  .top-bar .menu .menu-text {
    display: none;
  }
  .is-dropdown-submenu {
    position: relative;
  }
  .wrap-content {
    margin-top: -70px;
  }
  .wrap-content:before {
    height: 70px;
  }
  .index-slider .bcg-content h2 {
  	font-size: 180%;
  }
  .guide img {
    max-width: 80%;
  }
  .bg-page-title {
    background-size: 220%;
  }
  .cta-agent img {
    margin-bottom: 1em;
    width: 100%;
  }
  .cta-agent h3 {
    font-size: 150%;
  }
  .cta {
    background-size: 350%;
  }
  .page-title h1 {
    font-size: 1.85rem;
  }
  .section-title, .section-title .text-right {
    text-align: center !important;
  }
  .bttvideo {
    height: 400px;
    margin: 0;
  }
	.video-headline h2 {
	  font-size: 1.55rem;
	}
  .cta h2, .intro-content h2 {
    font-size: 200%;
  }
  .cta p, .intro-content p {
    font-size: 110%;
  }
  .subscribe-img {
    height: 200px;
  }
  #footer .columns {
    margin-bottom: 1.5rem;
  }
  .reveal {
    padding-top: 4em;
  }
  #theModal .contest-title {
    position:relative;
    background-color: #333;
    margin: 0;
  }
} 
/* min-width 641px, medium screens */
@media only screen and (min-width: 40em) {
  .no-js [data-responsive-toggle] {
    display: none;
  }
  .top-bar .top-bar-right>.menu>li>a:not(.button) {
    line-height: 80px;
    padding: 0 .5rem;
  }
  .top-bar .top-bar-right>.dropdown.menu>li.is-dropdown-submenu-parent>a {
    padding-right: 1.5rem;
  }
  .top-bar .menu .menu-text {
    padding: .7rem 0;
  }
  .top-bar-title img {
    max-height: 62px;
  }
  .is-dropdown-submenu>li {
    width: 250px;
  }
  .index-slider .bcg-content h2 {
  	font-size: 230%;
  }
  .bg-page-title {
    background-size: 100%;
    animation-name: movebg;
    animation-duration: 4s;
  }
  .page-title h1 {
    font-size: 2.4rem;
  }
  .subscribe-img {
    height: 360px;
  }
  .search-form .input-group {
    margin-bottom: 0;
  }
  .cta h2, .intro-content h2 {
    font-size: 230%;
  }
  .cta p, .intro-content p {
    font-size: 120%;
  }
  .posts-list .thumbnail {
    height: 500px;
  }
  #team .thumbnail {
    height: 430px;
  }
  #theModal .close-button {
    color: #fff;
  }
} 
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .top-bar .menu>li>a {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 97%;
  }
  .wrap-content {
    margin-top: -90px;
  }
  .wrap-content:before {
    height: 90px;
  }
  .menu-icon {
    top: 30px;
  }
  #responsive-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 78px;
    background-color: #000;
    padding: 0 .5em;
  }
  .bttvideo {
    height: 500px;
  }
  #footer h3 {
    font-size: 120%;
  }
} 
/* max-width 1025px, small-medium screens */
@media only screen and (max-width: 64em) {
  .top-bar .menu>li>a {
    padding-left: .7rem;
    padding-right: .7rem;
    font-size: 100%;
  }
  .top-bar-title {
    width: 100%;
    float: none;
    padding-right:0;
  }
  .menu-icon {
    position: absolute;
    right: 15px;
  }
} 
/* min-width 1025px, large screens */
@media only screen and (min-width: 64em) {
  .top-bar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .top-bar-title img {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .wrap-content {
    margin-top: -85px;
  }
  .wrap-content:before {
    height: 80px;
  }
  .bttvideo {
    height: 550px;
  }
}
/*** Issue with Foundation iPad ***/
@media only screen and (min-width: 1023px) and (max-width: 1025px) {
	#responsive-menu {
		top: 0 !important;
		padding-top: .7em;
		padding-bottom: .7em;
		background-color: transparent;
	}
}
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 64.063em) and (max-width: 90em) { 
  
}
/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
  .with-img .page-title {
    padding-top: 18em;
  }
}
/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 90.063em) and (max-width: 120em) { } 

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) { }

@media print { 
  .datepickers-container {
  	display: none
  }
}
/* The animation code */
@keyframes fadein {
  0% {opacity:0;}
  100% {opacity: 1;}
}
@keyframes movetop {
  0% {opacity:0.3; top:150px;}
  100% {opacity: 1; top: 0;}
}
@keyframes movebg {
  20% {background-size: 150%;}
  100% {background-size: 100%;}
}

/* SOFTVOYAGE */
.datepicker--cells {
  display: flex;
  flex-wrap: wrap
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  z-index: 1
}
.datepicker--cell.-focus- {
	background: #f0f0f0
}
.datepicker--cell.-current- {
	color: #4eb5e6
}
.datepicker--cell.-current-.-focus- {
	color: #4a4a4a
}
.datepicker--cell.-current-.-in-range- {
	color: #4eb5e6
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, .1);
  color: #4a4a4a;
  border-radius: 0
}
.datepicker--cell.-in-range-.-focus- {
	background-color: rgba(92, 196, 239, .2)
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae
}
.datepicker--cell.-disabled-.-focus- {
	color: #aeaeae
}
.datepicker--cell.-disabled-.-in-range- {
	color: #a1a1a1
}
.datepicker--cell.-disabled-.-current-.-focus- {
	color: #aeaeae
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, .5);
  background-color: rgba(92, 196, 239, .1);
  border-radius: 4px 0 0 4px
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, .5);
  background-color: rgba(92, 196, 239, .1);
  border-radius: 0 4px 4px 0
}
.datepicker--cell.-range-from-.-range-to- {
	border-radius: 4px
}
.datepicker--cell.-selected- {
	border: none
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef
}
.datepicker--cell.-selected-.-focus- {
	background: #45bced
}
.datepicker--cell:empty {
	cursor: default
}
.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px
}
.datepicker--day-name {
  color: #ff9a19;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em
}
.datepicker--cell-day {
	width: 14.28571%
}
.datepicker--cells-months {
	height: 170px
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%
}
.datepicker--cells-years,
.datepicker--years {
	height: 170px
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%
}
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease, left 0s .3s;
  z-index: 100
}
.datepicker.-from-top- {
	transform: translateY(-8px)
}
.datepicker.-from-right- {
	transform: translateX(8px)
}
.datepicker.-from-bottom- {
	transform: translateY(8px)
}
.datepicker.-from-left- {
	transform: translateX(-8px)
}
.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity .3s ease, transform .3s ease, left 0s 0s
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none
}
.datepicker-inline .datepicker--pointer {
	display: none
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px
}
.-only-timepicker- .datepicker--content {
	display: none
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1
}
.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg)
}
.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg)
}
.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg)
}
.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg)
}
.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
  left: 10px
}
.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  right: 10px
}
.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
  left: calc(50% - 5px)
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 5px)
}
.datepicker--body {
  display: none
}
.datepicker--body.active {
  display: block
}
.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px
}
.-only-timepicker- .datepicker--nav {
  display: none
}
.datepicker--nav-action,
.datepicker--nav-title {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  user-select: none
}
.datepicker--nav-action:hover {
  background: #f0f0f0
}
.datepicker--nav-action.-disabled- {
  visibility: hidden
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px
}
.datepicker--nav-title:hover {
	background: #f0f0f0
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none
}
.datepicker--buttons {
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef
}
.datepicker--button {
  color: #4eb5e6;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
	color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .1);
  color: #ccc
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2)
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none
}
.datepicker--time {
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  padding: 4px;
  position: relative
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  flex: 0 1 138px;
  max-width: 138px
}
.-only-timepicker- .datepicker--time {
	border-top: none
}
.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px
}
.datepicker--time-label {
  display: none;
  font-size: 12px
}
.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
	opacity: 1
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px
}
.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(90deg, #dedede, #dedede) left 50%/100% 1px no-repeat
}
.datepicker--time-row:first-child {
	margin-bottom: 4px
}
.datepicker--time-row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none
}
.datepicker--time-row input[type=range]::-ms-tooltip {
	display: none
}
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
	border-color: #b8b8b8
}
.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
	border-color: #b8b8b8
}
.datepicker--time-row input[type=range]:hover::-ms-thumb {
	border-color: #b8b8b8
}
.datepicker--time-row input[type=range]:focus {
	outline: none
}
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef
}
.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef
}
.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s
}
.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s
}
.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
	margin-top: -6px
}
.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent
}
.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent
}
.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent
}
.datepicker--time-row input[type=range]::-ms-fill-lower,
.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: transparent
}
.datepicker--time-row span {
  padding: 0 12px
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em
}
.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute
}
.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

/*** Share Social ***/
#share_social {
	border-radius: 0;
	padding: 0;
}
#share_social.a2a_vertical_style:not(.a2a_flex_style) a {
	padding: 0;
}
#share_social.a2a_floating_style .a2a_svg {
	border-radius: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
#share_social .a2a_s_email {background-color: rgb(255,190,0) !important;}

#share_social .a2a_s_link {background-color: rgb(0,255,54) !important;}

@media (max-width: 767px) {
	#share_social {
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
	}
	#share_social.a2a_vertical_style:not(.a2a_flex_style) a {
		display: inline-flex;
	}
}
@media (min-width: 768px) {
	#share_social {
		top: 150px;
		right: 0;
	}
}