/*=========RESOURCES PAGE==========*/
* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column11 {
  float: left;
  width: 33.33%;
  padding: 10px;
}

/* Clear floats after the columns */
.row11:after {
  content: "";
  display: table;
  clear: both;
}
/*=========RESOURCES PAGE==========*/
.logo__image {
    height: 200px;
    width:auto;
    max-width: 100%;
}

.wrap__socialmedia-location-logo {
    background: #1d2959;
}

.socialmedia__link {
    background-color: rgba(255, 251, 251, 0.6);
}

.wrap__socialmedia-location-logo .location__address, .wrap__socialmedia-location-logo .location__address-2,.wrap__socialmedia-location-logo .location__city-state-zip,  .location__phone, .location__phone a, .wrap__socialmedia-location-logo .location__fax {
    color: #ffffff;
}

.wrap__locations__header {
    border-left: 2px solid rgb(169, 186, 56);
}

/*===============RESOURCES PAGE================*/
@media (max-width: 979px){
.row11 {
  zoom: 75%;
}
}
/*===============RESOURCES PAGE================*/