@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

a {
    color: #000000;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}

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

abbr,
acronym {
    border: 0;
}


body {
    color: #333;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}

p {
    font-weight: 100;
    text-align: left;
    letter-spacing: 2px;
}

/* Common styles
    * --------------------------------------- */

.section {
    text-align: center;
    overflow: hidden;
}

/* Section 0
    * --------------------------------------- */

#section0 .head {
    position: absolute;
    width: calc(100% - 60px);
    top: 0;
    padding: 30px;
    text-align: left;
}

#section0 .head .rightIcon {
    float: right;
    margin-left: 15px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 40px;
    color: white;
}

#section0 .slogan {
    position: absolute;
    top: 40%;
    width: 100%;
}

#section0 .slogan p {
    text-align: center;
    color: white;
    font-size: 6em;
    text-shadow: 0 2px 1px #aabbaa, 0 4px 1px #99aa99;
}

#section0 .slogan p.subtitle {
    font-size: 1em;
    text-shadow: none;
}

#section0 .cta {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

#section0 .cta button {
    color: white;
    border: 0;
    border-radius: 15px;
    background-color: #3399ff;
    padding: 20px;
    box-shadow: 0 2px 1px #2288ee, 0 4px 1px #0066cc;
}

/* Section 1
    * --------------------------------------- */

#section1 .footer-left, #section1 .footer-right {
    float: left;
    width: calc(50% - 160px);
    padding: 80px;
}

#section1 .footer-left p {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 13px;
}

#section1 .footer-left p a {
    text-decoration: none;
}

#section1 .footer-right p {
    text-align: right;
}

#section1 .footer-right p a {
    margin-right: 20px;
}