/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900&subset=latin,latin-ext);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* VARIABLES */
/* MIXINS */
/* GENERAL */
* {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background-color: #dfdfdf;
  color: #1f2d5c;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3; }

a {
  color: #cd253c;
  text-decoration: none; }

strong {
  font-weight: 900; }

/* HEADER */
.header {
  background-color: #ffffff;
  padding: 15px 15px 21px;
  position: relative; }
  @media (min-width: 768px) {
    .header {
      padding: 30px 30px 36px; } }
  @media (min-width: 992px) {
    .header {
      height: 140px;
      overflow: hidden; } }
  .header:after {
    background: url(../img/separator.png) top center no-repeat #1f2d5c;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    height: 6px;
    width: 100%; }
  @media (min-width: 992px) {
    .header .logo {
      float: left; } }
  .header .tagline {
    color: #cd253c;
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0 0;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .header .tagline {
        float: right;
        margin: 0;
        text-align: right; } }

/* CONTENT */
.content {
  padding: 30px 15px; }
  @media (min-width: 768px) {
    .content {
      background: url(../img/deco.png) bottom right no-repeat;
      height: calc(100% - 230px);
      min-height: 650px;
      padding: 60px 30px;
      position: relative; } }
  .content .p1 {
    font-size: 36px;
    margin-bottom: 60px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .content .p1 {
        position: absolute;
        top: 60px;
        width: 650px; } }
  .content .p2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 60px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .content .p2 {
        margin-top: -50px;
        position: absolute;
        top: 50%;
        width: 800px; } }
  .content .download {
    font-size: 24px;
    font-weight: 900; }
    @media (min-width: 992px) {
      .content .download {
        bottom: 60px;
        position: absolute; } }
    .content .download:hover span {
      border-bottom: 4px solid #cd253c; }
    .content .download:before {
      background: url(../img/download-icon.png) 0 0 no-repeat;
      content: '';
      display: inline-block;
      height: 58px;
      margin-right: 15px;
      vertical-align: middle;
      width: 56px; }

/* FOOTER */
.footer {
  background-color: #1f2d5c;
  color: #ffffff;
  padding: 15px; }
  @media (min-width: 768px) {
    .footer {
      padding: 15px 30px; } }
  @media (min-width: 992px) {
    .footer {
      height: 90px;
      overflow: hidden; } }
  @media (min-width: 992px) {
    .footer .group-logo {
      float: left; } }
  .footer .address {
    font-size: 12px;
    line-height: 1.75; }
    @media (min-width: 992px) {
      .footer .address {
        float: right; } }
    .footer .address a {
      color: #ffffff; }
  .footer .address-1 {
    font-style: normal;
    margin-bottom: 15px;
    margin-top: 15px;
    vertical-align: top; }
    @media (min-width: 992px) {
      .footer .address-1 {
        border-right: 1px solid #cd253c;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 15px;
        margin-top: 0;
        padding-right: 15px; } }
  .footer .address-2 {
    display: inline-block;
    font-style: normal;
    vertical-align: top; }
