/*!
* Yamm!3 - Yet another megamenu for Bootstrap 3
* http://geedmo.github.com/yamm3
* 
* @geedmo - Licensed under the MIT license
*/
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.yamm .yamm-content, .yamm .yamm-content-3-col {
  padding: 10px 20px 30px 20px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
  border-radius: 0;
  margin: 0 !important;
  border: none !important;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.175);
}
/*-----------------------------------------------------*/
/*CUSTOM*/
/*-----------------------------------------------------*/
.yamm-content h2, .yamm-content-3-col h2 {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  margin: 0;
  margin-bottom: .75em;
}
.yamm-content h4, .yamm-content-3-col h4 {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  margin-bottom: .5em;
  margin-top: 0px;
}
.mega-med-image {
  width: 160px;
  float: left;
  margin-right: 15px;
}
.mega-xs-image {
  float: left;
  width: 60px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.mega-intro {
  font-family: "corporate-s-std-urw", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  overflow: hidden;
  padding-right: 15px;
}
.yamm-content .table-cell {
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0 15px;
  float: none;
}
.yamm-content .table-cell:first-of-type {
  border: none;
  padding-left: 0px;
  vertical-align: top;
}
.yamm-content .nav-divider {
  height: 1px;
  margin: 10px 0 12px 0 !important;
  overflow: hidden;
  background-color: #ccc !important;
}
.yamm img {
  width: 100%;
  height: auto;
  display: block;
}
.yamm-content .nav-list, .highlight-image-list.nav-list {
  padding-left: 0;
  list-style: none;
}
.yamm-content .nav-list li {
  margin-bottom: .25em;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3em;
  color: black;
  text-decoration: none;
  padding-bottom: 8px;
}
.yamm-content .nav-list li p {
  font-family: "corporate-s-std-urw", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4em;
}
.yamm-content .nav-list li:last-of-type {
  padding-bottom: 0px;
}
.yamm-content .nav-list a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  border-color: transparent !important;
}

.yamm-content .nav-list a:hover {
  text-decoration: none;
  border-color: #BBB !important;
  color: inherit;
}
.yamm-content .nav-list .primary-border, .yamm-content .nav-list a.primary-border:hover {
  border-color: #f77829 !important;
}
.yamm-content .nav-list p {
  line-height: 1.5em;
  color: #999;
  padding-bottom: 0px;
  margin-top: 3px;
}
.yamm-content .button {
  margin-top: 10px;
}
.yamm-content hr {
  border-color: #CCC;
}
.yamm-content hr.hidden-sm.hidden-md.hidden-lg {
  border-color: #DDD;
  margin-top: 15px;
  margin-bottom: 15px;
}