header, section, footer, aside, nav, main, article, figure {
    display: block; 
}

/* * {-webkit-font-smoothing: antialiased;} */

html {
	background-color: #FFFFFF;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
	color: #474747;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

a:link {
	color: #474747;
    text-decoration: none;
}

a:visited {
	color: #474747;
}

a:hover {
    color: #676767;
}

a:active {
	color: #474747;
}

header {
    position: relative;
    width: 100%;
    height: 100px;
    background-image: url('images/header-bg.jpg');
    background-size: cover;
	background-repeat: no-repeat;
    background-position: center top;
    box-shadow: 0 1px 1px rgba(0,0,0,0.5);
    margin: 0 0 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 0 0 0;
}

#mainContainer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 1100px;
	margin: 0 auto;
    position: relative;
    /*border: solid 1px black;*/
}

img {
	border: none;
}

sup {
    font-size: 0.6em;
    /*font-weight: normal;*/
    /*vertical-align: super;*/
    line-height: 0;
}

#iconEmail {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 30px;
    right: 30px;
    opacity: 0.6;
    /*margin: 50px 0 0 52px;*/
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}

#iconEmail:hover {
    opacity: 0.8;
}

#logoHome {
    background-image: url("images/logo.svg");
    display: block;
    background-size: 100%;
    width: 343px;
    height: 78px;
    background-repeat: no-repeat;
    text-indent: -1000px;
    overflow: hidden;
    margin: 0 auto;
}

#leftCol {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 540px;
	float: left;
    position: relative;
}

#upLiftBox {
    width: 500px;
    height: auto;
    margin: 80px 0 0 0;
}

#socialIcons {
    position: absolute;
    left: -42px;
    top: 0;
    width: 32px;
    padding: 0;
    margin: 0;
    z-index: 200;
}

#socialIcons img {
    width: 32px;
    height: 32px;
    margin: 0 0 8px 0;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

#socialIcons img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#rightCol {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float: left;
	margin: 0;
    position: relative;
    z-index: 30;
    max-width: 560px;
    text-align: center;
}

#bodyCopy {
    margin: 20px auto 10px auto;
    max-width: 560px;
}

#youTubeVideo {
    width: 560px;
    height: 315px;
}


#logoHome > h1 {
    font-size: 8px;
}

h2, h4, h5 {
    color: #75BD43;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
}

h2 {
    text-align: center;
    font-size: 40px;
    margin: 50px 0;
    line-height: 40px;
}

em {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
}

h4 {
    color: #000;
    font-size: 20px;
    margin: 20px 0 15px 0;
}

H5 {
    font-size: 18px;
    margin: 30px 0 0 0;
}

form {
    display: block;
    width: 420px;
    margin: 20px auto;
    text-align: center;
}

form div {
    border: solid 1px #75BD43;
    border-radius: 8px;
    margin: 0 0 7px 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

form p {
    color: #75BD43;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

input::placeholder {
    font-family: 'Source Sans Pro', sans-serif;
    color: #C2C2C2;
	font-size: 18px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
}

.textInput {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
    line-height: 18px;
    padding: 5px;
    border-style: none;
    color: #727272;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
}

#formPromoCode {
    width: 100%;
}

#formCodeBox {
    width: 290px;
    display: inline-block;
}

#formEmail {
    width: 100%;
}

.formButton {
    border: none;
    border-radius: 8px;
    background: #75BD43;
    margin: 0;
    color: #FFFFFF;
    padding: 8px 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}

.formButton:hover {
    background: #6DB13E;
  }

#LVinfo {
    text-align: center;
}

#LVinfo img {
    width: 160px;
    height: 94px;
    margin: 20px 0 0 0;
}

#LVinfo span {
    font-size: 14px;
    font-weight: 700;
}

#hBar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    width: 1100px;
    margin: 0 auto;
    height: 50px;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #003977;
}

footer {
    width: 620px;
    margin: 0 auto 50px auto;
    color: #888;
    text-align: center;
    clear: both;
    font-size: 15px;
    padding: 30px 0 0 0;
}

@media only screen and (max-width: 1100px) {

    /* #LVMbug {
        position: static;
        margin: 60px auto 0 auto;
    } */

}

@media only screen and (max-width: 768px) {

    /* header {
        padding: 0;
    } */

    #mainContainer {
        width: 100%;
    }

    #leftCol {
        text-align: center;
        width: 100%;
    }
    
    #upLiftBox {
        position: static;
        width: 360px;
        margin: 0 0 20px 0;
    }

    #rightCol {
        float: none;
        width: 100%;
        padding: 0;
    }
    
    #logoHome {
        margin: 0;
        width: 320px;
        height: 73px;
    }

    #iconEmail {
        position: static;
        margin: 50px 0 20px 20px;
    }

    form {
        margin-bottom: 30px;
    }

    #socialIcons {
        position: static;
        width: auto;
        height: 32px;
        margin: 20px 0 0 0;
    }

    #socialIcons img {
        margin: 0 8px 0 0;
    }
    
    #youTubeVideo {
        width: 95%;
    }

    h2 {
        margin: 30px 0;
    }

    h5 {
        font-size: 20px;
        margin: 20px 0 0 0;
    }

    #bodyCopy {
        margin: 15px auto;
        max-width: 90%;
    }
        
    form {
        width: 90%;
    }

    #formEmail {
        width: 100%;
    }
    
    #formCodeBox {
        width: 100%;
        display: block;
    }
    
    .formButton {
        display: block;
        margin: 20px auto;
        float: none;
    }

    form p {
        margin: 0 auto;
    }
    
    #hBar {
        width: 100%;
        text-align: center;
        padding:0 0 8px 0;
    }

    footer {
        width: 90%;
        text-align: center;
    }

}

@media only screen and (min--moz-device-pixel-ratio: 1.5),
    (-o-min-device-pixel-ratio: 3/2),
    (-webkit-min-device-pixel-ratio: 1.5),
    (min-device-pixel-ratio: 1.5) {
    
    /*#contactButton {
    background-image: url('images/btn-contact-us@2x.png');
    }*/

}