@charset "utf-8";
/* CSS Document */

/* =============================================================================
   FONTS
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face{
	font-family:"Amalfi Coast";
    src:url("../fonts/Amalfi Coast.woff2") format("woff2"),url("../fonts/Amalfi Coast.woff") format("woff");
}

/* =============================================================================
   GLOBAL STYLES
   ========================================================================== */
body { 
	background: #fff;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}
h1 {
	color: #000;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 2.75em;
	font-weight: 800;
	line-height: 1.25em;
	text-align: left;
}
.scriptedFont-h1  {
	color: #01a161;
	font-family: 'Amalfi Coast';
	font-size: .95em;
	font-weight: 600;
	line-height: 1.85em;
}
h2 {
	color: #000;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 2em;
	line-height: 1.45em;
	margin-top: 15px;
}
h3 {
	color: #000;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.45em;
}
.scriptedFont-h3 {
	color: #000;
	font-family: 'Amalfi Coast';
	font-size: 1.15em;
	font-weight: 600;
	line-height: 1.85em;
}
h4 {
	color: #000;
	font-family: 'Open Sans',Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 800;
	line-height: 1.25em;
}
p {
	color: #000;
	font-family: 'Open Sans',Helvetica, Arial, sans-serif; 
	font-size: 1em;
	line-height: 1.65em;
	margin-top: 20px;
}
ul {
	color: #000;
	font-family: 'Open Sans',Helvetica, Arial, sans-serif; 
	font-size: 1em;
	line-height: 1.75em;
	margin: 20px 0 0 40px;
}

/* =============================================================================
   HEADER
   ========================================================================== */
.headerWide {
	display: block;
}
.headerNarrow {
	display: none;
}
nav {
	border-bottom: 1px #424242 solid;
	height: 120px;
}
.logoContainerLeft {
	align-items: center;
	display: flex; 
	height: 120px;
}
.logoContainerRight {
	align-items: center;
	display: flex; 
	float: right;
	height: 120px;
}
.tmh_logo {
	width: 300px;
}
.sw_logo {
	width: 315px;
}

/* =============================================================================
   CONTAINERS
   ========================================================================== */
{
	box-sizing: border-box;
  	margin: 0;
  	padding: 0; 
}
.frame {
  	margin:0 auto;
 	width: 100%;
}
.frame:after {
    content: "";
    display: table;
    clear: both; 
}
.frame_1280 {
	margin: 0 auto;
 	max-width: 1280px;
}
.frame_1280:after {
	clear: both;
    content: "";
    display: table; 
}
.frame_1440 {
	margin: 0 auto;
 	max-width: 1440px;
}
.frame_1440:after {
	clear: both;
    content: "";
    display: table; 
}
[class*='bit-'] {
	float: left;
	padding: 0em; 
}
.bit-25 {
	width: 25%;
}
.bit-33 {
	width: 33.3%;
}
.bit-50 {
	width: 50%;
}
.bit-66 {
	width: 66.6%;
}

/* =============================================================================
   BUTTON
   ========================================================================== */
.shadow__btn {
	border: none;
	border-radius: 7px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
  	letter-spacing: 4px;
  	margin-top: 20px;
	padding: 10px 18px;
  	text-transform: uppercase;
  	transition: 0.5s;
  	transition-property: box-shadow;
}
.shadow__btn {
  	background: rgb(33,44,74);
  	box-shadow: 0 0 0 rgb(33,44,74);
}
.shadow__btn:hover {
  	box-shadow: 0 0 2px rgb(33,44,74),
              	0 0 5px rgb(33,44,74),
              	0 0 10px rgb(33,44,74),
              	0 0 15px rgb(33,44,74);
	cursor: pointer;
}

/* =============================================================================
   TOP CONTENT
   ========================================================================== */
.centeredContainer {
	align-items: center;
	display: flex; 
	height: 80%;
	padding: 50px 0;
}
.hiddenText {
	display: block;
}
.showingText {
	display: none;
}
.neuroSurgery h3  {
	color: #01a161;
	line-height: 1.35em;
	padding-top: 20px;
}
.request {
	padding: 0 0 50px 40px;
}
.request h3 {
	color: #01a161;
	padding-top: 20px;
}

/* =============================================================================
   IMAGES
   ========================================================================== */
.surgeryImage {
	max-width: 100%;
	float: right;
}
.backPainImage {
	max-width: 100%;
	float: right;
}
.herniaImage {
	max-width: 100%;
	float: right;
}
.veinImage {
	max-width: 100%;
	float: right;
}
.urogynecologyImage {
	max-width: 100%;
	float: right;
}

/* =============================================================================
   FLIP BOXES
   ========================================================================== */
.blueBoxContainer {
	margin: 0 auto;
	max-width: 100%;
}
.flip-card {
  	background-color: transparent;
	border-radius: 25px;
  	margin-bottom: 5%;
	margin-left: 5%;
	padding-bottom: 95%;
	perspective: 3000px;
	width: 90%;
}
.flip-card-inner {
	height: 100%;
  	position: relative;
  	text-align: center;
	transform-style: preserve-3d;
	transition: transform 0.8s;
	width: 100%;
}
.flip-card:hover .flip-card-inner {
  	transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	height: 100%;
  	position: absolute;
  	width: 100%;
}
.flip-card-front {
  	background-color: #212c4a;
  	color: black;
}
.flip-card-back {
  	background-color: dodgerblue;
  	color: white;
  	transform: rotateY(180deg);
}
.blue-Box {
	background-color: #212c4a;
	border-radius: 25px;
	margin-bottom: 0%;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}
.child {
  	height: 50px;
	left: 50%;
  	margin: -25px 0 0 -25px;
  	position: absolute;
  	top: 40%;  
	width: 50px;
}
.child h3 {
	color: #fff;
	display: flex;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 1.35em;
	justify-content: center;
	line-height: 1.25em;
}
.light-Box {
	background-image:url("../assets/tree-background.jpg");
	background-position: center;
	border-radius: 25px;
	margin-bottom: 0%;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}
.innerBox {
	height: 400px;
	left: 0;
	max-width: 360px;
  	padding: 60px 30px 30px 30px;
  	position: absolute;
	text-align: left;
  	top: 0;
}
.innerBox p {
	color:#000;
}
.veinCare {
	height: 80px;
	margin: -90% 0 20px -5%;
}
.pelvicCare {
	width: 100px;
	margin: -90% 0 20px -50%;
}
.backPain {
	height: 80px;
	margin: -90% 0 20px -50%;
}
.herniaCare {
	height: 90px;
	margin: -90% 0 20px -5%;
}
.breastSurgery {
	height: 80px;
	margin: -90% 0 20px -10%;
}
.sgmgLogo {
	height: 60px;
	margin: -70% 0 20px -205%;
}

/* =============================================================================
   PHYSICIAN PROFILE
   ========================================================================== */
.profile {
	background-color: #212c4a;
	margin: 25px 0;
	padding: 80px 0;
}
.profileText {
	margin-top: 10%;
}
.profileText h3 {
	color: #8db2dc;
	margin-top:-50px;
	padding-left: 20px;
}
.profileText p {
	color: #fff;
	padding-left: 20px;
}
.profileTextCentered {
	margin-top: 15%;
}
.profileTextCentered h3 {
	color: #8db2dc;
	margin-top:-50px;
	padding-left: 20px;
}
.profileTextCentered p {
	color: #fff;
	padding-left: 20px;
}
.signature {
	color: #fff;
	float: right;
	font-family: 'Amalfi Coast';
	font-size: 2.15em;
	font-weight: 600;
	line-height: 1.85em;
	margin-top: -20px;
}

/* =============================================================================
   SURGERY FLIP BOXES
   ========================================================================== */
.surgeryDescription {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}
.surgery-Box {
	background-color: #fff;
	border-radius: 25px;
	margin-bottom: 0%;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}
.child-2 {
  	height: 100%;
	left: 0;
  	margin: 0 0 0 0;
  	position: absolute;
  	top: 0;  
	width: 100%;
}

/* =============================================================================
   SURGERY EXPLANATION
   ========================================================================== */
.innovativeCare {
	padding: 30px 0 50px 0;
}
.minimalDowntime {
	background-color: #01a161;
	margin-top: 60px;
}
.minimalDowntime {
	background-color: #01a161;
	margin-top: 60px;
}
.minimalDowntime  h2 {
	color: #fff;
}
.minimalDowntime  p {
	color: #fff;
}
.minimalDowntime  ul {
	color: #fff;
}
.inspire {
	max-width: 75%;
	padding: 12% 50px 0 30px;
}

/* =============================================================================
   CONSULTATION BLOCK AND FORM
   ========================================================================== */
.consultation {
	background-image: url("../assets/formBackground.jpg");
	background-repeat: no-repeat;
	background-position: center;
	margin: -15px 0 0 0;
	text-align: center;
}
.consultation p {
	color: #000;
}
.consultation h2 {
	padding-top: 40px;
}
.surgicalConsultation {
	background-image: url("../assets/surgicalBackground.jpg");
	background-repeat: no-repeat;
	background-position: center;
	margin: -15px 0 0 0;
	text-align: center;
}
.surgicalConsultation p {
	color: #000;
}
.surgicalConsultation h2 {
	padding-top: 40px;
}

/* =============================================================================
   FORM
   ========================================================================== */
.formArea {
	margin: 35px auto 45px auto;
	width: 100%;
	z-index: 400;
}
input, textarea { 
    padding: 9px; 
    border: solid 1px #E5E5E5; 
    outline: 0; 
    font: normal 13px/100% 'Open Sans', sans-serif; 
    width: 200px; 
    background: #FFFFFF url('bg_form.png') left top repeat-x; 
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF)); 
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); 
    box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px; 
    -moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px; 
    -webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px; 
} 
textarea { 
    width: 400px; 
    max-width: 400px; 
    height: 150px; 
    line-height: 150%; 
} 
input {
	width: 400px; 
    max-width: 400px;
}
input:hover, textarea:hover, 
input:focus, textarea:focus { 
    border-color: #C9C9C9; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    } 
 .form label { 
    margin-left: 10px; 
    color: #999999; 
} 
.submit input { 
    width: auto; 
    padding: 9px 30px; 
    background: rgb(33,44,74); 
    border: 0; 
    font-size: 14px; 
    color: #FFFFFF; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	cursor: pointer;
}
.formLink {
	color: #01a161;
	font-size: 1.25em;
	font-weight: 600;
	text-decoration: none;
}
.formLink:hover {
	color: #212c4a;
}

/* =============================================================================
   THANK YOU
   ========================================================================== */
.thankYou {
	background-image: url("../assets/surgicalBackground.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	width: 100%;
}
.scriptedThankYouFont-h1 {
	font-family: 'Amalfi Coast';
	font-size: 2.5em;
	font-weight: 800;
	padding-top:200px;
	text-align: center;
}
.thankYou p {
	font-size: 1.25em;
	padding-top: 20px;
	text-align: center;
}

/* =============================================================================
   FOOTER
   ========================================================================== */
footer {
	background-color: #8db2dc;
	margin-top: 50px;
	padding: 75px 0;
}
footer a {
	color: #fff;
	font-weight: 600;
}
footer a:hover {
	color: #212c4a;
	font-weight: 600;
}
.leftFooter {
	float: left;
	width: 66.6%;
}
.rightFooter {
	float: left;
	width: 33.3%;
}
.footerFix {
	margin-left: 30px;
}
.footerSpacing {
	margin: 0 auto 30px auto;
}
.finePrint {
	padding: 30px 0 0 0;
}
.finePrint a {
	color: yellow;
	font-size: .85em;
	text-align: center;
}
.finePrint p {
	color: yellow;
	font-size: .85em;
	text-align: center;
}
hr {
	color: #000;
}

/* =============================================================================
   POPUP EVENTS
   ========================================================================== */
.screen {
	position: relative;
	z-index: 950;
}
.popup .overlay {
	background: rgba(0,0,0,0.7);
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
}
.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: 1100px;
	z-index: 950;
}
.popup .close-btn {
	background: #222;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 20px;
}
.popup.active .overlay {
	display: block;
}
.popup.active .content {
	transition: all 300ms ease-in-out;
	transform: translate(-50%, -50%) scale(1);
}
#video {
	background-color: #0f2d53;
}
.zhouVideo {
	max-width: 94%;
	padding: 3% 3% 3% 3%;
}
.promoButton {
	display: flex;
	justify-content: center;
}
.promoButton img {
	cursor: pointer;
	width: 275px;
}

/* ========================================================================= */


