.welcome-content p {
  margin-top: 30px;
}
.welcome-content a.btn {
  padding: 7px !important;
  font-family: open_sans_condensedbold;
}
.static-banner {
  height: 300px;
  background-image: url("../images/banners/order_success.png");
}
.static-banner .display {
  position: relative;
  top: 67.5px;
  left: 126px;
}
.static-banner .display div {
  display: inline-block;
  height: 165px;
}
.static-banner .display .left {
  position: relative;
  width: 165px;
  background-color: #009edb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
}
.static-banner .display .left .logo {
  background: url("../images/banners/logo.png") no-repeat center;
  width: 165px;
  height: 165px;
}
.static-banner .display .middle {
  background-color: #0090c7;
  width: 565px;
  margin: 0 -82.5px;
  padding-left: 122.5px;
}
.static-banner .display .middle h1 {
  position: absolute;
  color: #fff;
  font-size: 52px;
  margin-top: 30px;
}
.static-banner .display .middle p {
  position: absolute;
  color: #fff;
  margin-top: 98px;
  font-size: 36px;
}
.static-banner .display .middle p span {
  color: #fbe300;
}
.static-banner .display .right {
  width: 165px;
  background-color: #0090c7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
}
.static-banner.welcome {
  background: url("../images/banners/welcome.png") no-repeat center;
}
.static-banner.account {
  background: url("../images/banners/account.jpg") no-repeat center;
}
.static-banner.create-account {
  background: url("../images/banners/create_account.jpg") no-repeat center;
}
.static-banner.create-account .content {
  top: 62px !important;
}
.static-banner.create-account .content h1 {
  font-weight: 500;
}
.static-banner.warranty-request {
  background: url("../images/banners/warranty_request.jpg") no-repeat center;
}
.static-banner.warranty-request .content {
  top: 62px !important;
}
.static-banner.warranty-request .content h1 {
  font-weight: 500;
}
.static-banner.return-request {
  background: url("../images/banners/return_request.jpg") no-repeat center;
}
.static-banner.return-request .content {
  top: 62px !important;
}
.static-banner.return-request .content h1 {
  font-weight: 500;
}
.static-banner.with-text {
  height: 200px !important;
}
.static-banner.with-text .content {
  position: absolute;
  top: 45px;
  padding-left: 15px;
  padding-right: 40px;
}
.static-banner.with-text .content h1 {
  color: #fff;
  font-size: 55px;
}
.static-banner.with-text .content p {
  color: #fff;
  opacity: 0.5;
  margin-top: -3px;
}
.with-text ~ .bred_links {
  margin-left: 10px;
  margin-top: -187px;
  position: absolute;
  color: #fff;
}
.with-text ~ .bred_links ol {
  background: none;
}
.with-text ~ .bred_links ol li {
  font-weight: normal;
}
@media screen and (max-width: 1299px) {
  .static-banner .display {
    left: 96px;
  }
}
@media screen and (max-width: 1199px) {
  .static-banner .display {
    left: 68px;
  }
  .static-banner .display .middle {
    width: 435px;
  }
  .static-banner .display .middle h1 {
    font-size: 45px;
    margin-left: -20px;
  }
  .static-banner .display .middle p {
    margin-top: 93px;
    font-size: 30px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 991px) {
  .static-banner.with-text .content h1 {
    font-size: 36px;
  }
  .static-banner.with-text.create-account h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .static-banner {
    height: 200px;
  }
  .static-banner .display {
    top: 32.5px;
    left: 28px;
  }
  .static-banner .display div {
    height: 135px;
  }
  .static-banner .display .left {
    width: 135px;
    background-color: #0090c7;
  }
  .static-banner .display .left .logo {
    background: none;
  }
  .static-banner .display .middle {
    position: relative;
    z-index: 2;
    padding-left: 0;
    width: 290px;
    margin: 0 -67.5px;
    top: -30px;
  }
  .static-banner .display .middle h1 {
    font-size: 47px;
    margin-left: -50px;
    width: 419px;
    margin-top: 25px;
  }
  .static-banner .display .middle p {
    font-size: 26px;
    margin-top: 85px;
  }
  .static-banner .display .right {
    width: 135px;
    top: -30px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .static-banner {
    height: 200px;
  }
  .static-banner .display {
    top: 17.5px;
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
  .static-banner .display .middle {
    width: calc(100% - 175px);
  }
  .static-banner .display .middle h1 {
    font-size: 7vw;
  }
  .welcome-content {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 669px) {
  .static-banner {
    height: 170px;
  }
  .static-banner .display {
    text-align: center;
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
  .static-banner .display div {
    height: 135px;
  }
  .static-banner .display .left {
    background-color: #0090c7;
    width: 135px;
  }
  .static-banner .display .left .logo {
    display: none;
  }
  .static-banner .display .middle {
    position: relative;
    padding-left: 20px;
    z-index: 2;
    margin: 0 -75.5px;
  }
  .static-banner .display .middle h1 {
    font-size: 6vw;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    padding: 0;
  }
  .static-banner .display .middle p {
    font-size: 4vw;
    width: 100%;
    text-align: center;
    margin-left: -20px;
    margin-top: 75px;
  }
  .static-banner .display .right {
    width: 135px;
  }
}
@media screen and (max-width: 550px) {
  .static-banner.with-text.create-account h1 {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 485px) {
  .static-banner .display .middle {
    width: calc(100% - 127px);
  }
  .static-banner.with-text .content p {
    font-size: 12px;
  }
  .static-banner.warranty-request,
  .static-banner.return-request {
    text-align: center;
  }
  .static-banner.warranty-request h1,
  .static-banner.return-request h1 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 430px) {
  .static-banner {
    height: 130px;
  }
  .static-banner.create-account h1 {
    text-align: center;
    margin-top: 10px;
  }
  .static-banner.welcome {
    -webkit-background-size: 150%;
    background-size: 150%;
  }
  .static-banner .display {
    top: 12.5px;
  }
  .static-banner .display div {
    height: 105px;
  }
  .static-banner .display .left,
  .static-banner .display .right {
    width: 105px;
  }
  .static-banner .display .middle {
    width: calc(100% - 93px);
    margin: 0 -63.5px;
  }
  .static-banner .display .middle p {
    margin-top: 60px;
  }
}
@media screen and (max-width: 329px) {
  .static-banner .display .middle h1 {
    width: 106%;
  }
}
