<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card-heading {
    border-color: #5bb9c2;
    border-style: solid;
    border-width: 0px 0px 7px 0px;
}

.card-body {padding: 0px;}
.card-body img {width:100%;}

.Inner{min-width:260px;}

#regWhite #INNER-MASTHEAD h1 {
    font-size: 4.2em;
}

#regGrey .col-panel-button a {
    color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
}

.col-panel-button {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #ccc;
    min-height: 35px;
    line-height: 35px;
    position: relative;
}

#regGrey .col-panel-button a:hover { color: white; background:  #5bb9c2;}

/*----------------- 2019 ACCORDION START ------------------*/
.accordion {
  font-size: 1rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  margin: -2% 0% 0% 0%;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
    padding: 7px;
    cursor: pointer;
    font-size: 1.0em;
    transition: all .3s;
}

.accordion__item .accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-header:hover {
    background: #DA291C;
    position: relative;
    z-index: 5;
    color: white;
}

.accordion-body {
  background: #fcfcfc;
  color: #353535;
  display: none;
}

.accordion-body__contents {
  padding: 10px 20px 10px 20px;
  font-size: 1em;
  text-align: left;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child &gt; .accordion__item &gt; .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item &gt; .accordion-header:after {
  content: "\f0d7";
font-family: "FontAwesome";
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active &gt; .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #565656;
color:white;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #353535;
}

/*----------------------  2019 ACCORDION END ---------------------------------------*/

@media (max-width: 500px) {
#regGrey .DSImg {width: 82%}
#regBodyContent #INNER-MASTHEAD h1 {font-size: 3.4em;}
}

@media (max-width: 400px) {
#regBodyContent #INNER-MASTHEAD h1 {font-size: 2.4em;}
}
</pre></body></html>