#backdrop{
	bottom:0;
	background:rgba(0,0,0,.7);
}

#backdrop,#popup{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#popup{
	z-index:3500;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-flow:column nowrap;
	    flex-flow:column;
	-ms-flex-pack:center;
	    justify-content:center;
}

	#popupContainer{
		position:relative;
		width:500px;
		max-width:94%;
		height:auto;
		background:rgba(255,255,255,.9);
		font-size:22px;
		line-height:1.5;
		color:#3d3d3d;
		margin:0 auto;
	}
	
		#popup .wrapper{
			padding:40px;
		}
		
	#popupClose{
		position:absolute;
		top:-15px;
		right:-15px;
	}


.header-image {
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}

.big-logo {
	position: absolute;
	top: -20px;
	right: 200px;
	opacity: .8;
	width: 500px;
	height: 500px;
	z-index: 2;
}
.floating {
    z-index: 2;
    position: relative;
}

.header-image:before {
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.35;
}

/*
.header-image:after {
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(/images/layouts/overlay.png);
	background-position:center center;
	opacity:.5;
	background-repeat:no-repeat;
}
*/

/*
bg vig
=========================
*/
.hero {
/*
  position: relative;
  height: 0;
  padding-bottom: 56.25%;       
*/
}

.bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

/*
 *  Use the following to add a darkened overlay on top of the video
 *  (usually necessary for legibility if there will be text on top)
 */
 
.hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .25;
  z-index: 2;
}
/* end bg vid */

.floating .tag {
    position: absolute;
    content: '';
    bottom: -1%;
    right: 0px;
    width: 100%;
}

.tag {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	color:#fff;
	font-size:26px;
	font-weight:500;
	text-transform:uppercase;
	padding-top:20px;
}

.tag .know {
	font-size:24px;
	letter-spacing:1.5px;
}

.tag .make {
	font-size:48px;
	font-weight:300;
	letter-spacing:15px;
	margin-bottom:0;
}

p.make {
	margin-bottom:0;
}

p.differece {
	margin-top:0;
}

.tag .differece {
    font-size: 90px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.1;
}

.white-bar {
	background:#88c700;
	width:100%;
	height:120px;
	position:absolute;
	bottom:0;
	left:0;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index: 2;
}

.white-bar2 {
	background:#fff;
	width:100%;
	height:60px;
}

.white-circle {
	width:100px;
	height:100px;
	background:#fff;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
}

.white-circle:after {
	content:"\e1905";
	font-family:'ValleyBrook';
/* padding-left: 20px; */
	font-size:28px;
	color:#d12a27;
	position:relative;
	transform:rotate(90deg);
	top:-15px;
}

#expect {
    background: #f2f1f1;
    width: 100%;
    min-height: 626px;
    height: auto;
    padding-bottom: 10px;
    max-width: 95%;
    margin-left: 5%;
}

.expect-wrapper {
	width:100%;
	height:auto;
	position:relative;
}

img.expect-image {
	position:absolute;
	right:0;
	top:50%;
	transform:translate(0%,-50%);
	z-index:4;
	max-width:513px;
}

.text {
	width: 60%;
	padding: 50px;
	padding-left: 0px;
	padding-top: 50px;
}

.text a.blue-btn {
	float:right;
	padding-top:10px;
}

.text p.content, .connect p {
	line-height: 1.6;
	font-size: 15px;
}

.text h2 {
    color: #009ddf;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    left: -25%;
    min-width: 130%;
}

.connect-wrapper {
    background: #009ce0;
    width: 95%;
    min-height: 450px;
    height: auto;
    position: relative;
    padding-bottom: 120px;
    overflow: hidden;
}

.connect-wrapper:before {
	position: absolute;
	left:0;
	bottom: 0;
	background: #3e3e3e;
	height: 178px;
	width: 100%;
	content: '';
}

.connect .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 0px;
    width: 90%;
}

.connect h2 {
	color:#fff;
	text-transform:uppercase;
	font-size:50px;
	letter-spacing:1px;
	font-weight:600;
	line-height:1.2;
	position: relative;
	z-index: 12;
}

.connect p {
	color: white;
	max-width: 50%;
	position: relative;
	z-index: 12;
}

