* { margin:0px; padding:0px; box-sizing:border-box; }
img { border:none; }
img:focus, :focus, a:focus {
	outline:none; border:0px;
}

body {
    font-family:Arial, Helvetica, sans-serif;
    width: 100%;
    float: left;
}
p {
    font-family:Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 15px;
}
.wrapper {
    margin: 0px auto;
    max-width: 1200px;
    width: 100%;
}
.header {
    width: 100%;
    margin-top: 9px;
    float: left;
}
.stellarnav.light ul ul {
    background: #3e3c3c !important;
}
.stellarnav.light li li a {
    color: #BBB !important;
    padding: 12px 10px !important;
    font-size: 15px;
    background: #000 !important;
}
.stellarnav.light li li a:hover {
    background: rgb(160,160,140) !important;
    color: #fff !important;
}
.content {
    width: 100%;
    float: left;
    margin-top: 14px;
}
.stellarnav.light li a {
    font-size: 16px;
    font-weight: 300;
}
.stellarnav li {
    margin: 0px 2px;
}
.stellarnav ul ul {
    width: 260px !important;
}
.stellarnav ul li a {
    padding: 5px 10px !important;
	background: rgb(160,160,140) !important;
}
.stellarnav li.has-sub>a:after {
    margin-left: 4px !important;
}

.stellarnav {
    float: left;
}
.head1 h1 {
    font-size: 32px;
    font-weight: 100;
    margin-top: 13px;
    margin-bottom: 15px;
}
.logo {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.con_inner {
    float: left;
    width: 100%;
    background: #cbc8c8;
    padding: 7px;
}
.con_sec1_left, .con_sec1_center, .con_sec1_right {
    float: left;
    width: 390px;
    background: #fff;
    border: 1px solid #000;
    padding: 20px;
    min-height: 530px;
    margin-right: 8px;
	margin-bottom:8px;
}
.con_sec1_right {
    margin-right: 0px;
	float:right;
}
.con_sec1_left h5 {
	font-size: 21px;
	font-weight: 300;
	text-align: left;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 8px;
}
form.formpic {
    float: left;
    width: 100%;
    margin-top: 8px;
}
form.formpic input, form.formpic textarea {
	width: 100%;
	margin-bottom: 6px;
	color: #000;
	padding: 10px 7px;
	border: 1px solid #afafaf;
}
form.formpic input[type="submit"] {
    font-size: 12pt;
    color: white;
    background-color: green;
    border: 2px solid #336600;
    padding: 3px;
	cursor:pointer;
}
form.formpic textarea {
	height: 100px;
}
form.formpic input::-webkit-input-placeholder, form.formpic textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
form.formpic input::-moz-placeholder, form.formpic textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
form.formpic input:-ms-input-placeholder, form.formpic textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
form.formpic input:-moz-placeholder, form.formpic textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.con_sec1_left h2 a, .con_sec1_center h2, .con_sec1_center h2 a, .con_sec1_right h2 a  {
    font-size: 24px;
	color:#000;
    font-weight: 500;
 	text-decoration:none;
    margin-top: 5px;
    margin-bottom: 7px;
}
.con_sec1_center p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.con_sec1_center p a{
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted #000;
}
.con_sec1_center p a:hover{
	border-bottom:1px solid #000;
}
.con_two-column {
    float: left;
    width: 49.7%;
    background: #fff;
	min-height:345px;
    border: 1px solid #000;
    padding: 20px;
}
.con_two-column h2{
    font-size: 24px;
    color: #000;
    font-weight: 500;
	display:inline-block;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 7px;
}
.con_two-column h2 a{
    color: #000;
	border-bottom:1px dotted #000;
    text-decoration: none;
}
.con_two-column h3 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    margin-top: 17px;
    margin-bottom: 7px;
}
.con_two-column p {
    margin-top: 4px;
    font-size: 13px;
    margin-bottom: 14px;
    line-height: 19px;
} 
.con_two-column p strong {
    font-size: 14px;
    font-weight: 300;
}

