.popup{
  display: none;
    height: 300vh;
    width: 100%;
    position: absolute;
    z-index: 999999999999999999999999999999;
    background-color: hsla(220, 6%, 10%, 0.7);
}
.popup .popupBody{
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  z-index: 80;
  overflow: hidden;
  width: 78%;
  margin: 0 auto;
  margin-top: 95px;
  padding: 35px 0 79px 35px;
}
.popup label{
    display: block;
    color: hsl(240, 1%, 52%);
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    margin-top: 25px;
    }


.popup .none{display: none}
.popup .inlinelabel{display: inline}
.popup input{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(222, 222, 222);
  background-color: rgb(246, 247, 247);
  z-index: 65;
  padding: 10px 10px;
  width: calc(100% - 35px);
}

.popup input[name='Options']+span:before{
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #f6f7f7;
  margin-right: 5px;
  margin-bottom: -2px;
  background-color: #f6f7f7;
}
.popup input[name='Options']:checked+span:before{
    border: 4px solid #f6f7f7;
    background-color: #e76834;

}

.popup .popupBody .inlinelabel span, .optional{color: #848487;font-weight: normal;padding: 0 37px 0 0px;}

.popup form textarea{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(222, 222, 222);
  background-color: rgb(246, 247, 247);
  max-width: calc(100% - 35px);
  min-width: calc(100% - 35px);
  min-height: 84px;
  max-height: 84px;
  min-height: 84px;
  padding: 10px 15px;
  line-height: 2;
}

.popup form .submitBtn{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(231, 104, 52);
  background-color: rgba(255, 210, 0, 0);
  width: 160px;
  height: 40px;
  z-index: 116;
  border-radius: 42px;
  margin-right: 48px;
  margin-top: 18px;
  margin-left: 20px;
  line-height: 16px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  color: rgb(231, 104, 52)
}
.popup form .submitBtn:hover{background-color: rgb(231, 104, 52); color: white}
.closeing{
  border-style: solid;
  border-width: 2px;
  border-color: #dedede;
  background-color: rgba(255, 210, 0, 0);
  width: 86px;
  height: 40px;
  z-index: 120;
  border-radius: 50px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out
}
.closeing:hover{background-color: #dedede}
.closeBtn{ margin-top: -30px;margin-right: 41px; cursor: pointer}


header{background-image: url("../img/HeaderCompanyBg.png");height: 482px;background-repeat: no-repeat;background-attachment: fixed;}
.navbar-default {
    background-color: hsla(0, 0%, 0%, 0);
    border-color: hsl(0, 0%, 91%);
    border: 0;
}
.navbar-default .navbar-nav > .active > a{background-color: transparent;color: white;}
.navbar-brand > img {
    display: block;
    margin-top: 15px;
}

.navbar-default .navbar-nav > li > a {
    color: hsl(0, 0%, 100%);
    font-family: 'Lato', sans-serif;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}


.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > .active > a:hover{color: hsl(45, 96%, 51%); background-color: transparent}
.navbar-nav{margin-top: 28px}
.navbar-nav li a.demo{    color: hsl(45, 96%, 51%);
    border: 2px solid;
    border-radius: 34px;
    padding: 7px;
    width: 84px;
    text-align: center;
    margin-top: 7px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out}
.navbar-nav li a.demo:hover{color: white; background-color: hsl(45, 96%, 51%); border-color: hsl(45, 96%, 51%)}


header .header-content{margin-top: 80px}
header .header-content h3{
    color: hsl(0, 0%, 100%);
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    }
header .header-content button{
    background-color: hsla(0, 0%, 0%, 0);
    border: 0;
    background-image: url('../img/setItInActionBtn.png');
    height: 48px;
    width: 200px;
    text-align: center;
    background-repeat: no-repeat;
    color: hsl(0, 0%, 100%);
    margin-top: 10px;
    }

.How-We-Got-Here{margin-top: 80px}
.How-We-Got-Here .box{
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0.557px 3.961px 30.78px 7.22px rgba(118, 118, 150, 0.1);
  width: 85%;
  z-index: 42;
  padding: 50px 30px;
  }

.OurMission{background-image: url("../img/OurMissionBg.png");position: absolute;margin-top: -170px;background-size: cover;width: 100%;z-index: -17;}
.Who-We-Are{margin-top: 40px}




.Who-We-Are img{width: calc(100% / 8);margin-bottom: 25px;}







footer {margin-top: 85px}
footer ul{list-style-type: none;margin-left: -40px;}
footer ul li{float: left;padding: 20px;margin: 0;padding: 0;}
footer ul li a{font-family: 'Lato', sans-serif;
    color: hsl(208, 56%, 46%);
    text-decoration: none;
    color: hsl(0, 0%, 60%)}
footer p{color: hsl(0, 0%, 60%);font-family: 'Lato', sans-serif}
footer span{margin: 0 20px;color: #ddd;}
footer .footerContent{width: 90%;border-top: 1px solid hsl(0, 0%, 87%);padding: 25px 0 70px 0; margin:  0 auto;}



/* Styles in different places */
.OurMission h3, .How-We-Got-Here h3 , .Who-We-Are h3{color: #e76834;font-family: 'Lato', sans-serif}

.OurMission p, .How-We-Got-Here p , .Who-We-Are p{font-family: 'Lato', sans-serif;color: #515151; line-height: 2; width: 80%}
button{font-family: 'Lato', sans-serif}
.How-We-Got-Here .box button
        {
          color: #e76834;
          border: 2px solid;
          width: 240px;
          background-color: hsla(0, 0%, 0%, 0);
          padding: 7px;
          border-radius: 20px;
          margin: 0 auto;
          margin-left: calc((100% - 240px) / 2);
          margin-top: 20px;
          transition: all .5s ease-in-out;
          -webkit-transition: all .5s ease-in-out;
          -moz-transition: all .5s ease-in-out;
          -o-transition: all .5s ease-in-out;
          -ms-transition: all .5s ease-in-out;
        }
.How-We-Got-Here .box button:hover{color: white; background-color: hsl(17, 79%, 55%)}
.OurMission h3{color: white}
.OurMission p{color: white; width: auto}


@media (max-width: 767px) {
  .navbar ul li a{width: 50%;margin: 0 auto;text-align: center}
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus ,.navbar-default .navbar-toggle {
    background-color: hsla(0, 0%, 0%, 0);
    border: 0;
    color: hsl(0, 0%, 100%);
    margin: 20px 31px 0 0;
    }
}

@media (max-width: 645px) {
  footer ul li{float: none}
  footer ul span{display: none}
}


@media (max-width: 435px) {
  .How-We-Got-Here .box{
    border-radius: 20px;
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0.557px 3.961px 30.78px 7.22px rgba(118, 118, 150, 0.1);
    width: 100%;
    z-index: 42;
    padding: 50px 30px;
    }
}

@media (max-width: 991px) {
    .OurMission{margin-top: 20px; position: static; z-index: 2}
}

.How-We-Got-Here i{    color: hsl(17, 79%, 55%);
    padding: 0px 14px 0px 0}



@media (max-width: 640px) {
  .popup .inlinelabel{display: block}
  .closeBtn {
    margin-top: -66px;
    margin-right: 41px;
    cursor: pointer}
}

@media (max-width: 480px) {
  .closeBtn {
    margin-top: -97px;
    margin-right: 41px;
    cursor: pointer}
}


@media (width: 480px) {
  .popup form .submitBtn {
    border-style: solid;
    border-width: 2px;
    border-color: hsl(17, 79%, 55%);
    background-color: hsla(49, 100%, 50%, 0);
    width: 144px;}
}


@media (max-width: 320px) {
  .popup form .submitBtn {
    border-style: solid;
    border-width: 2px;
    border-color: hsl(17, 79%, 55%);
    background-color: hsla(49, 100%, 50%, 0);
    width: 144px;
    margin-left: 36px;
    }
    .closeing {
    border-style: solid;
    border-width: 2px;
    border-color: hsl(0, 0%, 87%);
    background-color: hsla(49, 100%, 50%, 0);
    width: 136px;
    height: 40px;
    z-index: 120;
    margin-left: 35px;}
    .closeBtn {
    margin-top: -122px;
    margin-right: 41px;
    cursor: pointer}
}
