body {

	margin: 0;
}

p {
    margin: 0 0 10px;
    text-align: justify;
	font-family: "lexia";
	color:#999;
}

a {
    color: #337ab7;
    text-decoration: none;
	color:#799799;
	font-family: "lexia";
}

h1, .h1 {
    font-size: 36px;
	color:#0A3C61;
	font-family: "lexia";

}

h2, .h2 {
    font-size: 20px;
	color:#799799;
	font-family: "lexia";
}
h3, .h3 {
    font-size: 15px;
	color:#0A3C61;
	font-family: "lexia";

}
ul, ol {
    list-style: outside none none;
    margin-bottom: 10px;
    margin-top: 0;
}

ul ul, ol ul, ul ol, ol ol {
    list-style: outside none none;
    margin-bottom: 0;
}

li {
	list-style:none;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

#header_container {
	width: 100%;
	height:140px;
}

.header_navy_bg {
	background-color:#0a3c61;
	height:100px;
}

.header_top_bg{
 	background-color: #799799;
    background-image: url("/images/headertexture.png");
    background-repeat: repeat-x;
    border: 4px solid #799799;
    height: 40px;
}

.header_logo {
    padding-top: 23px;
	float: left;
}
.header_logo a{

}

.header_search {
    float: right;
	background-color: #799799;
	width: 210px;
	padding:0px 5px;
}

.header_search img {
	float:left;
}
.thing {
	float:right;
	border-style:solid;
	border-color:#0A3C61;
	width: 165px;
}

.header_search input {
	height:25px;
	float:right;
	width: 160px;
	
}
#header_center_icon {
    background-color: #0a3c61;
    border: 19px solid #0a3c61;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -44px;
    position: relative;
    width: 140px;
}
.header_social {
    float: right;
	background-color: #799799;
}

.header_social .social_icon {
	float:right;
	padding-left:3px;
	padding-right:3px;	
}


#social_icons_container {
	float: left;
}

#header_social .social_icon a{
	position: relative;	
}

.header_contact {
float:right;
padding-top: 15px;
font-family: "lexia";
}

.header_phone {
	color: #ffffff;	
	font-weight: bold;
	font-size: 35px;
	margin-left: 22%;
	font-family: "lexia";
}

.header_phone a{
	color:#ffffff;
}
.header_phone a:link{
	color:#ffffff:
}
.header_address {
	color:#fff;
	font-family: "lexia";
}


	.mobile-submenu {
		display:none;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color:#fff;
	}
	
	.signature{
		float:right;
		width:270px
	}
		
/*------------------------ slider style ------------------------------*/

.caroufredsel_wrapper {
	z-index:-1;
	position:relative;
	height: 650px !important;
}

.caroufredsel_wrapper .carousel {
	z-index:-1;
	height:300px;
}

.slider_container {
	position:absolute;
	z-index:10;
	margin-top: -35px;
	margin-left: -15px;
}

.slider_content {
    float: left;
	height:300px !important;
    padding: 30px;
    width: 50%;
}
.slider_heading_1 {
    font-family: arial;
    font-size: 30px;
	color: #fff;
	font-family: "lexia";
	width:410px;
}

.pager {
    list-style: outside none none;
    text-align: center;
}

 #pager2 {
    padding-left: 200px;
    padding-top: 253px;
    position: relative;
}

.slider_content .submit {
    background-color: #a3862f;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: 30px;

    padding-top: 5px;
    position: absolute;
    width: 115px;
    z-index: 5000;
	font-family: "lexia";
}

.slider_content .submit a {
		color: #fff;
		text-decoration:none;
		margin-left:14px;
}

#pager2 a {
	background: none repeat scroll 0 0 #ffffff;
    display: inline-block;
    height: 12px;
    width: 12px;
	margin: 0 10px 0 0;
}

#pager2 a:hover{
	background: none repeat scroll 0 0 #A3862F;
    display: inline-block;
    height: 12px;
    margin: 0 10px 0 0;
    width: 12px;
	z-index:1000;
}

#pager2 a span {
    display:none;
}

.list_carousel {
	background-color: transparent;
	margin: 0 auto;
	padding-bottom:30px;
}

.sliderbk{
	position:relative;
	margin-top:-15px;
}


.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	float:left;
}

.list_carousel_content {
	background-color: rgba(10, 60, 97, .75);
	height:300px;
	width:420px;
	position:absolute;
	overflow:hidden;
}

.list_carousel_content li {
	text-align: center;
	padding: 0;
	display: block;
	float: left;
}

#foo img{
	width:100%;
	height: auto;
	position: relative;
}

.prevnext {
 	left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
	margin-top: 286px;
	width: 78%;
}



