.topspacer { margin-top:80px;}
/* Header */
#page-header {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}
.pageheader_container {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #F15A22;
}

.page_header_left,
.page_header_right {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.page_header_left {
  padding-right: 25px;
  width: 795px;
}

.page_header_wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 350px;
    display: flex;
    align-items: center;
}

.page_header_text_content h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  color: #001730;
  margin-bottom: 0;
}

.page_header_text_content h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 46px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.border_spacer {
  display: block;
  border-top-left-radius: 82px;
  background: #fff;
  height: 82px;
  position: relative;
  left: 0;
  right: 0;
}

.page_header_right img {
  max-width: 208px;
}

.btn_container {
  text-align: center;
  height: 80px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.btn_orange {
  max-width: 332px;
  width: 100%;
  background: #f25a21 !important;
  border: 1px solid #f25a21;
  font-style: normal;
  font-weight: bold;
  padding: 0;
  margin-bottom: 20px;
  border-radius: 12px;
  height: 50px;
  font-size: 20px;
  text-transform: initial;
}

.btn_orange:hover {
  background: #f25a21 !important;
  height: 56px;
  margin-top: -3px;
  margin-left: -5px;
  margin-right: -5px;
  max-width: 342px;
}

.entry-content h3 {
  /* font-family: FreightSans Pro; */
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 46px;
  letter-spacing: 0.01em;
  color: #001730;
}

.entry-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  color: #001730;
}

h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 47px;
  /* identical to box height, or 131% */
  text-align: center;
  /* dark */
  color: #001730;
}

.text-center {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}


/******
Media
*******/
@media only screen and (max-width:1023px) {
  .border_spacer {
    height: 85px;
  }

  input#um-submit-btn:hover {
    background: #f25a21;
    width: 332px !important;
    ;
    height: 50px !important;
    margin: 0 !important;
    ;
    font-style: normal !important;
    ;
    font-weight: bold !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
    ;
    border-radius: 12px !important;
    height: 50px !important;
    font-size: 20px !important;
    ;
    text-transform: initial !important;
  }

  .btn_orange:hover {
    max-width: 332px;
    width: 100%;
    background: #f25a21;
    border: 1px solid #f25a21;
    font-style: normal;
    font-weight: bold;
    padding: 0;
    margin-bottom: 20px;
    border-radius: 12px;
    height: 50px;
    font-size: 20px;
    text-transform: initial;
  }
}

@media only screen and (min-width: 960px) {
  .site-inner {
    max-width: 1200px !important;
    width: 100%;
  }
}

@media only screen and (min-width:1024px) {
  .ce_text {
    padding-right: 140px;
  }
}

@media screen and (min-device-width: 1024px) and (max-device-width:1195px) {}

@media only screen and (max-width:1023px) {
  .page_header_right {
    display: none;
  }

  .page_header_left {
    padding-right: 0;
  }
}

@media only screen and (max-width:959px) {
  .entry-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width:640px) {
  .pageheader_container {
    margin-bottom: 30px;
  }

  .page_header_wrap {
    margin-bottom: 0;
  }

  .page_header_right {
    display: none;
  }

  .page_header_btn_content.display_btn {
    width: 100%;
    margin: 0;
  }

  .border_spacer {
    display: none;
  }
}

@media only screen and (max-width:574px) {
  .pbtn_cotaniner {
    display: inline-block;
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
  }

  .page_header_wrap {
    min-height: 272px;
  }

  .page_header_wrap {
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    display: inline-table;
  }

  .page_header_text_content h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
