html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	width: auto;
	height: 100%;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-size: 15px;
	color: #000000;
	line-height: 1.6em;
	background-image: url(../img/bokeh.jpg);
	background-size: cover;
}
a, a:visited {
	color: #3a9bc7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2 {
	font-weight: bold;
}
ul {
	padding-left: 40px;
}


.overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
}
.third {
	float: left;
	margin-left: 0.83333333333333%;
	padding: 15px 0;
	width: 32.777777777778%;
}
.two-third {
	float: left;
	margin-left: 0.83333333333333%;
	padding: 15px 0;
	width: 66.388888888889%;
}
.first {
	clear: both;
	margin-left: 0;
}
	.container  {
	    padding-top:50px;
	    position:relative;
	    width:100%;
	}
	.contentWrapper {
            position: relative;
            top: 0;
            left: 0;
            z-index: 101; 
	    width: 100%;
	    margin: 10px 0 10px ;
	}
	form#sms {
	    float: left;
	}
	.gad {
	    width: 300px;
	    height: 250px;
	    float: right;
	    background-color: rgba(255,255,255,.5);
	    display: block;
	}
	.gmad {
	    width: 320px;
	    height: 50px;
	    display: none;
	}
	.social {
	    width: 300px;
	    height:65px;
	    margin: 10px 0;
	    border: none;
	    float: right;
	    display: block;
	}
	.blurb {
	    width: 300px;
	    border: none;
	    float: right;
	    display: block;
	}
	.content, .header, .bottom, .footer {
	    width: 640px;
	    margin: auto;
	    background-color: transparent;
	}
	.content {
	    overflow: auto;
	}
	.header {
	    padding: 0px;
	    height: 80px;
	    background-image: url(../img/logo.png);
	    background-repeat: no-repeat;
	}
	.bottom {
	    margin: 10px auto 10px;
	    overflow: auto;
	    color: white;
	}
	.bottom h2 {
	    background-color: rgba(0,0,0,.5);
	    padding: 5px 15px;
	    text-transform: uppercase;
	}
	.bottom ul {
	    padding-left: 0px;
	}
	.bottom ul li {
	    border-bottom: 1px solid rgba(255,255,255,.25);
	    padding: 3px 15px;
	    color: #222222;
	}
	.bottom ul a { text-decoration: none; }
	.bottom ul li:hover { background-color: rgba(255,255,255,.25); }
	.fa-apple { color: #999999; }
	.fa-android { color: #a4c639; }
	.fa-windows { color: #2e8def; }
	.fa-facebook-official { color: #3b5998; }
	.fa-ban { color: darkred; }
	.fa-question-circle {color: #dddddd; }
	.footer {
	    font-size: .9em;
	    margin: 10px auto 50px;
	    text-align: center;
	    background-color: rgba(0,0,0,.50);
	    color: #eeeeee;
	    padding: 5px 0;
	}
	input[type="text"], input[type="tel"], select, textarea, button, .checkfield {
  	    display: block;
  	    margin: 0 0 5px;
	    padding: 15px;
  	    width: 320px;
  	    font-family: sans-serif;
  	    font-size: 18px;
	    background-color: rgba(255,255,255,.6);
  	    appearance: none;
	    -webkit-appearance: none;
	    -moz-appearance: none;
  	    box-shadow: none;
	    border: 1px solid white;
  	    border-radius: 5px;
  	    -ms-box-sizing:border-box;
  	    -webkit-box-sizing: border-box;
  	    -moz-box-sizing: border-box;
            box-sizing: border-box;
	}
	.checkfield {
	    padding: 10px 15px 5px;
	    font-size: .9em;
	    text-align: left;
	}
	textarea {
	    resize: vertical;
	}
	input:focus:invalid, select:focus:invalid, textarea:focus:invalid {
	    background-color: white;
	    border-color: darkred;
	}
	.buttons {
	    overflow: auto;
	}
	button {
	    background-color: royalblue;
	    border: none;
	    box-shadow: none;
	    border-radius: 5px;
	    color: white;
	    margin-top: 5px;
	}
	button:hover {
	    background-color: dodgerblue;
	}
	button.submit {
	    width: 72%;
	    float: right;
	}
	button.count {
	    width: 25%;
	    background-color: rgba(255,255,255,.75);
	    color: black;
	    float: left;
	}
    #modal-background {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: .50;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        filter: alpha(opacity=50);
        z-index: 1000;
    }
    #modal-launcher, #modal-close {
	cursor: pointer;
    }
    #modal-content {
        background-color: white;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        box-shadow: 0 0 20px 0 #222;
        -webkit-box-shadow: 0 0 20px 0 #222;
        -moz-box-shadow: 0 0 20px 0 #222;
        display: none;
	font-size: .8em;
        height: 280px;
        left: 50%;
        margin: -120px 0 0 -160px;
        padding: 15px;
        position: absolute;
        top: 35%;
        width: 300px;
        z-index: 1000;
	overflow: auto;
	text-align: left;
    }

    #modal-background.active, #modal-content.active {
        display: block;
    }
    #modal-close {
	width: 100%;
    }
@media only screen and (max-width: 640px) {
	.third, .two-third {
	    width: 100%;
	    margin-left: 0;
	}
	.bottom {
	    width: 90%
	}
	.container {
	    padding-top: 10px;
	}
	.contentWrapper {
	    margin-top: 10px;
	}
	.content, .header, .footer {
	    width: 100%;
	    text-align: center;
	}
	form#sms {
	    float: none;
	}
	.gad, .social, .blurb {
	    width: 90%;
	    margin: 10px auto;
	    float: none;
	}
	.checkfield {
	    width: 90%;
	    margin: auto;
	}
	.blurb {
	    text-align: left;
	}
	.gad {
	    display: none;
	}
	.gmad {
	    display: block;
	    margin: 10px auto;
	    float: none;
	}
	.header {
	    background-position: center center;
	}
	input[type="text"], input[type="tel"], select, textarea, button {
	    margin: 0 auto 3px;
	    width: 90%;
	}
	button {
	    margin-top: 5px;
	}
	.buttons {
	    width: 90%;
	    margin: 5px auto;
	}
}
