/**** Foundation 6 ***/
/**** General Styles ***/
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: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: -.002rem;
  color: #333;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: -.03rem;
  font-weight: 300;
  line-height: 1.2;
}
a {
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}
a:hover, a:focus {color: #363636;}

.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;}

.cursive {font-family: Georgia, serif; font-style: italic;}

.right-border {border-right: 1px solid rgba(0,0,0,.4);}

.label {
  background-color: transparent;
  color: #333;
  padding: .5em 0;
}
.circle {
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
.button {
  font-weight: 900;
  letter-spacing: .03rem;
  font-family: 'Montserrat', sans-serif;
}
.button:hover, .button:focus {text-decoration: none;}

.button.empty {
  background-color: transparent;
  color: #1779ba;
  border: 2px solid #1779ba;
}
.button.empty:hover, .button.empty:focus {
  color: #fff;
  background-color: #1779ba;
}
.button.empty.white {
  color: #fff;
  border: 2px solid #fff;
}
.button.empty.white:hover, .button.empty.white:focus {
  background-color: #1779ba;
  color: #fff;
}
.button.empty.black {
  color: #333;
  border: 2px solid #333;
}
.button.empty.black:hover, .button.empty.black:focus {
  background-color: #333;
  color: #fff;
}
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;
}
/**** Content ****/
.wrap-content {
  min-height: 100%;
  display: block;
  width: 100%;
}
/**** Header ****/
#header {padding: 1em 0; border-bottom: 1px solid rgba(0,0,0,.2);}

.top-bar {padding: 0 .5rem;}

.brand img {max-height: 43px;}

.top-bar, .top-bar ul {background-color: #fff;}

.top-bar .menu a {color: #999; font-weight: 600;}

.top-bar .menu a:hover, .top-bar .menu a:focus {color: #000;}

.top-bar .menu .active>a {background-color: #fff; color: #000;}

.top-bar .menu .active>a:hover, .top-bar .menu .active>a:focus {color: #555;}

.menu-icon::after {
	-webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
	-moz-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
	box-shadow: 0 7px 0 #000, 0 14px 0 #000;
	background-color: #000;
}
/**** Page Title ****/
.page-title {position: relative; padding: 2em 0;}

.page-title.with-img {
  padding: 12em 0 2em;
  color: #fff;
  overflow: hidden;
}
.page-title.index-banner {
  height:100vh;
  display:flex;
  padding: 0;
  overflow: hidden;
}
.fullscreen-video-wrap {
  position:relative;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  overflow:hidden;
}
.index-banner .page-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: 90%;
  margin: 0;
  color: #fff;
}
.page-title.with-img:before {
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,31,61,.48);
  z-index: 1;
}
.page-title.with-img>img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 0;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.page-caption {
  position: relative;
  z-index: 3;
}
.page-caption h1 {line-height: 1.1;}

.page-caption p {line-height: 1.1; font-size: 150%;}

.page-content {
  position: relative;
  padding: 3em 0 1em;
}
article h1, article h2, article h3, article h4, article h5 {
  font-family: 'Montserrat', sans-serif;
}
/**** Section ****/
.section {
  display: block;
  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: 230%;
  position: relative;
  overflow: hidden;
}
.logo-supplier {position: relative;}

.logo-supplier img {
  max-height: 70px;
  margin-bottom: 1.5em;
}
.globus-brand {
  margin-bottom: 1rem;
  font-size: 87%;
}
.globus-brand .logo-supplier {
  width: 100%;
  height: 120px;
  border: 1px solid rgba(0,0,0,.2);
}
.globus-brand .logo-supplier img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  margin: 0;
}
.stats {background-color: #ececec; padding: 3em 0; font-weight: 600;}

.stat {color: #d71921; font-size: 300%;}

.stat-label {text-transform: uppercase;}

.section.join {padding: 3em 0;}

.section.join h2 {font-weight: 700;}

.section-title .cursive {line-height: 1.1;}

.intro p {font-size: 90%;}

.main-cta {
  background-size: cover;
  background-position: center;
  color: #fff;
}
.main-cta:before {
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,31,61,.68);
  z-index: 1;
}
.main-cta>div {
  z-index: 2;
  position: relative;
}
.main-cta p {margin-bottom: 1.5em;}

/**** Posts ****/
.related-post {
  padding: .5em 0 1.35em;
}
.related-post h3 {
  line-height: 1.2;
  padding: .64em 0 .4em;
  margin: 0;
}
.related-post h3 a {color: #222;}

.related-post h3 a:hover, .related-post h3 a:focus {
  color: #1779ba;
}
/**** Thumbnail ****/
.thumbnail {
  border: 0 transparent;
  box-shadow: none;
  overflow: hidden;
  background-color: #fff;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s; /* Safari */
  transition: all 2s;
}
.thumb-content {
  padding: .85em 0 1em;
}
.thumb-details p {line-height: 1.2; font-size: 85%;}

.thumb-content .button {margin: 0;}

.link {
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
}
.specials h3.thumb-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 100%;
  font-weight: 800;
}
.specials .thumb-details {
  font-family: 'Montserrat', sans-serif;
}

/**** Slider ****/
.wrap-slider {
  position: relative;
}
.index-slider {
  position: relative;
  overflow: hidden;
}
.index-slider .slick-slide>img {
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: none;
  width: 100%;
}
.index-slider .slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: 90%;
  margin: 0;
  text-align: center;
  color: #fff;
  z-index: 88;
  text-shadow: 2px 2px 15px rgba(0,0,0,.1);
}
.index-slider .slick-slide:after {
  content:'';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0,0,0,.3);
  z-index:1;
}
.slick-slide {
  margin-bottom: 1em;
}
.slide-caption {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index:2;
  text-shadow: 2px 2px 15px rgba(0,0,0,.3);
}
.slide-caption h1, .slide-caption h2, .slide-caption h3 {
  margin-top: 0;
  line-height: 1.3;
  color: #fff;
}
.slide-caption p {
  font-size: 120%;
}
.single-offer {
  position: relative;
  background-color: #222;
  border: 1px solid #fff;
}
.single-offer a {color: #fff;}

.single-offer:hover {background-color: #555;}

.single-offer h3 {
  font-size: 130%;
  margin: 0;
  padding: 1em;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top:50%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 40px;
  height: 50px;
  margin-top: -35px;
  background-color: rgba(0,0,0,.3);
  border-color: transparent;
  z-index: 1;
  cursor:pointer;
}
.slick-prev {left: 0;}

.slick-next {right: 0;}

.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
  background-color: #333;
  border: none;
}
.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: #ddd;
  border-style: solid;
  margin: 15px;
}
.slick-prev:hover:before, .slick-next:hover:before,
.slick-prev:focus:before, .slick-next:focus:before,
.slick-prev:active:before, .slick-next:active:before {
  border-color: #fff;
}
.slick-prev:before {border-width: 0 0 2px 2px;}

.slick-next:before {border-width: 2px 2px 0 0;}

/* Dots */
.slick-dots {
	display: block;
	width: 100%;
  padding: 0;
	list-style: none;
	text-align: center;
	margin: 0;
}
.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: #1a6178;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 20px;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #1a6178;
}
/**** Register Form ****/
.indicates-required {
  font-size: 80%;
  margin-bottom: 1em;
}
.register-form .accordion-title {
  font-size: 90%;
  color: #333;
}
/**** Contact ****/
.contact h3 {
  margin: 0 0 1em;
  line-height: 1.1;
}
.contact address {
  font-style: normal;
}
/**** Footer ***/
#footer {
  padding: 2rem 0;
  position: relative;
}
#footer .logo-supplier {margin-bottom: 1.5em;}

