@charset "UTF-8";

/* CSS Document */


/* Fonts */

@font-face {
    font-family: 'Klavika-Regular';
    src: url('font/Klavika-Regular.eot');
    src: url('font/Klavika-Regular.eot?#iefix') format('embedded-opentype'), url('font/Klavika-Regular.woff') format('woff'), url('font/Klavika-Regular.ttf') format('truetype'), url('font/Klavika-Regular.svg#Klavika-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Klavika-Regular-Condensed';
    src: url('font/KlavikaWebRegularCond.eot');
    src: url('font/KlavikaWebRegularCond.eot?#iefix') format('embedded-opentype'), url('font/KlavikaWebRegularCondensed.woff') format('woff'), url('font/KlavikaWebRegularCond.ttf') format('truetype'), url('font/KlavikaWebRegularCond.svg#KlavikaWebRegularCond') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Klavika-Medium-Condensed';
    src: url('font/Klavika-MediumCond.eot');
    src: url('font/Klavika-MediumCond.eot?#iefix') format('embedded-opentype'), url('font/Klavika-MediumCond.woff') format('woff'), url('font/Klavika-MediumCond.ttf') format('truetype'), url('font/Klavika-MediumCond.svg#Klavika-MediumCond') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Klavika-Bold';
    src: url('font/KlavikaWebBasicBold.eot');
    src: url('font/KlavikaWebBasicBold.eot?#iefix') format('embedded-opentype'), url('font/KlavikaWebBasicBold.woff') format('woff'), url('font/KlavikaWebBasicBold.ttf') format('truetype'), url('font/KlavikaWebBasicBold.svg#KlavikaWebBasicBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Klavika-Light';
    src: url('font/Klavika-Light.eot');
    src: url('font/Klavika-Light.eot?#iefix') format('embedded-opentype'), url('font/Klavika-Light.woff') format('woff'), url('font/Klavika-Light.ttf') format('truetype'), url('font/Klavika-Light.svg#Klavika-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

::selection {
    color: #c07f00;
    background: rgba(0, 0, 0, .4);
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}


/* TEMPORARY
header, footer, section, div {
  border: 1px solid red;
} */

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: 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;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.25em;
}

sub {
    bottom: -0.25em;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    clear: both;
    border: 0;
}

.no-margin-img {
    margin: 0 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    -webkit-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"] {
    -webkit-box-sizing: border-box;
    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-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;
}

* {
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
}

body.locked,
html.locked {
    overflow: hidden;
    height: 100%;
}

body {
    font-family: "Klavika-Regular", sans-serif;
    font-weight: 400;
    text-align: left;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #000;
    color: #fff;
}

.clear {
    clear: both;
}

a.cta {
    font-weight: 400;
    display: table;
    color: #000;
    padding: 6px 10px 4px;
    font-size: 12px;
    text-decoration: none;
    margin: 1em auto;
    line-height: 13px;
    border: 2px solid #000;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: 500ms ease all;
    -o-transition: 500ms ease all;
    transition: 500ms ease all
}

a.cta:hover {
    border: 2px solid #4c4c4c;
    color: #4c4c4c;
}

.container {
    width: 100%;
    max-width: 836px;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 32px;
    position: relative;
}

.background {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

@media only screen and ( min-width: 980px) {
    .background {
        background-size: contain;
    }
}


/* / media query */

@media (max-width: 998px) {
    .container {
        width: 90%;
    }
}


/* / media query */

.container.slim {
    max-width: 1100px;
    padding: 2% 0;
}

.container.slim_full {
    max-width: 1100px;
    text-align: center;
}

.container.slim_full h2 {
    text-transform: uppercase;
    font-weight: bold;
}

.centered {
    text-align: center;
}

@media only screen and ( min-width: 980px) {
    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}


/* / media query */

.borders {
    border-bottom: 1px solid #c07f00;
}

.borders+.borders {
    border-width: 0 0 1px;
}

.pad-right {
    padding-right: 10px;
}

.pad-left {
    padding-left: 10px;
}

@media only screen and ( min-width: 980px) {
    .pad-right {
        padding-right: 70px
    }
    .pad-left {
        padding-left: 70px
    }
}


/* / padding media query */

@media only screen and ( min-width: 980px) {
    .col {
        float: left;
    }
    .col-25 {
        width: 25%;
    }
    .col-40 {
        width: 40%;
    }
    .col-50 {
        width: 50%;
    }
    .col-60 {
        width: 60%;
    }
    .col-75 {
        width: 75%;
    }
    .float-left {
        float: left;
        margin-right: 64px;
    }
    .float-right {
        float: right;
        margin: 0 24px;
    }
}


/* / media query */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 8px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    font-family: 'Klavika-Bold';
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.7);
}

h2 {
    font-size: 36px;
}

h2 span {
    /* h2 is bold by default */
    font-family: 'Klavika-Regular';
    font-weight: 100;
}

p,
ul {
    font-size: 24px;
    text-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.7);
}

header#masthead {}

header#masthead img {
    display: block;
    width: 100%;
}

