.mgz-base-footer {
  border-top-width: 2px;
  border-top-style: solid; }

.mgz-base-footer {
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 40px 100px 20px 100px; }

/* Large Format  */
/* SVG */
.mgz-footer-svg svg {
  display: block;
  width: 100%; }

/* Menu */
.mgz-base-footer-menu-wrapper {
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  flex-wrap: wrap; }

.mgz-footer-menu-header-wrapper {
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%; }

.mgz-footer-menu-spinning-plus {
  display: none;
  /* Disable for large screen */ }

.mgz-base-footer-menu-item-wrapper {
  display: block; }

.mgz-footer-menu-header-text {
  margin: 0px 0px 5px 0px; }

.mgz-footer-menu-subitem-list {
  margin: 0px;
  list-style: none; }

.mgz-footer-menu-subitem {
  margin-left: -40px; }

.mgz-base-footer-menu-item-wrapper a {
  text-decoration: none; }

.mgz-base-footer-large-format-divider {
  margin: 30px 0px 20px 0px;
  height: 1px; }

/* Logo and Social  */
.mgz-base-footer-logo-and-social-wrapper {
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.mgz-footer-logo {
  display: block;
  margin: 10px;
  max-width: 250px;
  height: auto;
  /* removed and replaced with wagtail image tags */
  /* width: 300px;
  height: 150px; */ }

.mgz-footer-social-wrapper {
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  width: 400px;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.mgz-social-frame {
  height: 60px;
  width: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px 60px; }

/*Supply images for social links*/
#mgz-social-frame-1 {
  background-image: url("../images/social_facebook.png"); }

#mgz-social-frame-2 {
  background-image: url("../images/social_insta.png"); }

#mgz-social-frame-3 {
  background-image: url("../images/social_linkedin.png"); }

#mgz-social-frame-4 {
  background-image: url("../images/social_twitter.png"); }

#mgz-social-frame-5 {
  background-image: url("../images/social_youtube.png"); }

/*Bottom Links*/
.mgz-base-footer-bottom-link-wrapper {
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-top: 30px; }

.mgz-footer-bottom-link {
  text-decoration: none;
  font-size: 12px; }

.mgz-footer-logo {
  max-height: 150px;
  width: auto; }

.mgz-footer-bottom-vertical-spacer {
  margin: 0px 5px 0px 5px; }

/* Small Format  */
@media screen and (max-width: 775px) {
  /* Hide and show elements */
  .mgz-base-footer-large-format-divider {
    display: none; }

  /* Menu */
  .mgz-base-footer-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start; }

  .mgz-footer-menu-header-text {
    margin: 20px 0px 15px 0px; }

  .mgz-base-footer-menu-item-wrapper {
    width: 100%;
    cursor: pointer; }

  .mgz-footer-menu-header-wrapper {
    width: 100%; }

  .mgz-footer-menu-subitem-wrapper {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    display: none;
    visibility: hidden; }

  .mgz-footer-menu-subitem {
    margin-top: 5px;
    margin-bottom: 5px; }

  .mgz-footer-menu-spacer {
    margin-top: 10px 0px 10px 0px;
    width: 100%;
    height: 1px; }

  /* Logo and social and links*/
  .mgz-base-footer-logo-and-social-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 30px; }

  .mgz-footer-social-wrapper {
    width: 300px; }

  .mgz-social-frame {
    height: 40px;
    width: 40px;
    background-size: 40px 40px; }

  .mgz-base-footer-bottom-link-wrapper {
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap; }

  /* Functionality */
  .mgz-base-footer-menu-item-wrapper:hover .mgz-footer-menu-subitem-wrapper {
    visibility: visible;
    display: -webkit-box;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex; } }

/*# sourceMappingURL=mgz-footer.css.map */
