@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Oswald:300,400,700');

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Layout
-------------------------------------------------------------- */

body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	height: 100%;
	line-height: 1.5;
	letter-spacing: .01em;
}

* html { height: 100%; }
p { margin: 10px 20px; }
ol { margin: 20px 10px 20px 70px; list-style: decimal; }
ol ol { margin: 10px 10px 10px 40px; list-style: lower-alpha; }
ul { margin: 20px 10px 20px 70px; list-style: circle; }
ul.hidebullets { margin: 10px 10px 10px 40px; list-style: none; }

h1 { font-size: 36px; line-height: 40px; font-family: 'Oswald', sans-serif; margin: 20px; color: #031b28; font-weight: 400; }
h2 { font-size: 32px; line-height: 36px; font-family: 'Oswald', sans-serif; margin: 20px; color: 383637; font-weight: 400; }
h2.entry-title a { font-size: 28px; line-height: 32px; color: #000; text-decoration: none; }
h3 { font-size: 24px; line-height: 28px; font-family: 'Oswald', sans-serif; margin: 20px; color: #031b28; font-weight: 300; }
h4 { font-size: 22px; line-height: 26px; font-family: 'Oswald', sans-serif; margin: 20px; color: #031b28; font-weight: 300; }
h5 { font-size: 19px; line-height: 23px; font-family: 'Oswald', sans-serif; margin: 20px; color: #031b28; font-weight: 300; }
h6 { font-size: 17px; line-height: 21px; font-family: 'Oswald', sans-serif; margin: 20px; color: 383637; font-weight: 300; }

a:link, a:visited, a:active { color: #bd8c45; text-decoration: underline; }
a:hover { color: #666b71; text-decoration: none; }

table { margin: 20px; }
dl { margin: 10px; }

hr { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }

strong {
	font-weight: 700;
}

/* =Form Styles
-------------------------------------------------------------- */

.wpcf7 {
	width: 400px;
}

#sidebar .wpcf7 {
	width: 95%;
}

.wpcf7 input,
.wpcf7 input[type=tel],
.wpcf7 input[type=email] {
	width: 100%;
	padding: 6px;
	border: #4d4f52 solid 1px;
	background: #fff;
	font-size: 13px;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wpcf7 input.name {
	width: 45%;
}

.wpcf7 textarea {
	width: 100%;
	height: 70px;
	padding: 6px;
	border: #4d4f52 solid 1px;
	background: #fff;
	font-size: 13px;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wpcf7 input.wpcf7-submit {
	width: 75%;
	border: none;
	background-color: #031b28;
	color: #fff;
	padding: 7px 18px;
	text-decoration: none;
	font-size: 15px;
	display: inline-block;
	margin: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.wpcf7-response-output {
	color: #000;
}

.wpcf7-recaptcha {
	margin: 20px;
}

/* =End Form Styles
-------------------------------------------------------------- */

a.translate {
	background-color: #bd8d45;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 15px;
	display: inline-block;
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

a.translate:hover {
	background: #031b28;
	color: #fff;
}

a.review {
	background-color: #bd8d45;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 15px;
	display: inline-block;
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

a.review:hover {
	background: #031b28;
	color: #fff;
}

a.button1 {
	background: none;
	color: #fff;
	padding: 10px 25px;
	text-decoration: none;
	font-size: 20px;
	display: inline-block;
	margin: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: #bd8d45 solid 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

a.button1:hover {
	background: #bd8d45;
	color: #fff;
}

a.button2 {
	background-color: #bd8d45;
	color: #fff;
	padding: 10px 25px;
	text-decoration: none;
	font-size: 20px;
	display: inline-block;
	margin: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

a.button2:hover {
	background: #031b28;
	color: #fff;
}

#mobilephone {
	display: none;
}

#wrapper {  
	text-align: center;
}

.container {
	margin: 0 auto;
	width: 1366px;
	text-align: left;
	position: relative;
}

header {
	background-color: #031b28;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	box-shadow: 0 0 10px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.9);
}

img#logo {
	width: 116px;
	height: auto;
	margin: 10px 0 10px 18%;
	float: left;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

img#logolp {
	width: 116px;
	height: auto;
	margin: 30px 0 30px 25%;
	float: left;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#phone {
	float: left;
	margin: 30px 0 0 15%;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	line-height: 30px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#phone span {
	font-size: 22px;
	display: block;
	font-weight: 300;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#phonelp {
	float: right;
	margin: 70px 25% 30px 0;
	text-align: center;
	color: #bd8d45;
	font-size: 28px;
	font-weight: 400;
	line-height: 30px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#phonelp span {
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header a.button1 {
	float: right;
	margin: 30px 15% 0 0;
}

header a.translate {
	position: absolute;
	z-index: 99999;
	top: 0;
	right: 0;
	float: right;
}

header a.review {
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
	float: left;
}

/* Navigation ------------------------------------------------------------------- */

#menumobi {
	display: none;
}
	
#primary-navigation {
	margin: 0;
	height: 56px;
	background: #bd8d45 url(../images/menu-bg.png) bottom repeat-x;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
#primary-navigation .menu-header,
div.menu {
}
#primary-navigation .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#primary-navigation .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#primary-navigation a {
	color: #fff;
	display: block;
	line-height: 56px;
	padding: 0 25px;
	text-decoration: none;
	margin: 0;
	font-size: 18px;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
}

#primary-navigation ul ul {
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 56px;
	left: 5px;
	float: left;
	width: 260px;
	z-index: 99999;
	background: #031b28;
	text-align: left;
}
#primary-navigation ul ul li {
	min-width: 240px;
}
#primary-navigation ul ul ul {
	left: 260px;
	top: 0;
}
#primary-navigation ul ul a {
	color: #fff;
	line-height: 1em;
	padding: 10px;
	width: 240px;
	height: auto;
	margin: 0;
	font-size: 16px;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
}
#primary-navigation li:hover > a {
	color: #fff;
	background: #031b28;
}

#primary-navigation ul ul :hover > a {
	color: #fff;
	background: #bd8c45;
}
#primary-navigation ul li:hover > ul {
	display: block;
}
#primary-navigation ul li.current_page_item > a,
#primary-navigation ul li.current-menu-ancestor > a,
#primary-navigation ul li.current-menu-item > a,
#primary-navigation ul li.current-menu-parent > a {
	color: #fff;
	background: #031b28;
}
* html #primary-navigation ul li.current_page_item a,
* html #primary-navigation ul li.current-menu-ancestor a,
* html #primary-navigation ul li.current-menu-item a,
* html #primary-navigation ul li.current-menu-parent a,
* html #primary-navigation ul li a:hover {
	color: #fff;
	background: #031b28;
}
#primary-navigation ul ul li.current_page_item > a,
#primary-navigation ul ul li.current-menu-ancestor > a,
#primary-navigation ul ul li.current-menu-item > a,
#primary-navigation ul ul li.current-menu-parent > a {
	color: #fff;
	background: #bd8c45;
}
* html #primary-navigation ul ul li.current_page_item a,
* html #primary-navigation ul ul li.current-menu-ancestor a,
* html #primary-navigation ul ul li.current-menu-item a,
* html #primary-navigation ul ul li.current-menu-parent a,
* html #primary-navigation ul ul li a:hover {
	color: #fff;
	background: #bd8c45;
}

