/*--Global --*/


@import url("https://use.typekit.net/beh2ssi.css");


table th td {
    border: 1px solid black;
}

table {
    border-width: 10px;
    border-color: black;

}

th {
    width: 30%;
    font-weight: 700;
    border: 1px solid black;
}

td {
    padding: 10px;
    border: 1px solid black;
}

body {
    margin: auto;
    position: relative;
    height: 100%;
    min-height: 400px;
    background: #047EBB url('../img/main-banner-bw-01.png');
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    margin: 0px;
}

.countdowntimer{
    font-style: italic;
        text-align: center;
    display: block;
    font-size: 25pt;
    color: #fc684f;
    line-height: 2em;
    font-weight: 700;
    font-family: "futura-pt";
}

.countdownintro{
        font-family: "futura-pt";
    font-weight: 100;
    font-size: 15pt;
    line-height: 1.6em;
    color: black;
    margin-bottom: 5px;
    text-align: center;
}


.fda {
    border: 1px solid #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 8pt;
    margin-top: 40px;
    width: 80%;
    max-width: 700px;
    margin: auto;

}

#contest-dates{
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    width: 100%;
    font-weight: 500;
}

#contest-dates p{
    text-align: center;
    display: block;
    color: #fc684f;
    line-height: 2em;
    font-weight: 400;
    font-family: "futura-pt";
}

#contest-dates-form p{
    font-size: 14pt;
    text-align: center;
    display: block;
    color: black;
    line-height: 1.4em;
    font-weight: 400;
    font-family: "futura-pt";
}

#contest-dates-form h3{
    font-size: 15pt;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: black;
    line-height: 1.4em;
    font-weight: 500;
    font-family: "futura-pt";
    font-style: normal;
}



.tidbits {
    padding-top: 10px;
    width: 90%;
    max-width: 700px;
    margin: auto;
    background: #fff;
}

.tidbits p {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    font-size: 10pt;
    width: 90%;
}

.tidbits img {
    width: 100%;
    max-width: 700px;
    padding-left: 50px;
    padding-right: 50px;
    min-width: 350px;
    padding-bottom: 30px;
}

