@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	color: #231f20;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
	margin-top: 141px;
}
.alert-visible{
	padding-top: 50px;
}
.alert {
	margin: 0;
	border: none;
	border-radius: 0;
	text-align: center;
	color: #fff;
	background-color: #000;
	font-size: 1.25em;
	font-weight: bold;
	padding: 10px 20px;
	z-index: 3;
}
.emergency-alert{
	top: 0;
	left: 0;
	background-color: #cc0000;
}
.cookiealert {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 21;
	opacity: 0;
	border-radius: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	color: #fff;
	background-color: rgba(51,51,51,.8);
	padding: 30px;
	font-size: 1.125em;
}
.cookiealert .cc-message{
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}
.cookiealert.show {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 1000ms;
}
.cookiealert.alert a {
	text-decoration: underline;
	color: #fff;
	font-weight: 600;
}
.cookiealert.alert a.btn-white{
	color: #28638f;
}
.cookiealert.alert a:hover {
	text-decoration: none;
	color: #fff;
}
.cookiealert.alert a.btn-white:hover{
	color: #000;
}
.cookiealert .acceptcookies {
	margin: 0;
	vertical-align: baseline;
	min-width: auto;
	text-decoration: none !important;
}
.cookiealert .acceptcookies:hover, .cookiealert .acceptcookies:focus{
	color: #fff;
}
.alert a, .alert a:hover, .alert a:focus{
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #fff;
}
.alert-dismissible .close {
	padding: 0;
	right: 15px;
	font-size: 1.875em;
	top: -5px;
}
.alert-dismissible .close:hover, .alert-dismissible .close:focus {
	color: #fff;
}
.fa-exclamation-triangle {
	font-size: 2.5em;
	color: #cc0000;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: 700;
	line-height: 1.1;
}
h1, .h1{
	font-size: 2.5rem;  
}
h2, .h2 {
	font-size: 2.25rem;
}
h3, .h3 {
	font-size: 1.75rem;
}
h4, .h4 {
	font-size: 1.5rem;
}
h5, .h5 {
	font-size: 1.25rem;
}
h6, .h6 {
	font-size: 1rem;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
	margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
	margin-top: 0;
	margin-bottom: 0;
}
img.bg-image {
	-o-object-fit: cover;
	object-fit: cover;
}
img.float-right{
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
}
img.float-left{
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.opacity-30 {
	opacity: 0.3;
}
.opacity-40 {
	opacity: 0.4;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-60 {
	opacity: 0.6;
}
.height-30 {
	min-height: 30vh;
}
.height-40 {
	min-height: 40vh;
}
.height-50 {
	min-height: 50vh;
}
.no-padding {
	padding: 0 !important;
}
.bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.space-sm {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.space-md {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.space-xl {
	padding-top: 10.5rem;
	padding-bottom: 10.5rem;
}
.black-text{
	color: #000;
}
.red-text{
	color: #cc0000;
}
.white-text{
	color: #fff !important;
}
.text-shadow {
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 20px;
}
.font-size-xl{
	font-size: 2.75em;
}
.font-size-lg{
	font-size: 2.25em;
}
.font-size-md{
	font-size: 1.35em;
}
.font-size-sm{
	font-size: 1.125em;
}
.font-size-xs{
	font-size: 1em;
}
[tabindex="-1"]:focus {
	outline: 0 !important;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
abbr[title],
abbr[data-original-title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: .5rem;
	margin-left: 0;
}
dfn {
	font-style: italic;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
.lead {
	font-size: 1.275em;
	line-height: 1.35em;
	display: block;
}
.content a, a {
	color: #cc0000;
	text-decoration: underline;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
a[href$=".pdf"]::after {
	content: '\f1c1';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.875em;
	position: relative;
	right: -5px;
	padding-right: 10px;
	top: 0;
	font-style: normal;
}
a[href$=".xlsx"]::after {
	content: '\f1c3';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.875em;
	position: relative;
	right: -5px;
	padding-right: 10px;
	top: 0;
	font-style: normal;
}
a[href$=".docx"]::after {
	content: '\f1c2';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.875em;
	position: relative;
	right: -5px;
	padding-right: 10px;
	top: 0;
	font-style: normal;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
.interior .content ul, .interior .content ol{
	font-size: 1.125em;
	font-weight: 300;
}
.interior .content ul li a, .interior .content ol li a{
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.interior .content ul li a:hover, .interior .content ol li a:hover{
	border-bottom: none;
}
.interior .content .footer-social li a{
	border-bottom: none;
}
.title-decorative{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333333;
}
.btn-default, .content .btn-default{
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	padding: 12px 15px;
	margin: 15px auto;
	border-radius: 0;
	min-width: 175px;
	background-color: #cc0000;
	color: #fff !important;
}
.btn-default:hover, .btn-default:focus, .content .btn-default:hover, .content .btn-default:focus{
	background-color: #000;
	color: #fff;
}
.btn-default .fa, .btn-default .fas{
	margin-right: 5px;
}
.btn-black, .content .btn-black{
	background-color: #000;
}
.btn-black:hover, .content .btn-black:hover, .btn-black:focus, .content .btn-black:focus{
	background-color: #333333;
}
.btn-link.focus, .btn-link:focus {
	text-decoration: none;
}
.form-group .btn-default{
	min-width: 1px;
}
.text-muted {
	color: #42484c !important;
}
.btn-block{
	text-align:center;
	display: block;
}
.btn-centered{
	display: block;
	width: max-content;
}
img {
	max-width: 100%;
	height: auto;
}
.content{
	overflow:hidden;
}
.bg-white {
	background-color: #ffffff !important;
}
.bg-gray{
	background-color: #f5f5f5 !important;
}
.bg-dark-gray{
	background-color: #333333 !important;
	color: #fff;
}
.bg-red{
	background-color: #cc0000 !important;
	color: #fff;
}
.bg-black {
	background-color: #000000 !important;
	color: #fff;
}
.bg-light-red{
	background-color: #fae5e5 !important;
}
.bg-tan{
	background-color: #EAE4D7 !important;
}
.container{
	position: relative;
}
.section{
	padding: 60px 0;
	position: relative;
	-webkit-animation-duration: .2s;
	-moz-animation-duration: .2s;
	-o-animation-duration: .2s;
	animation-duration: .2s;
}
.section-with-background{
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 75px 0;
	position: relative;
	overflow:hidden;
}
.section-parallax{
	position: relative;
	overflow: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 100px 0;
}
/*Header Styles*/
.siteHeader {
	display: block;
	position: fixed;
	width: 100%;
	z-index: 5;
	top: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.sticky-header-show .main-navigation .bottom-row {
	background-color: rgba(255,255,255,1);
}
.sticky-header-show .seal{
	display: none;
}
.sticky-header-show .top-row{
	height: 0;
	padding: 0;
}
.sticky-header-show #siteSearch .modal-content {
	top: -16px;
}
.top-row{
	background-color: #333333;
	padding: 5px 0;
	transition: height 200ms ease;
	height: 41px;
}
.top-row .audience .nav-item .nav-link, top-row .auxnav .nav-item .nav-link{
	padding: 0 15px 5px;
}
.top-row .audience .nav-item .nav-link:after {
	content: "|";
	display: inline-block;
	color: #fff;
	position: relative;
	right: -12px;
}
.top-row .audience .nav-item:last-child .nav-link:after {
	content:"";
}
.main-navigation .bottom-row{
	padding: 0;
	background-color: rgba(255,255,255,1);
}
.main-navigation .bottom-row .nav, .main-navigation .bottom-row .nav li{
	height: 100%;
}
.main-navigation .bottom-row .nav li a{
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}
header .modal-body{
	padding: 0;
}
.modal-open .siteHeader {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#skiptocontent a {
	padding:6px;
	position: absolute;
	top: -160px;
	left:0px;
	color:#000;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}
#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background: #d8c722;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
}
a:hover {
	text-decoration: none;
}
.logo{
	display: inline-block;
}
.logo img{
	width: 330px;
}
.seal{
	max-width: 75px;
	margin-left: 30px;
	display: inline-block;
}
.logo-seal-wrapper{
	padding: 12.5px 0;  
}
.hide {
	display: none;
}
.modal-backdrop.show {
	opacity: 0.75;
}
/*Auxillary and Audience Navigations*/
header .audience .nav li a, header .auxnav .nav li a {
	font-size: 1em;
	padding: 5px 15px;
	display: block;
	width: 100%;
	color: #fff;
}
header .audience{
	margin-top: 5px;
}
header .audience .nav{
	margin-top: 0;
}
.top-row .audience .nav li a{
	font-size: .9em;
}
/*Search*/
.modal-open-menu .modal-backdrop {
	z-index: 5;
}
.modal-open-menu-mobile .modal-backdrop {
	z-index: 4;
}
.modal-open-search .modal-backdrop {
	z-index: 4;
}
.searchToggle{
	font-size: 1.125em;
	padding: 0 25px;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}
.searchToggle:hover, .searchToggle:focus{
	text-decoration: underline;
}
.main-navigation .bottom-row .nav li:hover .searchToggle, .main-navigation .bottom-row .nav li:focus .searchToggle{
	color: #fff;
}
.searchToggle .fas{
	margin-left: 5px;
}
#siteSearch .modal-dialog {
	max-width: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 95px;
}
#siteSearch .modal-content{
	background-color: rgba(245,245,245,.9);
	border: none;
	border-radius: 0;
	top: 46px;
}
#siteSearch .modal-content .modal-body{
	padding-bottom: 40px;
	color: #000;
}
#siteSearch.modal.show{
	z-index: 1050;
}
#siteSearch .container form{
	position: absolute;
	right: 0;
	top: -15px;
	left: -50px;
	width: 100%;
}
#siteSearch .modal-content .modal-body p{
	display: inline-block;
}
#siteSearch .modal-content .modal-body ul{
	display: inline-block;
	margin-left: 10px;
}
#siteSearch .modal-content .modal-body ul li a:after {
	content: "|";
	display: inline-block;
	color: #cc0000;
	position: relative;
	right: -6px;
}
#siteSearch .modal-content .modal-body ul li:last-child a:after{
	content: "";
}
#siteSearch .modal-content .modal-body .clearfix{
	margin-bottom: 20px;
}
.mobile-search form {
	width: 100%;
	position: relative;
}
#siteSearch form label, .mobile-search form label {
	display: none !important;
}
#siteSearch .form-text {
	width: 100%;
	padding: 25px 0 5px 10px !important;
	margin-bottom: 20px;
	font-size: 16px;
	background: transparent !important;
	color: #000 !important;
	border-bottom: 4px solid #cc0000;
}
.mobile-search .form-text {
	width: 100%;
	padding: 15px 0 0 0 !important;
	margin-bottom: 20px;
	font-size: 16px;
	background: transparent !important;
	color: #fff !important;
	border-bottom: 2px solid #fff;
}
#siteSearch .form-text:focus, .mobile-search .form-text:focus{
	outline: none;
	box-shadow: none;
}
.closeSearch{
	display:none;
}
#siteSearch .closeSearch{
	font-weight: 600;
	display: block;
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 16px;
	color: #000;
	text-decoration: none !important;
	padding: 0;
	z-index: 5;
}
#siteSearch .form-submit {
	border: 0;
	padding: 5px 15px;
	color: #fff;
	position: absolute;
	top: 28px;
	right: 15px;
	min-width: 60px;
	margin: 0;
}
.mobile-search .form-submit {
	border: 0;
	padding: 5px 15px;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 0;
	min-width: 60px;
	margin: 0;
}
#siteSearch form input[type=text] {
	font-weight: 400 !important;
	color: #000;
	font-size: 34px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.mobile-search form input.form-text {
	font-weight: 400 !important;
	color: #000;
	font-size: 1.25em;
	border-top: none;
	border-left: none;
	border-right: none;
}
#siteSearch ::-webkit-input-placeholder {
	color: #000;
}
#siteSearch ::-moz-placeholder{
	color: #000;
}
#siteSearch ::-ms-placeholder{
	color: #000;
}
#siteSearch ::placeholder{
	color: #000;
}
.mobile-search ::-webkit-input-placeholder {
	color: #fff;
}
.mobile-search ::-moz-placeholder{
	color: #fff;
}
.mobile-search ::-ms-placeholder{
	color: #fff;
}
.mobile-search  ::placeholder{
	color: #fff;
}
.modal-open-search[style]{
	padding-right: 0 !important;
}
/*Main Navigation Styles*/
/*Top Navigation and Mobile Menu Wrapper*/
.site-navigation.modal{
	display: block;
	opacity: 1;
	position: relative;
	overflow: visible;
}
.site-navigation.modal .modal-dialog{
	width: 100%;
	max-width: none;
	margin: 0;
	transform: none;
}
.site-navigation.modal .modal-dialog .modal-content{
	border: none;
	background-color: transparent;
}
.mobile-search{
	display:none;
}
/*Styles for Desktop Top Navigation Horizontal Section*/
/*Centers the top navigation*/
.main-navigation .nav li a {
	padding: 0 25px;
	color: #000;
	font-size: 1.125em;
	text-decoration: none;
	line-height: inherit;
}
.main-navigation .nav .dropdown-toggle::after{
	display:none;
}
.main-navigation .nav li:last-child a {
	padding-right: 0;
}
.main-navigation .nav li:hover .dropdown-menu {
	display: block;
	padding: 0;
	margin: 0;
}
.main-navigation .col{
	padding-left: 0;  
}
.main-navigation .nav .dropdown-menu .col{
	padding: 0;
}
.main-navigation .nav .dropdown-menu li a{
	color: #555;
	font-size: .9em;
	text-align: left;
	padding: 10px;
}
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus{
	text-decoration: underline;
}
.main-navigation .bottom-row .nav li:hover, .main-navigation .bottom-row .nav li:focus, .main-navigation .bottom-row .nav li.current{
	background-color: #cc0000;
}
.main-navigation .bottom-row .nav li:hover a, .main-navigation .bottom-row .nav li:focus a, .main-navigation .bottom-row .nav li.current a{
	color: #fff;
}
.main-navigation .nav .dropdown-item:focus, .main-navigation .nav .dropdown-item:hover {
	color: #fff;
	background-color: #cc0000;
}
.mobile-header {
	top: 0;
	display: none;
	z-index: 5;
	height: 100px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	overflow: hidden;
}
.mobile-logo{
	position: relative;
	top: 25px;
	left: 15px;
}
.mobile-logo img {
	max-width: 270px;
}
.menuToggle {
	display: none;
	background-color: transparent;
	border:none;
	color: #cc0000;
	font-size: 1.5em;
	text-transform: uppercase;
	position: absolute;
	top: 25px;
	right: 20px;
	padding: 0;
}
.menuClose {
	display: none;
}
/*Footer*/
footer{
	padding: 40px 0 0; 
	line-height: 24px;
	background-color: #cc0000;
	color: #fff;
	font-weight: 300;
}
footer a {
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
}
footer a:hover, footer a:focus, footer a:active  {
	text-decoration: underline;
}
footer .list-unstyled a:hover, footer .list-unstyled a:focus  {
	text-decoration: underline;
}
footer h2{
	font-size: 1.25em;
	color: #fff;
	font-weight: 300;
	margin-bottom: 5px;
}
footer h3{
	color: #fff;
	font-weight: 300;
	font-size: 1em;
	margin-bottom: 25px;
}
footer .list-inline-item:not(:last-child) {
	margin-right: 1rem;
}
footer .list-unstyled li{
	margin-bottom: 8px;
}
footer .footer-nav{
	text-align: right;
}
footer .footer-nav li a{
	font-size: 1em;
}
footer .footer-nav .list-inline .list-inline-item:after {
	content: "|";
	display: inline-block;
	color: #fff;
	position: relative;
	right: -12px;
}
footer .footer-nav .list-inline .list-inline-item:last-child:after {
	display: none;
}
footer img{
	max-width: 450px;
	margin-bottom: 25px;
	display: block;
}
footer .copyright{
	background-color: #333333;
	padding: 10px 0;
	margin-top: 10px;
	font-size: .8em;
	line-height: 24px;
	text-align: right;
}
footer .copyright .list-inline{
	margin-bottom: 0;
}
footer .copyright a{
	color: #fff;
}
footer a:hover, footer a:focus, footer .copyright a:hover, footer .copyright a:focus  {
	text-decoration: underline;
	color: #fff;
}
.footer-social {
	padding-left: 0;
	list-style: none;
	text-align: right;
	margin: 20px auto 30px;
}
.footer-social li {
	display: inline-block;
	margin: 0 10px;
}
.footer-social li:first-child{
	margin-left: 0;
}
.footer-social li a:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Brands";
	font-weight: 900;
	color: #fff;
	font-size: 2em;
	width: 38px;
	height: 38px;
	line-height: 38px;
}
.footer-social li a.twitter:before, .content-social li a.twitter:before {
	content: "\f099";
} 
.footer-social li a.facebook:before, .content-social li a.facebook:before {
	content: "\f082";
} 
.footer-social li a.youtube:before, .content-social li a.youtube:before {
	content: "\f167";
} 
.footer-social li a.instagram:before, .content-social li a.instagram:before {
	content: "\f16d";
}
.footer-social li a.snapchat:before, .content-social li a.snapchat:before {
	content: "\f2ac";
}
.footer-social li a.linkedin:before, .content-social li a.linkedin:before {
	content: "\f0e1";
}
.footer-social li a.pinterest:before, .content-social li a.pinterest:before {
	content: "\f231";
}
.footer-social li a.flickr:before, .content-social li a.flickr:before {
	content: "\f16e";
} 
.footer-social li:hover a:before, .content-social li:hover a:before {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5) !important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.content-social {
	padding-left: 0;
	list-style: none;
	text-align: center;
	margin: 15px auto;
}
.content-social li {
	display: inline-block;
	margin: 0 5px;
}
.content-social li a:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Brands";
	font-weight: 900;
	color: #fff;
	background-color: #002c76;
	font-size: 1.25em;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.container-padding{
	padding: 0 50px;
}
.two-col {
	-webkit-columns: 2 !important;
	-moz-columns: 2 !important;
	columns: 2 !important;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	display: block !important;
	margin-bottom: 20px;
}
.three-col {
	-webkit-columns: 3 !important;
	-moz-columns: 3 !important;
	columns: 3 !important;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	display: block !important;
	margin-bottom: 20px;
}
.section.full-width{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.section.full-width [class*='col-'], .section.full-width [class*='col']{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*Home Page Slider*/
.slider-wrapper{
	position: relative; 
	overflow: hidden;
}
.hero-slider{
	position: relative;
}
.slider-wrapper .hero-slider.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.hero-slider .slide {
	width: 100vw;
	height: 80vh;
	display: flex;
	justify-content: flex-end;
	align-items: left;
	position: relative;
	background-color: #333333;
}
.hero-slider .slide .slider-img{  
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hero-slider .carousel-caption{
	margin: 0 auto;
	left: unset;
	right: 50px;
	bottom: 80px;
	text-align: left;
	z-index: 1;
	max-width: 850px;
	background-color: rgba(0,0,0,.5);
	padding: 20px 30px;
}
.hero-slider .carousel-caption.left{
	left: 50px;
	right: unset;
}
.hero-slider .carousel-caption.center{
	transform: translate(-50%, 0);
}
.hero-slider .carousel-caption.full{
	left: 50px;
	right: 50px;
	max-width: initial;
}
.content .hero-slider .carousel-caption a, .hero-slider .carousel-caption a{
	color: #fff;
	text-decoration: none;
}
.hero-slider .carousel-caption a:hover, .hero-slider .carousel-caption a:focus{
	text-decoration:underline;
	color: #fff;
}
.hero-slider .carousel-caption h1{
	font-size: 2em;
	line-height: 1.4em;
	margin: 0 0 10px;
	color: #fff !important;
	font-weight: 700;
	text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
}
.slider-wrapper .slick-prev, .slider-wrapper .slick-next{
	z-index: 1;
	color: #fff;
	background-color: #cc0000;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
}
.slider-wrapper .slide-controllers{
	width: 100px;
	height: 30px;
	position: absolute;
	left: 50px;
	bottom: 25px;
}
.slider-wrapper .slide-controllers .pause-play{
	color: #fff;
	background-color: #cc0000;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 2;
	border: 1px solid #fff;
}
.slider-wrapper .slide-controllers .pause-play:before{
	font-family: "Font Awesome 5 Free";
	content: "\f04c";
	font-weight: 900;
	display: block;
	font-size: 12px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slider-wrapper .slide-controllers .pause-play.paused:before{
	content: "\f04b";
}
.slider-wrapper .slick-prev:hover, .slider-wrapper .slick-prev:focus, .slider-wrapper .slick-next:hover, .slider-wrapper .slick-next:focus, .slider-wrapper .slide-controllers .pause-play:focus, .slider-wrapper .slide-controllers .pause-play:hover {
	color: #fff !important;
	background-color: #000 !important;
}
.slider-wrapper .slick-prev{
	left: 0;
	bottom: 0;
}
.slider-wrapper .slick-next{
	right: 0;
	bottom: 0;
}
.slider-wrapper .slick-next:before {
	font-family: "Font Awesome 5 Free" !important;
	content: "\f105" !important;
	font-weight: 900;
	display: block;
	opacity: 1;
	font-size: 20px !important;
}
.slider-wrapper .slick-prev:before {
	font-family: "Font Awesome 5 Free" !important;
	content: "\f104" !important;
	font-weight: 900;
	display: block;
	opacity: 1;
	font-size: 20px !important;
}
.slider-wrapper .slick-dots li button {
	border: 1px solid #000;
	background: #fff;
}
.slider-wrapper .slick-dots li button:before{
	font-family: "Font Awesome 5 Free" !important;
	content: "" !important;
	font-weight: 900;
	display: block;
	opacity: 1;
	color: #000;
	font-size: 18px;
}
.slider-wrapper .slick-dots li.slick-active button:before{
	content: "" !important;
	opacity: 1;
	color: #fff;
	font-weight: 900;
}
.slider-wrapper .slick-dots li.slick-active button {
	background: #cc0000;
	color: #fff;
}
.slide-dots .slick-dots {
	bottom: 25px !important;
	right: 50px;
	text-align: right !important;
}
.hero-interior {
	position: relative;
	height: 600px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
}
.hero-interior.no-image{
	height: initial;
	background-color: #fff;
}
.hero-interior.no-image .text-wrapper {
	position: initial;
}
.hero-interior .text-wrapper {
	width: auto;
	margin: 0 auto;
	/* 	position: absolute; */
	left: 0;
	padding: 15px 20px;
	background: #cc0000;
}
.hero-interior .banner-title {
	display: block;
	padding: 0 15px;
	font-size: 2.5rem;
	margin: 0 auto;
	color: #fff;
	line-height: 1;
	font-weight: 600;
}
.secondary-nav .home{
	float: left;
	background-color: #fff;
	display: inline-block;
	height: 100%;
	color: #333;
}
.secondary-nav .navbar{
	padding: 0;
}
.secondary-nav .navbar .navbar-nav{
	margin-left: 15px;    
}
.secondary-nav .navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,1);
	text-decoration: none;
	padding-right: .75rem;
	padding-left: .75rem;
}
.secondary-nav .navbar-dark .navbar-nav .nav-link:hover, .secondary-nav .navbar-dark .navbar-nav .nav-link:focus {
	text-decoration: underline;
}
.secondary-nav .home:hover, .secondary-nav .home:focus {
	color: #cc0000;
}
.secondary-nav .navbar-brand{
	margin-left: 15px;
}
.secondary-nav .navbar-dark .navbar-toggler {
	color: rgba(255,255,255,1);
	border-color: rgba(255,255,255,0);
	font-size: 1.75em;
}
.secondary-nav .navbar-dark .navbar-toggler .fa-angle-up{
	display:none;
}
.secondary-nav .navbar-dark .navbar-toggler[aria-expanded="true"] .fa-angle-up{
	display:inline-block;
}
.secondary-nav .navbar-dark .navbar-toggler[aria-expanded="true"] .fa-angle-down{
	display:none;
}
.restrict{
	padding: 0 10%;
}
.card{
	border: none;
	border-radius: 0px;
	margin-bottom: 40px;
}
.card.feature-cards {
	background-color: initial;
}
.card .card-body {
	font-size: .9em;
}
.card .card-body .list-inline{
	line-height: 2em;
}
.card .card-body a {
	text-decoration: underline; 
	color: #cc0000;
}
.card .card-body a:hover, .card .card-body a:focus {
	text-decoration: none; 
	color: #000;
}
.card a {
	text-decoration: none;
	color: #000;
}
.card .image-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.card-img, .card-img-top{
	border-radius: 0px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.card a:hover img, .card:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.section-with-background .card{
	background-color: rgba(255,255,255,.9);
}
.section-with-background .card.bg-gray{
	background-color: rgba(245,245,245,.9) !important;
}
.card-shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.card-borderless {
	border: none;
}
.card-shadowless {
	box-shadow: none !important;
}
.card-background {
	background-position: 50%;
	background-size: cover;
	text-align: left;
	margin: 0 auto 20px;
	border: none;
	background-color: #fff;
	border-radius: 0px
}
.card-background.icon-card {
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	background-color: #000;
	margin: 20px auto 40px;
}
.card-background .card-body  {
	min-height: 150px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}
.card-background.icon-card .card-body  {
	display: table;
	padding-top: 60px;
	padding-bottom: 60px;
	min-height: 175px;
}
.card-background .card-body:after{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	content: "";
	background:rgba(255,255,255,.8);
}
.card-background.icon-card .card-body:after{
	background: rgba(0,0,0,.5);
}
.card-background a{
	text-decoration: none;
	color: #000;
}
.card-background.icon-card a{
	color: #fff;
}
.card-background a:hover .card-body:after, .card-background a:focus .card-body:after{
	background: rgba(0,0,0,.75);
	border-left: 8px solid #cc0000;
}
.card-background a:hover .card-body, .card-background a:focus .card-body, .card-background a:hover .card-body h2, .card-background a:focus .card-body h2, .card-background a:hover .card-body h3, .card-background a:focus .card-body h3{
	color: #fff;
}
.card-background.icon-card a:hover .card-body:after, .card-background.icon-card a:focus .card-body:after{
	background: rgba(204,0,0,.5);
	border-left: none;
}
.card-background .card-body-content{
	display: block;
	position: relative;
	z-index: 2;
}
.card-background.icon-card .card-body-content{
	display: table-cell;
	vertical-align: middle;
	font-size: 1em;
}
.card-background h2, .card-background h3{
	font-size: 1.25em;
	color: #000;
}
.card-title {
	font-size: 1.8rem;
}
.icon-card h2, .icon-card h3{
	font-size: 1.75em;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.55);
}
.icon-card  .icon span, .icon span {
	line-height: 2.25em;
	font-size: .85em;
	color: #fff;
	text-align: center;
	display: block;
	font-weight: bold;
}
.icon {
	background-color: #cc0000;
	border-radius: 50%;
	color: #fff;
	font-size: 2.8em;
	width: 75px;
	height: 75px;
	line-height: 75px;
	position: absolute;
	left: 50%;
	right: 50%;
	top: -35px;
	transform: translate(-50%, 0);
}
.icon-card  .icon{
	top: -100px;
}
.section-parallax .card{
	margin-bottom: 0px;
}
.breadcrumb {
	background-color: transparent !important;
	margin: 0;
	display: block;
	padding: 2rem 15px 3rem;
	line-height: 1.5rem !important;
	text-transform: uppercase;
}
.breadcrumb-item.active {
	color: #cc0000;
}
.breadcrumb li {
	display: inline;
	margin: 0;
	font-size: 0.875em;
	line-height: 1.5em;
	color: #4E555A;
}
.breadcrumb li  a {
	text-decoration: none;
	border-bottom: none !important;
	color: #4E555A;
}
.breadcrumb li  a:hover{
	text-decoration: underline;
	text-decoration-color: #000;
}
.figure{
	display: block;
}
.figure-caption{
	color: #42484c; 
}
.figure img{
	-webkit-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
	-moz-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
	box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
	margin: 20px auto;
}
blockquote, .blockquote{
	border-left: 4px solid #cc0000;
	padding-left: 10px;
	margin: 20px 40px;
}
.blockquote-footer {
	color: #4E565A;
}
/*Accordions*/
.accordion{
	margin-bottom: 20px;
}
.accordion .card {
	border: none;
	margin: 10px 0;
}
.accordion .card-header {
	padding: 0px;
	border-radius: 0px;
}
.accordion .card-header .btn {
	font-size: .75em;
	background-color: #cc0000;
	color: #fff !important;
	border: none;
	box-shadow: none !important;
	padding: 10px 45px 10px 15px;
	line-height: 1.5;
	display: block;
	width: 100%;
	text-align: left;
	border-radius: 0;
}
.accordion .card-header .btn:hover{
	text-decoration: none;
	background-color: #cc0000;
}
.accordion .card-header .btn-link .fas {
	font-size: 1.25em;
	padding: 0 5px;
	position: absolute;
	top: 16px;
	right: 20px;
	color: #fff;
}
.accordion .card-header .btn-link[aria-expanded="false"] .fa-angle-up {
	display: none;
}
.accordion .card-header .btn-link[aria-expanded="true"] .fa-angle-down {
	display: none;
}
.accordion .card-body {
	border: none;
	border-top: 0px;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}
.accordion .card-body p:first-child {
	margin-top: 0;
}
.accordion .card-body p:last-child {
	margin-bottom: 0;
}
/*Tabs*/
.tabs{
	width: 100%;
}
.tabs .accordion{
	margin: 20px 15px;
}
.tabs .nav-tabs{
	background-color: #333333;
}
.tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	border: 1px solid #333;
	font-size: 1.25em;
	color: #cc0000;
	background-color: #fff;
	position: relative;
}
.tabs .nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after  {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	position: absolute;
	color: #00323f;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%, 0);
}
.tabs .nav-tabs .nav-link {
	border: 1px solid #333;
	border-radius: 0;
	font-size: 1.25em;
	color: #f5f5f5;
	padding: 12px 25px;
	text-decoration: none;
}
.tabs .nav-tabs  > a:last-of-type {
	margin-right: 0;
}
.tabs .nav-tabs .nav-link:after {
	content: none;
}
.tabs .nav-tabs .nav-item {
	margin-top: 0;
	background-color: transparent;
}
.tabs .nav-tabs {
	border-bottom: 1px solid #333;
	margin-top: 10px;
}
.tabs .nav-tabs .nav-link:hover {
	font-size: 1.25em;
	color: #cc0000;
	background-color: #fff;
}
.tabs .tab-content {
	text-align: left;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 50px;
}
.tabs .tab-content h3 {
	margin: 20px 0;
	font-size: 1.125em;
}
.tabs .accordion .card{
	margin: 5px 0;
}
.tabs .accordion .card .card-header h2 .btn {
	display: block;
	width: 100%;
	background-color: #333333;
	padding: 12px 25px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #333;
	font-size: .65em;
	margin: 0;
}
.tabs .accordion .card .card-header h2 .btn[aria-expanded="true"], .tabs .accordion .card .card-header h2 .btn:focus{
	background-color: #fff;
	color: #cc0000 !important;
}
.tabs .accordion .panel-body{
	padding: 15px;
}
.pagination .page-item .page-link{
	text-decoration: none !important;
}
.pagination .page-item .page-link:hover{
	color: #333333;
}
.pagination .page-item.active .page-link{
	background-color: #333333 !important;
	border-color: #333333 !important;
	color: #fff;
}
.modal-dialog {
	width: 100%;
	margin: 100px auto;
}
.video-btn{
	color: #cc0000;
	font-weight: bold;
	background-color: transparent;
	border: none;
	text-align: left;
	padding-left: 45px;
	margin: 15px 0;
	position: relative;
	display: block;
}
.video-btn::before{
	display: inline-block;
	border: none;
	font-family: "Font Awesome 5 Brands" !important;
	content: "\f167" !important;
	font-weight: 900;
	position: absolute;
	left: 0;
	font-size: 30px;
	top: -10px;
}
.physicians-name {
	background-color: #333333;
	color: #fff;
	padding: 15px 20px;
	margin: 40px auto 30px !important;
}
.physicians-info h2, .physicians-location h2{
	font-size: 1.125em;
	margin-bottom: .5rem;
}
.physicians-location h3{
	font-size: 1em;
	margin-bottom: .5rem;
}
.location-information{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	background-color: rgba(255,255,255,.8);
	padding: 20px 20px 10px;
}
.location-information address{
	display: inline-block;
	margin: 0;
}
.location-information .directions-parking{
	display: inline-block;
	list-style: none;
	margin: 0;
	position: relative;
	top: 2px;
}
.location-information .directions-parking a:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #cc0000;
	font-size: 1em;
	position: relative;
	left: -10px;
}
.location-information .directions-parking li{
	display:block;
	margin-bottom: 5px;
}
.location-information .directions-parking a.directions:before{
	content: "\f21d"; 
}
.location-information .directions-parking a.parking:before{
	content: "\f1b9"; 
}
.vertical-tabs .col-md-5{
	overflow: hidden;
	max-height: 825px;
	overflow-y: scroll;
}
.vertical-tabs .location-information{
	position: relative;
	top: 0;
	transform: none;
	background-color: transparent;
	padding: 0 .75rem .5rem;
}
.col-lg-6 .vertical-tabs .col-md-5{
	overflow: visible;
	max-height: unset;
	overflow-y:auto;
}
.col-lg-6 .vertical-tabs .location-information .directions-parking {
	padding-left: .75rem;
	display: block;
}
.col-lg-6 .vertical-tabs .location-information .directions-parking li {
	display: inline-block;
	margin-left: 25px;
}
.col-lg-6 .vertical-tabs .location-information .directions-parking li:first-child {
	margin-left: 0;
}
.vertical-tabs .location-tab.active {
	background-color: #EAE4D7;
}
.vertical-tabs .location-tab{
	/*     background-color: #EAE4D7; */
	cursor: pointer;
	margin-bottom: 20px;
	border: 1px solid #333333;
	border-right: none;
}
.vertical-tabs .location-tab:last-of-type{
	margin-bottom: 0;
}
.vertical-tabs .location-tab h3{
	padding: .75rem;
	background-color: #f5f5f5;
	border-bottom: 1px solid #333333;
}
.vertical-tabs .location-tab.active h3{
	background-color: #333333;
	color: #fff;
}
.vertical-tabs .maps .location-tab{
	cursor: auto;
	border-right: 1px solid #333333;
}
.vertical-tabs .maps .location-tab h3 {
	padding: .75rem;
	min-height: 60px;
}
.vertical-tabs .maps .btn-default{
	min-width: unset;
	float: left;
	margin-top: 0;
	margin-right: 15px;
}
.vertical-tabs .maps .btn-default .fas {
	margin-right: 0;
}
.vertical-tabs .maps .btn-default[aria-expanded="true"] .fa-plus:before {
	content: "\f068";
}
.vertical-tabs .maps .location-information .directions-parking {
	display: inline-block;
	top: 0;
	margin-left: 20px;
}
.vertical-tabs .maps .panel-body{
	border: 1px solid #333333;
	border-top: 0;
	position: relative;
	top: -21px;
}
.clinic-heading{
	background-color: #f5f5f5;
	padding: .5rem;
	border-top: 1px solid #333333;
	margin-bottom: 0;
}
.clinic-heading a[aria-expanded="true"] .fa-plus-square:before {
	content: "\f146";
}
.clinic-heading .fas{
	margin-right: 5px;
}
.accessible, .accessible-alt-text {
	border: 0;
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}
#physicians-directory .filters .top, #specialty-directory .filters .top, #department-directory .filters .top{
	display: block;
	margin: 0 auto;
	text-align: center;
}
#physicians-directory .filters .top .input-wrapper, #specialty-directory .filters .top .input-wrapper, #department-directory .filters .top .input-wrapper {
	display: inline-block;
	position: relative;
}
#physicians-directory .filters .top .input-wrapper input, #specialty-directory .filters .top .input-wrapper input, #department-directory .filters .top .input-wrapper input{
	color: #000000;
	width: 400px;
	max-width: unset;
}
#physicians-directory form input, #physicians-directory form select, #specialty-directory form input, #specialty-directory form select, #department-directory form input, #department-directory form select {
	padding: 8px 14px 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	border-radius: 4px !important;
	background-color: #FFFFFF;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	color: #666665;
	width: 100%;
	max-width: 260px;
}
#physicians-directory form select, #specialty-directory form select, #department-directory form select{
	margin-right: 20px;
}
#physicians-directory select, #specialty-directory select, #department-directory select {
	position: relative;
	font-size: 16px;
	padding: 6px 30px 8px 14px;
	margin-bottom: 20px;
	border: 1px solid #000000;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url("../images/icon-arrowdown-black.png");
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: right 50%;
	background-color: #FFFFFF;
	overflow: auto;
}
#physicians-directory select:after, #specialty-directory select:after, #department-directory select:after {
	position: absolute;
	right: 0;
	top: 0;
	content:'';
	width: 20px;
	height: 100%;
	background: #54565B;
}
#physicians-directory .filters .top .input-wrapper button, #specialty-directory .filters .top .input-wrapper button, #department-directory .filters .top .input-wrapper button {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 44px;
	background: transparent;
	border: none;
}
#physicians-directory .filters .top .input-wrapper .fa-search, #specialty-directory .filters .top .input-wrapper .fa-search, #department-directory .filters .top .input-wrapper .fa-search {
	color: #cc0000;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 39px;
	vertical-align: middle;
	margin: 0;
}
#physicians-directory .navbar-dark, #specialty-directory .navbar-dark, #department-directory .navbar-dark{
	display: inline-block;
}
#physicians-directory .navbar-dark .navbar-toggler, #specialty-directory .navbar-dark .navbar-toggler, #department-directory .navbar-dark .navbar-toggler{
	color: #cc0000;
}
#physicians-directory .navbar-dark .navbar-toggler .fa-minus, #specialty-directory .navbar-dark .navbar-toggler .fa-minus, #department-directory .navbar-dark .navbar-toggler .fa-minus  {
	display: none;
}
#physicians-directory .navbar-dark .navbar-toggler[aria-expanded="true"] .fa-plus, #specialty-directory .navbar-dark .navbar-toggler[aria-expanded="true"] .fa-plus, #department-directory .navbar-dark .navbar-toggler[aria-expanded="true"] .fa-plus {
	display: none;
}
#physicians-directory .navbar-dark .navbar-toggler[aria-expanded="true"] .fa-minus, #specialty-directory .navbar-dark .navbar-toggler[aria-expanded="true"] .fa-minus, #department-directory .navbar-dark .navbar-toggler[aria-expanded="true"] .fa-minus {
	display: inline-block;
}
#physicians-directory #navbarNavDropdown, #specialty-directory #navbarNavDropdown, #department-directory #navbarNavDropdown{
	padding-top: 20px;
}
#physicians-directory .filters .top #clear-all-filters, #specialty-directory .filters .top #clear-all-filters, #department-directory .filters .top #clear-all-filters  {
	color: #cc0000;
	display: block;
	text-align: center;
	margin: 0 auto;
	background-color: transparent;
	border: none;
}
#physicians-directory .filters .alpha-links, #specialty-directory .filters .alpha-links, #department-directory .filters .alpha-links {
	display: block;
	margin: 15px auto 45px;
	text-align: center;
}
#physicians-directory .filters .alpha-links .current, #specialty-directory .filters .alpha-links .current, #department-directory .filters .alpha-links .current {
	background-color: #cc0000;
	color: #FFFFFF;
	border-radius: 3px;
}
#physicians-directory .filters .alpha-links a, #physicians-directory .filters .alpha-links span, #specialty-directory .filters .alpha-links a, #specialty-directory .filters .alpha-links span, #department-directory .filters .alpha-links a, #department-directory .filters .alpha-links span {
	font-size: 16px;
	font-size: 1rem;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	width: 33px;
	height: 32px;
	margin: 5px;
	text-align: center;
	font-weight: 700;
	background-color: #cccccc;
}
#physicians-directory .filters .alpha-links .pipe, #specialty-directory .filters .alpha-links .pipe, #department-directory .filters .alpha-links .pipe{
	background-color: transparent;
}
#physicians-directory .listing .results{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
#physicians-directory .listing .result{
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
}
#physicians-directory .listing .result a:hover img, #physicians-directory .listing .result:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
#specialty-directory .listing .result a:hover img, #specialty-directory .listing .result:hover img, #department-directory .listing .result a:hover img, #department-directory .listing .result:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
#physicians-directory .listing .result .image-wrapper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
#specialty-directory .listing .result .image-wrapper, #department-directory .listing .result .image-wrapper{
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 2px solid #cccccc;
}
#specialty-directory .listing .results, #department-directory .listing .results{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
#specialty-directory .listing .result, #department-directory .listing .result{
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	max-width: 24%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: 5px 5px 20px 5px;    
	background-color: #eeeeee;
	padding: 20px;
	border: 2px solid #cccccc;
}
#physicians-directory .listing .result img{
	max-height: 272px;
	margin: 0 auto;
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
#specialty-directory .listing .result img, #department-directory .listing .result img{
	margin: 0 auto;
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
#physicians-directory .name{
	position: absolute;
	bottom: 0;
	background-color: rgba(255,255,255,.8);
	width: 100%;
	padding: 10px 10px 0;
	text-align: center;
	right: 0;  
}
#specialty-directory .details, #department-directory .details{
	margin-bottom: 80px;
}
#specialty-directory .name, #department-directory .name{
	font-weight: bold;
	font-size: 1.5em;
	margin: 10px 0; 
}
#specialty-directory .btn, #department-directory .btn{
	position: absolute;
	bottom: 10px;
}
#physicians-directory .name a{
	color: #000;
}
#physicians-directory .name a .fas{
	color: #cc0000;
}
#physicians-directory .pagination-wrapper .showing .dataTables_info{
	margin-bottom: 5px; 
}
#physicians-directory .pagination-wrapper .showing, #physicians-directory .pagination-wrapper .pager  {
	display: inline-block
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1370px) and (max-width: 999999px) {
	.site-navigation.modal[style] {
		display: block !important;
	}
}
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1369px) {
	body {
		/*border: 2px solid #fcee21;*/
	} /*yellow*/
	.site-navigation.modal[style] {
		display: block !important;
	}
	.main-navigation .nav li a {
		padding: 0 15px;
	}
	.hero-slider .slide {
		height: 70vh;
	}
	#physicians-directory .listing .result {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.hero-slider .carousel-caption.center{
		transform: none;
	}
}

