body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: "Baloo Thambi 2";
}
input {
	font-family: "Baloo Thambi 2";
	font-size: 11pt;
}
input[type="checkbox"] {
	width: 20px !important;
	height: inherit !important;
	padding: inherit !important;
	margin: 0 !important;
	margin-right: 5px !important;
}

ul {
	margin: 0;
	padding: 0;
}
ul li {
	display: block;
}
ul.col-2 li {
	width: calc(50% - 30px);
	float: left;
	margin: 0 60px 0 0;
}
ul.col-2 li:nth-child(2n) {
	margin-right: 0;
}
ul.col-1 li {
	width: 100%;
	float: none;
}

ul.about {
	width: 800px;
	max-width: 100%;
	margin: 50px auto 30px auto;
	padding: 0;
}
ul.about li {
	float: left;
	width: 16.666666%;
	text-align: center;
}
ul.about a {
	color: inherit;
	text-decoration: none;
}
ul.about img {
	width: 70%;
	border-radius: 100%;
}

table.account {
	width: 90%;
	border: solid 1px #CECECE;
}
table.account td {
	padding: 10px;
}

ul.sponsors {
	width: 800px;
	max-width: 100%;
	margin: 50px auto 30px auto;
	padding: 0;
}
ul.sponsors li {
	float: left;
	width: 25%;
	text-align: center;
}
ul.sponsors a {
	color: inherit;
	text-decoration: none;
}
ul.sponsors img {
	width: 70%;
}

li.state-0 {
	border-bottom: solid 5px green;
}
li.state-1 {
	border-bottom: solid 5px orange;
}
li.state-2 {
	border-bottom: solid 5px blue;
}

button.btn {
	padding: 0 20px 0 20px;
	height: 40px;
	background-color: #F0584A;
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 10px 0;
	border: none;
	cursor: pointer;
}

.section-header {
	height: 70px;
	border-bottom: solid 1px #ECECEC;
}
.section-header img.logo {
	float: left;
	height: 60px;
	margin: 5px 30px 0 0;
	background-color: #ECECEC;
	border: none;
}
.section-header ul.menu {
	
}
.section-header ul.menu li {
	float: left;
	line-height: 40px;
	margin: 15px 0 0 5px;
	padding: 0 10px 0 10px;
	border-radius: 10px;
	color: #F0584A;
	font-size: 11pt;
	font-weight: bold;
	transition: background-color 0.3s;
}
.section-header ul.menu li.btn {
	float: right;
	background-color: #F0584A;
	padding: 0 30px 0 30px;
	color: #FFF;
}
.section-header ul.menu li.btn:hover {
	background-color: #F0381A;
}

.section-main {
	padding: 50px 0 50px 0;
}
.section-main div.main-box {
	width: 650px;
	margin: auto;
}
.section-main div.main-box img {
	width: 100%;
}
.section-main div.main-p {
	width: 800px;
	margin: 40px auto 30px auto;
}
.section-main div.main-p p {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16pt;
}
.section-main div.main-p p span {
	font-size: 14pt;
	color: #666;
}
.section-main ul.main {
	width: 370px;
	margin: 40px auto 20px auto;
}
.section-main ul.main li {
	width: 175px;
	float: left;
	margin-right: 20px;
	line-height: 50px;
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
	background-color: #F0584A;
	border-radius: 10px;
	box-shadow: 0 0 1px #F0584A;
	transition: background-color 0.3s;
	color: #FFF;
}
.section-main ul.main a:nth-child(2n) li {
	margin-right: 0;
}
.section-main ul.main li:hover {
	background-color: #F0381A;
}

.section-login ul.main {
	width: 370px;
	margin: 40px auto 20px auto;
}
.section-login ul.main li {
	width: 175px;
	float: left;
	margin-right: 20px;
	line-height: 50px;
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
	background-color: #F0584A;
	border-radius: 10px;
	box-shadow: 0 0 1px #F0584A;
	transition: background-color 0.3s;
	color: #FFF;
}
.section-login ul.main a:nth-child(2n) li {
	margin-right: 0;
}
.section-login ul.main li:hover {
	background-color: #F0381A;
}

.section-stats {
	padding: 50px 0 50px 0;
	background-color: #FAFAFA;
	border-top: solid 1px #F0584A;
}
.section-stats ul.stats {
	margin: auto;
	width: 1000px;
	max-width: 100%;
}
.section-stats ul.stats li {
	float: left;
	width: 25%;
	text-align: center;
}
.section-stats ul.stats li p {
}
.section-stats ul.stats li p span {
	font-size: 26pt;
	font-weight: bold;
}
.section-stats ul.stats li p span span {
	font-size: 15pt;
}
.section-stats p.title {
	padding: 0;
	margin-top: -30px;
	text-align: center;
	color: #F0584A;
	font-weight: bold;
}