span.red {
	color:#d12a27;
}

.three-buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 80px;
    z-index: 12;
    position: relative;
}

.image-btn {
	width:329px;
	height:219px;
	overflow:hidden;
	background-size:cover;
	position:relative;
}

.three-buttons .wrapper a {
	position:absolute;
	bottom:-15px;
	left:50%;
	transform:translate(-50%,0);
	z-index:40;
}

img.kids,img.events,img.media {
	width:100%;
	height:auto;
	background-size:cover;
}

.three-buttons .wrapper {
	width:329px;
	height:219px;
	position:relative;
}



.locations {
	min-height:400px;
	height:auto;
	padding-bottom:80px;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	background:#fff;
}

.location-content {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
}

.location-item {
	display:flex;
	flex-direction:column;
}

.location-item h3 {
	font-weight:600;
	font-size:20px;
	color:#000;
	margin-bottom:0;
}

.locations h1 {
	letter-spacing:15px;
	font-size:3em;
	font-weight:500;
}

.locations .container {
	width:90%;
	margin:0 auto;
}

.location-item p {
	line-height:2.3;
	font-size:15px;
	font-weight:300;
	margin-bottom:40px;
}

img.small-logo {
    position: absolute;
    right: -66px;
    bottom: -50px;
    z-index: 1;
}

div#layout-row2-wrapper {
    background: #f2f1f1;
    width: 100%;
/*     min-height: 626px; */
    height: auto;
    padding-bottom: 10px;
    max-width: 95%;
    margin-right: 5%;
	margin-bottom: 80px;
}

div#layout-row2 {
		max-width: 90%;
		margin: 40px 5% 0;
}
	.cal_left {
		display: none;
	}
	.yt-container {
		max-width: 100%;
	}
	div#layout-row2 h3 {
/*     font-size: 50px; */
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 600;
	text-transform: uppercase;
	}
	div#layout-column1 {
		padding-bottom: 40px;
	}
	#mainContainer .cal_right {
		margin-bottom: 0;
	}
	h3#calendarHeaderLarge {
		text-align: left;
	}



@media (max-width: 1024px) {
	.location-item {
		width:33.33%;
		margin-bottom:46px;
	}
	
	.location-content {
		flex-wrap:wrap;
		justify-content:space-evenly;
		align-items:flex-start;
		margin:0 auto;
	}
	#layout-column1, #layout-column2 {
        width: 100% !important;
    }
	.cal_left {
		display: block;
	}
}

@media (max-width: 1189px) {
	img.expect-image {
		max-width:413px;
		display:none;
	}
	
	#expect .text {
		width:100%;
	}
	
	.text h2 {
	    color: #009ddf;
	    font-size: 50px;
	    line-height: 1.2;
	    letter-spacing: 1px;
	    font-weight: 600;
	    position: relative;
	    left: -15%;
	    min-width: 130%;
	}
}

@media (max-width: 942px) {
	.three-buttons {
		flex-direction:column;
	}
	
	.three-buttons .wrapper {
		margin-bottom:30px;
	}
	
	.connect-wrapper:before {
		display:none;
	}
	
	.connect-wrapper {
		width:100%;
	}
}

@media (max-width: 864px) {
	.locations h1 {
		letter-spacing:15px;
		font-size:2em;
		font-weight:500;
		line-height:2;
		padding:20px;
		text-align:center;
	}
}

@media (max-width: 768px) {
	
	.tag .differece {
		font-size:57px;
	}

.floating .tag {
    position: absolute;
    content: '';
    bottom: 3%;
    right: 0px;
    width: 100%;
}
.tag .container {
    width: 90%;
}

div.new-campus-section .info {
    min-height: 440px;
    height: auto;
    width: 100%;
    transition: opacity .9s;
    visibility: hidden;
    left: 0;
    padding: 0px 10px 00px 40px;
}
	.cal_left {
		display: none;
	}
}

