


* {
	padding: 0;
	margin: 0;
}

body {
	
	font-family: 'Catamaran';
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	background-color: #ffffff;
	color:#666666;
	padding-top:225px;
}


/*Link Styles*/

a, a img {border:0; outline:none;}

a {color: #ffffff;}

a.bannerbutton {
	color:#ffffff; 
	/*border: 1px solid #ffffff;*/
	padding: 6px 8px 4px 8px;
	margin:0px 5px 0px 0px;
	text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	background: rgba(255, 255, 255, 0.25);
	/*border-radius: 3px 3px 3px 3px;*/
}

a.bannerbutton:hover {
	background: rgba(255, 255, 255, 0.5);
}

a.lower-menu {
	font-family: 'Roboto';
	font-size:18px;
	line-height:80px;
	text-decoration:none;
	font-weight:500;
	letter-spacing:1px;
}

a.lower-menu:hover {
	color:#0051A4;
}

a.phonestyle {
	color:#0051A4;
	font-size:24px;
	letter-spacing:1px;
	text-decoration:none;
	line-height:30px;
}
a.phonestyle:hover {
	color:#0094D8;
}

a.legal {
	color:#666666;
	text-decoration:none;
	margin-left:10px;
	font-size:12px;
}

a.legal:hover {
	color:#0094D8;
}

a.legal2 {
	color:#0051A4;
	text-decoration:none;
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
}

a.legal2:hover {
	color:#0094D8;
}

.bluelinks a {
	color:#0094D8;
	text-decoration:none;
	text-transform: capitalize;
}

.bluelinks p {
	margin-bottom:15px;
}

.bluelinks a:hover {
	text-decoration:underline;
}

.contact {
	position:relative;
	width:100%;
	background-color:#EEF4F6;
	margin:30px 0px 0px 0px;
}

.contact a {
	color:#0051A4;
	text-decoration:none;
	font-size:18px;
}

.contact a:hover {
	color:#0094D8;
	text-decoration:none;
}

.contact div {
	position:relative;
	width:100%;
	/*margin:10px 0px 0px 0px;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;*/
	padding:7px 0px 7px 0px;
	box-sizing:border-box;
}

a.directions {

}


/*End Link Styles*/



/*Begin Class Styles */

h1 {
	font-size:22px;
	letter-spacing:2px;
	font-weight: normal;
	font-family: 'Catamaran', sans-serif;
}

h2 {
	font-size:16px;
	letter-spacing:1px;
	font-weight: 700;
	font-family: 'Catamaran', sans-serif;
	color:#0051A4;
	text-transform: uppercase;
	text-decoration:none;
	cursor:pointer;
}

h2:hover {
	color:#0094D8;
}

h2.no-pointer {
	cursor: default;
}

h2.no-pointer:hover {
	color:#0051A4;
}


h3 {
	font-size:18px;
	line-height:18px;
	letter-spacing:1px;
	font-weight: normal;
	font-family: 'Catamaran', sans-serif;
	color:#ffffff;
	text-transform: uppercase;
	margin-bottom:20px;
	background-color:#0094D8;
	padding:10px 10px 10px 10px;
}

h4 {
	font-size:16px;
	letter-spacing:1px;
	font-weight: 700;
	color:#0051A4;
	text-transform: uppercase;
	text-decoration:none;
	margin-bottom:10px;
}

h4.mobile {
	font-size:16px;
	letter-spacing:1px;
	font-weight: 700;
	color:#0051A4;
	text-transform: uppercase;
	text-decoration:none;
}


/*End Class Styles */



#page-wrapper {
	position:relative;
}

#page-container {
	position:relative;
	max-width:96%;
	overflow:hidden;

}




/*Begin header styles*/

#header {
	position:fixed;
	top:0px;
	width:100%;
	background-image: url("../images/pagebg.png");
	background-repeat: repeat-x; 
	z-index:100;
	background-color:#ffffff;
}

#header-container {
	position:relative;
	width:100%;
	box-sizing:border-box;
}
	

#masthead {
	position:relative;
	width:100%;
}

#logo {
	position:relative;
	width:90%;
	overflow:hidden;
	top:20px;
	box-sizing:border-box;
}

#logo img {
	max-width: 100%;
    max-height: 100%;
}

.desktop {
	display:none !important;
}

#phone {
	position:relative;
	width:90%;
	height:30px;
	margin-top:20px;
	margin-bottom:10px;
}

/*Begin Menu Styles*/

