@charset "UTF-8";

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

.foragents-page .nav-bar-logo {
  width: 25%;
}

@media only screen and (min-width: 993px) {
  .foragents-page .nav-bar-logo {
    width: 50%;
  }
}

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

.navsocials{
  display: none;
}

.foragents-page {
  overflow-x: hidden;
}

.foragents-page .section-1 {
  padding: 25px 25px 0px 25px;
  height: auto;
  background: #155F6E;
}

.section-1{
  top: 80px;
  position: relative;
}

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

.foragents-page .section-1 h1,
.foragents-page .section-1 .h1 {
  font-size: 1.3rem;
}


.section-1-subheader{
  color: #000;
  height: 52px;
  text-align: center;
  background: #C5D3D6;
  padding-top:10px;
  font-weight: bold;
}

.section-1-subheader a, 
.section-1-subheader a:hover{
  color: #000;
  padding-left: 20px;
  text-decoration: underline !important;
}

.foragents-page .section-1 .section1-illustration {
  height: 550px;
  position: relative;
  display: flex;
  float: right;
  left: 100px;
  padding-top: 50px;
}


.section1-maincontent{
  position: relative;
  /* top:200px; */
  /* left: -8%; */
  padding-top: 10%;
  padding-bottom: 10%;
  z-index: 1;
}
.section1-header{
  position: relative;
  /* width: 836px; */
  width:auto;
  font-weight: 800;
  font-size: 40px;
  /* font-size: 2.2vw; */
  /* line-height: 68px; */
  color: #fff;
  padding-bottom: 10px;
  

}

.section1-subheader{
  position: relative;
  /* width: 724px;
  height: 66px; */
  font-weight: 600;
  font-size: 18px;
  /* line-height: 33px; */
  text-align: justify;
  color: #fff;
  padding-bottom: 30px;
  
}

.section-3{
  padding: 50px;
}

.section3-header{
  /* width: 60%;  */
  margin: 0 auto;
  padding: 10px;
  font-size: 40px;
  font-weight: bolder;
}

.section3-img{
  height: 220px;
}

.section3-desc{
  font-size:18px; 
  padding: 30px;
}

.section4-bg{
  background: #C5D3D6;
  /* box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.1); */
}

.section4-img{
  display: block;
  height: 300px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 65%;
}

.section4-contents{
    align-items: center;
    margin: auto;
    padding: 100px 0;
    width: 70%;
    position: relative;
    top: 12%;
}


.section4-list{
  width: 70%;
    margin: auto;
}

.section4-header{
  font-weight: bold;
  font-size: 40px;
  line-height: 63px;
  text-align: center;
}

.whyofferillustration{
  background-image: url(/static/img/foragents/whyofferillustration.svg);
  background-repeat: no-repeat;
  background-size: contain;
  /* height: 90vh; */
   height: 50vh;
  background-position: 50% 100%;
}

.chatkat {
  height: 600px;
}

@media only screen and (min-width: 768px) {
  .foragents-page .section-1 {
    padding: 0px;
  }

 

  .foragents-page .section-1 h1,
  .foragents-page .section-1 .h1 {
    font-size: 2.5rem;
  }

  .foragents-page .section-1 .section1-illustration {
    background-position: 0% 100%;
  }
}

.foragents-page .section-4 .row {
  padding-top: 80px;
}