strong {
    font-weight: 500;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modalDialog p {
    font-family: "futura-pt";
}

.modalDialog {
    overflow: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
}

.modalDialog h2 {
    font-size: 25px;
    font-weight: 700;
    font-family: "futura-pt";
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    color: black;
}

.modalDialog h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: "futura-pt";
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    color: black;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog > div {
    max-width: 800px;
    width: 90%;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
}

.close {
    font-family: "futura-pt";
    background: #047EBB;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    padding-top: 5px;
}

.close:hover {
    background: #fc684f;
}

.link {
    color: #047EBB;
    border-bottom: 1px dotted #047EBB;
    padding-bottom: 1px;
}

.link:hover {
    color: #fc684f;
    border-bottom: 1px dotted #fc684f;
}

.link:visited {
    color: #fc684f;
    border-bottom: 1px dotted #fc684f;
    padding-bottom: 1px;
}

.newsletter {
    letter-spacing: 2px;
    margin-top: 30px;
    padding: 5px;
    width: 90%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background-color: #047EBB;
}

.submission-button:hover{
    background-color: black;
    cursor: pointer;
}

.newsletter button {
    padding: 10px;
    1 height: 40px;
    width: 25%;
    max-width: 200px;
    display: inline-block;
    margin-left: 20px;
    float: right;
    background-color: #fc684f;
    border: none;
    font-family: "futura-pt";
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    font-size: 15px;
}

.newsletter label {
    padding-left: 10px;
    font-family: "futura-pt";
    color: white;
    font-size: 10px;
    width: 100%;
    background-color: #047EBB;
    display: block;
}

.newsletter input {
    border: none;
    height: 36px;
    width: 70%;
    display: inline-block;
    font-family: "futura-pt";
    color: white;
    font-size: 15px;
}

.newsletter p {
    font-size: 30px;
    text-align: left;
    font-family: "futura-pt";
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    color: #fc684f;
    width: 100%;
    max-width: 700px;
    background-color: #047EBB;
    line-height: 1em;
    padding: 5px;
    margin-bottom: 0px;
}


p {
    font-family: "futura-pt";
    font-weight: 100;
    font-size: 15pt;
    line-height: 1.6em;
    color: black;
    margin-bottom: 5px;
}

.product-image {
    max-height: 700px;
    width: 100%;
    max-width: 700px;
}

.product {
    font-size: 12pt;
    font-family: "futura-pt";
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    text-align: center;
    line-height: 1.5em;
}

h3 {
    font-family: "futura-pt";
    font-style: italic;
    font-size: 17pt;
    font-weight: 700;
    color: black;
    text-align: center;
    line-height: 1.5em;
    margin-top: 5px;
    margin-bottom: 0px;
}



h5 {
    font-family: "futura-pt";
    font-size: 10pt;
    font-weight: 300;
    color: black;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.kioskBody {
    height: 100%;
    margin: auto;
    margin-top: 0px;

}

.contest-form {
    width: 100%;
    max-width: 800px;
    color: black;
    line-height: 2em;
    font-family: "futura-pt";
    font-size: 14pt;
    margin: auto;
}

.form-control {
    height: 20px;
    font-family: "futura-pt";
    font-size: 12pt;
}

.submit-button {
    display: block;
    width: 100%;
    height: 80px;
    max-width: 750px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}

.submit-button button {
    font-family: "futura-pt";
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    height: 50px;
    max-width: 200px;
    border: none;
    text-align: center;
    font-size: 16pt;
    background-color: #fc684f;
    vertical-align: middle;
    color: white;
    margin-top: 0px;
}

select {
    font-family: "futura-pt";
    height: 30px;
    width: 250px;
    border: none;
    border-radius: none;
    text-align: left;
    font-size: 12pt;
    background-color: white;
    vertical-align: middle;
    color: #269AD1;
}

.social-icons {
    width: 100%;
    color: black;
}

.icon {
    width: 35px;
    height: 35px;
    margin-left: 15px;
    display: inline-block;
}

label {
    margin-bottom: 0px;
    width: 100%;
}

input {
    height: 30px;
    width: 100%;
}

.column1 {
    width: 50%;
    float: left;
    clear: right;
}

.column2 {
    width: 50%;
    float: left;
    clear: right;
}

.column1 input {
    height: 20px;
    width: 2%;
    margin-right: 15px;
    vertical-align: text-bottom;
    display: inline-block;
}

.column2 input {
    height: 20px;
    width: 2%;
    margin-right: 15px;
    vertical-align: text-bottom;
    display: inline-block;
}

.container-check {
    display: block;
    font-size: 15pt;
    font-weight: 300;
}

.container-check input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    width: 10px;
    height: 10px;
}

.column3 {
    margin-top: 0px;
    width: 100%;
    display: block;
    float: left;
}

.column3 input {
    height: 20px;
    width: 2%;
    margin-right: 15px;
    vertical-align: text-bottom;
    display: inline-block;
}

.contest {
    width: 100%;
    max-width: 750px;
    height: 100%;
    padding: 50px;
}

.contest img {
    margin-left: 25%;
}

.contest p {
    font-family: "futura-pt";
    text-transform: uppercase;
    color: white;
    font-size: 35pt;
    line-height: 1.6em;
    text-align: center;
}

.check-box-container {
    width: 100%;
    max-width: 750px;
    display: block;
    margin-top: 20px;
    height: 270px;
}

.check-box-container p {
    width: 100%;
    display: block;
    font-weight: 500;
    color: #269AD1;
}

.check-box-container2 {
    width: 100%;
    max-width: 750px;
    display: block;
    margin-top: 40px;
}

.check-box-container2 p {
    width: 100%;
    display: block;
    font-weight: 500;
    color: #269AD1;
}

.check-box-container3 {
    height: 270px;
    width: 100%;
    max-width: 750px;
    display: block;
    margin-top: 0px;
}

.check-box-container3 p {
    width: 100%;
    display: block;
    font-weight: 500;
    color: #269AD1;
}

.check-box-container3 input {
    width: 100%;
    display: inline-block;
    font-weight: 500;
    color: #269AD1;
    margin-top: 10px;
}

#nameLabel {
    width: 100%;
    max-width: 750px;
    color: #269AD1;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 50px;
}

#emailLabel {
    width: 100%;
    max-width: 750px;
    color: #269AD1;
    text-transform: uppercase;
    font-weight: 500;
}

