/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Animation
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Footer
\*------------------------------------*/
/* line 8, ../scss/dev/09-footer.scss */
footer.c-site-footer {
  background: #004f70;
  margin-top: 120px;
  padding: 50px 0 37.5px 0;
  font-family: "Poppins", sans-serif; }

/* line 16, ../scss/dev/09-footer.scss */
.c-site-footer__inner {
  color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 0px) and (max-width: 500px) {
    /* line 16, ../scss/dev/09-footer.scss */
    .c-site-footer__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  /* line 31, ../scss/dev/09-footer.scss */
  .c-site-footer__inner::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    border-radius: 50%;
    background: #004f70;
    -webkit-transform: translate(69px, 89px);
        -ms-transform: translate(69px, 89px);
            transform: translate(69px, 89px); }
  /* line 43, ../scss/dev/09-footer.scss */
  .c-site-footer__inner .c-button {
    display: inline-block;
    margin-bottom: 1em;
    font-weight: normal;
    text-transform: none;
    font-family: "Poppins", sans-serif; }
  /* line 51, ../scss/dev/09-footer.scss */
  .c-site-footer__inner .c-site-footer__logo {
    display: block;
    max-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    /* line 59, ../scss/dev/09-footer.scss */
    .c-site-footer__inner .c-site-footer__logo .h-img-container {
      max-width: 460px;
      -webkit-transform: translateX(-3px);
          -ms-transform: translateX(-3px);
              transform: translateX(-3px); }
  /* line 69, ../scss/dev/09-footer.scss */
  .c-site-footer__inner .l-footer-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 50px;
    position: relative; }
    @media (min-width: 0px) and (max-width: 800px) {
      /* line 69, ../scss/dev/09-footer.scss */
      .c-site-footer__inner .l-footer-content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (min-width: 0px) and (max-width: 500px) {
      /* line 69, ../scss/dev/09-footer.scss */
      .c-site-footer__inner .l-footer-content-wrapper {
        margin-left: 0;
        margin-top: 100px; } }

/* line 95, ../scss/dev/09-footer.scss */
.c-site-footer__item {
  padding-right: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Poppins", sans-serif; }
  /* line 104, ../scss/dev/09-footer.scss */
  .c-site-footer__item:not(.c-site-footer__item:last-child) {
    margin-right: 25px; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 95, ../scss/dev/09-footer.scss */
    .c-site-footer__item {
      padding-right: 40px; } }
  @media (min-width: 0px) and (max-width: 800px) {
    /* line 95, ../scss/dev/09-footer.scss */
    .c-site-footer__item {
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0;
      margin-bottom: 20px;
      padding-right: 0; } }
  /* line 118, ../scss/dev/09-footer.scss */
  .c-site-footer__item a {
    color: #ffffff; }
    /* line 120, ../scss/dev/09-footer.scss */
    .c-site-footer__item a:hover {
      text-decoration: underline; }

/* line 126, ../scss/dev/09-footer.scss */
.c-site-footer__item--address {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }
  /* line 129, ../scss/dev/09-footer.scss */
  .c-site-footer__item--address h1, .c-site-footer__item--address h2, .c-site-footer__item--address h3 {
    font-family: "Poppins", sans-serif; }
  @media (min-width: 0px) and (max-width: 800px) {
    /* line 126, ../scss/dev/09-footer.scss */
    .c-site-footer__item--address {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

/* line 139, ../scss/dev/09-footer.scss */
.c-site-footer__item--info {
  max-width: 300px;
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  font-size: 0.95em;
  line-height: 1.4em; }
  /* line 142, ../scss/dev/09-footer.scss */
  .c-site-footer__item--info .c-currently-open__time {
    border-color: #ffffff; }
  /* line 148, ../scss/dev/09-footer.scss */
  .c-site-footer__item--info svg g,
  .c-site-footer__item--info svg path {
    fill: #ffffff; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 139, ../scss/dev/09-footer.scss */
    .c-site-footer__item--info {
      -webkit-box-flex: 2.4;
          -ms-flex: 2.4;
              flex: 2.4; } }
  @media (min-width: 0px) and (max-width: 800px) {
    /* line 139, ../scss/dev/09-footer.scss */
    .c-site-footer__item--info {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

/* line 160, ../scss/dev/09-footer.scss */
.c-site-footer__item--meta {
  font-size: 16px;
  font-size: 1.6rem; }
  /* line 164, ../scss/dev/09-footer.scss */
  .c-site-footer__item--meta a {
    display: block; }
  @media (min-width: 0px) and (max-width: 1024px) {
    /* line 160, ../scss/dev/09-footer.scss */
    .c-site-footer__item--meta {
      position: absolute;
      right: 0;
      bottom: 0;
      -webkit-transform: translate(0, 60px);
          -ms-transform: translate(0, 60px);
              transform: translate(0, 60px);
      padding-right: 0;
      width: 100%;
      text-align: right; }
      /* line 181, ../scss/dev/09-footer.scss */
      .c-site-footer__item--meta a {
        display: inline;
        color: #004f70;
        font-size: 12px;
        font-size: 1.2rem; }
        /* line 186, ../scss/dev/09-footer.scss */
        .c-site-footer__item--meta a:first-child {
          margin-right: 12px; } }
  @media (min-width: 0px) and (max-width: 800px) {
    /* line 160, ../scss/dev/09-footer.scss */
    .c-site-footer__item--meta {
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      text-align: left;
      right: inherit;
      bottom: inherit;
      margin-bottom: 0; }
      /* line 200, ../scss/dev/09-footer.scss */
      .c-site-footer__item--meta a {
        display: block;
        color: #ffffff;
        font-size: 16px;
        font-size: 1.6rem;
        margin: 6px 0; } }

/* line 214, ../scss/dev/09-footer.scss */
a.c-social__item {
  width: 45px;
  height: 45px;
  line-height: 48px;
  color: #fa4515;
  background-color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 20px;
  font-size: 2rem; }
  @media (min-width: 0px) and (max-width: 1280px) {
    /* line 214, ../scss/dev/09-footer.scss */
    a.c-social__item {
      width: 40px;
      height: 40px;
      line-height: 41px; } }
  /* line 232, ../scss/dev/09-footer.scss */
  a.c-social__item:hover {
    text-decoration: none;
    background-color: #fa4515;
    color: #ffffff; }

/**
 *  Footer bottom left figure
 */
/* line 242, ../scss/dev/09-footer.scss */
.c-site-footer__item--connector {
  position: absolute;
  width: 190px;
  height: 190px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-145px);
      -ms-transform: translateY(-145px);
          transform: translateY(-145px); }
  /* line 250, ../scss/dev/09-footer.scss */
  .c-site-footer__item--connector-top {
    width: 190px;
    height: 95px;
    border-left: 1px solid #fa4515;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(62%, #fa4515), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #fa4515 62%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 7px 1px;
    background-repeat: repeat-x;
    -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px); }
    /* line 258, ../scss/dev/09-footer.scss */
    .c-site-footer__item--connector-top::before, .c-site-footer__item--connector-top::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 16px;
      height: 16px;
      content: "";
      border-radius: 8px;
      background-color: #fa4515;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      outline: 4px solid #ffffff; }
    /* line 272, ../scss/dev/09-footer.scss */
    .c-site-footer__item--connector-top::after {
      left: unset;
      right: 0;
      -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
  /* line 279, ../scss/dev/09-footer.scss */
  .c-site-footer__item--connector-bottom {
    width: 190px;
    height: 95px;
    border-left: 1px solid #ffffff;
    -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px); }
    /* line 285, ../scss/dev/09-footer.scss */
    .c-site-footer__item--connector-bottom::after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 16px;
      height: 16px;
      content: "";
      border-radius: 8px;
      background-color: #ffffff;
      -webkit-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%);
      outline: 4px solid #004f70; }

/* line 300, ../scss/dev/09-footer.scss */
.endorsement {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 50px 87.5px; }
  @media (min-width: 0px) and (max-width: 500px) {
    /* line 300, ../scss/dev/09-footer.scss */
    .endorsement {
      padding: 60px 20px 35px; } }
  /* line 312, ../scss/dev/09-footer.scss */
  .endorsement img {
    width: 100%;
    max-width: 780px; }