@charset "utf-8";
/* CSS Document */

@media (min-width: 993px) and (max-width: 1300px) {
	
/* =============================================================================
   GLOBAL STYLES
   ========================================================================== */
h1 {
	font-size: 2.5em;
}
.scriptedFont-h1  {
	font-size: .85em;
}
h2 {
	font-size: 1.85em;
}
h3 {
	font-size: 1.35em;
}
.scriptedFont-h3 {
	font-size: 1.15em;
}
h4 {
	font-size: 1.35em;
}
p {
	font-size: 1em;
}
	
/* =============================================================================
   CONTAINERS
   ========================================================================== */
.frame_1280 {
	padding: 0 2.5%;
	width: 95%;
}
	
/* =============================================================================
   BUTTON
   ========================================================================== */
.shadow__btn {
	font-size: 14px;
  	margin-top: 15px;
	padding: 8px 18px;
}
	
/* =============================================================================
   TOP CONTENT
   ========================================================================== */
.centeredContainer {
	align-items: center;
	display: flex; 
	height: 80%;
	padding: 40px 0;
}

/* =============================================================================
   FLIP BOXES
   ========================================================================== */
.child h3 {
	font-size: 1.2em;
}	
.innerBox {
  	padding: 10px 30px 30px 30px;
}
	
/* =============================================================================
   BACK SURGERY EXPLANATION
   ========================================================================== */
.innovativeCare {
	padding: 30px 0 50px 0;
}
	
/* =============================================================================
   THANK YOU
   ========================================================================== */
.thankYou {
	background-image: url("../assets/formBackground_1440.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	width: 100%;
}
.scriptedThankYouFont-h1 {
	font-family: 'Amalfi Coast';
	font-size: 2.25em;
	font-weight: 800;
	padding-top: 150px;
	text-align: center;
}
.thankYou p {
	font-size: 1.15em;
	padding-top: 20px;
	text-align: center;
}
	
/* =============================================================================
   POPUP EVENTS
   ========================================================================== */
.popup .content {
	background-color: #8db2dc;
	border: 4px solid #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.3);
	box-sizing: border-box;
	left: 50%;
	padding: 0;
	position: fixed;
	top: 47%;
	transform: translate(-50%, -50%) scale(0);
	width: 900px;
	z-index: 950;
}
	
	
}