/* End Navigation ------------------------------------------------------------------- */

header.sticky {
	position: fixed;
	z-index: 99999;
	width: 100%;
}

header.sticky img#logo {
	width: 60px;
	margin: 10px 0 10px 20%;
}

header.sticky #phone {
	margin: 25px 0 0 15%;
	font-size: 28px;
}

header.sticky #phone span {
	display: none;
}

header.sticky a.button1 {
	margin: 15px 15% 0 0;
	padding: 8px 20px;
	font-size: 18px;
}

header.sticky #primary-navigation {
	margin: 2px 0 0 0;
	height: 38px;
}

header.sticky #primary-navigation a {
	line-height: 38px;
	padding: 0 16px;
	font-size: 15px;
}

header.sticky #primary-navigation ul ul {
	top: 38px;
	width: 260px;
}

header.sticky #primary-navigation ul ul a {
	width: 230px;
}

header.sticky #primary-navigation ul ul ul {
	left: 260px;
	top: 0;
}

#hmsection0 {
	background-color: #bd8d45;
}

#hmsection0 .container {
	padding: 2em 0;
	font-size: 1rem;
	text-align: center;
}

#hmsection0 strong {
	font-size: 1.3rem;
	margin-right: 1em;
}

#hmsection1 { 
	background-color: #031b28;
	background-image: url(../images/top-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#hmsection1 .container { 
	padding: 50px 0;
}

