@charset "UTF-8";

/* Mobile first styles */
p {
	font-size: 17px;
}

.css-button-arrow {
	width:auto;
	min-width: 170px;
	height: 40px;
	color: #fff;
	padding: 8px 10px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	outline: none;
	overflow: hidden;
	border: none;
	text-align: center;
}

a, a:hover {
	text-decoration: none!important;
}
a.css-button-arrow:hover {
	color: white;
	text-decoration: none;
	outline: none;
	border-bottom: none;
	padding-right: 24px;
	padding-left: 8px;
}

.css-button-arrow:hover {
	border-radius: 0;
	padding-right: 24px;
	padding-left: 8px;
}

.css-button-arrow:hover:after {
	opacity: 1;
	right: 10px;
}

.css-button-arrow:after {
	content: "\00BB";
	position: absolute;
	opacity: 0;
	font-size: 20px;
	line-height: 37px;
	top: 0;
	right: -20px;
	transition: 0.4s;
}

a.button-secondary:hover {
	color: #fff;
	text-decoration: none;
}

.te-home-logo {
	position: absolute;
	top: 30%;
}

.te-logo {
	width: 80%;
	margin-top: 15px;
}

.row-skew {
	position: relative;
	height: 300px;
}

.row-skew-svg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	right: 0;
	fill: #eaeaea;
	z-index: 2;
}

/* Navigation 
=============================*/

.navbar {
  background-color: #fff;
  padding: 0;
  position: sticky;
}

.navbar-brand:hover {
	border: 0;
	text-decoration: none;
}

.navbar-brand {
	width: 120px;
    margin: 0px 35px;
    padding: 3px 0px;
}

nav .nav-link {
  color: #454545;
  width: 100%;
  padding: 10px 10px!important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  letter-spacing: 0.3px;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  border-bottom: none;
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.3s;
}

nav .nav-link:hover {
	color: #3db0ac;
}

nav li {
	margin: 0;
	width: 100%;
	max-width: 176px;
}

.dropdown-toggle::after {
    height: 8px;
    width: 8px;
    top: 50%;
    left: 50%;
	margin-left: 8px;
    content: "";
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #414141 #414141 transparent;
    transform: rotate(45deg);
    transition: border 0.3s, transform 0.3s;
}

.dropdown-menu {
  display: none;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 1;
  border:0;
  border-radius: 0;
  padding: 0;
}
.navbar-nav .nav-item:last-child .dropdown-menu {
    right: 0;
}
.navbar h6{
	font-weight: 700;
}

