/* CSS Document */
.navRow{
	background-color: #1E437F !important;
}
.footerRow{
	background-color: #FFFFFF !important;
	color: black !important;
}
.copywriteRow{
	background-color: #605c4e !important;
}
.dark-green{
	background-color: #143109 !important;
}
.dark-green-text{
	color: #143109 !important;
}
.row-background{
	background-color:#D0DB97;
	color:white;
}
.brand{
	height:150px;
}
.footerbrand{
	height:300px;
}
.desktopNav{
	flex-wrap: nowrap;
}
.desktopNav a{
	text-transform:uppercase;
}
.desktopNav a:link{
	color:white
}
/* visited link */
.desktopNav a:visited {
    color: white;
}

/* mouse over link */
.desktopNav a:hover {
    color: #D0DB97;
}
.business-header{
		height: 25vh;
    min-height: 350px;
    background: url('../../img/img-home.webp') center no-repeat scroll;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    /*background-size: cover;*/
    -o-background-size: cover;
}

.ultrasound-header{
		height: 100vh;
    min-height: 250px;
    background: url('../../img/ultrasound-program-img.webp') center no-repeat scroll;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    /*background-size: cover;*/
    -o-background-size: cover;
}

ul.footerFloorplans {
    padding: 20px;
    list-style:none;
}
ul.footerFloorplans li {
    margin: 5px;
}

/* unvisited link */
ul.footerFloorplans li a:link {
    color: white;
}

/* visited link */
ul.footerFloorplans li a:visited {
    color: #143109;
}

/* mouse over link */
ul.footerFloorplans li a:hover {
    color: #D0DB97;
}
.parallax {
    /* The image used */
    background-image: url("../../img/paralax.jpg");

    /* Set a specific height */
    height: 400px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.iFrameStyle{
    width: 720px;
    height: 406px;
}
.detailBackground {
	background-image: url("../../img/tile.png");
}
.floorPlansBackground {
	background-image: url("../../img/img-bp-015.webp");
}
.prev{
  display: block;
  height: 20px;
  width: 20px;
color:red;
  background: url('../../img/back.png') no-repeat;
}

.next{
  display: block;
  height: 20px;
  width: 20px;
  background: url('../../img/next.png') no-repeat;
}

/*Details modal */
/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.imageprev,
.imagenext {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.imagenext {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.imageprev:hover,
.imagenext:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.jb{
    height: 250px!important;
    overflow: auto;
}