/* WeatherKing.com Color Palette

WeatherKing Red: #CE1141
WeatherKing Red Hover: #f19172
WeatherKing Red Active: #EF4772

Black colors, lighter to darker (features section)

#1e1f23
#1d1e22
#1c1d20
#1a1b1e

*/
#desktopMenu {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  height: 110px;
}
@media only screen and (max-device-width: 480px) {
  #desktopMenu {
    line-height: 115px;
  }
}
#desktopMenu ul {
  list-style: none;
  margin: 0;
  padding-right: 40px;
}
#desktopMenu ul li {
  padding: 0 10px;
  display: inline-block;
}
#desktopMenu ul li a {
  color: #CE1141;
  text-decoration: none;
  font-weight: 800;
}
#desktopMenu ul li a:hover {
  color: #f19172;
}
#desktopMenu ul li a:active {
  color: #EF4772;
}
#desktopMenu ul li ul {
  position: absolute;
  display: none;
  margin-left: -10px;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 12px 16px;
  z-index: 1;
  margin-top: -40px;
}
#desktopMenu ul li ul li {
  display: block;
  width: 200px;
  text-align: left;
  margin: unset;
  padding: unset;
  line-height: 50px;
}
#desktopMenu ul li ul li a {
  color: #000;
}
#desktopMenu ul li:hover ul {
  display: block;
}
@media only screen and (max-device-width: 480px) {
  #desktopMenu {
    display: none;
  }
}

a.mobileTrigger {
  display: none !important;
}
@media only screen and (max-device-width: 480px) {
  a.mobileTrigger {
    display: block !important;
  }
}

#header {
  height: 110px !important;
  line-height: 145px !important;
}
@media only screen and (max-device-width: 480px) {
  #header {
    line-height: 115px !important;
    height: 90px !important;
  }
}
#header img.fit.logo-magic {
  position: relative;
  top: 70px !important;
}
@media only screen and (min-width: 768px) {
  #header img.fit.logo-magic {
    top: 70px !important;
    display: block;
    max-width: 132px !important;
    max-height: 78px !important;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-device-width: 480px) {
  #header img.fit.logo-magic {
    top: 40px !important;
  }
}
#header .topBar {
  position: absolute;
  width: 100%;
  background: #CE1141;
  color: #fff;
  height: 30px;
  line-height: 22px;
  padding: 0 75px;
  margin-bottom: 2px;
  font-size: 12px !important;
}
@media only screen and (min-width: 768px) {
  #header .topBar {
    padding-right: 50px;
  }
}
@media only screen and (max-device-width: 480px) {
  #header .topBar {
    padding: 5px;
  }
}
#header .topBar .contentArea .col.left {
  display: inline-block;
  text-align: left;
  margin-left: 100px;
  /* Show the dropdown menu on hover */
}
@media only screen and (max-device-width: 480px) {
  #header .topBar .contentArea .col.left {
    margin-left: 10px;
    width: 20%;
  }
}
#header .topBar .contentArea .col.left a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-device-width: 480px) {
  #header .topBar .contentArea .col.left a {
    position: relative;
    top: -3px;
  }
}
#header .topBar .contentArea .col.left .dropdown {
  position: relative;
  display: inline-block;
  width: 200px;
}
#header .topBar .contentArea .col.left .dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background: #fff;
}
#header .topBar .contentArea .col.left .dropdown-content a {
  color: black;
  padding: 12px 16px 12px 0;
  text-decoration: none;
  display: block;
}
#header .topBar .contentArea .col.left .dropdown-content a:hover {
  color: #f19172;
}
#header .topBar .contentArea .col.left .dropdown:hover .dropdown-content {
  display: block;
}
#header .topBar .contentArea .col.left .flag-icon img {
  width: 20px;
  position: relative;
  top: 3px;
  margin-right: 5px;
  margin-left: 5px;
}
#header .topBar .contentArea .col.right {
  display: inline-block;
  width: 80%;
  text-align: right;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #header .topBar .contentArea .col.right {
    width: auto;
    float: right;
    overflow: hidden;
    margin-top: 3px;
  }
}
@media only screen and (max-device-width: 480px) {
  #header .topBar .contentArea .col.right {
    width: 74%;
  }
}

@media only screen and (max-device-width: 480px) {
  #header > h1 a img {
    position: relative;
    top: 42% !important;
    max-height: 42px !important;
  }
}

@media only screen and (max-device-width: 480px) {
  .wrapper {
    padding: 3em 1em 1em 1em !important;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper {
    padding: 3.2em 1em 1em 1em !important;
  }
}

.wrapper.style1.special {
  margin-top: 30px;
}

.arrow {
  position: relative;
  top: -3px;
  left: 5px;
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.faqSection {
  padding-top: 40px;
}

.faqButtonHP {
  padding: 0 100px;
}
@media only screen and (max-device-width: 480px) {
  .faqButtonHP {
    margin-left: unset;
  }
}

/*# sourceMappingURL=menu.css.map */