.section-faq {
	padding: 50px 0 50px 0;
	border-top: solid 1px #F0584A;
}
.section-faq h2 {
	text-align: center;
	color: #F0584A;
}
.section-faq h3 {
	color: #F0584A;
}
.section-faq a {
	color: #F0584A;
}

.section-content {
	padding: 50px 0 50px 0;
}

.section-login {
	padding: 100px 0 100px 0;
}
.section-login form {
	width: 300px;
	padding: 40px;
	margin: auto;
	border: solid 1px #F0584A;
}
.section-login form h3 {
	margin: 0;
	padding: 5px 0 5px 0;
}
.section-login form input {
	height: 40px;
	width: calc(100% - 40px);
	padding: 0 20px 0 20px;
	margin: 0 0 15px 0;
}
.section-login form input:focus {
	outline: none;
}
.section-login form button {
	padding: 0 20px 0 20px;
	height: 40px;
	background-color: #F0584A;
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	margin: 10px 0 0 0;
	border: none;
	cursor: pointer;
}

/* section-register */
.section-register {
	padding: 100px 0 100px 0;
}
.section-register .register-left {
	float: left;
	width: 50%;
}
.section-register .register-left a {
	color: #F0584A;
}
.section-register .register-left form {
	width: calc(90% - 80px);
	padding: 40px;
	margin: 0 0 20px 0;
	border: solid 1px #F0584A;
}
.section-register .register-left form h3 {
	margin: 0;
	padding: 5px 0 5px 0;
}
.section-register .register-left form textarea {
	height: 120px;
	width: calc(100% - 40px);
	padding: 20px;
	margin: 0 0 15px 0;
	font-size: 11pt;
	border: solid 1px #CECECE;
	resize: none;
}
.section-register .register-left form select {
	height: 40px;
	width: 100%;
	padding: 0 20px 0 20px;
	margin: 0 0 15px 0;
	-webkit-appearance: none;
	border: solid 1px #CECECE;
}
.section-register .register-left form input {
	height: 40px;
	width: calc(100% - 40px);
	padding: 0 20px 0 20px;
	margin: 0 0 15px 0;
}
.section-register .register-left form input:focus {
	outline: none;
}
.section-register .register-left form input[type="checkbox"] {
	width: inherit;
	height: inherit;
	padding: inherit;
	margin: inherit;
	margin-right: 5px;
}
.section-register .register-left div.permissions {
	font-size: 10pt;
}
.section-register .register-left form button {
	padding: 0 20px 0 20px;
	height: 40px;
	background-color: #F0584A;
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	margin: 10px 0 0 0;
	border: none;
	cursor: pointer;
}
.section-register .register-right {
	float: right;
	width: 50%;
}
.section-register .register-right img.info {
	width: 100%;
	margin-top: 50px;
	background-color: #ECECEC;
}

/* section-need-help */
.section-need-help {
	padding: 50px 0 50px 0;
}
.section-need-help ul.requests {
	
}
.section-need-help ul.requests li {
	display: block;
	float: left;
	width: 320px;
	height: 200px;
	margin: 10px 20px 10px 0;
	background-color: #FAFAFA;
	box-shadow: 0 0 2px #F0584A;
}
.section-need-help ul.requests li.new {
	line-height: 200px;
	text-align: center;
	font-size: 25pt;
	color: #F0584A;
}
.section-need-help ul.requests a:nth-child(3n) li {
	margin-right: 0;
}
.section-need-help ul.requests li p {
	text-align: center;
	font-size: 25pt;
	font-weight: bold;
	color: #000;
	margin-top: 40px;
}
.section-need-help ul.requests li p span {
	font-size: 12pt;
	font-weight: normal;
}
.section-need-help ul.requests li p:nth-child(2) {
	margin-top: -20px;
}
.section-need-help ul.requests li p:nth-child(3) {
	font-size: 10pt;
	color: #888;
	margin-top: -20px;
}