@media (min-width: 1200px) {
	.container-fluid {
		width: 95%;
	}
	header .container-fluid.alert {
		width: 100%;
	}
	.modal-dialog {
		max-width: 1200px;
	}
	.col-lg-6 .vertical-tabs .location-information .directions-parking li {
		margin-left: 0;
		display: block;
	}
}


/* Landscape tablets and medium desktops: LG */
@media (min-width: 992px) and (max-width: 1199px) {
	body {
		/*border: 2px solid #0000ff;*/
		margin-top: 135px;
	} /*blue*/
	.site-navigation.modal[style] {
		display: block !important;
	}
	.logo img {
		max-width: 270px;
	}
	.seal {
		max-width: 70px;
		margin-left: 10px;
	}
	.main-navigation .nav li a {
		padding: 0 10px;
		font-size: 1em;
	}
	.searchToggle {
		font-size: 1em;
		padding: 0 10px;
	}
	#siteSearch .modal-content {
		top: 41px;
	}
	#siteSearch .modal-content .modal-body p{
		display: block;    
	}
	#siteSearch .modal-content .modal-body ul {
		display: block;
		margin-left: 0;
	}
	.sticky-header-show #siteSearch .modal-content {
		top: -21px;
	}
	.hero-slider .carousel-caption, .hero-slider .carousel-caption.left, .hero-slider .carousel-caption.center, .hero-slider .carousel-caption.full{
		left: 0;
		width: 100%;
		background-color: transparent;
		position: relative;
		bottom: 0;
		max-width: none;
		transform: none;
	}
	.hero-slider .slide .slider-img {
		height: 500px;  
		width: 100%;
		position: relative;
	}
	.hero-slider .slide .slider-img h1 {
		font-size: 50px;
	}
	.hero-slider .slide {
		height: auto;
	}
	.slider-wrapper .slide-controllers {
		left: 30px;
		bottom: unset;
		top: 450px;
	}
	.slide-dots .slick-dots {
		right: 30px;
		bottom: unset;
		top: 450px;
	}
	.section {
		padding: 40px 0;
	}
	h2 {
		font-size: 2em;
	}
	.card-background.icon-card h2, .card-background.icon-card h3{
		font-size: 1.5em;     
	}
	.font-size-xl {
		font-size: 2.5em;
	}
	.lead {
		font-size: 1.25em;
		line-height: 1.35em;
	}
	.space-md {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.btn-default {
		min-width: 110px;
	}
	.restrict {
		padding: 0 10%;
	}
	#physicians-directory .listing .result{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	#specialty-directory .listing .result, #department-directory .listing .result {
		-ms-flex: 0 0 23%;
		flex: 0 0 23%;
		max-width: 23%;
		margin: 5px auto 20px auto;
	}
	.tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
		font-size: 1.125em;
	}
	.tabs .nav-tabs .nav-link {
		padding: 12px 15px;
		font-size: 1.125em;
	}
	.col-lg-6 .vertical-tabs .location-information .directions-parking li {
		margin-left: 0;
		display: block;
	}
	.vertical-tabs .col-md-5 {
		max-height: 675px;
	}
}

