.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;
  }
}
.menu-secondaryMobile {
  margin: 10px;
}
.menu-secondaryMobile-toggle-closed,
.menu-secondaryMobile-toggle-opened {
  color: white;
  background-position: 100% center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.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-toggle-closed h1,
.menu-secondaryMobile-toggle-opened h1 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  padding-top: 2px;
  padding-bottom: 5px;
  padding-right: 30px;
}
.menu-secondaryMobile-content {
  margin-top: 10px;
  background-color: #6fafb8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.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: 10px;
  display: block;
  text-decoration: none;
  color: white;
  font-size: 20px;
  font-family: "futura-pt-condensed-n7", "futura-pt-condensed", Arial, Helvetica, sans-serif;
}
.menu-secondaryMobile-content li a:hover {
  background-color: #134a75;
  color: white;
}
.menu-secondaryMobile-content li.last a,
.menu-secondaryMobile-content li.last a:hover {
  border-bottom: none;
}
