html,
button,
input,
select,
textarea {
    color: #4d4d4d;
}

body {
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Cabin', sans-serif; 
  font-weight: 400;
}

h1 {
  font-family: 'Oswald', sans-serif;
}

a {
	outline: none;
	text-decoration: none;
	color: #007cbd;
	-o-transition: color .2s ease-in-out, background .2s ease-in-out;
	-ms-transition: color .2s ease-in-out, background .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
	transition: color .2s ease-in-out, background .2s ease-in-out;
}

a:hover {
	color: #004264;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Parallax Scroll
   ========================================================================== */
body, html {
	height: 100%;
	min-height: 100%;
	background-color: #fff;
}
h2 {
	margin-top: 0;
}
.loading {
	background: url('../img/ico_loading.gif') no-repeat;
	background-position-x: center;
	background-position-y: 17.5em;
}
section {
	opacity: 0;
}
.loaded section,
.no-js section {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
main {
	overflow-x: hidden;
}
#preload {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}


/* ==========================================================================
   FIXED NAVIGATION
   ========================================================================== */

nav {
    top: 0;
    position: absolute;
    visibility: none;
    z-index: 1000;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
	left: 0;
	right: 0;
}
nav .container {
    position: absolute;
    height: 66px;
    width: 100%;
    background-color: #014e78;
	-webkit-box-shadow: 0px 2px 7px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 7px 0 rgba(0,0,0,0.5);
	box-shadow: 0px 2px 7px 0 rgba(0,0,0,0.5);
}
nav .navLogo {
	position: relative;
	margin-left: 2%;
}
.navLogo img {
    max-width: 10em;
    padding-top: 1em;
}

nav ul {
    list-style: none;
    border: none;
    position: absolute;
    right: 2%;
    top: -.25em;
}
nav li {
    float: left;
    margin: 0 1em 0 0;
    padding: .5em 0 0 0;
}
nav li:last-child {
    margin-right: -1em;
}
nav li a {
    color: #fff;
    font-size: .875em;
    text-transform: uppercase;
    border: 3px solid transparent;
    border-radius: 1.5em;
    padding: .25em 1em .25em 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	-o-transition: border .2s ease-in-out, color .2s ease-in-out;
	-ms-transition: border .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: border .2s ease-in-out, color .2s ease-in-out;
	-webkit-transition: border .2s ease-in-out, color .2s ease-in-out;
	transition: border .2s ease-in-out, color .2s ease-in-out;
}
nav li a:hover {
    color: #00a2fb;
    border: 3px solid #00a2fb;
}


/* ==========================================================================
   MOBILE NAVIGATION
   ========================================================================== */

.navigationRow {
	display: none;
}

@media only screen and (max-width: 1100px) {
	nav {
	    display: none;
	    z-index: 1;
	}
		
	#home {
	    display: none;
	}
		
	section#home .homeslide {
		display: none;
		visibility: hidden;
	}

	.background {
	    display: none;
	    height: 0;
	}
		
	.homeslide {
	    display: none;
	}
	.topGraphic {
		display: none;
	}
	.topContent {
		display: none;
	}
}

@media screen and (max-width: 1100px) {
	.navigationRow {
		display: inherit;
		position: fixed;
		z-index: 9;
		width: 100%;
	}
	
	.navigation {
		position: absolute;
		z-index: 999999;
		width: 100%;
		text-align: right;
		margin: 0 auto;
		background: #014e78;
		cursor: pointer;
	}
	
	.navigation .mobileLogo {
		position: absolute;
		left: 5%;
		top: .375em;
	}

	.navigation a {
		font-size: 1.25em;
	}

	#menu {
		width: 100%;
		color: #0199ec;
		font-size: 1.375em;
		cursor: pointer;
		padding: .25em 0 .55em 0;
		
		-webkit-box-shadow: 0px 2px 5px 0 rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 2px 5px 0 rgba(0,0,0,0.4);
		box-shadow: 0px 2px 5px 0 rgba(0,0,0,0.4);
		
		z-index: 9999999;
	}
	
	#menu:hover, #menu:active {
		color: #fff;
	}

	#menu img {
		margin: 0 5% 0 0;
	}
		
	
	#nav.js {
		display: none;
	}
	
	.navigation ul {
		width: 100%;
		list-style: none;
		display: block;
		margin: 0;
		padding: 0;
		text-align: center;
		background: #0080ba;
	}
	
	.navigation ul li a {
		width: 100%;
		display: block;
		font-size: .875em;
		color: #fff;
		margin: 0;
		padding: .75em 0 1em 0;
		border-bottom: 1px solid #014e78;
		text-transform: uppercase;
	}
	
	.navigation ul li a:hover {
		background: #0073a7;
	}
	
	.navigation li:last-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1100px) {
	#menu {
		display: none;
	}
}


