/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 8, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 18, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 31, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 50, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 61, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 70, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 79, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 92, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 102, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 115, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 125, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 134, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 143, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 152, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 187, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 202, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 210, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 222, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 234, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 243, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 257, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 270, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 279, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 289, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 300, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 311, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 323, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 334, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 347, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 360, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 369, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 379, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 389, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 398, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 407, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 417, /WORK/Git/thenewcolor/app/assets/stylesheets/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* line 1, /WORK/Git/thenewcolor/app/assets/stylesheets/global.scss */
html,
body {
  min-width: 320px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  background-image: url(/assets/bg-34ad6ac43d64970b986fa3630c86bff462dcd00a981fb6d434a258bfef6cf355.jpg);
  background-position: top center;
  background-size: 100% 220vh;
  background-repeat: no-repeat;
}

/* line 20, /WORK/Git/thenewcolor/app/assets/stylesheets/global.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 28, /WORK/Git/thenewcolor/app/assets/stylesheets/global.scss */
figure {
  margin: 0;
}

/* line 32, /WORK/Git/thenewcolor/app/assets/stylesheets/global.scss */
a {
  text-decoration: none;
}

/* line 1, /WORK/Git/thenewcolor/app/assets/stylesheets/header.scss */
header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
}
/* line 12, /WORK/Git/thenewcolor/app/assets/stylesheets/header.scss */
header .logo {
  display: inline-block;
  float: left;
  font-weight: bold;
  font-size: 21px;
  margin-left: 20px;
  color: #000000;
}
/* line 20, /WORK/Git/thenewcolor/app/assets/stylesheets/header.scss */
header .logo sup {
  font-size: 11px;
  font-weight: normal;
}
/* line 25, /WORK/Git/thenewcolor/app/assets/stylesheets/header.scss */
header .logo span {
  font-weight: normal;
}
/* line 30, /WORK/Git/thenewcolor/app/assets/stylesheets/header.scss */
header .menu {
  display: inline-block;
  float: right;
  margin-right: 40px;
}
/* line 35, /WORK/Git/thenewcolor/app/assets/stylesheets/header.scss */
header .menu a {
  font-weight: 600;
  font-size: 14px;
  margin-left: 40px;
  color: #000000;
}
/* line 41, /WORK/Git/thenewcolor/app/assets/stylesheets/header.scss */
header .menu a:hover {
  opacity: 0.7;
}

