/**** Foundation 6 ***/
/**** General Styles ***/
html, body{
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}
body{
  background-color:#fff;
  font-family: 'Arvo', serif;
  font-weight: 400;
  color: #363636;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: -.03rem;
}
.row.full {
  max-width: 100%;
}
.breadcrumbs {
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  margin-bottom: .5rem;
}
.breadcrumbs a, a {
  color: #1c5a7d;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}
a:hover, a:focus {color: #043b5a;}

blockquote {
  border: none;
  font-family: 'Montserrat', sans-serif;
}
blockquote, blockquote p {
  color: #1c5a7d;
}
blockquote:before {
  display: block;
  text-align: center;
  content: '“';
  font-family: Georgia, serif;
  font-size: 3em;
  color: rgba(28,90,125,.5);
  line-height: 1;
}
.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;}

.uppercase {text-transform: uppercase;}

.circle {
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
hr.division {
  border-color: #1c5a7d;
  width: 50%;
}
.button {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .1em;
}
.button:hover, .button:focus {text-decoration: none;}

.button.success {
  color: #fff;
  background-color: #1c5a7d;
}
.button.success:hover, .button.success:focus {
  color: #fff;
  background-color: #1c5a7d;
}
.button.empty {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  font-weight: 600;
}
.empty.gold {
  color:#1c5a7d;
  border-color:#1c5a7d;
}
.empty.gold:hover, .empty.gold:focus {
  background-color:#1c5a7d;
  color:#fff;
}
.empty.white {
  border-color:#fff;
}
.empty.white:hover, .empty.white:focus {
  background-color:#fff;
  color:#222;
}
.bg-overlay-dark {
  background-color: rgba(0,0,0,.4);
}
.panorama {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 31.64062%;
  overflow: hidden;
}
/**** Header ***/
#header {
  padding-top: 1em;
  font-family: 'Montserrat', sans-serif;
}
.logo {
  display: inline-block;
  width: 100%;
  margin-bottom: 1em;
}
.logo img {width: auto;}

.main-nav .top-bar {
  background-color: #1c5a7d;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  z-index: 99;
  position: relative;
}
#header .menu>li>a {color: #fff;}

#header .menu>li>a:hover {color: #0987ce;}

.title-bar {
  background-color: #fff;
}
.top-bar .top-bar-title {
  padding-top: 0;
  padding-bottom: 0;
}
.top-bar .menu {
  background-color: transparent;
}
.top-bar-center .menu {
  text-align: center;
}
.menu-icon:after {
  background-color: #1c5a7d;
  box-shadow: 0 7px 0 #1c5a7d, 0 14px 0 #1c5a7d;
}
.menu-icon:hover:after {
  background-color: #1c5a7d;
  box-shadow: 0 7px 0 #1c5a7d, 0 14px 0 #1c5a7d;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
  border-color: #fff transparent transparent;
}
.is-dropdown-submenu {
  border: none;
  min-width: 200px;
  text-align: right;
  background-color: #1c5a7d;
  z-index: 99;
}
.top-bar .menu.is-dropdown-submenu {
  background-color: #1c5a7d;
  text-align: left;
}
.is-dropdown-submenu a {
  color: #fff;
}
.is-dropdown-submenu a:hover {
  color: #1c5a7d!important;
  background-color: #fff;
}
/**** Welcome ****/
.home-banner a {
  display: block;
  overflow: hidden;
  position: relative;
}
.home-banner .banner-overlay-content {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out;
}
.home-banner .banner-overlay-content:hover {
  opacity: 1;
}
.banner-overlay-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 1;
}
.banner-overlay-content p {
  margin: 0;
  padding-top: 30%;
  line-height: 1.1;
  font-size: 150%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: -.03rem;
}
.home-banner a img {
  transition: all 0.5s ease-in-out;
}
.home-banner a:hover img {
  transform: scale(1.2);
}
/**** Content ****/
.page-title {
  padding: 2.5rem 0 2rem;
  position: relative;
}
.page-title h1 {
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
  color: #043b5a;
}
.page-title p {margin: .75rem 0 0; font-size: 110%;}

.page-title .button {margin: 0;}

.page-title form {margin-top: 1em;}

.page-content {
  padding: 2rem 0;
}
.top-page-content {
  padding: 1rem 0;
}
.profile-img {
  margin-bottom: 1.5em;
  width: 100%;
}
/* SLIDER */