/* ==========================================================================
   TOP SECTION
   ========================================================================== */

#home {
	background: #fff;
}

.background {		
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
	background: #fff;
}

.background .gradient {
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  #73bdfb 0%, #5593e9 25%, #2989d8 66%, #3b69ca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73bdfb), color-stop(25%,#5593e9), color-stop(66%,#2989d8), color-stop(100%,#3b69ca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #73bdfb 0%,#5593e9 25%, #2989d8 66%, #3b69ca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #73bdfb 0%,#5593e9 25%, #2989d8 66%, #3b69ca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #73bdfb 0%,#5593e9 25%, #2989d8 66%, #3b69ca 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #73bdfb 0%,#5593e9 25%,#2989d8 66%,#3b69ca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73bdfb', endColorstr='#3b69ca',GradientType=0 ); /* IE6-9 */
}
			
.background .topGraphic {
	width: 82%;
	top: 50%;
	margin-top: -20%;
	padding: 0 8% 0 10%;
	text-align: center;
	-o-transition: margin .3s ease-in-out;
	-ms-transition: margin .3s ease-in-out;
	-moz-transition: margin .3s ease-in-out;
	-webkit-transition: margin .3s ease-in-out;
	transition: margin .3s ease-in-out;
	/*background: -moz-linear-gradient(top,  #73bdfb 0%, #5593e9 30%, #5593e9 31%, #2989d8 75%, #3b69ca 100%);*/ /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73bdfb), color-stop(30%,#5593e9), color-stop(75%,#2989d8), color-stop(100%,#3b69ca));*/ /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #73bdfb 0%,#5593e9 30%,#5593e9 31%,#2989d8 75%, #3b69ca 100%);*/ /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #73bdfb 0%,#5593e9 30%,#5593e9 31%,#2989d8 75%, #3b69ca 100%);*/ /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #73bdfb 0%,#5593e9 30%,#5593e9 31%,#2989d8 75%, #3b69ca 100%);*/ /* IE10+ */
	/*background: linear-gradient(to bottom,  #73bdfb 0%,#5593e9 30%,#5593e9 31%,#2989d8 75%, #3b69ca 100%);*/ /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73bdfb', endColorstr='#3b69ca',GradientType=0 );*/ /* IE6-9 */
}
	
.background .topGraphic img {
	max-width: 100%;
}

@media only screen and (max-width: 1720px) {
	.background .topGraphic {
		width: 82%;
		margin-top: -24%;
		padding: 0 8% 0 10%;
	}
}

@media only screen and (max-width: 1440px) {
	.background .topGraphic {
		width: 82%;
		margin-top: -30%;
		padding: 0 8% 0 10%;
	}
}

@media only screen and (max-width: 1280px) {
	.background .topGraphic {
		width: 82%;
		margin-top: -32%;
		padding: 0 8% 0 10%;
	}
}

#home .bluebar {
	position: fixed;
	width: 100%;
	bottom: 0;
   	background: #014e78;
   	bottom: 0;
	color: #0080ba;
	font-size: 2.125em;
}
		
#home .bluebar p {
	width: 100%;
   	background: #014e78;
	color: #0080ba;
	margin: 0;
	padding: 6px 0 6px 0;
	height: 54px;
}

#home .bluebar p a {
	width: 100%;
	display: block;
	text-align: center
}

#home .bluebar p a:hover {
	color: #166eb1;
}


/* ==========================================================================
   TOP SECTION MOBILE
   ========================================================================== */
   
section#homeMobile {
    display: none;
} 

@media only screen and (max-width: 1100px) {
	#preload {
	    display: none;
	}
	section#homeMobile {
	    display: inherit;
	    position: relative;
	    z-index: 999;
	}
	.introContent {
		width: 100%;
		padding: 0 0 9% 0;
		background: url('../img/gradient.jpg') repeat-x #fff;
	}
	.introContent h2 {
		text-align: center;
	}
	.introContent h2 img {
		max-width: 100%;
		margin: 0 0 0 0;
	}
	#homeMobile .bluebar p {
		position: absolute;
		width: 100%;
		height: 56px;
		margin: 0;
		padding: 0;
		background: #014e78;
		bottom: 0;
		color: #0080ba;
		font-size: 2.25em;
		line-height: 1;
		text-align: center;
	}
	#homeMobile .bluebar p a {
		width: 100%;
		padding: .25em 0 0 0;
		display: block;
	}
	#homeMobile .bluebar p a:hover {
		color: #166eb1;
	}
}


/* ==========================================================================
   SECTIONS
   ========================================================================== */

#content {
    background-color: #fff;
    padding: 0;
 }

