body {
  background-color: #fff;
  color: #333;
  font-family: "Poppins", Helvetica, sans-serif;
  height: 100%;
}

body,
html {
  overflow-x: hidden;
}

p,
li {
  font-size: 14px;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", Helvetica, sans-serif;
}

h1 {
  line-height: 55px;
}

input,
textarea,
select {
  font-family: "Poppins", Helvetica, sans-serif;
}

.grid-container {
  height: 100%;
  width: 100%;
  padding: 0px;
  max-width: 1000px;
}

.row-adjustment {
  max-width: 998px;
  margin-left: 1px;
}

/* **************************** */
/* Heading overrides */
/* **************************** */

h2 {
  font-size: 28px;
  font-weight: 500;
}

h3 {
  font-size: 20px;
  font-weight: 800;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

/* **************************** */
/* NAVIGATION */
/* **************************** */

#nav-container {
  width: 100%;
  height: 84px !important; /* fixes bug with navigation causing grey borders between rows with border-radius */
}

.title-bar {
  background: #fff;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

#nav-container a {
  font-size: 16px;
  font-weight: 400;
}

.menu-icon::after {
  background: #333;
  -webkit-box-shadow: 0 7px 0 #333, 0 14px 0 #333;
  box-shadow: 0 7px 0 #333, 0 14px 0 #333;
  content: "";
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .title-bar-left {
    margin-top: 10px;
    padding-left: 15px;
  }

  .title-bar-right {
    padding-right: 15px;
  }
  .title-bar-left img {
    width: 160px;
  }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .title-bar-left {
    margin-top: 10px;
    padding-left: 20px;
  }

  .title-bar-right {
    padding-right: 20px;
  }
  .title-bar-left img {
    width: 180px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #nav-container .dropdown.menu > li > a {
    /* padding: 0.8rem 0.8rem; */
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .title-bar-left {
    margin-top: 10px;
    padding-left: 30px;
  }

  .title-bar-right {
    padding-right: 50px;
  }
  .title-bar-left img {
    width: 180px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #nav-container li {
    padding-left: 60px;
    padding-right: 10px;
  }
}

#mobile-menu {
  background-color: #f4f4f4;
  padding-top: 60px;
}

#mobile-menu li {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}

#mobile-menu a {
  color: #333;
}

#mobile-menu .close-button {
  padding-top: 24px;
  padding-right: 2px;
  color: #333;
}

#mobile-menu .button {
  /* background-color: #219c7f;
  color: #fff; */
}

#nav-container a {
  color: #333;
}

#nav-container .button {
  /* background-color: #219c7f;
  padding-left: 25px;
  padding-right: 25px; */
}

/* **************************** */
/* Main styles */
/* **************************** */

#main-container .row-container {
  padding: 40px;
}

.hero-container {
  background-size: contain;
  /* background-position-x: center; */
  background-repeat: no-repeat;
  background-position: right;
}

/* Small only */
/* @media screen and (max-width: 39.9375em) {
  .hero-container {
    padding: 60px 0px 60px 30px;
  }
  .hero-container h1 {
    font-size: 28px;
    font-weight: 800;
  }
} */

/* Medium and up */
/* @media screen and (min-width: 40em) {
  .hero-container {
    padding: 0px 0px 60px 60px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .hero-container h1 {
    font-size: 46px;
    font-weight: 800;
  }
} */

/* Small only */
@media screen and (max-width: 39.9375em) {
  .hero-container {
    padding: 0px 0px 60px 40px;
    margin-top: 20px;
    margin-bottom: 40px;
    /* height: 350px; */
  }
  .hero-container h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
  }
  .hero-inner {
    padding-top: 80px;
  }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hero-container {
    padding: 0px 0px 60px 60px;
    margin-top: 40px;
    margin-bottom: 60px;
    height: 340px;
  }
  .hero-container h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
  }
  .hero-inner {
    padding-top: 100px;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .hero-container {
    padding: 0px 0px 60px 60px;
    margin-top: 40px;
    margin-bottom: 60px;
    height: 380px;
  }
  .hero-container h1 {
    font-size: 46px;
    font-weight: 800;
    line-height: 48px;
  }
  .hero-inner {
    padding-top: 100px;
  }
}

.hero-inner {
  /* background-repeat: no-repeat; */
}

/* Small only */
/* @media screen and (max-width: 39.9375em) {
  .hero-inner {
    background-position: 105% 50%;
    background-size: 35%;
  }
} */

/* Medium only */
/* @media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hero-inner {
    background-position: 105% 50%;
    background-size: 25%;
  }
} */