@media (max-width: 640px) {
	div.section1.wide h2 {
	    font-size: 33px;
	}

.text h1 {
		font-size:23px;
	}

	img.darkb {
	    opacity: .5;
	}
	
	.connect p {
	    color: white;
	    max-width: 90%;
	    position: relative;
	    z-index: 12;
	}

	.tag .differece {
	    font-size: 43px;
	}

	.floating .tag {
	    position: absolute;
	    content: '';
	    bottom: 7%;
	    right: 0px;
	    width: 100%;
	}
	
	div.tag .container {
	    width: 90%;
	}
	
	.text {
		padding:20px;
	}
	
	.location-item {
		text-align:center;
		width:100%;
		justify-content:center;
		align-items:center;
		padding-bottom:60px;
		border-bottom:1px solid #eaeaea;
	}
	
	#map,#map2,#locations-tab {
		display:none;
	}

.big-logo {
    position: absolute;
    top: -20px;
    right: -100px;
    opacity: .8;
    width: 500px;
    height: 500px;

}
	
}

@media (max-width: 360px) {
.tag .differece {
    font-size: 32px;
}
}


.campus-nav {
	height: 116px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
    position: absolute;
    top: -95px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.campus-nav ul li {
    height: 100%;
    background: #88c700;
    transition: all .4s;
    text-decoration: none;
    list-style-type: none;
    text-transform: uppercase;
    margin: 0px 15px;
    min-width: 130px;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    font-size: 12px;
    color: white;
	border-radius: 30px;
	cursor: pointer;
}

.campus-nav ul li:hover {
	background: white;
	color: black;

}
	
	.campus-container {
		position: relative;
	}
	
#new-locations > .campus-container:after {
    position: absolute;
    right: 0;
    top: -95px;
    height: 115px;
    width: 73px;
    background: rgba(136, 199, 0, 0) linear-gradient(to right, rgba(136, 199, 0, .08) 0%, rgba(107, 155, 4, 0.99) 100%);
    content: "";
    z-index: 40;
}	

.campus-nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 31px 80px;
    position: absolute;
    top: -17px;
    background: #88c700;
    min-width: 100%;
    padding-top: 45px;
}

.campus-name.active {
    display: block;
    background: white;
    position: relative;
    border-radius: 30px;
    color: black;
}

/*
li.campus-name.active:after  {
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #60b251;
	z-index: 99;
}
*/


.mobile-hero {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    z-index: 0;
}

.new-campus-section {
    display: flex;
    min-height: 440px;
    position: relative;
    z-index: 44;
    background: #3e3e3e;
    top: 79px;
    margin-bottom: 80px;
}

.new-campus-section .info {
    min-height: 440px;
    height: auto;
    width: 50%;
    transition: opacity .9s;
    visibility: hidden;
    left: 50%;
    padding: 0px 10px 00px 80px;
    opacity: 0;
    position: absolute;
    background: #3e3e3e;
}

.new-campus-section .info.active {
    padding-top: 60px;
    visibility: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #3e3e3e;
    opacity: 1;
}
.info .flex-section {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
}
div.new-campus-section h2 {
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	display: inline;
	font-weight: 600;
}
.new-campus-section .left-side {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 50%
}
.new-campus-section .left-side img {
	margin-top: 0px;
	margin-right: 60px;
}
.new-campus-section .right-side {
	margin-top: 0px;
	width: 50%;
	z-index: 4;
}


.campus-nav::-webkit-scrollbar {
    width: 0px;
    height: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
.new-campus-section .info p {
	color: white;
	padding-top: 6px;
}

.new-campus-section .info .address, .new-campus-section .info .service-times {
		text-transform: uppercase;
		font-weight: 600;
		color: black;
		margin-top: 10px;
}
#map {
    min-height: 440px;
}

.campus-container {
    width: 100%;
    height: 100%;
    position: relative;
}

div#new-locations {
    max-width: 95%;
    margin-left: 5%;
}

img.darkb {
	position: absolute;
	left: -100px;
	top: 40px;
	z-index: 0;
}

.section1.wide h2 {
    color: #3e3e3e;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    top: 15px;
    margin: 0;
    z-index: 14;
    padding-left: 40px;
}

.section1.wide p {
	margin: 0;
}
div.new-campus-section .right-side h2 {
	color: white;
	font-size: 27px;
	text-transform: uppercase;
	display: inline;
	font-weight: 600;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: relative;
	padding-bottom: 10px;
}

div.address-text p {
	color: white;
	font-size: 15px;
}