#professionLabel {
    width: 100%;
    max-width: 750px;
    color: #269AD1;
    text-transform: uppercase;
    font-weight: 500;
}

.container {
    margin: auto;
    margin-top: 0px;
    width: 100%;
}

.containerMain {
    margin: auto;
    margin-top: 80px;
    max-width: 1200px;
    width: 100%;
    height: 900px;
}

.container1 {
    margin: auto;
    margin-top: 3%;
    max-width: 750px;
    width: 100%;
    height: auto;
}

.facts i {
    font-style: italic;
}

.banner {
    background-image: url("../img/main-banner.png");
    background-size: contain;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: center;
    width: 90%;
    max-width: 1280px;
    height: 600px;
    width: 100%;
    vertical-align: center;
    margin: auto;
    font-size: 35px;
    text-transform: uppercase;
    display: block;
    background-color: none;
}

.kioskBody .container #welcomeBanner {
    background-color: none;
}

.banner h1 {
    float: left;
    display: none;
}

.banner h2 {
    display: block;
    float: right;
}

.banner span {
    display: none;
}

#welcomeBanner {
    margin: auto;
    margin-top: 3%;
    margin-bottom: 10px;
    background-image: url("../img/expo-east.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-origin: content-box;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 0px;
    width: 100%;
    max-width: 550px;
    vertical-align: center;
    width: 100%;
    min-height: 350px;
    max-height: 300px;
    vertical-align: center;
    text-decoration: uppercase;
    text-align: center;
}

#welcomeBanner h1 {
    display: none;
    background-color: transparent;
}

h6 {
    margin-top: 30px;
    margin-bottom: 0px;
    display: block;
    font-size: 13pt;
    display: block;
    font-family: "futura-pt";
    text-align: left;
    list-style-position: inside;
    font-weight: 400;
}

.facts {
    width: 80%;
    height: 20%;
    margin-top: 0px;
    margin: auto;
    max-width: 750px;
    text-decoration: uppercase;
    t color: black;
}

.infoTable {
    display: block;
    width: 100%;
    max-width: 700px;
    vertical-align: center;
    margin: auto;
}

.facts h3 {
    color: black;
    margin-top: 30px;
    margin-bottom: 0px;
    display: block;
    font-size: 14pt;
    text-transform: uppercase;
    display: block;
    font-family: "futura-pt";
    text-align: center;
    list-style-position: inside;
    font-weight: 500;
}

h4 {
    font-family: "futura-pt";
    height: 520px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 30pt;
    text-align: center;
    color: black;
}

ul {
    margin-top: 0px;
    margin-bottom: 20px;
    display: block;
    font-size: 13pt;
    display: block;
    font-family: "futura-pt";
    text-align: left;
    list-style-position: inside;
    font-weight: 400;
}

li i {
    font-style: italic;
}

footer i {
    font-style: italic;
}

li {
    text-align: left;
    font-family: "futura-pt";
    font-size: 13pt;
    color: black;
    text-transform: none;
    list-style-type: none;
    margin-bottom: 10px;
    line-height: 1.6em;
    font-weight: 300;
}

table {
    font-family: "futura-pt";
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    vertical-align: center;
    border: 1px solid black;
}