/* Large and up */
/* @media screen and (min-width: 64em) {
  .hero-inner {
    background-position: 105% 50%;
    background-size: auto;
  }
} */

/* .hero-container .button {
  background-color: #1bdfb0;
  color: #000;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
} */

#main h2 {
  margin-bottom: 30px;
}

.page-section {
  padding-top: 50px;
}

.cell-heading {
  padding-bottom: 20px;
}

.cell-subheading {
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-explainer {
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
}

.button {
  border-radius: 10px;
}

.row-grey {
  background: #f4f4f4;
}

.section-title {
  padding-top: 20px;
  padding-bottom: 10px;
}

a.link-dark {
  color: #ccc;
}

a.link-white {
  color: #fff;
}

span.small {
  font-size: 12px;
}

span.smallest {
  font-size: 10px;
}

span.semi-bold {
  font-weight: 600;
}

.rounded-box {
  border-radius: 15px;
  padding: 10px;
}

.stripe {
  height: 15px;
}

.stripe-small {
  height: 10px;
  max-width: 999px;
  margin-left: 1px;
}

.color-a {
  background-color: #04d6ab;
}

.color-a a {
  color: #333;
}

.color-b {
  background-color: #f02177;
  color: #fff;
}

.color-b a {
  color: #fff;
}

.color-b-text {
  color: #f02177;
}

.color-c {
  background-color: #ffc412;
}

.color-c-secondary {
  background-color: #ffedb8;
}

.color-white {
  background-color: #fff;
}

.color-offwhite {
  background-color: #f7f7f7;
}

p.white {
  color: #fff;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

/* ---------------------------- */
/* COMMON - MADE IN MANCHESTER */

#madeinmanchester {
  padding-top: 40px;
  padding-bottom: 40px;
}

#madeinmanchester img {
  max-width: 50px;
}

/* ---------------------------- */
/* COMMON - ICON GRID */

.icon-grid {
  padding-bottom: 60px;
}

.icon-grid img {
  max-width: 75px;
  padding-top: 40px;
}

.icon-grid p {
  max-width: 75px;
  padding: 40px;
}

.icon-grid .icon-grid-title {
  font-size: 14px;
}

.icon-grid .icon-grid-title a {
  color: #333;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .icon-grid .icon-grid-title {
    padding: 20px;
  }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .icon-grid .icon-grid-title {
    padding: 20px;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .icon-grid .icon-grid-title {
    padding: 20px 50px 20px 50px;
  }
}

/* ---------------------------- */
/* COMMON - CARD GRID */

.card-grid {
  padding-bottom: 60px;
}

.card-grid .card {
  filter: drop-shadow(3px 3px 3px #ccc);
  border-radius: 5px 5px 0px 0px;
  margin-top: 10px;
}

.card-grid .card .color-a {
  height: 10px;
}

.card-grid .card .color-b {
  height: 10px;
}

.card-grid .card .color-c {
  height: 10px;
}

.card-grid img {
  height: 70px;
  padding-top: 30px;
}

.card-grid h3 {
  padding-top: 10px;
}

.card-grid p {
  padding: 5px 25px 10px 25px;
  font-size: 12px;
}

.card-grid .card-grid-title {
  font-size: 14px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .card-grid .card-grid-title {
    padding: 20px;
  }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .card-grid .card-grid-title {
    padding: 20px;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .card-grid .card-grid-title {
    padding: 20px 50px 20px 50px;
  }
}

/* ---------------------------- */
/* COMMON - CAROUSEL GRID */

.carousel-grid {
  padding-bottom: 60px;
}

.carousel-grid .grid-item {
  filter: drop-shadow(3px 3px 3px #333);
  border-radius: 30px 0px 0px 0px;
  margin-top: 10px;
}

/* .carousel-grid .card1 {
  background-image: url("/img/principles/Principle-1-icon.svg");
} */

.carousel-grid img {
  height: 80px;
  position: relative;
  top: -40px;
}

.carousel-grid p {
  padding: 5px 25px 10px 25px;
  margin-top: -30px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {
}

/* ---------------------------- */
/* COMMON - TEXT BLOCK CONTENT */

.text-block h2 {
  padding-bottom: 20px;
}

.text-block .text-block-content {
  padding-bottom: 80px;
}

.text-block .text-block-cell {
  padding: 40px 40px 40px 40px;
}

.text-block .text-block-cell a {
  font-weight: 400;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .text-block .text-block-cell {
    text-align: center;
  }
}

/* ---------------------------- */
/* COMMON - TEXT BLOCK WITH F LOGO */

.text-block-f .text-block-cell {
  background-image: url("/img/FG-Brandmark.svg");
  background-repeat: no-repeat;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .text-block-f .text-block-cell {
    background-size: 100px;
    background-position-x: 40px;
    background-position-y: 60px;
    padding-top: 180px;
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {
  .text-block-f .text-block-cell {
    background-size: 120px;
    background-position-y: 80px;
    padding-top: 180px;
  }
}

/* **************************** */
/* HOME */
/* **************************** */

/* ---------------------------- */
/* HOME - HERO */

#home .hero-container {
  background-image: url("/img/home/Main-Hero-Image.png");
}

/* ---------------------------- */
/* HOME - ICON GRID */

/* Small only */
@media screen and (max-width: 39.9375em) {
  #home .icon-grid img {
    max-width: 75px;
  }
  #home .icon-grid-title {
    font-weight: 500;
    font-size: 14px;
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {
  #home .icon-grid img {
    max-width: 100px;
  }
  #home .icon-grid-title {
    font-weight: 600;
    font-size: 16px;
  }
}

/* ---------------------------- */
/* HOME - FOUNDATION */

#home-foundation .text-block-image {
  background-image: url("/img/home/Foundation-Image.png");
  background-size: cover;
  min-height: 320px;
}

/* ---------------------------- */
/* HOME - CAREERS */

#home-our-brands h2 {
  padding-top: 40px;
}

#home-our-brands img {
  max-width: 300px;
  margin: 30px 10px 60px;
}

