html {
  background-color: #f4f4f4;
}

i {
  font-style: italic;
}

.center {
  text-align: center;
}

.login .page-title a {
  word-spacing: 15px;
}

.hidden {
  display: none;
}

.site-footer {
  border-top: 2px solid #4e4e4e;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 25px;
}

.site-footer a {
  text-decoration: none;
  color: #000;
}

.site-footer a:hover {
  text-decoration: underline;
}

.mc {
  max-width: 360px;
  margin: 0 auto;
  padding: 30px 0;
  font-family: "Benton Sans", sans-serif;
  color: #757575;
}

.join-accounts .mc,
.forgot-password .mc {
  color: #000;
}

.forgot-password .mc {
  line-height: 20px;
}

.mc .row:not(:last-child) {
  margin-bottom: 20px;
}

.mc .icon {
  height: 44px;
}

.mc .icon img {
  width: 44px;
  vertical-align: middle;
  margin: auto 20px;
}

.mc .small {
  font-size: 12px;
  line-height: 16px;
}

.mc input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.mc select {
  color: #757575;
  font-size: 12px;
  line-height: 16px;
  height: 40px;
  width: 100%;
  border: 0;
  outline: 1px solid #ccc;
  outline-offset: -1px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mc .errors {
  color: #f00;
}

.mc fieldset .errors {
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 0;
}

.mc .register-btn {
  background-color: #4a4a4a;
}

.mc .register-btn:hover {
  text-decoration: none;
  background-color: #393939;
}

.mc .terms-of-service {
  font-size: 12px;
  line-height: 16px;
  height: 40px;
  width: 100%;
  border: 0;
}

.mc .terms-of-service label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}

.mc .terms-of-service input {
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  top: -1px;
  vertical-align: bottom;
  position: relative;
  overflow: hidden;
}

.mc .page-header {
  width: 360px;
  color: #4a4a4a;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 24px;
}

.mc .show-hide,
.mc .optional {
  margin-right: 10px;
  float: right;
  margin-top: -24px;
  font-size: 9px;
  line-height: 12px;
  z-index: 5;
  position: relative;
}

.mc .show-hide:hover,
.mc .optional:hover {
  text-decoration: none;
}

.mc .input-message {
  margin: 5px 10px 0;
  text-align: right;
  font-size: 10px;
}

.mc .subscribe {
  text-align: center;
  font-size: 11px;
}

.mc hr {
  position: relative;
  margin: 15px auto;
}

.mc hr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
}

.mc hr:after {
  padding: 0 1.5em;
}

.mc hr.text {
  line-height: 1em;
  color: #000;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}

.mc hr.text:before {
  background-color: #000;
  left: 0;
  top: 50%;
}

.mc hr.text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  line-height: 1.5em;
  color: #000;
  background-color: #fff;
}

.mc hr.no-text:before {
  background-color: #9b9b9b;
}

.mc hr.no-text:after {
  content: "";
}

.mc a,
.tingle-modal a {
  text-decoration: none;
  color: #000;
}

.mc a:hover,
.tingle-modal a:hover {
  text-decoration: underline;
}

.mc a:hover.btn,
.tingle-modal a:hover.btn {
  text-decoration: none;
}

.mc .modal-link,
.tingle-modal .modal-link {
  color: #81cc48;
  font-size: 10px;
}

.mc .btn,
.tingle-modal .btn {
  font-size: 13px;
  text-transform: none;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-appearance: none;
}

.mc .facebook-btn,
.tingle-modal .facebook-btn {
  background: #4968ad url("/images/facebook-white-logo.svg") no-repeat 10px center;
  background-size: 25px;
}

.mc .facebook-btn:hover,
.tingle-modal .facebook-btn:hover {
  text-decoration: none;
  background-color: #425d9b;
}

@media only screen and (max-width: 825px) {
  .site-header .back-to-homepage {
    margin-top: -50px;
  }

  .site-header .page-title h3 {
    margin-bottom: 0;
  }

  .login .page-title a {
    word-spacing: 5px;
  }
}

@media only screen and (max-width: 450px) {
  .site-header .back-to-homepage {
    margin-top: -40px;
    margin-left: 0;
  }

  .site-header .back-to-homepage img {
    height: 38px;
  }

  .mc {
    margin-left: -20px;
    margin-right: -20px;
    max-width: initial;
  }

  .mc .panel {
    border-right: 0;
    border-left: 0;
  }

  .mc .page-header {
    width: 100% !important;
  }
}

@media only screen and (max-width: 350px) {
  .site-header .back-to-homepage {
    margin-top: -40px;
  }

  .site-header .back-to-homepage img {
    height: 28px;
  }

  .page-title a {
    font-size: 22px !important;
  }
}

.tingle-modal {
  background: rgba(51, 51, 51, 0.8);
}

.tingle-modal__closeIcon {
  position: absolute;
  top: 10px;
  right: 28px;
  color: #000;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1;
}

.tingle-modal__close {
  position: absolute;
  top: -26px;
  right: -38px;
  text-align: right;
  background-color: transparent;
}

.tingle-modal__close:hover {
  color: #000;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
}

.tingle-modal-box__content {
  padding: 1.5rem;
  text-align: center;
}

@media (max-width: 540px) {
  .tingle-modal-box {
    margin-top: 40%;
  }

  .tingle-modal__closeIcon {
    font-size: 2rem;
    position: absolute;
    right: -18px;
  }

  .tingle-modal__close {
    text-align: right;
    float: right;
    background-color: transparent;
  }
}

