@charset "UTF-8";

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'), local('Oswald-Bold'), url(https://fonts.gstatic.com/s/oswald/v9/bH7276GfdCjMjApa_dkG6T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v6/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

html,
button,
input,
select,
textarea {
    color: #989898;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: Oswald, Impact, sans-serif;
    font-weight: bold;
}

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

html {
    font-size: 1em;
    line-height: 1.4;
    min-height: 100%;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    font: 16px/1.8 Open Sans, Arial, sans-serif;
    background-color: #fff;
    min-height: 100%;
}

.wrapper {
    width: 80%;
    margin: 0 10%;
}

button {
    border: none;
    background: #000;
    color: #fff;
    font-family: Oswald, Impact, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    height: 3.125em;
}

/* ==============
    MOBILE: Header
   ============== */
.header-container header {
    text-align: center;
    padding-top: 1em;
    margin-bottom: 1em;
    line-height: 1.2;
}

.header-container header h1 {
    font-weight: normal;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    text-align: center;
}

.main main h1 {
    font-size: 2.625em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 0.333em;
    margin-bottom: 1.262em;
}

.main main p {
    font-size: 0.875em;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}


/* ==============
    MOBILE: Newsletter
   ============== */

.form-container {
    position: relative;
}

.newsletter {
    border: 1px solid #dbdbdb;
    margin: 1.313em auto 0;
    width: 94%;
    padding: 5px;
    background: white;
}

.newsletter p {
    margin: 0;
    padding: 0;
    position: relative;
}

.newsletter p:before {
    position: absolute;
    left: 21px;
    top: 15px;
    font-size: 19px;
    color: #d4d4d4;
}

.newsletter input {
    background: transparent;
    border: none;
    color: #989898;
    width: 100%;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 10px 5px 15px;
    height: 3.64em;
}

.newsletter textarea {
    background: #f0f0f0;
    border: none;
    color: #989898;
    width: 100%;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 10px 5px 15px;
    margin-bottom:5px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #989898;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #989898;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #989898;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #989898;
}

.newsletter button {
    width: 100%;
}

#thank-you {
	width: 600px;
	height: 64px;
	margin: 1.313em auto 0;
	background: black;
	color: white;
	font-family: Pacifico;
	font-size: 1.25em;
	line-height: 1.4;
}

#thank-you p {
	line-height: 64px;
	margin: 0;
}


/* ==============
    MOBILE: Footer
   ============== */
.footer-container footer {
    text-align: center;
    font-size: 0.813em;
    padding-top: 1.8em;
}

.social-footer-container {
  float: right;
  height: 60px;
  margin-right: 10px;
  margin-top: -50px;
  padding-top: 10px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 399px) {
    .header-container header h1 {
        font-weight: normal;
        font-size: 2em;
    }
}

@media only screen and (min-width: 400px) {
    .header-container header h1 {
        font-weight: normal;
        font-size: 2.5em;
    }
}

@media only screen and (min-width: 768px) {
    .header-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .header-container header h1 {
        font-weight: normal;
        font-size: 2.5em;
    }

    .main main h1 {
        font-size: 3.438em;
        line-height: 1.45;
        /*margin-top: 4.15em; edited for Ads*/
        margin-top: 7.5em;
        margin-bottom: 0.491em;
    }

    .main main p {
        font-size: 1em;
        line-height: 1.9;
    }

    .newsletter {
        width: 600px;
        padding: 6px;
    }

    .newsletter input {
        background: #f0f0f0;
        padding: 15px;
        margin-bottom:5px;
        height: 3.125em;
    }

    .newsletter p:before {
        top: 13px;
    }

    /*.newsletter p:first-child {
        width: 81%;
        float: left;
    }*/

    /*.newsletter p:last-child {
        width: 19%;
        float: right;
    }*/

    .footer-container footer {
        font-size: 0.938em;
        /*margin-top: 137px; edited for Ads*/
        margin-top: 30px;
    }

	.social-links {
        float: right;
        margin-bottom: initial;
    }

    .footer-container footer p {
        /*text-align: left;*/
        padding-left: 1%;
    }
}

@media only screen and (min-width: 1000px) {
    .main main p {
        width: 80%;
    }

    .header-container header h1 {
        font-weight: normal;
        font-size: 2.8em;
    }

    .footer-container footer {
        margin-bottom: 2em;
    }
}

@media only screen and (min-width: 1320px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1200px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
    
    .header-container header h1 {
    font-weight: normal;
    font-size: 3em;
}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}