#content .blueTop {
	position: absolute;
	width: 100%;
	background: #014e78;
	top: 0;
	color: #0080ba;
	font-size: 2.125em;
	text-align: center;
	z-index: 8;
}

#content .blueTop p {
	width: 100%;
	background: #014e78;
	color: #0080ba;
	margin: 0;
	padding: 6px 0 6px 0;
	height: 54px;
}

@media only screen and (max-width: 1100px) {
	#content .blueTop {
		display: none;
	}
}

section#about {
	width: 100%;
	position: relative;
	max-width: 1440px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
	z-index: 5;
}

.aboutBg {
	width: 100%;
    height: 800px;
    background-image:url('../img/aboutBg.jpg');
    background-size: cover;
}

.aboutText {
	position: absolute;
	width: 60%;
	margin: 0 20% 0 20%;
    text-align: center;
    top: 33%;
    color: #fff;
}

.aboutText h1 {
	font-size: 4em;
	margin: 0;
	text-shadow: 0 2px 2px rgba(0, 17, 26, .5);    
}

.aboutText p {
	font-size: 1.5em;
	line-height: 1.7;
	text-shadow: 0 1px 2px rgba(0, 17, 26, .5); 
	margin-top: .5em;
	font-weight: 600;
	font-style: italic;
}

@media only screen and (max-width: 1100px) {
	.aboutBg {
		width: 100%;
	    height: 600px;
	}
	.aboutText {
		width: 80%;
		margin: 0 10% 0 10%;
	    top: 20%;
	    color: #fff;
	}
	.aboutText h1 {
		font-size: 3em;
		margin: 0;
	}
	.aboutText p {
		font-size: 1.25em;
		line-height: 1.5;
		margin-top: .5em;		   
	}
}

@media only screen and (max-width: 640px) {
	.aboutBg {
		width: 100%;
	    height: 500px;
	}
	.aboutText {
		width: 84%;
		margin: 0 8% 0 8;
	    top: 20%;
	    color: #fff;
	}
	.aboutText h1 {
		font-size: 2.75em;
		margin: 0;
	}
	.aboutText p {
		font-size: 1.125em;
		line-height: 1.5;
		margin-top: .5em;		   
	}
}

.photoBg {
	width: 100%;
    overflow: hidden;
    height: 800px;
}

.shadow {
    -webkit-box-shadow: 0px -7px 11px -6px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -7px 11px -6px rgba(0,0,0,0.5);
	box-shadow: 0px -7px 11px -6px rgba(0,0,0,0.5);
	padding: .125em 0 0 0;		
	/* FIREFOX BUG? */
}

.contentContainer {
    max-width: 1440px;
    margin: 0 auto;
    z-index: 3;
}

.content {
	width: 84%;
	margin: 2em 8% 3.5em 8%;
}

@media only screen and (max-width: 1100px) {
	.content {
		width: 84%;
		margin: 2em 7% 3.5em 9%;
	}
}

@media only screen and (max-width: 960px) {
	.content {
		width: 84%;
		margin: 2em 6% 3.5em 10%;
	}
}

.contentContainer .icon {
	position: absolute;
	left: 2%;
}

.content h1 {
	font-family: 'Oswald', sans-serif;
	color: #f35a00;
	font-size: 3.75em;
	line-height: 1;
	width: 55%;
	margin: .75em 45% .25em 0;
}

.content h1.orangeYellow {
	color: #ff8b00;
}

.content h1.starChildPurple {
	color: #a11ca3;
}

.content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.content ul li {
	list-style: none;
	margin: 0 0 .125em 0;
}

.exclamation {
	color: #ff8b00;
	font-family: 'Oswald', sans-serif;	
	font-weight: 700;
	line-height: 1.9;
}

.content p {
	font-size: 1em;
	width: 55%;
	margin: 0 45% 1em 0;	
}

.content p.intro {
	font-size: 1.5em;
}

.italic{
	font-style: italic; 
}

.bothBlueBarsContainer {
	height: 251px;	
}

.bothBlueBars {
	z-index: 10;
	position: absolute;
	width: 100%;	
}

.comingsoon {
	text-align: center;
	background: #0080ba;
	color: #fff;
	padding: 0 0 3.1em 0;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 17, 26, .5);
	letter-spacing: .03em;
	-webkit-box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.25);
	box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.25);
}

.comingsoon .downarrow img {
	margin: 0 0 1.375em 0;
}

.comingsoon h4 {
	font-size: 1em;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: .5em 0 0 0;
}

.comingsoon h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1;
	margin: .25em 0 0 0;
}

.comingsoon h3 img {
	padding: 0 .25em 0 0;
}

.comingsoon .title {
	font-size: 1.375em;
}


/* ==========================================================================
   HIDE 1024
   ========================================================================== */

