/* ADOBE FONT - OBJEKTIV */
@import url("https://use.typekit.net/rou5zfl.css");

body{
  /* font-family: 'Open Sans', Helvetica, Arial, serif; */
  font-family: 'objektiv-mk1', 'Open Sans', Helvetica, Arial,sans-serif !important;
}

.careers-page{
  overflow-x: hidden;
  background-color: var(--white);
  height: 100vh;
  margin: auto;
  position: relative;
  width: 100%;
}

.btn-light{
  color: #000000;
  background: #EECCCF !important;
  font-weight: bold !important;
  border: none !important;
}

/* NAVIGATION */

.navsocials{
  display: none;
}

.onhover-call:hover span{
  /* color:blue; */
  cursor: pointer;
  display: none;
}

.onhover-call:hover:before{
  content: "Call 844-520-0041";
  white-space: pre;
  position: relative;
  /* top: -165px; */
  text-align: center;
  margin:auto;
  width: auto;
}


/* MAIN */

.section-1{
  background-color: #155F6E;
  position: relative;
  top: 80px;
}

.section1-header{
  position: relative;
  width: auto;
  font-weight: 800;
  font-size: 40px;
  color: #fff;
  padding-bottom: 10px;
}

.section1-maincontent{
  position: relative;
  padding-top: 10%;
  padding-bottom: 10%;
}

.section-1 .section1-illustration{
  /* max-height: 100%;
  max-width: 100%; */
  height: 500px;
  background-position: 0% 100%;
  padding-top: 60px;
  position: relative;
  top: 125px;
  z-index: 1;
  right: 20%;

}

.section1-img-container{
  height: 650px;
  width: 650px;
  display: inline-flex;
  vertical-align: bottom;
  bottom: 0;
}

.section2-container{
  background-color: white;
  left: 0;
  position: relative;
  margin: auto;
  text-align: center;
  padding: 50px 0;
}

.section2-header{
  width: 25%;
  margin: auto;
  padding: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 61px;
}

.benefits-heading{
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  padding: 10px;
}

.benefits-img{
  padding: 10px;
  height: 200px;
}

.section3-container{
  position: relative;
  margin: auto;
  text-align: center;
  padding: 50px 0;
}

.section3-message{
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  color: #155F6E;
  width: 70%;
}

.section3-form{
  position: relative;
  margin: auto;
  text-align: center;
  padding: 50px 0;
  width: 50%;
}

.section3-content{
  padding: 10px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #6D6C6C;
  text-align: left;
}

.section3-img-container{
  /* height: 600px; */
  max-width: 100%;
}

.section3-img{
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 65px;
}

input[type="file"] {
  display: none;
}

.customfileupload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.115em;
  color: #6D6C6C;
  border-radius: 5px;
}

.requiredasterisk{
  color: #B56D7E; 
}

.section3-submit{
  padding-top: 40px;
}

#inputinterest{
  width: 97%;
  margin: auto;
}

/* FOOTER */

.footer-main{
  left: 0;
  position: relative;
  /* top: 190px; */
  margin: auto;
  background: #155F6E;
  height: 50vh;
}

.footer-content{
  position: relative;
  margin: auto;
  top: 18%;
}

.rainwalklogo {
  position: relative;
  height: 70px;
  padding-bottom: 20px;
}

.footer-message{
  position: relative;
  width: 307px;
  height: 125px;
  font-family: 'Open Sans',
  Helvetica,
  Arial,
  serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}

.social-links{
  position: relative;
  float: right;
  top: 45%;
}

.social-links a{
  padding-right: 20px;
}

.termspolicy{
  position: relative;
  height: 19px;
  font-family: 'Open Sans',
  Helvetica,
  Arial,
  serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  color: #FFFFFF;
  right: 50px;
  top: 10px;
}

.termspolicy a{
  color: white;
  padding: 0;  
}

.footer-disclaimer{
  left: 0;
  position: relative;
  /* top: 190px; */
  margin: auto;
  background: #EEEEEE;
}

.disclaimer-message {
  position: relative;
  font-family: 'Open Sans',
  Helvetica,
  Arial,
  serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 20px;
  color: #000000;
  margin:auto;
  padding: 20px 0;
}