/* Portrait tablets and small desktops: MD */
@media (min-width: 768px) and (max-width: 991px) {
	body {
		/*border: 2px solid #ed1e79;*/
		margin-top: 42px;
	}  /*pink*/
	body{
		margin-top: 208px;    
	}
	.site-navigation.modal[style] {
		display: block !important;
	}
	.main-navigation .bottom-row {
		height: auto;
		background-color: rgba(255,255,255,1);
	}
	.main-navigation .nav {
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.main-navigation .bottom-row .nav li a {
		padding: 20px 25px;
	}
	.main-navigation .bottom-row .nav, .main-navigation .bottom-row .nav li {
		height: unset;
	}
	.logo-seal-wrapper{
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	#siteSearch .modal-content .modal-body p{
		display: block;    
	}
	#siteSearch .modal-content .modal-body ul {
		display: block;
		margin-left: 0;
	}
	#siteSearch .modal-content {
		top: 110px;
	}
	#siteSearch .form-text {
		padding: 45px 0 5px 10px !important;
	}
	#siteSearch .form-submit {
		top: 48px;
	}
	.sticky-header-show #siteSearch .modal-content {
		top: 50px;
	}
	.footer-social {
		text-align: left;
	}
	footer .footer-nav {
		text-align: left;
	}
	footer .footer-nav .list-inline .list-inline-item:nth-child(4), footer .footer-nav .list-inline .list-inline-item:nth-child(8) {
		margin-right: 1em;
	}
	footer .footer-nav .list-inline .list-inline-item:nth-child(4):after, footer .footer-nav .list-inline .list-inline-item:nth-child(8):after{
		display: inline-block;
	}
	footer .copyright {
		text-align: center;
	}
	.hero-slider .carousel-caption, .hero-slider .carousel-caption.left, .hero-slider .carousel-caption.center, .hero-slider .carousel-caption.full{
		left: 0;
		width: 100%;
		background-color: transparent;
		position: relative;
		bottom: 0;
		max-width: none;
		transform: none;
	}
	.hero-slider .slide .slider-img {
		height: 400px;  
		width: 100%;
		position: relative;
	}
	.hero-slider .slide {
		height: auto;
	}
	.slider-wrapper .slide-controllers {
		left: 30px;
		bottom: unset;
		top: 350px;
	}
	.slide-dots .slick-dots {
		right: 30px;
		bottom: unset;
		top: 350px;
	}
	.hero-slider .carousel-caption h1 {
		font-size: 32px;
	}
	.section {
		padding: 40px 0;
	}
	.section-with-background{
		padding: 40px;    
	}
	.restrict {
		padding: 0 15%;
	}
	.icon {
		position: relative;
		top: 20px;
	}
	.icon-card .card-body-content .icon{
		position: absolute;
		top: -100px;    
	}
	.nav-tabs .nav-link{
		display: block;
		width: 100%;
		margin: 0;   
	}
	.tabs .nav-tabs .nav-link {
		padding: 12px 25px 25px;
		text-align: center;
	}
	.tabs .nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after {
		bottom: 0;
	}
	.hero-interior {
		height: 400px;
	}
	.hero-interior .text-wrapper {
		width: 100%;
	}
	#physicians-directory .listing .result{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	#specialty-directory .listing .result, #department-directory .listing .result{
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;  
		margin: 5px auto 20px auto;
	}
	.vertical-tabs .col-md-5 {
		max-height: 550px;
	}
}

