/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  background-color: #fabebe;
  /* background-color: #ff2800; */  
  font-family: "Open Sans Condensed", "Arial", "Helvetica", sans-serif;
  font-weight: 700; }

* {
  box-sizing: border-box; }

.container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 35px 99px; }

img {
  width: auto;
  max-width: 100%;
  height: auto; }

p {
  margin: 0;
  padding: 0; }

.btn-submit {
  width: auto;
  max-width: 360px;
  display: inline-block;
  padding: 12px 26px;
  border: 2px solid transparent;
  border-radius: 0;
  box-shadow: none;
  background-color: #2f1459;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  cursor: pointer;
  outline: none; }
.btn-submit:hover {
  border-color: #2f1459;
  background-color: #ffffff;
  color: #2f1459; }

header {
  margin-bottom: 85px;
  font-size: 0; }
header .motto-block, header .logo-block {
  display: inline-block;
  vertical-align: middle; }
header .motto-block {
  width: 70%;
  font-size: 32px;
  text-transform: uppercase;
  color: #2f1459; }
header .motto-block p {
  line-height: 36px; }
header .logo-block {
  width: 30%;
  text-align: right; }
header .logo-block img {
  max-width: 36%; }

.content-wrapper {
  text-align: center;
  color: #ffffff; }
.content-wrapper h3 {
  margin: 60px 0 46px;
  font-size: 24px;
  line-height: 1.2; }

form {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 55px; }
form .subscribe-form-row {
  width: 100%;
  margin-bottom: 25px; }
form .subscribe-form-row:last-of-type {
  margin-bottom: 35px; }
form label {
  display: block;
  margin-bottom: 11px;
  font-size: 20px;
  text-align: left; }
form input:not([type='submit']) {
  width: 100%;
  max-width: 360px;
  padding: 10px 20px;
  border: 0;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  color: #002323; }
form input:not([type='submit']).placeholder {
  opacity: .5;
  color: #002323;
  font-size: 13px;
  font-weight: 300; }
form input:not([type='submit']):-moz-placeholder {
  opacity: .5;
  color: #002323;
  font-size: 13px;
  font-weight: 300; }
form input:not([type='submit'])::-moz-placeholder {
  opacity: .5;
  color: #002323;
  font-size: 13px;
  font-weight: 300; }
form input:not([type='submit']):-ms-input-placeholder {
  opacity: .5;
  color: #002323;
  font-size: 13px;
  font-weight: 300; }
form input:not([type='submit'])::-webkit-input-placeholder {
  opacity: .5;
  color: #002323;
  font-size: 13px;
  font-weight: 300; }
form label.error {
  width: 100%;
  display: inline-block;
  margin: 5px 0 0;
  font-size: 14px;
  font-style: italic;
  text-align: left; }

footer p {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff; }
footer img {
  max-width: 17%; }

@media all and (max-width: 992px) {
  .container {
    padding: 65px 45px 35px; } }
@media all and (max-width: 768px) {
  header .motto-block {
    font-size: 25px; }
  header .logo-block img {
    max-width: 100%; } }
@media all and (max-width: 640px) {
  .container {
    padding: 37px 31px 56px; }

  .content-wrapper h3 {
    margin: 45px 0; } }
@media all and (max-width: 480px) {
  header {
    margin-bottom: 40px; }
  header .motto-block p {
    font-size: 14px;
    line-height: 1.2; }

  .container {
    padding-bottom: 10px; }
  .container footer img {
    max-width: 63%; }

  .content-wrapper h3 {
    margin: 25px 0;
    font-size: 16px;
    line-height: 1.2; }

  form {
    margin-bottom: 33px; }
  form label {
    font-size: 14px;
    line-height: 1.4; }
  form input:not([type='submit']) {
    padding: 11px 18px;
    font-size: 13px; }
  form input:not([type='submit']).placeholder {
    font-size: 13px; }
  form input:not([type='submit']):-moz-placeholder {
    font-size: 13px; }
  form input:not([type='submit'])::-moz-placeholder {
    font-size: 13px; }
  form input:not([type='submit']):-ms-input-placeholder {
    font-size: 13px; }
  form input:not([type='submit'])::-webkit-input-placeholder {
    font-size: 13px; }
  form input:not([type='submit'])[type='submit'] {
    font-size: 20px;
    padding: 12px 20px; }
  form .subscribe-form-row {
    margin-bottom: 15px; }
  form .subscribe-form-row:last-of-type {
    margin-bottom: 20px; }

  .btn-submit {
    width: 100%;
    text-align: center;
    padding: 12px 29px;
    font-size: 20px; }

  footer {
    text-align: center; }
  footer p {
    font-size: 14px; } }

/*# sourceMappingURL=base.css.map */
