@media only screen and (min-width: 40.063em) {
  #content {
    padding: 1rem 3.125rem;
  }
}
.top-area {
  padding: 10px 0;
}
@media only screen and (max-width: 40.063em) {
  .top-area .top-logo {
    text-align: center;
  }
}
.top-area .top-contact {
  text-align: right;
}
@media only screen and (max-width: 40.063em) {
  .top-area .top-contact {
    text-align: center;
  }
}
.top-area p {
  margin: 0;
}

.top-bar-section li a:not(.button) {
  text-transform: uppercase;
}

.inline-list li a {
  text-transform: uppercase;
}

a.gdl-button {
  height: 26px;
  line-height: 26px;
  padding: 1px 12px 0px 12px;
  display: inline-block;
  background: url("../img/gradient-top4-32px.png") repeat-x;
  font-weight: bold;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.gdl-button:hover {
  background-image: url("../img/gradient-bottom4-32px.png");
}
a.gdl-button.shortcode-large-button {
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 0px 21px 0px 21px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
a.gdl-button.shortcode-medium-button {
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 0px 15px 0px 15px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
a.gdl-button.shortcode-small-button {
  margin-bottom: 20px;
  margin-right: 10px;
  text-shadow: none;
  font-size: 11px;
}

.copy-area {
  font-size: .85em;
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}

.sidebar-inner {
  background-image: url(../img/50white.png);
  padding-top: 10px;
  padding-bottom: 10px;
}

.panel.red {
  background-color: #da0c0c;
  border-color: #b10a0a;
}
.panel.red p, .panel.red h1, .panel.red h2, .panel.red h3, .panel.red h4, .panel.red h5 {
  color: white !important;
  margin: 5px 0;
}
.panel.round {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.thick {
  font-weight: bold !important;
}

.red {
  color: #da0c0c !important;
}

.really-big {
  font-size: 4em !important;
  margin-top: 0;
}

.screen-reader-text {
	font-size:0px;
	line-height:0px;
}