/* Imports the Roboto variable font */
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-VariableFont_wdth,wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-stretch: 50% 200%;
}

/* Imports the Italic version of the Roboto variable font*/
@font-face {
  font-family: "Roboto Italic";
  src: url("./fonts/Roboto-Italic-VariableFont_wdth,wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-stretch: 50% 200%;
  font-style: italic;
}

* {
  box-sizing: border-box;
  font-family: "Roboto", "Arial", sans-serif;
}

html,
body {
  padding: 0;
  margin: 0;
  min-width: 320px;
  font-family: "Roboto", "Arial", sans-serif;
}
body {
  background: #f9f9f9;
  font-size: 16px;
  line-height: 26px;
  color: #111;
}
a {
  color: #0055d4;
  text-decoration-color: #abcbfb;
}
a:hover {
  color: #111;
}
label {
  cursor: pointer;
  color: #444;
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
}
.section {
  margin-bottom: 45px;
}

input[type="text"],
input[type="email"],
input[type="password"],
select {
  padding: 10px 18px 10px 28px;
  border: 1px solid #888;
  border-radius: 3px;
  width: 100%;
  box-shadow: 2px 2px 0 #f3f3f3;
  border: 1px solid #ddd;
  font-size: 1em;
  border: 1px solid #000;
  border-left: 1px solid #000;
  margin: 20px 0px;
  height: 59px;
}
input:focus {
  border: 1px solid #000;
  border-left: 6px solid #000;
  background-color: #fefefe;
  outline: none;
  outline-offset: unset;
  padding-left: 23px;
}

.inputfield {
  position: relative;
}

input[type="text"].notice {
  padding-right: 62px !important;
}

label.floating-label {
  font-size: 13px;
  line-height: 17px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  position: absolute;
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  top: 1px;
  left: 23px;
  background-color: #fff;
  padding: 2px 5px;
  opacity: 1;
}

input:focus::placeholder {
  color: transparent;
}

input[disabled] {
  opacity: 0.5;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}
.error {
  color: #ff5722;
}

button {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  line-height: 125%;
  background-color: rgba(78, 78, 78, 1);
  color: #fff;
  text-align: center;
  display: inline-block;
  height: 49px;
  border-radius: 49px;
  border: none;
  padding: 12px 40px;
  vertical-align: middle;
  margin: 40px 30px 40px -1px;
  transition: transform 250ms ease-in-out;
  cursor: pointer;
}

button:hover,
button:focus {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}



a.button {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  background-color: rgba(78, 78, 78, 1);
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 49px;
  border: none;
  padding: 12px 40px;
  vertical-align: middle;
  margin: 40px 30px 40px -1px;
  transition: transform 250ms ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
a.button:hover,
a.button:focus {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  text-decoration: none;
}

.container {
  margin: 60px auto 15px auto;
  max-width: 550px;
}

.wrap {
  background: #fff;
  padding: 40px;
  box-shadow: 2px 2px 0 #f3f3f3;
  border: 1px solid #eee;
}

.header {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.header .logo img {
  width: auto;
  max-width: 150px;
}

.unsub-all {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.row {
  margin-bottom: 20px;
}
.lists {
  list-style-type: none;
  padding: 0;
}
.lists li {
  margin: 0 0 5px 0;
}
.lists .description {
  margin: 0 0 15px 0;
  font-size: 0.875em;
  line-height: 1.3rem;
  color: #888;
  margin-left: 25px;
}
.form .nonce {
  display: none;
}
.form .captcha {
  margin-top: 30px;
}

.archive {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}
.archive .date {
  display: block;
  color: #666;
  font-size: 0.875em;
}
.archive li {
  margin-bottom: 15px;
}
.feed {
  margin-right: 15px;
}

.home-options {
  margin-top: 30px;
}
.home-options a {
  margin: 0 7px;
}

.pagination {
  margin-top: 30px;
  text-align: center;
}
.pg-page {
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
}
.pg-page.pg-selected {
  text-decoration: underline;
  font-weight: bold;
}

.login .submit {
  margin-top: 20px;
}

#btn-back {
  display: none;
}

footer.container {
  margin-top: 15px;
  text-align: center;
  color: #aaa;
  font-size: 0.775em;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer a {
  color: #aaa;
  text-decoration: none;
}
footer a:hover {
  color: #111;
}

@media screen and (max-width: 650px) {
  .wrap {
    margin: 0;
    padding: 30px;
    max-width: none;
  }
}