@media only screen and (max-width: 1100px) {
	.hide1024 {
		display: none !important;
	}
}


/* ==========================================================================
   LUCKY
   ========================================================================== */

section#lucky {
	width: 100%;
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
}

section#lucky .photoBg {
    background-image:url('../img/backNew.jpg');
}

section#lucky .fore {
	position: relative;
	width: 100%;
	height: 100%;
}   

section#lucky .fore img {
	position: absolute;
	top: 10%;
	z-index: 7;
}

section#lucky .photoBg .luckysTaleLogo {
	position: absolute;
	top: 7%;
	left: 34px;
	-o-transition: bottom .3s ease-in-out;
	-ms-transition: bottom .3s ease-in-out;
	-moz-transition: bottom .3s ease-in-out;
	-webkit-transition: bottom .3s ease-in-out;
	transition: bottom .3s ease-in-out;
	z-index: 8;
}

@media only screen and (max-width: 1400px) {
	section#lucky .photoBg .luckysTaleLogo {
		bottom: 880px;
	}
}

@media only screen and (max-width: 1200px) {
	section#lucky .photoBg .luckysTaleLogo {
		bottom: 840px;
	}
}

section#lucky .photoBg .luckysTaleLogoSmall {
	 display: none;
}

section#lucky .photoBg .luckysTaleLogoMedium {
	 display: none;
}

@media only screen and (max-width: 1100px) {
	section#lucky .photoBg .luckysTaleLogo {
		display: none;
 	}
 	section#lucky .photoBg .luckysTaleLogoMedium {
		display: inherit;
		position: absolute;
		left: 5%;
		top: 40px;
 	}
}

@media only screen and (max-width: 540px) {
	section#lucky .photoBg .luckysTaleLogoMedium {
		display: none;
 	}
 	section#lucky .photoBg .luckysTaleLogoSmall {
		display: inherit;
		position: absolute;
		left: 5%;
		top: 20px;
 	}
}

section#lucky .luckyCharacterMedium {
	 display: none;
}

section#lucky .luckyCharacterSmall {
	 display: none;
}

section#lucky .luckyCharacter {
	width: 40%;
	position: absolute;
	right: 0;
	bottom: 38em;
	overflow-x: hidden;
	z-index: 7;
}

section#lucky .bluebar {
	position: relative;
	width: 100%;
	height: 64px;
	background: #014e78;
	color: #0080ba;
	padding: 24px 0 0 0;
	font-size: 2.25em;
	line-height: 0;
	text-align: center;
	z-index: 1;
	-webkit-box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
	box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
}

section#lucky .butterfly1 {
	position: absolute;
	top: 48%;
	right: 4%;
	z-index: 7;

}

section#lucky .butterfly2 {
	position: absolute;
	top: 48%;
	left: 44%;
	z-index: 7;
}

section#lucky .butterfly3 {
	position: absolute;
	top: 48%;
	right: 2%;
	z-index: 7;
}

section#lucky .butterfly4{
	position: absolute;
	top: 48%;
	right: 8%;
	z-index: 7;
}

section#lucky .mushrooms {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 7;
}


/* ==========================================================================
   STAR CHILD
   ========================================================================== */

section#starChild {
	width: 100%;
	position: relative;
	max-width: 1440px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
}

section#starChild:before {
	display: block; 
	content: " "; 
	margin-top: -66px; 
	height: 66px; 
	visibility: hidden; 
}

section#starChild .comingsoon .downarrow img {
	margin: 0 0 1.625em 0;
}

section#starChild .comingsoon {
	padding: 0 0 3.125em 0;
}

section#starChild .photoBg {
   background-image:url('../img/starChildBg.jpg');
   height: 720px;
}

section#starChild .photoBg .starChildLogo {
	position: absolute;
	top: 7em;
	left: 85%;
	margin-left: -384px;
	z-index: 8;
	-o-transition: bottom .3s ease-in-out;
	-ms-transition: bottom .3s ease-in-out;
	-moz-transition: bottom .3s ease-in-out;
	-webkit-transition: bottom .3s ease-in-out;
	transition: bottom .3s ease-in-out;
}

section#starChild .photoBg .starChildLogoSmall {
	 display: none;
}

section#starChild .photoBg .starChildLogoMedium {
	 display: none;
}

@media only screen and (max-width: 1400px) {
	section#starChild .photoBg .starChildLogo {
		bottom: 780px;
	}
}

@media only screen and (max-width: 1200px) {
	section#starChild .photoBg .starChildLogo {
		bottom: 740px;
	}
}

section#starChild .starChildCharacters {
	width: 45%;
	position: absolute;
	right: 0;
	top: 40em;
	overflow-x: hidden;
	z-index: 10;
}

section#starChild .starChildCharactersMedium {
	 display: none;
}

