﻿@charset "UTF-8";

html {
	scroll-behavior: smooth;
  }


/*typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Mobile first styles */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
    color: #000000;
}
h1, h2, h3 {
	font-weight: 200;
}
h1 {
	font-size: 50px;
    line-height: 1.25em;
}
h2 {
	font-size: 43px;
    line-height: 1.21em;
}
h3 {
	font-size: 30px;
    line-height: 1.33em;
}
h4 {
	font-size: 18px;
    line-height: 1.57em;
    font-weight: 500;
}
h5 {
	font-size: 16px;
    line-height: 1.67em;
    font-weight: 500;
}
h6 {
	font-size: 14px;
    line-height: 1.8em;
	font-weight: 500;
	color: #959595;
}
@media only screen and (max-width: 680px) {
	h1 {
		font-size: 32px;
		line-height: 38px;
	}
	h2 {
		font-size: 28px;
		line-height: 32px;
	}
	h3 {
		font-size: 23px;
		line-height: 28px;
	}
	h4 {
		font-size: 16px;
    	line-height: 1.5em;
	}
	h5 {
		font-size: 14px;
    	line-height: 1.5em;
	}
	h6 {
		font-size: 12px;
    	line-height: 1.5em;
	}

}
.script {
	font-family:"fairwater-script",sans-serif;
	text-transform: none;
	font-weight: 500;
	text-align: center;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-family: "lora",serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.69em;
    color: #565050;
}
p {
	color: #565050;
}
.double {
 	font-size: 2em;
}
.larger {
	font-size: 1.25em;
	font-weight: 600;
}
.strong{
	font-weight: 700;
}
.no-underline {
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}
.text-regular {
	text-transform: none;
}
.price {
	font-size: 50px;
	line-height: 60px;
	display: block;
	font-weight: 700;
	padding-top: 15px;
}



