*{
margin:0;
padding:0;
}

html,body{
background-color:#ffffff;
background-image:url('/includes/layout/images/body_back.png');
background-repeat:repeat-y;
background-position:center top;
overflow-x:hidden;
}

.clear{
clear:both
}

.left{
float:left;
}

.right{
float:right;
}

.full_screen{
width:100%;
}

/* CONTENT PROMOS - FIX FOR INDEX PAGE */
.mainContentIndex {
	position:relative;
	margin-top:-150px;
}

@media only screen and (max-width : 1850px)  {
	.mainContentIndex {
		position:relative;
		margin-top:-200px;
	}
}

@media screen and (min-width:0\0) and (max-width : 1850px) {
	.mainContentIndex {
		position:relative;
		margin-top:-75px;
	}
}

@media only screen and (max-width : 1300px)  {
	.mainContentIndex {
		position:relative;
		margin-top:-150px;
	}
}

@media screen and (min-width:0\0) and (max-width : 1300px) {
	.mainContentIndex {
		position:relative;
		margin-top:-50px;
	}
}

@media only screen and (max-width : 980px)  {
	.mainContentIndex {
		position:relative;
		margin-top:0px;
	}
}

.promo-index-content {
	display:none;
}

@media only screen and (max-width : 1279px)  {
	.promo-index-content {
		display:block;
	}
}

@media only screen and (max-width : 767px)  {
	.promo-index-content {
		display:none;
	}
}

/* BANNER SIZES */

.bannerDefault { /* class goes on both index page banner and all other pages. */
	width:100%;
	overflow:hidden; /* The banner will automatically show the entire image, so this will make sure the image gets cut off at the specified height. */
}

.mainBanner { /* index page */
	/* We need all these heights so we can override Orbit's attributes */
	min-height:570px;
	max-height:570px;
	height:570px;
	/* // */
}

.subBanner {
	/* We need all these heights so we can override Orbit's attributes */
	min-height:400px;
	max-height:400px;
	height:400px;
	/* // */
}

.bannerDefault .slider_img img{
	position:absolute;
	top:0px;
	left:0px;
	z-index:90;
	cursor:pointer;
	width:100%;
}

.bannerContent { /* styles for both the main and sub banner content area */
	position:relative;
	/*margin-top:-200px;*/
}

@media only screen and (max-width : 1200px)  {
	
	.mainBanner .bannerContent .slider_content {
	top:25px;
	left:0px;
	}
	
}

@media only screen and (min-width : 1200px)  {
	
	.mainBanner .bannerContent .slider_content {
	top:100px;
	left:-125px;
	}

}

.subBanner .bannerContent .slider_content {
	top:35px;
}

.bannerContent .slider_content { /* slider content for both main and sub banners */
	position:absolute;
	top:25px;
	background: rgba(92, 111, 124, 0.9);
	padding:25px;
	overflow:hidden;
	z-index:9999;
}

.bannerContent .slider_content h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: 400;
	font-size:20px;
	margin-bottom:5px;
	color:#ffffff;
}

.bannerContent .slider_content p {
	font-size:13px;
	line-height:1.7;
	color:#CED7DA;
	font-family:Arial, Helvetica, sans-serif;
}

@media only screen and (max-width : 1850px)  {
	.mainBanner {
		/* We need all these heights so we can override Orbit's attributes */
		min-height:400px;
		max-height:400px;
		height:400px;
		/* // */
	}
	
}

@media only screen and (max-width : 1300px)  {
	.subBanner, .mainBanner {
		/* We need all these heights so we can override Orbit's attributes */
		min-height:325px;
		max-height:325px;
		height:325px;
		/* // */
	}
	
}

@media only screen and (max-width : 980px)  { /* there is a breakpoint here with foundation, just so we don't have any tablets with misalignment, we're going to observe this breakpoint. */
	.bannerContent .slider_content { /* this makes sure the text is indented so it lines up with the content on tablets and smart phones and anything inbetween */
		margin-left:25px;
	}
	
	
	.subBanner, .mainBanner {
		/* We need all these heights so we can override Orbit's attributes */
		min-height:250px;
		max-height:250px;
		height:250px;
		/* // */
	}
	
	.banner-spacer {
		display:none;
	}
}

