@media screen and (min-width: 995px) {
  #footer_left_side_nav {
    float: left;
    width: 300px;
  }
  #privacy_images {
    float: right;
    width: 47.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #privacy_images div {
    display: inline-block;
  }
}

@media screen and (max-width: 994px) {
  #footer_left_side_nav {
    width: 300px;
    padding-bottom: 25px;
    margin: auto;
    float: inherit;
  }
  #privacy_images {
    float: right;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #privacy_images div {
    display: inline-block;
  }
}
/* DESKTOP */
@media screen and (min-width: 768px) {
  #mari_footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    padding-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  #mari_footer {
    height: auto;
  }

  #mari_logo img {
    width: auto;
    height: 42px;
    float: left;
    padding-right: 10px;
  }

  #navigation {
    font-family: 'Montserrat Light', sans-serif;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  #mari_footer {
    padding-top: 2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-bottom: 2em;
  }
  #footer_left_side_nav {
    float: none;
    width: inherit;
    padding: 0;
  }
  #privacy_images {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mari_logo {
    margin: auto;
  }
  #mari_logo img {
    width: auto;
    height: 41px;
    margin: auto;
    display: block;
  }
  #navigation {
    font-family: sans-serif;
    text-align: center;
  }
  .privacy_image_container {
    padding-top: 10px;
  }
  #student_privacy {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  #kids_privacy {
    padding-left: 0;
    /* evens out the spacing between truste on mobile */
  }
}

/* base styles */

* {
  font-family: 'Montserrat', sans-serif;
}

#mari_footer {
  width: 100%;
  background-color: transparent;
  min-height: 11vh;
}

#mari_logo {
  height: auto;
  margin: auto;
  color: #a9a9a9;
}

#mari_logo img {
  height: 42px;
  display: block;
  margin: auto;
}

#navigation {
  font-family: 'Montserrat', sans-serif;
  font-size: 8pt;
  padding-top: 10px;
}

#navigation div {
  color: #a9a9a9;
}
#navigation div a {
  color: #a9a9a9;
}

#navigation div a:hover {
  text-decoration: underline;
}

#navigation li:first-child:before {
  content: none;
}

#navigation ul {
  margin: 0;
  padding: 0;
}

#navigation ul li {
  list-style-type: none;
  display: inline;
  text-decoration: none;
}

#navigation li:before {
  content: ' | ';
}

.footer_link {
  color: #a9a9a9;
}

.privacy_image {
  height: 34px;
}
