/*-- General Styles --*/
body {
	font-family: MuseoSans-500, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	color: #003150;
}
p a, .underline {
	text-decoration: underline;
}
a, a:hover, a:active, a:visited {
	color: #005580;
	outline:0;
/*	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;*/
}
a:hover {
	color: #DF7A00;
	text-decoration: none;
}
h1 {
	font-family: MuseoSans-700, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 18px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 18px;
	padding-bottom: 2px;
}
h2 {
	font-family: MuseoSans-700, sans-serif;
	border-bottom-color: #5B8F22;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 18px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 18px;
	padding-bottom: 2px;
}
h3 {
}
h4 {
}
h5 {
	font-size: 18px;
}
/* --- Layout ---*/
#masthead {
	position: relative;
}
.search{position: absolute; top: 37px; right: 15px;}
.search input {box-shadow:none; padding:0; height:18px; border: 1px solid #8EC540; margin-bottom:0px;}
.search form{margin:0; text-align:right;}

#super-nav {
	position: absolute;
	top: -11px;
	right: 0;
}
#nav-container{
	margin:0px;
}
.lt-ie9 #nav-container{
margin-left:-20px;
}

/*-- Carousel Styles -- */
#myCarousel img {
	max-height: 240px;
	width: 100%;
	overflow: hidden;
}
.carousel-caption {
	background-color: #003150;
}
.carousel-caption {
	top: 0px;
	width: 250px;
	background-color: rgba(0, 49, 80, 0.75);
}
/*-- TABBED CONTENT STYLES --*/
.sub-nav .navbar-inner {
	background-color: #003150;
	background-image: none;
	filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

.tab-content {
	border: 1px solid #eee;
	margin-top: -10px;
	padding: 15px;
}
.tab-content h4 {
	display: block;
	border-bottom: 1px solid #5B8F22;
	padding-bottom: 3px;
	padding-top: 7px;
}
.tab-content h2 {
	display: block;
	padding-bottom: 3px;
	font-size: 27px;
	color: #7CA940;
}
.tab-content a {
	color: #005580;
	text-decoration: none;
}
.tab-content a:hover {
	font-size: 14px;
	color: #DF7A00;
}

.navbar-inner{padding-left:0px !important;}
.navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
background-color: #7CA940 !important;
}

/*-- Accordion / Sidecontainer styles --*/
.faux-link{cursor:default;}
.faux-link:hover{color:#005580;}
.accordion-inner {
	/*min-height: 150px;*/
	position:relative;
}
.accordion-group {
	margin-bottom: 14px;
}
.accordion .active {
	background-color: #e5e5e5;
}
.accordion .icon-chevron-right, .accordion .icon-chevron-down, .faux-accordion-header .icon-chevron-right {
	opacity: 0.25;
	margin-top: 2px;
}
.faux-accordion-header {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	padding: 8px 15px;
	margin-bottom: 20px;
}

.login-overlay{
	position:absolute;
	top:0;
	left:0;
	background-color:#000;
	height:100%;
	width:100%;
	opacity: .4;
	display:none;
}
.login-throbber{
	position:absolute;
	top:40%;
	width:100%;
	text-align:center;
	z-index:1000;
	margin-left:-15px;
	color:#FFF;
	display:none;
}

/*-- SIDE SUB DROPDOWN MENU STYLES --*/
#main-side-menu {
	position: relative;
}
.maintainHover {
	color: orange;
	background-color: #eeeeee;
}
.nav-list > li > a, .nav-header {
	border: 1px solid #E5E5E5;
	margin-bottom: -1px;
}
.nav-list .icon-chevron-right {
	float: right;
	margin-right: -6px;
	margin-top: 2px;
	opacity: 0.25;
}
.nav-list {
	margin-top: -1px
}
.nav-list a {
	padding: 10px 10px !important;
}
.nav-list-first {
	border-radius: 6px 6px 0px 0px !important;
}
.nav-list-last {
	border-radius: 0px 0px 6px 6px !important;
}
.navbar-inner {
	padding: 0px;
}
.nav-current, .nav-current:hover {
	background-color: #7ca940 !important;
}
.nav-list > .active > a, .nav-list > .active > a:hover {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #003150;
}
.sub-nav-current, .sub-nav-current:hover{
	background-color:#7ca940 !important;
}


/* style for vertical nav */	
#navigation_vert  ul {display:block}
#navigation_vert  ul li {display:block; position:relative;}
#navigation_vert  ul li a.navlink {display:block; }
#navigation_vert .dropdown {position:absolute; margin-left:14px; padding:5px 10px 5px 10px; border-bottom-right-radius:10px; border-bottom-left-radius:10px; border-top-right-radius:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-bottomleft:10px; -moz-border-radius-topright:10px; z-index:9990;}
#navigation_vert .dropdown a{display:block; padding:5px !important; margin:0;}
		