@media only screen and (max-width : 768px)  { /* iPad in Portrait */
	
	.subBanner, .mainBanner {
		/* We need all these heights so we can override Orbit's attributes */
		min-height:225px;
		max-height:225px;
		height:225px;
		/* // */
	}
	
	.mainBanner .bannerContent .slider_content { 
		top:100px !important; /* Won't overwrite previous top value without important */
	}
	
	.subBanner .bannerContent .slider_content {
		top:10px !important; /* Won't overwrite previous top value without important */
	}
}

@media only screen and (max-width : 568px) { /* iPhone */
	.mainBanner { /* index page */
		/* We need all these heights so we can override Orbit's attributes */
		min-height:90px;
		max-height:90px;
		height:90px;
		/* // */
	}
	
	.subBanner {
		/* We need all these heights so we can override Orbit's attributes */
		min-height:85px;
		max-height:85px;
		height:85px;
		/* // */
	}
	
	.subBanner .bannerContent .slider_content, .mainBanner .bannerContent .slider_content {
		display:none;
		top:15px !important; /* Won't overwrite previous top value without important */
	}
	
	.bannerContent .slider_content { 
		padding:15px;
	}
	
	.bannerContent .slider_content h1 {
		font-size:16px;
	}

}

/* END BANNER SIZES */

/* MENU MEDIA QUERIES & STYLES */

.navigation_bar_holder_mobile {
	display:none;
}

div.menuMobileContainer {
	background-color:#333;
	padding:10px;
	position:fixed;
	top:20px;
	right:0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

div.menuMobileContainer-register {
	background-color:#333;
	padding:10px;
	position:fixed;
	top:20px;
	right:0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	top:70px !important;
}

ul.menuMobile {
	display: inline-block;
    height: 22px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 25px;
	list-style:none;
	cursor:pointer;
}

ul.menuMobile li {
	background: none repeat scroll 0 0 #ccc;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    height: 3px;
    margin: 3px 0;
    width: 100%;
}

@media only screen and (max-width : 940px)  {
	.top_menu_container, .small_banner { /* let's get rid of this for anything tablet and under. */
		display:none;	
	}
	
	.navigation_bar_holder_mobile {
		display:block;
	}
	
	.navigation_bar_holder, .banner_top {
		display:none;
	}
}

/* END MENU MEDIA QUERIES & STYLES */

input[type="text"], textarea, input[type="password"] {
border-top:1px solid #9c9c9c;
border-left:1px solid #9c9c9c;
border-bottom:1px solid #d1d1d1;
border-right:1px solid #d1d1d1;
background-color:#ffffff;
font-size:15px;
color: #555555;
padding:15px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
width:80%;
-webkit-border-radius:0px;
}

input[type="submit"]{
-webkit-appearance: none;	
text-decoration:none;
display:block;
padding:25px;
color:#ffffff;
text-align:center;
font-size:15px;
font-weight:bold;
background-color:#046AB3;
border:none;
cursor:pointer;
text-transform:uppercase;
width:80%;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;

}

input[type="submit"]:hover{
background-color:#54B948;
}

input[type="text"]:focus, textarea:focus, input[type="password"]:focus{
border:1px solid #555555;
}

.round{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;	
}

.top_banner{
padding-top:15px;
background-color:#0067B1;
position:relative;
z-index:99;
}

@media only screen and (max-width: 980px) {

	.small_banner{
	padding:25px;
	}
	
	.top_banner{
	padding-top:0px;
	}
		
}

.logo img{
min-width:75px;
height:auto;
border:none;
}

.social{
text-align:right;
}

.social img{
max-width:35px;
min-width:16px;
height:auto;	
border:none;
margin-left:5px;
}

.top_menu{
margin-bottom:15px;
text-align:right;
}

.top_menu a{
text-decoration:none;
font-size:13px;
color:#B9CAE7;
margin-left:15px;
font-family:Arial, Helvetica, sans-serif;
}

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

.banner_holder{
}

@media only screen and (max-width: 700px) {

	.navigation_bar_holder{
	background:#00578C;
	}

}

@media only screen and (min-width: 700px) {

	.navigation_bar_holder{
	background-color:#00578C;
	/*overflow:hidden;*/
	}

}
.navigation_bar_holder{
	position:relative;
	z-index:100;
	}


.navigation_bar{
min-width:960px;	
}

.navigation_bar a{
text-decoration:none;
background:#00578C;
font-size:17px;
color:#555555;
padding:25px;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-weight: 300;
}

.navigation_bar a:hover{
background-color:#172934;
color:#ffffff;
}
	
@media only screen and (min-width: 700px) {
	.navigation_bar a{
	display:block;
	float:left;	
	}
}

@media only screen and (max-width: 700px) {
	.navigation_bar a{
	color:#ffffff;	
	}
}

.sub_navigation_bar_holder{
background-color:#ffffff;
overflow:hidden;	
border-bottom:1px solid #d1d1d1;
}

.sub_navigation_bar{
min-width:960px;
}

.sub_navigation_bar a{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;	
background-color:#333333;
font-size:14px;
color:#ffffff;
display:block;
float:left;
padding:15px;
font-family:Arial, Helvetica, sans-serif;
font-weight: 300;
margin-right:2px;
text-decoration:none;
margin-top:50px;
}

.sub_navigation_bar a:hover{
background-color:#53B848;	
}

.blue-button{
text-align:center;	
}

.blue-button a{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;	
background-color:#0067B1;
font-size:16px;
color:#ffffff;
line-height:1.8;
display:block;
padding:15px 50px 15px 50px;
font-family:Arial, Helvetica, sans-serif;
font-weight: 300;
text-decoration:none;
margin-left:auto;
margin-right:auto;
width:50%;
margin-top:50px;
margin-bottom:50px;
}

.blue-button a:hover{
background-color:#53B848;	
}	
}

