/* .pm-footer, .pm-footer *, .pm-footer *:before, .pm-footer *:after {
  box-sizing: border-box;
}

.pm-footer {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  min-width: 320px;
  max-width: 1030px;
  padding: 12px 10px 12px 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 16px auto;
  justify-content: space-between;
  align-content: stretch;
  height: 175px;
}

.pm-footer__section {
  flex-shrink: 1;
  width: 14.28571%;
  min-width:124px;
  margin-bottom: 1rem;
  text-align: center;
}

.pm-footer__link {
  text-decoration: none;
  color: #3e3934;
}

.pm-footer__link:hover {
  color: #3e3934;
  text-decoration: underline;
}

.pm-footer__section-title {
  color: #3e3934;
  font-size: 1.2rem;
  font-weight: 400;
  margin:0;
  margin-bottom: 5px;
}

.pm-section__list {
  list-style: none;
  padding: 0;
}

.pm-section__list-item {
  font-size: 0.75rem;
  line-height: 1.6;
}

@media screen and (max-width: 920px) {
  .pm-footer__section {
    padding: 1rem 0;
    margin:0;
    width:50%;
    border-top: 1px solid #e1e1e1;
  }
  .pm-footer__wrap {
    height:100%;
  }

  .pm-footer__section:nth-of-type(odd) .pm-footer__wrap {
    border-right: 1px solid #e1e1e1;
  }
  .pm-footer__section:last-child {
    width:100%;
  }
  .pm-footer__section:last-child .pm-footer__wrap {
    border-right: none;
  }
  .pm-footer__section:last-child ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pm-footer__section:last-child li {
    width:50%;
  }
} */

.pm-footer {
  background-color:  #034045;
}

.footer-wrap {
  padding: 91px 0 60px 0;
  display: flex;
  flex-wrap: wrap;
  font-family: Helvetica Sans,sans-serif;
}

.list-item {
  line-height: 1.78;
  list-style: none !important;
  font-size: 1em;
  text-decoration: none;
  display: flex !important;
  align-items: center;
  color: #F4E8D9;
}

.list-item:hover,
.list-item:active {
  text-decoration: none;
  color: #B6EBDB;
}

@media only screen and (max-width: 920px) {
  .list-item {
    font-size: 0.875em;}
}

.list-group {
  width: 25%;
  padding-bottom: 34px;
  font-size: 16px;
  margin: 0px;
}

ul {
  padding: 0px;
}

@media only screen and (max-width: 920px) {
  .list-group{
    width: 50%;
    padding-bottom: 24px;}
}

.list-item:first-child {
  font-weight: bold;
}

.social-media-icon {
  width: 20px;
  height: 20px;
  padding-right: 4px;
}

.pm-footer__container {
    overflow: hidden;
    max-width: 1208px;
    min-width: 290px;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: border-box
}
