#headerWrapper {
  position: relative;
  height: auto;
  min-height: 500px;
  background: #f6f6f6;
}
#headerWrapperBG{
  background: url(/img/~www.rcuinsuranceservices.com/assets/header_img_0M.jpg);
  background-size: cover;
  background-repeat:  no-repeat;
  background-position-x: 33%;
  height: 45vh;
  max-height: 650px;
}
#headerWrapperText {
  background: #f6f6f6;
}
.mainText {
  display: block;
  color: #006b35;
  font-size: 12px;
  text-align: center;
  margin: 25px 0px;
  transition: all 0.5s ease-out;
}
.mainText h2 {
  font-family: "Aracne";
  font-size: 3em;
  margin-bottom: 25px;
  line-height: 1em;
  color: #006b35;
}
.mainText p#subCTA {
  font-family: "Museo";
  font-size: 16px;
  color: #414141;
  margin: 0px 0px 25px 0px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: center;
}
.mainButtons {
  display: block;
  margin-top: 0px;
}
.mainButtons a {
  color: #fff;
  background: #006b35;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
  display: inline-block;
  width: auto;
  padding: 15px;
  transition: all 0.5s ease-out;
  text-decoration: none;
  border-radius: 5px;
}
.mainButtons a span {
  display: none;
  font-size: 13px;
  font-weight: normal;
}
.mainButtons a:hover {
  text-decoration: none;
  background-color: #414141;
  transform: translateY(-1px);
}

@media (min-width: 768px) {
  #headerWrapper {
    height: auto;
  }
  .mainText h2 {
    font-size: 4em;
  }
  .mainButtons a {
    margin: 10px 10px 0px 0px;
  }
}
@media (min-width: 992px) {
  #headerWrapper {
    height: 30vh;
    max-height: 425px;
  }
  #headerWrapperBG{
    width: 70%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30vh;
    min-height: 500px;
  }
  #headerWrapperText {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100.5%;
    padding: 0 35px 0 100px;
    transform: skew(16deg, 0deg);
  }
  .mainText {
    display: block;
    color: #006b35;
    font-size: 12px;
    text-align: left;
    margin: 25px 0px;
    transition: all 0.5s ease-out;
    max-width: 400px;
    transform: skew(-16deg, 0deg);
  }
  .mainText h2 {
    font-size: 5em;
    letter-spacing: -3px;
  }
  .mainText p#subCTA {
    font-family: "Museo";
    font-size: 16px;
    color: #414141;
    margin: 25px 0px;
    line-height: 1.25;
    text-align: left;
  }
  .mainButtons {
    display: block;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  #headerWrapper {
    height: 76vh;
    max-height: 650px;
  }
  #headerWrapperBG{
    height: 76vh;
    max-height: 650px;
  }
  #headerWrapperText{
    margin-right: -100px;
  }
  .mainText h2 {
    font-size: 7em;
  }
  .mainText p#subCTA {
    margin: 25px 0px;
  }
}
@media (min-width: 1400px) {
  #headerWrapper {
    height: 76vh;
  }
  #headerWrapperBG{
    height: 76vh;
  }
}
@media (max-width: 480px) {
}
@media (max-height: 450px) and (orientation: landscape) {
  #headerWrapper {
    height: 100vh;
    max-height: 100% !important;
  }
  #headerWrapper {
    min-height: 375px;
  }
}