/*colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.bg-white p {
	color: #565050;
	background-color: #ffffff;
}
.primary {
	color: #519AA2 !important;
}
.secondary {
	color: #CADDDF !important;
}
.light-blue{
	color: #ECF8F9 !important;
}
.light {
	color: #F2F2F2 !important;
}
.medium {
	color: #959595 !important;
}
.dark {
	color: #565050 !important;
}
.accent {
	color: #D2AC2B !important;
}
.bg-primary {
	background-color: #519AA2 !important;
}
.bg-secondary {
	background-color: #CADDDF !important;
}
.bg-light-blue{
	background-color: #ECF8F9 !important;
}
.bg-light {
	background-color: #F2F2F2 !important;
}
.bg-medium {
	background-color: #959595 !important;
}
.bg-dark {
	background-color: #565050 !important;
}
.bg-accent {
	background-color: #D2AC2B !important;
}
.gradient-overlay {
		height: 100%;
		width: 100%;
		position: absolute;
		overflow: auto;
		top: 0px;
		left: 0px;
	background-image: linear-gradient(0deg, rgba(10,82,106,.85) 0%, rgba(15,108,126,.85) 29%, rgba(19,127,141,.85) 100%);
}
.bg-gradient-overlay {
	background-image: linear-gradient(0deg, rgba(10,82,106,.85) 0%, rgba(15,108,126,.85) 29%, rgba(19,127,141,.85) 100%);
}
.gradient-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: auto;
    top: 0px;
    left: 0px;
    background: linear-gradient(0deg, rgba(10,82,106,.85) 0%, rgba(15,108,126,.85) 29%, rgba(19,127,141,.85) 100%);
}



/* Buttons and links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
	background-color: transparent;
	color: #000000;
	font-size: 16px;
	font-family: "brandon-grotesque",sans-serif;
	border: solid 2px #D2AC2B;
	border-radius: 0rem;
	text-decoration: none;
	box-shadow: none;
	transition: all 0.2s ease-in-out;
}
.button:hover {
	background-color: #D2AC2B;
	color: #000000;
	font-size: 16px;
	font-family: "brandon-grotesque",sans-serif;
	border: solid 2px #D2AC2B;
	border-radius: 0rem;
	text-decoration: none;
	box-shadow: none;
}
a.btn, button, input.btn {
	font-size: 16px;
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase !important;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000 !important;
	font-weight: 400 !important;
	box-shadow: none;
	margin: 10px 0px;
}
a.btn-primary, button.btn-primary, input.btn-primary {
	background-color: transparent !important;
	color: #000000 !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	font-family: "brandon-grotesque",sans-serif !important;
	border: solid 2px #D2AC2B !important;
	border-radius: 0rem !important;
	text-decoration: none !important;
	padding: 15px 60px !important;
	box-shadow: none !important;
	transition: all 0.2s ease-in-out !important;
}
a.btn-primary:hover, a.btn-primary:focus, button.btn-primary:hover, button.btn-primary:focus, input.btn-primary:hover, input.btn-primary:focus {
	background-color: #D2AC2B !important;
	color: #000000 !important;
	font-weight: 400 !important;
	font-size: 16px;
	font-family: "brandon-grotesque",sans-serif;
	border: solid 2px #D2AC2B !important;
	border-radius: 0rem;
	text-decoration: none;
	padding: 15px 60px;
	box-shadow: none;
}
a.btn-primary:active, button.btn-primary:active, input.btn-primary:active {
	font-weight: 500 !important;
	background-color: #D2AC2B !important;
	border: solid 2px #D2AC2B !important;
}
a.btn-secondary, button.btn-secondary, input.btn-secondary {
	background-color: transparent !important;
	color: #000000 !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	font-family: "brandon-grotesque",sans-serif !important;
	border: solid 2px #D2AC2B !important;
	border-radius: 0rem !important;
	text-decoration: none !important;
	box-shadow: none !important;
	padding: 12px 20px !important;
	transition: all 0.2s ease-in-out !important;
}
a.btn-secondary:hover, a.btn-secondary:focus, button.btn-secondary:hover, button.btn-secondary:focus, input.btn-secondary:hover, input.btn-secondary:focus {
	background-color: #D2AC2B !important;
	color: #000000 !important;
	font-weight: 400 !important;
	font-size: 16px;
	font-family: "brandon-grotesque",sans-serif;
	border: solid 2px #D2AC2B !important;
	border-radius: 0rem;
	text-decoration: none;
	box-shadow: none;
	padding: 12px 20px;
}
a.btn-secondary:active, button.btn-secondary:active, input.btn-secondary:active {
	font-weight: 500 !important;
	background-color: #D2AC2B !important;
	border: solid 2px #D2AC2B !important;
	padding: 12px 20px;
}
a, a:focus, a:visited {
	text-decoration: none;
	color: #519AA2;
	font-weight: 600;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}


/*Navbar
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.navbar {
	background-color: #ffffff;
	box-shadow: 0 0 10px #f2f2f2;
}
.navbar-brand img {
	width: 85px;
	height: auto;
}
.navbar-collapse a, .navbar-collapse a:focus, .navbar-collapse a:visited {
	color: #000000 !important;
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
    line-height: 1.67em;
	font-weight: 400;
}
.navbar-collapse a:hover {
	color: #565050 !important;
}
.navbar-collapse .dropdown-menu a, .navbar-collapse .dropdown-menu a:focus, .navbar-collapse .dropdown-menu a:visited {
	color: #565050 !important;
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
    line-height: 1.8em;
	font-weight: 400;
}
.navbar-collapse .dropdown-menu a:hover {
	color: #000000 !important;
}
.navbar-collapse .accent a , .navbar-collapse .accent a:focus, .navbar-collapse .accent a:visited {
	color: #D2AC2B !important;
	font-weight: 800;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #f4f4f4;
}





/*cards
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.card {
	border: 2px solid #f2f2f2;
}
.card-title {
	margin-bottom: 0px !important;
}
.card-body {
	flex: 1 1 auto;
    padding: 1.05rem;
}
.container-wrap {
	min-height: 100%;
	position: relative;
}
.interior-content {
	padding-bottom: 257px;   /* Height of the footer */
}
.card-border-top {
	border-top: 4px solid #519AA2;
}