#hmsection1 .box { 
	width: 55%;
	margin-left: 10%;
	text-align: center;
}

#hmsection1 h2 { 
	color: #fff;
	font-size: 48px;
	line-height: 48px;
	font-weight: 400;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
	text-align: left;
}

#hmsection1 h3 { 
	color: #fff;
	font-size: 37px;
	line-height: 37px;
	border-bottom: #bd8d45 solid 1px;
	font-weight: 400;
	padding-bottom: 20px;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
	text-align: left;
}

#hmsection1 .txtbg { 
	background: rgba(101,106,113, 0.90);
	padding: 1px 0 30px 0;
}

#hmsection1 .txtbg p { 
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
	font-size: 24px;
	text-align: left;
}

#hmsection1 .box a {
	background-color: #bd8d45;
	color: #031b28;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	padding: 12px;
	text-shadow: none;
	position: relative;
	bottom: 20px;
}

#hmsection1 .box2 { 
	width: 55%;
	margin-left: 10%;
	padding: 1% 0 1% 6%;
	text-align: center;
	background-image: url(../images/out-of-pocket.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: auto 100%;
	color: #bd8d45;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-shadow: 0 2px 0 rgba(0,0,0,1);
	font-size: 20px;
	text-align: left;
}

#hmsection2 { 
	background-color: #fff;
}

#hmsection2 .container {
	padding: 50px 0;
}

#hmsection2 h1 {
	font-size: 34px;
	line-height: 38px;
	text-align: center;
}

#hmsection2 h1 span  {
	background-color: #fff;
	padding: 0 20px;
}

#hmsection2 p {
	text-align: justify;
}

#hmsection2 #video {
	width: 450px;
	height: 253px;
	float: right;
	margin: 20px 20px 20px 40px;
}

#hmsection3 { 
	background-color: #031b28;
	background-image: url(../images/accidents-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#hmsection3 .container {
	padding: 50px 0;
}

#hmsection3 h2 {
	font-size: 32px;
	line-height: 36px;
	color: #fff;
}

#hmsection3 h5 {
	font-size: 26px;
	line-height: 30px;
	color: #bd8d45;
}

#hmsection3 h6 {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}

#hmsection3 p {
	color: #fff;
	text-align: justify;
}

#hmsection3 .box1 {
	float: left;
	width: 60%;
}

#hmsection3 .box2 {
	float: right;
	width: 30%;
}

#hmsection3 ul.icons {
	margin: 0;
}

#hmsection3 .icons li {
	display: block;
	float: left;
	margin: 20px;
}

#hmsection3 ul.uinfo {
	margin: 20px;
	width: 70%
}

#hmsection3 .uinfo li {
	display: block;
	margin-bottom: 8px;
}

#hmsection3 .uinfo li a {
	display: block;
	background-color: #666b71;
	background-image: url(../images/button-arrow.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	font-size: 16px;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
	color: #fff;
	padding: 10px;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
}

#hmsection3 .uinfo li a:hover {
	background-color: #be8d45;
	background-image: url(../images/button-arrowh.png);
}

#hmsection4 {
	background-color: #fff;
}

#hmsection4 .container {
	padding: 50px 0;
	color: #fff;
	text-align: center;
}

#hmsection4 h5 {
	color: #031b28;
	font-size: 32px;
	line-height: 36px;
	font-weight: 400;
	text-align: left;
}

#hmsection4 h6 {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	text-align: left;
}

#hmsection4 .box1 {
	float: left;
	width: 19.2%;
	min-height: 220px;
	margin: 0 1% 0 0;
	background-color: #666b71;
	border-top: #031b28 solid 6px;
	text-align: justify;
}

#hmsection4 .box2 {
	float: left;
	width: 19.2%;
	min-height: 220px;
	margin: 0 1% 0 0;
	background-color: #666b71;
	border-top: #031b28 solid 6px;
	text-align: justify;
}

#hmsection4 .box3 {
	float: left;
	width: 19.2%;
	min-height: 220px;
	margin: 0 1% 0 0;
	background-color: #666b71;
	border-top: #031b28 solid 6px;
	text-align: justify;
}

#hmsection4 .box4 {
	float: left;
	width: 19.2%;
	min-height: 220px;
	margin: 0 1% 0 0;
	background-color: #666b71;
	border-top: #031b28 solid 6px;
	text-align: justify;
}