.subHeaderTable {
    width: 50%;
    border: none;
    font-weight: 500;
    font-size: 9pt;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.smallSpace {
    width: 10%;
    border: none;
}

.noMargin {
    margin-left: 0px;
}

.withMargin {
    margin-left: 10px;
}

.bottleShot {
    margin: auto;
}

.displayContainer2 {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.displayContainer {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.productDisplay {
    width: 80%;
    max-width: 750px;
    max-height: 650px;
    margin: auto;
    display: block;
    margin-bottom: 30px;
}

.productDisplay img {
    position: center;
}

.productDisplay span img {
    width: 75%;
    max-width: 400px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.bottleShot span img {
    width: 80%;
    max-width: 400px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.bottleShot img {
    margin-left: 35%;
}

.kioskContainer {

    height: 100px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
}

.sourceContainer a {
    background-image: url("../img/sourcenaturals-logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-origin: content-box;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #269AD1;
    font-size: 30px;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    margin-bottom: 0px;
    width: 100%;
    max-width: 750px;
    min-height: 130px;
    max-height: 350px;
}

.wave {
    background: url('../img/white-wave-rightsideup.png');
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: contain;
    background-origin: content-box;
    width: 100%;
    height: 70px;
    margin-bottom: 0px;
}

.wave2 {
    background: url('../img/white-wave-upsidedown.png');
    background-repeat: repeat-x;
    background-position: top;
    background-size: contain;
    background-origin: content-box;
    width: 100%;
    height: 60px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.buttonSourceS {
    background-color: transparent;
    background-image: url("../img/white-wave-top.png");
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
    background-origin: content-box;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 30px;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    margin-bottom: 0px;
    width: 100%;
    min-height: 130px;
    max-height: 350px;
}

.sourceContainer a span {
    display: none;
}

.sourceContainer .about {
    font-family: "futura-pt";
    background-color: white;
    font-size: 13pt;
    display: block;
    color: black;
    vertical-align: center;
    text-decoration: none;
    text-align: center;
    margin: auto;
    margin-bottom: 0px;
    width: 90%;
    max-width: 800px;
    min-height: 100px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.sourceContainer {
    margin: auto;
    background-color: white;
    margin-bottom: 0px;
}

.about {
    font-family: "futura-pt";
    font-size: 12pt;
    line-height: 1.6em;
    display: block;
    vertical-align: center;
    text-decoration: none;
    text-align: center;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    max-width: 900px;
    padding: 20px;
    color: black;
}

.aboutSource {
    font-family: "futura-pt";
    font-size: 13pt;
    line-height: 1.0em;
    display: block;
    vertical-align: center;
    text-decoration: none;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 0px;
    width: 100%;
    max-width: 1280px;
    min-height: 150px;
    padding: 20px;
}

.about h3 {
    font-family: "futura-pt";
    font-style: italic;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #047EBB;
    width: 90%;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}





.kioskBody h4 {
    font-family: "futura-pt";
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    width: 100%;
    color: black;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    height: 10px;
}





.aboutSource h3 {
    font-family: "futura-pt";
    font-weight: 700;
    font-size: 14pt;
    letter-spacing: 2px;
    width: 100%;
    color: black;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.facts p {
    font-family: "futura-pt";
    font-weight: 300;
    margin-top: 0px;
    text-align: justify;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 13pt;
    line-height: 1.8em;
}

.about p {
    width: 700px;
    font-family: "futura-pt";
    font-weight: 300;
    margin-top: 0px;
    text-align: justify;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 15pt;
    line-height: 1.6em;
}

.sourceCarouselContest2 h2 {
    font-family: "futura-pt";
    font-weight: 500;
    font-size: 15px;
    background-color: orange;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    padding-top: 0px;
    color: white;
    text-align: content-box;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    max-width: 750px;
    min-height: 50px;
    max-height: 350px;
}

.sourceCarouselContest {
    margin-top: 0px;
    height: auto;
    background-color: white;
    padding-top: 30px;
}


.sourceCarouselContest .about p {
    font-family: "futura-pt";
    font-weight: 300;
    margin-top: 0px;
    text-align: justify;
    width: 90%;
    max-width: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 15pt;
    line-height: 1.6em;

}

.sourceCarouselContest h2 {
    font-family: "futura-pt";
    font-weight: 700;
    font-size: 30px;
    background-color: orange;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    padding-top: 15px;
    color: white;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    max-width: 750px;
}

.aboutSource p {
    font-family: "futura-pt";
    font-weight: 300;
    margin-top: 15px;
    text-align: justify;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 13pt;
    line-height: 1.6em;
}

.about h2 {
    width: 90%;
    font-family: "futura-pt";
    font-style: italic;
    font-weight: 700;
    font-size: 35px;
    background-color: white;
    color: #047EBB;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    padding-top: 0px;
    text-align: content-box;
    margin-bottom: 10px;
    margin-top: 0px;
    min-height: 50px;
    max-height: 350px;
    line-height: 1.1em;
}

.sourceCarousel .title h2 {
    font-family: "futura-pt";
    font-weight: 100;
    font-size: 30px;
    background-color: black;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    padding-top: 15px;
    color: white;
    text-align: content-box;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    min-height: 50px;
    max-height: 350px;
}

.sourceCarousel {
    background-color: white;
    margin-bottom: 0px;
}






footer .fda {
    border-width: 2px;
    border-style: solid;
    border-color: black;
    padding: 10px;
    margin: auto;
    margin-top: 50px;
    width: 90%;
    min-width: 300px;
    max-width: 625px;
    font-color: grey;
    display: block;
    margin-bottom: 5px;
}

footer .extras1 {
    color: black;
    height: 30px;
    border-width: 0px;
    border-style: solid;
    border-color: black;
    padding: 10px;
    margin: auto;
    margin-bottom: 75px;
    margin-top: 50px;
    width: 90%;
    min-width: 300px;
    max-width: 625px;
    font-color: black;
    display: block;
    text-align: left;
}

footer .extras2 {
    color: black;
    height: 50px;
    border-width: 0px;
    border-style: solid;
    border-color: black;
    padding: 10px;
    margin: auto;
    margin-top: 10px;
    width: 90%;
    min-width: 300px;
    max-width: 625px;
    font-color: grey;
    display: block;
    padding-bottom: 10px;
    text-align: left;
}

footer .extras {
    color: black;
    height: 40px;
    border-width: 0px;
    border-style: solid;
    border-color: black;
    padding: 10px;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 90%;
    min-width: 300px;
    max-width: 625px;
    font-color: black;
    display: block;
    padding-bottom: 50px;
    text-align: center;
}

footer .front {
    text-align: center;
    font-size: 8pt;
    line-height: 1.5em;
    vertical-align: middle;
    width: 85%;
    margin: auto;
    color: black;
    width: 80%;
    min-width: 300px;
    max-width: 600px;
    display: block;
    margin-bottom: 10px;
}

footer p {
    text-align: justify;
    font-size: 8pt;
    line-height: 1.5em;
    vertical-align: middle;
    width: 85%;
    margin: auto;
    color: black;
    width: 80%;
    min-width: 300px;
    max-width: 600px;
    display: block;
    margin-bottom: 10px;
}

#influencers .container {
    max-width: 800px;
    width: 90%;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 30px;
}

#influencers {
    padding-top: 0px;
    background-color: white;
    width: 100%;
    font-family: "futura-pt";
}

#influencers h2 {
    font-family: "futura-pt";
    font-style: italic;
    font-weight: 700;
    font-size: 35px;
    background-color: white;
    color: #047EBB;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    margin-bottom: 0px;
    padding-top: 10px;
    text-align: content-box;
    margin-bottom: 10px;
    margin-top: 0px;
    height: 100%;
    min-height: 50px;
    max-height: 350px;
}

.influencer {
    display: block;
    width: 90%;
    max-width: 700px;
    margin: auto;
    background-color: white;
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.influencer p {
    width: 100%;
    max-width: 700px;
    line-height: 1.6em;
    font-size: 15pt;
    margin: auto;
    margin-bottom: 20px;
}

.influencer2 {
    display: inline-block;
    width: 350px;
}

form ul li {
    width: 100%;
    list-style-type: none;
    display: inline-block;
}

form {
    width: 85%;
    margin: auto;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 500px) {

    .check-box-container2 {
        width: 100%;
        max-width: 750px;
        display: block;
        margin-top: 40px;
        padding-top: 40px;
    }

    .check-box-container {
        width: 100%;
        max-width: 750px;
        display: block;
        margin-top: 20px;
        height: 350px;
    }

    .influencer p {
        line-height: 1.4em;
        font-size: 12pt;
    }
.countdowntimer{
    font-style: italic;
        text-align: center;
    display: block;
    font-size: 13pt;
    color: #fc684f;
    line-height: 2em;
    font-weight: 700;
    font-family: "futura-pt";
}

.countdownintro{
        font-family: "futura-pt";
    font-weight: 100;
    font-size: 12pt;
    line-height: 1.6em;
    color: black;
    margin-bottom: 5px;
    text-align: center;
}


    .contest p {
        font-family: "futura-pt";
        text-transform: uppercase;
        color: white;
        font-size: 14pt;
        line-height: 1.5em;
        text-align: center;
    }

    .check-box-container {
        width: 100%;
        max-width: 750px;
        display: block;
        margin-top: 20px;
        height: 300px;
    }

    .check-box-container2 p {
        width: 100%;
        max-width: 750px;
        display: block;
        margin-top: 20px;
    }

    #influencers h2 {
        font-family: "futura-pt";
        font-style: italic;
        font-weight: 700;
        font-size: 25px;
        line-height: 1em;
        text-align: center;
        text-transform: uppercase;
        display: block;
        color: #047EBB;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .kioskBody h4 {
        font-family: "futura-pt";
        font-weight: 400;
        font-size: 15px;
        letter-spacing: 2px;
        width: 100%;
        color: black;
        text-align: center;
        text-transform: uppercase;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0px;
        height: 10px;
    }

.newsletter-button:hover{
        background-color: black;

    }


    .newsletter input {
        border: none;
        height: 40px;
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }



    .newsletter {
        letter-spacing: 2px;
        margin-top: 30px;
        padding: 5px;
        width: 80%;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        color: white;
        background-color: #047EBB;
    }

    .newsletter button {
        padding: 10px;
        height: 40px;
        width: 30%;
        max-width: 200px;
        display: inline-block;
        margin-left: 20px;
        float: right;
        background-color: #fc684f;
        border: none;
        font-family: "futura-pt";
        font-style: italic;
        text-transform: uppercase;
        font-weight: 700;
        color: white;
        font-size: 15px;
    }


    .newsletter label {
        padding-left: 10px;
        font-family: "futura-pt";
        color: white ;
        font-size: 10px;
        width: 100%;
        background-color: #047EBB;
        display: block;
    }

    .newsletter input {
        border: none;
        height: 36px;
        width: 70%;
        display: inline-block;
        font-family: "futura-pt";
        color: white;
        font-size: 15px;
    }

    .newsletter p {
        font-size: 30px;
        text-align: left;
        font-family: "futura-pt";
        font-style: italic;
        text-transform: uppercase;
        font-weight: 700;
        color: #fc684f;
        width: 100%;
        background-color: #047EBB;
        line-height: 1em;
        padding: 5px;
        margin-bottom: 0px;
    }



    .about h3 {
        font-family: "futura-pt";
        font-style: italic;
        font-weight: 700;
        font-size: 25px;
        line-height: 1em;
        text-align: center;
        text-transform: uppercase;
        display: block;
        color: #047EBB;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .about h2 {
        font-family: "futura-pt";
        font-style: italic;
        font-weight: 700;
        font-size: 25px;
        line-height: 1em;
        text-align: center;
        text-transform: uppercase;
        display: block;
        color: #047EBB;
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .sourceCarouselContest h2 {
        font-family: "futura-pt";
        font-style: italic;
        font-weight: 700;
        font-size: 25px;
        line-height: 1em;
        text-align: center;
        text-transform: uppercase;
        display: block;
        color: #047EBB;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 600px) {

    .countdowntimer{

    font-size: 13pt;

}
    .newsletter button {
        display: block;
        float: none;
        margin: auto
    }

    .container-check {
        display: block;
        font-size: 12pt;
        font-weight: 300;
    }

    iframe {
        width: 90%;
        height: 300px;
    }

    .influencer p {

        line-height: 1.6em;
        font-size: 12pt;
        margin: auto;
        margin-bottom: 20px;
    }


    p {
        font-family: "futura-pt";
        font-weight: 100;
        font-size: 12pt;
        line-height: 1.6em;
        color: black;
        margin-bottom: 5px;
    }



    .newsletter p {
        font-size: 23px;
        letter-spacing: 0px;
        text-align: center;
        font-family: "futura-pt";
        font-style: italic;
        text-transform: uppercase;
        font-weight: 700;
        color: #fc684f;
        width: 100%;
        background-color: #047EBB;
        line-height: 1em;
        padding: 4px;
    }

    .about p {
        font-family: "futura-pt";
        font-weight: 300;
        margin-top: 0px;
        text-align: justify;
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-size: 12pt;
        line-height: 1.6em;
    }


    .sourceContainer .about p {
        font-family: "futura-pt";
        font-weight: 300;
        margin-top: 0px;
        text-align: justify;
        width: 100%;
        max-width: 700px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-size: 12pt;
        line-height: 1.6em;
    }



    .sourceCarouselContest .about p {
        font-family: "futura-pt";
        font-weight: 300;
        margin-top: 0px;
        text-align: justify;
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-size: 12pt;
        line-height: 1.6em;
    }



    .newsletter input {
        border: none;
        height: 36px;
        width: 100%;
        display: block;
        margin-bottom: 30px;

    }

    .check-box-container3 {
        height: 310px;
        width: 100%;
        max-width: 750px;
        display: block;
        margin-top: 0px;
    }

    #influencers h2 {
        font-family: "futura-pt";
        font-style: italic;
        font-weight: 700;
        font-size: 25px;
        line-height: 1em;
        text-align: center;
        text-transform: uppercase;
        display: block;
        color: #047EBB;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .kioskBody h4 {
        font-family: "futura-pt";
        font-weight: 400;
        font-size: 15px;
        letter-spacing: 2px;
        width: 100%;
        color: black;
        text-align: center;
        text-transform: uppercase;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0px;
        height: 10px;
    }

    .newsletter button {
        width: 50%;
        display: block;
        float: none;
        margin: auto
    }

    .newsletter input {
        border: none;
        height: 36px;
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }

    .about h3 {
        font-family: "futura-pt";
        font-style: italic;
        font-weight: 700;
        font-size: 25px;
        line-height: 1em;
        text-align: center;
        text-transform: uppercase;
        display: block;
        color: #047EBB;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .about h2 {
        font-family: "futura-pt";
        font-style: italic;
        font-weight: 700;
        font-size: 25px;
        line-height: 1em;
        text-align: center;
        text-transform: uppercase;
        display: block;
        color: #047EBB;
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .sourceCarouselContest h2 {
        font-family: "futura-pt";
        font-style: italic;
        font-weight: 700;
        font-size: 25px;
        line-height: 1em;
        text-align: center;
        text-transform: uppercase;
        display: block;
        color: #047EBB;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 950px) {
    .newsletter button {
        display: block;
        float: none;
        margin: auto
    }

    .newsletter input {
        border: none;
        height: 36px;
        width: 100%;
        display: block;
        margin-bottom: 30px;

    }

    .newsletter p {
        font-size: 30px;
        letter-spacing: 0px;
        text-align: justify;
        font-family: "futura-pt";
        font-style: italic;
        text-transform: uppercase;
        font-weight: 700;
        color: #fc684f;
        width: 100%;
        background-color: #047EBB;
        line-height: 1em;
        padding: 4px;
    }
}

@media only screen and (max-width: 900px) {
    .banner {
        background-image: url("../img/main-banner-mobile.png");
        background-size: contain;
        background-origin: content-box;
        background-repeat: no-repeat;
        background-position: center;
        width: 90%;
        max-width: 450px;
        height: 450px;
        width: 100%;
        vertical-align: center;
        margin: auto;
        font-size: 35px;
        text-transform: uppercase;
        display: block;
        background-color: none;
    }


    .check-box-container {
        width: 100%;
        max-width: 750px;
        display: block;
        margin-top: 20px;
        height: 350px;
    }
}

@media only screen and (max-width: 899px) {
    .check-box-container {
        width: 100%;
        max-width: 750px;
        display: block;
        margin-top: 20px;
        height: 270px;
    }

    .newsletter p {
        font-size: 30px;
        letter-spacing: 0px;
        text-align: justify;
        font-family: "futura-pt";
        font-style: italic;
        text-transform: uppercase;
        font-weight: 700;
        color: #fc684f;
        width: 100%;
        background-color: #047EBB;
        line-height: 1em;
        padding: 4px;
    }
}


@media only screen and (max-width: 400px) {

    .submit-button {
        display: block;
        width: 100%;
        height: 150px;
        max-width: 750px;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 0px;
        text-align: center;
        text-transform: uppercase;
        padding-top: 70px;
    }

    .newsletter p {
        font-size: 300px;
        letter-spacing: 0px;
        text-align: justify;
        font-family: "futura-pt";
        font-style: italic;
        text-transform: uppercase;
        font-weight: 700;
        color: #fc684f;
        width: 100%;
        background-color: #047EBB;
        line-height: 1em;
        padding: 4px;
    }

.countdowntimer{

    font-size: 13pt;

}


    .check-box-container2 {
        width: 100%;
        max-width: 750px;
        display: block;
        margin-top: 40px;
        padding-top: 60px;
    }
}



@media only screen and (max-width: 999px) {
    .newsletter p {
        font-size: 30px;
        letter-spacing: 0px;
        text-align: justify;
        font-family: "futura-pt";
        font-style: italic;
        text-transform: uppercase;
        font-weight: 700;
        color: #fc684f;
        width: 100%;
        background-color: #047EBB;
        line-height: 1em;
        padding: 4px;
    }
}

@media only screen and (max-width: 725px) {
    .newsletter p {
        font-size: 30px;
        letter-spacing: 0px;
        text-align: justify;
        font-family: "futura-pt";
        font-style: italic;
        text-transform: uppercase;
        font-weight: 700;
        color: #fc684f;
        width: 100%;
        background-color: #047EBB;
        line-height: 1em;
        padding: 4px;
    }
}



@media only screen and (max-width: 800px) {
    .check-box-container {
        width: 100%;
        max-width: 750px;
        display: block;
        margin-top: 20px;
        height: 270px;
    }

    .banner {
        background-image: url("../img/main-banner-mobile.png");
        background-size: contain;
        background-origin: content-box;
        background-repeat: no-repeat;
        background-position: center;
        width: 90%;
        max-width: 450px;
        height: 350px;
        width: 100%;
        vertical-align: center;
        margin: auto;
        font-size: 35px;
        text-transform: uppercase;
        display: block;
        background-color: none;
    }
}

@media only screen and (max-width: 700px) {
    .check-box-container {
        width: 100%;
        max-width: 750px;
        display: block;
        margin-top: 20px;
        height: 300px;
    }

    .newsletter p {
        font-size: 20px;
        letter-spacing: 0px;
        text-align: justify;
        font-family: "futura-pt";
        font-style: italic;
        text-transform: uppercase;
        font-weight: 700;
        color: #fc684f;
        width: 100%;
        background-color: #047EBB;
        line-height: 1em;
        padding: 4px;
    }

    .about h3 {
        font-family: "futura-pt";
        font-style: italic;
        font-weight: 700;
        font-size: 30px;
        line-height: 1em;
        text-align: center;
        text-transform: uppercase;
        display: block;
        color: #047EBB;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .about h2 {
        font-family: "futura-pt";
        font-style: italic;
        font-weight: 700;
        font-size: 30px;
        line-height: 1em;
        text-align: center;
        text-transform: uppercase;
        display: block;
        color: #047EBB;
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .sourceCarouselContest h2 {
        font-family: "futura-pt";
        font-style: italic;
        font-weight: 700;
        font-size: 30px;
        line-height: 1em;
        text-align: center;
        text-transform: uppercase;
        display: block;
        color: #047EBB;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #influencers h2 {
        font-family: "futura-pt";
        font-style: italic;
        font-weight: 700;
        font-size: 30px;
        line-height: 1em;
        text-align: center;
        text-transform: uppercase;
        display: block;
        color: #047EBB;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .kioskBody h4 {
        font-family: "futura-pt";
        font-weight: 400;
        font-size: 15px;
        letter-spacing: 2px;
        width: 100%;
        color: black;
        text-align: center;
        text-transform: uppercase;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0px;
        height: 10px;
    }

}


@media only screen and (max-width:765px) {

.countdowntimer{

    font-size: 20pt;

}
}




@media only screen and (max-width:499px) {
    .check-box-container {
        width: 100%;
        max-width: 750px;
        display: block;
        margin-top: 20px;
        height: 250px;
    }

    .check-box-container2 {
        width: 100%;
        max-width: 750px;
        display: block;
        margin-top: 5px;
        padding-top: 80px;
    }
    .countdowntimer{

    font-size: 13pt;

}
}



@media only screen and (max-width:550px) {

    .countdowntimer{

    font-size: 13pt;

}
}



@media only screen and (max-width:580px) {

    .countdowntimer{

    font-size: 15pt;

}
}



@media only screen and (max-width:599px) {

    .countdowntimer{

    font-size: 17pt;

}
}

@media only screen and (max-width:615px) {

    .countdowntimer{

    font-size: 13pt;

}
}

@media only screen and (max-width:400px) {

    .countdowntimer{

    font-size: 10pt;

}
}