.prevnext2 {
	    width: 750px;
}
#prev2 {
	background-image:url(/images/left_button.jpg);
    display: inline-block;
    height: 53px;
    width: 53px;
	position:relative;
	z-index:1000;
	cursor:pointer;
	background-repeat:no-repeat;
	
}
#prev2 a{
	background: none repeat scroll 0 0 #0C3;
}
#prev2 a:hover{
	background: none repeat scroll 0 0 #fff;
}

#next2 {
	background-image:url(/images/right_button.jpg);
    display: inline-block;
    height: 53px;
    width: 53px;
	position:relative;
	z-index:1000;
	cursor:pointer;
	background-repeat:no-repeat;
	float:right;
}
#next2 a{
	background: none repeat scroll 0 0 #0C3;
}
#next2 a:hover{
	background: none repeat scroll 0 0 #fff;
}

/*------------------------ practice area slider  ------------------------------*/
.practice_slider_container {
	position:absolute;
	z-index:10;
	margin-top: -0px;
	margin-left: -15px;
}

.practice_sliderbk {
    height: 400px;
    margin-top: -15px;
    overflow: hidden;
    position: relative;
}

.practice_slider_container {
	position:absolute;
	z-index:10;
	margin-top: -0px;
	margin-left: -15px;
}

.practice_slider_content {
    float: left;
	height:268px !important;
    padding: 30px;
    width: 50%;
}
.practice_slider_heading_1 {
    font-family: "lexia";
    font-size: 30px;
	color: #fff;
	
}

.practice_slider_content .submit {
    background-color: #a3862f;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    margin-top: 145px;
    padding-top: 5px;
    position: absolute;
    width: 115px;
    z-index: 5000;
	font-family: "lexia";
}

.practice_slider_content .submit a {
		color: #fff;
		text-decoration:none;
		margin-left:14px;
}

.practice_list_carousel_content {
	background-color: rgba(10, 60, 97, .75);
	height:268px;
	width:420px;
	position:absolute;
	overflow:hidden;
}

.practice_list_carousel_content li {
	text-align: center;
	padding: 0;
	display: block;
	float: left;
}


/*------------------------ nav style ------------------------------*/
dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
@media(min-width:766px){
	
	
	.dropdown-menu li:hover .sub-menu {
		visibility: visible;
	}
	
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}


.nav {
   padding: 0px;
   float:none;
   display: table;
   width: 100%;
   margin: 7px auto;
}

.navbar {
    border: 0 solid transparent !important;
    margin-bottom: 15px !important;
    min-height: 40px;
}

.navbar-default {
    background-color: #fff;
    border-color: tranpsarent;
}
.navbar-nav {
	width: 100%px;
	font-family: "lexia";
	font-weight:bold;
}

.navbar-nav > li {
    float: none !important;
	display:table-cell;
	width: 19%;
}
.nav > li {
    display: inline-block;
    position: relative;
}
	
	.nav > li > a {
    display: inline-block;
    margin-right: ;
    position: relative;
}
.navbar-nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
	font-size:16px;
	font-weight:bold;
	color:#0A3C61 !important;
	line-height:40px;
	font-family: "lexia";
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #e7e7e7;
	color:#0A3C61;
}
/*-----------------------------body styles----------------------------*/

