/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	background-color: #E3E3E3 !important;
	overflow-x:hidden;
}

hi,h2,h3,h4,h5,h6 {
	color:#333;
	line-height:1.1em;
}

p {
	color:#333;
	font-size:13px;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#333;
}
a:hover {
	text-decoration: none;
	color:#eee;
	}

.btn-primary {
	padding: 8px 20px;
	background: #ED502E;
	color: #fff;
	border:none;
	margin-top: 20px;
}

.btn-primary:hover,
.btn-primary:focus{
  background: #eb8984;
  outline: none;
  box-shadow: none;
}

.text-center h2 {
	margin-bottom:30px;
}

.text-center p {
	color:#333;
}

.mbottom50 {
	margin-bottom:50px;
}
.mbottom15 {
	margin-bottom:15px;
}
.mtop10 {
	margin-top:10px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  text-transform:uppercase;
  font-size:18px;
  border-radius:30px;
  margin-left:-10px;
}

.btn-default:hover {
	background-color:#f9f9f9;
	color:#ED502E;
	border-color: #fff;
}

@media (min-width: 1200px){
	.container {
		width: 50%;
	}
}

@media (min-width: 992px){
	.container {
		max-width: 70%;
	}
}

@media (min-width: 768px){
	.container {
		max-width: 90%;
	}
}

@media (min-width: 576px){
	.container {
		max-width: 95%;
	}
}

