@charset "UTF-8";
/* CSS Document - Select Medcical */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
/* master colors

Select green - #207b67
Gradient - linear-gradient(235deg,#97ca54 0%,#00a9a2 100%)
*/

body, div, h1, h2, h3, span, p {
			}
/* fullscreen */
			
body {
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif  !important;
	font-weight: 400;
	background-color: #f6f8f9;
}

/* fix for scroll bars on webkit & >=Mac OS X Lion */ 
			::-webkit-scrollbar {
				background-color: rgba(0,0,0,0.5);
				width: 0.75em;
			}
			::-webkit-scrollbar-thumb {
    			background-color:  rgba(255,255,255,0.5);
			}
			
		
/* menu */

.menuback {
	background-color: #207b67 !important;
	border-radius:  30px !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;

}

.location, .hamburger {
	color: #207b67 !important;

}

.hamburger {
	font-size:  24px !important;
	font-weight:  800 !important;
	border-radius:  20px !important;

}


/* spinbar */

.spinbar {
	background-image: linear-gradient(235deg,#97ca54 0%,#00a9a2 100%) !important;
	/*background-color:  #207b67 !important;*/
	color: #ffffff !important;
	font-size: 18px !important;
	line-height: 20px !important;
	font-weight:  500 !important;
	border-radius:  30px !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}


/* location bar */	

.location {
	font-size: 18px  !important;
	font-weight: 400;
	line-height: 22px !important;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;

}

.location span {
	font-weight:  700;
	margin-top: 0px !important;
    margin-bottom: 0px !important;
	
}

.whitebar {
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/* hotspots */

.hotspotshadow {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}


/* iframe box */

.lightbox {
	background: rgb(151,202,84) !important;
background: -moz-linear-gradient(-90deg, rgba(151,202,84,0.95) 0%, rgba(0,169,162,0.9) 100%) !important
background: -webkit-linear-gradient(-90deg, rgba(151,202,84,0.95) 0%, rgba(0,169,162,0.9) 100%) !important;
background: linear-gradient(-90deg, rgba(151,202,84,0.9) 0%, rgba(0,169,162,0.95) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#97ca54",endColorstr="#00a9a2",GradientType=1);
}

.lightbox2 {
	background-color:  #cccccc !important;
}


/* tooltips */

.tooltip {
	font-weight:  400 !important;
}




/* photos + video tour stop styles */

.caption {
	margin-left: 10px;
	margin-right: 10px;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.image-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.image-container::after {
    padding-top: 67.6%;
    display: block;
    content: '';
}

.image-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	max-height: 470px;
}

/* social buttons */

				
#socialbuttons {
	display: none;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	background-color: #f6f8f9;	
}


#socialbuttons p {
	color: #207b67;
	font-weight: 700;
	font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

#socialbuttons a {
margin-left: 5px;
margin-right: 5px;
}

/*  fancybox background - no need to mess with this  */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000000;
}

.fancybox-skin {
	background: #ffffff;
}

.fancybox-close:hover {

    transform: scale(1.2);
    transition: all .2s ease-in-out;
}

.fancybox-nav span:hover {

    transform: scale(1.2);
    transition: all .2s ease-in-out;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	line-height: 22px;
	font-size: 14px;
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}

.fancybox-title-outside-wrap span {

	font-style: italic;
	
}



.svg:hover { 
	transform: scale(1.2); 
	transition: all .2s ease-in-out;
}


.content {
	color:#777; 
	width:100%;
}



/* contact page */

#contactpage {
	margin-top: 30px;
	margin-right: 50px;
	margin-left: 30px;
	margin-bottom: 30px;
	font-weight: 400;
}

#contactpage h2 {
	color: #207b67;
	font-weight: 700;
	padding-bottom: 10px;

}

#contactpage h4 {
	color: #207b67;
	font-weight: 700;
	
}




/* ADA Styles */

.focusonly:focus {
	outline: 10px solid red;
	outline-offset: 4px;

}

#ada-container {
	width: 80% !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 30px 0px 30px 0px !important;
}

.ada-tourstop {
	padding: 10px 0px 10px 0px;
}

#ada-container a:focus {
	outline: 4px solid red;
	outline-offset: 4px;
	color: #ffffff;
	background-color: #000000;
}

#contactpage a:focus {
	outline: 4px solid red;
	outline-offset: 4px;
	color: #ffffff;
	background-color: #000000;
}

.hidden{

	display: none;
}


#ada-container a, #contactpage a {
	color: #0090ba	
}

#ada-container a:hover, #contactpage a:hover {
	color: #207b67	
}