/* section-can-help */
.section-can-help {
	padding: 50px 0 50px 0;
}
.section-can-help form.filter-main {
	width: 800px;
	margin: auto;
	border: solid 1px #F0584A;
	padding: 50px;
}
.section-can-help form.filter-main div.col-3 {
	width: 40%;
	float: left;
}
.section-can-help form.filter-main div.col-3:nth-child(2) {
	width: 20%;
	float: left;
	line-height: 240px;
	text-align: center;
	font-size: 14pt;
	color: #888;
	letter-spacing: 2px;
}
.section-can-help form.filter-main h3 {
	margin: 0;
	padding: 5px 0 5px 0;
}
.section-can-help form.filter-main select {
	height: 40px;
	width: 100%;
	padding: 0 20px 0 20px;
	margin: 0 0 15px 0;
	-webkit-appearance: none;
	border: solid 1px #CECECE;
}
.section-can-help form.filter-main input {
	height: 40px;
	width: calc(100% - 40px);
	padding: 0 20px 0 20px;
	margin: 0 0 15px 0;
}
.section-can-help form.filter-main input:focus {
	outline: none;
}
.section-can-help form.filter-main button {
	padding: 0 20px 0 20px;
	height: 40px;
	background-color: #F0584A;
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 10px 0;
	border: none;
	cursor: pointer;
}

/* section-view-request */
.section-view-request {
	padding: 50px 0 50px 0;
}
.section-view-request form.request-main {
	width: 800px;
	margin: auto;
	border: solid 1px #F0584A;
	background-color: #FAFAFA;
	padding: 50px;
}
.section-view-request form.request-main div.col-2 {
	width: 48%;
	margin-right: 4%;
	float: left;
}
.section-view-request form.request-main div.col-2:nth-child(2n) {
	margin-right: 0;
}
.section-view-request form.request-main h3 {
	margin: 0;
	padding: 5px 0 5px 0;
}
.section-view-request form.request-main select {
	height: 40px;
	width: 100%;
	padding: 0 20px 0 20px;
	margin: 0 0 15px 0;
	-webkit-appearance: none;
	border: solid 1px #CECECE;
}
.section-view-request form.request-main input {
	height: 40px;
	width: calc(100% - 40px);
	padding: 0 20px 0 20px;
	margin: 0 0 15px 0;
}
.section-view-request form.request-main input:focus {
	outline: none;
}
.section-view-request form.request-main button {
	padding: 0 20px 0 20px;
	height: 40px;
	background-color: #F0584A;
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 10px 0;
	border: none;
	cursor: pointer;
}
.section-view-request form.request-main button.white {
	background-color: #FFF;
	border: solid 1px #F0584A;
	color: #F0584A;
	font-weight: normal;
}
.section-view-request form.request-main p {
	margin: 0;
	padding: 0;
}
.section-view-request table {
	width: calc(100% + 100px);
	margin-left: -50px;
	padding: 20px;
	background-color: #FFF;
}
.section-view-request table a {
	color: #F0584A;
}
.section-view-request table th {
	text-align: left;
}

.section-footer {
	padding: 80px 0 20px 0;
	background-color: #F0584A;
	color: #FFF;
	text-align: center;
}
.section-footer div.social {
	margin: 0 0 20px 0;
}
.section-footer div.social a {
	color: inherit;
	text-decoration: none;
}
.section-footer div.social img {
	width: 40px;
}
.section-footer div.copyright {
	font-size: 10pt;
}
.section-footer div.copyright a {
	color: inherit;
}

.expandable {
	transition: height 0.3s;
	overflow: hidden;
}
.expandable h3 {
	cursor: pointer;
}
.c {
	width: 1000px;
	margin: auto;
}
.fr {
	float: right !important;
}
.clear {
	clear: both;
}

@media screen and (max-width: 768px) {
	.c, .section-main div.main-box, .section-main div.main-p {
		width: 95%;
		margin: auto;
	}
	.col-2, .section-register .register-left, .section-register .register-right {
		width: 90%;
		margin: auto;
		float: none;
	}
	ul.col-2 li, .section-stats ul.stats li {
		width: 100%;
		float: none;
	}
	ul.col-2 li, .section-stats ul.stats li img {
		margin-top: 15px;
	}
	ul.col-2 li, .section-stats ul.stats li p {
		margin: 0;
	}
	ul.about li {
		width: 33.333333%;
	}
	.section-register .register-left form {
		width: calc(100% - 80px);
	}
	.section-can-help form.filter-main, .section-view-request form.request-main {
		width: calc(100% - 120px);
		margin: auto;
	}
	.section-can-help form.filter-main div.col-3, .section-can-help form.filter-main div.col-3:nth-child(2), .section-view-request form.request-main div.col-2 {
		width: 100%;
		float: none;
	}
	.section-need-help ul.requests {
		width: 320px;
		max-width: 100%;
		margin: auto;
	}
	.section-need-help ul.requests li {
		max-width: 100%;
	}
}