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

.child-nav-cta {
    font-weight: bold;
    color: #f48221;
}
.dropdown-menu-large > .container {
    padding: 0 30px;
    background: none !important;
}
.dropdown-menu-large > .container > .row {
    background-color: #fff;
    box-shadow: 0px 5px 5px 0px #999;
    border: none;
    border-radius: 0 0 10px 10px;
}
.dropdown-menu-large {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  width: 100%;
  background: none !important;
    box-shadow: none;
    border: none;
}
.dropdown-menu-large a, .dropdown-menu-large.dropdown-menu {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight:300;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
    position: relative;
  }
    .dropdown-menu-large > .container {
    background-color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding-bottom: 10px;
        border-bottom: 2px solid #ccc;
        margin-bottom:10px;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
    .dropdown-menu-large > .container {
    padding: 0px;
    background: none !important;
    }
    .dropdown-menu-large > .container > .row {
        background-color: #fff;
        box-shadow: none;
        border: none;
        border-radius: 0;
    }
    #header_nav_main .nav li > a.dropdown-toggle, #header_nav_main .nav li.active > a.dropdown-toggle {
        padding: 10px 10px;
    }
}