.wrap-slider {
  position: relative;
}
.index-slider {position: relative; height: auto; overflow: hidden;}

.index-slider .single-slider {min-height: 450px;}

.index-slider .single-slider p {
  text-align: right;
  padding: 2rem 1rem 0 0;
}
.index-slider .single-slider {
  background-size: cover;
  background-position: center;
  position: relative;
}
.slider-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index:88;
}
.slick-prev, .slick-next {
  position: absolute;
  top:40%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  border-color: transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  z-index:89;
}
.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
  background-color: transparent;
  border: none;
}
.slick-prev {background-image: url(https://cdn2.gttwl.net/attachments/bucketlistexploration.gttwl2.com/ltmq6z/1426275911_original.png); left: 1rem;}

.slick-next {background-image: url(https://cdn2.gttwl.net/attachments/bucketlistexploration.gttwl2.com/ltmq6z/1426275990_original.png); right: 1rem;}

.index-slider .slide-caption {
  position: absolute;
  top: 55%;
  left: 10%;
  width: 80%;
  color: #fff;
  font-family: 'Muli', Arial, sans-serif;
  font-size: 1.64rem;
  text-align: center;
  text-shadow: 2px 2px 15px rgba(0,0,0,.3);
}
.slide-caption h1, .slide-caption h2, .slide-caption h3 {
  color: #fff;
}
.index-slider .slide-caption img {
  margin-left: auto;
  margin-right: auto;
  max-height: 100px;
}
.wrap-slider .wdywtg-form {
  position: absolute;
  bottom: 10%;
  left: 20%;
  width: 60%;
  z-index: 9;
  border: none;
}
/*.wrap-ticker {
  margin-top: 2rem;
  border-width: 1px;
  border-style: solid;
}
.wrap-ticker label {
  padding: .65rem 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 90%;
}
.ticker-slider {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 40px;
  padding: .65rem 1rem;
  overflow: hidden;
}
.ticker-slider a {display: inline-block; width: 100%;}*/

/* SEARCH FORM */
.search-form {
  -moz-border-radius: 200px; 
  -webkit-border-radius: 200px; 
  border-radius: 200px;
  border-width: 2px;
  border-style: solid;
  border-color:#1c5a7d;
}
.search-form input, .search-form .button, .search-form select {
  height: 45px;
  line-height:45px;
  margin: 0;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.search-form input[type="text"] {
  -moz-border-radius: 200px 0 0 200px; 
  -webkit-border-radius: 200px 0 0 200px; 
  border-radius: 200px 0 0 200px;
  padding-left: 1rem;
  box-shadow: none;
}
.search-form .button {
  -moz-border-radius: 0 200px 200px 0; 
  -webkit-border-radius: 0 200px 200px 0;
  border-radius: 0 200px 200px 0;
  background-color: rgba(255,255,255,.95);
  color: #1c5a7d;
}
.search-form button:hover {
  background-color: #1c5a7d;
  color: #fff;
}

/**** Section ****/
.section {
  display: block;
  padding: 1.5rem 0;
  position: relative;
}
.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: 200%;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  color: #1c5a7d;
}
.line {
  display: block;
  width: 100%;
  height: 10px;
  background-color: #1c5a7d;
  position: relative;
  margin: 2em 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.simple-thumb {
  display: inline-block;
  width: 100%;
  padding: 1em 0;
  margin-bottom: 2em;
}
.simple-thumb h3 {
  font-size: 130%;
  line-height: 1.2;
  margin-bottom: 1em;
}
.simple-thumb h3 a {
  color: #1c5a7d;
}
.simple-thumb h3 a:hover {
  color: #1c5a7d;
}
.simple-thumb img {
  margin-bottom: 1em;
}
.simple-thumb p {
  margin: 0;
  line-height: 1.3;
  font-family: Georgia, serif;
  font-style: italic;
  color: rgba(0,0,0,.5);
}
/**** Video Section ****/
.section.video {
  padding: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.video .responsive-embed {
  z-index: -1;
  padding-bottom: 65%;
}
.video-headline {
  position: absolute;
  left: 0;
  max-height: 90%;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0,0,0,.3);
}
.video-headline h2 {
  line-height: 1.1;
}
/* EXPERIENCES THUMB  */
.exp-thumb {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.exp-thumb-content {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.6)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.6)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.6)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.6)); /* Standard syntax */
}
.exp-thumb img {
  transition: all 0.2s linear;
  width: 100%;
}
.exp-thumb-content a {
  color: #fff;
}
.exp-thumb-content h2, .exp-thumb-content h3 {
  color: #fff;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
  line-height: 1.15;
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0,0,0,.4);
  font-family: 'Arvo', serif;
  font-weight: 400;
}
.exp-thumb-content p {
  color: #fff;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.exp-thumb:hover img {
  transform: scale(1.2);
}
/* USER THUMB */
.user-thumb {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}
.user-thumb .thumb-content {
  margin-top: 1em;
}
.user-thumb .thumb-title {
  font-weight: 400;
  font-size: 140%;
}
.thumb-details {
  display: block;
  margin-bottom: 1em;
}
/* DESTINATIONS THUMB */
.destination-thumb {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}
.destination-thumb .thumb-content {
  margin-top: .5em;
}
.destination-thumb .thumb-title {
  font-weight: 400;
  font-size: 110%;
}
/**** Suppliers ****/
.suppliers-list a {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  -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 img {
  max-height: 95px;
  margin-bottom: 2em;
}
/**** University Page ****/
.uw {padding: 3em 0;}

.uw .tabs-title>a {
  padding-left: 1em;
  padding-right: 1em;
  font-family: 'Montserrat', sans-serif;
  color: #222;
  font-size: 96%;
  line-height: 1.2;
}
.uw .tabs-title>a:hover {color:#1c5a7d;}

.uw .tabs-title>a[aria-selected=true] {
  background-color: #ddd3b1;
}
.uw .tabs-content {border: 0;}

.uw .tabs-panel {padding:0;}

/**** Contact Page ****/

.contact-info dd, .contact-info dt {
  margin-bottom: .85rem;
}
.contact-info dd, .contact-info dd a, .contact-info dd address {
  overflow: hidden;
  font-size: 93%;
}
.contact-info dd i, .contact-info dd a, .contact-info dd address {
  display: table-cell;
  vertical-align: top;
}
.contact-info dd i {
  padding-right: 20px;
  font-size: 130%;
  width: 25px;
  text-align: center;
}
.contact-info a {
  color:#363636;
  text-decoration: underline;
}

/**** article ****/
.summary {
  font-size: 150%;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  color: #000;
}
article h1, article h2, article h3, article h4 {
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.65rem;
}
article p, article li {
  font-size: 106%;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
article img {
  max-width: 100%;
  margin-bottom: 1rem;
}
article p > img {
  margin-bottom: 0;
}
article iframe {width: 100%;}

.disclaimer, .product-info {font-size: 90%; color: #888; margin-bottom: 1em;}

/**** articles-list ****/
.article-row {
  padding: 1em 0;
}
.article-row > a {
  color: #333;
}
.article-row-content h2 {
  font-weight: 400;
  font-size: 150%;
  color: #1c5a7d;
}
.article-row-img img {
  width: 100%;
}
/**** Subscribe Modal ****/
.reveal#subscribe {
  padding: 0;
}
.subscribe-img {
  background-image: url(https://cdn2.gttwl.net/attachments/geryvaltiner.gttwl2.com/ltmq6z/1492104756_large.jpeg);
  background-size: cover;
  background-position: center;
}
.subscribe-form {
  padding: 1rem;
}
.subscribe-form h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin: .75em 0 1em;
}
#subscribe .close-button {
  top: .15rem;
  right: .5rem;
}

/**** CTAs ****/
.cta {
  position: relative;
  padding: 2rem 0;
}
.cta-specialty {
  background-size: cover;
  background-position: center;
  display: block;
  padding: 2em;
  color: #fff;
}
.affiliations img {
  width: 100%;
  margin-bottom: 1em;
}

/**** Footer ***/
#footer {
  background-color: #eee;
  color: #000;
  padding: 2rem 0;
  font-size: 90%;
  margin-top:2em;
  border-top:5px solid #1c5a7d;
}
#footer h3 {font-size: 1.3rem;}

#footer address {margin-bottom: 1rem;}

#footer a, #footer abbr {color: #000;}

#footer a:hover {
  color: #aaa;
  text-decoration: underline;
}
.social-section a {
  font-size: 130%;
  display: inline-block;
  vertical-align: top;
  padding: 0 .35rem;
}
#footer .button {
  margin-bottom: .3rem;
  background-color: #000;
  color: #fff;
}
#footer .button:hover, #footer .button:focus {
  background-color: #1c5a7d;
  text-decoration: none;
  color: #fff;
}
.footer-logos {
  display: block;
  padding: 1em 0 .5em;
  background-color: #fff;
  margin-top: 1em;
  margin-bottom: 1.5em;
  min-width: 100%;
}
.footer-logos img {
  display: inline-block;
  vertical-align: top;
  margin: 0 .65em .75em;
  height: 40px;
}
.credits {font-size: 80%;}