/* Landscape phones and portrait tablets: SM */
@media (max-width: 767px) {
	body {
		/*border: 2px solid #009245;*/
		margin-top: 100px;
	} /*green*/
	.container-padding{
		padding: 0 15px;
	}
	.main-navigation .bottom-row .nav li a{
		transform: none;
		top: 0px;
	}
	.main-navigation .nav li a {
		padding: 10px 30px 10px 16px;
		white-space: normal;
		text-align: left;
		font-size: 1.25em;
		color: #fff;
	}
	.main-navigation .bottom-row .nav, .main-navigation .bottom-row .nav li {
		height: unset;
	}
	.siteHeader.sticky-header-show {
		background-color: transparent;
		height: auto;
		box-shadow: none;
	}
	.siteHeader.sticky-header-show {
		background-color: transparent;
	}
	.header-search .form-control {
		height: 35px;
	}
	.header-search .btn-default {
		right: 15px;
		top: 4px;
	}
	.mobile-header {
		display: block;
	}
	.menuToggle {
		display: block;
	}
	.site-navigation.modal{
		display: none;
		opacity: 0;
		position: fixed;
		overflow-y: scroll;
		overflow-x: hidden;
		height: 100%;
	}
	.site-navigation .modal-body{
		padding: 0 0 40px; 
		background-color: #cc0000;
	}
	.site-navigation.modal.show{
		opacity: 1;
	}
	.site-navigation.modal .modal-dialog {
		width: auto;
		max-width: 500px;
	}
	.site-navigation .modal-content {
		background-color: #cc0000 !important;
		border: none;
		border-radius: 0;
		height: 100%;
		min-height:100vh;
		width: 500px;
	}
	.site-navigation.modal.fade:not(.in) .modal-dialog {
		-webkit-transform: translate3d(25%, 0, 0);
		transform: translate3d(25%, 0, 0);
	}
	.site-navigation.modal.fade:not(.in).bottom .modal-dialog {
		-webkit-transform: translate3d(0, 25%, 0);
		transform: translate3d(0, 25%, 0);
	}
	.site-navigation.modal .modal-dialog {
		position:absolute;
		top:0;
		right: 125px;
		margin:0;
	}
	.site-navigation{
		padding: 75px 60px;
		overflow: hidden;
	}
	.site-navigation .nav{
		display: block;
	}
	.main-navigation {
		background-color: #cc0000;
	}
	.main-navigation .bottom-row .nav {
		margin-top: 20px;
	}
	.top-row{
		height: auto;
	}
	.top-row .nav-item{
		border-bottom: 1px solid #fff;
	}
	.top-row .auxnav .nav-item {
		border-bottom: none;
		display: inline-block;
	}
	.main-navigation .nav .dropdown-toggle::after{
		display:inline-block;
		border: none;
		font-family: "Font Awesome 5 Free" !important;
		content: "\f105" !important;
		font-weight: 900;
		position: absolute;
		right: 30px;
	}
	.main-navigation .nav .dropdown-toggle[aria-expanded="true"]::after{
		content: "\f107" !important;    
	}
	.main-navigation .nav li a:hover, .main-navigation .nav li a:focus {
		color: rgba(255, 255, 255, 1) !important;
	}
	.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item{
		border: none;
	}
	.main-navigation .nav .dropdown-menu li a {
		font-size: 1em;
	}
	.main-navigation .nav .dropdown-item:focus, .main-navigation .nav .dropdown-item:hover {
		color: #555 !important;
		background-color: #fff;
	}
	.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item{
		border: none;
	}
	.site-navigation .main-navigation .nav .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item:after{
		display: none; 
	}
	.main-navigation .nav .dropdown {
		display: block;
	}
	.main-navigation .nav li a:hover, .main-navigation .nav li a:focus, .main-navigation .dropdown.open a.dropdown-toggle {
		background-color: transparent;
	}
	.top-row .audience .nav-item .nav-link{
		color: #fff;
		padding: 10px 0;
	}
	.top-row .audience .nav-item{
		border-bottom: 1px solid #fff;  
	}
	.site-navigation .nav-link{
		color: #fff;
		font-size: 1.125em;
		font-weight: 600;
		text-decoration: none;
		padding: 15px 0;
		text-transform: none !important;
		white-space: normal;
	}
	.top-row .audience .nav-item .nav-link:after {
		content: "";
	}
	.main-navigation .nav .dropdown:hover .dropdown-menu {
		opacity: 0;
	}
	.main-navigation .nav .dropdown .dropdown-menu.show{
		opacity: 1;
		width: auto;
		visibility: visible;
		float: none;
		box-shadow: none;
		transition: none !important;
	}
	.main-navigation .nav .dropdown .dropdown-menu{
		transition: none !important;    
	}
	.main-navigation .nav .dropdown.show .dropdown-menu.show[style] {
		display: inherit !important;
		transform: none !important;
		position: relative !important;
	}
	.main-navigation .nav .dropdown .dropdown-menu{
		z-index: 0;    
		transition: none;
		left: 0 !important;
		background-color: #fff;
		padding: 0;
		border: none;
	}
	.site-navigation .audience{
		margin-top: 70px;
		padding: 0 20px 20px;
	}
	.site-navigation .auxnav {
		padding: 0 20px 0;
	}
	.site-navigation .auxnav li:first-child {
		margin-bottom: 20px;
	}
	.main-navigation .nav li:first-child a {
		padding-left: 16px;
	}
	.main-navigation .nav li:last-child a {
		padding-right: 16px;
	}
	.main-navigation .col {
		padding-left: 15px;
	}
	.main-navigation .nav li:hover .dropdown-menu {
		display: none;
	}
	.modal-open .siteHeader {
		background-color: transparent;
	}
	.menuClose {
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		text-align: right;
		font-size: 1.875em;
		position: absolute !important;
		display: inline-block;
		top: 0;
		right: 20px;
		text-shadow: none;
		opacity: 1;
		z-index: 5;
	}
	.menuClose:hover, .menuClose:focus{
		color: #fff;     
	}
	.main-navigation .logo, .logo-seal-wrapper{
		display:none;    
	}
	.main-navigation .bottom-row {
		margin-bottom: 0;
	}
	.main-navigation .bottom-row {
		background-color: transparent;
		height: auto;
	}
	.searchToggle{
		display:none    
	}
	.sticky-header-show .main-navigation .bottom-row {
		background-color: transparent;
	}
	.sticky-header-show .seal, .sticky-header-show .top-row {
		display: block;
		height: auto;
		padding: 5px 0;
	}
	.mobile-search{
		display: block;    
	}
	.footer-social {
		text-align: center;
	}
	footer .footer-nav, footer .copyright {
		text-align: left;
	}
	h1, .h1{
		font-size: 2rem;  
	}
	h2, .h2 {
		font-size: 1.75rem;
	}
	h3, .h3 {
		font-size: 1.5rem;
	}
	h4, .h4 {
		font-size: 1.25rem;
	}
	h5, .h5 {
		font-size: 1rem;
	}
	h6, .h6 {
		font-size: .9rem;
	}
	.lead {
		font-size: 1.125em;
	}
	.font-size-lg {
		font-size: 2em;
	}
	.font-size-xl {
		font-size: 2.25em;
	}
	.space-sm {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.space-md {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.hero-slider .carousel-caption, .hero-slider .carousel-caption.left, .hero-slider .carousel-caption.center, .hero-slider .carousel-caption.full{
		left: 0;
		width: 100%;
		background-color: transparent;
		position: relative;
		bottom: 0;
		max-width: none;
		font-size: 16px;
		line-height: 26px;
		transform: none;
	}
	.hero-slider .slide .slider-img {
		height: 300px;  
		width: 100%;
		position: relative;
	}
	.hero-slider .slide {
		height: auto;
	}
	.slider-wrapper .slide-controllers {
		left: 30px;
		top: 250px;
		bottom: unset;
	}
	.slide-dots .slick-dots {
		right: 30px;
		top: 250px;
		bottom: unset;
	}
	.hero-slider .carousel-caption h1 {
		font-size: 1.5em;
		line-height: 1.5em;
	}
	.section {
		padding: 20px 0;
	}
	.section-with-background{
		padding: 40px 0; 
	}
	.restrict {
		padding: 0;
	}
	.nav-tabs .nav-link{
		display: block;
		width: 100%;
		margin: 0;   
	}
	.tabs .nav-tabs .nav-link {
		padding: 12px 25px 25px;
		text-align: center;
	}
	.tabs .nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after {
		bottom: 0;
	}
	.accordion .card-header .btn {
		font-size: 1.125em;
	}
	.accordion .card-header .btn-link .fas {
		font-size: 1.125em;
	}
	.cookiealert {
		left: 0px;
		right: 0px;
	}
	.cookiealert .acceptcookies {
		margin-left: 0;
	}
	.alert-visible {
		padding-top: 67px;
	}
	.emergency-alert{
		padding: 20px 50px 20px 20px;
		text-align: center;
		font-size: 1.125em;
	}
	.emergency-alert.alert-dismissible .close {
		right: -15px;
		top: -10px;
		width: 20px;
		height: 20px;
	}
	.card{
		margin: 10px auto;   
	}
	.card-background {
		margin: 10px auto;
	}
	.card-background.icon-card{
		margin: 20px auto 0;   
	}
	.card-background.icon-card .card-body {
		min-height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
		margin: 0;
	}
	.icon {
		position: relative;
		top: 20px;
	}
	.icon-card .icon {
		font-size: 1.5em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		left: -12px;
		right: unset;
		top: -8px;
		margin-right: 20px;
		transform: none;
		position: absolute;
	}
	.icon-card h2{
		position: relative;
		left: 35px;
		font-size: 1.25em;
	}
	.secondary-nav .home {
		background-color: transparent;
		height: auto;
		color: #fff;
	}
	.secondary-nav .navbar-dark .navbar-nav .nav-link {
		padding-left: 0;
		padding-bottom: .25rem;
	}
	.secondary-nav .navbar .navbar-nav{
		margin-left: 0;    
	}
	.secondary-nav .navbar .navbar-nav .nav-item{
		border-bottom: 1px solid #fff;   
	}
	.secondary-nav .navbar .navbar-nav .nav-item:last-child{
		border-bottom: none;   
	}
	.secondary-nav .navbar-dark .navbar-nav li:last-child .nav-link {
		padding-bottom: 1rem;
	}
	.secondary-nav .navbar-brand {
		margin-left: 0;
		margin-right: 0;
	}
	.hero-interior .banner-title {
		padding: 0;
		font-size: 1.5rem;
		line-height: 1.25;
		font-weight: 600;
	}
	.hero-interior {
		height: 300px;
	}
	.hero-interior .text-wrapper {
		width: 100%;
	}
	.location-information{
		top: unset;
		bottom: 0;
		transform: none;
		width: 100%; 
		padding: 20px 10px 10px;
	}
	.location-information .directions-parking {
		padding-left: 25px;
	}
	#physicians-directory .listing .result {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#specialty-directory .listing .result, #department-directory .listing .result {
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
		margin: 15px auto;
	}
	#physicians-directory .navbar-dark, #specialty-directory .navbar-dark, #department-directory .navbar-dark {
		display: block;
	}
	#physicians-directory .filters .top .input-wrapper, #specialty-directory .filters .top .input-wrapper, #department-directory .filters .top .input-wrapper {
		display: block;
	}
	#physicians-directory .filters .top .input-wrapper input, #specialty-directory .filters .top .input-wrapper input, #department-directory .filters .top .input-wrapper input{
		width: 100%;
	}
	.vertical-tabs .maps .location-information .directions-parking li {
		margin-left: 0;
		display: block;
	}
	.vertical-tabs .maps h3 {
		margin-top: 0px;
	}
}


/* Portrait phones and smaller: XS */
@media (max-width: 480px) {
	body {
		/*border: 2px solid #f15a24;*/
	} /*orange*/
	.site-navigation.modal .modal-dialog {
		width: 100%;
		max-width: none;
	}
	.site-navigation.modal.fade:not(.in) .modal-dialog {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.site-navigation.modal .modal-dialog {
		right: 0;
		left: 0;
	}
	.site-navigation .modal-content {
		width: 100%;
	}
	.mobile-logo img {
		max-width: 230px;
	}
	.mobile-logo {
		left: 5px;
	}
	.alert-visible {
		padding-top: 94px;
	}
}

/* Portrait phones and smaller: XS */
@media (max-width: 320px) {
	.alert-visible {
		padding-top: 121px;
	}
	.vertical-tabs .maps .location-information .directions-parking {
		margin-left: 0;
	}
}