/*images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-img {
	background-image:  url(//static.pcci.edu/LadiesCelebration/images/Homepage/Hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.header-img h2, .header-img h5 {
	text-shadow: 0px 0px 5px rgba(0,0,0,.5);
	font-weight: 600;
}
.header-logo-mobile {
	padding-top: 20px;
	width: 100%;
	height: auto;
}
.header-logo {
	display: none;
}
.border {
	width: 100%;
	height: auto;
	display: block;
}
img.speaker-img {
	width: 100px;
	margin-bottom: 20px;
	border: 5px solid white;
}
.bg-lines-L {
	background-image: url(//static.pcci.edu/LadiesCelebration/images/Backgrounds/bg-lines-L.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-lines-R {
	background-image: url(//static.pcci.edu/LadiesCelebration/images/Backgrounds/bg-lines-R.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.bg-lines-2 {
	background-image: url(//static.pcci.edu/LadiesCelebration/images/Backgrounds/bg-lines-2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.inspire-lines {
	background-image: url(//static.pcci.edu/LadiesCelebration/images/Backgrounds/Inspire.svg), url(//static.pcci.edu/LadiesCelebration/images/Backgrounds/bg-lines-2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center, center;
	background-size: cover, cover;
}
.bg-inspire {
	background-image: url(//static.pcci.edu/LadiesCelebration/images/Backgrounds/Inspire.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-connect {
	background-image: url(//static.pcci.edu/LadiesCelebration/images/Backgrounds/Connect.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-fellowship {
	background-image: url(//static.pcci.edu/LadiesCelebration/images/Backgrounds/Fellowship.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-getready {
	background-image: url(//static.pcci.edu/LadiesCelebration/images/Backgrounds/GetReady.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-letsgo {
	background-image: url(//static.pcci.edu/LadiesCelebration/images/Backgrounds/letsgo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-refresh {
	background-image: url(//static.pcci.edu/LadiesCelebration/images/Backgrounds/Refresh.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-unwind {
	background-image: url(//static.pcci.edu/LadiesCelebration/images/Backgrounds/Unwind.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-adventure {
	background-image: url(//static.pcci.edu/LadiesCelebration/images/Backgrounds/Adventure.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-listen {
	background-image: url(//static.pcci.edu/LadiesCelebration/images/Backgrounds/Listen.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-attention {
	background-image: url(//static.pcci.edu/LadiesCelebration/images/Backgrounds/Attention.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.inner-hero {
	height: 40vh;
	max-width: 600px;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
@media (max-width: 768px) {
	.inner-hero {
		height: 30vh;
	}
  }
.icon-info-card {
	margin: 10px;
}
.icons {
	height: 85px;
	padding: 0px 25px;
	transition: all .2s ease-in;
}
.icon-info-card:hover .icons {
	height: 85px;
	margin-top: -8px;
	margin-bottom: 8px;
}
.icons-left {
	margin: 0px;
	transition: all .2s ease-in;
}
.icon-row {
	display: flex;
	justify-content: space-around;
}
@media (max-width: 1198px) {
	.icons {
		height: 75px;
		padding: 0px 20px;
	}
	.icon-info-card:hover .icons {
		height: 75px;
		margin-top: -8px;
		margin-bottom: 8px;
	}
}
@media (max-width: 988px) {
	.icons {
		height: 65px;
		padding: 0px;
	}
	.icon-info-card:hover .icons {
		height: 65px;
		margin-top: -8px;
		margin-bottom: 8px;
	}
  }
@media (max-width: 768px) {
	.icons {
		height: 55px;
		padding: 0px;
	}
	.icon-info-card:hover .icons {
		height: 55px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
  }
.host {
	position: absolute;
	left: -35px;
	top: -35px;
	max-width: 85px;
	z-index: 1;
	transform: translatey(0px);
	animation: float 4s ease-in-out infinite;
}
@media (max-width: 518px) {
	.accommodations {
		font-size: 40px;
	}
}
@media (max-width: 418px) {
	.accommodations {
		font-size: 30px;
	}
}
.circle-border {
	width: 100%;
	border-radius: 50%;
	border: 2px dashed #519AA2;
	padding: 10px;
}
.circle-image {
	border-radius: 50%;
}
.roommate {
	max-width: 140px;
	position: absolute;
	right: 50px;
	top: 378px;
	padding: 8px;
	background-color: #ffffff;
	transform: translatey(0px);
	animation: float 4s ease-in-out infinite;
}
.roommate2 {
	max-width: 140px;
	position: absolute;
	left: -30px;
	top: 100px;
	padding: 8px;
	background-color: #ffffff;
	transform: translatey(0px);
	animation: float 4s ease-in-out infinite;
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-8px);
	}
	100% {
		transform: translatey(0px);
	}
}
@media (max-width: 1200px) {
	.roommate, .roommate2 {
	  max-width: 130px;
	}
	.roommate {
		top: 293px;
	}
  }
@media (max-width: 768px) {
	.roommate, .roommate2 {
	  max-width: 110px;
	}
	.roommate {
		top: 340px;
	}
	.roommate2 {
		top: 100px;
		left: -30px;
	}
  }
@media (max-width: 498px) {
	.roommate {
		top: 210px;
		right: 10px;
	}
	.roommate2 {
		top: 20px;
		left: -5px;
	}
  }



/*modals
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal-open .modal {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}
.modal-header {
	border: none;
	margin-left: 16px;
	margin-right: 16px;
	padding: 16px 32px 16px 16px;
}
.modal-footer {
	border: none;
	margin-left: 16px;
	margin-right: 16px;
	padding: 16px 16px 32px 16px;
}
.modal-body {
	padding: 16px 30px;
}



/*contact
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact-icon {
	display: block;
	margin: auto;
	text-align: center;
	margin-bottom: 5px;
}
.contact-info {
/*	align-items: center !important;*/
	justify-content: center !important;
	display: flex !important;
	flex-direction: column !important;
}
.contact-map {
    min-height: 500px;
}
.googlemap {
  width: 100%;
  height: 100%;
}

