body {
	font-family: 'Open Sans', sans-serif;
	color: #313B45;
	padding-top: 70px;
}
*::-webkit-input-placeholder {
    opacity: 0.7 !important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    opacity: 0.7 !important;
}
*::-moz-placeholder {
    /* FF 19+ */
    opacity: 0.7 !important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 0.7 !important;
}
span {
	color: #fd0027;
}
h1, .navbar-default .navbar-brand {
	font-family: "Philosopher", sans-serif;
	font-weight: 400;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}
li {
  font-size: 14px;
  font-weight: 400;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eee;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.accordion-toggle::before { 
    content: "\25B8 ";
}
.accordion-toggle {
	color: #1340cf;
	cursor: pointer;
}
.accordion-content {
	display: none;
}
.accordion-content p {
	text-align: justify;
	font-size: 1em !important;
	color: #6B6B6B;
	margin: .6125em 0em;
	line-height:1.6em;
}
.accordion-content ul li {
	font-size: 1em !important;
	color: #6B6B6B;
}
.accordion-content.default {
	display: block;
}
.contact{
	margin-bottom:4%;
	display:block;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form p {
	text-align: justify;
	font-size: 1.1em;
	font-weight: 400;
	color: #6B6B6B;
	margin: .6125em 0em;
	line-height:1.6em; 
}
.contact-form div{
	padding:5px 0;
}
.contact-form h4 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	padding: 5px 0;
	margin: 16px 0 .6125em 0;
}
.contact-form h6 {
	font-size: 1em;
	padding: 3px 0 0 0 !important;
	line-height: 1.2em;
	text-align: left;
	margin: 0 !important;
}
.contact-form span label{
	font-size: 1em;
	color: #9C9C9C;
	line-height: 1.6em;
	padding-bottom:3px;
}


.contact-form input {                   
	line-height: 38px;
	height: 38px;
	font-size: 1em;
}

.contact-form input[type="text"], .contact-form textarea {
	font-family: Arial, Geneva,Helvetica, sans-serif;
	color: #9C9C9C;
	padding: 0 8px;
	display: block;
	width: 98%;
	background:#fff;
	border: 1px solid rgba(214, 212, 209, 1);
	outline: none;
	-webkit-appearance: none;
}
.contact-form select {
	font-family: Arial, Geneva,Helvetica, sans-serif;
	color: #9C9C9C;
	padding: 8px 8px;
	line-height: 20px;
	display: block;
	width: 98%;
	background:#fff;
	border: 1px solid rgba(214, 212, 209, 1);
	outline: none;
}
.contact-form option {
	padding: 1px;
	line-height: 20px;
}
.short {
	width: 29% !important;
}
.shorter {
	float:left;
	width: 29% !important;
	margin-right: 1em;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
	-webkit-transition:0.9s;
	-o-transition:0.9s;
	-moz-transition:0.9s;
	transition:0.9s;
	border: 1px solid rgba(253, 203, 72, 0.66);
	box-shadow: 0px 0px 4px rgba(151, 133, 36, 0.34);
	-webkit-box-shadow: 0px 0px 4px rgba(151, 133, 36, 0.34);
	-moz-box-shadow: 0px 0px 4px rgba(151, 133, 36, 0.34);
	-o-box-shadow:0px 0px 4px rgba(151, 133, 36, 0.34);
}
.contact-form input[type="submit"]{
	font-size: 16px;
	padding: 10px 20px;
	color: #FFF;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	margin-top: 2%;
	background: #6087B6;
}
.contact-form input[type="submit"]:hover{
	background: #fd0027;
}
.button form input[type="submit"],
.button form input[type="reset"] {
	background: #6087B6;
	padding: .5em;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	display: block;
	outline: none;
	border: none;
	width: 100%;
}
.button input[type="submit"]:hover,
.button input[type="reset"]:hover {
	background: #557eae;
}

button {
	float: left;
	width: 20%;
	margin-right: 10px;
}
button {
	background: #6087B6;
	padding: .5em;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	display: block;
	outline: none;
	border: none;
	cursor: pointer;
}
button:hover:enabled {
	background: #557eae;
}
button:disabled {
	opacity: .5;
	cursor: default;
}

.input {
  border: 1px solid #FFBBD7 !important;
  border-radius: none !important;
  width: 40px !important;
  height: 30px !important;
  text-align: center;
}

#success,
#fail {
  display: none;
}
#message,
#success,
#fail {
  margin-top: 10px;
  margin-bottom: 10px;
}
#question {
	font-size: 1em !important;
	font-weight: normal !important;
	margin: 4px 0 0 0 !important;
}

#icon {
    background: #fff url(../../assets/images/other_images/help_cc.png) right no-repeat;
}

.error {
color: red;
}