* {
    margin: 0;
}

html, body {
    height: 100% !important;
}

body {
    color: #FFFFFF;
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 20px;
    text-transform: none;
    -webkit-text-size-adjust: none;
}

p {
    color: #FFFFFF;
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 20px;
    text-align: center;
    text-transform: none;
}

@media screen and (max-width: 600px) {
    p {
        font-size: 15px;
        line-height: 21px;
    }
}

h1 {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 28px;
        line-height: 28px;
    }
}

h2 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding: 60px 0 0;
    text-align: center;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: all 0.15s ease 0s;
    -webkit-transition: all 0.15s ease 0s;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:active {
    outline: none;
}

a, img {
    border: none;
}

ul {
    padding: 0;
    vertical-align: top;
}

.clear-space {
    clear: both;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.overlay {
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}

.body-container {
    height: 100%;
    position: relative;
    z-index: 100;
}

.container-outer.landing {
    height: 100%;
    position: relative;
    width: 100%;
}

.container-outer.landing .container-inner {
    height: 150px;
    left: 50%;
    margin: -100px 0 0 -50%;
    padding: 35px 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.container-outer.campaign {
    background: #000000/9;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000');
    padding: 60px 5%;
    position: relative;
}

@media screen and (max-width: 1025px) {
    .container-outer.campaign {
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
    }
}

@media screen and (max-width: 750px) {
    .container-outer.campaign {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9));
    }
}

@media screen and (max-width: 600px) {
    .container-outer.campaign {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
    }
}

.container-outer.campaign h1 {
    padding: 0 0 40px;
}

.container-outer.campaign p {
    margin: 0 auto 20px;
    width: 50%;
}

@media screen and (max-width: 750px) {
    .container-outer.campaign p {
        width: 80%;
    }
}   

.container-outer.campaign p.last {
    padding: 0 0 60px;
}

.container-outer.campaign .container-inner {
    margin: 0 -1px 0 0;
}

.container-outer.campaign .container-inner .button {
    border: 1px solid #FFFFFF;
    display: none;
    font-weight: 300;
    margin: 75px auto 50px;
}

.container-outer.campaign .container-inner .button:hover {
    border: 1px solid #F5CD3A;
    color: #F5CD3A;
}

.teaser {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 600px;
}

@media screen and (max-width: 600px) {
    .teaser {
        width: 100%;
    }
}

.date {
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    padding: 0 15px 40px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .date {
        font-size: 15px;
        line-height: 15px;
        padding: 0 10px 40px;
    }
}

.line {
    border-bottom: 1px solid #FFFFFF;
    display: inline-block;
    margin: -6px auto 0;
    position: relative;
    top: -6px;
    width: 100px;
}

@media screen and (max-width: 600px) {
    .line {
        margin: -5px auto 0;
        width: 50px;
    }
}

.button {
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.15s ease 0s;
    -webkit-transition: all 0.15s ease 0s;
    width: 180px;
}

@media screen and (max-width: 750px) {
    .button {
        border: 1px solid #FFFFFF;
    }
}

@media screen and (max-width: 600px) {
    .button {
        font-size: 15px;
        padding: 8px 18px;
    }
}

.button:hover {
    border: 2px solid #F5CD3A;
    color: #F5CD3A;
}

.link {
    transition: all 0.15s ease 0s;
    -webkit-transition: all 0.15s ease 0s;
}

.link:hover {
    color: #F5CD3A;
}

.footer-container {
    background: #222222;
    font-size: 13px;
    height: 60px;
    line-height: 60px;
    padding: 0 6%;
    position: relative;
    z-index: 100;
}

@media screen and (max-width: 750px) {
    .footer-container {
        font-size: 12px;
        height: auto;
        line-height: 24px;
        padding: 10px 0;
    }
}

.footer-container .left {
    float: left;
    text-align: left;
    width: 50%;
}

@media screen and (max-width: 750px) {
    .footer-container .left {
        text-align: center;
        width: 100%;
    }
}

.footer-container .right {
    float: left;
    text-align: right;
    width: 50%;
}

@media screen and (max-width: 750px) {
    .footer-container .right {
        text-align: center;
        width: 100%;
    }
}

.footer-container .right a {
    margin: 0 0 0 20px;
}

@media screen and (max-width: 750px) {
    .footer-container .right a {
        margin: 0 10px;
    }
}

@-webkit-keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fade-in-down {
    margin: 0 auto;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
}

.animate-1 {
    -webkit-animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-delay: 1.5s;
    animation-duration: 1s;
    animation-fill-mode: both;
}
