/*Normalize*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/scripts/boxsizing.htc);
}
.container {
    max-width: 960px;
    margin: 0 auto;

}

.bg-wrap {
	background:  url('../images/bg.png');
	max-width: 960px;
	margin: 0 auto;
}
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
    content: "";
    display: table;
    clear: both;
}

.row { padding-bottom: 0em;
}

.col {
    display: block;
    float: left;
    width: 100%;
}

@media ( min-width : 768px ) {

    .gutters .col {
        margin-left: 2%;
    }

    .gutters .col:first-child {
        margin-left: 0;
    }
}


    .span_1 { width: 8.33333333333%; }
    .span_2 { width: 16.6666666667%; }
    .span_3 { width: 25%; }
    .span_4 { width: 33.3333333333%; display: inline; }
    .span_5 { width: 41.6666666667%; }
    .span_6 { width: 50%; }
    .span_7 { width: 58.3333333333%; }
    .span_8 { width: 66.6666666667%; }
    .span_9 { width: 75%; }
    .span_10 { width: 83.3333333333%; }
    .span_11 { width: 91.6666666667%; }
    .span_12 { width: 100%; }

    .gutters .span_1 { width: 6.5%; }
    .gutters .span_2 { width: 15.0%; }
    .gutters .span_3 { width: 23.5%; }
    .gutters .span_4 { width: 32.0%; }
    .gutters .span_5 { width: 40.5%; }
    .gutters .span_6 { width: 49.0%; }
    .gutters .span_7 { width: 57.5%; }
    .gutters .span_8 { width: 66.0%; }
    .gutters .span_9 { width: 74.5%; }
    .gutters .span_10 { width: 83.0%; }
    .gutters .span_11 { width: 91.5%; }
    .gutters .span_12 { width: 100%; }

body{
    min-height:420px;
    background-color: #d1d2d4;
    margin:0px;
    background-image: url('../images/noise.png');


}
header, .footerwrap {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
	display: block;
	background: #ffffff;
	text-align: center;

}

.logo {
   margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
	margin-bottom: 10px;
    width:100%;
    max-width:541px;
    padding: 0 20px;
    
}

h1 {
	margin: 0;
}

.coloredBar {
	background-color:#f05a28;
	width: 100%;
	height: 25px;
}

.coloredBar a {
	width: 100%;
	position: absolute;
	text-align: center;
	padding: 2px;
	color: #fff;
	text-decoration: none;
}

.coloredBar p {
font-weight: bold;
	margin: 10px 0 0 0;
	padding: 3px;
}

.coloredBar span {

}

.coloredBar-bottom {
	background-color:#58585B;
	width: 100%;
	height: 45px;
}
.coloredBar-bottom img {
	padding: 10px inherit;
}

.green-text {
	color:#AFD135;
}

.orange-text {
	color: #F26621;
}

.blue-text {
color: #31C4F3;
}

.white-text {
color: #ffffff;
letter-spacing: .1em;
}

#main{
	z-index:0;
	padding:25px;
	background-image: url('../images/dark-noise.png');

}


#main img {
	width: 100%;
	vertical-align: middle;
}


#title {
	background-repeat: repeat-x;
	margin-top: 10px;
	background-color:#58585b;
}


#title h1 {
	line-height: 1.0em;
	text-align: center;
	color:#fff;
	font-size: 2em;
	font-weight:bold;
	padding: 20px;
}

#title h3 {
	text-align:center;
}




#button-section{
	padding:0 25px 25px 25px;
}


.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #f05a28; /* Old browsers */
	background: #f05a28 -moz-linear-gradient(top, rgba(172,208,54,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: #f05a28 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(172,208,54,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background:#f05a28 -webkit-linear-gradient(top, rgba(172,208,54,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: #f05a28 -o-linear-gradient(top, rgba(172,208,54,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: #f05a28 -ms-linear-gradient(top, rgba(172,208,54,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
	background: #f05a28 linear-gradient(top, rgba(172,208,54,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	line-height: normal;
	padding: 8px 10px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	text-align:center;
	font-weight:100;
	margin: 10px 0;
}


.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #ddd;
	background: #f05a28; /* Old browsers */
	background: #f05a28 -moz-linear-gradient(top, rgba(209,210,212,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #f05a28 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(209,210,212,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #f05a28 -webkit-linear-gradient(top, rgba(209,210,212,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background:#f05a28 -o-linear-gradient(top, rgba(209,210,212,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #f05a28 -ms-linear-gradient(top, rgba(209,210,212,4,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #f05a28 linear-gradient(top, rgba(209,210,212,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	text-align:center;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: 1px solid #666;
	background: #ccc; /* Old browsers */
	background: #ccc -moz-linear-gradient(top, rgba(172,208,54,.35) 0%, rgba(207,239,75,.4) 100%); /* FF3.6+ */
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,239,75,.35)), color-stop(100%,rgba(207,239,75,.4))); /* Chrome,Safari4+ */
	background: #ccc -webkit-linear-gradient(top, rgba(172,208,54,.35) 0%,rgba(207,239,75,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #ccc -o-linear-gradient(top, rgba(172,208,54,.35) 0%,rgba(207,239,75,.4) 100%); /* Opera11.10+ */
	background: #ccc -ms-linear-gradient(top, rgba(172,208,54,.35) 0%,rgba(207,239,75,.4) 100%); /* IE10+ */
	background: #ccc linear-gradient(top, rgba(172,208,54,.35) 0%,rgba(207,239,75,.4) 100%); /* W3C */
	text-align:center;}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


#social_icon {
    display: inline;
    height: 40px;
    margin-left: -10px;
    padding: 10px;
    width: 40px;
}



#share {
margin:0 auto;
}

#share img {
    padding: 3%;
}

.social-media {
	padding: 3%;
	text-align: center;
}

.social-media i {
color: #fff;
font-size: 4em;

}

@media handheld, only screen and (max-width: 480px){

    #main{
        width:100% !important;

    }
    .drop-menu{
        float:none;
        margin:auto;
        width:100%;
        text-align:center;
        }

}

@media screen and (max-width: 340px){
.copyright span {
text-align: center
float:none;
}
}