/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(/Assets/StandalonePages/fonts/Vista-Slab-OTCE/VistaSlabOTCE-Black.css);
@import url(/Assets/StandalonePages/fonts/Vista-Slab-OTCE/VistaSlabOTCE-Light.css);
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

section {
  background: #e71c30;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #e71c30 0%, #db0f34 7%, #8e0110 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #e71c30 0%, #db0f34 7%, #8e0110 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #e71c30 0%, #db0f34 7%, #8e0110 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e71c30', endColorstr='#8e0110',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

body {
  font-family: 'vista', sans-serif;
  font-weight: 100;
  line-height: 1.45;
  font-size: 1em;
  text-align: center; }

p {
  margin: 1.3em auto;
  max-width: 900px; }
  p.img {
    max-width: 100%; }

h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2; }

h1 {
  margin: 0; }

h2 {
  font-size: 2.369em; }

h3 {
  font-size: 1.777em; }

h4 {
  font-size: 1.333em; }

small, .small {
  font-size: 0.75em; }

img {
  max-width: 100%; }

section {
  overflow: hidden;
  padding-bottom: 40px; }
  section .inner {
    max-width: 1100px;
    margin: auto;
    padding: 0 20px; }
  section h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700; }
  section p {
    color: #fff; }
  section:nth-of-type(2n) {
    background: #FFF; }
    section:nth-of-type(2n) p {
      color: #000; }
  section.header {
    background: #e71c30;
    padding-bottom: 40px; }
    section.header img {
      margin-bottom: 40px; }
    section.header p {
      padding: 0 20px; }
  section.festive h2 {
    color: #cc0022; }
  section.tv h2 {
    color: #2dba70; }
  section.footer {
    padding: 40px 0 5px; }
    section.footer p {
      font-size: 1.1em; }
      section.footer p.small {
        font-size: 0.8em; }
    section.footer img {
      margin: 30px 0; }
    section.footer a {
      color: #fff; }
  section .cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    section .cols .col {
      padding: 10px; }
