body {
  background: #d1d1d1 !important;
  overflow-x: hidden;
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}
a:visited {
  color: inherit !important;
}
.header {
  width: 45%;
  margin-right: auto;
  padding-top: 20px;
  margin-left: auto;
  color: #333333;
}
.header-right {
  text-align: right;
}
.header-right img {
  width: 10px;
}
.sideImg {
  width: 100%;
}
.body_section {
  margin-top: 50px;
  padding-bottom: 70px;
  display: flex;
  min-height: calc(-445vh);
}
.description {
  display: flex;
  justify-content: space-around;
}
.link {
  font-size: 12px;
  line-height: 30px;
  color: #c63e3e;
}
.black {
  color: #5d5d5d;
}
.red {
  color: #c63e3e;
}
.header_content {
  background-image: url('../img/map.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header_content .content {
  width: 810px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 15px;
  display: flex;
}
.logo {
  margin: 0px;
  margin-right: 30px;
}
.logo img {
  width: 320px;
}
.large_text {
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 72px;
  font-style: normal;
  margin: 0;
}
.cost_text {
  font-size: 42px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: -25px;
}
.phone_text {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 20px;
}
.button {
  width: 165px;
  height: 45px;
  margin-top: 20px;
  float: right;
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 18px;
  font-weight: 400;
  border-radius: 10px;
  background: black;
  border: none;
  box-shadow: 0 1rem 1.25rem 0 rgba(22, 75, 195, 0.5), 0 -0.25rem 1.5rem #4b4b4b inset, 0 0.75rem 0.5rem rgba(255, 255, 255, 0.4) inset, 0 0.25rem 0.5rem 0 #4b4b4b inset;
}
.button:hover {
  color: white;
  background: black;
  border: none;
}
.layer {
  width: 100%;
  height: 300px;
}
.page {
  padding-top: 30px;
  padding-bottom: 70px;
}
.page.messages {
  padding: 0;
}
.welcome {
  display: flex;
  background-color: #DD4F40;
  padding: 15px;
}
.welcome img {
  width: 30px;
  margin-right: 20px;
}
.cms-index-index .form {
  background-color: #e6e6e6;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
.cms-index-index .welcomeTxt {
  font-size: 18px;
  color: white;
  font-weight: 600;
}
.cms-index-index .loginform {
  padding: 50px 20px 70px;
}
.cms-index-index .descText {
  font-size: 18px;
  color: #626262;
  margin-bottom: 30px;
}
.cms-index-index .input {
  width: 70% !important;
  font-size: 18px;
  border: 1px solid #d1d1d1;
  height: 35px;
  padding-left: 10px;
  margin-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
}
.cms-index-index .password {
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}
.cms-index-index .password input {
  margin-top: auto;
  margin-bottom: auto;
}
.cms-index-index .password .descText {
  margin-bottom: 0;
}
.cms-index-index .checkbox {
  top: 0;
}
.cms-index-index .loginBtn {
  background: #c63e3e;
  height: 35px;
  border-radius: 5px;
  font-size: 18px;
  color: white;
  line-height: 18px;
}
.cms-index-index .loginBtn:hover {
  background: #c63e3e;
  color: white;
}
.list {
  margin-bottom: 0;
}
.form_link {
  font-size: 18px;
  color: #626262;
}
ul {
  padding-left: 20px;
}
.address {
  width: 40%;
}
.heroImg {
  position: relative;
  display: flex;
  height: 200px;
}
.left_img {
  width: 28%;
  z-index: 1;
  background: linear-gradient(to right, #cd5948 90%, rgba(205, 89, 72, 0) 100%);
}
.heroImg img {
  position: absolute;
  width: 52%;
  left: 24%;
}
.right_img {
  width: 28%;
  z-index: 1;
  position: absolute;
  right: 0;
  height: 200px;
  background: linear-gradient(to left, #cd5948 91%, rgba(205, 89, 72, 0) 100%);
}
.hero_text {
  color: #CFCBCA;
  font-size: 48px;
  z-index: 1;
  position: absolute;
  right: 35%;
  bottom: -15px;
}
.customer-account-createpassword #show-password {
  float: left;
  margin-top: 2px;
}
.customer-label-edit #ct-box-list {
  table-layout: fixed;
}
.customer-label-edit #ct-box-list .remove-box-btn {
  background-image: url('../images/delete-button.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  padding: 12px;
  border: none;
}
.customer-label-edit .special-handling-wrapper {
  float: left;
  margin-top: 11px;
  margin-left: -70px;
}
.customer-label-edit .special-handling-wrapper input {
  margin-top: 12px;
}
.customer-label-edit .notification-box .row {
  margin-top: 1em;
}
@media screen and (max-width: 1250px) {
  .content {
    width: 750px;
  }
  .logo_text {
    margin-top: 15px;
  }
  .large_text {
    font-size: 55px;
  }
  .cost_text {
    font-size: 40px;
  }
  .phone_text {
    font-size: 28px;
  }
  .button {
    width: 120px;
    font-size: 14px;
  }
  .layer {
    height: 200px;
  }
  .welcomeTxt {
    font-size: 16px;
  }
  .descText {
    font-size: 16px;
  }
  .loginBtn {
    font-size: 16px;
  }
  .form_link {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .content {
    width: 645px;
  }
  .header {
    margin-right: 120px;
  }
  .logo_text {
    margin-top: 20px;
  }
  .large_text {
    font-size: 40px;
  }
  .cost_text {
    font-size: 26px;
    margin-top: -15px;
  }
  .phone_text {
    font-size: 22px;
  }
  .button {
    width: 100px;
    font-size: 12px;
  }
  .layer {
    height: 150px;
  }
  .descText {
    font-size: 14px;
  }
  .form_link {
    font-size: 14px;
  }
}
.account-nav .content {
  background: inherit;
  padding: 15px 0;
  width: auto;
}
.label {
  font-size: inherit;
  color: inherit;
}
.cms_header {
  background-color: #d1d1d1;
  height: 80px;
  display: flex;
}
.cms_logo {
  margin-top: auto;
  margin-bottom: auto;
}
.cms_header_content {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  padding: 10px;
  justify-content: space-between;
}
.cms_links_container {
  margin-top: 15px;
}
.cms_header_links {
  font-size: 12px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  display: flex;
}
.cms_link {
  display: flex;
  line-height: 24px;
  margin-left: auto;
}
.cms_logo {
  margin-top: auto;
  margin-bottom: auto;
  width: 50%;
}
.cms_gray_link,
.black {
  color: #5d5d5d;
  text-decoration: none;
}
.cms_red_link,
.red {
  color: #c63e3e;
  text-decoration: none;
}
@media screen and (max-width: 1160px) {
  .cms_header_content {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .cms_header_content {
    width: 100%;
  }
  .col-xs-3 {
    display: none;
  }
  .col-xs-6 {
    width: 100%;
  }
  .cms_header .cms_logo {
    width: 80%;
  }
  .cms-index-index .form {
    width: 100%;
  }
  .cms-index-index .input {
    width: 100% !important;
  }
  .cms-index-index .password {
    display: block;
  }
  .cms-index-index .loginBtn {
    width: 100%;
  }
  .cms-index-index .password input {
    display: inline;
  }
  .cms-index-index .password .descText {
    display: inline;
  }
  .cms_up_footer .cms_up_footer_content {
    width: 100%;
  }
  .cms_up_footer .cms_up {
    width: 100%;
  }
  .header_content .content {
    width: 100%;
  }
  .header_content .content .logo {
    display: none;
  }
  .header_content .content .logo_text {
    width: 100%;
    text-align: center;
  }
  .header_content .content .logo_text button {
    float: none;
    margin: auto;
    font-size: 18px;
    width: 140px;
  }
}
.cms_links_container {
  float: right;
  width: 283px;
}
#ctsg-footer {
  margin-top: 2em;
}
.forgotpassword {
  justify-content: inherit;
}
.detail {
  width: 60%;
  color: #626262;
  margin-right: auto;
  margin-left: 20px;
}
.forgot_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.forgot_desc {
  font-size: 12px;
  margin-bottom: 40px;
}
.forgot_input {
  border: none;
  border-top: 2px solid #626262;
  height: 30px;
  width: 50%;
  font-size: 14px;
  outline: none;
  background: none;
}
.forgot_input::placeholder {
  color: #BDBDBD;
}
.confirm_password {
  border-bottom: 2px solid #626262;
}
.forgot_input:focus {
  box-shadow: none !important;
}
.send_btn {
  width: 85px;
  height: 30px;
  border: 1px solid #626262;
  background: transparent;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0;
}
.send_btn:hover {
  border: 1px solid #626262 !important;
  background: transparent !important;
}
.login_link {
  color: #626262;
  font-size: 12px;
}
