.mob-sb-nav-trigger a:hover {
    color: inherit;
}
/** CSS changes - UIW Community Site **/


/** changed from height:50px; **/

.mob-sb-nav-trigger h2 {height: --remove--;
}

.mob-sb-nav-trigger a.sb-nav-trigger {height:100%;
} 

/** Typography updates **/

h1 {font-size:2rem;
}

h2 {font-size:1.5rem;
	font-weight:600;	
}

h3 {font-size:1.35rem;
}

h4 {font-size:1.25rem;
}

h5 {font-size:1.2rem;
}

h6 {font-size:1.1rem;
	font-weight:600;
}

h2, h3, h4, h5, h6 {
	margin-bottom:.65rem;
}

ul.sidebar-nav li a, ul.sidebar-nav li a:visited {
	font-weight:400;
}

ul.breadcrumbs li {
	font-weight:.8rem;
	font-weight:600;
}

.utility-nav-wrap ul.utility-nav li a {
	font-weight:600;
	font-size:1.05rem;
	padding:1.35rem;
}

.quicklinks .q-links ul li a {
    font-weight:600;
}

/** eyebrow navigation spacing adjustment **/

ul.main-nav li {margin-right:-5px;
}


/** updates to landing pages' resources section **/

.resources ul li a {
	font-size:1.05rem;
	font-weight:600;
	}

.resources ul li a .inner:after {
	position:relative;
	right:-101%;
	}

.resources ul li a .inner {
	padding:8px 6px 3px 8px;
	}

.resources ul li a .description {
	font-size:.8rem;
	line-height:1.25rem;
	margin-top:3px;
	margin-bottom:-3%;
	}

.resources-block ul li a {
	padding:18px 13px 18px 13px;
	font-size:1.05rem;
	}
	
.resources-block ul li a {
    font-weight:600;
}
	
footer .copyright .inner .status a .alert {
    background-color: #aa1010;
}

.twitter-typeahead {
   flex-grow: 2;
   width: 95%;
}

figure img {
    max-width: 100%;
}

.tt-menu {
    left: 0 !important;
    width: 75% !important;
}

ul.sidebar-nav li a.active, ul.sidebar-nav li a:visited.active {
	background:none;
	color:#fff;
	background-color:#aa1010;
}

ul.sidebar-nav li a.active, ul.sidebar-nav li a:visited.active:hover {
	background-color:#7b0c0c;
}

.float-left {
    margin: 15px;
}

a.accordion-toggle:focus {
    outline: 1px solid #000;
}
caption{
    color: #4E595A;
}

.news-section {
    margin:40px 0 40px 0;
}

.news-section::after {
  content: "";
  display: block;
  clear: both;
}

.news-story {
    margin:45px 0 25px 0;
}

.news-story::after {
  content: "";
  display: block;
  clear: both;
}

/**VIDEO WRAPPER**/
.videoWrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin: 0 0 20px;
}

.videoWrapper:before {
  display: block;
  content: '';
  padding-top: 56.25%;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}