section#starChild .starChildCharactersSmall {
	 display: none;
}

section#starChild .bluebar {
	position: relative;
	width: 100%;
	height: 64px;
	background: #014e78;
	color: #0080ba;
	padding: 24px 0 0 0;
	font-size: 2.25em;
	line-height: 0;
	text-align: center;
	z-index: 1;
	-webkit-box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
	box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
}

section#starChild .sc-fore {
	position: relative;
	width: 100%;
	height: 100%;
}   

section#starChild .sc-fore img {
	position: absolute;
	left: -20%;
	top: 10%;
	z-index: 7;
}
   
section#starChild .block0 {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	z-index: 9;
}

section#starChild .block1 {
	position: absolute;
	bottom: 0;
	left: 21%;
	overflow-x: hidden;
	z-index: 8;
}

section#starChild .block2 {
	position: absolute;
	bottom: 0;
	right: 8%;
	overflow-x: hidden;
	z-index: 8;
}

section#starChild .block3 {
	position: absolute;
	bottom: 0;
	right: 22%;
	overflow-x: hidden;
	z-index: 8;
}

@media only screen and (max-width: 1100px) {
	section#starChild .photoBg .starChildLogo {
		display: none;
 	}
 	section#starChild .photoBg {
	   background-image:url('../img/starChildBgSmall.jpg');
	}
 	section#starChild .photoBg .starChildLogoMedium {
		display: inherit;
		position: absolute;
		left: 27%;
		top: 200px;
 	}
}

@media only screen and (max-width: 768px) {
	section#starChild .photoBg .starChildLogo {
		display: none;
 	}
 	section#starChild .photoBg .starChildLogoMedium {
		display: inherit;
		position: absolute;
		left: 51%;
		margin-left: -200px;
		top: 110px;
 	}
 	section#starChild .bluebar { 
		position: relative;
		width: 100%;
		height: 64px;
		background: #014e78;
		color: #0080ba;
		padding: 24px 0 0 0;
		font-size: 2.25em;
		line-height: 0;
		text-align: center;
		-webkit-box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
		-moz-box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
		box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
	}
	section#starChild .starChildCharacters {
		display: none;
	}	
	section#starChild .starChildCharactersMedium {
		display: inherit;
		width: 70%;
		position: absolute;
		right: 0;
		top: 22em;
		overflow-x: hidden;
	}
}

@media only screen and (max-width: 540px) {
	section#starChild .photoBg .starChildLogoMedium {
		display: none;
 	}
 	section#starChild .photoBg .starChildLogoSmall {
		display: inherit;
		position: absolute;
		left: 50%;
		margin-left: -155px;
		top: 110px;
 	}
 	section#starChild .comingsoon {
		padding: 0 0 3em 0;
	}
	section#starChild .starChildCharactersMedium {
		display: none;
	}
	section#starChild .starChildCharactersSmall {
		display: inherit;
		width: 60%;
		position: absolute;
		right: 0;
		top: 18em;
		overflow-x: hidden;
	}
}


/* ==========================================================================
   CREATIVERSE
   ========================================================================== */

section#creativerse .cv-fore {
	position: relative;
	width: 100%;
	height: 100%;
}   

section#creativerse .cv-fore img {
	position: absolute;
	top: 10%;
	z-index: 7;
}

section#creativerse {
	width: 100%;
	position: relative;
	max-width: 1440px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
}

section#creativerse:before {
	display: block; 
	content: " "; 
	margin-top: -66px; 
	height: 66px; 
	visibility: hidden; 
}

section#creativerse .photoBg {
   background-image:url('../img/cv-back.jpg');
   height: 720px;
}

section#creativerse .photoBg .creativerseLogo {
	position: absolute;
	top: 12em;
	left: 50%;
	margin-left: -384px;
	z-index: 8;
	-o-transition: bottom .3s ease-in-out;
	-ms-transition: bottom .3s ease-in-out;
	-moz-transition: bottom .3s ease-in-out;
	-webkit-transition: bottom .3s ease-in-out;
	transition: bottom .3s ease-in-out;
}

section#creativerse .photoBg .creativerseLogoSmall {
	 display: none;
}

section#creativerse .photoBg .creativerseLogoMedium {
	 display: none;
}

section#creativerse .creativerseCharacters {
	width: 45%;
	position: absolute;
	right: 0;
	top: 40em;
	overflow-x: hidden;
	z-index: 10;
}

section#creativerse .creativerseCharactersMedium {
	 display: none;
}

section#creativerse .creativerseCharactersSmall {
	 display: none;
}

section#creativerse .comingsoon .downarrow img {
	margin: 0 0 1.625em 0;
}

section#creativerse .comingsoon {
	padding: 0 0 3.125em 0;
}

