/* ==========================================================================
   7 MOONS + KABOOKABOO MARKETING
   ========================================================================== */


/* ==========================================================================
   General
   ========================================================================== */

html {
	height: 100% !important;
	font-size: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	overflow-y: scroll;
	background: #000;
}

html.open {
	overflow: hidden;
}

html,
body {
	min-height: 100% !important;
}

body {
	margin: 0 auto;
	width: 100%;
	min-width: 320px;
	font-family: 'OpenSans', sans-serif;
	color: #E2E2E2;
	font-size: 14px;
	line-height: 150%;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #000;
}

body.has-agegate {
    overflow: auto !important;
}

/* Links
   ========================================================================== */

a,
a:visited {
	color: inherit;
	text-decoration: underline;
}

a:hover,
a:active,
a:visited:hover {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
}

.touch-device a:hover,
.touch-device a:active,
.touch-device a:visited:hover {
	text-decoration: none;
}

/* Reset
   ========================================================================== */

img {
	border: none;
	display: block;
}

* {
	position:relative;
	outline:0 !important;
	z-index: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.no-trans {
  transition: none !important;
}

/* Selection/Highlight */

::-moz-selection{background:#fff; color:#000; text-shadow:none;}
::selection{background:#fff; color:#000; text-shadow:none;}
*{-webkit-tap-highlight-color:rgba(255, 255, 255, 0.25);}

/* Forms */

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="email"],
input[type="button"],
select,
textarea {
	font-family: 'Open-Sans', sans-serif;
	font-weight: 400;
	border: none;
    border-radius: 0;
	background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    resize: none;
}

input[type="text"]::-ms-clear{ 
	display: none;
}

select::-ms-expand {
    display: none;
}

::-webkit-input-placeholder {
	color: #bfbfc0 !important;
}

::-moz-placeholder {
	color: #bfbfc0 !important;
}

:-ms-input-placeholder {
	color: #bfbfc0 !important;
}


/* ==========================================================================
   UNIVERSAL
   ========================================================================== */

/* Copy/Text
   ========================================================================== */

h1,
h2,
h3 {
	margin: 0;
}
	
h1 {
	font-family: 'Uniform-Condensed';
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
    hyphens: auto;
}

.btn + h1 {
	margin-top: 15px;
}

@media (max-width:980px){
	
	h1 {
		font-size: 42px;
		line-height: 42px;
	}
}

@media (max-width:760px){
	
	h1 {
		font-size: 36px;
		line-height: 36px;
	}
}

@media (max-width:540px){
	
	h1 {
		font-size: 32px;
		line-height: 32px;
	}
}

h1 + h2 {
	margin: 15px 0;
}

h2 {
	font-family: 'Uniform';
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

@media (max-width:760px){
	
	h2 {
		font-size: 14px;
		line-height: 20px;
	}
}

h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
}

@media (max-width:760px){
	
	h3 {
		font-size: 16px;
		line-height: 24px;
	}
}

p,
ul,
ol {
	margin: 15px 0;
}

h3 + p {
	margin-top: 0;
}

p:first-child,
ul:first-child,
ol:first-child {
	margin-top: 0 !important;
}

p:last-child,
ul:last-child,
ol:last-child {
	margin-bottom: 0 !important;
}

ul,
ol {
	padding-left: 40px;
}

nav ul,
nav ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bold,
strong,
b {
	font-weight: 700;
}

.center {
	text-align: center;
}

.caps {
	text-transform: uppercase;
}

/* Text Colors */

.white-text {
	color: #fff;
}

/* Images
   ========================================================================== */

.full-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: block;
}

.full-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* IE Fallback  */

.full-bg.compat-object-fit {
	background-size: cover;
	background-position: center center;
}

.full-bg.compat-object-fit img {
	opacity:0; filter:alpha(opacity=0);
}


/* ==========================================================================
   HEADER
   ========================================================================== */

.header-wrapper {
	width: 130px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #000;
	transition: margin .5s ease-in-out, left .5s ease-in-out;
}

.header-wrapper.open {
	margin-left: -129px;
	left: 100%;
}

@media (max-width:980px){
	
	.header-wrapper,
	.header-wrapper.open{
		margin: 0;
		padding: 0;
		width: 100%;
		min-width: 320px;
		height: 75px;
		left: auto;
		transition: none;
	}
}

.header-content {
	padding: 25px 0;
	width: 100%;
	height: 100%;
	border-right: 1px solid #393A3B;
	background: #000;
	z-index: 10;
}

@media (max-width:980px){
	
	.header-content{
		padding: 8px 0 0 0;
		border-bottom: 1px solid #393A3B;
		border-right: none;
	}
}

/* Logo
   ========================================================================== */

.logo,
.logo img {
	margin: 0 auto;
	width: 118px;
	display: block;
}

@media (max-width:980px){
	
	.logo,
	.logo img {
		width: 104px;
	}
}

/* Title
   ========================================================================== */

.title {
	padding-bottom: 20px;
	text-align: center;
}

@media (max-width:980px){
	
	.title {
		padding-bottom: 10px;
	}
}

@media (max-width:760px){
	
	.title {
		padding-bottom: 0;
	}
}

/* Menu Toggle
   ========================================================================== */

.menu-toggle-btn {
	margin: 0 0 0 -16px;
	padding: 15px 8px;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 108px;
	left: 50%;
	display: block;
	z-index: 10;
	transform: translate3d(0,0,0);
}

.menu-toggle-btn * {
	background: #fff;
}

@media (max-width:980px){
	
	.menu-toggle-btn {
		margin: 0;
		top: 21px;
		left: 15px;
	}
}

@media (max-width:760px){
	
	.menu-toggle-btn {
		left: 10px;
	}
}

.menu-toggle-btn span {
	margin: 0 auto;
	width: 16px;
	height: 2px;
	display: block;
	background: #95989A;
	transition: all .3s ease-in-out;
}

body.no-touch-device .menu-toggle-btn:hover span {
	background: #fff;
}

.header-wrapper.open .menu-toggle-btn span {
	opacity: 0;
}

.menu-toggle-btn:before,
.menu-toggle-btn:after {
	width: 16px;
	height: 2px;
	content: '';
	position: absolute;
	left: 8px;
	display: block;
	background: #95989A;
	transition: all .3s ease-in-out;
}

body.no-touch-device .menu-toggle-btn:hover:before,
body.no-touch-device .menu-toggle-btn:hover:after {
	background: #fff;
}

.menu-toggle-btn:before {
	top: 9px;
}

.header-wrapper.open .menu-toggle-btn:before {
	width: 20px;
	left: 6px;
	top: 15px;
	transform: rotate(45deg);
}

.menu-toggle-btn:after {
	bottom: 9px;
}

.header-wrapper.open .menu-toggle-btn:after {
	width: 20px;
	left: 6px;
	bottom: 15px;
	transform: rotate(-45deg);
}

/* Main Menu
   ========================================================================== */

.main-menu-wrapper {
	padding-right: 129px;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	position: fixed;
	top: 0;
	right: 100%;
	background: #000;
	transform: translate3d(0px, 0px, 0px);
	transition: right .5s ease-in-out;
}

.header-wrapper.open .main-menu-wrapper {
	right: 0%;
}

@media (max-width:980px){
	
	.main-menu-wrapper {
		padding-top: 75px;
		padding-right: 0;
		min-width: 320px;
		top: -100%;
		left: 0;
		right: 0;
		transition: top .5s ease-in-out;
	}

	.header-wrapper.open .main-menu-wrapper {
		top: 0%;
	}
}

.main-menu-group {
	width: 100%;
	height: 100%;
}

.main-menu-item {
	width: 20%;
	height: 100%;
	border-right: 1px solid #393A3B;
	vertical-align: top;
	display: inline-block;
}

@media (max-width:980px){
	
	.main-menu-item {
		width: 100%;
		height: 20%;
		border-top: 1px solid #393A3B;
		border-right: none;
	}
	
	.main-menu-item:first-child {
		border-top: none;
	}
}

.main-menu-btn {
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	background: #000;
	display: block;
	transition: background .3s linear;
}

body.no-touch-device .main-menu-btn:hover {
	background: #c1c1c1;
}

.main-menu-btn-title {
	width: 100%;
	height: 100%;
	display: table;
}

.main-menu-btn-title span {
	width: 100%;
	color: #fff !important;
	font-family: 'Uniform-Condensed';
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	transition: color .3s linear;
}

@media (max-width:980px) and (max-height:800px){
	
	.main-menu-btn-title span {
		font-size: 36px;
		line-height: 36px;
	}
}

@media (max-width:980px) and (max-height:600px){
	
	.main-menu-btn-title span {
		font-size: 28px;
		line-height: 28px;
	}
}

@media (max-width:980px) and (max-height:400px){
	
	.main-menu-btn-title span {
		font-size: 24px;
		line-height: 24px;
	}
}

body.no-touch-device .main-menu-btn:hover .main-menu-btn-title span {
	color: #000 !important;
}

/* Sub-Menu
   ========================================================================== */

.sub-menu-wrapper {
	width: 100%;
	height: 100%;
	display: table;
}

.sub-menu-group {
	vertical-align: middle;
	display: table-cell;
}

@media (max-width:980px){
	
	.sub-menu-group {
		text-align: center;
	}
}

.sub-menu-item {
	width: 100%;
	text-align: center;
}

@media (max-width:980px){
	
	.sub-menu-item {
		width: auto;
		text-align: center;
		display: inline-block;
	}
}

.sub-menu-item--title {
    margin: 8px 0 6px;
    width: 100%;
    color: #fff !important;
    font-family: 'Uniform-Condensed';
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    transition: color .3s linear;
}

@media (max-height: 800px) and (max-width: 980px) {
    
    .sub-menu-item--title {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (max-height: 600px) and (max-width: 980px) {
    
    .sub-menu-item--title {
        font-size: 28px;
        line-height: 28px;
    }
}

@media (max-height: 400px) and (max-width: 980px) {
    
    .sub-menu-item--title {
        font-size: 24px;
        line-height: 24px;
    }
}

.sub-menu-btn {
	padding: 0 5px;
	font-family: 'Uniform';
	color: #95989A !important;
	font-size: 14px;
	line-height: 32px;
	font-weight: 400;
	text-decoration: none !important;
	vertical-align: top;
	display: inline-block;
	transition: color .3s ease;
}

body.no-touch-device .sub-menu-btn:hover {
	color: #fff !important;
}

@media (max-width:980px){
	
	.sub-menu-btn {
		margin: 0 10px;
	}
}

@media (max-width:540px){
	
	.sub-menu-btn {
		margin: 0 5px;
	}
}

/* Social
   ========================================================================== */

.social-wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	list-style: none;
	position: absolute;
	left: 0;
	bottom: 20px;
}

@media (max-width:980px){
	
	.social-wrapper {
		width: auto;
		top: 21px;
		right: 15px;
		left: auto;
		bottom: auto;
	}
}

@media (max-width:760px){
	
	.social-wrapper {
		right: 10px;
	}
}

.social-item {
	vertical-align: top;
	display: inline-block;
}

.social-btn {
	width: 32px;
	height: 32px;
	color: #95989A !important;
	display: block;
	transition: all .3s linear;
}

body.no-touch-device .social-btn:hover {
	color: #fff !important;
}

.social-btn i {
	font-size: 16px;
	line-height: 32px;
}


/* ==========================================================================
   BODY
   ========================================================================== */

/* Universal
   ========================================================================== */

.main-wrapper {
	width: 100%;
	z-index: 10;
	opacity: 0;
}

.loaded {
    opacity: 1 !important;
    transition: opacity .35s ease-in-out;
}

.main-content {
	padding: 100px 50px 100px 180px;
}

@media (max-width:980px){
	
	.main-content {
		padding: 100px 25px 60px 25px;
	}
}

@media (max-width:760px){
	
	.main-content {
		padding: 100px 20px 50px 20px;
	}
}

.main-copy {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	z-index: 10;
}

/* Orientation Overlay
   ========================================================================== */

.orientation-warning-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	z-index: 9999;
	content: '';
	display: none;
}
	
.orientation-warning-content {
	padding: 0 30px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.orientation-warning-content img {
	margin: 0 auto 20px;
	width: 100px;
}

@media (max-width:760px) and (orientation: landscape) {
	
	.touch-device .orientation-warning-wrapper {
		display: table;
	}
}

/* Button
   ========================================================================== */

.btn,
.locator_search {
	margin: 5px 0;
	padding: 0 20px;
	font-family: 'Uniform-Condensed' !important;
	color: #fff !important;
	font-size: 20px;
	line-height: 50px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none !important;
	border: 1px solid #95989A !important;
	border-radius: 6px !important;
	vertical-align: top;
	display: inline-block;
	background: #000 !important;
    transition: color .3s linear, background .3s linear, border .3s linear !important;
}

.dir-btn {
	padding: 0;
	width: 52px;
	font-size: 30px;
	text-align: center;
}

.btn.btn--order-now {
	color: #fff !important;
	line-height: 52px;
    border: none !important;
	background: none !important;
	opacity: 1;
    transition: opacity .3s linear !important;
}

body.find .btn.btn--order-now {
    margin: 15px 0 0 -20px;
}

.no-touch-device .btn.btn--order-now:hover {
	color: #fff !important;
    border: none !important;
	background: none !important;
	opacity: .6;
}

.no-touch-device .btn:hover,
.no-touch-device .locator_search:hover {
	color: #000 !important;
	border: 1px solid #fff;
	background: #fff !important;
}

.btn img {
    margin: 10px 0 0 10px;
    width: auto;
    height: 32px;
    display: inline-block;
    vertical-align: top;
}

/* Scrolling Content
   ========================================================================== */

.fullpage-wrapper,
.fp-section,
.fp-tableCell {
	height: 100%;
	-webkit-tap-highlight-color:rgba(255, 255, 255, 0.0) !important;
}

.fp-section {
	padding: 0 50px 0 130px;
	overflow: hidden;
}

@media (max-width:980px){
	
	.fp-section {
		padding: 0 50px 0 50px;
	}
}

@media (max-width:760px){
	
	.fp-section {
		padding: 0 20px 0 20px;
	}
}

.fp-column {
	width: 45%;
	max-width: 390px;
    height: 100%;
	position: absolute;
    top: 0;
    left: 50%;
    display: table;
}

@media (max-width:980px){
	
	.fp-column {
		padding-top: 75px;
	}
}

@media (max-width:760px){

	.fp-column {
		width: 50%;
	}
	
	.home-section .fp-column {
		width: 100%;
		max-width: 95%;
		position: relative;
    	left: 50%;
	}
}

.fp-group {
	vertical-align: middle;
	display: table-cell;
	z-index: 10;
}

@media (max-width:760px){
	
	.home-section .fp-group {
    	left: -50% !important;
	}
}

.fp-copy {
	margin-left: -1px;
	padding: 20px 0;
	width: 100%;
}

@media (max-width:760px){
	
	.home-section .fp-copy {
    	text-align: center !important;
	}
}

.fp-copy:before,
.fp-copy:after {
	width: 1px;
    height: 1000px;
    position: absolute;
    left: 0;
    content: '';
    z-index: 0;
    background: #95989A;
}

@media (max-width:760px){
	
	.home-section .fp-copy:before,
	.home-section .fp-copy:after {
    	left: 50% !important;
	}
}

.fp-copy:before {
    margin-top: -1000px;
    top: 0;
}

.fp-copy:after {
    margin-bottom: -1000px;
    bottom: 0;
}

.section:first-child .fp-copy:before,
.section:last-child .fp-copy:after {
	content: none;
}

/* Arrows */

.fp-arrow {
	margin-left: 40px;
	width: 26px;
	height: 22px;
	color: #ABAAAA !important;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	position: fixed;
	left: 50%;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	transition: color .3s linear, opacity .3s linear;
}

@media (max-width:980px){
	
	.fp-arrow {
		margin-left: 0;
	}
}

.fp-arrow.on {
	opacity: 1;
}

.fp-arrow.up {
	top: 0;
}

.fp-arrow.down {
	bottom: 0;
}

.fp-arrow.down span {
	height: 12px;
	font-family: 'Uniform-Condensed';
	font-size: 12px;
	line-height: 0;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	position: absolute;
    bottom: 32px;
    left: -12px;
    transform: rotate(90deg);
	opacity: 0;
	transition: opacity .3s linear;
}

.fp-arrow.down span.on {
	opacity: 1;
}

@media (max-width:760px){
	
	.fp-arrow.down span {
		font-size: 10px;
		bottom: -2px;
		left: 24px;
		transform: rotate(0deg);
	}
}

body.no-touch-device .fp-arrow:hover {
	color: #fff !important;
}

@media (max-width:980px){
	
	.fp-arrow.up {
		top: 75px;
	}
}

@media (max-width:760px){
	
	.fp-arrow {
		margin-left: 0;
		left: 50%;
	}
}

/* Bullets */

#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translate3d(0,0,0);
}

@media (max-width:980px){
	
	#fp-nav {
		padding-top: 37px;
	}
}