.dropdown-item, .dropdown-menu .list-group-item {
  color: #414141;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-item:hover, .dropdown-menu a.list-group-item:hover {
  background-color: #F1F1F1;
  color: #43ADA5;
  border: 0;
}
.dropdown-menu .list-group-item{
	background: transparent;
	border: 0;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu.mega-menu {
    left: 0;
    right: 0;
}

.navbar-toggler {
	margin-right: 25px;
}

.navbar-nav {
	background-color: #FFFFFF;
}

@media (min-width: 992px){
.dropdown:hover .dropdown-menu {
  display: block;
}
}

@media (max-width: 991px){
.navbar {
	height: 60px;
	background-color: #FFF;
}
.navbar-brand {
	width: 100px;
    margin: 0px 35px;
    padding: 3px 0px;
}
	.list-group {
		border: 0!important;
	}
}


@media (min-width: 1020px){
nav .nav-link {
  color: #454545;
  width: 100%;
  padding: 10px 15px!important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  letter-spacing: 0.3px;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  border-bottom: none;
  text-decoration: none;
  font-size: 1.2rem;
  transition: color 0.3s;
}
}

nav hr {
			margin-left: 14px;
    		background-color: #39B54A;
    		height: 3px;
			border: none;
			opacity: 1;
		}


.button-featured {
	width: 225px;
	height: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	outline: none;
	z-index: 6;
	background: transparent;
	overflow: hidden;
	border: 3px solid;
	border-color: #fff #fff #f29d1a #fff;
	color: #fff;
	filter: drop-shadow(0 2mm 0.75rem #464646);
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	font-size: 25px;
	padding: 5px 20px;
	font-weight: 300;
}

.button-featured:hover {
	color: #fff;
	border-color: #f29d1a;
}

.button-featured:hover:after {
	height: 100%;
}

.button-featured:after {
	content: "";
	position: absolute;
	z-index: -1;
	transition: all 0.3s ease;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background: #f29d1a;
}

.button-primary {
	width: 275px;
	height: 45px;
	font-weight: 300;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	outline: none;
	z-index: 6;
	background: #3db0ac;
	overflow: hidden;
	border: 2px solid #3db0ac;
	color: #fff;
	-webkit-box-shadow: 0 3px 15px 0 rgba(140, 140, 140, 0.40);
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	padding: 6px 20px;
}

.button-primary:hover {
	color: #fff;
	border-color: #3d94b0;
}

.button-primary:hover:after {
	height: 100%;
}

.button-primary:after {
	content: "";
	position: absolute;
	z-index: -1;
	transition: all 0.3s ease;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background: #3d94b0;
}

.button-secondary {
	min-width: 215px;
	height: 40px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	outline: none;
	z-index: 6;
	background: #f29d1a;
	overflow: hidden;
	border: 2px solid #f29d1a;
	color: #fff;
	-webkit-box-shadow: 0 3px 15px 0 rgba(140, 140, 140, 0.40);
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	padding: 5px 20px;
	font-weight: 400;
}

.button-secondary:hover {
	color: #fff;
	border-color: #eb7721;
}

.button-secondary:hover:after {
	height: 100%;
}

.button-secondary:after {
	content: "";
	position: absolute;
	z-index: -1;
	transition: all 0.3s ease;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background: #eb7721;
}

.button-speaker {
	width: 100%;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	outline: none;
	overflow: hidden;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	padding: 5px 20px;
	font-weight: 300;
	color: #28a745;
}

.button-speaker:hover {
	color: #fff;
	border-color: #20903A;
	background: #20903A;
}

.open {
	background: #28a745;
	border: 3px solid #28a745;
}

.open:hover {
	border-color: #20903A;
	background: #20903A;
}

.filling {
	background: #ffc107;
	border: 3px solid #ffc107;
}

.filling:hover {
	border-color: #EFAF06;
	background: #EFAF06;
}

.waiting {
	background: #3F464D;
	border: 3px solid #3F464D;
}

.waiting:hover {
	border-color: #2A2E33;
	background: #2A2E33;
}

.full {
	background: #dc3545;
	border: 3px solid #dc3545;
}

.full:hover {
	border-color: #C1202F;
	background: #C1202F;
}

.in-progress {
	color: #FFF;
	background-color: #6B6B6B;
	width: 100%;
	position: relative;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	padding: 5px 20px;
	font-weight: 300;
}

.finished {
	color: #FFF;
	background-color: #BCBCBC;
	width: 100%;
	position: relative;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	padding: 5px 20px;
	font-weight: 300;
}	 

.video-background {
	background-image: url(//static.pcci.edu/YOM/TeenExtreme/Website/Interior/Homepage/video-background-25.jpg?update=2);
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonial .testimonial-content {
	margin: 20px 0 50px 0;
	position: relative;
}

.testimonial .testimonial-content:after {
	content: "";
	width: 20px;
	height: 20px;
	border-top: 20px solid #f29d1a;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	margin: 0 auto;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
}

.testimonial .description {
	padding: 25px 35px;
	margin: 0;
	background: #f29d1a;
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	position: relative;
	text-align: center;
}

.testimonial .description:before,
.testimonial .description:after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #f29d1a;
	position: absolute;
}

.testimonial .description:before {
	content: "\f10d";
	top: -18px;
	left: 25px;
}

.testimonial .description:after {
	content: "\f10e";
	bottom: -18px;
	right: 25px;
}

.testimonial .testimonial-profile {
	display: table;
	padding: 8px 15px;
	border: 1px solid #f29d1a;
	margin: 0 auto;
	position: relative;
}


.testimonial .pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #f29d1a;
	float: left;
	overflow: hidden;
}

.testimonial .title {
	display: inline-block;
	margin: 0 0 0 30px;
	font-size: 19px;
	font-weight: bold;
	color: #f29d1a;
	position: relative;
	top: 22px;
}

.testimonial .title:before {
	content: "";
	width: 1px;
	height: 70px;
	background: #f29d1a;
	position: absolute;
	top: -8px;
	left: -15px;
}

.testimonial .post {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #888;
	margin-top: 10px;
}

.owl-theme .owl-controls {
	margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
	background: transparent;
	border: 1px solid #f29d1a;
	opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span {
	background: #f29d1a;
	border: 1px solid #f29d1a;
}

@media only screen and (max-width: 479px) {
	.testimonial .description {
		padding: 20px;
		font-size: 16px;
	}

	.testimonial .testimonial-profile {
		padding: 10px;
	}

	.testimonial .title {
		font-size: 16px;
	}

	.testimonial .post {
		font-size: 13px;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.button-featured {
		display: inline-block;
		width: 185px;
		height: 40px;
		font-size: 20px;
	}
}

@media (max-width: 767px) {

	.te-home-logo {
		/* position: relative; */
		top: 15%;
	}

	.button-featured {
		display: inline-block;
		width: 170px;
		height: 38px;
		font-size: 18px;
	}

	.te-logo {
		width: 100%;
	}
}

@media (max-width: 576px) {

	.te-logo {
		width: 20%;
		margin: 0px;
		padding: 0px;
	}

	.button-featured {
		display: inline-block;
		width: 200px;
		height: 40px;
	}
}

@media (max-width: 415px) {

	.button-featured {
		display: inline-block;
		width: 134px;
		height: 30px;
		margin-top: -15px;
		font-size: 12px;
	}
}

@media only screen and (max-device-width: 1366px) {
	.video-background {
		background-attachment: scroll;
	}
}



.bg-photo {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

img {
	width: 100%;
}

.icon-lg {
	font-size: 4.5rem;
}

.list-icon {
	width: 50px;
}

.primary-bar-2 {
	border-top: 20px solid #ffcc03;
}

.header {
	position: relative;
}

.header .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	margin: 20px;

}

.OtherWebsiteHeader,
#OtherWebsiteHeader {
	color: #fff;
	opacity: .7;
	font-size: 15px;
}

#OtherWebsiteHeader i:before {
	padding-right: 5px !important;
	font-family: "Font Awesome 6 Pro" !important;

}

.italic {
	font-style: italic;
}

/* Announcements Page Styles */
.safety-icon {
	font-size: 100px;
	padding-bottom: 30px;
}


.te-pattern {
	background-image: url(//static.pcci.edu/YOM/TeenExtreme/Website/Interior/te-websitepattern-teal.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.te-pattern-bottom {
	background-image: url(//static.pcci.edu/YOM/TeenExtreme/Website/Interior/te-websitepattern-bottom-teal.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}



/* Card Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.card {
 	border: 0;
}

.te-card {
  	border-top: 16px solid #3eb0ac;
  	-webkit-box-shadow: 0 3px 15px 0 rgba(140, 140, 140, 0.40);
  	box-shadow: 0 3px 15px 0 rgba(140, 140, 140, 0.40);
	border-radius: 0px;
}

.te-card-red {
  	border-top: 16px solid #DC3545;
	-webkit-box-shadow: 0 3px 15px 0 rgba(140, 140, 140, 0.40);
  	box-shadow: 0 3px 15px 0 rgba(140, 140, 140, 0.40);
	border-radius: 0px;
}

.card-icon-circle {
	width: 70px;
    height: 70px;
    margin-top: -45px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f29d1a;
    color: #ffffff;
}

/* Home Page Speaker Card Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.progress {
	height: .5rem;
	border-radius: 0;
	background-color: #f5f5f5;
}

.card-footer {
	background-color: #fff;
	border-top: none;
	padding: 5px 0px;
}

.status {
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	font-size: 1rem;
	z-index: 1;
	position: relative;
}

.status-open {
	color: #fff;
	background-color: #28a745;
}

.status-closed {
	color: #fff;
	background-color: #dc3545;
}

.status-filling {
	color: #fff;
	background-color: #ffc107;
}

.status-full {
	color: #fff;
	background-color: #343a40;
}

.status-in-progress {
	color: #fff;
	background-color: #6B6B6B;
	min-width: 160px;
	height: 40px;
	text-align: center;
	padding: 8px 10px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    outline: none;
    overflow: hidden;
    border: none;
}

.status-finished {
	color: #fff;
	background-color: #BCBCBC;
	width:100%;
	min-width: 170px;
	height: 40px;
	text-align: center;
	padding: 8px 10px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    outline: none;
    overflow: hidden;
    border: none;
}


.week-speaker {
	text-align: left;
	margin: 12px 0px 2px 0px;
}

.week-date {
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	margin-bottom: 4px;
	text-align: left;
}

.status-link-register a:hover {
	text-decoration: none;
	border-bottom: none;
}

.status-link-register a:hover .status {
	color: #fff;
}

.status-link-register a .card-footer:after {
	content: "";
	position: absolute;
	background: #3EB0AC;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	transition: all .3s ease;
}

.status-link-register a .card-footer:hover:after {
	top: 112px;
}

.speaker-page .status-link-register a .card-footer:hover:after,
.speaker-page .speaker-2 .status-link-register a .card-footer:hover:after {
	top: 658px;
}

.status-link-register a .card-footer-open:after {
	content: "";
	position: absolute;
	background: #28a745;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	transition: all .3s ease;
}

.status-link-register a .card-footer-closed:after {
	content: "";
	position: absolute;
	background: #dc3545;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	transition: all .3s ease;
}

.status-link-register a .card-footer-filling:after {
	content: "";
	position: absolute;
	background: #ffc107;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	transition: all .3s ease;
}

.status-link-register a .card-footer-full:after {
	content: "";
	position: absolute;
	background: #343a40;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	transition: all .3s ease;
}

.speaker-list {
	position: relative;
	margin-bottom: 100px;
}


.slick-slide:focus {
	outline: none;
}

.overlay-link .overlay {
	opacity: 0;
	position: absolute;
	top: 8px;
	left: 8px;
	width: 93%;
	height: 94.5%;
	background-color: rgba(0, 0, 0, 0.4);
	transition: opacity 300ms;
}

.overlay-link .overlay,
.mobile {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 15px;
	width: 88%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	transition: opacity 300ms;
}

.overlay-link:focus {
	outline: none;
}

.overlay-link:hover .overlay {
	opacity: 1;
}

.overlay-link .overlay span {
	opacity: 0;
	display: block;
	border-bottom: 2px solid #3eb0ac;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 42%;
	left: 35%;
	transition: opacity 400ms;
	transition-delay: 100ms;
}

.overlay-link .overlay,
.mobile span {
	opacity: 0;
	display: block;
	border-bottom: 2px solid #3eb0ac;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 0%;
	left: 6.25%;
	transition: opacity 400ms;
	transition-delay: 100ms;
}

.overlay-link:hover .overlay span {
	opacity: 1;
}

.modal-header .close:focus {
	outline: none;
}

.modal-header .close {
	color: #414141;
}

.modal-content {
	border: none;
	border-radius: 0px;
}

.speaker-info {
	position: absolute;
	top: -2px;
	left: 89%;
	color: #3eb0ac;
	font-size: 22px;
	opacity: 1;
	background: #fff;
	border-radius: 20px;
	border: 1.5px solid #fff;
	transition: all .3s ease;
}

.overlay-link:hover .speaker-info {
	opacity: 0;
	transition: all .3s ease;
}

.tag-line {
	font-size: 22px;
}

.theme-logo {
	width: 100%;
	display: block;
	margin: auto;
}

.theme-slogan {
	width: 75%;
}

/* Staff Card Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.staff-card-img {
	width: 200px;
	height: auto;
}

.staff-list {
	position: relative;
	margin-bottom: 50px;
	margin: 25px;
}

.staff-slideshow {
	position: relative;
}

.staff-slideshow-card {
	background: #fff;
	padding: 20px;
	position: relative;
	right: 0;
	width: 85%;
	top: -40px;
	bottom: 0;
	z-index: 1;
	margin: auto;
	border-bottom: 3px solid #3eb0ac;
}

.well-lg-staff {
	padding-top: 30px;
	padding-bottom: 0;
}

.large {
	font-size: 1.2rem;
}

.te-icon {
	font-size: 40px;
	padding-bottom: 25px;
}

.te-icon-md {
	font-size: 32px;
	padding-bottom: 15px;
}


/* Activity Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.activity-card {
	width: 85%;
	position: absolute;
	left: 7.5%;
	top: 85%;
	z-index: 5;
	border-radius: 0px;
	-webkit-box-shadow: 0 3px 15px 0 rgba(140, 140, 140, 0.40);
	box-shadow: 0 3px 15px 0 rgba(140, 140, 140, 0.40);
	border: none;
}

.activity-card .card-body {
	padding: 1.1rem;
	border-bottom: 3px solid #3eb0ac;
}

.activity-card h5 {
	font-size: 1.25rem;
}

.te-activities:hover .activity-card .card-body {
	padding: 1.1rem;
	border-bottom: 3px solid #f8bc16;
}

.te-activities .overlay-link .overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 15px;
	width: 95%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	transition: opacity 300ms;
}

.te-activities .overlay-link:focus {
	outline: none;
}

.te-activities:hover .overlay-link .overlay {
	opacity: 1;
}

.te-activities .overlay-link .overlay span {
	opacity: 0;
	display: block;
	border-bottom: 2px solid #3eb0ac;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 44%;
	left: 36%;
	transition: opacity 400ms;
	transition-delay: 100ms;
}

.te-activities:hover .overlay-link .overlay span {
	opacity: 1;
}

/* Speaker Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.speaker-pg-card {
	padding-bottom: 0;
}

.speaker-img-wrap {
	padding-bottom: 20px;
	padding-top: 15px;
}

.photo-center {
	display: block;
	min-height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.speaker-pg-text {
	padding: 10px 25px;
	min-height: 250px;
}

.speaker-pg-text h4 {
	text-transform: none;
}

/* Cost Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cost-card {
	border-radius: 0px;
	-webkit-box-shadow: 0 3px 15px 0 rgba(140, 140, 140, 0.40);
	box-shadow: 0 3px 15px 0 rgba(140, 140, 140, 0.40);
	border: none;
}

.cost-card .card-header {
	background-color: #163e43;
}

.cost-card .card-footer {
	background-color: #163e43;
}

.nav-tabs .nav-link {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #3eb0ac;
}

.nav-link {
	color: #3EB0AC;
}

/* Arrival Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.te-card .card-header {
	background-color: #EEEEEE;
	border-bottom: none;
}

.card-header:first-child {
	border-radius: 0;
}

.card-footer:last-child {
	border-radius: 0;
}

.te-icon-small {
	font-size: 25px;
	padding-bottom: 10px;
}

/* Wallpapers Page Styles
__________________________________________________ */

.wallpapers {
	display: inline-block;
}

.wallpaper-column {
	float: left;
	width: 50%;
	padding: 5px;
}

/* Safety Page Styles 
__________________________________________________ */

.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020;
}


.safety-icon {
	font-size: 100px;
	padding-bottom: 30px;
}

.safety-title {
	color: #338A87;
}

.bg-photo {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.hero-logo {
	text-align: center;
	padding: 50px 20px;
}

/* Home Page Ad Block Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cop-overlay {
	background: rgba(0, 120, 82, .38);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 20px;
	color: #fff;
}

.cop-overlay:hover {
	/*	background: rgba(0,0,0, .0);*/
	background: rgba(245, 245, 245, .5);
}

.ad-logo-img {
	width: 60%;
	position: absolute;
	top: 27%;
	left: 20%;
	opacity: .7;
}

.cop-overlay:hover .ad-logo-img {
	opacity: 1;
}

.cop-overlay:hover svg path,
.cop-overlay:hover svg .cls-2 {
	fill: #007852;
}

.scdc-logo-img {
	top: 40%;
	left: 12%;
	width: 80%;
}

.scdc-overlay {
	background: rgba(10, 191, 221, .38);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 20px;
	color: #fff;
}

.scdc-overlay:hover {
	background: rgba(245, 245, 245, .5);
}

.scdc-overlay:hover .ad-logo-img {
	opacity: 1;
}

.scdc-overlay:hover svg path,
.scdc-overlay:hover svg .cls-2 {
	fill: #11c0de;
}

.scdc-overlay:hover .ad-logo-img {
	opacity: 1;
}

.ddc-logo-img {
	top: 40%;
	left: 20%;
	width: 60%;
}

.ddc-overlay {
	background: rgba(211, 99, 26, .38);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 20px;
	color: #fff;
}

.ddc-overlay:hover {
	background: rgba(245, 245, 245, .5);
}

.ddc-overlay:hover .ad-logo-img {
	opacity: 1;
}

.ddc-overlay:hover svg path,
.scdc-overlay:hover svg .cls-2 {
	fill: #D3631A;
}

.ddc-overlay:hover .ad-logo-img {
	opacity: 1;
}

.sumcamp-logo-img {
	top: 38%;
	left: 16%;
	width: 70%;
}

.sumcamp-overlay {
	background: rgba(0, 99, 152, .38);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 20px;
	color: #fff;
}

.sumcamp-overlay:hover {
	/*	background: rgba(0,0,0, .0);*/
	background: rgba(245, 245, 245, .3);
}

.sumcamp-overlay:hover svg path,
.sumcamp-overlay:hover svg .cls-2 {
	fill: #005e7f;
}

.sumcamp-overlay:hover .ad-logo-img {
	opacity: 1;
}

/* Home Page Social Media Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.social-icon {
	font-size: 30px;
	color: #fff;
	padding: 5px;
}

.social-icon:hover {
	opacity: .75;
}

/* Home Page Register Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.register-overlay span {
	opacity: 1;
	display: block;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 42%;
	left: 35%;
	transition: opacity 400ms;
	transition-delay: 100ms;
}

.overlay-link .register-overlay {
	opacity: 1;
	position: absolute;
	top: 8px;
	left: 8px;
	width: 95%;
	height: 94.5%;
	background-color: rgba(0, 0, 0, 0.4);
	transition: opacity 300ms;
}

.camper-overlay span {
	opacity: 1;
	display: block;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 42%;
	left: 35%;
	transition: opacity 400ms;
	transition-delay: 100ms;
}

.overlay-link .camper-overlay {
	opacity: 1;
	position: absolute;
	top: 8px;
	left: 8px;
	width: 95%;
	height: 94.5%;
	background-color: rgba(0, 0, 0, 0.4);
	transition: opacity 300ms;
}

.overlay-link:focus {
	outline: none;
}

.overlay-link:hover .register-overlay {
	opacity: 0;
}

.overlay-link .register-overlay span {
	opacity: 1;
	display: block;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 38%;
	left: 40%;
	transition: opacity 400ms;
	transition-delay: 100ms;
}

.overlay-link .register-overlay .register span {
	left: 33%;
}

.overlay-link:hover .register-overlay span {
	opacity: 0;
}

.overlay-link:hover .camper-overlay {
	opacity: 0;
}

.overlay-link .camper-overlay span {
	opacity: 1;
	display: block;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 38%;
	left: 33%;
	transition: opacity 400ms;
	transition-delay: 100ms;
}

.register-card {
	width: 280px;
	position: absolute;
	left: 18px;
	top: 205px;
	z-index: 5;
	border-radius: 0px;
	-webkit-box-shadow: 0 3px 15px 0 rgba(140, 140, 140, 0.40);
	box-shadow: 0 3px 15px 0 rgba(140, 140, 140, 0.40);
	border: none;
}

.register-card-img {
	width: 300px;
	height: auto;
}

.register-card-body {
	min-height: 136px;
}

.register a {
	color: #3eb0ac;
}
.register a:hover {
	color: #f8bc16;
}

/* Home Page Testimonial Slider Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.carousel-control-prev-icon {
	background-image: none;
}

.carousel-control-prev-icon:after {
	content: "\f104";
	font-family: "Font Awesome 6 Pro";
	font-size: 2.5rem;
	background-image: none;
	color: #3eb0ac;
	font-weight: 200;
}

.carousel-control-next-icon {
	background-image: none;
}

.carousel-control-next-icon:after {
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
	font-size: 2.5rem;
	background-image: none;
	color: #3eb0ac;
	font-weight: 200;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	height: auto;
}

.carousel-testimony:before {
	content: "\f10e";
	font-family: "Font Awesome 6 Pro";
	font-size: 25px;
	color: #3eb0ac;
	font-weight: bold;
	position: absolute;
	top: -20px;
	left: 46%;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
	border-bottom: none;
}

.carousel-control-next,
.carousel-control-prev {
	width: auto;
}

a:not([href]):not([tabindex]):hover {
	border-bottom: none;
}

/*Header Image Styles*/
header .mod1 {
	height: 200px;
	background-size: cover;
}

/*Vegas Slider*/
.vegas-timer-progress {
	display: none;
}

/*Manage Registrations*/
.mobile-statement {
	display: none;
}

.credit-img {
	width: 20%;
}

.btn-icon {
	color: #163E43 !important;
	padding-right: 5px;
}

/* What to Bring Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#girls-dress-img, #guys-dress-img {
    	height: auto;
    	width: 100%;
	  }  
	  
	  @media (min-width: 992px) {
		 #girls-dress-img, #guys-dress-img {
    	  height: 100%;
    	  width: auto;
   		  max-height: 500px;
	  	} 
	  }

/* Rooming Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.rooming-form .unroomedList div {
	width: 200px;
	height: auto;
}

.rooming-form .unroomedList .guestContainer .guest {
	min-height: 2.5rem;
}

.rooming-form div.removeButton {
	margin: 0;
	position: absolute;
	right: 0;
	padding: 5px;
}

.unroomedList {
	padding-top: 25px;
	padding-left: 0;
}

.roomedList {
	padding-top: 25px;
	padding-left: 0;
}

.room {
	float: left;
	margin-left: 25px;
}

.room:before {
	content: "\f236";
	font-family: "Font Awesome 6 Pro";
	position: relative;
	font-size: 20px;
	left: 45%;
}

.selectedRoom:before {
	content: "\f236";
	font-family: "Font Awesome 6 Pro";
	position: relative;
	padding-right: 15px;
	font-size: 20px;
	color: #3eb0ac;
}

/*
.notification {
	text-align: right;
}
*/
.rooming-form .selectRoom {
	margin: auto;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	margin-top: 12px;
}

.rooming-form .selectRoom:hover {
	background-color: #ccc;
}

.rooming-form .selectedRoom .selectRoom:hover {
	background-color: #3eb0ac;
}

.selectedRoom .selectRoom {
	background-color: #3eb0ac;
}

.selectedRoom .selectRoom:after {
	display: block;
	left: 4px;
	top: 2px;
	color: #fff;
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	position: relative;
	font-size: 12px;
}

.selectRoom:after {
	content: "";
	display: none;
}

/*
.roomAssignment {
	margin: 0.5em;
	text-align: center;
}
*/
.roomAssignment {
	margin-top: 15px;
}

.roomAssignment input {
	border-color: #DBDBDB;
	background-color: #F5F5F5;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	display: block;
	padding: .375rem .75rem;
	font-size: 1rem;
	width: 15em;
}

.roomAssignment input:focus {
	background-color: #F5F5F5;
	border-color: #3eb0ac;
	box-shadow: 0 0 0 0.2rem rgba(62, 176, 172, 0.35) !important;
}

.bunk {
	border-color: #DBDBDB;
	background-color: #F5F5F5;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	display: block;
	font-size: 1rem;
	min-height: 80px;
	margin: .7em 0;
	width: 15em;
	margin-top: 15px;
	position: relative;
	padding-right: 25px;
}

.selectedRoom .bunk {
	background-color: #F5F5F5;
	border-color: #3eb0ac;
	box-shadow: 0 0 0 0.2rem rgba(62, 176, 172, 0.35);
}

.bunk.hidden {
	display: none;
}

/*
.addCamperButton {
	margin-left: 34px;
}
*/
.addCamperButton:before {
	content: "\f067";
	font-family: "Font Awesome 6 Pro";
	color: #3eb0ac;
	padding-right: 5px;
}

.addRoomButton:before {
	content: "\f067";
	font-family: "Font Awesome 6 Pro";
	color: #3eb0ac;
	padding-right: 5px;
}

.addCamperButton a {
	text-decoration: none;
}

.addRoomButton a {
	text-decoration: none;
}

.guest {
	padding: 5px;
	cursor: pointer;
}

/* .roomRequest {
	font-size: smaller;
	display: block;
} */
/* .unroomedList .roomRequest {
	font-size: 10px;
	display: block;
	line-height: 17px;
	margin-bottom: 7px;
	margin-left: 20px;
	text-align: left;
} */
.selectedGuest {
	color: hsl(178, 48%, 47%);
	font-weight: bold;
}

.guestContainer .guest:before {
	content: "\f067";
	font-family: "Font Awesome 6 Pro";
	color: #3eb0ac;
	padding-right: 5px;
	font-size: 15px;
	vertical-align: baseline;
}

/* .rooming-form .removeButton {
	font-size: 20px;
	float: right;
	padding: 8px;
} */
.rooming-form .removeButton a:hover {
	text-decoration: none;
	border-bottom: none;
}

.rooming-form .removeButton:hover {
	text-decoration: none;
	border-bottom: none;
}

.genderTabs .ui-state-active a:after,
.genderTabs .ui-state-active a:link:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 20px;
	border-width: 11px 15px 0;
	border-style: solid;
	border-color: #3eb0ac transparent;
	display: block;
	width: 0;
}

.roomedList .ui-state-active a:after,
.roomedList .ui-state-active a:link:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 46px;
	border-width: 11px 15px 0;
	border-style: solid;
	border-color: #3eb0ac transparent;
	display: block;
	width: 0;
}

/* .bunk .guest-name {
	margin: 7px;
	float: left;
	width: 170px;
} */
.guest-info {
	font-size: 11px;
	vertical-align: bottom;
	margin-left: 20px;
}

.addedBunk .guest-info {
	margin-left: 0;
}

.roomed-title {
	color: #3eb0ac;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 18px;
}

.te-gif {
	width: 8%;
}

.contact-overlay {
	background: rgba(22, 62, 67, .8);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 20px;
	color: #fff;
}

.contact-img {
	display: none;
}

.contact-pg {
	margin-top: -1px;
}

.swiper-pagination {
	z-index: 0;
}

.mar-left {
	margin-left: 27px;
}

.desktop-link {
	display: none;
}

.mobile-link {
	display: block;
}

/*Youtube Video styles  */
.video-container {
	padding: 56.25% 0 0 0;
	position: relative;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Iframe Styles */
.iframe {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 41.25%;
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 300px) and (max-width: 500px) {
	.staff-card-img {
		width: 200px;
		height: auto;
	}
}

@media (min-width: 500px) and (max-width: 576px) {

	.staff-card-img {
		width: 150px;
		height: auto;
	}
}

/* Extra small devices (portrait phones, 576px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 500px) {

	.speaker-page .status-link-register a .card-footer:hover:after,
	.speaker-page .speaker-2 .status-link-register a .card-footer:hover:after {
		top: 590px;
	}

	.swiper-pagination {
		z-index: 10;
	}

	.wallpapers {
		display: inline-block;
		padding-left: 58px;
	}
}

/* Extra small devices (portrait phones, 576px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 576px) {
	.carousel-testimony:before {
		left: 48%;
	}

	.staff-slideshow-card {
		padding: 30px;
		top: -50px;
	}

	.redlin {
		min-height: 294px;
	}

	.speaker-pg-text {
		padding: 10px 30px 10px 0;
	}

	.speaker-page .status-link-register a .card-footer:hover:after,
	.speaker-page .speaker-2 .status-link-register a .card-footer:hover:after {
		top: 302px;
	}

	.te-activities .overlay-link .overlay {
		top: 0px;
		width: 95%;
		height: 100%;
	}

	.activity-card {
		top: 92%;
	}

	.te-activities .overlay-link .overlay span {
		left: 50%;
	}

	.wallpapers {
		display: inline-block;
		padding-left: 77px;
	}
}

/* Small devices (landscape phones, 768px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 768px) {
	.staff-slideshow-card {
		top: -100px;
	}


	.redlin {
		min-height: 337px;
	}

	.speaker-page .status-link-register a .card-footer:hover:after {
		top: 364px;
	}

	.speaker-page .speaker-2 .status-link-register a .card-footer:hover:after {
		top: 345px;
	}

	.activity-card h5 {
		font-size: 1rem;
	}

	.activity-card {
		width: 80%;
		left: 10%;
	}

	.te-activities .overlay-link .overlay {
		top: 0px;
		width: 87.5%;
		height: 100%;
	}

	.activity-card {
		top: 85%;
	}

	.mobile-statement {
		display: block;
	}

	.contact-img {
		display: block;
		background-size: cover;
	}

	.contact-info {
		position: absolute;
		top: 40%;
		left: 18%;
	}

	.te-activities .overlay-link .overlay span {
		left: 32%;
	}

	.desktop-link {
		display: block;
	}

	.mobile-link {
		display: none;
	}

	.theme-logo {
		width: 100%;
	}

	.theme-slogan {
		width: 75%;
	}

	.wallpapers {
		display: inline-block;
		padding-left: 0px;
	}

}


/* Medium devices (tablets, 992px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) {
	.staff-list {
		margin-bottom: 25px;
		margin: 25px;
	}

	.staff-slideshow-card {
		padding: 20px;
		position: absolute;
		right: 0;
		width: 445px;
		top: 20px;
		bottom: 20px;
		z-index: 1;
		border-bottom: none;

	}

	.well-lg-staff {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.speaker-img-wrap {
		padding-bottom: 0;
	}


	.speaker-page .status-link-register a .card-footer:hover:after,
	.speaker-page .speaker-2 .status-link-register a .card-footer:hover:after {
		top: 345px;
	}

	.activity-card h5 {
		font-size: 1.25rem;
	}

	.activity-card {
		width: 85%;
		left: 7.5%;
	}

	.te-activities .overlay-link .overlay {
		width: 90.5%;
	}

	.mobile-statement {
		display: none;
	}

	.contact-info {
		left: 25%;
	}

	.te-activities .overlay-link .overlay span {
		left: 37%;
	}

	.theme-slogan {
		width: 45%;
	}

	.wallpapers {
		display: inline-block;
		padding-left: 48px;
	}

}

@media (min-width: 1054px) {

	.wallpapers {
		display: inline-block;
		padding-left: 48px;
	}

}

/* Large devices (desktops, 1200px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1200px) {
	.staff-slideshow-card {
		padding: 7%;
		top: 7%;
		bottom: 7%;
		width: 125%;
	}

	.contact-info {
		left: 29%;
	}

	.te-activities .overlay-link .overlay {
		width: 95%;
	}

	.te-activities .overlay-link .overlay span {
		left: 40%;
	}

	.wallpapers {
		display: inline-block;
		padding-left: 92px;
	}

}

/* Extra large devices (large desktops)
   No media query since the extra-large breakpoint has no upper bound on its width */

@media (min-width: 1700px) {


	.contact-info {
		left: 35%;
	}

}