section#creativerse .bluebar {
	position: relative;
	width: 100%;
	height: 64px;
	background: #014e78;
	color: #0080ba;
	padding: 24px 0 0 0;
	font-size: 2.25em;
	line-height: 0;
	text-align: center;
	z-index: 1;
	-webkit-box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
	box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
}

@media only screen and (max-width: 1400px) {
	section#creativerse .photoBg .creativerseLogo {
		bottom: 780px;
	}
}

@media only screen and (max-width: 1200px) {
	section#creativerse .photoBg .creativerseLogo {
		bottom: 740px;
	}
}

@media only screen and (max-width: 768px) {
	section#creativerse .photoBg .creativerseLogo {
		display: none;
 	}
 	section#creativerse .photoBg .creativerseLogoMedium {
		display: inherit;
		position: absolute;
		left: 50%;
		margin-left: -250px;
		top: 220px;
 	}
}

@media only screen and (max-width: 540px) {
	section#creativerse .photoBg .creativerseLogoMedium {
		display: none;
 	}
 	section#creativerse .photoBg .creativerseLogoSmall {
		display: inherit;
		position: absolute;
		left: 50%;
		margin-left: -155px;
		top: 140px;
 	}
}

section#creativerse .explore {
	position: absolute;
	top: 7%;
	right: 0;
	z-index: 10;
}

@media screen and (max-width: 640px) {	
	section#creativerse .explore {
		top: 5%;
	}
}
   
section#creativerse .block0 {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	z-index: 9;
}

section#creativerse .block1 {
	position: absolute;
	bottom: 0;
	left: 21%;
	overflow-x: hidden;
	z-index: 8;
}

section#creativerse .block2 {
	position: absolute;
	bottom: 0;
	right: 8%;
	overflow-x: hidden;
	z-index: 8;
}

section#creativerse .block3 {
	position: absolute;
	bottom: 0;
	right: 22%;
	overflow-x: hidden;
	z-index: 8;
}


/* ==========================================================================
   PHOTO GALLERY
   ========================================================================== */

.gallery {
	width: 100%;
	padding: 3em 0 19em 0;
	border-top: 2px solid #e4e4e4;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

@media only screen and (max-width: 1280px) {
	.gallery {
  	  padding: 3em 0 16.625em 0;
    }
}

@media only screen and (max-width: 1100px) {
	.gallery {
  	  padding: 3em 0 3.5em 0;
    }
}

.galleryThumbs {
	width: 88%;
    margin: 0 0 0 6.5%;
    position: absolute;
    z-index: 100000;
    height: auto;
}

figure.hoverEffect {
	width: 18.5%;
	float: left;
	margin: 0 2.25% 0 2.75%;
	-webkit-box-shadow: 0px 2px 4px 0px  rgba(0,0,0,0.67);
	-moz-box-shadow: 0px 2px 4px 0px  rgba(0,0,0,0.67);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.67);
	border: 7px solid #fff;
	border-radius: .5em;
}

figure.hoverEffect:hover {
	border: 7px solid #0080ba;
	border-radius: .5em;
}

figure.hoverEffect img {
	max-width: 100%;
	padding: 0 0 0 0;
}

@media only screen and (max-width: 1100px) {
	.galleryThumbs {
		width: 92%;
	    margin: 0 0 0 4%;
	    position: relative;
	    z-index: 1;
	}
	figure.hoverEffect {
		border: 5px solid #fff;
	}
	figure.hoverEffect:hover {
		border: 5px solid #0080ba;
	}
}

@media only screen and (max-width: 768px) {
	figure.hoverEffect {
		border: 4px solid #fff;
	}
	figure.hoverEffect:hover {
		border: 4px solid #0080ba;
	}
}

@media only screen and (max-width: 590px) {
	.galleryThumbs {
		width: 94%;
	    margin: 0 0 0 6%;
	}
	figure.hoverEffect {
		width: 38%;
		margin: 1em 3.5% .5em 3.5%;
	}
}

   
/* ==========================================================================
   CONTENT MEDIA QUERIES
   ========================================================================== */

@media only screen and (max-width: 1100px) {
	section#lucky .photoBg {
	    background-image:url('../img/luckyBgSmallNew.jpg');
	}
	section#creativerse .photoBg {
	   background-image:url('../img/creativerseBgSmall.jpg');
	}
	.photoBg{
		height: 700px;
		width: 100%;
		background-size: cover;
	}
}

@media only screen and (max-width: 768px) {
	.photoBg{
		height: 610px !important;
	}
}

@media only screen and (max-width: 540px) {
	.photoBg{
		height: 420px !important;
	}
	section#lucky .photoBg{
		background-position: 50% -2%;
	}
}

