  /*!  
 * Yamm!
 * Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 *
 * https://github.com/geedmo
 */
.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse,
.yamm .yamm-static {
  position: static;
}
.yamm .navbar-inner,
.yamm .container,
.yamm .btn-toolbar {
  position: relative;
}
.yamm .dropdown-menu {
  background: url(/images/howard-jna-sculpture-bg.png) bottom right no-repeat #2c5894;
  left: auto;
}
.yamm .dropdown-menu > li {
  display: block;
}
.yamm .nav.pull-right .dropdown-menu {
  right: 0;
}
.yamm .yamm-content {
  min-width: 500px;
  padding: 15px 120px 15px 15px;
  color: #fff;
}
.yamm .yamm-content a {
  color: #fff;
  border-bottom: 1px solid #4670a9;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 969px) {
  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: auto;
  }
  .yamm .yamm-content {
    padding-left: 0;
    padding-right: 0;
  }
  .yamm .dropdown-menu > li > ul {
    display: block;
  }
}
.andrews-global-subdomain-header {
  background-color: #599ACF;
}
.andrews-global-subdomain-header .andrews-global-subdomain-header-content .global-links .btn {
  background-color: #336dad;
  color: #A0C3DE;
}
.andrews-global-subdomain-header .andrews-global-subdomain-header-content .global-links .btn .caret {
  border-top-color: #A0C3DE;
}
.andrews-global-subdomain-header .andrews-global-subdomain-header-content .global-links .btn:hover {
  background-color: #162f4b;
}
.hw-banner {
  position: relative;
  overflow: hidden;
  /*height: 500px;*/
  padding-top: 28%;
  background-image: var(--hw-banner-url, url("/wellnesscenter/images/acw_pano.jpg"));
  background-position: center;
  background-size: cover;
  /*@media (max-width: 767px) {
		height: 250px;
	}

	.blur {
		position:relative;
		bottom: 0;
		width: 100%;

		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-o-filter: blur(10px);
		-ms-filter: blur(10px);
		filter: blur(10px);

		@media (max-width: 767px) {
			display: none;
		}
	}

	.focus {
		position: absolute;
		top: 0px;
		left: ~"calc((100% - 2400px) / 2)";

		margin-left: auto;
		margin-right: auto;

		@media (max-width: 767px) {
			height: 250px;
			left: ~"calc((100% - 1200px) / 2)";
		}
	}*/
}
.hw-header {
  color: #999;
  padding: 30px 0;
}
.hw-header h1 {
  display: inline-block;
  padding: 0;
  margin: 40px 0 0 0;
  font-family: 'AkkuratLight', Arial, sans-serif;
  color: #fff;
}
.hw-header .icon-bar {
  background: #a3abb3;
}
.hw-header #navigation {
  float: right;
  margin-top: 40px;
  margin-right: 15px;
}
.hw-header #navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hw-header #navigation ul li {
  display: inline-block;
}
.hw-header #navigation ul li a {
  color: #999;
  display: block;
  padding: 5px 15px;
  margin-left: 10px;
  font-size: 16px;
}
.hw-header #navigation ul li.selection > a {
  color: #fff;
  background: #999;
}
.hw-header #navigation .open > .dropdown-toggle {
  background: #EEE;
}
.hw-header #navigation .dropdown-menu {
  margin-left: 10px !important;
  background: #646464;
  color: #fff;
  border: 0;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  padding: 0;
}
.hw-header #navigation .dropdown-menu li {
  width: 100%;
  clear: left;
  float: none;
}
.hw-header #navigation .dropdown-menu li a {
  color: #fff;
  background: none;
  padding: 10px 20px;
  margin-left: 0;
}
.hw-header #navigation .dropdown-menu li a:hover {
  background: #444;
}
.hw-nav {
  background: #00406f;
  background: #4994cf;
  color: #fff;
}
#old-content-padding {
  padding: 0 !important;
}
.hw-table h3 {
  color: #fff;
  margin: 0;
}
.homepage-feature {
  margin-bottom: 40px;
}
.hw-content {
  margin-top: 8px;
}
.hw-content .department-homepage-features {
  margin-top: 35px;
  margin-bottom: 10px;
  /*@media (max-width: 767px) {
			display: none;
		}*/
}
.homepage_rightsidebar {
  display: grid;
  grid-gap: 8px;
  /*grid-template-columns: 50% 50%;*/
  align-items: center;
  justify-items: center;
}
.homepage_rightsidebar a:nth-child(4n),
.homepage_rightsidebar a:nth-child(4n-1) {
  grid-column: span 2;
  background-color: #ccc;
  color: #000;
}
.homepage_rightsidebar img {
  max-width: 100%;
}
.hw-footer {
  margin-top: 40px;
  background: #00406f;
  color: #fff;
  padding: 25px 0;
}
.hw-footer .social-media {
  text-align: right;
}
.hw-footer .social-media span {
  margin-left: 10px;
}
.hw-footer .social-media a {
  border-bottom: none;
}
.table th {
  background-color: #00406f;
}
@media (max-width: 767px) {
  .hw-header #navigation {
    float: none;
    margin-top: 30px;
  }
  .hw-header #navigation > ul:nth-of-type(1) {
    margin-top: 15px;
  }
  .hw-header #navigation ul li {
    display: block;
    padding: 8px 0px;
  }
  .hw-header #navigation ul li a {
    font-size: 120%;
    margin-left: 0px;
  }
  .hw-content h1 {
    font-size: 30px;
  }
  .homepage-feature {
    margin-bottom: 10px;
  }
}
a.btn-success,
a.btn-success:hover,
a.btn-success:hover:active {
  background-color: #679146;
  color: #fff;
  border-color: #679146;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    font-size: inherit;
    width: 90px;
    height: 90px;
  }
}
.hw-tabs {
  margin-bottom: 15px;
}
.modal.modal-fullscreen {
  padding: 0 !important;
}
.modal.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.modal.modal-fullscreen .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0;
  height: 100%;
  background-color: gray;
}
.modal.modal-fullscreen .modal-dialog .modal-content .close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 15px;
  color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal.modal-fullscreen .modal-dialog .modal-content .close:hover,
.modal.modal-fullscreen .modal-dialog .modal-content .close:focus {
  color: black;
  text-shadow: 0 1px 0 black;
}
.modal.modal-fullscreen .modal-dialog .modal-content .carousel {
  height: 100%;
}
.modal.modal-fullscreen .modal-dialog .modal-content .carousel .carousel-inner {
  height: 100%;
}
.modal.modal-fullscreen .modal-dialog .modal-content .carousel .carousel-control.right .fa {
  margin-left: -75px;
}
.modal.modal-fullscreen .modal-dialog .modal-content .carousel .carousel-control .fa {
  position: absolute;
  top: 50%;
  z-index: 5;
}
@media screen and (min-width: 576px) {
  .modal.modal-fullscreen .modal-dialog .modal-content .carousel .carousel-control .fa {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
}
.modal.modal-fullscreen .modal-dialog .modal-content .carousel .item {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .modal.modal-fullscreen .modal-dialog .modal-content .carousel .item {
    width: 80%;
    height: 80%;
  }
}
.modal.modal-fullscreen .modal-dialog .modal-content .carousel .item img {
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