/*tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
	margin: auto;
	color: #000000;
}



/*footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer a, footer a:focus, footer a:visited, footer p a, footer p a:focus, footer p a:visited {
	text-decoration: none;
	color: #565050;
	font-weight: 600;
}
footer a:hover, footer p a:hover {
	text-decoration: underline;
	color: #565050;
	font-weight: 600;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 257px;   /* Height of the footer */
}
.title-line-holder {
	position: relative;
    text-align: center;
	overflow: hidden;
}
.title-line {
	content: '';
    height: 1px;
    width: 100%;
    background-color: #f2f2f2;
    top: 15px;
    position: absolute;
    left: 0;
}
.title-line-h6 {
	display: inline-block;
    width: auto;
    margin: 0 0 3px;
    background-color: #fff;
    padding: 0 12px;
    z-index: 90;
    position: relative;
}
footer p {
	font-size: 12px;
    line-height: 1.8em;
	font-weight: 500;
	color: #959595;
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;
}



/* Emergency Announcement Bar & Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.AnnouncementBox {
	color: #565050;
	padding-top: 20px;
}
.alert-bar a{
	padding: 10px 0 10px !important;
    background-color: #D0AA37;
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
}
.alert-bar.emergency a{
	padding: 10px 0 10px !important;
    background-color: #de0000;
	color: #ffffff;
	display: block;
}
.alert-bar a:hover{
  	text-decoration: underline !important;
}
.alert-bar.emergency a:hover{
	text-decoration: underline !important;
}

a#lnkAnnouncement {
	text-decoration: none;
}

a#lnkAnnouncement2 {
	text-decoration: none;
	color: #ffffff;
}
.announcementlink a:hover{
	text-decoration: underline;
}



/* Media page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#DownloadIcon {
	width: 30px;
	float: left;
	padding-top: 5px;
	margin-right: 8px;
}
.fa-download.audio {
	float: left;
	font-size: 45px;
	padding-top: 5px;
	color: #519AA2;
	margin-right: 10px;
	margin-bottom: 20px;
}
td a {
    color: #519AA2; 
}
td a:hover, td a:focus, td a:visited {
	color: #519AA2;
	text-decoration: none;
}
.handout-icon {
	margin-bottom: 0px;
	font-size: 22px;
	margin-right: 5px;
	padding-top: 0px;
}
.table thead th, .table th, .table td {
	border: none;
}
.table-media {
	margin-left: 0px;
}
.title-td {
	width: 300px;
}
th {
	color: #519AA2;
}
.display-info {
	display: none;
}



/* Testimonial Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.testimonial-container {
	max-width: 100%;
	height: 300px;
	background-color: #CADDDF;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.testimonial h6 {
	margin-top: 15px;
	color: #000000;
}
.testimonial {
	color: #000000;
	font-family: "fairwater-script",sans-serif;
	font-size: 25px;
	text-align: center;
	position: relative !important;
	padding: 50px 20px;
	align-self: center;
}
.testimonial .quote {
	font-family: 'Times Roman', serif;
	font-size: 100px;
	color: #ffffff;
}



/* Panel Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.panel-body {
	color: #000000;
	padding: 15px;
	background-color: #ffffff;
}
.panel-button {
	border: 3px solid #089d9a;
	color: #089d9a;
	margin-top: 20px;
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
	border-radius: 0rem;
	display: block;
	text-decoration: none;
	padding: 15px;
}
.panel-button:hover {
	color: #ffffff;
	background-color: #089D9A;
	text-decoration: none;
	font-weight: 500;
}
a.panel-button.collapsed {
	border: 3px solid #089d9a;
}
a.panel-button:before {
	font: 400 14px/19px "Font Awesome 6 Pro";
	content: '\f077';
	vertical-align: middle;
}
a.panel-button.collapsed:before {
	font: 400 14px/19px "Font Awesome 6 Pro";
	content: '\f078';
	vertical-align: middle;/*	transition: .5s ease;*/
}
/*
a.panel-button:before {
	 font: 400 16px/19px "Font Awesome 6 Pro";
    content: '\f077';
    vertical-align: baseline;
	transition: all 0.5s;
}
a.panel-button.rotate:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
*/
/*
a.panel-button.collapsed:before {
	 font: 400 16px/19px "Font Awesome 6 Pro";
    content: '\f078';
    vertical-align: baseline;
}
*/
h4.panel-title {
	margin-bottom: 0px;
}
input#start {
    height: 32px;
}
/* Panel Table Dropdown Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.td-left {
	width: 110px;
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
}
.td-right {
	/*    width: 60%;*/
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
}
/* Details Section -- Group of 4 Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.detail-blocks {
	min-height: 300px;
}
.detail-blocks .details-header {
	margin: auto;
	margin-top: 25%;
}
.details-header h2 {
	font-size: 28px;
}
.details-header i.fa {
	font-size: 60px;
	margin-bottom: 20px;
	color: #fff;
}
.details-header i.fa-chevron-down {
	font-size: 30px;
}
.details-cost {
	background-image: url(/images/Cost.jpg);
	background-position: center;
	background-size: cover;
}
.details-cost:hover {
	background-image: url(/images/Cost.jpg);
	min-height: 650px;
	background-position: center;
	background-size: cover;
}
.details-accomodations {
	background-image: url(/images/Cabins.jpg);
	background-position: center;
	background-size: cover;
}
.details-accomodations:hover {
	background-image: url(/images/Cabins.jpg);
	min-height: 450px;
	background-position: center;
	background-size: cover;
}
.details-dress {
	background-image: url(/images/Dress.jpg);
	background-position: center;
	background-size: cover;
}
.details-activities {
	background-image: url(/images/Activities.jpg);
	background-position: center;
	background-size: cover;
}
.details {
	min-height: 300px;
}
.hover-text ul {
	width: 140px;
	margin: auto;
	text-align: left;
}
/* Details Section -- Hover Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.details-hover-info {
	position: relative;
	/*  width: 50%;*/
	transition: .5s ease;
	transition-delay: .5s;
}
.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease height;
}
.details-hover-info:hover .overlay {
	height: 100%;
}
.hover-text {
	width: 100%;
	color: white;
	/*    font-size: 12px;*/
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 20px;
}
/* Google Maps Embed Styling
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* #getDirectionsButton {
	color: #ffffff;
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	border: none;
	transition: all 0.2s ease-in-out;
	padding: 7px;
	margin: 10px 0px;
	cursor: pointer;
}
#getDirectionsButton:hover {
	transition: all 0.2s ease-in-out;
} */
#getDirections-panel {
	margin-bottom: 15px;
}
#direction-panel {
	font-family: 'Raleway', sans-serif;
	margin-bottom: 15px;
	/* background-color: white; */
	/* max-height: 175px; */
	overflow: auto;
}
/* #direction-panel .adp-placemark, #direction-panel .adp-summary, #direction-panel .adp-directions {
	font-family: 'Raleway', sans-serif;
} */
#infoWindow {
	color: black;
}