/* ---------------------------- */
/* HOME - CAREERS */

#home-careers .text-block-image {
  background-image: url("/img/home/Careers-Image.png");
  background-size: cover;
  min-height: 320px;
}

/* ---------------------------- */
/* HOME - VALUES */

#home-values {
  padding-top: 40px;
  padding-bottom: 50px;
}

.home-values {
  height: 110px;
  background-size: cover;
}

#home-values.text-block .text-block-cell {
  padding: 40px 16px 40px 16px;
}

.home-values-1 {
  background-image: url("/img/home/Careers-Image.png");
}

.home-values-2 {
  background-image: url("/img/home/Careers-Image.png");
}

.home-values-3 {
  background-image: url("/img/home/Careers-Image.png");
}

.home-values-4 {
  background-image: url("/img/home/Careers-Image.png");
}

#home-values .card {
  font-size: 12px;
}

#home-values .card p {
  padding-top: 25px;
}

#home-values .card img {
  margin-left: 10px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  #home-values .card p {
    padding: 25px 10px 25px 10px;
  }
}

/* ---------------------------- */
/* HOME - CONTACT US */

#contactus {
  padding-bottom: 60px;
}

#contactus-form {
  margin-bottom: -45px;
}

#contactus-form h4 {
  margin-top: 8px;
  margin-bottom: 12px;
}

#contactus-form .cell {
  padding-left: 5px;
  padding-right: 5px;
}

#contactus-form input {
  font-size: 12px;
  height: 30px;
  margin-bottom: 10px;
}

#contactus-form select {
  font-size: 12px;
  height: 30px;
  margin-bottom: 10px;
}

#contactus-form textarea {
  font-size: 12px;
  height: 60px;
}

#contactus-form .submit-button {
  font-size: 14px;
  background-color: #f02177;
  color: #fff;
  padding: 0px 20px 0px 20px;
  border-radius: 10px;
  border: none;
  margin-top: 10px;
  margin-bottom: 20px;
}

#contactus-form-submitted .button {
  background-color: #f02177;
  color: #fff !important;
  margin-top: 30px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  #contactus h2 {
    padding-bottom: 50px;
  }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #contactus h2 {
    padding-bottom: 50px;
  }
}

/* **************************** */
/* FOUNDATION */
/* **************************** */

#foundation .text-block h2 {
  padding-top: 60px;
}

/* ---------------------------- */
/* FOUNDATION - HERO */

#foundation .hero-container {
  background-image: url("/img/foundation/FG-Foundation-Hero.png");
  padding-bottom: 60px;
  margin-top: 0px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  #foundation .hero-container {
    margin-bottom: 0px;
    padding-bottom: 60px;
  }
  #foundation .hero-inner {
    padding-top: 80px;
  }
  #foundation .hero-inner h1 {
    background-color: #ffffff50;
  }

  #foundation .hero-inner h6 {
    background-color: #ffffff50;
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {
  #foundation .hero-container {
    margin-bottom: 0px;
  }
  #foundation .hero-inner {
    padding-top: 130px;
  }
}