.breadcrumb {
    background-color: transparent;
    margin-bottom: 20px;
    padding: 0px;
	color: #0A3C61;
	padding-top:30px;
	padding-left: 0;
	
}
.last {
font-family: "lexia";	
}
.header_1 {
    font-family: "lexia";
    font-size: 25px;
    font-weight: bold;
	text-align: center;
	color:#0A3C61;
	}

	.header_2 {
    font-family: "lexia";
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
	
	.body_copy {
		font-family: "lexia";
		margin-top: 10px;
		font-size: 12px;
		color: #C1BFBF;
	}
	
	.tanbox {		
		background: url('/images/tanbg.png');
		background-size:260px  275px;
		height:275px;
		background-repeat:no-repeat;
		width: 260px;
		position:relative;
		margin: 0px auto;
	}
	
	.tanbox img {
	padding-bottom: 30px;
    padding: 30px;
    position: relative;
    z-index: 10;
	}
	
	.tanbox :hover {
    opacity: 0.5;
    filter: alpha(opacity=100);
}

.tanbox h1 {
    color: #799799;
    font-size: 20px;
    font-weight: bold;
    margin-left: 26%;
    position: absolute;
    z-index: 30;
	margin-top: 45px;
	font-family: "lexia";
}
	.tealbox {
		background-color:#799799;
		padding: 30px;
	}
	
		.brownbox {
	background-color:#A3862F;
	padding: 30px;
	color: #ffffff;
    font-size: 12px;
	height:287px;
	}
	

.learnmore_submit {
    background-color: #A3862F;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    padding-top: 5px;
    width: 115px;
    z-index: 5000;
	text-align:center;
	font-size:15px;
	font-family: "lexia";
	margin-top:30px;
}
a:link {
    text-decoration: none;
}
/*------------------------------ callout Styles ----------------------------------*/

.callout_title {		
	font-weight: bold;
	font-size: 25px;
	color: #ffffff;
	margin-top: -10px;
	font-family: "lexia";
}
.callout_content {
    border-bottom: 1px solid #eadfbd;
    color: #ffffff;
    font-size: 12px;
    height: 90px;
    line-height: 20px;
    padding-top: 18px;
	font-family: "lexia";
}

.datebox {
    background-color: #eadfbd;
    height: 55px;
    width: 55px;
	float:left;
	position:absolute;
	font-family: "lexia";
}

.datebox .date_rectangle {
    background: none repeat scroll 0 0 #799799;
    height: 33px;
    margin-top: 11px;
    position: absolute;
    width: 55px;
    z-index: 0;
}

.datebox .date_square {
    background: none repeat scroll 0 0 #799799;
    font-size: 15px;
    font-weight: bold;
    height: 43px;
    left: 6px;
    line-height: 20px;
    top: 6px;
    width: 42px;
	text-align: center;
	text-transform:uppercase;
	padding-top: 2px;
	position:absolute;
}

 .news_description {
     padding-left: 75px;
	 line-height:18px;
}

.callout_submit {
    background-color: #0A3C61;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    padding-top: 5px;
    width: 115px;
    z-index: 5000;
	text-align:center;
	font-size:15px;
	font-family: "lexia";
}

/*------------------------------ interior callout Styles ----------------------------------*/
.interior_callout {
	float:right;
	margin-left:30px;
}

	.smalltanbox {		
		background: url('/images/tanbg.png');
		background-size:210px  220px;
		height:220px;
		background-repeat:no-repeat;
		width: 210px;
		position:relative;
		margin: 0px auto;
	}
	
	.smalltanbox img {
	padding-bottom: 30px;
    padding: 30px;
    position: relative;
    z-index: 10;
	}	

.smalltanbox h1 {
    color: #799799;
    font-size: 16px;
    font-weight: bold;
    margin-left: 24%;
    position: absolute;
    z-index: 30;
	margin-top: 45px;
}
/*------------------------------ form Styles ----------------------------------*/
.contact_form {
	background: url('/images/tanbg_big.png');
	background-size:260px  630px;
    float: right;
    height: 630px;
    margin: 0 auto 50px 50px;
    padding-left: 30px;
	padding-right: 30px;
	padding-top:10px;
    position: relative;
    width: 260px;
}
.contact_form h1{
	color: #799799;
    font-size: 25px;
    font-weight: bold;
	text-align:center;
}

.formpad {
	
}
.contact_form input[type="text"] {
	background: none repeat scroll 0 0 transparent;
    border-color: #799799;
    border-style: solid;
    border-width: 1px;
    color: #799799;
    position: relative;
    width: 100%;
}

.dform_container input.text {
	background: none repeat scroll 0 0 transparent;
    border-color: #799799;
    border-style: solid;
    border-width: 1px;
    color: #799799;
    position: relative;
    width: 100%;	
}

.contact_form .dform_element {
    margin: 0px 0 0px;
}

.contact_form .dftop_label .dform_label {
    color: #799799;	
	font-family: "lexia";
}
.contact_form .dform_container label {
    display: none;
}
.contact_form .dform_desc {
	    color: #799799;
}
.contact_desc {
	color: #799799;
}

.dform_captcha .captcha-simple input {

	margin-top:5px;
}

.dform_container label {
    color: #999;
    font-weight: normal;
}

.dform_desc {
	color: #999;
}
.dform_container {
}
.dform_container textarea {
    width: 100%;
	background: none repeat scroll 0 0 transparent;
    border-color: #799799;
    border-style: solid;
    border-width: 1px;
    color: #799799;
    position: relative;	
}
#forms_field_17 {
    height: 85px;
    margin-top: -15px;
    width: 275px;
}

.privacy_form_link {
    line-height: 15px;
    margin-left: 140px;
    margin-top: -61px;
    position: absolute;
    width: 80px;
}
/*----------------------------- Home Testimonial Styles ------------------------------*/

.brownbox #pager2 a {
	background: none repeat scroll 0 0 #0A3C61;
    display: inline-block;
    height: 12px;
    width: 12px;
	margin: 0 10px 0 0;
}

