@charset "utf-8";
/* CSS Document - Custom styles that overwrite the template CSS code*/

/* Logo */
.logo-dept {
  font-size: 2.54rem !important;
  height: auto !important;
}

/*.branding .header-organization-banner img {
  max-height: 50px !important;
  width: 60px !important;
}*/

.branding .header-organization-banner a .logo-assets .logo-img {
  width: 90% !important;
  padding: 2px 0;
}

.fixed.compact .branding .header-organization-banner .logo-assets .logo-img {
    width: 70% !important;
}

/* Footer */
.footer-img-button {
  max-height: 80px;
  white-space: nowrap;
  text-align: center;
  margin: 1em 0;
}

.footer-img-buttons .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.footer-img-buttons img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border-radius: 0.5rem !important;
}

.footer-img-buttons a {
  background-image: none !important;
  text-decoration: none !important;
}

/* Breadcrumbs */
.breadcrumb.dynamic li {
  text-transform: capitalize;
}

/* Meetings */
.event {
  background-color: #efefef;
  padding-left: 50px;
  padding-right: 15px;
  padding-top: 1px;
  padding-bottom: 10px;
  margin-left: 2.325581395348837209302325581395%;
  margin-bottom: 10px;
  position: relative;
  min-height: 90px;
  border: 1px solid #c5dae7;
  -moz-box-shadow: 0px 0px 2px 0px #aaaaaa;
  -webkit-box-shadow: 0px 0px 2px 0px #aaaaaa;
  box-shadow: 0px 0px 2px 0px #aaaaaa;
}

.event h3 {
  margin-top: 1em;
  color: #2c47ab;
}

.event .address {
  font-style: italic;
  color: #000000;
  font-weight: normal;
  font-size: 0.7em;
}

.calendar-date {
  width: 55px;
  margin-right: 2px;
  background: transparent;
  -moz-box-shadow: 1px 1px 2px 0px #aaaaaa;
  -webkit-box-shadow: 1px 1px 2px 0px #aaaaaa;
  box-shadow: 1px 1px 2px 0px #aaaaaa;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  left: -15px;
  top: 15px;
}

.calendar-date div:first-child /*Month*/ {
	background-color: #153554;
	font-weight: bold;
	font-size: 1em;
	color: white;
	text-transform: uppercase;
	text-align: center;
	padding: 2px;
	border: solid #446a7c;
	border: 0px 5px 0px 5px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.calendar-date div:last-child /*Date*/ {
	background-color: white;
	color: #153554;
	text-align: center;
	font-size: 1.6em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
/*	border: solid #153554;*/
	border: 0px 5px 0px 5px;
	border-radius: 0px 0px 5px 5px; 
	-moz-border-radius: 0px 0px 5px 5px; 
	-webkit-border-radius: 0px 0px 5px 5px;
}

.calendar-date div.multi-date {
	font-size: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

.announcements .news-item .headline {
  font-weight: bold;
}

.announcements .news-item .published {
  margin-bottom: 10px;
}

/* Misc */
@media (max-width: 767px) {
  .header-large-banner p {
    font-size: 15px;
  }
}

.webcast-btn {
  cursor: pointer;
}

.header-large-banner {
  min-height: 730px;
}

#faq_accordion .panel {
  margin-top: 5px;
  margin-bottom: 0px;
}

.banner-btn {
  min-width: 340px;
}

.banner-btn-icon {
  float: left;
}

/*Scroll sticky header adjustment*/
@media only screen and (min-width: 992px) {
  .html {
    scroll-margin-top: 170px !important;
  }
}

h2 {
  overflow: auto;
}