@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,300,700);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700);
@import "https://fonts.googleapis.com/css?family=Raleway:400,900,200,700";
.settings {
  width: 100%;
  height: 49px;
  background-color: #313544;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0;
  text-align: center;
  z-index: 5000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media (max-width: 800px) {
  .settings {
    position: fixed;
    top: 49px;
    z-index: 4000;
  }
}
.settings ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.settings ul li {
  display: inline-block;
  color: #ffffff;
  box-sizing: border-box;
  padding: 17px 20px;
  text-transform: uppercase;
  font-size: 9pt;
  color: rgba(255, 255, 255, 0.65);
  transition: 0.12s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 605px) {
  .settings ul li {
    font-size: 8pt;
    padding: 19px 10px 18px 10px;
  }
}
@media (max-width: 475px) {
  .settings ul li {
    font-size: 7pt;
    letter-spacing: -0.3px;
    padding: 20px 8px 20px 8px;
  }
}
@media (max-width: 430px) {
  .settings ul li {
    font-size: 6pt;
    padding: 20px 8px 20px 8px;
  }
}
@media (max-width: 390px) {
  .settings ul li {
    letter-spacing: -0.5px;
    padding: 21px 8px 21px 8px;
  }
}
.settings ul li:hover {
  color: #ffffff;
  transition: 0.12s;
  cursor: pointer;
  transition: 0.2s;
}
.settings ul li:hover ol {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.1s linear;
}
.settings ul li:nth-child(2) ol {
  padding: 20px 0;
}
.settings ul li ol {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  padding: 0;
  background-color: #242732;
  margin: 0;
  margin-top: 17px;
  width: 100%;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.18);
}
@media (max-width: 800px) {
  .settings ul li ol {
    box-sizing: border-box;
    padding: 8px 10px;
  }
}
.settings ul li ol li.theme {
  display: inline-block;
  padding: 30px 0px 30px 0px;
  margin: 20px 8px 20px 8px;
  text-align: center;
  transition: 0.12s;
  text-transform: none;
  color: rgba(49, 53, 68, 0.4);
  background-color: #ffffff;
  width: 150px;
  font-size: 12pt;
  line-height: 100%;
  vertical-align: middle;
  border: 3px solid #ffffff;
}
@media (max-width: 800px) {
  .settings ul li ol li.theme {
    width: 100px;
    padding: 20px 0 20px 0;
    font-size: 10pt;
    border: 2px solid #ffffff;
    margin: 5px 4px 5px 4px;
  }
}
.settings ul li ol li.theme:hover {
  background-color: #ffffff;
  border-color: #e9622e;
  transition: 0.12s;
  color: #313544;
}
.settings ul li ol li.theme.active {
  border-color: #e9622e;
  color: #313544;
}
.settings ul li ol li.theme:nth-child(1) {
  font-family: 'Pacifico', sans-serif;
}
.settings ul li ol li.theme:nth-child(2) {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
.settings ul li ol li.theme:nth-child(3) {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.settings ul li ol li.theme:nth-child(4) {
  font-family: 'Arvo', serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.settings ul li ol li.adjustment {
  width: 200px;
  text-align: center;
  display: inline-block;
  padding: 20px 0;
  vertical-align: top;
}
@media (max-width: 625px) {
  .settings ul li ol li.adjustment {
    width: 80%;
    margin: 0 10%;
  }
}
.settings ul li ol li.adjustment:hover {
  cursor: default;
}
.settings ul li ol li.adjustment input {
  display: block;
}
.settings ul li ol li.adjustment label {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 8pt;
  text-transform: none;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-transform: uppercase;
}
.settings ul li ol li.adjustment label u {
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  padding: 1px;
  margin: 0 0 0 5px;
  font-weight: bolder;
  color: #ffffff;
}
.settings ul li ol li.adjustment #line-height-range,
.settings ul li ol li.adjustment #font-size-range {
  -webkit-appearance: none;
  width: 100%;
  background-color: transparent;
  border: none;
  margin: 6px 0 20px 0;
}
.settings ul li ol li.adjustment #line-height-range::-webkit-slider-thumb,
.settings ul li ol li.adjustment #font-size-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0px solid white;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  margin-top: -6px;
}
.settings ul li ol li.adjustment #line-height-range::-webkit-slider-runnable-track,
.settings ul li ol li.adjustment #font-size-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #e9622e;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.settings ul li ol li.adjustment #show-icons-checkbox {
  margin: 0 0 0 0 !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.settings ul li ol li.adjustment #show-icons-checkbox-label {
  line-height: 1.55em;
  margin: 2px 0 0 0;
}
.settings ul li ol li.adjustment #show-icons-checkbox-label:hover {
  cursor: pointer;
}
.settings ul li ol li.adjustment #show-icons-checkbox-label .divider {
  font-size: 7pt;
  padding: 0 2px 0 2px;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-weight: bolder;
  position: relative;
  top: -2px;
}
.settings ul li ol li.adjustment #show-icons-checkbox-label b {
  font-size: 12pt;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin: 0 auto;
  display: inline-block;
  transition: 0.12s;
}
.settings ul li ol li.adjustment #show-icons-checkbox-label b:hover {
  color: #ffffff;
  transition: 0.12s;
}
.settings ul li ol li.adjustment #show-icons-checkbox-label b.active {
  color: #ffffff;
  transition: 0.12s;
}
.hint,
.input-hint {
  font-size: 8.5pt;
  text-align: center;
  letter-spacing: 0.25px;
  line-height: 1.5em;
  display: block;
  font-weight: lighter;
  color: rgba(58, 63, 82, 0.55);
  position: relative;
  top: -18px;
}
@media (max-width: 800px) {
  .hint,
  .input-hint {
    top: 10px;
    font-size: 7pt;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
  }
}
.input-hint {
  top: 2px;
}
@media (max-width: 800px) {
  .input-hint {
    top: 40px;
    font-size: 7pt;
  }
}
.switchviews {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  top: -6px;
}
.switchviews span {
  display: block;
  font-size: 8pt;
  color: rgba(49, 53, 68, 0.5);
  letter-spacing: 0.5px;
  padding: 0 0 3px 0;
}
.switchviews a {
  box-sizing: border-box;
  padding: 6px 12px;
  background-color: rgba(233, 98, 46, 0.7);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 8pt;
  letter-spacing: 0.75px;
  border-radius: 3px;
}
.switchviews a:hover {
  cursor: pointer;
  background-color: rgba(233, 98, 46, 0.9);
}
.switchviews a.active {
  background-color: #e9622e;
}
@media (max-width: 800px) {
  .switchviews {
    margin-top: 30px;
  }
}
.settings-scrolled {
  top: 49px;
  position: fixed;
  left: 0;
  z-index: 3000;
  width: 100%;
}
#toolbar-spacer {
  width: 100%;
  height: 75px;
}
.modal-lightbox {
  width: 100%;
  height: 100%;
  background-color: rgba(14, 28, 52, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
}
@media (max-width: 800px) {
  .modal-lightbox {
    height: 110%;
  }
}
.text-edit-modal {
  border-radius: 3px;
  width: 400px;
  box-sizing: border-box;
  padding: 14px 25px 19px 25px;
  background-color: #ffffff;
  position: fixed;
  top: 25%;
  left: 50%;
  margin-left: -200px;
  z-index: 1100000000;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 450px) {
  .text-edit-modal {
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
}
.text-edit-modal h6 {
  margin: 0;
  padding: 0;
  font-size: 10pt;
  text-transform: uppercase;
  color: #313544;
  margin-bottom: 25px;
  text-align: center;
}
.text-edit-modal i {
  float: right;
  margin: -42px 0 5px 0;
  position: relative;
  left: 10px;
  color: rgba(49, 53, 68, 0.3);
  transition: 0.12s;
}
.text-edit-modal i:hover {
  cursor: pointer;
  color: rgba(49, 53, 68, 0.8);
  transition: 0.12s;
}
.text-edit-modal input {
  background-color: #f2f2f2;
  width: 100%;
}
.text-edit-modal .modal-save {
  background-color: #e9622e;
  border: none;
  color: rgba(255, 255, 255, 0.85);
  width: 40%;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin: 30px 0 0 30%;
  font-size: 8pt;
  box-sizing: border-box;
  padding: 12px 0;
  transition: 0.12s;
}
.text-edit-modal .modal-save:hover {
  cursor: pointer;
  color: #ffffff;
  transition: 0.12s;
}
.text-edit-modal .info {
  font-weight: lighter;
  font-size: 8pt;
  text-align: center;
  color: rgba(58, 63, 82, 0.9);
  line-height: 1.6em;
  display: block;
}
.text-edit-modal .info small {
  display: block;
  padding: 10px 0 0 0;
  font-size: 8pt;
  letter-spacing: 0.5px;
}
.editable-header {
  transition: 0.12s;
  background-color: rgba(233, 98, 46, 0.2);
  box-sizing: border-box;
  padding: 0 15px;
}
.editable-header:hover {
  cursor: pointer;
  transition: 0.12s;
  background-color: rgba(233, 98, 46, 0.4);
}
#pdf-instructions {
  background-color: #ffffff;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  min-height: 20px;
  z-index: 5000;
  box-sizing: border-box;
  padding: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #3a3f52;
  text-align: justify;
}
@media (max-width: 800px) {
  #pdf-instructions {
    width: 90%;
    left: 5%;
    margin-left: 0;
    text-align: left;
    top: 65px;
  }
}
#pdf-instructions .close {
  position: absolute;
  right: 12px;
  top: 10px;
  color: rgba(58, 63, 82, 0.5);
  transition: 0.12s;
}
#pdf-instructions .close:hover {
  cursor: pointer;
  color: #3a3f52;
  transition: 0.12s;
}
#pdf-instructions .text h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14pt;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 800px) {
  #pdf-instructions .text h1 {
    font-size: 12pt;
    line-height: 1.2em;
  }
}
#pdf-instructions .text h2 {
  font-size: 12pt;
  margin: 0 auto;
  padding: 5px 0;
}
@media (max-width: 800px) {
  #pdf-instructions .text h2 {
    font-size: 11pt;
  }
}
#pdf-instructions .text p {
  font-size: 9.5pt;
  margin: 0 auto;
  padding: 5px 0;
}
@media (max-width: 800px) {
  #pdf-instructions .text p {
    font-size: 8pt;
  }
}
#pdf-instructions .text p em {
  font-size: 11pt;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media (max-width: 800px) {
  #pdf-instructions .text p em {
    font-size: 9pt;
  }
}
#pdf-instructions .text .social-links {
  text-align: center;
}
#pdf-instructions .text .social-links h6 {
  font-size: 10pt;
  color: rgba(58, 63, 82, 0.5);
  padding: 0;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 400;
}
#pdf-instructions .text .social-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14pt;
  box-sizing: border-box;
  padding: 0 0 0 1px;
  height: 40px;
  background-color: #e9622e;
  width: 40px;
  display: inline-block;
  margin: 5px 4px 0 4px;
  border-radius: 20px;
  line-height: 42px;
  text-align: center;
  transition: 0.12s;
}
@media (max-width: 800px) {
  #pdf-instructions .text .social-links a {
    font-size: 12pt;
    height: 30px;
    width: 30px;
    line-height: 32px;
  }
}
#pdf-instructions .text .social-links a:hover {
  color: #ffffff;
  transition: 0.12s;
}
#pdf-instructions .text .button {
  background-color: #e9622e;
  color: #ffffff;
  box-sizing: border-box;
  padding: 10px 16px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 9pt;
  font-weight: bolder;
  font-family: 'Montserrat', sans-serif;
  margin: 14px 0 0 0;
  float: left;
  border-radius: 3px;
}
@media (max-width: 800px) {
  #pdf-instructions .text .button {
    font-size: 8pt;
    padding: 10px 10px;
    letter-spacing: 0px;
  }
}
#pdf-instructions .text .button:hover {
  cursor: pointer;
  transition: 0.12s;
  background-color: rgba(233, 98, 46, 0.8);
}
#pdf-instructions .text .button.proceed {
  background-color: #29cdb5;
  float: right;
}
#pdf-instructions .text .button.proceed:hover {
  background-color: rgba(41, 205, 181, 0.8);
}
#pdf-instructions .text a:hover {
  cursor: pointer;
}
#pdf-instructions .videos h1 {
  padding: 0px 0 10px 0;
  margin: 0 auto;
  font-size: 14pt;
}
#pdf-instructions .videos span {
  font-size: 8pt;
  box-sizing: border-box;
  background-color: #f2f2f2;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 3px;
  margin: 0 4px 0 4px;
  letter-spacing: 1px;
  transition: 0.12s;
  text-transform: uppercase;
  font-weight: bolder;
}
#pdf-instructions .videos span.active {
  background-color: #e9622e;
  color: #ffffff;
  transition: 0.12s;
}
#pdf-instructions .videos span:hover {
  background-color: rgba(233, 98, 46, 0.8);
  transition: 0.12s;
  color: #ffffff;
  cursor: pointer;
}
#pdf-instructions .videos video {
  margin: 15px auto;
  width: 80%;
  max-width: 600px;
  display: block;
  border: 3px solid #e9622e;
}
#pdf-instructions .contribute h1 {
  padding: 0px 0 10px 0;
  margin: 0 auto;
  font-size: 14pt;
}