#footer form {padding: 1.5em 0;}

.cta-footer h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-bottom: 2em;
}

.credits {font-size: 80%;}

.credits a {color: #333;}

#scrollup{
  background-color: #005288;
  color: #fff;
  position:fixed;
  text-align: center;
  bottom:50px;
  right:20px;
  display:none;
  transition: all 0.2s linear;
  z-index: 99;
  width: 40px;
  height: 40px;
  padding-top: 7.5px;
}
#scrollup:hover{
  background-color: #333;
  color: #fff;
}
#scrollup .svg-inline--fa {
  font-size: 120%;
}
/*******************************
          Responsive
*******************************/
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
  .top-bar-title {
    float: none;
    width: 100%;
    text-align: center;
    position: relative;
    padding-right: 0;
  }
  .top-bar-title>span {
    position: absolute;
    left: 0;
    top: 20px;
  }
  .index-slider .slick-slide>img {
    width: 150%;
  }
  .slide-caption h2 {
    font-size: 200%;
  }
  .related-post h3 {
    font-size: 143%;
  }
  .section {
    padding: 1.3em 0;
  }
  .section.main {
    padding: 0;
  }
  .section.main>img {
    position: relative;
  }
  .main-intro {
    padding: 1em;
  }
  .section.main-cta {
    padding: 3em 0;
  }
  .main-cta h3 {
    font-size: 280%;
    letter-spacing: -.08rem;
  }
  .contact h3 {
    font-size: 210%;
  }
  .section-title .cursive {
    text-align: center;
    margin-top: .5em;
  }
  .section-title .logo-supplier {
    text-align: center;
  }
  .page-caption h1 {
    font-size: 230%;
  }
  .index-banner .page-caption h1 {
    font-size: 300%;
    font-weight: 700;
  }
  .fullscreen-video-wrap {
		background-image:url(https://cdn1.gttwl.net/attachments/globusfamilyevents.gttwl2.com/ltmq6z/1567015154_original.jpeg);
		background-size: cover;
    background-position: center;
	}
	#myVideo {display: none;}
	
	.section.join h2 {
	  font-size: 230%;
	}
	
  .stats .right-border {
    border: none;
  }
} 
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .top-bar-title {
    padding-right: 1.5em;
  }
  .top-bar .menu a {
    line-height: 55px;
    padding: 0 .5rem;
  }
  .related-post h3 {
    font-size: 163%;
  }
  .section {
    padding: 2.5em 0;
  }
  .section.main {
    padding: 5em 0;
  }
  .section.main>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
  }
  .main-intro {
    padding: 1.5em 2em;
  }
  .section.main-cta {
    padding: 5em 0;
  }
  .main-cta h3 {
    font-size: 420%;
    letter-spacing: -.08rem;
  }
  .section-title .cursive {
    text-align: right;
    font-size: 120%;
    margin-top: .8em;
  }
  .index-banner .page-caption h1 {
    font-size: 350%;
    font-weight: 700;
  }
  #myVideo {
		background-image:url(https://cdn1.gttwl.net/attachments/globusfamilyevents.gttwl2.com/ltmq6z/1567015154_original.jpeg);
	}
  .contact h3 {
    font-size: 265%;
  }
} 
/* 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) {
  
} 
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  
} 
/* 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 { 
  
}
/* 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%;}
}