#hmsection4 .box5 {
	float: right;
	width: 19.2%;
	min-height: 220px;
	background-color: #666b71;
	border-top: #031b28 solid 6px;
	text-align: justify;
}

#hmsection4 a.button2 {
	text-align: center;
	margin: 20px auto;
}

#hmsection5 {
	background-color: #bd8c45;
}

#hmsection5 .container {
	padding: 50px 0;
	text-align: center;
}

#hmsection5 h5 {
	color: #031b28;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
}

#hmsection5 h6 {
	color: #031b28;
	font-size: 27px;
	line-height: 31px;
	font-weight: 400;
}

#hmsection5 p {
	color: #fff;
}

#hmsection5 .wpcf7 {
	width: 70%;
	margin: 0 auto;
}

#hmsection5 .wpcf7 .name {
	float: left;
	width: 32%;
	margin: 20px 30px 20px 0;
}

#hmsection5 .wpcf7 .email {
	float: left;
	width: 32%;
	margin: 20px 30px 20px 0;
}
#hmsection5 .wpcf7 .phone {
	float: left;
	width: 28%;
	margin: 10px 0;
}

#hmsection5 .wpcf7 .details {
	clear: both;
}

#hmsection5 .wpcf7 input,
#hmsection5 .wpcf7 input[type="email"] {
	width: 100%;
	padding: 6px;
	background: #fff;
	font-size: 16px;
	color: #707070;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none; 
	font-family: 'Oswald', sans-serif;
}

#hmsection5 .wpcf7 input[type="tel"] {
	width: 270px !important;
	padding: 6px;
	background: #fff;
	font-size: 16px;
	color: #707070;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none; 
	font-family: 'Oswald', sans-serif;
}

#hmsection5 .wpcf7 textarea {
	width: 100%;
	height: 70px;
	padding: 6px;
	background: #fff;
	font-size: 16px;
	color: #333;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	font-family: 'Oswald', sans-serif;
}

#hmsection5 .wpcf7 input.wpcf7-submit {
	width: 25%;
	border: #fff solid 3px;
	background-color: #031b28;
	color: #fff;
	padding: 10px 25px;
	text-decoration: none;
	font-size: 20px;
	display: inline-block;
	margin: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	float: left;
}

#hmsection5 .wpcf7-response-output {
	color: #fff;
}

#hmsection5 .wpcf7 .wpcf7-recaptcha {
	margin: 20px;
	width: 20%;
	float: left;
}

#hmsection6 {
	background-color: #fff;
}

#hmsection6 .container {
	padding: 50px 0;
}

#hmsection6 .box1 {
	float: left;
	width: 73%;
}

#hmsection6 .box2 {
	float: right;
	width: 25%;
}

#hmsection6 h4 {
	color: #031b28;
	font-size: 34px;
	line-height: 38px;
	font-weight: 400;
}

#hmsection6 h5 {
	color: #fff;
	background-color: #031b28;
	font-size: 22px;
	line-height: 26px;
	padding: 20px;
	margin: 20px 20px 0 20px;
	font-weight: 400;
}

#hmsection6 h6 {
	color: #bd8c45;
	font-size: 28px;
	line-height: 32px;
	font-weight: 400;
}

#hmsection6 .box2 ul {
	margin: 0 20px 20px 20px;
	list-style: none;
	background-color: #666b71;
	color: #fff;
	padding: 20px 0;
}

#hmsection6 .box2 li {
	padding: 5px 20px;
}

#hmsection6 .box2 li a:link,
#hmsection6 .box2 li a:visited,
#hmsection6 .box2 li a:active { color: #fff; text-decoration: underline; }
#hmsection6 .box2 li a:hover { color: #031b28; text-decoration: none; }

#recentblog {
	background-color: #031b28;
}

#recentblog .container {
	padding: 50px 0;
}

#recentblog h4 {
	color: #fff;
	font-size: 34px;
	line-height: 38px;
	font-weight: 400;
	text-align: center;
}

.recentpost {
	margin: 0 0 0 30px;
	border-top: #bd8d45 solid 6px;
	background-color: #fff;
	width: 30.4%;
	float: left;
	text-align: left;
}

.recentpost h5 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
	color: #031b28;
	font-weight: 400;
}