/* MEDIA QUERIES */

@media (max-width: 2560px){
  .footer-main {
    height: 40vh;
  }
}

@media (max-width: 1440px){
  .footer-main {
    height: 50vh;
  }

  .section-1 .section1-illustration{
    right: 40%;
  }
}
 


@media (max-width:1119px){
  .section1-header{ 
    font-size: 2.8vw;
  }
  .section-1 .section1-illustration{
    right: 45%;
  }
  .section2-header{
    font-size: 30px;
  }
  .section3-form{
    width: 70%;
  }
}

@media (max-width:1024px){
  .onhover-call{
    font-size: 2vw !important;
  }

  .section-1 .section1-illustration{
    right: 55%;
  }
}

@media (max-width:991px){
  .navlink{
    width: 100%;
    text-align: right !important;
  }
  .navsocials{
    display: block;
    position:relative;
    padding: 10px;  
  }
  .navsocials img{
    padding: 10px;  
  }
  .section-1 .section1-illustration{
    /* right: 55%; */
  }
  .section1-header {
    font-size: 30px;
    width: 600px;
  }
  .section2-header {
    font-size: 2.8vw;
    width: 30%;
  }
}

@media (max-width:767px){
  .navlink{
    font-size: 2.5vw !important;
  }

  .social-links{
    float: left;
  }

   .termspolicy{
    right: unset;
  }

  .section1-img-container{
    height: auto;
    width: 600px;
  }
  .section-1 .section1-illustration {
    right: 0%;
    top: -40px;
    height: 400px;
  }

  
  .section1-header{
    width: unset;
  }

  .section2-header {
    font-size: 4.8vw;
    width: 50%;
  } 
  .benefits-container{
    padding-top: 40px;
  }

  .section3-message{
    font-size: 20px;
  }
}


@media (max-width:580px){
  .footer-content{
    left: 10%;
  }
   .disclaimer-message{
    padding:40px;
  }

  .section1-header{
    font-size: 4.8vw;
  }

  .section-1 .section1-illustration {
    left: 8%;
    height: 325px;
  }
  .benefits-img{
    height: 200px;
  }
  .benefits-heading{
    font-size: 18px;
  }
}

@media (max-width: 575px){
  .navlink {
    font-size: 3.5vw !important;
  }
  .onhover-call {
    font-size: 3.5vw !important;
  }
}

@media (max-width: 480px){
  .agent-btn{
    font-size: 3vw !important;
  }
  .section1-header{
    font-size: 6vw;
  }
  .section-1 .section1-illustration {
    left: 8%;
    height: 280px;
  }
  .section2-header {
    font-size: 5.8vw;
    width: 50%;
  }
  .section3-message {
    font-size: 16px;
    width: 90%;
    line-height: 30px;
  }
}


@media (max-width: 452px){
  .footer-message{
    font-size: 3.8vw;
  }
   .disclaimer-message{
    font-size: 2.8vw;
  }
}

@media (max-width:450px){
 .rw-logo{
    width: 60%;
  }
  .section-1 {
    top: 50px;
  }
  .section-1 .section1-illustration {
    top: -20px;
  }
}
@media (max-width: 380px){
  .navlink {
    font-size: 4.5vw !important;
  }
  .navsocials img {
    padding: 3px;
  }
  .section-1 .section1-illustration {
    left: 2%;
    height: 280px;
    top: 25px;
  }

   .benefits-img{
    height: 150px;
  }
  .benefits-heading{
    font-size: 16px;
  }

  .section-1 .section1-illustration {
    left: 3%;
    height: 260px;
    top: -20px;
  }
}

@media (max-width: 320px){
  .footer-content {
    left: unset;
  }
   .rainwalklogo {
    height: 10vh;
  }
   .disclaimer-message {
    font-size: 3.8vw;
  }
  .disclaimer-message {
    padding: 40px 0px;
  }
  .section1-header {
    font-size: 6.5vw;
  }
  .section-1 .section1-illustration {
    left: 2%;
    height: 220px;
  }
  .section2-header{
    padding: 0px;
  }
}