.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
div.menu-secondaryMobile {
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
.menu-secondaryMobile-toggle-closed,
.menu-secondaryMobile-toggle-opened {
  color: white;
  background-position: 100% 2px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.menu-secondaryMobile-toggle-closed h1,
.menu-secondaryMobile-toggle-opened h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 2px;
}
.menu-secondaryMobile-toggle-closed {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url(arrow-down.png);
}
.menu-secondaryMobile-toggle-opened {
  background-image: url(arrow-up.png);
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.menu-secondaryMobile-content {
  background-color: #1183cf;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  border-top: 1px solid white;
}
.menu-secondaryMobile-content ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.menu-secondaryMobile-content li a,
.menu-secondaryMobile-content li a:hover {
  padding: 14px 10px 14px 10px;
  display: block;
  border-bottom: 1px solid white;
  text-decoration: none;
  color: white;
  font-size: 16px;
}
.menu-secondaryMobile-content li a:hover {
  background-color: #269ded;
  color: white;
}
.menu-secondaryMobile-content li.last a,
.menu-secondaryMobile-content li.last a:hover {
  border-bottom: none;
}