@media only screen and (max-width: 768px) {
	.contentContainer {
		width: 90%;
	    margin: 0 5% 3em 5%;
	}
	.content {
		width: 100%;
	    margin: 0 0 0 0;
	}
	.content h1 {
		font-size: 3.25em;
		line-height: 1.1;
		margin: 0 0 .5em 11%;
		width: 89%;
	}
	.contentContainer .icon {
		position: absolute;
		left: 5%;
	}	
	.content p {
		font-size: 1em;
		margin: 0 0 1em 0;
		text-align: left;
		width: 100%;
	}
	.comingsoon {
		padding: 0 0 3em 0;
	}
	.comingsoon .downarrow img {
		margin: 0 0 1.125em 0;
	}
	.comingsoon .title {
		font-size: 1.375em;
	}
	section#creativerse .comingsoon {
		padding: 0 0 3em 0;
	}
	section#lucky .luckyCharacter {
		display: none;
	}
	.content h1 {
		margin-top: 1.5em;
	}	
	
	section#lucky .luckyCharacterMedium {
		display: inherit;
		width:60%;
		position: absolute;
		right: 0;
		top: 18em;
		overflow-x: hidden;
	}		
	
	section#lucky .bluebar { 
		position: relative;
		width: 100%;
		height: 64px;
		background: #014e78;
		color: #0080ba;
		padding: 24px 0 0 0;
		font-size: 2.25em;
		line-height: 0;
		text-align: center;
		-webkit-box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
		-moz-box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
		box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
	}

	section#creativerse .creativerseCharacters {
		display: none;
	}

	section#creativerse .creativerseCharactersMedium {
		display: inherit;
		width: 70%;
		position: absolute;
		right: 0;
		top: 22em;
		overflow-x: hidden;
	}
}
		
@media only screen and (max-width: 660px) {
	.content h1 {
		margin: 1.5em 0 .5em 14%;
		width: 86%;
		line-height: 1.2;
	}
}		

@media only screen and (max-width: 590px) {
	.content h1 {
		margin: 1.5em 0 .5em 15%;
		width: 85%;
		line-height: 1.2;
	}
	
	section#lucky .luckyCharacterMedium {
		display: inherit;
		width: 70%;
		position: absolute;
		right: 0;
		top: 18em;
		overflow-x: hidden;
	}
	
	section#creativerse .creativerseCharactersMedium {
		display: inherit;
		width: 80%;
		position: absolute;
		right: 0;
		top: 21em;
		overflow-x: hidden;
	}
}
		
@media only screen and (max-width: 540px) {
	.content h1 {
		margin: 1.5em 0 .5em 17%;
		width: 83%;
		line-height: 1.3;
		font-size: 2.75em;
		padding: 0;
	}
	
	.comingsoon {
		font-size: 82%
	}

	section#lucky .luckyCharacterMedium {
		display: none;
	}

	section#lucky .luckyCharacterSmall {
		display: inherit;
		width: 58%;
		position: absolute;
		right: 0;
		top: 14.5em;
		overflow-x: hidden;
	}		
	
	section#creativerse .creativerseCharactersMedium {
		display: none;
	}
	
	section#creativerse .creativerseCharactersSmall {
		display: inherit;
		width: 80%;
		position: absolute;
		right: 0;
		top: 18em;
		overflow-x: hidden;
	}
}

@media only screen and (max-width: 460px) {		
	.content h1 {
		margin: 1.5em 0 .5em 20%;
		width: 80%;
		font-size: 2.675em;
		line-height: 1.4
	}

	.content p.intro {
		font-size: 1.25em;
	}		
}

@media only screen and (max-width: 380px) {
	.content h1 {
		margin: 1.5em 0 .5em 22%;
		width: 78%;
		font-size: 2.675em;
		line-height: 1.25;
	}
	.contentContainer .icon img {
		max-width: 90%;
	}		
}


/* ==========================================================================
   NEWSLETTER SECTION
   ========================================================================== */

section#newsletter {
	width: 100%;
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	font-size:1.125em;
	text-align: center;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	
}

section#newsletter:before {
	display: block; 
	content: " "; 
	visibility: hidden; 
}

section#newsletter .content p {
	text-align:center;
}

.contentNewsletter {
	width: 84%;
	margin: 2em 8% 3.5em 8%;
}

@media only screen and (max-width: 1100px) {
	.contentNewsletter {
		width: 84%;
		margin: 2em 7% 3.5em 9%;
	}
}

@media only screen and (max-width: 960px) {
	.contentNewsletter {
		width: 84%;
		margin: 2em 6% 3.5em 10%;
	}
}

.contentNewsletter h1 {
	font-family: 'Oswald', sans-serif;
	color: #f35a00;
	font-size: 3.75em;
	line-height: 1;
	width: 55%;
	margin: .75em 45% .25em 0;
}