#scrollup{
  background-color: #1c5a7d;
  color: #ddd;
  border: 1px solid rgba(255,255,255,.2);
  position:fixed;
  text-align: center;
  bottom:50px;
  right:20px;
  display:none;
  transition: all 0.2s linear;
}
#scrollup:hover{
  background-color: #1c5a7d;
  color: #fff;
}
#scrollup i{
  width: 40px;
  height: 40px;
  line-height: 37px;
  font-size: 120%;
}

/*******************************
          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 .menu>li {
    display: block;
  }
  .top-bar .menu>li>a:hover {
    background-color: #1c5a7d;
  }
  .logo img {
    max-height: 80px;
  }
  .is-dropdown-submenu {
    position: relative;
  }
  .menu-icon {
    position: absolute;
    top: 40px;
    right: 15px;
    z-index: 99;
  }
  .wrap-content {
    margin-top: -62px;
  }
  .wrap-content:before {
    height: 62px;
  }
  .page-title h1 {
    font-size: 1.85rem;
  }
  .uw .tabs {
    border-width: 0;
    margin-bottom: 2em;
  }
  .cta h2 {
    font-size: 220%;
  }
  .cta p {
    font-size: 120%;
  }
  .subscribe-img {
    height: 200px;
  }
  #footer .columns {
    margin-bottom: 1.5rem;
  }
  .arrow {
    margin: 1em 0;
  }
  .article-row-img img {
    margin-bottom: 1em;
  }
  .exp-thumb-content h2, .exp-thumb-content h3 {
    font-size: 130%;
  }
  .section.video {
    height: 400px;
    margin: 0;
    background-image: url(https://cdn2.gttwl.net/attachments/tatdemowebsite.gttwl2.com/ltmq6z/1471037186_original.jpeg);
    background-size: cover;
  }
  .video-headline {
	  top: 50%;
	  transform: translate(10%, -40%);
	  max-width: 80%;
	}
	.video-headline h2 {
	  font-size: 1.55rem;
	}
} 
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .no-js [data-responsive-toggle] {
    display: none;
  }
  .top-bar-center .menu>li {
    display: inline-block;
  }
  .top-bar .menu>li>a {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 90%;
    line-height: 50px;
  }
  .top-bar .menu>li.has-icon>a {
    padding-left: .4rem;
    padding-right: .4rem;
  }
  .logo img {
    max-height: 110px;
  }
  .page-title h1 {
    font-size: 2.55rem;
  }
  .uw .tabs {
    padding: 1em 0;
    border-width: 0 1px 0 0;
  }
  .subscribe-img {
    height: 360px;
  }
  .search-form .input-group {
    margin-bottom: 0;
  }
  .cta h2 {
    font-size: 270%;
  }
  .cta p {
    font-size: 130%;
  }
  .exp-thumb-content h2, .exp-thumb-content h3 {
    font-size: 160%;
  }
  .section.video {
    height: 500px;
  }
  .video .responsive-embed {
    padding-bottom: 55%;
  }
  .video-headline {
	  top: 50%;
	  transform: translate(10%, -45%);
	  max-width: 80%;
	}
	.video-headline h2 {
	  margin-bottom: 1rem;
	}
  .video-headline p {
    font-size: 120%;
  }
} 
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  
} 
/* max-width 1025px, small-medium screens */
@media only screen and (max-width: 64em) {
  .top-bar-title {
    width: 100%;
    float: none;
    padding-right:0;
  }
} 
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .specialties .simple-thumb h3 {
    font-size: 143%;
  }
} 
/* 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) {
  
}

/* 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 { 
  
}
/*.top-bar-right li a{
  color:#1c5a7d;
  font-weight:600;
  text-transform:capitalize;
}
.top-bar-left li a{
  color:#1c5a7d;
  font-weight:600;
  text-transform:capitalize;
}
.top-bar-center li a{
  color:#b2a476;
  font-weight:600;
  text-transform:capitalize;
}
.drop{
  color:#fff!important;
}*/