section.main-footer{
  padding-top:1em;
  padding-bottom:1em;
}

/* ROW 1 
* /////////////////////////*/
.main-footer .row-1 {
  position: relative;
  max-width: calc(100% - 10em);
  width: 100%;
  margin-left: auto;
}

.main-footer .row-1:after,
.main-footer .row-1:before{
  content:"";
  position:absolute;
  height:100%;
  top:0;
}

.main-footer .row-1:before{
  background-color: #00aec7;
  right: -90%;
  width: 100%;
}

.main-footer .row-1:after{
  background-color: #78be21;
  left: -90%;
  width: calc(100% - 11em);
}

.main-footer .row-1 .content{
  background-color:#00AEC7;
  padding: 1em;
  position:relative;
}

.main-footer .row-1 .content:before {
  content: "";
  background-image: url(https://www.pctcelltherapy.com/hubfs/Minaris%20Site%20Images/Temp%20Files/octagon-overlap.svg);
  height: 100%;
  width: 10em;
  background-size: cover;
  left: -8em;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}

.main-footer .row-1 .col-1 {
  margin-right: 2em;
}

.main-footer .row-1 .col-1 h3 {
  font-size: 1.7em;
  max-width: 400px;
  width: 100%;
  margin: .5rem 0;
} 
.main-footer .row-1 .col-2 h3 {
  display: none;
}
.main-footer .flex-item.cols.col-2 {
    align-items: center;
    display: flex;
}

@media all and (-ms-high-contrast:none){
  .main-footer .row-1{
    margin:0;
    width:100%;
    max-width:none;
  }
  
  .main-footer .row-1:after{
    background-color:#00aec7;
  }
  
  .main-footer .row-1 .simple-sub-form{
    margin:0;
    margin-left:auto;
  }
}




@media(max-width:600px){
  .main-footer .row-1 {
    max-width: calc(100% - 2em);
  }

  .main-footer .row-1 .content:before{
    left: -8em;
  }

  .main-footer .row-1 .cols{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
    max-width:none !important;
    width:100%;
    margin: 0 !important;

  }
}


/* ROW 2 
* ///////////////////*/
.main-footer .row-2 .col-1 {
  max-width: 250px;
  width: 100%;
}

.main-footer .row-2 .col-2 {
  width: calc(100% - 400px);
  margin-left: 2em;
}


.main-footer .row-2 .social-list,
.main-footer .row-2 .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;
}




.main-footer .row-2 .menu li{
  margin-left: 1em;
}

.main-footer .copyright a,
.main-footer .social-list a,
.main-footer .row-2 .menu a{
  text-decoration:none;
  color:inherit;
  display:inline-block;
}

.main-footer .row-2 .menu a{
  color: #004ea8;
  text-transform: uppercase;
}

.main-footer .row-2 .menu a:hover{
  color:#79be22;
}

.main-footer .row-2 .social-list{
  margin-top: .5em !important;
}

.main-footer .row-2 .social-list li {
  color: #79be22;
  margin-left: 1em;
  font-size: 1.4em;
}

.main-footer .social-list a:hover{
  color: #004ea8;
}




.main-footer .copyright {
  font-size: 0.9em;
  margin-top:1em;
}

@media(max-width:890px){
  .main-footer .row-2 .cols {
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
    max-width:none !important;
    width:100%;
    margin: auto;
  }

  .main-footer .row-2 .col-1 a {
    max-width: 300px;
    display: block;
    width: 100%;
    margin: auto;
  }

  .main-footer .row-2 .social-list,
  .main-footer .row-2 .menu ul{
    -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  }

  .main-footer .row-2 .menu li{
    margin: 0.5em;
  }

  .main-footer .copyright{
    text-align:center;
  }
}


@media(max-width:480px){
  .main-footer .row-1 h3{
    font-size: 1.2em;
  }
}


@media all and (-ms-high-contrast:none){
  .main-footer .row-1 .content:before {
    background-color: #00aec7;
    background-image:none;
  }
}