.brownbox #pager2 a:hover{
	background: none repeat scroll 0 0 #A3862F;
    display: inline-block;
    height: 12px;
    margin: 0 10px 0 0;
    width: 12px;
	z-index:1000;
}

.brownbox #pager2 a span {
    display:none;
}


.brownbox #pager2 {
    padding-left: 200px;
    padding-top: 253px;
    position: relative;
}

blockquote {
    border-left: 0 solid #eee !important;
    color: #fff;
    font-family: Georgia,serif;
    margin-left: -15px;
    width: 335px;
}

blockquote:before {
display: block;
padding-left: 10px;
content: "\201C";
font-size: 80px;
position: absolute;
left: -10px;
top: -20px;
color: #fff;
}

blockquote:after {
    color: #fff;
    content: "”";
    display: block;
    font-size: 80px;
    left: 565px;
    position: absolute;
    top: 89px;
}

.testimonal_text {
	font-size: 14px !important;
	font-family: "lexia";
}

.author {
    font-size: 12px !important;
    padding-right: 40px;
    text-align: right;
	font-weight:bold;
	font-family: "lexia";
}

.main_author {
    text-align: right;
	font-weight:bold;
	font-family: "lexia";
	color:#0A3C61;
	font-weight:bold;
	padding-bottom: 30px;
	margin-top: -10px;
}


.bx-wrapper .bx-pager {
    color: #666;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    margin-left: 234px !important;
    padding-top: 20px;
    position: absolute;
}
/*------------------------- awards Styles ----------------------------------*/

.award_container{
	padding-bottom:30px;
	float: left;
	width: 100%;
}

.award_image{
	width:300px;
	padding-right:30px;
	float:left;
}

.award_body{
}
/*------------------------- Footer Styles ----------------------------------*/

#footer_container {
    height: auto;
    width: 100%;
	background-color:#0A3C61;
	z-index:0;
}

.footer_texture {
	background-image:url(/images/footer_texture.png);
    background-image: url("/images/footer_texture.png");
    background-repeat: repeat-x;
    height: 100px;
    position: absolute;
    width: 100%;
    z-index: 500;
}

.foot_logo_container {
    background-color: #0a3c61;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 25%;
    z-index: 900;
}

.footer_center_icon {
    background-color: #0a3c61;
    border: 10px solid #0a3c61;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -28px;
    position: relative;
    width: 70px;;
	z-index:1000;
}
.footer_title_text {
	color:#FFF;	
	font-size: 20px;
	text-align:center;
	line-height:1;
	font-family: "lexia";
	font-weight:bold;
	position:relative;
	z-index:1000;
}
.footer_subtitle_text {
	color:#9c8642;
	font-size: 16px;
	text-align:center;
	line-height:1;
	font-family: "lexia";
	position:relative;
	z-index:1000;
}

#footer_content{
	 margin-left: auto;
    margin-right: auto;
}

.footer_nav_parent {
	color:#FFF;	
	font-size: 15px;
	line-height:1;
	font-weight:bold;
	
}

.footer_nav_child {
	color:#799799;	
	font-size: 15px;
	line-height:1;
}


#footer_social {
    display: none;
}

#footer_social .social_icon {
    float: right;
    padding: 3px;	
}

#footer_social .social_icon a{
	position: relative;	
}

.footer_contact {
    padding-bottom: 15px;
}

.footer_contact a{
	color:#fff;
}

.footer_copyright {
	color:#799799;
    float: left;
    padding-bottom: 15px;
}
.footer_copyright a{
	color:#799799;
}
.footer_copyright a:hover {
	color:#fff !important;
}
.footernav {
	padding-top:30px;
}

.footernav a{
	color:#fff;
	font-weight:bold;
	font-family: "lexia";
}
.footernav a:hover{
	color:#799799;
	font-weight:bold;
	font-family: "lexia";
}

.footernav  li a{
	color:#799799;
	font-weight:100;
	font-family: "lexia";
}
.footernav  li a:hover{
	color:#fff;
	font-weight:100;
	font-family: "lexia";
}
.footer_contact a:hover{
	color:#799798;
	font-family: "lexia";
}
.footer_phone_email {
	color: #ffffff;	
	font-size: 14px;
	text-align: right;
	font-family: "lexia";
}
.footer_address {
	color:#799799;
	text-align: right;
	font-family: "lexia";
}


/*----------------------------footer-nav---------------------------------------*/

#footer_nav {
	margin-top: 6%;
   padding: 0px;
  color: #ffffff;; 
}

#footer_nav a {
    color: #ffffff;
    text-decoration: none;
}

#footer_nav ul{
	list-style: none; 	
	color: #ffffff;;
}

#footer_nav ul li{
	padding-left: 12px;
	padding-right: 12px;
   list-style: none; 
   color: #ffffff;;
   float:left;
   border-left: solid 1px white; 
   }