/* END Google Maps Embed Styling
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (min-width: 425px) {
.testimonial .swiper-blurb {
	margin-top: 50px;
}
}

/* Extra small devices (portrait phones, 576px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 576px) {
.header-logo-mobile {
	display: none;
}
.header-logo {
	display: inherit;
	width: 100%;
	height: auto;
}
.details {
	min-height: 300px;
}
.details-cost:hover {
	min-height: 450px;
}
.detail-blocks .details-header {
	margin-top: 12%;
}

} 
@media (max-width: 576px) {
	.icons-left {
	padding-top:10px;
	}
}
/* Small devices (landscape phones, 768px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 768px) {
.contact-info {
	text-align: left;
	display: inline;
}
.details {
	min-height: 370px;
}
.detail-blocks .details-header {
	margin-top: 25%;
}
.details-cost:hover {
	min-height: 590px;
}
.testimonial .swiper-blurb {
	margin-top: 85px;
	margin-bottom: 0;
	top: 0;
	bottom: auto;
}
.testimonial {
	min-height: 330px;
}
}

/* Medium devices (tablets, 992px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) {
.detail-blocks .details-header {
	margin-top: 17%;
}
.details {
	min-height: 335px;
}
.display-info {
	display: block;
}
}

/* Large devices (desktops, 1200px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1200px) {
.detail-blocks .details-header {
	margin-top: 15%;
}
}

/* Extra Large devices (desktops, 1800px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1800px) {
.detail-blocks .details-header {
	margin-top: 8%;
}
}

/* Extra large devices (large desktops)
   No media query since the extra-large breakpoint has no upper bound on its width */

