/************************Structuring**********************/
.mainMenu > ul > li {
  float: left; }

.mainMenu > ul > li > a {
  display: block;
  padding: 10px 15px;
  font-size: 18px; }

.headerSearch, .headerBtns {
  margin-left: 10px; }

.hasSubmenu {
  position: relative; }

.ddSecondLevel {
  position: absolute;
  top: 100%;
  left: 0;
  background: #395997;
  max-height: 0;
  overflow: hidden;
  min-width: 200px; }

.ddSecondLevel ul {
  padding: 10px; }

/***TO REMOVE THE HIGHLIGHT GRAY BG ON SAFARI***/
.ddSecondLevel a {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

/************************Structuring**********************/
/***********Droipdown styles************/
.dropDownImage {
  float: left;
  margin-right: 10px;
  margin-top: 3px; }

.dropDownImage img {
  display: block; }

.dropDownImage + .dropDownText {
  padding-left: 27px;
  display: block; }

.dropDownToggle {
  position: relative;
  padding-right: 14px; }

.dropDown {
  display: inline-block;
  position: relative; }

.dropDownToggle {
  display: block; }

.dropDownMenu {
  display: none;
  position: absolute;
  top: 100%;
  white-space: nowrap;
  z-index: 1; }

.dropDownToggle:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0; }

/***********Droipdown styles************/
.mainMenu > ul > li:hover .ddSecondLevel {
  max-height: 2000px; }

.ddSecondLevel a {
  color: #FFF; }

.ddSecondLevel ul li {
  margin-bottom: 10px; }

.ddSecondLevel ul li:last-child {
  margin-bottom: 0; }

.ddSecondLevel ul li a:hover {
  opacity: 0.7; }

/*# sourceMappingURL=style.css.map */