@media (max-width: 325px){
	.container {
		max-width: 100%;
	}
	.button {
		font-size: 10px !important;
		height: 3.375rem !important;
	}
	.button-width {
		width: 70% !important;
	}
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.header{
	background-color:#fff;
	position: relative;
	top: 0px;
	z-index: 3;
	padding: 15px;
	border-bottom: 3px solid rgba(0,0,0,.125);
}

.header-top {
	margin-top: 20px;
	margin-bottom: 20px;
}

.header-bottom {
	color: #888;
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 0;
	text-transform: uppercase;
}

.logo {
	display: inline-block;
	max-width: 15.5rem;
	max-height: 10rem;
}

.logo-thanks {
	display: inline-block;
	max-height: 3.875rem;
	max-width: 24.5rem;
}

.questions {
	background-color:#fff;
}

.question {
	padding: 15px 15px 35px 15px;
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.question:hover {
    background-color: #f5f5f5;
}

.question-top {
	color: #1d1d1d;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 15px;
}

/* response component */
.responses {
	-webkit-align-items: flex-end;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-flex-align: end;
	-ms-flex-align: end;
	flex-align: end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.response {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	vertical-align: bottom;
	display: inline-block;
}

.response-last {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
  flex-basis: auto;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	position: relative;
	vertical-align: bottom;
}

.response-block {
	color: rgb(28, 28, 28);
	background-color: rgb(255, 255, 255);
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	box-sizing: border-box;
	font-family: "Source Sans Pro", sans-serif;
	box-shadow: initial;
	border-radius: 0.25rem;
	display: inline-block;
	min-width: 0px;
	height: 3.875rem;
	width: 100%;
}

.response-title-first {
	color: #888;
	width: 0;
	font-size: 1rem;
	margin-bottom: 0.5625rem;
	white-space: nowrap;
}

.response-title-last {
	color: #888;
	position: absolute;
	right: 0;
	top: -2.625rem;
	font-size: 1rem;
	margin-bottom: 0.5625rem;
	white-space: nowrap;
}

.response-button {
	border: 10px;
	box-sizing: border-box;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	cursor: pointer;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	outline: currentcolor none medium;
	font-size: inherit;
	font-weight: inherit;
	position: relative;
	height: 3.875rem;
	width: 100%;
	border-radius: 0.25rem;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	text-align: center;
}

.response-button:hover {
	opacity: 0.5;
}

.response-button-span {
	position: relative;
	opacity: 1;
	font-size: 13px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	color: rgb(255, 255, 255);
	line-height: 2.875rem;
}

.response-button-div {
	height: 2.875rem;
	border-radius: 0.25rem;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	top: 0px;
}

.mright {
	margin-right: 0.3125rem;
}

.bg-gray {
	background-color: #F5F5F5;
}
.bg-blue {
	background-color: #6492F3 !important;
}
.bg-0 {
	background-color: #D61915;
}
.bg-1 {
	background-color: #D61915;
}
.bg-2 {
	background-color: #D8D8D8;
}
.bg-3 {
	background-color: #D8D8D8;
}
.bg-4 {
	background-color: #D8D8D8;
}
.bg-5 {
	background-color: #D8D8D8;
}
.bg-6 {
	background-color: #D8D8D8;
}
.bg-7 {
	background-color: #D8D8D8;
}
.bg-8 {
	background-color: #D8D8D8;
}
.bg-9 {
	background-color: #3B9433;
}
.bg-10 {
	background-color: #3B9433;
}

.text-error{
	color: #d50000;
	font-size: 12px;
}

.essayTxtArea {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	border-width: 1px;
	border-color: #AAAAAA;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: #FFFFFF;
	color: #333333;
	height: 15rem;
}

.essayTxtArea:hover {
	border-color: #777;
}

.footer {
	background-color:#fff;
	position: relative;
	top: 0px;
	z-index: 3;
	padding: 15px;
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.footer-button{
	margin-bottom: 5px;
}

.btn {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px;
}
.btn-gray-dark {
	background-color: transparent;
	border: 1px solid #b3b3b3;
	color: #808080;
}
.btn-gray-dark:hover, .btn-gray-dark:focus{
	border: 1px solid #808080;
	color: #808080;
}

.copyright {
	background-color: #f5f6f8;
	color: #b0b0b0;
	font-size: 0.8125rem;
	line-height: 2.125rem;
}


.span-button {
	height: 2.375rem;
	border-top-left-radius: 0.1875rem;
	border-top-right-radius: 0.1875rem;
	border-bottom-right-radius: 0.1875rem;
	border-bottom-left-radius: 0.1875rem;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	top: 0px;
	color: #FFFFFF;
}

.button {
	border: 10px;
	box-sizing: border-box;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	cursor: pointer;
	text-decoration: none;
	margin: 0px 5px;
	padding: 0px;
	outline: none;
	font-size: 12px;
	font-weight: 500;
	position: relative;
	height: 4.375rem;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	background-color: #333;
	text-align: center;
	width: 25%;
}

.button:hover {
	opacity: 0.5;
}

.button-width {
	width: 80%;
}

a.mailto:hover {
	text-decoration: underline;
	color:#333;
}

/*
 * box
 */
.box-container{
	display: flex;
	flex-flow: row wrap;
}
.box-container .box {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	background: #ffffff;
	margin-top: 10px;
	width: 100%;
	border: 1px solid #e6e6e6;
	clear: both;
	flex: 1;
	margin-bottom: 15px
}
.box-container .box .box-icon {
	display: block;
	height: 50px;
	text-align: center;
	font-size: 45px;
	line-height: 42px;
	color: #43964b;
}
.box-container .box.no-border {
	border : none;
}
.box-container .box .box-content {
	padding: 10px;
	margin-top: auto;
}
.box-container .box .box-content img {
	max-width: 15rem;
}
.box-container .box .box-footer {
	padding: 10px;
}
.box-container .box .box-footer .button {
	border-radius: 25px;
}

@media (min-width: 768px){
	.box-container {
	   margin-bottom: 30px;
	}
	.box-container .box{
	   margin: 15px 20px;
	}
	.box-container > :only-child {
	    margin-left: auto;
	    margin-right: auto;
	    max-width: 50%;
	}
}

/*
 * p-loading
 */
.p-loading-container{
	z-index: 999 !important;
}

/*
 * font-size
 */
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}