#footer_nav ul li a:link{
   margin: 0;
   text-decoration: none;
   font-weight: bold;
   color: #ffffff;
   display: block; 
}


#footer_nav ul a:active {
   margin: 0;
   text-decoration: none;
   font-weight: bold;
   color: #ffffff;
   display: block; 	
}



#footer_nav ul a:hover {
   margin: 0;
   text-decoration: none;
   font-weight: bold;
    color: #D84021;
   display: block;

} 


#copyright_container {
	color: #fff;	
	margin-left: 6%;
    width: 93%;
}


/*------------------------- General Content Styles ----------------------------------*/



.content_wrapper_home {
	margin-top: 130px;	
	position: relative;
	z-index: 5;
}



.content_wrapper_internal {	
	position: relative;
	z-index: 5;
	min-height:700px;

}

/*------------------------- dform Styles ----------------------------------*/
	
.right_rail .dform input {
	background: transparent;
	font-family: inherit;
    letter-spacing: normal;
    outline: 1px solid white !important;
    padding: 2px 0 2px 5px !important;
	border:0px;
	width: 100%;
	height:25px;
	margin-bottom:15px;
	}
	
.dform input[type="submit"] {
    background-color: #0A3C61;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    width: 115px;
    z-index: 5000;
	text-align:center;
	font-size:15px;
	outline: 0px  !important;
	margin-bottom: 20px;
	margin-top:5px;
	font-family: "lexia";
}

.dftop_label .dform_label{
	color:#0A3C61;
}
/*------------------------- Video Styles ----------------------------------*/
.video_wrapper {
	position: relative;
	
}

.full_video {
}

.video_overlay {
    background-color: rgba(163, 134, 47, 0.75);
    margin-top: 0px;
    padding: 30px;
    position: absolute;
    width: 300px;
	height:auto;
	margin-top:50px
}

.video_header {
	font-weight: bold;
	font-size: 25px;
	color: #ffffff;
	margin-top: 45px;
	font-family: "lexia";
}

.video_text {
    color: #ffffff;
    font-size: 12px;
    height: 90px;
    line-height: 20px;
    padding-top: 18px;
	font-family: "lexia";
}

.video_image {
padding-bottom: 50px;
padding-top: 50px;
}


.video_image img{
	width:100%
}

.play_button {
	margin-left: -80px;
	left: 50%;
	top: 50%;
    margin-top: -80px;
    position: absolute;
}

.play_button img{

}
iframe {
	width:100%;
	height:auto;
	min-height: 400px;
}
/*------------------------- modal video popup ----------------------------------*/
.modal-content {
    background-clip: padding-box;
    background-color: #0A3C61;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
}

.modal-title {
    color: #fff;
    line-height: 1.42857;
    margin: 0;
}

button.close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    cursor: pointer;
    padding: 0;
}
.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    text-shadow: 0 1px 0 #fff;
}
/*------------------------- interior styles ----------------------------------*/


.hero_image {
    height: 425px;
    margin-top: -15px;
    overflow: hidden;
	padding-left: 15px;
    padding-right: 15px;
	margin-bottom: 0px;
}
.hero_image img{
	width:1140px;
}
.hero_overlay {
    background-color: rgba(10, 60, 97, 0.75);
    height: 75px;
    margin-top: -75px;
    overflow: hidden;
    position: absolute;
    width: 70%;
	margin-left: 15px;
}

.hero_overlay_header {
	font-weight: bold;
	font-size: 25px;
	color: #ffffff;
	padding:20px;
}

.interior_page_content {
	margin-bottom: 60px;
}
.interior_page_content li {
    color: #999;
    font-family: lexia;
    list-style: outside none disc;
}

.social_header_mobile {
	font-size: 20px !important;	
}


.social_header_mobile .script{
	font-size: 50px !important;	
}


/*----------------------------- Right Rail Styles ------------------------------*/
.right_rail p{
	color:#fff;
}

.right_rail {
    background-color: #799799;
    color: #fff;
    margin-bottom: -9999px;
    padding: 30px 30px 9999px;
}
.right_rail h1 {
    color: #eadfbd;
    font-size: 24px;
    margin-top: -5px;
	margin-bottom:-0px;
}
.rail_contact{
	width:60%;
	font-size:15px;
	padding-bottom:30px;
	font-family: "lexia";
}

.rail_contact h1{
		font-family: "lexia";
		font-weight:bold;
}
.rail_form h1{
		font-family: "lexia";
		font-weight:bold;
}