/* line 1, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.main {
  min-width: 1024px;
  width: 100%;
  height: auto;
}
/* line 6, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.main .slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
/* line 12, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.main .slide1 {
  line-height: 100vh;
  text-align: center;
  padding-top: 60px;
}
/* line 17, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.main .slide1 h1 {
  color: #ffffff;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  display: inline-block;
  width: 700px;
}
/* line 28, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.main .slide2 {
  line-height: 100vh;
  text-align: center;
}
/* line 32, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.main .slide2 h1 {
  display: inline-block;
  color: #000000;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  display: inline-block;
}
/* line 40, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.main .slide2 h1 .introducing {
  font-size: 27px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 40px;
}
/* line 47, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.main .slide2 h1 .color-title {
  position: relative;
  padding-right: 60px;
  padding-left: 60px;
}
/* line 52, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.main .slide2 h1 .color-title sup {
  font-size: 21px;
  font-weight: 600;
  top: 15px;
  right: 10px;
  position: absolute;
}

/* line 68, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block {
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* line 74, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .video {
  display: block;
  width: 100%;
  height: 600px;
}
/* line 80, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-title {
  font-size: 40px;
  margin-bottom: 60px;
  color: #000000;
  text-align: center;
  margin-top: 100px;
}
/* line 87, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-title.white {
  color: #ffffff;
}
/* line 91, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-title.no-bottom-margin {
  margin-bottom: 0px;
}
/* line 97, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-subtitle {
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 104, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-subtitle.white {
  color: #ffffff;
}
/* line 109, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-texts {
  max-width: 960px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 220px;
  margin-bottom: 220px;
}
/* line 116, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-texts--titled {
  margin-top: 100px;
}
/* line 119, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-texts--smallmargin {
  margin-top: 100px;
  margin-bottom: 100px;
}
/* line 124, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-texts .block-text {
  float: left;
  width: 460px;
  margin-right: 40px;
  font-size: 17px;
  line-height: 28px;
  color: #404040;
}
/* line 133, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-texts .block-text h2 small {
  font-size: 17px;
  font-weight: normal;
  display: block;
}
/* line 140, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-texts .block-text:last-of-type {
  margin-right: 0px;
}
/* line 144, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-texts .block-text.white {
  color: #ffffff;
}
/* line 149, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-texts .block-event {
  float: left;
  height: 200px;
  font-size: 13px;
  line-height: 23px;
  width: 280px;
  margin-right: 60px;
}
/* line 157, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-texts .block-event:nth-child(3n) {
  margin-right: 0px;
}
/* line 161, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-texts .block-event strong {
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
/* line 170, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-statement {
  width: 100%;
  height: 475px;
  line-height: 475px;
  text-align: center;
  background-image: url(/assets/statement-05b333a9d98b75d1e9910634884d05e0b292dd224a477b129783edb6c95400ad.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 181, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-statement .block-statement-title {
  display: inline-block;
  color: #ffffff;
  font-size: 29px;
  line-height: 50px;
}
/* line 189, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-info {
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 100px;
}
/* line 195, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-info .block-info-text {
  float: left;
  width: 340px;
  margin-right: 280px;
  font-size: 17px;
  line-height: 28px;
  color: #404040;
  height: 320px;
}
/* line 205, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-info .block-info-text h3 {
  text-align: center;
  font-size: 27px;
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 213, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-info .block-info-text p.small {
  font-size: 13px;
  line-height: 23px;
}
/* line 219, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-info .block-info-text:nth-child(2n) {
  margin-right: 0px;
}
/* line 226, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-creators {
  width: 100%;
  height: 380px;
  background-image: url(/assets/creators-5ec8b672cf14a85ec9e4aa630ba37c88e440f8d584d53903b57c870509594799.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 236, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-subscribe {
  width: 100%;
  height: 475px;
  line-height: 475px;
  text-align: center;
  background-image: url(/assets/subscribe-7d2ae59c928cc60f09ae4fadd3c8a73d3a934909631bb4b5ee97653ad8d667a6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 247, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-subscribe .block-subscribe-title {
  display: inline-block;
  color: #ffffff;
  font-size: 29px;
  line-height: 50px;
}
/* line 254, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-subscribe form {
  width: 470px;
  display: block;
  margin: 0 auto;
}
/* line 259, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-subscribe form input[type=text] {
  float: left;
  border: 0px;
  background: transparent;
  color: #ffffff;
  font-size: 22px;
  line-height: 50px;
  height: 57px;
  width: 300px;
}
/* line 269, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-subscribe form input[type=submit] {
  float: right;
  border: 0px;
  border-radius: 30px;
  background-color: #ffffff;
  color: #000000;
  font-size: 22px;
  line-height: 57px;
  height: 57px;
  width: 150px;
  cursor: pointer;
}
/* line 281, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-subscribe form input[type=submit]:hover {
  opacity: 0.7;
}
/* line 288, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-contact {
  max-width: 820px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 35px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
/* line 301, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-share {
  width: 155px;
  margin: 0 auto;
  margin-bottom: 200px;
}
/* line 306, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-share .twitter-share-button {
  display: block;
  float: left;
  margin-left: 20px;
  margin-top: 6px;
}
/* line 313, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block .block-share .fb_iframe_widget {
  display: block;
  float: left;
}
/* line 320, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block.block-impact {
  background-image: url(/assets/impact-e8f5c18442432fee78d682d13a2135e1aa9fb6a834aae3bd355196eb40cb7848.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 327, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
.content-block.block-info-container {
  background-image: url(/assets/bg2-0822ee41b518e554cd66993fe4f3431b3d94cdbfff9c31d4071d5bd9dd823730.jpg);
  background-position: top center;
  background-size: 100% 1500px;
  background-repeat: no-repeat;
}

/* line 339, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

/* line 343, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

/* line 347, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

/* line 351, /WORK/Git/thenewcolor/app/assets/stylesheets/main.scss */
input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

/* line 1, /WORK/Git/thenewcolor/app/assets/stylesheets/footer.scss */
footer {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 6, /WORK/Git/thenewcolor/app/assets/stylesheets/footer.scss */
footer .footer-inner {
  width: 960px;
  margin: 0 auto;
}
/* line 11, /WORK/Git/thenewcolor/app/assets/stylesheets/footer.scss */
footer .block-footer {
  width: 280px;
  margin-right: 60px;
  float: left;
  font-size: 13px;
}
/* line 17, /WORK/Git/thenewcolor/app/assets/stylesheets/footer.scss */
footer .block-footer .logo {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}
/* line 23, /WORK/Git/thenewcolor/app/assets/stylesheets/footer.scss */
footer .block-footer a {
  color: #000000;
}
/* line 27, /WORK/Git/thenewcolor/app/assets/stylesheets/footer.scss */
footer .block-footer:last-of-type {
  margin-right: 0px;
}
