/*
GTG Red:  #D41F32
Dk Gray:  #555555
*/
/* HERO
---------------------------------------------------------------------*/
.hero {
  height: 300px;
  margin: 0 0 0 0;
}
#heroSection h1 {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.0rem;
  text-transform: uppercase;
  font-weight: 800;
  margin: 36px 0 18px 0;
  padding: 0 0 0 0;
}
#heroSection .intro {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin: 0 0 24px 0 !important;
  padding: 0 0 0 0;
}
#heroSection .intro a {
  color: #111;
  text-decoration: underline dotted rgba(0, 0, 0, .15) !important;
  text-underline-offset: 6px;
}
#heroSection .intro a:hover,
#heroSection .intro a:hover {
  color: #111;
  text-decoration: underline dotted rgba(0, 0, 0, .8) !important;
}
.accordionTitle {
  cursor: pointer;
  padding: 8px 8px 8px 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 0.9rem;
  line-height: 1.0rem;
  color: #D41F32;
  background: #FFF;
  font-weight: 700;
}
.accordionActive,
.accordionTitle:hover,
.accordionTitle:focus {
  background-color: #EFEFEF;
  color: #000;
  padding: 8px 8px 8px 8px;
}
.accordionBody {
  padding: 0 18px;
  margin-bottom: 12px;
  background-color: #FFF;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordionTitle:after {
  content: '+';
  color: #555555;
  float: right;
  margin-left: 5px;
}
.accordionActive:after {
  content: "–";
}

@media only screen and (max-width: 549px) {
}