/* Payeezy Form
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* .payeezy-form {
	height: 24px;
	padding: 1px;
	border-width: 2px;
	border-style: inset;
	vertical-align: middle;
}

.payeezy-form.focus {
	outline: -webkit-focus-ring-color auto 1px;
} */
/* Schedule of Events
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color:#D2AC2B !important;
}
.nav-pills .nav-link{
	border-radius:0rem;
	text-decoration:none;
	background-color:#ECF8F9 !important;
}

.tab-content>.active{
	background-color:#ECF8F9;
	padding:30px;
	margin-top:10px;
 }


/* Application Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.Comments {
	margin-left: 0px !important;
}



/* Carousels
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#myCarousel .carousel-item {
	transition: transform 2s ease, opacity .5s ease-out
}



/* Scroll
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.scroll {
	overflow-x: scroll !important;
	overflow-y: hidden !important;
	white-space: nowrap !important;
}
.scroll::-webkit-scrollbar {
	display: none;
  }
.scroll .card {
	display: inline-block !important;
	border: 2px dashed #519AA4;
	background-color: #CADDDF;
	border-radius: 50%;
    padding: 10px;
	margin: 100px 50px 50px;
	position: relative;
}
.scroll .card img {
	padding: 10px;
	max-width: 200px;
}
.bg-curvy-line {
	background-image: url(//static.pcci.edu/LadiesCelebration/images/Backgrounds/CurvyLine.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	width: 2500px;
	top: 0;
	left: 0;
}
.item-1 {
	left: -250px;
    top: -120px;
}
.item-2 {
	left: -140px;
    top: 50px;
}
.item-3 {
	left: 40px;
}
.item-4 {
	left: 150px;
    top: -100px;
}
.item-5 {
	left: 300px;
	top: 50px;
}

.items {
	max-width: 250px;
	margin: 10px;
	padding: 10px;
	border: 2px dashed #519AA4;
	background-color: #ffffff;
	border-radius: 50%;
	transition: all .2s ease-in;
}

.items img {
	max-width: 230px;
}

