.headerBanner {
  width: 100%;
  min-height: 410px;
  display: flex;
  justify-content: center;
  margin-top: 0px;
  padding-left: 13px;
  padding-right: 13px;
}
.headerBanner_inner {
  width: 100%;
  position: relative;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
.headerBanner_smallTitle {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.headerBanner_title {
  font-size: 48px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #ffffff;
  margin-right: 15px;
}
.headerBanner_title.headerBanner_titleLarge {
  font-size: 3rem;
  max-width: 630px;
}
.headerBanner_heading {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  margin-bottom: 1.2em;
  margin-right: 15px;
  line-height: 1.5;
}
.headerBanner_heading.headerBanner_headingLarge {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
}
.headerBanner_contentWrapper {
  margin-bottom: auto;
}
.headerBanner_content {
  position: relative;
  width: 440px;
  background: none;
  border-radius: 5px;
  flex-grow: 0;
  display: flex;
  margin-bottom: 40px;
  margin-top: 50px;
}
.headerBanner_content .headerBanner_info,
.headerBanner_content .headerBanner_contentHeading {
  display: none;
}
.headerBanner_mobileContent {
  margin-top: 40px;
}
.headerBanner_mobileContent .headerBanner_contentHeading {
  padding: 0 30px 0 60px;
}
.headerBanner_mobileContent .headerBanner_info {
  padding: 28px 20px 0 20px;
  justify-content: flex-start;
  max-width: 600px;
}
.headerBanner_mobileContent .headerBanner_infoBullet {
  margin: 7px 21px 0 0;
}
.headerBanner_info {
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.headerBanner_buttonContainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
}
.headerBanner_buttonContainer .btn {
  width: 200px;
  height: 40px;
  font-size: 14px;
  order: 1;
  margin-bottom: 10px;
}
.headerBanner_buttonContainer .btn.btn-primary {
  order: 0;
}
.headerBanner_buttonContainer .btn-content {
  margin: 1px 5px 15px 3px;
}
/* ============================================ *
 * MAX WIDTH QUERIES
* ============================================ */
@media (max-width: 599px) {
  .headerBanner_content {
    width: auto;
  }
  .headerBanner_buttonContainer {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .headerBanner_buttonContainer .btn {
    width: 100%;
    max-width: 375px;
    margin-bottom: 10px;
    height: 54px;
    border-radius: 54px;
  }
  .headerBanner_buttonContainer .btn-content {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 11px 0 9px;
  }
}
@media (max-width: 769px) {
  .headerBanner_inner {
    flex-direction: column;
  }
  .headerBanner_buttonContainer .btn {
    color: #ffffff;
    background: none;
    border-color: #ffffff;
  }
  .headerBanner_buttonContainer .btn.btn-primary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #263b5c;
  }
}
.headerBanner_mobileContent .headerBanner_info {
  padding: 0px 20px 0 20px;
}
@media (max-width: 979px) {
  .headerBanner_buttonContainer {
    flex-direction: column;
  }
  .headerBanner_buttonContainer .btn {
    width: 100%;
  }
}
/* ============================================ *
 * MIN WIDTH QUERIES
 * ============================================ */
@media (min-width: 480px) {
  .headerBanner {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 600px) {
  .headerBanner {
    margin-top: 0;
    padding-top: 75px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .headerBanner_title {
    font-size: 52px;
  }
  .headerBanner_title.headerBanner_titleLarge {
    font-size: 4rem;
  }
  .headerBanner_heading {
    font-size: 25px;
  }
  .headerBanner_heading.headerBanner_headingLarge {
    font-size: 38px;
  }
}
@media (min-width: 770px) {
  .headerBanner {
    flex-direction: row;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .headerBanner_header {
    position: relative;
    max-width: 60%;
    flex-grow: 1;
  }
  .headerBanner_headerRight {
    order: 2;
    text-align: right;
  }
  .headerBanner_headerRight .headerBanner_title,
  .headerBanner_headerRight .headerBanner_heading {
    margin-left: 15px;
    margin-right: 0;
  }
  .headerBanner_contentWrapperLeft {
    order: 1;
  }
  .headerBanner_title {
    font-size: 64px;
  }
  .headerBanner_title.headerBanner_titleLarge {
    font-size: 5rem;
  }
  .headerBanner_heading {
    font-size: 25px;
  }
  .headerBanner_heading.headerBanner_headingLarge {
    font-size: 40px;
  }
  .headerBanner_content {
    background-color: #ffffff;
    padding: 20px 30px 10px 22px;
    flex-direction: column;
    justify-content: flex-start;
    width: 325px;
  }
  .headerBanner_content .headerBanner_contentHeading {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .headerBanner_content .headerBanner_info {
    color: #55899a;
    display: flex;
  }
  .headerBanner_content .headerBanner_infoBullet {
    margin: 7px 15px 0 0;
  }
  .headerBanner_buttonContainer {
    width: 100%;
  }
  .headerBanner_buttonContainer .btn {
    order: 0;
    height: 36px;
    margin-left: 18px;
  }
  .headerBanner_buttonContainer .btn.btn-primary {
    order: 1;
  }
  .headerBanner_mobileContent {
    display: none;
  }
  .btn:hover {
    border-color: #273A5D;
  }
  .headerBanner_buttonContainer .btn-primary:hover {
    background-color: #55899a ;
    border-color: #55899a;
  }
}
@media (min-width: 980px) {
  .headerBanner {
    padding-top: 75px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .headerBanner_content {
    width: 440px;
  }
  .headerBanner_buttonContainer .btn {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .headerBanner_content {
    margin-top: 10px;
  }
  .headerBanner_content.headerBanner_contentLower {
    margin-top: 30px;
  }
  .headerBanner_headerRight {
    max-width: 50%;
  }
}