@media only screen and (min-width: 980px) {
	
	.content_holder{
	padding:25px;
	}
}

@media only screen and (max-width: 980px) {

	.content_holder{
	padding:25px;
	}
	
	.content_padding{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	}
	
}

@media only screen and (max-width: 767px) {

	.content_holder{
	padding:25px;
	}

}

@media only screen and (min-width: 980px) {

	.content_holder{
	padding-top:50px;
	padding-bottom:25px;
	}

	.content_padding{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	}

}

.content h1, .content h2, .content h3{
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	
font-weight:100;
}


@media only screen and (max-width: 767px) {

	.content h1{
	color:#0067B1;
	font-size:32px;
	padding-bottom:10px;
	font-weight:400;
	}
	
	.content h2{
	color:#54B948;
	font-size:18px;
	font-weight:400;
	padding-bottom:10px;
	}

}

@media only screen and (min-width: 767px) {

	.content h1{
	color:#0067B1;
	font-size:50px;
	padding-bottom:10px;
	font-weight:400;
	}
	
	.content h2{
	color:#54B948;
	font-size:26px;
	padding-bottom:10px;
	font-weight:400;
	}

}

.content h3{
font-size:16px;	
margin-bottom:15px;
color:#54B948;
}

.content p{
font-size:15px;
line-height:1.8;
color:#666666;
font-family:Arial, Helvetica, sans-serif;	
font-weight:400;
}

.content li{
font-size:15px;
line-height:1.8;
color:#666666;
font-family:Arial, Helvetica, sans-serif;	
font-weight:400;
margin-left:35px;
}

@media only screen and (max-width: 480px) {
	.content p{
	font-size:12px;
	line-height:1.6;
	}
	
	.content img{
	max-height:200px;
	}
}


.content b, .content strong{
color:#0067B1;
font-family:Arial, Helvetica, sans-serif;	
font-weight:bold;
}

.content a{
text-decoration:underline;
color:#0067B1;	
line-height:1.8;
font-size:15px;
font-family:Arial, Helvetica, sans-serif;	
font-weight:400;
}

.content a:Hover{
text-decoration:none;
}