/* style for each drop down - vertical */
.nav>li>a:hover{background-color:#F9F9F9; position:relative; z-index:9999 !important; border-right:none;}
.nav>li>a.no-sub:hover{border-right:1px solid #e5e5e5;}
#navigation_vert ul li .dropdown{background-color:#F9F9F9; border:1px solid #e5e5e5;}
.maintain-hover{color:orange !important; background-color:#F9F9F9; position:relative; z-index:9999 !important; border-right:none !important;}
/* navigation styles - END */  

/*Style for Phone sized Vertical Nav*/
.dropdown-small{display:none;}
.dropdown-small a{display:block; padding:10px;}
.navlink-small:hover{border-right:1px solid #e5e5e5 !important;}
#navigation_vert  .active{background-color:#F9F9F9 !important;}
/*-- FAQ Twisties styles --*/

.faq-section dt{text-decoration:underline; color:#005580; cursor:pointer; padding:10px; margin:8px;}
.faq-section dt:hover{background-color:#c6dce9;}
.faq-section .active{background-color:#e2eaf0;}
.faq-section dd{display:none; /*border-bottom:1px solid #666;*/ margin-bottom:15px; padding-left:10px;}
.faq-section{margin:5px 0 0 29px;}

.faq-section-header{
	font-size:14px;
	cursor:pointer;
	padding:10px 0 2px 5px;
	margin:5px 0;
}
.faq-section-header i{margin:0 10px 7px 0;}
.faq-section-header:hover{background-color:#c6dce9;}
.faq-section-header.active{

background-color:#e2eaf0;}


/*-- NAV BAR STYLES --*/
#main-nav .caret {
	border-bottom-color: #FFF !important ;
	border-top-color: #FFF !important;
	opacity:0.4 !important;
}

.navbar a {
	color: white !important;
}

.navbar .dropdown-menu a strong{
	color:#003150 !important;
}

.nav-current, .nav-current:hover {
	background-color: #7ca940 !important;
}
.navbar .nav>li>a {
	padding: 5px 15px 5px;
}
.navbar-inner {
	min-height: 0px;
	background-color: #003150;
	background-image: none;
	filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #fff;
	background-color: #ccc;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #000;
	text-decoration: none;
	background-color: transparent;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
}
.navbar .nav li.dropdown.open .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: #F9F9F9;
	color: #000 !important;
}
.navbar .nav > li > a {
	text-shadow: none;
}
.navbar .dropdown-menu {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.brand {
	display: none !important;
}
/*-- Super Nav --*/
.super-nav-phone-numbers li{list-style:none; margin:0 0 7px -20px; padding:0;}	
#super-nav .navbar-inner {
	background-color: #ccc;
}

#super-nav .navbar-inner {
	border-radius: 0 0 4px 4px;
	padding: 0 0px 0 5px;
}
#super-nav .navbar .nav > li > a {
	color: #666666 !important;
	padding: 5px 8px 5px 8px;
}

#super-nav .caret {
    border-bottom-color: #8DC53F;
    border-top-color: #8DC53F;
    opacity: 1;
}

#super-nav .navbar-inner{
background-clip: padding-box;
    background-color: #ECEBEB;
    background-image: none;
    background-repeat: repeat-x;
    border: 1px solid #003150;
    border-radius: 0 0 5px 5px;
    min-height: 26px;
    padding: 0;
}

#super-nav .navbar .nav > li > a:hover, .navbar .nav > li > a:hover {
    background-color: #666666;
    color: #FFFFFF !important;
    text-decoration: none;
}


/* drop-down menu */
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 10px 10px;
	margin: 0px 0 0;
	list-style: none;
	background-color: #F9F9F9;
	border-top: transparent;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	
	border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-topright: 10px;

	
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu li > a {
	display: block;
	padding: 5px 20px;
	margin: 5px 0;
	border-radius: 5px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #005580 !important;
	white-space: nowrap;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	color: #e07a00;
	padding: 5px 25px;
	text-decoration: none;
	background-color: #fff;
	background-image: none;
	background-repeat: repeat-x;
	filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

/* before and after */
.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
	display: none;
}
/* utilities */
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
/* fixes */
.span12:nth-child(1n+1) {
	margin-left: 0;
}
.span6:nth-child(2n+1) {
	margin-left: 0;
}
.span4:nth-child(3n+1) {
	margin-left: 0;
}
.span3:nth-child(4n+1) {
	margin-left: 0;
}
.span2:nth-child(6n+1) {
	margin-left: 0;
}
.specialty-risk-nav{margin-top:-5px !important;}
.specialty-risk-nav li{
	list-style:none;

}
.specialty-risk-nav a{
	margin: 0px !important;
padding: 2px 15px !important;

}

.nav-pl-url-builder select{width:190px;}
.nav-pl-url-builder .go-btn{margin:-3px 0 0 0;}


.pl-feature i{ margin:0 5px 7px 0;}
.pl-feature-info{width:90%; }
.fa-check{color:#7CA940;}

/* -- END NAV BAR STYLES --*/

/*-- RSS Homepage Feed Styles--*/
.feedEkList{list-style:none outside none; margin:0; padding:0;}
.feedEkList li{ padding:0 0 10px 0; margin:0px;}
.feedEkList li:last-child{border-bottom:none;}

.itemTitle a:hover{ text-decoration:underline }
.itemDate{font-size:11px;color:#AAAAAA;} 

	.hp-product-info{padding:0 15px 10px 15px;}
	.hp-product-info h2{
		border-bottom:none;
		margin:0 0 5px 0;
		padding:0;
		color:#003051;
	}
	.hp-product-info ul{
		margin-left:15px;
	}
	.hp-product-info li{
		list-style:none;
	}
	
	.hp-callout-container{
		background: #e5e5e5; /* Old browsers */
		background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		padding:20px; 
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
 }
	.hp-callout{background-color:#fff; border:1px solid #7baa38; padding:12px; min-height:265px !important;}
	.hp-callout h3{color:#fff; background-color:#7baa38; margin:-12px -12px 10px -12px; padding:10px 10px 10px 15px;}




/* ------------- HOME PAGE STUFF -------------------------------*/
.go-btn {
  background: #7baa38;
  background-image: -webkit-linear-gradient(top, #7baa38, #7baa38);
  background-image: -moz-linear-gradient(top, #7baa38, #7baa38);
  background-image: -ms-linear-gradient(top, #7baa38, #7baa38);
  background-image: -o-linear-gradient(top, #7baa38, #7baa38);
  background-image: linear-gradient(to bottom, #7baa38, #7baa38);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border:none;
}

.go-btn:hover {
  background: #6a9130;
  background-image: -webkit-linear-gradient(top, #6a9130, #6a9130);
  background-image: -moz-linear-gradient(top, #6a9130, #6a9130);
  background-image: -ms-linear-gradient(top, #6a9130, #6a9130);
  background-image: -o-linear-gradient(top, #6a9130, #6a9130);
  background-image: linear-gradient(to bottom, #6a9130, #6a9130);
  text-decoration: none;
}

.go-btn-inline{
padding: 4px 10px 5px 10px;
margin-top:-2px;
}


#agent-search-address{width:75%;}

/* ------------- END HOME PAGE STUFF -------------------------------*/

.footer-links li{list-style:none; display:inline-block;}
.legal-disclaimer{color:#BFBFBF; margin-top:15px; font-weight:100;}



/*-- IE HACKS! --*/
.lt-ie9 #main-nav .super-nav{display:none !important;}
.lt-ie9 .well-left ul{margin-left:7px;}

/*---------------------------- MEDIA QUERIES ------------------------*/
/*---------------------------- MEDIA QUERIES ------------------------*/
/*---------------------------- MEDIA QUERIES ------------------------*/


/* Large desktop */
@media (min-width: 1200px) {
#cl-dd {
	margin-left: -185px;
	width: 1147px;
}
#main-nav .super-nav{display:none !important;}
#best-places-logo{margin-left:8px;}
}

@media (min-width: 979px) and (max-width: 1200px) {
.input-append {
	margin-left: -38px !important;
}
select{width:170px;}
input{width:175px;}

#main-nav .super-nav{display:none !important;}

#customer-dropdown{width:450px;}
.well-left ul{margin-left:7px;}

#about-dropdown{width:370px !important;}

}

/* Portrait tablet to landscape and desktop */ 
@media (min-width: 768px) and (max-width: 979px) {
	
	
	
	.well-left ul{margin-left:7px;}
	
#site-search {
	display: none !important;
}
.brand {
	display: inline-block !important;
}
#super-nav {
	position: relative;
}
.navbar {
	border-left: 1px solid rgba(0, 0, 0, .1);
	border-right: 1px solid rgba(0, 0, 0, .1);
}
.nav-collapse .nav {
	margin: 10px 0;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	border-top-color: transparent;
}
.navbar-inner {
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	padding: 10px 25px;
	font-weight: lighter;
	color: rgb(119, 119, 119);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.open{
padding-bottom:15px;
border-bottom:1px solid #FFFFFF;
}

/*-- PL TABLET DROPDOWN --*/
#pl-dropdown{
	width:100%
} 
#pl-dropdown .span4{
	width:45%
} 
#pl-dropdown strong{
color:#fff !important;
}
/*-- END PL TABLET DROPDOWN --*/
/*-- CL TABLET DROPDOWN --*/
#cl-dropdown{
	width:100%
} 
#cl-dropdown strong{
color:#fff !important;
}
/*-- END CL TABLET DROPDOWN --*/
/*-- Investors TABLET DROPDOWN --*/
#investors-dropdown{
	width:100%
} 
/*-- END Investors TABLET DROPDOWN --*/
/*-- About TABLET DROPDOWN --*/
#about-dropdown{
	width:100%
} 
/*-- END About TABLET DROPDOWN --*/

/*--  TABLET DROPDOWN --*/
#customer-dropdown, #customer-dropdown .span5, #claim-dropdown{
	width:100%;
} 





.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	padding: 10px 35px;
}
.navbar .nav > li > a:hover {
	color: #000;
	text-shadow: 0 0 0;
}
.navbar .nav > li > a:focus {
	color: rgb(51, 51, 51);
	text-shadow: 0 0 0;
}
.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
	background-color: #fff;
	color:	#003150 !important;
}
.dropdown-menu li > a{color:#fff !important;}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {

}
.navbar .nav > li > a {
	border-bottom: 1px solid rgb(247, 247, 247);
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	border-bottom: 1px solid black;
}
select{width:150px;}

.timeline li{
	background-image:none !important;
}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
#site-search {
	display: none !important;
}
.brand {
	display: inline-block !important;
}
#super-nav {
	position: relative;
}
.logo, .search-shopping {
	float: none;
	text-align: center;
}
.logo {
	margin-bottom: 20px;
}
.navbar {
	border-left: 1px solid rgba(0, 0, 0, .1);
	border-right: 1px solid rgba(0, 0, 0, .1);
}
.nav-collapse .nav {
	margin: 10px 0;
}
.dropdown-menu li > a{color:#fff !important;}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	border-top-color: transparent;
}
.navbar-inner {
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	padding: 10px 25px;
	font-weight: lighter;
	color: rgb(119, 119, 119);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	padding: 10px 35px;
}
.navbar .nav > li > a:hover {
	color: #000;
	text-shadow: 0 0 0;
}
.navbar .nav > li > a:focus {
	color: rgb(51, 51, 51);
	text-shadow: 0 0 0;
}
.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
	background-color: #fff;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	color: #000;
}
.navbar .nav > li > a {
	border-bottom: 1px solid rgb(247, 247, 247);
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	border-bottom: 1px solid black;
}
.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
	background-color: #fff;
	color:	#003150 !important;
}


select{width:150px;}

.open{
padding-bottom:15px;
border-bottom:1px solid #FFFFFF;
}

.timeline li{
	background-image:none !important;
}


}

/* Landscape phones and down */
@media (max-width: 480px) {
#super-nav {
	position: relative;
}
.navbar {
	border-left: 1px solid rgba(0, 0, 0, .1);
	border-right: 1px solid rgba(0, 0, 0, .1);
}
.nav-collapse .nav {
	margin: 10px 0;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	border-top-color: transparent;
}
.navbar-inner {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	padding: 10px 25px;
	font-weight: lighter;
	color: rgb(119, 119, 119);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	padding: 10px 35px;
}
.navbar .nav > li > a:hover {
	color: #000;
	text-shadow: 0 0 0;
}
.navbar .nav > li > a:focus {
	color: rgb(51, 51, 51);
	text-shadow: 0 0 0;
}
.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
	background-color: #fff;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	color: #000;
}
.navbar .nav > li > a {
	border-bottom: 1px solid rgb(247, 247, 247);
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	border-bottom: 1px solid black;
}

.open{
padding-bottom:15px;
border-bottom:1px solid #FFFFFF;
}

#masthead .search{
	position:inherit;
	display:block;
	padding-bottom:15px;
}
#masthead .search form{
	text-align:left;
}
#masthead .search input{
	width:85%;
}

.timeline li{
	background-image:none !important;
}

}





/* webfonts */
@font-face {
	font-family: 'MuseoSans-700';
}
@font-face {
	font-family: 'MuseoSans-300';
}
@font-face {
	font-family: 'MuseoSans-500';
}
@font-face {
	font-family: 'MuseoSans-500Italic';
}