#menu {
	position:relative;
	margin-top:15px;
	max-width:96%;
	display: -webkit-flex;
	-webkit-justify-content: space-between;  
	-webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

#menu-container {
	position:relative;


}

#menu-container a {
	position:relative;
    display: inline-block;
	width:49%;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	letter-spacing:1px;
	background-color:#0051A4;
	margin-bottom:2%;
}

#menu-container a:hover {
	background-color:#0094D8;
}

/*End Menu Styles*/



/*Begin Banner Styles*/

#banner {
	position: relative;
	max-width:100%;
	height:150px;
	z-index:5;
	margin-bottom:2%;
}

#banner-action div{
	position:absolute;
	width:100%;
	height:150px;
	/*border:1px solid #ffffff;*/
	padding:20px 10px 10px 10px;
	left:0px;
	top:0px;
	color:#ffffff;
	font-weight:400;
	font-size:12px;
	line-height:12px;
	background: rgba(0, 81, 164, 0.5);
	display:none;
	z-index:10;
	box-sizing:border-box;}
#banner-action div.active-action{display:none;z-index:10;}
#banner-images {
	position: absolute;
	width: 100%;
	height: 150px;
	top: 0px;
	right: 0px;
	overflow: hidden;

}
#banner-images img{position:absolute;background-color:white;left:0px;top:0px;height:100%;}
#banner-images img.active{z-index:3;left:0px;top:0px;}

#banner-action {
	position:absolute;
	width:100%;
	height:150px;
	left:0px;
	top:0px;
	z-index:11;
	padding:10px;
	box-sizing:border-box;
}

.banner-headline {
	font-size:16px;
	padding-bottom:4px;
	margin-bottom:8px;
}

/*End Banner Styles*/


/*Begin Sub Banner Styles*/

#sub-banner {
	position: relative;
	width:100%;
	height:100px;
	z-index:5;
}

#sub-banner img {
	height:100%;
}

#sub-banner-border {
	position: relative;
	background-color:#0094D8;
	height:10px;
	z-index:5;
}

/*End Sub Banner Styles*/


/*Banner Menu Styles */

#banner-menu {
	display:none;
}

div.banner-menu-section {
	position:relative;
	float:left;
	width:25%;
	box-sizing: border-box;
}

div.border-right {
	border-right:1px solid #ffffff;
	box-sizing: border-box;
}

/*End Banner Menu Styles */


/*Begin Content Styles */

#content {
	position:relative;
	width:100%;
	overflow:hidden;
}

.quote {
	font-size:16px;
}

#icongrid {
	display:none;
}

#icongrid p {
	line-height:24px;
	margin-bottom:18px;
}

#indexmain {
	position:relative;
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	/*border-right:1px solid #999999;*/
	box-sizing:border-box;
	margin-top:10px;
	text-align:left;
	letter-spacing:1px;
}

#icongrid img {
	position:relative;
	float:right;
	margin-left:40px;
	margin-bottom:60px;
}

#subject {
	position:relative;
	width:100%;
	padding:0px 0px 10px 0px;
	border-bottom:2px solid #0051A4;
	margin:10px 0px 20px 0px;
	line-height:22px;
	color:#0051A4;
}

#contentleft {
	position:relative;
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	letter-spacing:1px;
	/*border-right:1px solid #999999;*/
	box-sizing:border-box;
	margin-top:10px;
	text-align:left;
}

#contentright {
	display:none;
}

#contentright img {
	position:relative;
	float:right;
	margin:0px 20px 40px 20px;
}

#contentright p {
	line-height:18px;
	padding:8px 20px 8px 20px;
}

a.bottom {
	display:block;
	margin-bottom:30px;
}

#contentright2 {
	display:none;
}

#contentright2 img {
	position:relative;
	float:right;
	margin:0px 20px 40px 20px;
}

#contentright2 p {
	line-height:48px;
	font-size:24px;
	color:#ffffff;
	font-family: 'Libre Baskerville', serif;
	padding:20px 20px 8px 20px;
}

#contentright2 a {	
	font-family: 'Catamaran';
	font-size:18px;
}

.news {
	color:#0051A4;
	text-decoration:none;
}

.news:hover {
	color:#0094D8;
}

.margin-bottom {
	position:relative;
	overflow:hidden;
	box-sizing:border-box;
	display:block;
}

.justify {
	position:relative;
    display: -webkit-flex; 
	-webkit-justify-content: center; 
    display: flex;
	justify-content: center;
}
	
