/* ==========================================================================
   #Site Global Sizes
   ========================================================================== */
.module-inner-wrap {
  max-width: 79.375rem;
  margin: auto;
  position: relative;
}

.no-squish {
  flex: none;
}

/* === Flexbox Center === */
/* --Hover Mixin.--*/
/* -- Cross browser opacity.--*/
/* -- Animation.--*/
/* -- Hide Elements.--*/
.m-hide {
  display: none;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 46.25em) {
  .m-hide {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}

.m-t-hide {
  display: none;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 61.25em) {
  .m-t-hide {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}

.flex-c-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.t-hide {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 46.25em) {
  .t-hide {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

.d-hide {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 61.25em) {
  .d-hide {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

.hide {
  display: none;
}

/* -- Fill Elements.--*/
.fill-width {
  width: 100%;
}
.fill-height {
  height: 100%;
}
/* -- Background Image --*/
.back-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* -- Centre Content --*/
/* -- Centre Text --*/
.has-text-c {
  text-align: center;
}

.hr-strip {
  border: none;
  width: 30px;
  height: 1px;
  display: block;
}

.pos-rel {
  position: relative;
}

/* -- Absolute Center --*/
/* -- Equal Colmun --*/
/* -- Grid Mixin --*/
.g-wrap {
  display: grid;
  grid-template-rows: auto;
  grid-gap: 1.5625rem;
}

@media (min-width: 46.25em) {
  .no-cssgrid .g-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.no-cssgrid .g-wrap > .g-box {
  display: inline-block;
  vertical-align: text-top;
  width: 100%;
  margin-bottom: 30px;
}

/**
 * This shall stop the z-index chaos
 */
/*@import "base/slick"; */
.flex-c {
  display: flex;
}

.navbar .lincoln-uni-logo {
  max-width: 250px;
  margin-right: 1.875rem;
}

@media (max-width: 46.24em) {
  .navbar-container.container-fluid {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar-brand-holder {
    margin: 0 0 20px;
  }
  .navbar-brand {
    margin: 0;
  }
}
/*@import "site/header";
@import "site/footer";*/
/*@import "components/buttons";
@import "components/navigation";
@import "components/mobile-panel";
@import "components/forms";
@import "components/swiper";*/
/*@import "site/header-slider";*/
/*@import "site/header";
@import "site/page";
";

@import "site/news";*/
/*@import "site/home";
@import "site/products";
@import "site/about";
@import "site/journal";
@import "site/page-nav";*/
/*@import "site/services";
@import "site/team";
@import "site/about";
@import "site/testimonials";*!/*/
