/* STYLES FOR LOCATION VIDEO */
.locVid {
    margin: 0 !important;
    max-width: unset !important;
    padding: 90px 13.6% 30px 13.6%;
    display: grid;
    grid-template-columns: 71% 1fr;
    background: #4A667D;
}
.locVidLeft {
    padding-right: 7.8%;
}
.locVidPlay {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.locVidH4 {
    font-family: 'BauerBodoniStdBlackItalic' !important;
	font-weight: 900 !important;
	font-size: 27px !important;
	color: #FFFFFF !important;
	line-height: 37px;
    margin-bottom: 25px !important;
}
.locVidH5 {
    font-family: "Gotham A", "Gotham B" !important;
	font-weight: normal !important;
	font-size: 22px !important; 
	color: #FFFFFF !important;
	line-height: 31px;
    margin-bottom: 25px !important;
}
.fa-play-circle {
    color: #FFFFFF;
    margin-right: 15px;
}
.fa-play-circle:before {
    font-size: 62px;
}
.fa-play-circle + .locVidH5 {
    margin-bottom: 0 !important;
}
.locVidRight {
    border-left: 2px solid #fff;
    padding-left: 22%;
}
.locVidH6 {
    font-family: 'BauerBodoniStdBlack' !important;
	font-weight: 900;
	font-size: 22px !important;
	color: #FFFFFF !important;
	line-height: 25px;
    margin-bottom: 15px !important;
}
.locVidAddress p {
    font-family: "Gotham A", "Gotham B" !important;
	font-size: 16px !important;
	color: #FFFFFF !important;
	line-height: 25px !important;
    margin-bottom: 5px !important;
}
.locVidAddress p:last-of-type {
    margin-bottom: 25px !important;
}
.locVidMapButton {
    font-family: "Gotham A", "Gotham B" !important;
	font-size: 15px !important;
	color: #FFFFFF !important;
	text-align: center;
	background: rgba(0,0,0,0.10) !important;
	border: 2px solid #B2B2B2 !important;
	padding: 9.5px 18.4px !important;
	text-transform: uppercase;
    text-decoration: none;
    display: inline;
}
.lightbox {
	display: none;
	position: fixed;
	z-index: 9999999999999999999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.lightbox:target {
	outline: none;
	display: block;
}
#locVideo {
    background: rgba(0,0,0,0.8);
}
#videoModal {
  border-radius: 0;
  width: 64.7%;
  margin:auto;
  background: #000;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
  #videoModal .modal-header {
    background: #000;
    border: 0;
    color: #fff;
    position: relative;
    height:35px; 
}
  #videoModal .modal-body {
    height: 583px;
    width: 100%;
    padding: 0;
    max-height: none;
    overflow: hidden; 
}
#videoModal .modal-body iframe {
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
  #videoModal .modal-footer:empty {
    display: none !important; 
}
  #videoModal .close {
    background: transparent !important;
    color: #FFF !important;
    font-size: 35px !important;
    margin: 0;
    position: absolute;
    top: 0;
    right: -40px;
    padding: 0 !important;
    width: 38px; 
    border: none !important;
    outline: none !important;
}
@media only screen and (max-width: 1300px) {
    .locVid {
        padding: 90px 15px 30px 15px;
    }
    #videoModal .modal-body {
        height: 450px;
    }
}
@media only screen and (max-width: 700px) {
    .locVid {
        grid-template-columns: 1fr;
        text-align: center;
        padding-top: 40px;
    }
    #videoModal .modal-body {
        height: 300px;
    }
    .locVidLeft {
        padding-right: 0;
    }
    .locVidRight {
        border-left: none;
        padding-left: 0;
        margin-top: 30px;
        padding-top: 16px;
        position: relative;
    }
    .locVidRight::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 256px;
        border-top: 2px solid #FFF;
    }
    .locVidPlay {
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (max-width: 400px) {
    #videoModal .modal-body {
        height: 200px;
    }
}