.recentpost h5 a:link,
.recentpost h5 a:visited,
.recentpost h5 a:active { color: #031b28; text-decoration: none; }
.recentpost h5 a:hover { color: #666b71; text-decoration: underline; }

#recentblog .hmpost p {
	text-align: justify;
	margin-bottom: 20px;
}

.recentpost {
	min-height: 450px;
}

.recentpost p.date {
	font-size: 12px;
	text-align: justify;
}

.recentpost .wp-post-image {
	width: 100px;
	height: auto;
	float: left;
	margin: 0 20px 20px 20px;
}

.recentpost #featured-img {
	width: 100%;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
}

#fullcol {
	width: 100%;
	padding: 20px 0;
}

#maincol li {
	margin-bottom: 8px;
}

#maincol {
	float: left;
	width: 75%;
	margin: 30px 0 30px;
	padding-bottom: 20px;
}

#maincol li {
	margin-bottom: 8px;
}

#sidebar {
	float: right;
	width: 22%;
	margin: 30px 0;
	color: #fff;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar ul ul {
	margin: 20px;
	list-style: none;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active { color: #fff; text-decoration: underline; }
#sidebar a:hover { color: #031b28; text-decoration: none; }

#sidebar .textwidget {
	padding: 10px 0;
}

#sidebar h3.widget-title {
	margin: 0;
	padding: 10px 20px;
	background-color: #031b28;
	color: #fff;
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
	border-bottom: #bd8d45 solid 6px;
}

#sidebar .widget-container,
.wpp_widget {
	background-color: #666b71;
	margin: 10px 0 20px;
	padding-bottom: 10px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	background-color: #fff;
}

#footer-widget-area ul {
	list-style: none;
	margin: 0;
}

#footer-widget-area ul ul {
	margin-left: 40px;
}

#footer-widget-area a.button2 {
	padding: 8px 20px;
	text-decoration: none;
	font-size: 16px;
	text-transform: capitalize;
}

#footer-widget-area h5 {
	font-size: 22px;
	line-height: 26px;
	color: #031b28;
	font-weight: 400;
}

#footer-widget-area .phone {
	color: #bd8c45;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

#footer-widget-area #first {
	float: left;
	width: 10%;
	padding: 30px 0;
	margin-right: 3%;
}

#footer-widget-area #first p {
	margin: 20px 0 0 0;
}

#footer-widget-area #first img {
	width: 100%;
	height: auto;
	margin: 0;
}

#footer-widget-area #second {
	float: left;
	width: 20%;
	padding: 30px 0;
	margin-right: 3%;
}

#footer-widget-area #second h5 {
	margin-bottom: 0;
}

#footer-widget-area #third {
	float: left;
	width: 41%;
	padding: 30px 0;
	margin-right: 3%;
}

#footer-widget-area #fourth {
	float: right;
	width: 20%;
	padding: 30px 0;
}

#socialfooter {
	background-color: #fff;
	border-top: #666b72 solid 1px;
	border-bottom: #666b72 solid 1px;
}

#socialfooter .container {
	padding: 10px 0;
	text-align: center;
}

#socialfooter ul {
	margin: 0 auto;
	width: 260px;
	list-style: none;
}

#socialfooter ul li {
	float: left;
	margin: 5px;
}

#copyright {
	font-size: 12px;
	background: #fff;
	padding: 10px 0;
	color: #000;
}

#copyright .container {
	text-align: center;
}

#copyright a:link,
#copyright a:visited,
#copyright a:active {
	color: #000;
	text-decoration: underline;
}

#copyright a:hover {
	color: #555;
	text-decoration: none;
}

/* =End Footer
-------------------------------------------------------------- */

ul.bxslider {
	margin: 0;
}

/* =Default Syles
-------------------------------------------------------------- */

.blogtitle {
	margin: 40px 20px 0 20px;
}

.wp-caption {
	background: #ded2c6;
	padding: 0;
	margin: 20px;
}

.wp-caption img {
	margin: 5px 0 0 5px;
}

p.wp-caption-text {
	margin: 5px 0 5px 10px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

#nav-above, #nav-below, .entry-meta, .entry-utility {
	margin: 20px;
	font-size: 13px;
}

#nav-above, #nav-below, .entry-meta, .entry-utility {
	margin: 20px;
	font-size: 13px;
}

.post {
	background: #fff;
	border: #031b28 solid 1px;
	border-top: #031b28 solid 6px;
	padding: 20px 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

#maincol .post h1,
#maincol .post h2,
#maincol .post h3,
#maincol .post h4,
#maincol .post h5,
#maincol .post h6,
#maincol .post p,
#maincol .post table {
	margin-left: 20px;
}