.contentNewsletter h1.orangeYellow {
	color: #ff8b00;
}

.contentNewsletter h1.starChildPurple {
	color: #a11ca3;
}

.contentNewsletter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contentNewsletter ul li {
	list-style: none;
	margin: 0 0 .125em 0;
}

.contentNewsletter p {
	font-size: 1em;	
}

.contentNewsletter p.intro {
	font-size: 1.5em;
}

input {
	width: 65% !important;
	margin-bottom: 1em !important;
	margin-top: .5em !important;
	background: #fff !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
	border: 1px solid #e4e2d8 !important;
	padding: 1.5% 1% 1.5% 1% !important;
}

input:focus {
	outline: none !important;
	border: 1px solid #ccc !important;
	background: #f0f0f0 !important;
}

input.button    {
	display: block !important;
	margin: 16px auto 0 auto !important;
	width: 40% !important;;
	font-family: 'Montserrat', sans-serif !important;
	padding: .5em 3% .5em 3% !important;
	color: #fff;
	text-decoration: none;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: 5px solid #78217e !important;
	border-radius: 30px !important;
	font-size: 1em !important;
	background-color: #9e3aa5 !important;
	cursor: pointer !important;
}

input.button:hover   {
	margin-top: 18px !important;
	border-bottom: 3px solid #78217e !important;
}

input.button:active   {
	margin-top: 21px !important;
	border-bottom: none !important;
}

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

section#footer {
	width: 100%;
	background: #014e78;
	color: #fff;
	padding: .5em 0 .75em 0;
	font-size: .8125em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	-webkit-box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
	box-shadow: inset 0px 10px 7px -6px rgba(0,0,0,0.15);
	max-width: 1440px;
	margin: 0 auto;
	height: 42px;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
}

section#footer a:hover {
	color: #0080ba;
}

.footerContainer {
	width: 96%;
    margin: 0 2% 3em 2%;
    max-width: 1440px;
    margin: 0 auto;
}

.footerCopyright {
	float: left;
	width: 42%;
}

.footerLinks {
	float: left;
	width: 42%;
	text-align: right;
}

.footerLinks a {
	color: #fff;
	margin-right: 2em;
	text-transform: uppercase;
}

.footerLinks a:hover {
	color: #0080ba;
}

.footerLinks a.press {
	margin-right: 0;
}

.footerSocial {
	float: left;
	font-size: 2em;
	width: 16%;
	line-height: 0;
	text-align: right;
	color: #fff;
	margin-top: .25em;
}

.footerSocial a {
	color: #fff;
	margin-left: .5em;
}

.footerSocial a.last {
	margin-left: none;
}

@media only screen and (max-width: 1280px) {
	.footerContainer {
		width: 98%;
		margin: 0 3% 3em 3%;
	}
	.footerCopyright {
		width: 40%;
	}
	.footerLinks {
		width: 41%;
	}
	.footerSocial {
		width: 17%;
	}
}

@media only screen and (max-width: 1140px) {
	.footerCopyright {
		width: 34%;
	}
	.footerLinks {
		width: 40%;
	}
	.footerSocial {
		width: 20%;
	}
}

@media only screen and (max-width: 968px) {
	.footerCopyright {
		width: 22%;
	}
	.footerLinks {
		width: 46%;
	}
	.footerSocial {
		width: 30%;
		margin-top: .375em;
	}
	.footerLinks a {
		margin-right: 1.75em;
	}
	.footerSocial a {
		margin-left: .125em;
	}
}

@media only screen and (max-width: 840px) {		
	.footerCopyright {
		width: 22%;
	}
	.footerLinks {
		width: 46%;
	}
	.footerSocial {
		width: 30%;
		margin-top: .375em;
	}
}

@media only screen and (max-width: 640px) {
	section#footerFixed {
		float: left;
		height: auto;
		position: relative;
	}
	section#footer {
		float: left;
		height: auto;
	}
	.footerContainer {
		width: 100%;
	    margin: 0 0 3em 0;
	    max-width: 1440px;
	    margin: 0 auto;
	}
	.footerCopyright {
		float: left;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #00678f;
		padding-bottom: .25em;
	}
	.footerLinks {
		float: left;
		width: 100%;
		text-align: center;
		margin: .25em 0 0 0;
	}
	.footerLinks a {
		color: #fff;
		margin: 0 1em;
		text-transform: uppercase;
	}
	.footerSocial {
		font-size: 2.5em;
		width: 100%;
		text-align: center;
		margin: 0 0 .5em 0;
	}
	.footerSocial a {
		margin: 0 .25em;
	}
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* Medium devices (tablets, 1100px and up) */
@media only screen and (min-width: 1100px) {
    body, html {
        height: auto;
    }
}

@media print 
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
    content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}