header#masthead img.main-header {
    margin: 0 auto
}

.header-content {
    position: absolute;
    left: 5%;
    top: 57%;
    width: 90%;
}

@media only screen and ( min-width: 980px) {
    .header-content {
        left: 9%;
        top: 57%;
        width: 60%;
    }
}


/* / media query */

.header-content h1,
.header-content img {
    padding-left: 0;
    color: #fff;
    text-transform: uppercase;
}

.header-content h1 {
    line-height: 1;
    font-size: 36px;
}

.header-content p {
    font-size: 24px;
}


/* Header media query */

@media only screen and ( min-width: 980px) {
    .header-content {}
    .header-content h1,
    .header-content p,
    .header-content img {}
    .header-content h1 {}
    .header-content p {}
}


/* / header media query */

.callout-header {
    color: #fff;
    font-size: 28px;
}

@media only screen and ( min-width: 980px) {
    .sweeps .callout-header {
        margin-top: 76px;
    }
}


/* / media query  */

.callout-columns {
    margin-bottom: 36px;
}

.callout-columns span {
    display: block;
    font-size: 40px;
    font-family: "Klavika-Regular-Condensed";
}

.callout-subhead {
    padding: 0 36px;
    font-size: 24px;
}

.callout-copy p {
    font-size: 18px;
}

.callout p:last-of-type {
    margin-bottom: 0;
}

.callout ul {
    padding-left: 16px;
}

.callout-image-left,
.callout-image-right {
    margin-bottom: 24px;
}

.callout-shim {
    display: none;
}

@media only screen and ( min-width: 980px) {
    .callout-image-left,
    .callout-image-right {
        margin-bottom: 0;
    }
    .callout-shim {
        display: block;
    }
}


/* / media query */


/* Fireworks BG */

.fireworks {
    background: url('../images/background.jpg') no-repeat 0 50%;
    background-size: 100% auto;
}


/* CTA block */

.cta-row {
    padding: 24px 0 16px;
}

.cta-row:last-child {
    padding: 0 0;
}

.cta-block {
    width: 100%;
    margin-bottom: 24px;
}

@media only screen and ( min-width: 980px) {
    .cta-block {
        width: 33.3333%;
        margin-bottom: 0;
    }
}

.cta-image,
.cta-button {
    display: block;
    margin: 0 auto 32px;
}

.cta-text {
    height: 58px;
    width: 210px;
    margin: 0 auto 16px;
}

a.cta-button__text {
    padding: 8px 16px;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
}


/* eligibility matrix
--------------------- */

.eligibility-data {
    margin-top: 24px;
    width: 100%;
}

.eligibility-data th,
.eligibility-data td {
    padding: 4px;
    border: 1px solid #fff;
}

.eligibility-data th,
.eligibility-data td.row-copy {
    text-align: center;
}

.eligibility-data th {
    width: 25%;
}

.eligibility-data th.no-show {
    border-width: 0px;
}

.eligibility-data td.row-label {
    width: 50%;
}

.eligibility-data td.row-copy i {
    font-size: 48px;
    color: #c07f00;
    line-height: 1;
    font-style: normal;
    display: block;
}

@media only screen and ( min-width: 980px) {
    .eligibility-data th,
    .eligibility-data td {
        padding: 10px;
        border: 1px solid #fff;
    }
    .eligibility-data th.no-show {
        width: auto;
    }
}


/* / table meta query */

footer#legal {
    max-width: 998px;
    margin: 0 auto;
    padding: 24px 0 50px;
}

footer .container {
    border-top: 1px solid #c07f00;
}

footer#legal ol {
    padding-left: 16px;
}

footer#legal p,
footer#legal li {
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    margin: 5px 0;
}