/* CityWater Introduction Intro */

@media screen and (max-width: 499px) {
  .small {
    display: none;
  }
}
.cwfeature-intro {
  width: 100%;
  margin: 50px 0;
  padding: 0;
  clear: both;
  height: 400px;
}
.cwfeature-intro h2 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 25px;
  color: #659ec8;
  font-weight: 300;
  font-style: italic;
  line-height: 32px;
}
.cwfeatureleft-intro {
  width: 35%;
  float: left;
  text-align: right;
  overflow: hidden;
  padding: 5% 2% 5% 10%;
}
.cwfeatureright-intro {
  width: 50%;
  float: right;
  text-align: left;
  overflow: hidden;
  height: 400px;
  background-image: url('/images/citywater/cw19-main1.PNG'); background-repeat: no-repeat; background-size: auto 100%; background-position: top left;
}
@media screen and (max-width: 768px) {
  .cwfeatureleft-intro, .cwfeatureright-intro {
    clear: both;
    width: 90%;
    padding: 5%;
  }
  .cwfeatureleft-intro {
    height: auto;
    text-align: left;
  }
  .cwfeatureright-intro {
    background-size: 90%;
    background-position: top center;
  }
}
@media screen and (max-width: 499px) {
  .cwfeatureright-intro {
    height: 250px;
  }
}


/* CityWater Introduction Invest */
.cwfeature-invest {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
  height: 500px;
}
.cwfeature-invest h2 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 25px;
  color: #659ec8;
  font-weight: 300;
  font-style: italic;
  line-height: 32px;
}
.cwfeaturecenter-invest {
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
  height: 500px;
}
.cd-fixed-bg {
  margin-top: 0px;
  min-height: 200px;
  background-size: auto 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.cd-fixed-bg.cd-fixed-bg--1 {
  background-image: url("/images/citywater/cw19-background.PNG");
}
.cd-scrolling-bg {
  min-height: 100%;
}
@media screen and (max-width: 499px) {
  .cwfeature-invest {
    height: 600px;
  }
}


/* CityWater Introduction Empower */
.cwfeature-empower {
  width: 100%;
  margin: 50px 0 0;
  padding: 0;
  clear: both;
  height: 400px;
}
.cwfeature-empower h2 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 25px;
  color: #659ec8;
  font-weight: 300;
  font-style: italic;
  line-height: 32px;
}
.cwfeatureleft-empower {
  width: 50%;
  float: left;
  text-align: left;
  overflow: hidden;
  height: 400px;
  background-image: url('/images/citywater/cw19-main3.png'); background-repeat: no-repeat; background-size: auto 100%; background-position: top left;
}
.cwfeatureright-empower {
  width: 35%;
  float: right;
  text-align: left;
  overflow: hidden;
  padding: 5% 10% 5% 2%;
}
@media screen and (max-width: 768px) {
  .cwfeatureleft-empower, .cwfeatureright-empower {
    clear: both;
    width: 90%;
    padding: 5%;
  }
  .cwfeatureleft-empower {
    background-size: 125%;
    background-position: top center;
  }
  .cwfeatureright-empower {
    height: auto;
    text-align: left;
  }
}
@media screen and (max-width: 515px) {
  .cwfeatureleft-empower {
    background-size: 200%;
  }
}


/* CityWater Introduction Analyze */
.cwfeature-analyze {
  width: 100%;
  margin: 50px 0 0;
  padding: 0;
  clear: both;
  height: 400px;
}
.cwfeature-analyze h2 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 25px;
  color: #659ec8;
  font-weight: 300;
  font-style: italic;
  line-height: 32px;
}
.cwfeatureleft-analyze {
  width: 35%;
  float: left;
  text-align: right;
  overflow: hidden;
  padding: 5% 2% 5% 10%;
}
.cwfeatureright-analyze {
  width: 50%;
  float: right;
  text-align: left;
  overflow: hidden;
  height: 400px;
  background-image: url('/images/citywater/cw19-main4.jpg'); background-repeat: no-repeat; background-size: cover; background-position: top left;
}
@media screen and (max-width: 768px) {
  .cwfeatureleft-analyze, .cwfeatureright-analyze {
    clear: both;
    width: 90%;
    padding: 5%;
  }
  .cwfeatureleft-analyze {
    height: auto;
    text-align: left;
  }
  .cwfeatureright-analyze {
    background-size: 120%;
    background-position: center -20px;
    height: 320px;
  }
}
@media screen and (max-width: 499px) {
  .cwfeatureright-analyze {
    background-size: 200%;
    height: 300px;
  }
}


/* CityWater Introduction Request */
.cwfeature-request {
  width: 100%;
  margin: 0;
  padding: 50px 0 0 0;
  clear: both;
  height: auto;
  background: rgba(101,158,200,0.1);
  min-height: 300px;
  border-width: 0 0 5px 0;
  border-style: solid;
  border-color: #5E8AB4;
}
.cwfeature-request h2 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 25px;
  color: #659ec8;
  font-weight: 300;
  font-style: italic;
  line-height: 32px;
}
.cwfeatureleft-request {
  width: 35%;
  float: left;
  text-align: right;
  overflow: hidden;
  padding: 1em 2% 5% 10%;
}
.cwfeatureright-request {
  width: 50%;
  float: right;
  text-align: left;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cwfeature-request {
    min-height: 600px;
  }
  .cwfeatureleft-request, .cwfeatureright-request {
    clear: both;
    width: 90%;
    padding: 5%;
  }
  .cwfeatureleft-request {
    height: auto;
    text-align: left;
  }
}
.cwfield {
  width: 350px;
  text-align: right;
  color: #659ec8;
}
.cwname, .cwemail, .cworganization, .cwlocation {
  width: 200px;
}
.page-node-880 .webform-submit {
  margin-left: 141px;
}


/* CityWater Specs */
.cwfeature-specs {
  width: 70%;
  margin: 50px auto 0;
  padding: 0;
  clear: both;
}
.cwfeature-specs h2 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 25px;
  color: #659ec8;
  font-weight: 300;
  font-style: italic;
  line-height: 32px;
}
.cwfeature-specs ul {
  padding-left: 15px;
}