.post img.wp-post-image {
	width: 30%;
	height: auto;
	margin: 20px;
	float: left;
}

.meta-prep-author,
.entry-utility-prep-cat-links,
.entry-utility-prep-tag-links {
	font-style:italic;
}

.clear {
	clear: both;
}

#searchform {
	margin: 20px;
}

.gmap {
	width: 600px;
	height: 450px;
	border: 0;
}

.search-results .wp-post-image{
display:none;
}

.search-results .page { 
	border-bottom: #000 solid 1px;
}

#lpsection1 { 
	background-color: #031b28;
	background-image: url(../images/top-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#content #lpsection1 .container { 
	padding: 80px 0;
	text-align: center;
}

#content #lpsection1 h2 { 
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	text-shadow: 0 2px 0 rgba(0,0,0,1);
}

#content #lpsection1 h3 {
	color: #fff;
	font-size: 37px;
	line-height: 37px;
	font-weight: 400;
	padding-bottom: 20px;
	text-shadow: 0 2px 0 rgba(0,0,0,1);
}

#content #content #lpsection2 { 
	background-color: #fff;
}

#lpsection2 .container { 
	padding: 80px 0;
}

#content #lpsection2 h2 { 
	text-align: center;
	margin-bottom: 30px;
}

#content #lpsection2 h3 { 
	color: #fff;
	font-size: 30px;
}

#content #lpsection2 .box1 { 
	float: left;
	width: 36%;
	background-color: #031b28;
	background-image: url(../images/fee-structure.png);
	background-repeat: no-repeat;
	background-position: 4% 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	margin: 2%;
	padding: 2% 0 2% 10%;
	color: #fff;
	font-size: 16px;
	
}

#content #lpsection2 .box2 { 
	float: right;
	width: 36%;
	background-color: #031b28;
	background-image: url(../images/specialized.png);
	background-repeat: no-repeat;
	background-position: 4% 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	margin: 2%;
	padding: 2% 0 2% 10%;
	color: #fff;
	font-size: 16px;
}

#content #lpsection2 .box3 { 
	float: left;
	width: 36%;
	background-color: #031b28;
	background-image: url(../images/experience.png);
	background-repeat: no-repeat;
	background-position: 4% 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	margin: 2%;
	padding: 2% 0 2% 10%;
	color: #fff;
	font-size: 16px;
}

#content #lpsection2 .box4 { 
	float: right;
	width: 36%;
	background-color: #031b28;
	background-image: url(../images/availability.png);
	background-repeat: no-repeat;
	background-position: 4% 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	margin: 2%;
	padding: 2% 0 2% 10%;
	color: #fff;
	font-size: 16px;
}

#content #lpsection3 {
	background-color: #bd8d45;
	color: #fff;
	font-size: 16px;
}

#content #lpsection3 .container {
	padding: 80px 0;
	text-align: center;
	width: 60%;
}

#content #lpsection3 p {
	text-align: justify;
}

#content #lpsection3 p:nth-of-type(3) {
	text-align: center;
}

#content #lpsection4 .container {
	padding: 80px 0;
	text-align: justify;
}

#content #lpsection4 #video {
	width: 450px;
	height: 253px;
	float: right;
	margin: 20px 20px 20px 40px;
}

#content #lpsection4 .freeconsult {
	text-align: center;
	font-size: 28px; 
	font-family: 'Oswald', sans-serif;
	margin: 50px 20px 20px;
	color: #031b28;
	font-weight: 700;
}

#content #lpsection4 .freeconsult span {
	font-weight: 400;
	color: #000;
	margin-right: 30px;
}

/* =Sticky Sidebar Plugin Styles
-------------------------------------------------------------- */
.sticky-container {
	padding: 0px;
	margin: 0px;
	position: fixed;
	left: 0;
	top:40%;
	z-index: 6000;
}
	
ul.sticky  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.sticky li {
		list-style-type: none;
		padding: 0px;
		margin: 0px 0px 1px 0px;
		cursor: pointer;
	}
	
.sticky li a img {
		float: left;
		margin: 0px 5px 0px 0px;
		width: 32px;
		height: 32px;
		filter: none;
		-webkit-filter: grayscale(0%);
	}
	
	.sticky li a img:hover {
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
		filter: gray; /* IE6-9 */
		-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	}
/* =End Sticky Sidebar Plugin Styles
-------------------------------------------------------------- */