/****************************
-- General --
****************************/
#supportcontact .wrapper {
  max-width: 750px;
}

/* Load Animation */
.on-load-anim #supportcontact .rows .wrapper {
  opacity: 0;
}

header.loaded + #supportcontact .rows .wrapper {
  -webkit-animation: fadeInFromLeft 300ms ease 1200ms forwards; /* 500ms from header delay + 700 from header animation*/
  animation: fadeInFromLeft 300ms ease 1200ms forwards;
}
/* /Load Animation */

/****************************
-- Rows --
****************************/
#supportcontact .rows {
  padding: 20px 0 0;
}

#supportcontact .rows h3.sep {
  margin-bottom: 1.5em;
}

#supportcontact .row {
  padding-top: 25px;
}

#supportcontact .rows .breadcrumbs + .row,
#supportcontact .rows h3.sep + .row {
  padding-top: 0;
}

#supportcontact .row h4 {
  font-weight: 400;
  margin-bottom: 10px;
}

#supportcontact .row p {
  margin-bottom: 20px;
}

/*---------------------
Form
---------------------*/
#supportcontact .row .form input {
  display: block;
  margin-bottom: 19px;
  max-width: 275px;
  width: 100%;
}

#supportcontact .row .form .forgot {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-left: 20px;
}

/*---------------------
Show More: Contact Country
---------------------*/
#supportcontact .show-more {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  padding-top: 18px;
}

#supportcontact .show-more .cta {
  color: #8a8a8a;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 40px;
}

#supportcontact .show-more .more {
  display: none;
  margin-top: -10px;
}

#supportcontact .show-more .more.preopen {
  display: block;
}

#supportcontact .row .more h5 {
  margin-bottom: 15px;
}

#supportcontact .row .more h5 + p {
  margin-top: 0;
}

#supportcontact .more .select-wrapper {
  max-width: 207px;
}

#supportcontact .row .country-contact-list {
  padding-bottom: 45px;
  position: relative;
}

#supportcontact .row .country-contact {
  display: none;
  padding-top: 15px;
  position: absolute;
  top: 0;
  width: 100%;
}

#supportcontact .row .country-contact.active {
  position: static;
}

#supportcontact .row .country-contact.selected {
  display: block;
}

#supportcontact .row .country-contact p {
  margin: 0;
}

/****************************
-- Media Queries --
****************************/
@media screen and (min-width: 64em) {
  /*---------------------
  General
  ---------------------*/
  #supportcontact .wrapper {
    padding-bottom: 30px;
  }

  #supportcontact .row h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  /*---------------------
  Rows
  ---------------------*/
  #supportcontact .rows h3.sep {
    margin-bottom: 1em;
    text-align: left;
  }

  #supportcontact .row {
    padding-top: 40px;
  }

  #supportcontact .rows h3.sep:after {
    left: 0;
    margin: 0;
  }

  #supportcontact .row h4 {
    margin-bottom: 5px;
  }

  #supportcontact .row h5 {
    margin-bottom: 5px;
  }

  /* Form */
  #supportcontact .row .form input {
    margin-bottom: 9px;
  }

  #supportcontact .row .form .forgot {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* Show More: Contact Country */
  #supportcontact .show-more {
    margin-top: 40px;
  }

  #supportcontact .show-more .cta {
    font-size: 13px;
    font-size: 1.3rem;
  }

  #supportcontact .row .more h5 {
    margin-bottom: 5px;
  }

  #supportcontact .row .more .country-contact {
    padding-top: 30px;
  }
}