/*.breadcrumb {
  display: none; }*/

#content:after {background: #fff; }

.csr {
  -webkit-box-sizing: border-box; box-sizing: border-box; }

.landing-header-image img {
  width: 100%; }
  @media (min-width: 600px) {
    .landing-header-image img {
      width: auto; } }

.going-green {
  padding-bottom: 25px; }

.content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .content__block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.content__block--top {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 20px 0 20px; }
  .content__block--top .content__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .content__block--top .content__text {
    padding: 0; }
    @media (min-width: 600px) {
      .content__block--top .content__text {
        padding: 20px 20px 0 20px; } }
  .content__block--top picture {
    padding-top: 20px;
    text-align: center; }

.content__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4C12A1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
  padding: 0;
  position: relative; }
  @media (min-width: 768px) {
    .content__title {
      padding: 20px 0 20px 20px; } }
  @media (min-width: 1024px) {
    .content__title {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 25%;
              flex: 1 0 25%; } }
  @media (min-width: 1240px) {
    .content__title {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 20%;
              flex: 1 0 20%; } }
  .content__title h4 {
    display: none;
    font-size: 0.85em;
    margin-bottom: 0;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .content__title h4 {
        display: block; } }
  .content__title .title-img {
    width: 100%;
    z-index: 0; }
    @media (min-width: 768px) {
      .content__title .title-img {
        position: absolute;
        -webkit-transform: scale(1.5) translate(-36px);
                transform: scale(1.5) translate(-36px);
        width: auto; } }
    @media (min-width: 900px) {
      .content__title .title-img {
        -webkit-transform: scale(1.5) translate(-41px);
                transform: scale(1.5) translate(-41px); } }
    @media (min-width: 1024px) {
      .content__title .title-img {
        -webkit-transform: scale(1.5) translate(-50px, -1px);
                transform: scale(1.5) translate(-50px, -1px); } }
    @media (min-width: 1240px) {
      .content__title .title-img {
        -webkit-transform: scale(1.5) translate(-40px, -1px);
                transform: scale(1.5) translate(-40px, -1px); } }
    @media (min-width: 768px) {
      .content__title .title-img.--yellow {
        -webkit-transform: scale(1.5) translate(-48px);
                transform: scale(1.5) translate(-48px);
        width: 100%; } }
    @media (min-width: 900px) {
      .content__title .title-img.--yellow {
        -webkit-transform: scale(1.5) translate(-55px);
                transform: scale(1.5) translate(-55px); } }
    @media (min-width: 1024px) {
      .content__title .title-img.--yellow {
        -webkit-transform: scale(1.5) translate(-63px, -1px);
                transform: scale(1.5) translate(-63px, -1px); } }
    @media (min-width: 1240px) {
      .content__title .title-img.--yellow {
        -webkit-transform: scale(1.6) translate(-60px, -2px);
                transform: scale(1.6) translate(-60px, -2px); } }

.content__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #213038;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px; }
  @media (min-width: 768px) {
    .content__text {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 70%;
              flex: 1 0 70%; } }
  @media (min-width: 1240px) {
    .content__text {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 55%;
              flex: 1 0 55%; } }
  .content__text p:first-of-type {
    font-weight: bold; }
  .content__text p:last-of-type {
    margin-bottom: 0; }

.content__image {
  display: none; }
  @media (min-width: 1240px) {
    .content__image {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 25%;
              flex: 1 0 25%;
      display: block;
      text-align: center; } }
/*# sourceMappingURL=csr.css.map */


/****** ADDED CSS **********/

/***** header *******/
.csr img{max-width: 100%;}
.csr .landing-para{margin-top: 0px; background: #fff; padding: 15px;
    text-align: center; border: 1px solid #E1E1E1;}
.csr .landing-para p{font-size: 17px; width: 70%; margin: 0 auto;}

body, #content {
     background: rgb(255, 255, 255); 
}
.csr h4 {line-height: normal;}
.csr p{font-size:16px;}


/********** Others **********/
.dcg .clearfix::after {
  content: "";
  clear: both;
  display: table;
}