.content_highlight{
background-color:#CCE6CB;
padding:50px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.content_highlight p{
font-size:15px;
line-height:1.8;
color:#666666;
font-family:Arial, Helvetica, sans-serif;	
font-weight:400;	
}

.captcha_txt p{
font-size:11px;
line-height:1.6;
color:#000000;
}

.captcha{
border-top:1px solid #9c9c9c;
border-left:1px solid #9c9c9c;
border-bottom:1px solid #d1d1d1;
border-right:1px solid #d1d1d1;
background-color:#ffffff;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
margin-right:25px;
margin-bottom:10px;
}

.column_spacer{
margin-right:25px;
}

@media only screen and (max-width: 980px) {

.cir{
padding-right:25px;	
}

.cil{
padding-left:25px;
}

}

@media only screen and (max-width: 767px) {

	.cir{
	padding-right:0px;	
	}
	
	.cil{
	padding-left:0px;
	}
	
}

@media only screen and (min-width: 980px) {
	
	.cir{
	padding-right:50px;	
	}
	
	.cil{
	padding-left:50px;
	}
	
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content_spacer{
margin-bottom:25px;	
}

.promo_holder{
background-color:none;
}

.promo_item{
padding:10px 0px 10px 0px;
background-color:none;
background-color:#53B848;
}

.promo_item p{
line-height:1.7;
color:#D4E9CB;
font-size:15px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}

.promo_item h3{
text-align:center;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
line-height:1.7;
color:#ffffff;
}

.promo_item a{
margin-top:10px;
display:block;
text-align:center;
background-color:#419945;
text-decoration:none;
line-height:1.7;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
color:#ffffff;
padding: 10px 0px 10px 0px;
font-family:Arial, Helvetica, sans-serif;
}

.promo_item a:hover{
text-decoration:none;
background-color:#0067B1;
}

.promo_item img{
width:100%;
height:auto;
}

@media only screen and (min-width: 400px) {

	.sub_promo_pad{
	padding:0px;	
	}
	
}


@media only screen and (min-width: 400px) {
	
	.sub_promo_pad{
	padding:25px;	
	}
	
}

@media only screen and (min-width: 400px) {

	.sub_promo_item{
	width:100%;
	background-color:#53B848;
	border-right:2px solid #53B848;
	height:330px;
	}

}

@media only screen and (max-width: 400px) {

	.sub_promo_item{
	padding:15px 25px 25px 25px;
	background-color:#53B848;
	border-right:1px solid #81C671;
	height:185px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}

}
.sub_promo_item{
	background-color:#53B848;
}
	

.sub_promo_item p{
line-height:1.7;
color:#D4E9CB;
}

.sub_promo_item h3{
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
line-height:1.7;
color:#ffffff;
font-size:20px;
text-align:center;
}

.sub_promo_item a{
display:block;
margin-top:15px;
background-color:#419945;
padding:10px;
text-decoration:none;
line-height:1.7;
color:#ffffff;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-align:center;
}

.sub_promo_item a:hover{
text-decoration:none;
background-color:#0067B1;
}

.promo_desc_spacer{
padding-left:25px;	
}

@media only screen and (max-width: 767px) {

	.footer{
	text-align:center;	
	}
	
	.copyright{
	text-align:center;	
	}
	
	.footer a{
	margin-right:15px;	
	}
	
	.footer_holder{
	padding-top:15px;
	padding-bottom:0px;
	}
	
	.footer{
	padding-bottom:15px;
	overflow:hidden;
	}
	
	.quickmenu_holder_small{
	padding-left:25px;
	padding-right:25px;
	}
	
	.quickmenu{
	padding-bottom:15px;
	overflow:hidden;
	}
	
	.promo_item{
	margin:5px;	
	}
	
	.promo_item h3{
	font-size:16px;
	font-weight: 700;
	margin-bottom:5px;
	}
	
	.promo_item p{
	font-size:11px;	
	}
	
	.promo_item a{
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	}
}

@media only screen and (min-width: 767px) {

	.footer{
	text-align:center;	
	}
	
	.footer a{
	margin-left:15px;	
	}

	.copyright{
	padding-top:0px;
	}
	
	.quickmenu_holder_small{
	padding-left:0px;
	padding-right:0px;
	}
	
	.promo_item{
	margin-top:15px;
	margin-bottom:25px;
	margin-left:15px;
	margin-right:15px;	
	}
	
	.promo_item h3{
	font-size:20px;	
	font-weight: 300;
	margin-bottom:10px;
	}
	
	.promo_item p{
	font-size:15px;	
	}
	
	.promo_item a{
	font-size:13px;	
	color:#ffffff;
	text-decoration:none;
	}
	
}

@media only screen and (max-width: 980px) {
	
	.footer_holder_small{
	padding-left:25px;
	padding-right:25px;
	}
	
}

.footer_holder{
padding-top:15px;
padding-bottom:15px;
background-color:#54B948;	
text-align:center;
}

.quickmenu_holder{
position:relative;
background-color:#54B948;
padding-top:25px;
padding-bottom:25px;
overflow:hidden;
z-index:99;
}

.footer a{
text-decoration:none;
font-size:13px;
line-height:1.7;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
}

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

.copyright{
padding-bottom:15px;
padding-top:15px;
}

.copyright p{
font-size:11px;
line-height:1.7;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;	
}

.copyright a{
text-decoration:underline;
font-size:11px;
line-height:1.7;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
}

.copyright a:hover{
text-decoration:none;
}

.quickmenu h1{
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-weight: 300;
font-size:16px;
line-height:1.7;
color:#ffffff;	
margin-bottom:15px;
}

.quickmenu a{
text-decoration:underline;	
font-size:13px;
line-height:1.7;
color:#D4E9CB;
font-family:Arial, Helvetica, sans-serif;
}

.quickmenu a:hover{
text-decoration:none;
}

@media only screen and (min-width: 767px) {

	.newsfeed{
	border-bottom:0px solid #d1d1d1;
	margin-bottom:0px;
	}
	
	.address{
	border-top:1px solid #81C671;
	padding-top:15px;
	}

}

@media only screen and (max-width: 767px) {

	.newsfeed{
	border-bottom:1px solid #d1d1d1;
	margin-bottom:15px;
	}
	
	.address{
	border-top:1px solid #81C671;
	padding-top:15px;	
	}

}

.address h1{
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-weight: 300;
font-size:16px;
line-height:1.7;
color:#ffffff;
}

.address p{
font-size:11px;
line-height:1.6;
color:#D4E9CB;
font-family:Arial, Helvetica, sans-serif;	
}

.address a{
text-decoration:underline;
font-size:11px;
line-height:1.7;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
}

.address a:hover{
text-decoration:none;
}

.uwalk-btn{
float:right;
}

.uwalk-btn a{
display:block;
background-color:#53B848;
padding:10px 25px 10px 25px;
color:#ffffff;
font-size:16px;
text-alilgn:center;
text-decoration:none;
font-weight:bold;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.uwalk-btn a:hover{
background-color:#DF8D26;
}

.divider{
background-image:url('/includes/layout/images/divider.png');
background-position:center;
height:100px;
background-repeat:no-repeat;
}

.googleMap{
width:97%;
height:250px;
border:5px solid #eaeaea;
}

.newsfeed_all{
margin-top:15px;	
}

.newsfeed_all a{
text-decoration:none;
display:block;
padding:25px;
color:#ffffff;
text-align:center;
font-size:15px;
font-weight:bold;
background-color:#000000;
border:none;
cursor:pointer;
text-transform:uppercase;
width:80%
}

.newsfeed h1{
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;;
font-weight:100;
color:#000000;
font-size:18px;	
margin-bottom:15px;
}

.newsfeed p{
font-size:15px;
line-height:1.8;
color:#000000;
}

@media only screen and (max-width: 480px) {
	
	.newsfeed p{
	font-size:12px;
	line-height:1.6;
	}
	
}

.newsfeed a{
text-decoration:underline;
font-size:15px;
line-height:1.8;
color:#000000;
}

.newsfeed a:Hover{
text-decoration:none;
}

.tab_container{
width:100%;
background-repeat:repeat-x;
list-style-type:none;
border-bottom:1px solid #54B948;
overflow:hidden;
margin-bottom:50px;
}

.tab_container li{
float:left;
padding: 10px 15px 10px 15px;
background:#54B948;
cursor:pointer;
list-style-type:none;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
margin-right:1px;
}

.tab_container li:hover{
background-color:#0067B1;
overflow:hidden;
}

.tab_container li:hover p{
color:#ffffff;
}

.tab_container li.tabSelected1{
background:#0067B1;
}

.tab_container li.tabSelected1 p {
color:#ffffff;
}

.tab_container p{
color:#ffffff;
font-weight:bold;
}
.portfolio-nav {
    background-color: #000000;
    opacity: 0.65;
	/*height: 70px;
    padding: 5px 10px 5px 25px;
    position: absolute;
    top: 150px;
    width: 45px;*/
}
.portfolio-nav p {
    color: #FFFFFF;
    font-size: 42px;
}
.p_nav_wrap{
	position:absolute;
	top:20px;
}


.full_width{
	width:100%;
}
.tab-view{
	margin-bottom:10px;	
}



/* -----------------------------------------
   Custom
----------------------------------------- */
@media only screen and (max-width: 900px) {
.LEVEL_TWO{
	display:none;	
}
}
@media only screen and (max-width: 700px) {
.sub-nav{
	display:none;
		
}

.top-bar ul > li.toggle-topbar  {
	border:none;
	background-image:url('/includes/layout/images/r-btn.png');
	background-repeat:no-repeat;
	padding-right:80px;
}
.top-bar ul > li.toggle-topbar hover{
	border:none;
	background-image:url('/includes/layout/images/r-btn.png');
	background-repeat:no-repeat;
	padding-right:20px;
}

.top-bar { margin-bottom: 0; overflow: hidden; height: 100px; background: #0067B1; /* Override contain to grid stuff for breakpoint */ /* Setting up the sliding area */ /* When the Small Nav is Showing */ }
.top-bar ul > li.toggle-topbar:hover { 
 	border:none; 
	background-image:url('/includes/layout/images/r-btn.png'); 
	background-repeat:no-repeat; 
	
}
.top-bar ul > li.toggle-topbar { 
 	cursor: pointer; 
	display: block; 
	height: 100px; 
	position: absolute; 
	right: 0; 
	top: 0; 
	width: 10%; 
}
.top-bar ul > li.name { 
 height: 100px; 
 background-color:#0067B1;
}
.top-bar ul > li.name h1 a { 
	color: white; 
	display: block; 
	line-height: 100px !important; 
	padding-left: 15px; 
	height: 100px; 
	
	}
	.nav-bar > li .flyout { margin-top:0px; }
}

.no-list{
	list-style-type:none;	
}
.top-bar ul > li a:not(.button) {}
.top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active, .top-bar ul > li:not(.name):focus { background:#172934;color:#ffffff; }
.top-bar ul > li.toggle-topbar:hover { 
 	border:none; 
	background-image:url('/includes/layout/images/r-btn.png'); 
	background-repeat:no-repeat; 
	background-color:#0067B1;
}

.top-bar.expanded ul li.toggle-topbar a { border:none;}
.top-bar ul > li.toggle-topbar a { border:none;}

.nav-bar li ul li a { background: #ff00ff; color: #ffffff; }
.nav-bar li ul li a:hover { background: #ff0000; color: #ffffff; }
.arrow-right{
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	
	border-left: 20px solid green;
	
}
.top-bar ul > li.has-dropdown a:after {
		border:none; /*removes triangular dropdown icon*/	
	}
@media only screen and (min-width: 900px) {

	

}

.main_nav_selected a{
 color:#fff !important;	
}
.main_nav_selected{
	color:#fff;
	background: #172934; 
}

.nav-bar {
    background: #00578C;
    margin-left: 0;
    margin-top: 0;
}
.top-bar ul > li a:not(.button) {
    color: #fff;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.top-bar ul > li:not(.name):hover a, .top-bar ul > li:not(.name).active a, .top-bar ul > li:not(.name):focus a { 
	
	color:#ffffff; 
}

.nav-bar > li.active:hover { 
	background: #333; 
	cursor: default; 
}
.nav-bar > li:hover { 
	background: #333; 
}
.js-generated  h5 a{
	 border:none;
	 color:#000;
}
.title{
	 border-top: 1px solid #D1D1D1;
     box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
}

.top-bar ul > li.has-dropdown .dropdown {
	background:none;
    left: 0;
    margin: 0;
    padding: 0px 0 0;

}
.dropdown li{
	padding:15px;
	border-top:1px solid #666;
}

.top-bar ul > li.has-dropdown .dropdown li a:hover, .top-bar ul > li.has-dropdown .dropdown li a:focus { background: none; border:none; color:#50B948;} /*background behind dropdown link color*/

.top-bar ul > li.has-dropdown .dropdown li { background: #333333 line-height: 1; min-width: 100%; padding-bottom: 5px; background: none; }

ul.flyout li a, .nav-bar li ul li a {
	background: none;
    background: none;;
    box-shadow: none;
    color: #FFFFFF;
    display: block;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 17px;
    font-weight: 300;
    height: auto;
    line-height: 1;
    padding: 25px;
    text-decoration: none;
}
.dropdown li{
	display:block;
}
.dropdown{
	float:left;
}
.nav-bar > li {
    border-bottom: none;
    
}
.top-bar ul > li.has-dropdown .dropdown li {
	background:#000;
}

/*
.bgl{
	height:550px;
}
*/
.nbg{
	height:1px;
}
/*
@media only screen and (min-width: 767px) {
  .bgs{
  	height:350px;
  }
}
@media only screen and (max-width: 1160px) {
  .bgs{
  	height:300px;
  }
}
*/
/*
.fluid-placeholder { display:none !important; }
*/

.flex-next, .flex-prev { display:none !important; }