.contentlist {
	position:relative;
	float:left;
	display:inline-block;
	margin-top:20px;
	width:100%;
	line-height:40px;
}

.contentlist li {
	position:relative;
	float:left;
	clear:both;
	left:60px;
}

.contentlist li:before {
   content: "\2022  "
}

.subcontent {
	position:relative;
	width:100%;
	font-size:14px;
	letter-spacing:1px;
	line-height:24px;
}

.subcontent div {
	position:relative;
	display:inline-block;
	width:100%;
	float:left;
	margin-top:20px;
}

.subcontent a {
	font-size:16px;
	letter-spacing:1px;
	font-weight: 700;
	font-family: 'Catamaran', sans-serif;
	color:#0051A4;
	text-transform: uppercase;
	text-decoration:none;
}

.subcontent a:hover {
	color:#0094D8;
}

.subcontent p {
	display:none;
	border-bottom:1px dotted #999999;
	padding-bottom:10px;
}

.leftcolumn {
	position:relative;
	width:100%;
	box-sizing:border-box;
	margin-top:20px;
}

.rightcolumn {
	position:relative;
	width:100%;
	box-sizing:border-box;
	margin-top:20px;
}

#map-canvas {
	position:relative;
	height:400px;
	width:100%;
	overflow:hidden;
	margin-top:40px;
}

.map-info {
	padding:5px;
	font-size:13px;
	letter-spaceing:1px;
	line-height:20px;
	font-family: Helvetica, sans-serif;
}

.bold-dotted-underline {
	font-weight:700;
	border-bottom:1px dotted;
	line-height:28px;
	letter-spacing:1px;
	font-family: 'Catamaran';
}

.grid {
	overflow: hidden;
}


.flex {
     display: -webkit-flex;
	-webkit-justify-content: space-between;  
	-webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.flex2 {
    display: -webkit-flex;
	-webkit-justify-content: space-between;  
	-webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	

}



.grid a {
	font-size:14px;
	font-weight: bold;
	font-family: 'Catamaran', sans-serif;
	color:#0051A4;
	text-transform: uppercase;
	text-decoration:none;
}

.grid a:hover {
	color:#0094D8;
}

.maingrid {
	position:relative;
    display: inline-block;
	width:49%;
	font-size:14px;
	margin-bottom:30px;
	overflow:hidden;
	flex: none;
}

.maingrid div {
	position:relative;
	width:100%;
	background-size:cover; 
    background-repeat:no-repeat;
    background-position:center center;
	margin-bottom:15px;
	height:100px;
}

.flexmargin	{
	margin:30px 37px 0px 0px;
}

.border {
	position:relative;
	width:100%;
	height:1px;
	border-bottom:1px dotted #999999;
	margin:40px 0px 20px 0px;
}

#tax {
	background-image:url("../images/tax.jpg");
}

#finance {
	background-image:url("../images/finance.jpg");
}

#business {
	background-image:url("../images/business.jpg");
}

#individual {
	background-image:url("../images/individual.jpg");
}

#ag {
	background-image:url("../images/ag.jpg");
}

#con {
	background-image:url("../images/const.jpg");
}

#high {
	background-image:url("../images/high.jpg");
}

#man {
	background-image:url("../images/man.jpg");
}

#npo {
	background-image:url("../images/npo.jpg");
}

#pro {
	background-image:url("../images/pro.jpg");
}

#tim {
	background-image:url("../images/tim.jpg");
}

#re {
	background-image:url("../images/re.jpg");
}



/*End Content Styles*/


/*Begin Footer Styles*/


#footer {
	position:relative;
	width:100%;
	margin-top:40px;
	padding-bottom:20px;
	overflow:hidden;
	border-top:1px solid #999999;
	padding-top:20px;
}

#footer1 {
	position:relative;
	width:100%;
	float:left;
	overflow:hidden;
}

#footer2 {
	position:relative;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:15px;
}

#footer3 {
	position:relative;
	width:100%;
	float:right;
	overflow:hidden;
	margin-top:7px;
}

#footerlogo {
	position:relative;
	width:173px;
	float:left;
}

#address {
	position:relative;
	font-size:12px;
	line-height:18px;
}

#legal {
	position:relative;
	width:100%;
	left:-10px;
}

#copyright {
	position:relative;
	width:100%;
	float:left;
	left:0px;
	font-size:10px;
	margin-top:10px;
}

.borderboth {
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	padding-left:10px;
	padding-right:10px;
}

/*End Footer Styles*/