/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 200px auto;
    padding: 0px;
    border: 1px solid #aaaaaa;
    width: 50%;
    max-width: 800px;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.32);
    border-radius: 2px;
    min-width: 752px;
}

/* The Close Button */
.close {
    color: #aaa;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: -12px;
    top: -12px;
    padding: 1px 8px 5px;
    background: #fcfcfc;
    border-radius: 50px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    width: 35px;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.popup_location {
    display: flex;
    align-items: center;
    padding: 22px;
    border-bottom: 1px solid #e1e1e1;
	justify-content: space-between;
}
.close_container {
    position: relative;
}

.panel2 {
position: absolute;	
}

.panel2row {
	text-align:left;
}
body .row .popup_location_info h3 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
	margin-bottom: 0px;
    text-align: left;
}
.popup_location_info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
	text-align: left;
}
#footer-outer[data-custom-color=true] #footer-widgets .popup_button a:not(.nectar-button) {
    color: #ed0000 !important;
    border: 2px solid #ed0000;
    border-radius: 50px;
    padding: 4px 22px 5px;
    display: block;
    width: 196px;
    text-align: center;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
}
#footer-outer[data-custom-color=true] #footer-widgets .popup_button a:not(.nectar-button):hover {
    color: #ffffff !important;
    border: 2px solid #ed0000;
	background: #ed0000;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}
.popup_button_container {
    width: 50%;
}
.popup_button {
    float: right;
}


/*---LOCATION PICKER---*/
.header_location button.accordion2 {
    background-color: #cccccc;
    color: #2d2d2d;
    cursor: pointer;
    padding: 5px 30px 5px 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    position: relative;
    transition: 0.3s;
    text-transform: none;
    font-weight: 600;
    border-top: 1px solid #42407a;
    box-sizing: border-box;
    font-family: 'acumin-pro';
    vertical-align: middle;
    line-height: 20px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
.header_location .active, .header_location .accordion2:hover {
  background-color: #ccc;
}
.header_location .accordion2:after {
    content: '\002B';
    color: #2d2d2d;
    font-weight: 400;
    float: right;
    margin-left: 5px;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 3px;
}
.header_location .active:after {
	content: "\2212";
    color: #ed0000;
}

.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.25);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
.dropdown:before {
    content: "My Location:";
    font-size: 13px;
    line-height: 16px;
    color: #121212;
    font-weight: 500;
    text-transform: none;
}
div.header_location .dropdown button.dropbtn:before {
    content: "\f041";
    font-family: FontAwesome;
    color: #ed0000;
    margin-right: 6px;
}
button#myDropdownbutton:hover {
    opacity: .7;
}
body[data-button-style*="slightly_rounded"] button.locations_dropbtn, div.header_location .dropdown button.dropbtn {
    color: #111111;
    /*border: 1px solid #111111;*/
	text-transform: none;
    font-size: 13px;
    font-weight: 600;
    border: none;
	padding: 11px 4px 11px;
}
body[data-button-style*="slightly_rounded"] button.locations_dropbtn, .header_location .dropdown button.dropbtn {
    background: none;
    color: #ffffff;
    padding: 4px 16px 5px;
    font-size: 11px;
    border: 1px solid #ffffff;
    cursor: pointer;
    font-family: 'acumin-pro';
    border-radius: 50px !important;
    text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}
.header_location .dropdown button.dropbtn:after {
    content: "\f0d7";
    font-family: FontAwesome;
    padding-left: 10px;
}
.locations_dropdown {
	position: relative;
	display: inline-block;
}
.locations_dropdown-content {
    display: none;
    position: absolute;
    background: none;
    min-width: 152px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
	transition: all 0.2s ease-in-out;
}
/*.locations_dropdown-content {
    display: none;
    position: absolute;
    background: none;
    min-width: 162px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    background-color: #090833;
    transition: all 0.2s ease-in-out;
    padding: 0px 12px 12px;
    box-sizing: border-box !important;
    border-radius: 0px 0px 16px 16px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
    border: 1px solid #4848487d;
    border-top: 0px;
    margin-top: 6px;
    left: -12px;
}*/
.locations_dropdown-content a, .header_location .dropdown .dropdown-content.show a, .header_location .dropdown .dropdown-content.show span {
	color: #121212;
    font-weight: 500;
    padding: 2px 18px 2px 18px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    width: auto;
    margin-top: 0px;
    transition: all 0.2s ease-in-out;
    border-top: 1px solid #d6d6d6;
    cursor: pointer;
}
.header_location .dropdown .dropdown-content.show a:last-child, .header_location .dropdown .dropdown-content.show span:last-child {
	border-bottom: none;
}
.locations_dropdown-content a:hover, .locations_dropdown-content span:hover {
	background-color: #e1e1e1;
	color:#ed0000;
	transition: all 0.2s ease-in-out;
}
.header_location .dropdown .dropdown-content {
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.header_location .dropdown .dropdown-content.show {
    opacity: 1;
    top: 35px;
	right: 0px;
    padding-top: 6px;
    padding-bottom: 0px;
    border-radius: 0px 0px 2px 2px;
    min-width: 234px;
    transition: all 0.2s ease-in-out;
	background: #fafafa;
}
div.header_location .dropdown button.dropbtn.activebutton {
    /*background: #ffffff;*/
    color: #121212;
	border-radius: 15px 15px 0px 0px !important;
}
.header_location .dropdown .dropdown-content.show span:hover {
    background: #ed0000;
    color: #ffffff;
}
.locations_dropdown:hover .locations_dropdown-content {
  display: block;
	transition: all 0.2s ease-in-out;	
}
.locations_dropdown:hover .locations_dropbtn {
    background-color: #ffffff;
    box-shadow: inset 1px 1px 3px rgb(0 0 0 / 20%);
    color: #090833;
	transition: all 0.2s ease-in-out;
}
.overlayactive #header-outer #top nav ul li ul.sub-menu {
    display: none;
}