#foundation .hero-inner h1 {
  margin-bottom: 0px;
}

#foundation .hero-inner h6 {
  padding-top: 30px;
}

/* ---------------------------- */
/* FOUNDATION - LOGO */

#foundation #logo img {
  max-width: 220px;
  margin: 60px 10px 0px 10px;
}

/* ---------------------------- */
/* FOUNDATION - PROBLEM */

#foundation #problem .text-block-content {
  padding: 40px;
}

/* ---------------------------- */
/* FOUNDATION - THINGS */

#foundation #things .text-block-title {
  padding-top: 60px;
}

/* ---------------------------- */
/* FOUNDATION - ICON GRID */

#foundation .icon-grid {
  padding-bottom: 80px;
}

#foundation .icon-grid img {
  max-width: 100px;
}

#foundation .icon-grid-title {
  font-size: 14px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  #foundation .icon-grid .icon-grid-title {
    padding: 20px;
  }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #foundation .icon-grid .icon-grid-title {
    padding: 20px;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  #foundation .icon-grid .icon-grid-title {
    padding: 20px 20px;
  }
}

/* ---------------------------- */
/* FOUNDATION - OUR SOLUTION */

#foundation-our-solution {
  padding-top: 40px;
}

#foundation-our-solution-top h6 {
  color: #fff;
}

#foundation-our-solution-top h2 {
  padding-top: 20px;
  line-height: 35px;
}

#foundation-our-solution-top p {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 20px;
}

#foundation-our-solution-top img {
  width: 200px;
  margin-bottom: 40px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  #foundation-our-solution-top {
    text-align: center;
  }
}

#foundation-our-solution .card-grid p {
  padding: 5px 15px 10px 15px;
  font-size: 12px;
}

/* **************************** */
/* CAREERS */
/* **************************** */

/* ---------------------------- */
/* CAREERS - HERO */

#careers .hero-container {
  background-image: url("/img/careers/FG-Careers-Hero.png");
  padding-bottom: 60px;
  margin-top: 0px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  #careers .hero-container {
    margin-bottom: 0px;
    padding-bottom: 60px;
  }
  #careers .hero-inner {
    padding-top: 80px;
  }
  #careers .hero-inner h1 {
    background-color: #ffffff50;
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {
  #careers .hero-container {
    margin-bottom: 0px;
  }
  #careers .hero-inner {
    padding-top: 130px;
  }
}

#careers .hero-inner h1 {
  margin-bottom: 0px;
}

#careers .hero-inner h6 {
  padding-top: 30px;
}

/* ---------------------------- */
/* CAREERS - MEANINGFUL */

#careers-meaningful .text-block-image {
  background-image: url("/img/careers/Careers-Image-1.png");
  background-size: cover;
  min-height: 320px;
}

/* ---------------------------- */
/* HOME - CAREERS */

#careers-culture .text-block-image {
  background-image: url("/img/careers/Careers-Image-2.png");
  background-size: cover;
  min-height: 320px;
}

/* ---------------------------- */
/* CAREERS - BENEFITS */

#careers-benefits {
  padding-top: 40px;
}

/* ---------------------------- */
/* CAREERS - WHERE WE WORK */

/* Small only */
@media screen and (max-width: 39.9375em) {
  #careers-wherewework .cell-content {
    text-align: center;
    padding: 0px;
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {
  #careers-wherewework .cell-content {
    padding: 20px 10px 40px 40px;
  }
}

#careers-wherewework .cell-content h2 {
  margin-bottom: 30px;
}

#careers-wherewework img {
  padding: 20px 0px 80px 0px;
  /* max-width: 400px; */
  filter: drop-shadow(3px 3px 3px #ccc);
}

/* ---------------------------- */
/* CAREERS - PRINCIPLES */

#careers-principles {
  padding-bottom: 40px;
}
#careers-principles img {
  max-height: 75px;
}

#careers-principles-items p {
  padding-top: 10px;
  height: 80px;
  color: #f02177;
  font-weight: 300;
}
#careers-principles-items .cell {
  margin: 5px 20px;
}

/* **************************** */
/* BRANDS */
/* **************************** */

#brands .text-block h2 {
  padding-top: 60px;
}

/* ---------------------------- */
/* BRANDS - HERO */

#brands .hero-container {
  background-image: url("/img/brands/Our-Brands-Hero.png");
  padding-bottom: 60px;
  margin-top: 0px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  #brands .hero-container {
    margin-bottom: 0px;
    padding-bottom: 60px;
    background-position: bottom;
  }
  #brands .hero-inner {
    padding-top: 80px;
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {
  #brands .hero-container {
    margin-bottom: 0px;
  }
  #brands .hero-inner {
    padding-top: 130px;
  }
}

