@import url('https://fonts.googleapis.com/css?family=Marck+Script');

@font-face {
	font-family: 'Avenir Next';
	src: url(/templates/samvill/fonts/avenir-next/AvenirNextLTPro-Regular.otf);
	font-weight: normal;
}

@font-face {
	font-family: 'Avenir Next';
	src: url(/templates/samvill/fonts/avenir-next/AvenirNextLTPro-Bold.otf);
	font-weight: bold;
}

@font-face {
	font-family: 'Snell Roundhand';
	src: url(/templates/samvill/fonts/snell-roundhand-script/SnellRoundhand.ttf);
	font-weight: normal;
}

@font-face {
	font-family: 'Snell Roundhand';
	src: url(/templates/samvill/fonts/snell-roundhand-script/SnellRoundhand-Bold.ttf);
	font-weight: bold;
}

/**********************************************************************************
 Begin - Generic Homepage Popup styles
***********************************************************************************/
#home #fancybox-wrap * {
	box-sizing: border-box;
}

#home #fancybox-wrap #image-popup{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

#home #fancybox-wrap #image-popup img{
  width: 100%;
}


#home #fancybox-outer {
  max-width: 600px;
}

#home #fancybox-wrap {
	padding: 0;
	max-width: 90%;
	min-width: 90%;
	right: 0;
	margin: auto;
	font-size: 15px;
	font-family: 'Arial', sans-serif;
}

#home #fancybox-wrap img {
	max-width: 100%;
}

#home #fancybox-content {
	border: none;
	width: 100% !important;
	height: auto !important;
	/* background: #000; */
	/* color: #fff; */
	text-align: center;
}

#home #fancybox-content > div {
	max-width: 100%;
	max-height: 90%;
	width: 100% !important;
	height: 100% !important;
	margin: auto;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }

@media only screen and (max-width: 660px) {

}

@media only screen and (min-width: 768px) {
	#home #fancybox-wrap {
		min-width: 0;
		max-width: none;
		width: auto !important;
		right: auto;
		left: 50% !important;
		transform: translateX(-50%);
	}

	#home #fancybox-content {
		/* width: 600px !important; */
		margin: auto;
  }
}

@media only screen and (min-width: 992px) {
	#home #fancybox-wrap {
		font-size: 20px;
	}
}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 1450px) {
	#home #fancybox-wrap {
		min-width: none;
		max-width: none;
		right: auto;
	}

	#home #fancybox-content {
		/* width: 600px !important; */
	}
}

@media only screen and (max-height: 900px) {

}

/**********************************************************************************
 Begin - Gala Homepage Popup
***********************************************************************************/
.gala-logo {
  padding-top: 1rem;
  width: 500px;
}

.gala-content {
  font-size: 1.75rem;
  font-weight: bold;
  padding: 15px;
  max-height: 92vh;
  overflow-y: auto;
}

.gala-content p {
  margin-bottom: 1rem;
}

.gala-content .large {
  color: #ee5424;
  font-size: 1.25em;
  font-weight: 700;
}

.gala-content .muted {
  color: #404041;
  font-family: 'Arial Black', Arial, sans-serif;
}

.gala-content .cta-link {
  padding: .75rem 2rem;
  color: #fdb713;
  background: #404041;
  text-decoration: none;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: .5rem;
}

.gala-content .cta-link:hover {
  background: #555;
}

@media only screen and (max-width: 660px) {

}

@media only screen and (min-width: 768px) {
  .gala-logo {
    padding-top: 2rem;
  }

}

@media only screen and (min-width: 992px) {
	.gala-content {
    padding: 20px;
  }
}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 1450px) {

}

@media only screen and (max-height: 900px) {

	.gala-content {
    padding: 15px;
  }

  .gala-logo {
    padding-top: 1rem;
    width: 350px;
  }
}

/**********************************************************************************
 Begin - Holidays Homepage Popup
***********************************************************************************/
#holidays-popup {
	/*padding: 10px;*/
	overflow-y: auto;
	max-height: 90vh;
	width: 550px;
	max-width: 100%;
	margin: auto;
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 18px;
  overflow-x: hidden;
  line-height: 1.2;
  color: #404041;
}

.holidays-content {
  width: 600px;
  max-width: 100%;
  /* font-family: inherit; */
}

