.navbar-default {
    font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
    font-size: 16px;
}

.navbar-default {
	background: white;
	border-top: 4px #900 solid;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 1px;
	border-left: 0;
	border-right: 0;
	border-radius: 0px;
	font-family: "open sans", "helvetica", arial;
}

.navbar-default .navbar-brand {
	padding: 6px 15px;
}
.navbar-brand img {
    padding: 0.4em 0; }
.navbar-default .navbar-nav > li {
	border-right: 1px solid #eee;
}

.navbar-default .navbar-nav > li:first-child {
	border-left: 1px solid #eee;
}

.navbar-default .navbar-nav > li > a {
	font-size: 1em;
	padding: 1.35em 2em;
	border-left: none;
	color: #333;
	text-transform: capitalize;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #900;
	background: #f7f7f7;
}

.navbar-default .navbar-nav > li.active > a,.navbar-default .navbar-nav > li.active > a:hover {
	color: #900;
	
}

.navbar-default .collapsed button {
	border: none;
}

#vsnavmenutab {
	text-align: center;
}


.navbar-center {
	float: none;
	display: inline-block;
	vertical-align: top;
	border-right: none;
}

.sitesearch {
	margin-top: 0.2em;
	margin-right: 0.5em;
	font-size: 1.5em;
	color: #333;
	border: none;
}
.menu-banner-title{    
    position: absolute;
    bottom: 0; 
    left: 1px;
    width: 100%;
    height: 18%;
    padding: 0 1.5em;}

.menu-support-title{
    color: #900;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.3em;
    position: absolute;
    left: 1px;
    width: 100%;
    height: 18%;
    padding: 0 1.5em;
}

.menu-support-title p {
    font-size: 14px;
    color: #555;
    white-space: normal;
    font-weight: 400;
    padding-top: 1.5em;
}
.promo-icon {
    text-align: center;
    font-size: 8.5em;
    color: #777;
}
.promo-grid  a {
    padding: 1.9em 0 !important;
}
.promo-grid a span{ display:block}
.promo-grid a {
    border-left: 1px solid #eee;
    text-align: center;
}
.promo-grid.row-one {
    border-bottom: 1px solid #eee;
}
li.col-sm-3 {
    border-left: 1px solid #eee;
    height: 100%;
}
li.col-sm-3:first-child {
    border-left: 0px solid #eee;
}
.navbar-default .navbar-nav>.active>a{ background-color:transparent;}
.mega-dropdown-content > .col-sm-3,.mega-dropdown-content > .col-sm-6,.mega-dropdown-content > .col-sm-12{ padding-left:0; padding-right:0;}
.col-sm-6  .promo-grid{ padding-left:0; padding-right:0;}
.top-search {
    background: transparent  no-repeat 50% 50%;
    padding: 2em 2.5em !important;
	display:block;
}
li.col-sm-12.promo-grid a {
    padding: 0 1.5em !important;
}
.vs-menu-tier2 .col-sm-12 a img {
   /* padding: 0 1.5em;*/
   /*min-height: 400px;*/
}
li.col-sm-12.promo-grid a:first-child {
    border-bottom: none;
}
li.col-sm-12.promo-grid a:hover {
    background-color: #fff;
}
li.col-sm-12.promo-grid.active a {
    background-color: #fff;
}
.vs-modal-search{ background-color:#fff; width:100%;}
.vs-modal {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    position: absolute;
    top: -9999px;
    background-color: #fff;
}
body #mymodal {
    padding-right: 0 !important;
	padding-top:70px;
}
.modal-backdrop{ background-color:#fff}
a.cd-search-trigger {
    margin: 0.5em;
}
.sh-result,.sh-result div{ padding:0.5em; text-align:center}

@media (max-width: 960px) {
.navbar-default .navbar-nav > li > a {
    font-size: 0.85em;
    padding: 1.5em 2em;}
}
@media (max-width: 768px) {
	.navbar-default {
		min-height: 50px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
		padding: 1em 1.5em;
	}

	.navbar-default .navbar-brand img {
		width: auto;
		height: 35px;
		margin-top: 3px;
		
	}
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
  border: 0;
  padding: 0;
  display: block;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.mega-dropdown.open .mega-dropdown-menu {
	height: auto;
	visibility: visible;
	opacity: 1;
     border-top: 1px solid #eee;
    margin-top: -1px;
}

.mega-dropdown-content > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-content > li > ul > li {
  list-style: none;
}
.mega-dropdown-content > li > ul > li > a:hover {
    background-color: #eee;
    color: #990000;
    text-decoration: none;
}
.mega-dropdown-content > li > ul > li > a {
  display: block;
  padding: 0.3em 20px;
  clear: both;
  font-weight: normal;
  line-height: 2em;
  font-size: 1em;
  color: #555;
  white-space: normal;
  padding: 0.8em 2em;
 
}
.mega-dropdown-content > .promo-grid > li > ul > li > a {
    display: block;
    padding: 0.3em 20px;
    clear: both;
    font-weight: normal;
    line-height: 2em;
    font-size: 1em;
    color: #555;
    white-space: normal;
    padding: 2em 2em;
}
.mega-dropdown-content > li ul > li.col-sm-6 > a:hover,.mega-dropdown-content > li ul > li.active > a {
  text-decoration: none;
  color: #900;
  background-color: #eee;
} 

.mega-dropdown-content > li ul > li > a:focus {
	text-decoration: none;
	color: initial;
}

.mega-dropdown-content > li ul > li[data-toggle] > a::before,
.mega-dropdown-content > li ul > li[data-toggle] > a::before {
    font-family: 'fontawesome';
    font-weight: 200;
    font-size: 1em;
    content: "\f105";
    float: right;
    position: relative;
    color: #ccc;
}



.mega-dropdown-content .dropdown-header {
  color: #900;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.3em;
  white-space: normal;
}

.mega-dropdown-content form {
  margin: 3px 20px;
}

.mega-dropdown-content .form-group {
  margin-bottom: 3px;
} 

.mega-dropdown-content {
	position: relative;
	max-width: 1600px;
	/*height: 460px;*/
	width: 100%;
	margin: 0 auto;
	padding: 30px 0px;
	background: #fff;
	border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.03);
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.mega-dropdown-content .vs-menu-tier2 {
	/*top: 0;
	left: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;*/
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	/*position: absolute;*/
  width: 100%;
  display: none;
}

.mega-dropdown-content .vs-menu-tier2.shown {
	height: auto;
	opacity: 1;
	/*visibility: visible;*/
  display: block;
}

.mega-dropdown-content.eqh {
  display: table;
}

.mega-dropdown-content.eqh > li {
  display: table-cell;
  border-left: 1px solid #eee;
  float: none;
}

.mega-dropdown-content.eqh > li:first-child {
  border-left: none;
}

.mega-dropdown-content.eqh > li.has-bg {
  background-size: cover;
}

.mega-dropdown.open {

}