.rail_brownbox {
    background-color: #a3862f;
    color: #ffffff;
    font-size: 12px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-top: 30px;
	padding-bottom: 30px;
}
	
	.rail_brownbox blockquote:after {
    color: #fff;
    content: "”";
    display: block;
    font-size: 80px;
    left: 600px;
    position: absolute;
    top: 89px;
}

.rail_form {
	padding-top:25px;
}
/*--------------------------------sharethis---------------------------------*/
#sharethis {
	float:right;
}
#share_print {
float:left;
}
#share_button{
	float:left;
}
/*--------------------------------video gallery---------------------------------*/
.video {
}

.video_slider_container {
	position:relative;
	z-index:10;
	margin-top: -0px;
}

.video  #pager2 {
    padding-left: 0px;
	margin-top:-10px;
}

.video #pager2 a {
	background: none repeat scroll 0 0 #0A3C61;
    display: inline-block;
    height: 12px;
    width: 12px;
	margin: 0 10px 0 0;
}

.video #pager2 a:hover{
	background: none repeat scroll 0 0 #A3862F;
    display: inline-block;
    height: 12px;
    margin: 0 10px 0 0;
    width: 12px;
	z-index:1000;
}

.video .prevnext2 {
    margin-top: -65px;
    position: absolute;
    width: 750px;
}
.video #prev2 {
	background-image:url(/images/left_button.jpg);
    display: inline-block;
    height: 53px;
    width: 53px;
	position:relative;
	z-index:1000;
	cursor:pointer;
	background-repeat:no-repeat;
	
}
.video #prev2 a{
	background: none repeat scroll 0 0 #0C3;
}
.video #prev2 a:hover{
	background: none repeat scroll 0 0 #fff;
}

.video #next2 {
	background-image:url(/images/right_button.jpg);
    display: inline-block;
    height: 53px;
    width: 53px;
	position:relative;
	z-index:1000;
	cursor:pointer;
	background-repeat:no-repeat;
	float:right;
}
.video #next2 a{
	background: none repeat scroll 0 0 #0C3;
}
.video #next2 a:hover{
	background: none repeat scroll 0 0 #fff;
}
.youtube {
width:98%;

}
/*-------------------------------faq---------------------------------*/
.faq_container {
}

.qa {
    font-size: 25px;
	color:#0A3C61;
}
.question {
	color: #999;
    font-family: "lexia";
    margin: 0 0 10px;
    text-align: justify;
}
.answer {
	padding-left:30px;
	color: #999;
    font-family: "lexia";
    margin: 0 0 10px;
    text-align: justify;
}
/*--------------------------------mobile---------------------------------*/
#mobile_navbar {

	position: fixed;

	top: 0;

	width: 100%;

	height: 65px;

	background: url('../images/footer_bg.jpg') top center repeat-x;

	padding: 10px;

	left: 0;

	border-bottom: 2px solid #000000;

	z-index: 10;

}



#mobile_links {

	background-color: #ffffff;

    height: 100%;

    left: -80%;

    padding: 10px;

    position: fixed;

    top: 65px;

    width: 80%;	

	z-index: 10;

	border-right: 1px solid #e6e6e6;

}



#mobile_links ul {

	list-style: none;

	margin: 0;

	padding: 0;	

}



#mobile_links li {

	margin-bottom: 5px;	

}



#mobile_links li a{

	color: #362f2d;

    font-family: 'adobe-garamond-pro';

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

}



#mobile_logo {

	left: 128px;

    position: absolute;

    top: 16px;

}



#mobile_spacer {

	width: 100%;

	height: 167px;	

}



.welcome_mobile {

	font-size: 60px !important;	

	line-height: 30px;

    margin-top: 25px;

}



.title_text_mobile {

	font-size: 60px !important;

    margin-top: 28px;

    min-height: unset !important;

    overflow: visible;

}



.title_text_mobile span{

	top: 0 !important;	

}



.welcome_mobile:after, .welcome_mobile:before, .title_text_mobile:after, .title_text_mobile:before {

	content: '' !important;	

}



.staff_title {

	font-weight: bold;
	margin-top: -14px;

}


.mobile_nav_link a{

	font-size: 9px !important;	

}

.mobile_nav_link a .script{

	font-size: 14px !important;

}

.mobile_nav_link a .script2{

	font-size: 16px !important;

}

@media(max-width:766px){
	
	
.video640 {width: 230px; height: 197px}
.video560 {width: 230px; height: 170px}
.video480 {width: 240px; height: 193px}
	
.mobile-submenu h2 {
}
	
.mobile-submenu {
    display: block;
    margin-top: -82px;
    padding-bottom: 15px;
}

.mobile-submenu a {
    font-family: lexia;
    font-size: 16px;
    font-weight: bold;
}

.mobile-submenu h2 {
    font-weight: bold;
    padding-left: 20px;
}
			
.header_logo_mobile {
  padding-top: 23px;
  margin-left: 30%;
  padding-top: 23px;
  position: absolute;
}
.header_logo_mobile img {
	width:250px ;
}

.header_top_bg {
	display:none;
}
.header_navy_bg {
	display:none;
}
#header_center_icon {
	display:none;
	}
