/*
   HEADER SECTION
   ========================================================================== */
/* line 6, ../scss/style.scss */
.header-section {
  width:1120px;
  position: fixed;
  z-index: 999;
  padding:0;
  max-height:120px;
background-color: rgba(255, 255, 255, 0.97);
}

/* line 14, ../scss/style.scss */
.contain-to-grid {
  
}

/* line 19, ../scss/style.scss */
.header-fill {
  min-height: 119px;
}
/* line 22, ../scss/style.scss */
.header-fill .tablet-mobile-logo img {
  padding-top: 30px;
}

/* line 27, ../scss/style.scss */
.full-width {
  min-width: 100%;
}

/* line 31, ../scss/style.scss */
.top-bar-section p {
  line-height: 3rem;
  padding-bottom: 30px;
}

/*
   TOPBAR NAVGATION
   ========================================================================== */
/* line 41, ../scss/style.scss */
.top-bar {
  transition: all 0.5s ease 0.1s;
  padding: 0 70px;
  margin: 0 auto;
  display: block;
  position: relative;

}

.top-bar .temp {
	
	height: 119px;
	display:block;
}


/* line 46, ../scss/style.scss */
.top-bar ul.title-area img {
  transition: all 0.5s ease 0.2s;
  height:106px;
  margin-top: 6px;
}
/* line 49, ../scss/style.scss */
.top-bar .top-bar-section ul {
  transition: all 0.5s ease 0.1s;
  background: none;
  margin-top: 55px;
}
/* line 52, ../scss/style.scss */
.top-bar .top-bar-section ul li a:not(.button), .top-bar .top-bar-section ul li.active a:not(.button) {
  transition: all 0.5s ease 0.1s;
  background: none;
  font-size: 12px;
  padding: 0 0 40px 0;
  margin: 5px 15px 0 15px;  
  color:#575757;
  font-size: 14px;
  border: none;
  text-decoration:none !important;
  outline:none;
  font-family: 'Open Sans Semibold';
  line-height: 16px;
  display:block;	
}

.top-bar .top-bar-section ul li:last-child a:not(.button), .top-bar .top-bar-section ul li:last-child.active a:not(.button) {
	margin-right:0;
}

/* line 61, ../scss/

style.scss */
.top-bar .top-bar-section ul li a:not(.button):hover {
  background: none;
  border-bottom: 3px solid #c31731;
}

.top-bar .top-bar-section ul li.has-dropdown a:not(.button):hover {
  background: none;
  border-bottom: none;
}

/* line 67, ../scss/style.scss */
.top-bar .top-bar-section ul li.active a:not(.button) {
  border-bottom: 3px solid #c31731;

}
/* line 70, ../scss/style.scss */
.top-bar .top-bar-section ul li.active a:not(.button):hover {
  background: none;
}
/* line 74, ../scss/style.scss */
.top-bar .top-bar-section ul li {

}
/* line 76, ../scss/style.scss */
.top-bar .top-bar-section ul li a {
  color: #888;
}
/* line 82, ../scss/style.scss */
.top-bar .top-bar-section ul li:hover:not(.has-form) > a {
 
}
/* line 85, ../scss/style.scss */
.top-bar .top-bar-section li ul.dropdown {
  background: #fff;
  color: #888;
  margin:0;
  left:0;
  position: absolute;
  width: 80px;
  border-top: 3px solid #c31731;
}
/* line 89, ../scss/style.scss */
.top-bar .top-bar-section li ul.dropdown li {
  border-bottom: 1px solid #ddd;
  border-top:none;
  margin: 0!important;
  padding: 0!important;

}

.top-bar .top-bar-section li ul.dropdown li:hover {
	  background-color: #c31731;

}

.top-bar .top-bar-section li ul.dropdown li:hover a {

	  color:#FFF!important;
}

.top-bar .top-bar-section li ul.dropdown {
	width: 94px!important;
	
}
.top-bar .top-bar-section li ul.dropdown:hover {

}


/* line 95, ../scss/style.scss */
.top-bar .top-bar-section li ul.dropdown li a:not(.button):hover, .top-bar .top-bar-section li ul.dropdown li a:not(.button) {
  background: none;
  border-bottom: none;
  padding: 8px 5px 12px 5px!important;
}

