/*
Theme Name: ASUW-UW theme
Version: 1.0
Description: A child theme of UW 2014
Template: uw-2014-master/uw-2014-master
Author: Walter Ceder
*/
@import url("../uw-2014-master/uw-2014-master/style.css");

/* Your awesome customization starts here */
.uw-hero-image.hero-height, .no-uw-hero-image.hero-height {
    height: 850px;
}

/* ==== Main nav ==== */
#dawgdrops .menu-block .dawgdrops-item.drawgdrops-subitem {
  width: 160px;
}

#dawgdrops .dawgdrops-menu .dawgdrops-item {
    max-width: 210px;
}

  #dawgdrops .dawgdrops-menu .dawgdrops-item a:not([href]),
  #dawgdrops .dawgdrops-menu .dawgdrops-item a:not([href]):hover,
  #dawgdrops .dawgdrops-menu .dawgdrops-item a:not([href]):focus {
    color: #707070;
    background: unset;
  }

  #dawgdrops .dawgdrops-item.drawgdrops-subitem {
    margin-left: 45px;
    width: 190px;
  }

/* ==== Mobile main nav ==== */

#mobile-relative.frontpage .sub-menu [aria-hidden="true"] {
  display: none !important;
}

#mobile-relative.frontpage .sub-menu [aria-hidden="false"] {
  display: block !important;
  padding-left: 10px;
}

@media (max-width: 767px) {
	.uw-hero-image.hero-height, .no-uw-hero-image.hero-height {
		height: 40%;
	}

}

.box-outer .box.three .tile {
    padding: 0 4px 20px;
}

#uwalert-alert-message{
    display: none;
}

@media (min-width: 767px) {

	#vidYT{
		width:50%;
	}
}