.mobile_orange_bg {
	background-color:#0A3C61;
	height: 76px;
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
}
#mobile_phone_number {
	float: right;
	margin-right: 20px;
}
#mobile_phone_number {
	float: right;
	margin-right: 20px;
	font-size: 2em;
	color: #fff;
	margin-top: 11px;
}
#menu_mobile_title {
display: block;
left: 20px !important;
position: fixed;
top: 0;
z-index: 344401;
cursor:pointer;
}
#menu_mobile_title h2, #sub-site-home h2 a {
    color: #fff;
    font-family: arial;
    font-size: 24px;
}

.prevnext {
 	left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
	margin-top: 286px;
	width: 78%;
}

#menu-top {
	display: none;
}
#open i {
	padding-right: 0px;
}
#menu-bottom {
	display: none;
}

#mobile_navbar {
	position: fixed;
	top: 0;
	width: 100%;
	height: 65px;
	background: url('../images/footer_bg.jpg') top center repeat-x;
	padding: 10px;
	left: 0;
	border-bottom: 2px solid #000000;
	z-index: 10;
}

#mobile_links {
	background-color: #ffffff;
    height: 100%;
    left: -80%;
    padding: 10px;
    position: fixed;
    top: 65px;
    width: 80%;	
	z-index: 10;
	border-right: 1px solid #e6e6e6;
}

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

#mobile_links li {
	margin-bottom: 5px;	
}

#mobile_links li a{
	color: #362f2d;
    font-family: 'adobe-garamond-pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.mobile_nav_link a{
	font-size: 9px !important;	
}

.mobile_nav_link a .script{
	font-size: 14px !important;
}

.mobile_nav_link a .script2{
	font-size: 16px !important;
}
#open i {
	padding-right: 10px;
	}
	.navbar {
    border: 0 solid transparent !important;
    margin-bottom: 15px !important;
    min-height: 0;
}
	
	
.menu_small {
    background: none repeat scroll 0 0 #fff;
    min-height: 200px;
    position: relative;
    top: -45px;
    width: 100%;
    z-index: 8;
}

.menu_small  > li {
	display:block;
	float:none;
	width: 200px;
}

.menu_small > li > a {
line-height:30px !important;
}

.menu_small .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
	color:#0A3C61;
    border: 0px;
    border-radius:0px;
    box-shadow: 0;
    float: left;
    font-size: 14px;
    left: 200px;
	top:0px;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 200px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    z-index: 1000;
}


.transition, ul li ul, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}
.no-select, ul li a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul li ul {
  position: relative;
  overflow: hidden;
  opacity: 1;
  margin-top: 14px;
  z-index: 2;
}
ul li:last-of-type {
  padding-bottom: 0;
}
.dropdown{
	position:relative;
}
ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  top: 0;
  z-index:55;
}
ul li input[type=checkbox]:checked ~ ul {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}

.play_button img {
	width: 75%;
}

.video_overlay {
    background-color: rgba(163, 134, 47, 0.75);
    height: auto;
    margin-top: 50px;
    padding: 30px;
    position: absolute;
    width: 220px;
}





}

@media(max-width:767px){
		.hero_image {
	 height: 50% ;
	}
	.testimonal_text {
    font-size: 14px !important;

    width: 645px;
}
blockquote::before {
	display:none;
}
blockquote::after {
	display:none;
}
.navbar-nav > li > a {
    color: #0a3c61 !important;
    font-family: "lexia";
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-nav > li > a:hover {
	color:#799799 !important;
}
.header_logo img {
	width:250px ;
}
.col-xs-6 {
    width: 33%;
}
.header_phone {
    color: #ffffff;
    font-family: "lexia";
    font-size: 30px;
    font-weight: bold;
    margin-left: 22%;
}
.header_phone a{
	color:#ffffff;
}
.header_phone a:link{
	color:#ffffff;
}
header_address {
    color: #fff;
    font-family: "lexia";
    font-size: 11px;
	
}

.header_phone {
    color: #ffffff;
    font-family: "lexia";
    font-size: 30px;
    font-weight: bold;
    margin-left: 22%;
}
.header_phone a:link {
	color:#ffffff !important;
}
.header_phone a:link {
	color:#ffffff !important;
}
#mobile_phone_number a:link{
	color:#ffffff !important;
}
#mobile_phone_number a:link {
	color:#ffffff !important;
}

}

