/* Base HTML Elements */
html {
  scroll-padding-top: 8.8rem;
}

body {
  text-align: left;
  background: #FFF;
  -webkit-text-size-adjust: none;
}

a {
  color: #47F;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #FF8C00;
}

h1 {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 600;
  font-size: 40px;
  padding: 10px 0 0 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

hr {
  /* Styled inline in HTML, base layout reset */
}

/* Identifiers (IDs) */
#logo, #logo2 {
  height: 40px;
  width: auto;
  margin-bottom: -6px;
}

#translate, #pdf, #info {
  height: 36px;
  width: auto;
  margin-top: 8px;
}

#whitebg {
  position: fixed;
  display: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 400%;
  background: white;
  border: none;
}

#greybg {
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 400%;
  background: rgba(0, 0, 0, 0.666);
  border: none;
}

#regscreen {
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  padding: 0px;
  background: none;
  width: 800px;
  height: 500px;
}

#regtitle {
  color: #EEE;
  float: left;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 20px;
}

#redx {
  cursor: pointer;
  color: red;
  float: right;
  font-size: 30pt;
  font-family: sans-serif;
  font-weight: bold;
  padding-bottom: 5px;
}

#regframe {
  width: 800px;
  height: 635px;
  overflow: hidden;
  border: 0px;
}

#mfooter, #mcreditsfooter {
  display: none;
}

#trackerframe {
  display: none;
}

/* Classes */
.container {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  margin: auto;
  width: 800px;
  text-align: left;
  background: #FFF;
  -webkit-text-size-adjust: none;
}

.containermobile {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  margin: auto;
  width: 95%;
  text-align: left;
  background: #FFF;
  -webkit-text-size-adjust: none;
}

.fixheader {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  margin: auto;
  text-align: left;
  -webkit-text-size-adjust: none;
  top: 0px;
  padding: 25px 0 25px 0;
  border-bottom: 0.5px solid #CCC;
  position: fixed;
  width: 800px;
  background: #FFF;
  z-index: 2;
}

.fixheadermobile {
  top: 0px;
  padding: 25px 0 25px 0;
  border-bottom: 1px solid #AAA;
  position: fixed;
  width: 94%;
  background: #FFF;
  z-index: 2;
}


.cmaintitle {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 40px;
  -webkit-text-size-adjust: none;
  float: left;
  cursor: pointer;
}

.fakelink {
  cursor: pointer;
  color: #47F;
}

.fakelink:hover {
  text-decoration: none;
  color: #FF8C00;
}

.pagecopy {
  text-align: left;
  font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.58;
  letter-spacing: -.003em;
  font-weight: 400;
  font-style: normal;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 12px;
  font-size: 18px;
}

.pagecopymobile {
  text-align: left;
  font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.58;
  letter-spacing: -.003em;
  font-weight: 400;
  font-style: normal;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 12px;
  font-size: 40px;
  hyphen: auto;
}

.mainpanel {
  width: 600px;
  margin: auto;
  padding: 0 40px 0 40px;
  border-right: 5px solid #DDD;
  border-left: 5px solid #DDD;
  background: #FFF;
}

.mainpanelmobile {
  width: 100%;
  border: 0;
  padding: 0;
  margin: auto;
  background: #FFF;
}

.parahead {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 600;
  font-size: 20px;
  padding: 5px;
  background: #EEE;
}

.smalltext {
  font-size: 13px;
}

/* Endorsements Styles */
.equote {
  padding: 5px 20px 5px 20px;
}

.qcol {
  color: #777;
}