#brands .hero-inner h1 {
  margin-bottom: 0px;
}

#brands .hero-inner h6 {
  padding-top: 30px;
}

#brands .hero-inner h1 {
  margin-bottom: 0px;
}

#brands .hero-inner h6 {
  padding-top: 30px;
}

/* ---------------------------- */
/* BRANDS - HOW WE ROLL */

#brands-howweroll .text-block-content {
  padding-bottom: 60px;
}

/* ---------------------------- */
/* BRANDS - ACCELERAATE */

#brands-acceleraate {
  padding-top: 60px;
  padding-bottom: 60px;
}

#brands-acceleraate-top h6 {
  color: #fff;
}

#brands-acceleraate-top h2 {
  padding-top: 20px;
  line-height: 35px;
}

#brands-acceleraate-top p {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 20px;
}

#brands-acceleraate-top img {
  width: 250px;
  margin-bottom: 40px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  #brands-acceleraate-top {
    text-align: center;
  }
}

#brands-acceleraate a {
  color: #000;
  font-weight: 500;
}

/* ---------------------------- */
/* BRANDS - FOUNDATION */

#brands-foundation {
  background-image: url("/img/home/Foundation-Image.png");
  background-size: cover;
  background-position: top;
}

#brands-foundation .cell {
  border-radius: 0px 20px 20px 0px;
  padding: 40px 60px 30px 60px;
  margin: 120px 0px 180px 0px;
}

#brands-foundation h2 {
  padding-bottom: 20px;
}

#brands-foundation a {
  font-weight: 400;
}

/* **************************** */
/* PRIVACY */
/* **************************** */

/* ---------------------------- */
/* PRIVACY - MAIN */

#privacy #main {
  padding: 40px;
}

/* **************************** */
/* FOOTER */
/* **************************** */

#footer-logo {
  margin-top: 30px;
}

#footer-logo img {
  margin-bottom: 30px;
  width: 140px;
}

#footer-logo .cell {
  padding-bottom: 0px;
}

#footer-strapline {
  font-weight: 500;
}

#footer-top .cell {
  padding-top: 0px;
  padding-bottom: 0px;
}

#footer-top .icon {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 5px;
}

#footer-top .location-icon {
  background-size: 16px;
}

#footer-top .email-icon {
  background-size: 18px;
  background-position-y: 3px;
}

#footer-top .icon a {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}

#footer-icons {
  margin-bottom: 20px;
}

#footer-top .location-icon {
  background-image: url("/img/footer/Location-Footer.svg");
}

#footer-top .email-icon {
  background-image: url("/img/footer/Email-Footer.svg");
  margin-bottom: 20px;
}

#footer-site-links p {
  font-size: 12px;
  margin-bottom: 10px;
}

#footer-site-links a {
  font-weight: 400;
  color: #333;
}

#footer-divider {
  margin-top: 30px;
  margin-bottom: 15px;
  height: 1px;
  background-color: #ccc;
}

#footer-bottom {
  padding-bottom: 20px;
}

#footer-bottom img {
  max-width: 20px;
  margin-right: 10px;
}

#footer-bottom .cell {
  font-size: 10px;
  color: #333;
}

#footer-bottom a {
  font-size: 10px;
  color: #333;
}

#footer-bottom .footer-bottom-small {
  margin-top: 20px;
}

/* **************************** */
/* SPLASH */
/* **************************** */

#splash .grid-container {
  max-width: none;
}

#splash-header {
  background-image: url("/img/splash/FG-Stripe.svg");
  background-repeat: no-repeat;
  background-position: top;
  height: 50px;
}

#splash-logo {
  padding-top: 100px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  #splash-logo img {
    margin-top: 50px;
    max-width: 250px;
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {
  #splash-logo img {
    max-width: 500px;
  }
}

#splash-coming-soon h1 {
  font-size: 32px;
  color: #f02177;
  text-align: center;
  font-weight: 500;
  padding-top: 50px;
}

#splash-manchester img {
  max-width: 40px;
}

#splash-manchester {
  font-size: 10px;
  font-weight: 300;
}

#splash-copyright {
  font-size: 10px;
  font-weight: 300;
  color: #333;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

#splash-footer {
  background-image: url("/img/splash/FG-Stripe.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  /* height: 50px; */
  position: fixed;
  bottom: 0;
  z-index: 100000;
}
