h1 {
  margin-bottom: 3rem;
}

#banner--top .flex--980 {
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px 0 0 0 !important;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  #banner--top .flex--980 {
    padding: 30px 0 0 0 !important;
  }
}

.flex--item {
  padding-top: 60px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .flex--item {
    width: 100%;
    padding: 0 20px;
  }
}

#orange--btn {
  padding: .75rem 1.5rem;
  background: #F0A414;
  color: #444;
  font-weight: 600;
  text-decoration: none;
}

#banner--top {
  padding: 5rem 0;
}

#banner--top p {
  width: 95%;
  max-width: 768px;
  line-height: 1.5;
  font-size: 14px;
}

#banner--top input {
  height: 44px;
  border-radius: 50px;
  margin: 1.5rem 0;
  background: #E9E9E9;
  outline: none;
  border: none;
  padding-left: 20px;
  width: 90%;
  background-image: url(../images/support/search--icon.svg);
  background-position: 97% 12px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  #banner--top input {
    width: 580px;
    background-image: url(../images/support/search--icon.svg);
    background-position: 97% 12px;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1025px) {
  #banner--top input {
    width: 580px;
    background-image: url(../images/support/search--icon.svg);
    background-position: 97% 12px;
    background-repeat: no-repeat;
  }
}

#banner--top .disclaimer {
  font-size: 11px;
  color: #7f7f7f;
  margin: 1rem auto;
}

#contact--info {
  background-color: #595b5d;
  padding: 0 1rem;
}

#banner--top {
  padding: 0;
}

#banner--top img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

#banner--top h3 {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  #banner--top h3 {
    font-size: 20px;
    max-width: 500px;
    margin: 0 auto 2rem;
  }
}

@media screen and (min-width: 1025px) {
  #banner--top h3 {
    font-size: 32px;
    max-width: 960px;
    margin: 0 auto 2rem;
  }
}

#banner--top p {
  width: 90%;
  margin: 0 auto;
  line-height: 1.5;
  padding-bottom: 30px;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  #banner--top p {
    width: 70%;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.5;
    padding-bottom: 30px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  #banner--top p {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    line-height: 1.5;
    padding-bottom: 30px;
    font-size: 18px;
  }
}

.phoneNumber {
  font-size: 24px !important;
  padding: 1rem 0;
}

@media screen and (min-width: 768px) {
  .phoneNumber {
    font-size: 32px !important;
  }
}

#getHelp {
  padding: 3rem 4rem 4rem;
}

#howToNav {
  background: #efefef;
  padding: 1rem;
}

@media screen and (min-width: 1025px) {
  #howToNav {
    background: #efefef;
    padding: 4rem;
  }
}

@media all and (max-width: 1024px) {
  #howToNav .flex--1280 > div {
    width: 100%;
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    background: #fff;
    margin: 1rem;
    box-shadow: 2px 2px 5px #cdcdcd;
    position: relative;
  }
}

@media screen and (min-width: 1025px) {
  #howToNav .flex--1280 > div {
    width: 30%;
    padding: 1rem 2rem;
    min-height: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    background: #fff;
    margin: 1%;
    box-shadow: 2px 2px 5px #cdcdcd;
    position: relative;
  }
}

#howToNav .flex--1280 > div h4 {
  font-size: 1.5rem;
  padding-bottom: 1.25rem;
}

#howToNav .flex--1280 > div p {
  font-size: 14px;
}

#howToNav .flex--1280 > div a:hover, #howToNav .flex--1280 > div a:focus {
  text-decoration: none;
}

#steps ol {
  max-width: 640px;
  margin: 0 1em;
}

@media screen and (min-width: 768px) {
  #steps ol {
    margin: 0 auto;
  }
}

#steps ol li {
  list-style: decimal;
  margin: 1rem;
  padding: 1rem;
  text-align: left;
  line-height: 1.5;
}

#steps ol li img {
  margin-top: 1rem;
  width: 80vw;
  max-width: 640px;
}

#steps a {
  margin: 3rem auto;
  display: inline-block;
}

p.disclaimer {
  font-size: 80% !important;
}

.flex--wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align--vcenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.just--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#howToNav .button {
  display: inline-block;
  padding: 1rem .75rem;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin: 1rem auto;
  width: 95%;
}

@media screen and (min-width: 1025px) {
  #howToNav .button {
    display: inline-block;
    padding: 1rem 2rem;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 1rem auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    width: 90%;
  }
}

#howToNav .button:hover {
  background: #0e76bc;
  display: inline-block;
  padding: 1rem .75rem;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin: 1rem auto;
  width: 95%;
}

@media screen and (min-width: 1025px) {
  #howToNav .button:hover {
    background: #0e76bc;
    display: inline-block;
    padding: 1rem 2rem;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 1rem auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    width: 90%;
  }
}
