@font-face {
  font-family: 'Fakt';
  src: url('https://assets.newrepublic.com/fonts/Fakt-Blond.woff2') format('woff2'), url('https://assets.newrepublic.com/fonts/Fakt-Blond.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Fakt';
  src: url('https://assets.newrepublic.com/fonts/Fakt-Normal.woff2') format('woff2'), url('https://assets.newrepublic.com/fonts/Fakt-Normal.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Fakt';
  src: url('https://assets.newrepublic.com/fonts/Fakt-Bold.woff2') format('woff2'), url('https://assets.newrepublic.com/fonts/Fakt-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Fakt';
  src: url('https://assets.newrepublic.com/fonts/Fakt-BoldItalic.woff2') format('woff2'), url('https://assets.newrepublic.com/fonts/Fakt-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Tiempos Fine';
  src: url('https://assets.newrepublic.com/fonts/tiempos-fine-web-regular.woff2') format('woff2'), url('https://assets.newrepublic.com/tiempos-fine-web-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

#content + .clearfix + .row {
  display: none;
}

#display_form_poweredby {display: none;}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Fakt', sans-serif;
  background: #F5F5F5;
  margin: 0;
}

h1, h2, h3, h4 {
  font-family: 'Fakt', sans-serif;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
  margin: 0 0 5px;
  font-weight: 300;
}


@media screen and (min-width: 768px) {
  h3 + p {
    max-width: 60%;
  }
}

p {
  font-family: 'Fakt';
  margin-top:0;
  font-weight:normal;
}

p a {
  text-decoration: underline;
}

a {
  color: black;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex-2>div {
  width: 50%;
}

.flex-3>div {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .flex-2,
  .flex-3 {
    flex-wrap: wrap;
  }
  .flex-2>div {
    width:100%;
  }
  .flex-3>div {
    width: 100%;
  }
}


/* header */

header {
  text-align: center;
  font-size: 28px;
  background: white;
}

header h2 {
  font-size: 28px;
  font-weight: 300;
  margin: 0;
}

@media screen and (max-width: 768px) {
  header h2 {
    font-size: 16px;
  }
}

header .logo {
  display: block;
  max-width: 970px;
  margin: 0 auto;
  padding: 30px 0;
}

header .logo .stacked {
  display: none;
}

@media screen and (max-width: 768px) {
  header .logo .horizontal {
    display: none;
  }
  header .logo .stacked {
    display: block;
  }
}

header .subhead {
  font-family: 'Fakt', sans-serif;
  font-size: 20px;
  padding: 40px 0;
  color: black;
  text-align: center;
  background: #F5F5F5;
}

@media only screen and (max-width: 768px) {
  .flex-2>div {
    width: 100%;
  }
  header .logo {
    max-width: 300px;
  }
}

/* footer */
footer {
  display: flex;
  background: #DDDDDD;
  padding: 40px;
  justify-content: space-around;
  margin-top: 130px;
}

footer a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 15px;
  }
}

footer>div {
  display: flex;
  flex-flow: column;
}

footer p {
  margin-top: 0;
}

footer>div:first-child .monogram {
  display: block;
}

footer>div:first-child div:first-child {
  flex-grow: 1;
}

footer>div:first-child div:last-child {
  flex-grow: 0;
}

footer>div:last-child {
  max-width: 500px;
}

footer>div:last-child .monogram {
  display: none;
}

footer svg {
  max-width: 98px;
}

@media only screen and (max-width: 940px) {
  footer {
    flex-flow: column;
  }
  footer>div {
    margin-bottom: 20px;
  }
  footer>div:first-child .monogram {
    display: none;
  }
  footer>div:last-child .monogram {
    margin-top: 60px;
    display: block;
  }
}

.newsletter-container {
  margin: 0 auto;
  max-width: 800px;
  padding: 30px;
  background: white;
}

.newsletter-container .email-container input.email {
  border: 0;
  border-bottom: 1px solid black;
  width: 100%;
  padding: 10px 5px !important;
  font-size: 20px;
  font-weight: 300;
  margin-top: 40px;
  border-radius: 0 !important;
}

.newsletter-container .email-container {
  margin-bottom: 40px;
}

.newsletter-container .email-container input.email::placeholder {
  color: #868686;
}

.form_product_container .form_product {
  padding: 20px 0;
  border-top: 1px solid #DDD;
}

.form_product_container .form_product:last-child {
  border-bottom: 1px solid #DDD;
}

/*  */

.form_product_container .form_product .customCheckbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
}

.form_product_container .form_product div div:nth-child(2).form-check label {
  display: none;
}

.form_product_container .form_product .form-check {
  padding-left: 0 !important;
  display: flex !important;
}

.form_product_container .form-check-input {
  -webkit-appearance: none;
  appearance: none;
  margin: 0 !important;
  width: 0;
  height: 0;
}

.form_product_container .form_product .customCheckbox div {
  cursor: pointer;
  width: 22px;
  height: 22px;
  border: 1px solid black;
  transition: all .5s ease-in-out;
}

.form_product_container .form_product .customCheckbox div:hover {
  background: rgba(255,255,255,0.5);
}

.form_product_container .form_product .customCheckbox input:checked~div::before {
  position: absolute;
  content: "\2713";
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
  display: block;
  width: 22px;
  line-height: 20px;
  top: 0px;
  left: 0px;
  border: 1px solid black;
  background: #FFD500;
}

/*  */

/* cpatcha */

.captcha {
  margin: 20px 0;
}

.captcha + button {
  margin-bottom: 20px;
}

@media screen and (max-width: 320px) {
  .captcha #oc-captcha {
    transform:scale(0.96);
    transform-origin:0 0;
  }
}


/* Buttons */
.button {
  -webkit-font-smoothing: antialiased;
  display: block;
  border: 0;
  line-height: 58px;
  width: 100%;
  max-width: 190px;
  font-size: 17px;
  color: black;
  margin-top: 15px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  background: #FFD500;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.button:hover {
  color: #FFD500;
  background: black;
}