@media(min-width:768px){
		.hero_image {
	 height: 50% ;
	}

.right_rail {
	margin-top: 130px;
}
	.testimonal_text {
    font-size: 14px !important;
;
    width: 645px;
}
blockquote::before {
	display:none;
}
blockquote::after {
	display:none;
}
.navbar-nav > li > a {
    color: #0a3c61 !important;
    font-family: "lexia";
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 0;
    padding-top: 0;
}
.header_logo img {
	width:250px ;
}
.col-xs-6 {
    width: 33%;
}
.header_phone {
    color: #ffffff;
    font-family: "lexia";
    font-size: 30px;
    font-weight: bold;
    margin-left: 22%;
}
.header_phone a:link {
	color:#ffffff !important;
}
.header_phone a:link {
	color:#ffffff !important;
}
#mobile_phone_number a:link{
	color:#ffffff !important;
}
#mobile_phone_number a:link {
	color:#ffffff !important;
}
header_address {
    color: #fff;
    font-family: "lexia";
    font-size: 11px;
}
}

@media(min-width:992px){
.hero_image {
    height: 425px;
}
	.hero_overlay {
	width:780px;
	}
	
	.right_rail {
	margin-top: 0px;
}
.prevnext {
 	left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
	margin-top: 286px;
	width: 78%;
}
.slider_heading_1 {
    color: #fff;
    font-family: "lexia";
    font-size: 38px;
    width: 370px;
}
.col-md-6 {
    margin-left: 60px;
    width: 39%;
	margin-right: 60px;
}
.callout_title {
    color: #ffffff;
    font-family: "lexia";
    font-size: 20px;
    font-weight: bold;
    margin-top: -10px;
}
.testimonal_text {
    font-size: 14px !important;

    width: 215px;
}
.author {
    font-size: 12px !important;
    font-weight: bold;
    padding-right: 80px;
    text-align: right;
}
blockquote::before {
	display:none;
}
blockquote::after {
	display:none;
}
.bx-wrapper .bx-pager {
    color: #666;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    margin-left: 0;
    padding-top: 0px !important;
    position: absolute;
}
#sharethis {
    float: right;
    width: 122px;
}
}

@media(min-width:1200px){

}

@media(max-width:410px){

.header_logo_mobile img {
	width:200px;
	margin-left: 40px;

}
#share_print {
	display:none;
}
.testimonal_text {
    font-size: 14px !important;

    width: 300px;
}

.footer_copyright {
    display: none;
}
.practice_slider_container {
	display:none !important;
}

 .list_carousel practice_sliderbk {
	 	
}
.list_carousel {
	
}

.prevnext {
		display:none;
}

.youtube {

}

#mobile_phone_number {
    color: #fff;
    float: right;
    font-size: 1em;
    margin-right: 20px;
    margin-top: 11px;
}
.play_button {
	left: 50%;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
    top: 30%;
}

.play_button img {
    width: 50%;
}

.video_header {
	font-size: 18px;
}

.video_overlay {
	margin-top:0px;
	padding:15px;
	width: 40%;
}

.video_text {
    color: #ffffff;
    font-family: "lexia";
    font-size: 12px;
    height: 85px;
    line-height: 15px;
    padding-top: 0;
}

iframe {
	width:100%;
	height:auto;
	min-height: 250px;
}
	.signature{
		float:right;
		width:200px;
	}
	
	.list_carousel_content {
		width: 330px;
		height: 250px;
	}
	
	#pager2 {
    padding-left: 200px;
    padding-top: 185px;
    position: relative;
}

.slider_heading_1 {
    color: #fff;
    font-family: "lexia";
    font-size: 20px;
    width: 300px;
}

.list_carousel {
	height: 285px;
}


}

@media(max-width:410px){
#pager2 {
    padding-left: 150px;
    padding-top: 150px;
    position: relative;
}

.list_carousel_content {
    height: 175px;
    width: 290px;
}

.slider_heading_1 {
    color: #fff;
    font-family: "lexia";
    font-size: 14px;
    width: 225px;
}

.signature {
    float: right;
    margin-top: 15px;
    width: 155px;
}

.tealbox {
    background-color: #799799;
    padding: 20px;
}

.news_description {
    line-height: 15px;
    padding-left: 60px;
	margin-top: -4px;
}

.brownbox {
    padding: 20px;
}
.bxslider {
	
}
.testimonal_text {
    font-size: 13px !important;
    width: 220px;
}
.author {
    padding-right: 0px;
    text-align: left;
}

.video_header {
	margin-top:0px;
}

.video_overlay {
    height: 116px;
    margin-top: 50px;
    padding: 0 15px 15px;
    width: 43%;
}
}