#holidays-popup h2 {
  font-family: inherit;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 34px;
  font-family: 'Arial Rounded MT Bold', Arial, sans-serif;
  font-weight: normal;
}

#holidays-popup p {
  margin-bottom: 1.5rem;
}

#holidays-popup p em{
	margin-bottom: 1rem;
}

#holidays-popup .holidays-info {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#holidays-popup p strong{
	/* font-size: 36px !important; */
}

#holidays-popup .btn-group {
  /* padding: 10px 2% 20px; */
  margin-bottom: 20px;
  margin-top: 20px;
}

#holidays-popup .btn-group a {
  display: inline-block;
  max-width: 48%;
  cursor: pointer;
}

#holidays-popup .holidays-divider {
  margin-top: -25px;
  margin-bottom: 20px;
  display: block;
}

#holidays-popup .large {
	font-size: 1.5em;
	line-height: 0;
	margin-top: 1em;
	display: inline-block;
}

#holidays-popup .cta-link {
	color: #ffffff;
	/*font-weight: bold;*/
	text-decoration: none;
	/*margin-top: 1em;*/
  /*display: block;*/
  background-color: #f05023;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem 2.5rem;
  line-height: 1;
  display: inline-block;
  font-family: 'Arial Rounded MT Bold','Helvetica Rounded',Arial,sans-serif;
}

#holidays-popup .cta-link:hover {
	background-color: #c62e0b;
	/*font-weight: bold;*/
	/* text-decoration: underline; */
}

#holidays-popup .holidays-intro {
	margin-top: 1em;
	max-width: 90% !important;
	width: 600px;
}

#holidays-popup .holidays-logo {
	/*max-width: 60% !important;*/
	/*margin: 1.5em auto 1em;*/
  /* width: 600px; */
  width: 100%;
}

@media only screen and (max-width: 660px) {
  #holidays-popup {
    font-size: 14px;
  }

  #holidays-popup h2 {
    font-size: 22px;
  }

  #holidays-popup .holidays-info {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }

  #holidays-popup .desktop-only {
    display: none;
  }
}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 1450px) {

}

@media only screen and (max-height: 900px) {
  #home #fancybox-outer {
    max-width: 450px;
  }

  #holidays-popup {
    font-size: 14px;
  }

  #holidays-popup h2 {
    font-size: 22px;
  }

  #holidays-popup .holidays-info {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }

  #holidays-popup .desktop-only {
    display: none;
  }
}

/**********************************************************************************
 Begin - Alert Homepage Popup
***********************************************************************************/
#alert-popup {
	padding: 25px;
	overflow-y: auto;
	max-height: 95vh;
	width: 600px;
	max-width: 100%;
	margin: auto;
  position: relative;
  font-family: 'Avenir Next', Arial, sans-serif;
  font-size: 22px;
  /* font-size: 24px; */
  overflow-x: hidden;
}

@media (max-width: 1800px){
  #alert-popup{
    width: 420px;
  }
}

#alert-popup .message {
  padding: 40px 20px 20px;
  background: #fff;
  text-align: left;
  color: #000;
}

#alert-popup .message .img-wrapper {
  text-align: center;
}

#alert-popup .message .img-wrapper img{
  max-width: 220px !important;
}

#alert-popup .featured {
  margin-bottom: 6px;
}

#alert-popup .featured img {
  width: 100%;
}

#alert-popup .cta-link {
	color: #ffffff;
	text-decoration: none;
  background-color: #f05023;
  padding: 1rem 1.25rem .75rem;
  line-height: 1;
  display: inline-block;
  border: 5px solid #000;
  font-size: 24px;
  margin-top: 1rem;
}

#alert-popup .cta-link:hover {
	background-color: #c62e0b;
}

@media only screen and (max-width: 660px) {
  #alert-popup {
    padding: 15px;
    font-size: 18px;
  }

  #alert-popup .message {
    padding: 20px 15px 15px;
  }

  #alert-popup .message .img-wrapper img{
    max-width: 200px !important;
  }
}

@media only screen and (max-height: 880px) {
  #alert-popup {
    padding: 15px;
    font-size: 18px;
  }

  #alert-popup .message {
    padding: 20px 15px 15px;
  }

  #alert-popup .message .img-wrapper img{
    max-width: 200px !important;
  }
}

/**********************************************************************************
 End - Alert Homepage Popup
***********************************************************************************/