@media (max-width:760px){
	
	#fp-nav {
		margin: 0 !important;
		padding-top: 0;
		top: 85px;
	}
}

#fp-nav.right {
    right: 15px;
}

#fp-nav ul {
    margin: 0;
    padding: 0;
	list-style: none;
}

#fp-nav ul li {
    width: 8px;
    height: 8px;
    margin: 10px 0;
    position: relative;
    display: block;
}

#fp-nav ul li a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: block;
}

#fp-nav ul li a span {
    height: 8px;
    width: 8px;
    z-index: 1;
    background: #626262;
	display: block;
    border-radius: 50%;
    transition: all .3s linear;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
    background: #fff;
}

/* Stars
   ========================================================================== */

.stars-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.stars-wrapper:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	z-index: 1;
	background: radial-gradient(ellipse at bottom, rgba(41,42,44,1) 0%,rgba(41,42,44,0) 50%);
}

@keyframes move-twinkling-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@-webkit-keyframes move-twinkling-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@-moz-keyframes move-twinkling-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@-ms-keyframes move-twinkling-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

.stars,
.twinkling {
  width: 100%;
  height: 100%;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.stars-wrapper .stars {
  background: url(../img/bg/stars.jpg) repeat top center #000;
  z-index: 0;
}

.stars-wrapper .twinkling {
  background: url(../img/bg/twinkling.png) repeat top center transparent;
  z-index: 1;
  -moz-animation: move-twinkling-back 400s linear infinite;
  -ms-animation: move-twinkling-back 400s linear infinite;
  -o-animation: move-twinkling-back 400s linear infinite;
  -webkit-animation: move-twinkling-back 400s linear infinite;
  animation: move-twinkling-back 400s linear infinite;
}


/* ==========================================================================
   PAGE SPECIFIC
   ========================================================================== */

.section-bg {
	position: fixed;
    top: 0;
    right: 50%;
    bottom: 0;
	z-index: 0;
	opacity: 0;
    transition: opacity .35s linear;
}

.section-bg.on {
	opacity: 1;
}

@media (max-width:980px){
	
	.section-bg {
		top: 75px;
	}
}

@media (max-width:760px){
	
	.section-bg {
		width: 100%;
    	right: 0;
	}
	
	.section-bg.on {
		opacity: .3;
	}
}

.section-bg img {
	margin-right: 15px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

/*
.section-bg.intro-bg img:last-child {
    opacity: 0;
}

.section-bg.intro-bg.on img:first-child {
    animation: introBottleFade1 5s 0s linear forwards infinite;
}

.section-bg.intro-bg.on img:last-child {
    animation: introBottleFade2 5s 0s linear forwards infinite;
}

@-webkit-keyframes introBottleFade1 {

    0%, 30%, 90%, 100% {
        opacity: 1;
    }

    40%, 80% {
        opacity: 0;
    }
}

@-webkit-keyframes introBottleFade2 {

    0%, 30%, 90%, 100% {
        opacity: 0;
    }

    40%, 80% {
        opacity: 1;
    }
}
*/

@media (max-width:980px){
	
	.section-bg img {
		margin-right: 50px;
	}
}

@media (max-width:760px){
	
	.section-bg img {
		margin: 0 auto;
		position: relative;
	}
}

/* Home
   ========================================================================== */

.bottle {
	margin: 0 auto 15px;
	height: 270px;
	display: none;
}

@media (max-width:760px){

	.bottle {
		display: inline-block;
	}
	
	.section-bg.on.intro-bg {
		opacity: 0;
	}
}

@media (max-width:540px){

	.bottle {
		margin-top: -40px;
	}
}

.section-bg.phases-bg img {
	margin-right: 25px;
}

@media (max-width:980px){
	
	.section-bg.phases-bg img {
		margin-right: 60px;
	}
}

@media (max-width:760px){
	
	.section-bg.phases-bg img {
		margin: 0 auto;
		position: relative;
	}
}

/* Phases
   ========================================================================== */

.phases-section .fp-copy {
	position: absolute;
	right: 0;
}

.phases-section.phase1 .fp-copy {
	top: 5%;
}

.phases-section.phase2 .fp-copy {
	top: 15%;
}

.phases-section.phase3 .fp-copy {
	top: 25%;
}

.phases-section.phase4 .fp-copy {
	top: 35%;
}

.phases-section.phase5 .fp-copy {
	bottom: 25%;
}

.phases-section.phase6 .fp-copy {
	bottom: 15%;
}

.phases-section.phase7 .fp-copy {
	bottom: 5%;
}

.phases-full-bg.on {
	opacity: .3;
}

@media (max-width:760px){
	
	.phases-section .fp-copy {
		position: relative;
		top: auto;
		bottom: auto;
	}
}

.section-bg.phases-full-bg,
.section-bg.phases-single-bg {
	margin-right: 25px;
}

.section-bg.phases-full-bg img,
.section-bg.phases-single-bg img {
	margin: 0;
	position: absolute;
}

@media (max-width:980px){
	
	.section-bg.phases-full-bg,
	.section-bg.phases-single-bg {
		margin-right: 60px;
	}
}

@media (max-width:760px){
	
	.section-bg.phases-full-bg,
	.section-bg.phases-single-bg {
		margin-right: 35px;
		width: auto;
		right: 50%;
	}
	
	.section-bg.phases-single-bg.on {
		opacity: 1;
	}
}

/* Find
   ========================================================================== */

.locator {
	margin: 15px 0 0 !important;
	font-family: 'OpenSans', sans-serif !important;
	opacity: 1 !important;
}

@media (max-width:760px){
	
	.locator {
		color: #fff;
	}
}

.locator:before,
.locator:after {
	content: '';
	display: table;
}

.locator:after {
	clear: both;
}

/* Form */

.locator_form {
	margin: 0 !important;
	padding: 0 !important;
	width: 220px !important;
	color: #fff !important;
	border: none !important;
	z-index: 10 !important;
	background: none !important;
}

@media (max-width:760px){
	
	.locator_form {
		width: 100% !important;
	}
}

.locator_form p {
	margin: 0 !important;
	font-size: 12px !important;
	line-height: 16px !important;
	text-align: left !important;
}

.locator_form hr {
	margin: 16px 0 !important;
	border-top-width: 1px !important;
	border-top-color: #95989A !important;
}

.locator_form_container,
.locator_form_container > div {
	margin: 15px 0 !important;
	text-align: left !important;
}

.locator_form select,
.locator_form input[type=text] {
	padding: 0 8px !important;
	height: 35px !important;
	font-size: 12px !important;
	line-height: 16px !important;
	border: 1px solid #95989A !important;
	background: #fff !important;
	border-radius: 6px !important;
}

.locator_form select {
	margin: 5px 0 0 !important;
    background: url('/resources/img/select-icon.jpg') #fff right 10px no-repeat!important;
}

.locator_form select:first-child {
	margin: 0 !important;
}

.locator_address_label,
.locator_miles_label {
	padding-bottom: 4px !important;
	font-family: 'Uniform-Condensed' !important;
	font-size: 20px !important;
	line-height: 20px !important;
	font-weight: 400 !important;
}

.locator_type + div {
	margin-top: -16px !important;
}

.locator_type_group {
	margin-top: -10px !important;
	display: inline-block !important;
	vertical-align: top !important;
}

.locator_type_group + .locator_type_group {
	margin-left: 10px !important;
}

.locator_current,
.locator_legalage,
.locator_store,
.locator_restaurant {
	margin: 10px 0 0 0 !important;
	width: 17px !important;
	height: 17px !important;
	display: inline-block !important;
	vertical-align: top !important;
	filter: grayscale(100%) !important;
}

.locator_current_label,
.locator_legalage_label,
.label_inline{
	margin: 10px 0 0 0 !important;
	padding-left: 4px;
	font-size: 12px !important;
	line-height: 16px !important;
	font-weight: 600 !important;
	display: inline-block !important;
	vertical-align: top !important;
}

.locator_search {
    margin: 16px auto 0 !important;
	width: auto !important;
    min-width: 160px !important;
    display: block !important;
}

.locator_input_error_label {
	color: #f00 !important;
}

/* Map */

.locator_map {
	margin: 0 0 0 250px !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	filter: grayscale(100%) !important;
}

@media (max-width:760px){
	
	.locator_map {
		margin-left: 0 !important;
	}
}

/* Results */

.locator_results {
	margin: 0 0 0 250px !important;
	padding: 20px !important;
	color: #000 !important;
	border: 0 !important;
	display: none;
	background: #fff !important;
}

@media (max-width:760px){
	
	.locator_results {
		margin-left: 0 !important;
	}
}

.locator_results h1 {
	font-size: 24px !important;
	line-height: 24px !important;
}

.locator_results .locator_pages {
	text-align: right !important;
}

.locator_results .locator_pages a {
	margin-top: 0 !important;
}

.locator_results .locator_locations {
	margin: 20px 0 !important;
}

.locator_results .locator_locations li {
    border-bottom: 1px solid #E5E6E7 !important;
}

.locator_results .locator_locations li:first-child {
    border-top: 1px solid #E5E6E7 !important;
}

.locator_results p {
	margin: 15px 0 !important;
	font-size: 12px !important;
	line-height: 16px !important;
	text-align: left !important;
}

.locator_map_heading {
	padding: 20px !important;
	color: #000 !important;
	background: #fff !important
}

.locator_map_heading h1 {
	font-size: 24px !important;
	line-height: 24px !important;
}

.locator_map_heading p {
	margin: 15px 0 !important;
	font-size: 12px !important;
	line-height: 16px !important;
}

.locator_map_heading p:last-child {
	margin-bottom: 0 !important;
}

.locator_navigation {
	border-top: 1px solid #393A3B !important;
	background: #000 !important;
}

/* Contact
   ========================================================================== */

.iframe-container {
	margin-top: 15px;
}

/* ==========================================================================
   Age Gate
   ========================================================================== */

.has-agegate header,
.has-agegate .main-wrapper,
.has-agegate footer {
    display: none;
}


/* Age Gate Overlay
   ========================================================================== */

.age-gate__overlay {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: visible;
    display: none;
    opacity: 0;
    z-index: 99999999;
    background: #000;
    backface-visibility: hidden;
}

.has-agegate .age-gate__overlay {
    position: relative;
    top: auto;
    left: auto;
}


/* Age Gate Background
   ========================================================================== */

.age-gate__background {
    position: fixed;
    height: 100vh !important;
    background: #fdf8ef;
    background: linear-gradient(to right, #fdf8ef 0%, #f0e6d5 100%);
}


/* Age Gate Container
   ========================================================================== */

.age-gate__container {
    margin: 0 auto;
    padding: 60px;
    width: 100%;
    max-width: 950px;
    height: 100%;
    text-align: center;
    display: table;
}

@media (max-width:1023px) {

	.age-gate__container {
        max-width: 750px;
    }
}

@media (max-width:980px) {

	.age-gate__container {
        padding: 0 60px;
    }
}

@media (max-width:760px) {

	.age-gate__container {
        padding: 0 20px;
        max-width: 580px;
    }
}


/* Age Gate Body
   ========================================================================== */

.age-gate__body {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

@media (max-width:980px) {

	.age-gate__body {
        padding: 110px 0;
    }
}



/* Age Gate Logo
   ========================================================================== */

.age-gate__logo {
    margin: 0 auto;
    width: 230px;
    height: auto;
}

@media (max-width:760px) {

	.age-gate__logo {
        width: 180px;
    }
}

.age-gate__logo img {
    width: 100%;
    height: auto;
}


/* Age Gate Headline
   ========================================================================== */

.age-gate__headline {
    margin: 0;
    padding-top: 30px;
    font-family: 'Uniform-Condensed',sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
}

.age-gate__headline--desktop {
    display: block;
}

.age-gate__headline--mobile {
    display: none;
}

@media (max-width:1023px) {

	.age-gate__headline--desktop {
        display: none;
    }

	.age-gate__headline--mobile {
        display: block;
    }
}

@media (max-width:760px) {

	.age-gate__headline {
        padding-top: 25px;
        font-size: 22px;
        line-height: 30px;
    }
}


/* Age Gate Copy
   ========================================================================== */

.age-gate__copy {
    margin: 0 auto;
    max-width: 550px;
}

@media (max-width:760px) {

	.age-gate__copy {
        max-width: 230px;
    }
}


/* Age Gate Form
   ========================================================================== */

.age-gate__form {
    padding-top: 35px;
    font-size: 0;
}

@media (max-width:1023px) {

	.age-gate__form {
        display: none;
    }
}

.age-gate__form-item {
    padding: 0 5px;
    vertical-align: top;
    display: inline-block;
}

input[type="text"].age-gate__form-field {
    margin: 0;
    padding: 0 15px;
    font-family: 'Uniform-Condensed', sans-serif;
    font-size: 16px;
    line-height: 16px;
    width: 150px;
    height: 50px;
    color: #000;
    background: rgba(255,255,255,1);
    border-radius: 6px !important;
}

input[type="text"]::-webkit-input-placeholder {
	color: #656565 !important;
}

input[type="text"]::-moz-placeholder {
	color: #656565 !important;
}

input[type="text"]:-ms-input-placeholder {
	color: #656565 !important;
}


/* Age Gate Button
   ========================================================================== */

.age-gate__btn-group {
    padding: 30px 0;
    font-size: 0;
}

.age-gate__btn-group--mobile {
    display: none;
}

@media (max-width:1023px) {

	.age-gate__btn-group--desktop {
        display: none;
    }

	.age-gate__btn-group--mobile {
        display: block;
    }
}

@media (max-width:760px) {

	.age-gate__btn-group {
        padding: 20px 0;
        font-size: 0;
    }
}

.age-gate__btn {
    cursor: pointer;
}

.age-gate__btn:hover {
}

.age-gate__btn:before {
}

.no-touch-device .age-gate__btn:hover:before {
}

.age-gate__btn--desktop {
    width: 150px !important;
}

.age-gate__btn--mobile {
    margin: 0 10px;
    width: 90px !important;
    min-width: 90px !important;
}


/* Age Gate Divider
   ========================================================================== */

.age-gate__divider {
    font-family: 'Uniform-Condensed',serif;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}


/* Age Gate Capture
   ========================================================================== */

.age-gate__body a#captureSignInLink,
.age-gate__body #captureSignOutLink {
    margin: 30px auto 35px;
    height: 50px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
}

@media (max-width:760px) {

	.age-gate__body a#captureSignInLink,
    .age-gate__body #captureSignOutLink {
        margin: 20px auto 25px;
        height: 45px;
        line-height: 25px;
    }
}


/* Age Gate Disclaimer
   ========================================================================== */

.age-gate__disclaimer {
    font-family: 'Uniform-Condensed',sans-serif;
    color: #AEB4B9;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width:760px) {

	.age-gate__disclaimer {
        font-size: 13px;
        line-height: 18px;
    }
}

.age-gate__disclaimer a {
    color: #fff !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer-wrapper {
	padding-left: 130px;
	width: 100%;
	font-family: 'Uniform-Condensed';
	color: #AEB4B9;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 15px;
}

.age-gate .footer-wrapper {
	padding-left: 0;
}

.section.fp-section .footer-wrapper {
	padding-left: 0;
	width: auto;
	right: -30px;
}

@media (max-width:980px){
	
	.footer-wrapper {
		padding-left: 0;
	}
}

@media (max-width:760px){
	
	.footer-wrapper,
	.section.fp-section .footer-wrapper {
		width: 100%;
		font-size: 10px;
		line-height: 12px;
		text-align: center;
    	right: 0;
		bottom: 10px;
	}
}


/* Legal + Default template table styles */
:root {
	--table_fontFamily: aileron, sans-serif;
	--table_fontSize: '16px';
	--table_lineHeight: '28px';
	--table_fontWeight: 'normal';
	--table_textColor: #fff;
	--table_headingBG: rgba(255,255,255,.1);
	--table_borderColor: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0 40px;
}
th, td {
	padding: 10px;
	text-align: left;
}
.table-responsive {
	overflow-x: auto;
}
@media screen and (min-width: 769px) {
	.table-responsive table {
		display: table;
	}
	table th, table td {
		display: table-cell;
	}
}
@media screen and (max-width: 768px) {
	table, thead, tbody, th, td, tr:not(.table-titles) {
		display: block;
	}
	thead {
		display: none;
	}
	td[data-label="Retention Period"] {
		margin-bottom: 20px;
	}
	.table-titles {
		display: none;
	}
	tbody tr td {
		width: 100%;
		display: block;
		text-align: left;
		border: none;
	}
	tbody tr td p:last-of-type {
		margin-bottom: 0 !important;
	}
	td:before {
		content: attr(data-label);
		display: block;
		font-weight: bold;
		margin-bottom: 10px;
		width: 100%;
		padding: 10px;
		background: var(--table_headingBG);
		color: var(--table_textColor);
	}
	table,
	table tbody {
		border: none !important;
	}
}