/* Move down content because we have a fixed navbar that is 3.0rem tall */
body {
  padding-top: 3.0rem;
}

main {
/*  background-image: url('/img/digital-mobile-radio-10.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; /* */
  padding-top: 1.5rem;
}

.pagetitle {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  border-bottom: 4px solid #dadada;
  margin-bottom: .5rem;
  margin-top: 0;
}

.sectiontitle {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  border-bottom: 2px solid #dadada;
  margin-bottom: .5rem;
  margin-top: 0;
}

.regform {
  margin: 15px;
  color: #656666;
  content: "Example";
  
  background-color: #fff;
  border-color: #929494;
  border-width: 1px;
  border-radius: 4px;

  padding: 10px 20px 10px;
  border-style: solid;
}

.niceform-control-feedback {
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
  width: 15px;
  margin: -25px 10px;
  float: right;
}

#typebox {
  margin-bottom: 1rem;
}

@media (min-width: 1px)    {#typebox{height: 142px;}}
@media (min-width: 576px)  {#typebox{height: 142px;}}
@media (min-width: 768px)  {#typebox{height: 96px;}}
@media (min-width: 992px)  {#typebox{height: 96px;}}
@media (min-width: 1200px) {#typebox{height: 53px;}}

#typed {
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: 400;
}

#selectCountry, #selectState, #selectProvince {
  font-size: 0.8rem;
}

.row {
  margin-right: -12px;
  margin-left: -12px;
}

.container {
  padding: 0 22px 0 22px;
}

.frpghero {
  background: none;
/*  padding-top: 2rem; */
  padding-bottom: 1.0rem;
}

.caption {
  text-align: center;
  font-size: 0.9rem;
}

.headshot {
  display: block;
  margin: auto;
  height: auto;
  max-width: 100%;
}

.ctr {
  margin: auto;
  text-align: center !important;
}

.nobr {
  white-space: nowrap;
}

.disclaimer {
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 3px;
}

.altbkg:nth-child(even) {
  background-color: #f2f2f2;
}

/* Font Awesome styles */
a.fas, a.fab {
  color: #212529;
}

a.fas:hover, a.fab:hover {
  text-decoration: none;
}

footer a {
  padding-left: 20px;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin-left: 48%;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    top: 49%;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/
