#contactFooter .full-width-content, #contactFooter .full-width-content a {
  color: #fff;
}

#contactFooter .full-width-content, #contactFooter .full-width-content a {
  text-decoration: underline;
}

@media screen and (min-width: 700px) {
    .full-width-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /*top: 78px;*/
        position: relative;
        /*margin-top: -132px;*/
        clear: both;
    }
}

@media screen and (min-width: 1025px) {
    .full-width-content {
        top: 0px;
        margin-top: -20px;
    }
}

#contactFooter {
 margin-bottom: 0 !important;
  margin-top: 2rem;
}

body #main-content-container #contactFooter a:not(.button) {
 color: #fff;
  line-height: 1.5rem;
  font-size: 1rem;
}
  
#contactFooter .full-width-outer {
   width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: #877148; 
}


#contactFooter .full-width-inner {
  max-width: 1200px;
  margin: auto;
}

#contactFooter .locationTitle {
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

#contactFooter .social-icons {
 background: none;
}

#contactFooter .ouLocation .locationWidget {
  margin-bottom: 1.5rem;
}

#contactFooter .social-icons {
  text-align: right;
  margin-bottom: 0;
}

#contactFooter .ouLocation .locationWidget .social-icons li {
  margin: 0 1rem 0 0;
  width: 30px
}

#contactFooter .ouLocation .locationWidget div.locationContent {
  line-height: 1.5rem;
  font-size: 1rem;
}

#contactFooter .full-width-content .columns {
  display: flex;
}

@media screen and (max-width: 40em) {
  #contactFooter .full-width-content .columns {
    display: inline-block;
  }
  .locationWidget {
    text-align: center;
  }
  #contactFooter {
 	padding: 1rem 0;
 	background-color: #877148; 
  }
  #contactFooter .ouLocation .locationWidget {
    padding-left: 0;
  }
  #contactFooter .social-icons {
    text-align: center;
  }
  #contactFooter .ouLocation .locationWidget .social-icons li:last-child {
    margin-right: 0;
  }
}

#contactFooter .full-width-content .columns .columns {
  margin: auto;
}


#contactFooter .location-rt {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#contactFooter .ouLocation .locationWidget .social-icons li img:hover {
	opacity: 60%;
   transition: all .3s ease;
  -webkit-transition: all .3s ease;
}