.con_two-column2 {
    float: right;
    width: 49.7%;
	min-height:345px;
    background: #fff;
    border: 1px solid #000;
    padding: 20px;
}
.con_two-column2 h6 {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
.con_two-column2 h2{
    font-size: 24px;
    color: #000;
    font-weight: 500;
	display:inline-block;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 7px;
}
.con_two-column2 h2 a{
    color: #000;
	border-bottom:1px dotted #000;
    text-decoration: none;
}
.con_two-column2 p {
    margin-top: 4px;
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 19px;
}

div#footer {
    float: left;
    width: 100%;
    margin-top: 70px;
}
.con_sec1_center p span {
    float: left;
    width: 100%;
    margin-top: 6px;
}
.con_sec1_center ul {
    padding-left: 37px;
}
.con_sec1_center li {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 3px;
	list-style-type:disc;
    width: 100%;
}
.con_sec1_right ul, .con_sec1_left ul {
    padding-left: 37px;
}
.con_sec1_right li, .con_sec1_left li  {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 3px;
    width: 100%;
	list-style-type:disc;
}
.con_sec1_right li a, .con_sec1_left li a{
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted #000;
}
.con_sec1_right li a:hover{
	border-bottom:1px solid #000;
}
.con_sec1_left span {
    font-size: 14px;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.con_sec1_right h2, .con_sec1_left h2 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 16px;
    border-bottom: 1px dotted #000;
    display: inline-block;
}
.con_sec1_right p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.con_sec1_center:nth-child(5) h2 {
    border-bottom: 1px dotted #000;
	display:inline-block;
}
.min-height2 {
	min-height:530px;
}
.con_sec1_right h3 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 16px;
    display: inline-block;
}
.con_sec1_right h3 a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}
.mob_head {
	display:none;
}
div#footer ul {
    background: #E0DDDD;
    width: 100%;
    text-align: center;
    padding: 10px 10px 5px 10px;
}
div#footer ul li {
	display:inline-block;
	padding:0px 10px;
	border-right:1px solid #000;
}
div#footer ul li:last-child {
	border-right:0px;
	padding-right:0px;
}

div#footer p {
    background: #E0DDDD;
    width: 100%;
	padding-right:10px;
	padding-left:10px;
    text-align: center;
	padding-bottom:10px;
}

@media screen and (max-width:1230px) {
.wrapper {
    max-width: 1140px;
}
.stellarnav li {
    margin: 0px 1px;
}
.con_sec1_left, .con_sec1_center, .con_sec1_right {
    width: 370px;
}
.min-height2 {
    min-height: 547px !important;
}
.con_two-column, .con_two-column2 {
    min-height: 362px;
}
.logo img {
	width:100%;
	height:auto;
}
}

@media screen and (max-width:1170px) {
.wrapper {
    max-width: 930px;
}
.stellarnav ul li a {
    padding: 6px 5px !important;
    font-size: 14px !important;
}
.con_two-column h2 {
    font-size: 20px;
}
.con_two-column, .con_two-column2 {
    min-height: 387px;
}
.con_sec1_left, .con_sec1_center, .con_sec1_right {
    width: 300px;    min-height: 525px;
}
.con_sec1_center ul {
    padding-left: 17px;
}
.con_sec1_left h2 a, .con_sec1_center h2, .con_sec1_center h2 a, .con_sec1_right h2 a {
    font-size: 20px;
}
.g-recaptcha {
	transform: scale(0.86);
	-webkit-transform: scale(0.86);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
.con_sec1_right h2, .con_sec1_left h2 {
    font-size: 20px;
}
}

@media only screen and (max-width : 1000px) {
	.stellarnav > ul > li > a { padding: 20px 23px; }
}


@media screen and (max-width:960px) {
.wrapper {
    max-width: 737px;
}
.head1 {
	display:none;
}
.con_two-column, .con_two-column2 {
    min-height: inherit;
    width: 100%;
    margin-bottom: 9px;
}
.min-height2 {
    min-height: inherit !important;
}
.con_sec1_left, .con_sec1_center, .con_sec1_right {
    width: 100%;
    min-height: inherit;
}
.stellarnav.light li li a {
    background: none !important;
}
.stellarnav ul ul {
    width: 100%!important;
}
.stellarnav ul li a {
    background: none!important;
    padding: 12px 5px !important;
}
.mob_head {
    display: inline-block;
    width: 100%;
}
.mob_head .logo {
    float: left;
    width: 314px;
    margin-top: 13px;
    margin-left: 0px;
}
.call {
    margin-top: 11px;
	float:right;
}
.call strong {
    display: block;
}
.stellarnav.light {
    background: #222222 !important;
}
a.menu-toggle.full img {
    float: left;
    margin-right: 10px;
}

a.menu-toggle.full {
    font-size: 22px;
    color: #999 !important;
    line-height: 21px;
}
a.menu-toggle.full span {
    position: relative;
    top: 4px;
}
div#main-nav ul {
    background: #222222 !important;
    padding: 0px 17px;
}
.stellarnav.mobile.light li a {
    color: #fff;
    font-weight: 400;
    font-size: 15px !important;
}

}

@media screen and (max-width:767px) {
.wrapper {
    max-width: 570px;
}
.stellarnav {
    margin-top: 12px;
}

}

@media screen and (max-width:600px) {
.wrapper{
    max-width: 450px;
}
}

@media screen and (max-width: 480px) {
.mob_head .logo {
    width: 248px;
    margin-top: 18px;
}
.wrapper  {
    max-width: 320px;
}
.mob_head .logo img {
    width: 100%;
}
}

@media screen and (max-width: 350px) {
.g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.wrapper  {
    max-width: 300px;
}
.mob_head .logo {
    width: 228px;
    margin-top: 18px;
}
}