/* CSS Document */
#container {
    margin-top: -22px !important;
    box-shadow: 1px 7px 10px 6px #888;
    width: 723px;
    margin-left: auto;
    margin-right: auto;
	background-color: #fff;
	font-family:Open Sans;
	font-size:14px;
	font-color:#333;
}

#banner img {
    margin-top: -22px;
}

.nomobile{
display:block;	
}

.mobile{
display:none;	
}

#header {
    position: relative;
}

#toparea{
	margin-top:30px;
	margin-left:14%;
	margin-right:16%;
	overflow:auto;
}

#socialshare {
    float: left;
    margin-right: 6%;
	width:5%;
}

div#intro {
    float: left;
    width: 89%;
}

#socialshare ul {
margin-left: 15px;
    list-style: none;
    padding: 0px;
}

#socialshare li {
    margin-bottom: 10px;
}

#socialshare a {
    color: #000;
}

#socialshare a:hover {
    color: #62bb46;
}

h2.pphead {
    color: #000;
    font-size: 28px;
	line-height:28px;
	margin-top:0px;
}

.btnrow{
overflow:auto;
margin-left:10%;
margin-right:5%;	
}

.btnrow p {
    font-size: 16px;
    margin-top: 8px;
    font-weight: 500;
	margin-bottom: 10px;
}

#activate {
    width: 24%;
    float: left;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #d4d4d4;
    margin-right: 5%;
    padding-right: 5%;
	    text-align: center;
		padding-top: 10px;
}



#donate{
    width: 24%;
    float: left;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #d4d4d4;
    margin-right: 5%;
    padding-right: 5%;
	    text-align: center;
		padding-top: 10px;
	
}

#watch{
	width:24%;
float:left;	
    text-align: center;	
	padding-top: 10px;
}


a.btn {
    display: block;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px;
}

#activate a.btn {
    background-color: #4ea500;
}
#donate a.btn {
    background-color: #db5f1f;
}
#watch a.btn {
    background-color: #00adef;
}

a.btn:hover{
	background-color:#000 !important;	
}

.row{
background-color:#fff; 
padding-bottom:30px;
overflow:auto;
margin-top:15px;
margin-bottom:15px;	
}
.onecolumn{
float:left;
width:4%;
margin-left:1%;
}

.sevencolumn{
float:left;
width:56%;
margin-left:1%;
margin-right:1%;
}

.fourcolumn{
float:left;
width:30%;
margin-left:1%;
margin-right:1%;
position: relative;
    top: 270px;
}

h2 {
    color: #000;
    font-size: 28px;
}

h2.overwrite {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 31%;
    transform: translate(-50%,-50%);
	font-size: 36px;
	font-weight:600;
}

h2.overwrite img {
    width: 325px;
}


#questions {
    margin-left: 21%;
    margin-right: 15%;
    margin-top: 25px;
}

ol#ppq {
    margin-left: 20px;
}

#ppq li {
    margin-bottom: 25px;
}

#ppq li span {
    margin-left: 15px;
    overflow: auto;
    display: inline-table;
}

/*bottom questions and answers */

.qa {
    padding-bottom: 24px;
}

a.botq {
    text-decoration: none;
    color: #000;
    font-size: 28px;
    font-weight: 600;
	line-height: 35px;
}

hr {
    background-color: #d6d6d6;
}