/* -- CSS for GoBear PPSG -- */

html, body {

	background: url(../images/bg.jpg) repeat-x #eeeeee;
	font-family: 'Open Sans', sans-serif;
	color: #2d2d2d;
	line-height: 25px;
	background-color: #eeeeee;
}

#container {

	width: 936px;
	height: 1500px;
	margin: 0 auto;
	padding:  auto;
}

#header {

	margin-top: 15px;
}

.address {

	width: 500px;
	float: right;
	text-align: right;
	font-size: 13px;
	margin-top: 25px;
}

h1 {

	color: #f8b627;
	font-size:28px;
	margin-bottom: -10px;
}

p {

	font-size: 13px;
}

li {

	font-size:13px;
}

.title {

	background-color: #ff9900;
	margin-top: 0;
	color: #fff;
	padding: 5px;
	font-size: 16px;
	text-align: center;
}

#form {

	width: 662px;
	height: 381px;
	background-color: #228fce;
	float: left;
}

#belowForm {
	padding-top: 20px;
	width: 662px;
	height: 100%;
	float: left;
}

.leftContent {
  	width: 325px;
  	float: left;
  	margin-right: 10px;
  	padding-right: 10px;
}

#sidebar {

background-color: #fff;
width: 260px;
height: 100%;
float: right;

}

#sidebar p {

	padding: 15px;
}
.basedSG{
	margin-top: 20px;
	background-color: #d5d5d5;
	padding: 5px;
	color: #228fce;
	font-weight: bold;
	cursor: pointer;
	z-index: 9999;
	position: relative;
}
.basedSG span {
	pointer-events: none;
}
.basedSG span:after {
	content: "+";
	position: relative;
	font-size: 15px;
	left: 0;
	padding: 0 5px;
}
.basedSG .active span:after {
	content: "-";
	position: relative;
	font-size: 20px;
	left: 0;
	padding: 0 5px;
	top: 0px;
}
#footer {
	line-height: 25px;
	height: 320px;
	width: 100%;
	background-color: #228fce;
}

#innerFooter {

	width: 936px;
	padding-top:30px;
	margin: 0 auto;
}
#innerFooter p {
	margin: 10px 0;
	color: #fff;
	font-size: 10px;
}

.tnc {

	padding-top: 90px;
	width: 300px;
	float: right;
}
#formContainer input,
#formContainer select {
	margin: 0;
  	padding: 0;
 	height: 46px;
  	width: 286px;
}

#formContainer input {font-size: 12px;}

#bannerContent {


	padding: 20px 140px 50px 20px;
	background: url(../images/family.jpg) no-repeat bottom;
}

.redHeader {
	font-size: 25px;
	color: #cf161e;
	font-weight: bold;
}

.redText {
	font-size: 15px;
	color: #cf161e;
	font-weight: bold;
}

.blueHeader {

	color: #228fce;
	font-size: 17px;
	font-weight: bold;
}

input::-webkit-input-placeholder { /* WebKit browsers */
	    color: #7a7a7a !important;
	    opacity: 0.5 !important;
	    font-size: 15px;
	}


::-webkit-input-placeholder {
  	    color: #7a7a7a !important;
	    opacity: 0.5 !important;
	    font-size: 15px;
}

:-moz-placeholder { /* Firefox 18- */
   	    color: #7a7a7a !important;
	    opacity: 0.5 !important;
	    font-size: 15px;
}

::-moz-placeholder {  /* Firefox 19+ */
   	    color: #7a7a7a !important;
	    opacity: 0.5 !important;
	    font-size: 15px;
}

:-ms-input-placeholder {  
   	    color:#7a7a7a !important;
	    opacity: 0.5 !important;
	    font-size: 15px;
}

#quote-form select {font-size: 15px !important;}

.requiredField{

	color:#ff9900;
	font-weight: bold;



}