/* line 101, ../scss/style.scss */
.top-bar .top-bar-section ul.dropdown li:hover:not(.has-form) > a:not(.button) {
  background: none;
  
}

/* line 138, ../scss/style.scss */
.padding-on-my-header {
  transition: all 0.5s ease 0.1s;
  padding: 0 70px;
  height: 90px!important;
   
}

.padding-on-my-header .top-bar-section ul  {
	transition: all 0.5s ease 0.1s;
	margin-top: 42px
}

.padding-on-my-header .top-bar-section ul li a{
	padding-bottom: 24px!important;
}

.padding-on-my-header .top-bar-section ul.dropdown li a{
	padding: 8px 5px 12px 5px!important;
}

.padding-on-my-header img {
	transition: all 0.5s ease 0.2;
	height:78px!important;
	margin-top: 3px;
}
	



@media only screen and (max-width: 767px) {
  /* line 172, ../scss/style.scss */
  .top-bar {
    margin-top: 0;
    padding: 0;
    float: none;
	height: 80px!important;
  }
  /* line 177, ../scss/style.scss */
  .top-bar .toggle-topbar.menu-icon a {
    color: #575757;
	text-decoration: none;
  }
  /* line 179, ../scss/style.scss */
  .top-bar .toggle-topbar.menu-icon a:after {
    box-shadow: 0 10px 0 1px #575757, 0 16px 0 1px #575757, 0 22px 0 1px #575757;
  }
  /* line 184, ../scss/style.scss */
  .top-bar ul.title-area img {
    margin: 0 0 0 30px;
	height: 68px!important;
 	margin-top: 5px;
  }
  /* line 189, ../scss/style.scss */
  .top-bar .top-bar-section ul {
	margin-top: 0;
  }
  /* line 191, ../scss/style.scss */
  .top-bar .top-bar-section ul li {
    margin: 0!important;
	list-style:none!important;
	border-top: solid 1px #ddd;
	background-color: #FFF;
  }
  /* line 194, ../scss/style.scss */
  .top-bar .top-bar-section ul li > a {
    border-radius: 0;
    font-size: 0.9rem;
  }
  /* line 200, ../scss/style.scss */
  .top-bar .top-bar-section ul li:not(.has-form) a:not(.button) {
    background: none;
    color: #575757;
    padding: 10px 30px;
    margin-top: 0;
  }
  /* line 205, ../scss/style.scss */
  .top-bar .top-bar-section ul li:not(.has-form) a:not(.button):hover {
    background: #c31731;
    color: #fff;
    margin-top: 0;
	padding: 10px 30px;
	border-bottom: 0;
  }
  /* line 212, ../scss/style.scss */
  .top-bar .top-bar-section ul li.active:not(.has-form) a:not(.button) {
    background: #c31731;
    color: #fff;
    padding: 10px 30px;
    margin-top: 0;
	border-bottom: 0;
  }
  /* line 217, ../scss/style.scss */
  .top-bar .top-bar-section ul li.active:not(.has-form) a:not(.button):hover {

  }
  
  .padding-on-my-header {
   height: 80px!important;
   
}

.padding-on-my-header .top-bar-section ul li a{
	padding-bottom: 10px!important;
}

  /* line 226, ../scss/style.scss */
  .top-bar.padding-on-my-header ul.title-area img {
    margin: 5px 30px 6px 0;
	height: 68px!important;
	width: auto;
  }

  /* line 231, ../scss/style.scss */
  .top-bar.expanded {
    margin-top: 0;
    padding: 0;
    float: none;
  }
  /* line 235, ../scss/style.scss */
  .top-bar.expanded .toggle-topbar.menu-icon a {
    color: #575757;
  }
  /* line 237, ../scss/style.scss */
  .top-bar.expanded .toggle-topbar.menu-icon a:after {
    box-shadow: 0 10px 0 1px #575757, 0 16px 0 1px #575757, 0 22px 0 1px #575757;
  }

  /* line 244, ../scss/style.scss */
  .header-fill {
    height: 80px;
  }
  
  

/* line 95, ../scss/style.scss */
.top-bar .top-bar-section li ul.dropdown li a:not(.button):hover, .top-bar .top-bar-section li ul.dropdown li a:not(.button) {
  background: none;
  border-bottom: none;
  padding: 8px 30px 12px 30px!important;
}
}
