
/* Foundation Switches */
@media only screen {
  .switch {
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 12px;                                
    margin-top:14px;
    -webkit-animation: webkitSiblingBugfix infinite 1s;
    height: 36px;
    background: white;
    border-color: #cccccc; }
    .switch label {
      position: relative;
      left: 0;
      z-index: 2;
      float: left;
      height: 100%;
      margin: 0;
      text-align: right;
      font-weight: bold;
      text-align: left;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
    .switch input {
      position: absolute;
      z-index: 3;
      opacity: 0;
      width: 100%;
      height: 100%; }
      .switch input:hover, .switch input:focus {
        cursor: pointer; }
    .switch > span {
      position: absolute;
      top: -1px;
      left: -1px;
      z-index: 0;
      display: block;
      padding: 0;
      border-width: 1px;
      border-style: solid;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
    .switch input:not(:checked) + label {
      opacity: 0; }
    .switch input:checked {
      display: none !important; }
    .switch input {
      left: 0;
      display: block !important; }
    .switch input:first-of-type + label,
    .switch input:first-of-type + span + label {
      left: -50%; }
    .switch input:first-of-type:checked + label,
    .switch input:first-of-type:checked + span + label {
      left: 0%; }
    .switch input:last-of-type + label,
    .switch input:last-of-type + span + label {
      right: -50%;
      left: auto;
      text-align: right; }
    .switch input:last-of-type:checked + label,
    .switch input:last-of-type:checked + span + label {
      right: 0%;
      left: auto; }
    .switch span.custom {
      display: none !important; }
    .switch label {
      padding: 0 0.375em;
      line-height: 2.3em;
      font-size: 0.875em; }
    .switch input:first-of-type:checked ~ span {
      left: 100%;
      margin-left: -2.1875em; }
    .switch > span {
      width: 2.25em;
      height: 29px; }
    .switch > span {
      border-color: #b3b3b3;
      background: white;
      background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
      background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
      background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
      -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #d8ebee, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
      box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #d8ebee, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; }
    .switch:hover > span, .switch:focus > span {
      background: white;
      background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
      background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
      background: linear-gradient(to bottom, white 0%, #e6e6e6 100%); }
    .switch:active {
      background: transparent; }
    .switch.large {
      height: 44px; }
      .switch.large label {
        padding: 0 0.375em;
        line-height: 2.3em;
        font-size: 1.0625em; }
      .switch.large input:first-of-type:checked ~ span {
        left: 100%;
        margin-left: -2.6875em; }
      .switch.large > span {
        width: 2.75em;
        height: 2.75em; }
    .switch.small {
      height: 28px; }
      .switch.small label {
        padding: 0 0.375em;
        line-height: 2.1em;
        font-size: 0.75em; }
      .switch.small input:first-of-type:checked ~ span {
        left: 100%;
        margin-left: -1.6875em; }
      .switch.small > span {
        width: 1.75em;
        height: 1.75em; }
    .switch.tiny {
      height: 22px; }
      .switch.tiny label {
        padding: 0 0.375em;
        line-height: 1.9em;
        font-size: 0.6875em; }
      .switch.tiny input:first-of-type:checked ~ span {
        left: 100%;
        margin-left: -1.3125em; }
      .switch.tiny > span {
        width: 1.375em;
        height: 1.375em; }
    .switch.radius {
      -webkit-border-radius: 4px;
      border-radius: 4px; }
      .switch.radius > span {
        -webkit-border-radius: 3px;
        border-radius: 3px; }
    .switch.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; }
      .switch.round > span {
        -webkit-border-radius: 999px;
        border-radius: 999px; }
      .switch.round label {
        padding: 0 0.5625em; }

  @-webkit-keyframes webkitSiblingBugfix {
    from {
      position: relative; }

    to {
      position: relative; } } }
[data-magellan-expedition] {
  background: white;
  z-index: 997;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd {
      margin-bottom: 0; }