.foragents-page .section-4 .what-is-covered,
.foragents-page .section-4 .what-is-not-covered {
  padding: 30px;
  top: -85px;
  font-size: 35px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {

  .foragents-page .section-4 .what-is-covered,
  .foragents-page .section-4 .what-is-not-covered {
    padding: 30px 10px 30px 30px;
    font-size: 24px;
    top: -60px;
  }

  .foragents-page .section-4 .what-is-covered span,
  .foragents-page .section-4 .what-is-not-covered span {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 410px) {

  .foragents-page .section-4 .what-is-covered,
  .foragents-page .section-4 .what-is-not-covered {
    padding: 0px;
    font-size: 24px;
    top: -27px;
  }

  .foragents-page .section-4 .what-is-covered span,
  .foragents-page .section-4 .what-is-not-covered span {
    padding: 10px 20px;
  }
}

.foragents-page .section-4 .what-is-covered img {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: -125px;
  top: -110px;
}

@media only screen and (max-width: 768px) {
  .foragents-page .section-4 .what-is-covered img {
    width: 140px;
    position: absolute;
    bottom: 0;
    right: -105px;
    top: -65px;
  }
}

@media only screen and (max-width: 410px) {
  .foragents-page .section-4 .what-is-covered img {
    width: 100px !important;
    right: -75px !important;
  }
}

.foragents-page .section-4 .what-is-not-covered {
  right: 0;
}

.foragents-page .section-4 .what-is-not-covered img {
  width: 250px;
  position: absolute;
  bottom: 0;
  left: -210px;
  top: -50px;
}

@media only screen and (max-width: 768px) {
  .foragents-page .section-4 .what-is-not-covered img {
    width: 192px;
    left: -147px;
  }
}

@media only screen and (max-width: 410px) {
  .foragents-page .section-4 .what-is-not-covered img {
    width: 150px !important;
    left: -130px !important;
  }
}

@media only screen and (max-width: 410px) {
  .foragents-page .section-4 .what-is-not-covered span {
    left: 10px 20px 10px 53px !important;
  }
}

.foragents-page .section-4 ul li {
  position: relative;
  /* font-size: 26px !important; */
  /* font-weight: bold; */
  display: block;
  line-height: 40px;
  font-size: 20px;
}

.foragents-page .section-4 ul li::before {
  position: absolute;
  left: -50px;
}

@media only screen and (max-width: 410px) {
  .foragents-page .section-4 ul {
    margin-top: 30px;
  }
/* 
  .foragents-page .section-4 ul li {
    font-size: 22px !important;
  } */

  .foragents-page .section-4 ul li::before {
    left: -35px;
  }
}

.foragents-page .section-4 .check ul li::before {
  content: "✓";
}

.foragents-page .section-4 .x ul li::before {
  content: "🞩";
}

@media only screen and (max-width: 410px) {
  .foragents-page .section-5 img {
    width: 80% !important;
  }
}

.foragents-page .section-6 {
  height: auto;
  padding: 25px 0;
}

.section6-header {
  position: relative;
  /* width: 836px; */
  font-weight: 800;
  font-size: 28px;
  line-height: 49px;
  color: #000;
  padding-bottom: 10px;
  margin:auto;
  text-align: center;

}

.section6-content{padding: 140px 0;}

.section6-subheader {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  /* padding-bottom: 100px; */

}

.foragents-page .section-6 .agentillustration {
  background-position: left 120px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .foragents-page .section-6 .agentillustration {
    background-size: 100%;
    background-position: left 0px;
    background-repeat: no-repeat;
  }
}

.foragents-page footer .rainwalk-footer-logo {
  background-color: transparent;
  width: 292px;
}

@media only screen and (max-width: 768px) {
  .foragents-page footer {
    font-size: 15px !important;
  }

  .foragents-page footer .rainwalk-footer-logo {
    width: 100%;
  }
}

.foragents-page .chat-icon {
  background-color: transparent;
  height: 68px;
  left: -30px;
  position: fixed;
  top: 25%;
  width: 68px;
  transition: 0.3s all ease-in-out;
}

.foragents-page .chat-icon:hover {
  left: 0px;
}

.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: -15px; */
  text-align: center;
  margin:auto;
  width: auto;
}

/*# sourceMappingURL=landing-page.css.map */

.section6-footnotes{
  position: relative;
  top: 200px;
  text-align: left;
  width: 80%;
  margin-left: 200px;
}


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

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

.footer-disclaimer{
  left: 0;
  position: relative;
  /* top: 190px; */
  margin: auto;
  /* width: 1440px; */
  /* height: 89px; */
  /* padding-left: 5%; */
  background: #EEEEEE;
}

.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;
  /* top: 170px;
  left: 150px; */

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

.social-links{
  position: relative;
  /* left: 1000px;
  bottom: 70px; */
  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, .termspolicy a:hover{
  color: white;
  padding: 0;  
}

.disclaimer-message {
  position: relative;
  /* width: 1276px; */
  /* height: 32px; */
  font-family: 'Open Sans',
  Helvetica,
  Arial,
  serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 20px;
  color: #000000;
  margin:auto;
  /* top:20px; */
  padding: 20px 0;
}
a:visited, a:hover, a {
  text-decoration: none !important;
  /* color: white !important; */
    
}

.section4-main{
  margin-bottom: 3rem;
}
/* MEDIA QUERIES */

@media (max-width: 2560px){
  
  .whyofferillustration{
    height: 50vh;
  }
  
  .section6-footnotes{
    font-size: 1rem;
  }
  .footer-main {
    height: 40vh;
  }
}

@media (max-width: 1440px){

  .footer-main {
    height: 50vh;
  }

}

@media screen and (max-device-width:1399px){
 .section4-main{
    margin-bottom: 0;
  }
}

@media screen and (min-device-width:1201px) {
  .agentillustration{
    position: relative;
    right: 35%;
  }
}

@media (max-width:1201px){
  .agentillustration{
    position: relative;
    right: 50%;
  }

  .section6-footnotes{
    font-size: 0.75rem 
  }
}

@media (max-width:1024px){
  .onhover-call, .btn-light{
    font-size: 1rem;
  }
}


@media (max-width:1024px){
  .agentillustration{
    right: 90%;
  }

  .section6-header{
     font-size: 24px;
  }
   .section6-subheader{
     font-size: 20px;
  }
  .section6-footnotes{
    margin-left: 140px;
    top: 250px;
  }
}

@media (max-width:1119px){
  .section1-header{ 
    font-size: 2.8vw;
  }
  .section1-subheader{
    font-size: 1.6vw;
  }

  .section3-desc, .section4-list{
    font-size: 1.6vw;
  }


  .section3-header,  .section4-header{ 
    font-size: 2.8vw;
  }


  .section4-img{
    height: 250px;
    bottom: 80%;
  }

  .section4-contents{
    top: 5%;
  }

  .section4-list{
    width: 100%;
  }
 
  .whyofferillustration{
    height: 80vh;
  } 
}
@media (max-width:991px){
  .whyofferillustration{
    height: 70vh;
  }
  .navsocials{
    display: block;
    position:relative;
    padding: 10px;  
  }

  .navsocials img{
    padding: 10px;  
  }

  .btn-light{
    font-size: 1rem !important;
  }

  .navlink{
    width: 100%;
    text-align: right !important;
  }

  .foragents-page .section-1 .section1-illustration{
    height: 450px;
  }

  .section6-content{
    padding: 50px;
  }

  .section6-header, .section6-footer{
    line-height: 0;
  }

  .section6-footnotes {
    position: relative;
    text-align: center;
    margin: auto;
    width: 100%;
    top: 0;
    padding-top: 40px;
  }

  .chatkat{
    height: 350px;
  }

}

@media (max-width:834px){
  .foragents-page .section-1 .section1-illustration {
    height: 380px;
  }
  .whyofferillustration{
    height: 60vh;
  }

  .agentillustration{
    position: relative;
    right: 80% !important;
    width: 50vh;
  }

}

@media (max-width: 767px){
  .foragents-page .section-1 .section1-illustration {
    height: 400px;
    padding: 0;

  }
  .section1-header{
    font-size: 3.8vw;
  }
  .section3-header,  .section4-header{
    font-size: 3.8vw;
  }
  .section1-subheader{
    font-size: 2.6vw;
  }
  .section3-desc, .section4-list{
    font-size: 2.6vw;
  }
  .foragents-page .section-1{
    padding: unset;
  }
  .section1-maincontent{
    margin-top: 25px !important;
  }
  .section3-first{
    top: unset;
  }

  .section3-desc{
    width: 80%;
    margin: auto;
  }

  .section4-contents{
    top: unset;
  }
  .whyofferillustration{
    background-image: url(/static/img/foragents/whyofferillustration-mobile.svg);
    height: 90vh;
  }

  .section4-img{
    display:none;
  }

  .agentillustration{
    right: unset !important; 
    top: -45px;
  }


  .section6-header{
    line-height: 20px;
  }


  .social-links{
    float: left;
  }
  .termspolicy{
    right: unset;
  }
  .navlink{
    font-size: 2.5vw !important;
  }
}

@media (max-width: 603px){
   .navsocials img{
    padding: 6px;  
  }
}

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


@media (max-width: 580px){
  .foragents-page .section-1 .section1-illustration {
    height: 350px;
    position: inherit;
  }
  .section1-header{
    font-size: 4.8vw;
  }
  .section3-header,  .section4-header{
    font-size: 4.8vw;
  }
  .section1-subheader{
    font-size: 3vw;
  }
  .section3-desc, .section4-list{
    font-size: 3vw;
  }

  .foragents-page .section-4 ul li{
     font-size: 3vw;
  }

  .section3-img{
    height: 180px;
  }

  .section4-contents{
    width: 100%;
  }

  .chatkat {
    height: 280px;
  }
  .section6-header {
    font-size: 20px;
}
  .section6-subheader {
    font-size: 18px;
  }
  .footer-content{
    left: 10%;
  }
  .disclaimer-message{
    padding:40px;
  }
}

@media (max-width: 480px){
  .agent-btn{
    font-size: 3vw !important;
  }
  .foragents-page .section-1 .section1-illustration{
    Height: 280px;
  }
  .section-1{
    top: 65px;
  }
  .section1-header{
    font-size: 6vw;
  }
   .section3-header,  .section4-header{
    font-size: 6vw;
  }

  .foragents-page .section-4 ul li{
    font-size: 16px;
  }

  .section-1-subheader{
    font-size: 3.5vw;
  }
  
  .whyofferillustration{
    height: 70vh;
  }
  .section3-desc {
    width: 100%;
    margin: auto;
    font-size: 16px;
  }

  .section4-list{
    font-size: 16px;
    line-height: 35px;
  }

  .section4-header{
    line-height: 40px;
  }
}

@media (max-width: 480px){
  .whyofferillustration{
    height: 60vh;
  }
}

@media (max-width: 450px){
  .agentillustration{
    top: -30px;
    width: 45vh;
  }
 
   .rw-logo{
    width: 60%;
  }

}

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

@media (max-width: 380px){
  .whyofferillustration{
    height: 55vh;
  }
  .agentillustration{
    left: -55px;
  }
  .foragents-page .section-1 .section1-illustration {
    height: 250px;
  }

  .chatkat {
    height: 200px;
  }
  
}

@media (max-width: 380px){
  .navlink {
    font-size: 4.5vw !important;
  }
  .navsocials img {
    padding: 3px;
  }
  .section3-img {
    height: 150px;
  }
}

@media (max-width: 320px){
  .section1-header {
    font-size: 6.5vw;
  }
  .section3-header,  .section4-header{
    font-size: 6.5vw;
  }
  .section1-subheader {
    font-size: 4vw;
  }
 
  .section3-desc, .section4-list{
    font-size: 14px;
  }

  .foragents-page .section-4 ul li{
    font-size: 14px;
  }
  .agent-btn {
    font-size: 5vw !important;
  }

  .rainwalklogo {
    height: 10vh;
  }
  .footer-content {
    left: unset;
  }

  .foragents-page .section-1 .section1-illustration {
    height: 180px;
  }
  .whyofferillustration {
    height: 50vh;
  }
  .agentillustration {
    top: -45px;
    height: 25vh;
    left: -90px;
  }
 
  .disclaimer-message {
    padding: 40px 0px;
  }

}