/*---RESPONSIVE---*/

@media only screen and (max-width: 1000px) {
	.modal-content {
    	margin: 132px auto;
		width: calc(100% - 64px);
    	min-width: auto;
	}
	.popup_location_info {
    	width: 70%;
	}
}
@media only screen and (max-width: 768px) {

	
	.locations_dropdown-content a {
    	padding: 0px 10px;
    	line-height: 20px;
    	font-size: 9px;
    	width: 136px;
    }
	body[data-button-style*="slightly_rounded"] button.locations_dropbtn, .header_location .dropdown button.dropbtn {
    	width: 100%;
    	max-width: 210px;
	}
	body[data-button-style*="slightly_rounded"] button.locations_dropbtn, .header_location .dropdown {
    	width: 100%;
	}
	body[data-button-style*="slightly_rounded"] button.locations_dropbtn {
    	padding: 4px 14px 5px;
    	font-size: 9px;
    }
	#footer-outer[data-custom-color=true] #footer-widgets .popup_button a:not(.nectar-button) {
    	padding: 4px 14px 5px;
    	width: 180px;
    }
	body .row .popup_location_info h3 {
    	font-size: 16px;
    	line-height: 22px;
    }
}

@media only screen and (max-width: 600px) {
	body[data-button-style*="slightly_rounded"] button.locations_dropbtn, div.header_location .dropdown button.dropbtn {
    	font-size: 10px;
		width: auto;
	}
	.dropdown:before {
    	font-size: 10px;
	}
	body[data-button-style*="slightly_rounded"] button.locations_dropbtn, .header_location .dropdown {
    	width: 100%;
    	margin-top: 2px;
	}
	.popup_location {
    	display: block;
    	text-align: left;
	}
	.popup_button {
    	float: none;
	}
	.popup_button_container {
    	margin: 12px 0px 0px;
	}
	.popup_location_info {
    	width: 100%;
	}
	#footer-outer[data-custom-color=true] #footer-widgets .popup_button a:not(.nectar-button) {
    	padding: 6px 12px 7px;
    	width: 170px;
    	font-size: 14px;
    	line-height: 17px;
	}
}

@media only screen and (max-width: 500px) {
	div.header_location .dropdown button.dropbtn:before {
	    margin-right: 4px;
	}
	body[data-button-style*="slightly_rounded"] button.locations_dropbtn, div.header_location .dropdown button.dropbtn {
    	padding: 11px 4px 11px 2px;
	}
	.header_location .dropdown button.dropbtn {
    	width: auto;
    	font-size: 10px;
    	padding: 4px 11px 5px;
    	white-space: nowrap;
	}
	.header_location .dropdown .dropdown-content.show {
    	min-width: auto;
	}
	.locations_dropdown-content a, .header_location .dropdown .dropdown-content.show a {
    	color: #090833;
    	padding: 1px 10px 1px 12px;
    	text-decoration: none;
    	font-size: 10px;
    	width: 132px;
	}
	.locations_dropdown-content a, .header_location .dropdown .dropdown-content.show a, .header_location .dropdown .dropdown-content.show span {
    	font-size: 9px;
	}
	.header_location .dropdown .dropdown-content.show {
    	padding-top: 4px;
	}
	body[data-button-style*="slightly_rounded"] button.locations_dropbtn {
    	padding: 4px 14px 5px;
    	font-size: 8px;
	}
	.popup_location_info p {
    	font-size: 12px;
    	line-height: 16px;
	}
	body .row .popup_location_info h3 {
    	font-size: 15px;
    	line-height: 20px;
	}

/* Banner */
	.locationTop h1.Facilityname {
    padding: 20px;
    font-size: 26px;
    line-height: 34px;
    top: -30px !important;
}

.address{
    max-width: 340px;
}

/* Buttons */
.ctaContainer .nectar-cta.btnPlain span.nectar-button-type .link_wrap, .nectar-cta.btnPlain span.nectar-button-type .link_wrap, .ctaContainer .nectar-cta span.nectar-button-type .link_wrap, .nectar-cta.btnborderless span.nectar-button-type .link_wrap {
    padding: 0px 18px 25px !important;
    height: 40px !important;
    display: inline-block;
}

.ctaContainer div.nectar-cta span.nectar-button-type .link_wrap a.link_text span, div.nectar-cta span.nectar-button-type .link_wrap a.link_text span, .ctaContainer div.nectar-cta span.nectar-button-type .link_wrap a.link_text span, div.nectar-cta.btnborderless span.nectar-button-type .link_wrap a.link_text span {
    font-size: 14px;
}
    
.nectar-cta.plainBtn span.link_wrap {
    padding-top: 0px !important;
    padding-right: 24px !important;
    padding-bottom: 7px !important;
    padding-left: 24px !important;
    vertical-align: middle !important;
}
    
}