@font-face {
  font-family: 'BarlowSemiCondensed';
  src: url("../fonts/barlowsemicondensed-bold-webfont.woff2") format("woff2"), url("../fonts/barlowsemicondensed-bold-webfont.woff") format("woff"), url("../fonts/BarlowSemiCondensed-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Lato-Bold';
  src: url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Lato-Medium';
  src: url("../fonts/lato-medium-webfont.woff2") format("woff2"), url("../fonts/lato-medium-webfont.woff") format("woff"), url("../fonts/Lato-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'Lato-MediumItalic';
  src: url("../fonts/lato-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/lato-mediumitalic-webfont.woff") format("woff"), url("../fonts/Lato-MediumItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Lato-Regular';
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"); }
body {
  margin: 0;
  padding: 0;
  background-color: #e8e9ea; }

img {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.clear-float {
  clear: both; }

p, h1, h2, h3, h4, h5, h6, a {
  margin-top: 0;
  color: #1d252c; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'BarlowSemiCondensed', sans-serif; }

a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

div {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

a.readmore:hover {
  color: #c76c61; }

p {
  margin-bottom: 1vw; }

p, a {
  font-family: 'Lato-Regular', sans-serif; }

.bold {
  font-family: 'Lato-Bold', sans-serif; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.fullscreen-menu {
  width: calc(100vw - 100px);
  height: calc(100vh - 60px);
  padding: 30px 50px;
  position: fixed;
  left: 0;
  bottom: 100%;
  background-color: #1d252c;
  z-index: 99;
  -webkit-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s; }
  .fullscreen-menu .links-container {
    margin-top: 2px;
    border-top: 1px solid #4a5056;
    border-bottom: 1px solid #4a5056;
    padding: 44px 0; }
    .fullscreen-menu .links-container img {
      display: none; }
    .fullscreen-menu .links-container a {
      display: block;
      color: #4a5056;
      text-align: center;
      text-transform: uppercase;
      font-size: 26px;
      line-height: 36px;
      font-family: 'BarlowSemiCondensed', sans-serif;
      position: relative; }
    .fullscreen-menu .links-container a:hover {
      color: #c76c61; }
    .fullscreen-menu .links-container a:hover:before {
      content: "";
      display: block;
      width: 3.5vw;
      height: 0.6vw;
      position: absolute;
      left: 0;
      top: calc(50% - 0.5vw);
      background-image: url(../images/Melisande_Menu_Graphic_Desktop.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
  .fullscreen-menu .social-links-container {
    margin-top: 2px;
    border-top: 1px solid #4a5056; }
    .fullscreen-menu .social-links-container .social-buttons {
      width: 160px;
      margin: 50px auto;
      display: none; }
      .fullscreen-menu .social-links-container .social-buttons a {
        width: 33.333%;
        float: left; }
        .fullscreen-menu .social-links-container .social-buttons a img {
          height: 26px;
          width: auto;
          display: block;
          margin: 0 auto; }

.fullscreen-menu.visible {
  bottom: 0;
  -webkit-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s; }

.menu-close-container {
  border-bottom: 1px solid #4a5056; }

.menu-close.desktop {
  display: none; }

.menu-close {
  height: 10px;
  width: 10px;
  line-height: 10px;
  margin: 0 auto;
  color: #c76c61;
  margin-bottom: 30px;
  cursor: pointer; }

.menu-close:hover {
  color: #ffffff; }

header {
  background-color: #1d252c;
  padding: 3.5vw 9.5vw 26.5vw 9.5vw;
  position: relative; }

.logo {
  float: left; }
  .logo img {
    width: auto;
    height: 1.5vw;
    display: block; }

.logo-mobile {
  display: none; }

.header-icon {
  position: absolute;
  top: 0;
  left: calc(50% - 2.5vw);
  width: 5vw;
  height: auto; }

nav {
  float: right; }
  nav .social-buttons {
    float: left;
    display: none; }
    nav .social-buttons .social-button {
      height: 1.8vw;
      width: 1.8vw;
      position: relative;
      margin-right: 2vw;
      display: inline-block; }
      nav .social-buttons .social-button img {
        height: 1.8vw;
        width: 1.8vw;
        position: absolute;
        top: 0;
        left: 0; }
      nav .social-buttons .social-button img.grey {
        opacity: 1; }
      nav .social-buttons .social-button img.white {
        opacity: 0; }
    nav .social-buttons .social-button:hover img.grey {
      opacity: 0; }
    nav .social-buttons .social-button:hover img.white {
      opacity: 1; }
  nav .menu-button-container {
    float: right; }
    nav .menu-button-container .menu-button {
      line-height: 1.2vw;
      font-size: 0.9vw;
      margin-top: 0.3vw;
      display: block;
      padding-left: 2.5vw;
      text-decoration: none;
      color: #c76c61;
      font-family: 'BarlowSemiCondensed', sans-serif;
      padding-top: 2px; }
    nav .menu-button-container .menu-button:hover {
      color: #ffffff; }
    nav .menu-button-container .menu-button.mobile {
      display: none; }

.banner {
  height: 37.5vw;
  margin-left: 9.5vw;
  margin-top: -23vw; }
  .banner .banner-slides {
    height: 37.5vw;
    overflow: hidden;
    background-color: #ffffff; }
    .banner .banner-slides .slick-list {
      height: 37.5vw; }
      .banner .banner-slides .slick-list .slick-track {
        height: 37.5vw; }
        .banner .banner-slides .slick-list .slick-track .slick-slide img {
          display: block;
          width: 90.5vw;
          height: 37.5vw;
          object-fit: cover; }

.main-content {
  background-color: #e8e9ea; }
  .main-content .col-left {
    position: relative;
    z-index: 2; }

.col-left {
  width: 31vw;
  margin-left: 9.5vw;
  float: left; }

.pink-box, .white-box {
  width: calc(100% - 10vw);
  height: 26vw;
  padding: 5vw;
  background-color: #c76c61;
  margin-top: -14.5vw; }

.pink-box {
  position: relative; }
  .pink-box h1 {
    font-size: 3.2vw;
    line-height: 3.2vw;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 2vw;
    letter-spacing: normal; }
  .pink-box p:first-of-type {
    font-family: 'Lato-Bold', sans-serif; }
  .pink-box p {
    color: #ffffff;
    font-size: 0.9vw;
    line-height: 1.2vw; }
  .pink-box .accordion_body p:first-of-type {
    font-family: 'Lato-Regular', sans-serif; }
  .pink-box a {
    font-size: 0.9vw;
    font-family: 'BarlowSemiCondensed', sans-serif;
    color: #ffffff; }
  .pink-box .pink-box-icon {
    width: 6.2vw;
    height: 6.2vw;
    position: absolute;
    top: -6.2vw;
    left: 0; }
    .pink-box .pink-box-icon img {
      display: block;
      width: 6.2vw;
      height: 6.2vw; }

.white-box {
  background-color: #ffffff;
  margin-top: 0; }
  .white-box h3 {
    text-transform: uppercase;
    font-size: 2vw;
    margin-bottom: 2vw; }
  .white-box p, .white-box a {
    font-size: 0.9vw;
    line-height: 1.2vw; }
    .white-box p strong, .white-box a strong {
      letter-spacing: normal; }
  .white-box form input[type=text], .white-box form input[type=submit] {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .white-box form input {
    height: auto;
    line-height: 1.6vw;
    padding: 0.7vw 15px;
    display: block;
    width: calc(100% - 32px);
    border: 1px solid #d2d3d5;
    margin-bottom: 0.8vw;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 0.9vw;
    border-radius: 0;
    box-shadow: none; }
  .white-box form input[type="submit"] {
    margin: 0;
    width: 100%;
    border: 0;
    text-transform: uppercase;
    color: #d2d3d5;
    background-color: #1d252c;
    font-family: 'BarlowSemiCondensed';
    font-size: 0.9vw;
    cursor: pointer; }
  .white-box form input[type="submit"]:hover {
    background-color: #c76c61;
    color: #1d252c; }
  .white-box form input:focus {
    outline: none;
    box-shadow: none; }

.white-box.mobile {
  display: none; }

.col-right {
  width: 50vw;
  float: left;
  position: relative; }
  .col-right .arrow {
    position: absolute;
    width: auto;
    height: 4vw;
    top: -2vw;
    right: 0; }

.about-us-container {
  margin-left: 10.5vw;
  padding-top: 8vw; }
  .about-us-container h2 {
    margin-bottom: 2vw;
    line-height: 4.25vw;
    font-size: 3.2vw;
    text-transform: uppercase; }
  .about-us-container .about-us-image-container {
    width: 14.5vw;
    height: 14.5vw;
    position: relative;
    float: left; }
    .about-us-container .about-us-image-container img {
      display: block;
      width: 14.5vw;
      height: 14.5vw;
      object-fit: cover; }
    .about-us-container .about-us-image-container .horizontal-lines {
      position: absolute;
      width: 3.3vw;
      height: 2px;
      border-top: 3px solid #c76c61;
      border-bottom: 3px solid #c76c61;
      top: calc(50% - 8px);
      left: -1.4vw; }
  .about-us-container .about-us-text-container {
    float: right;
    width: 22.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 14.5vw; }
    .about-us-container .about-us-text-container p:first-of-type {
      font-family: 'Lato-Bold', sans-serif; }
    .about-us-container .about-us-text-container p {
      font-size: 0.9vw;
      line-height: 1.2vw; }
    .about-us-container .about-us-text-container a {
      font-size: 0.9vw;
      font-family: 'BarlowSemiCondensed', sans-serif; }

footer {
  height: 32vw;
  background-color: #d2d3d5;
  margin-top: -21vw;
  position: relative; }
  footer .col-left {
    position: absolute; }
  footer .footer-nav {
    height: calc(21vw - 2px);
    margin-left: 10.5vw;
    border-bottom: 1px solid #8e9296;
    margin-bottom: 1px; }
    footer .footer-nav .footer-links {
      width: 11.5vw;
      float: left;
      border-right: 1px solid #8e9296;
      margin-right: 1px;
      height: 9.5vw;
      margin-top: 5.5vw; }
      footer .footer-nav .footer-links a {
        display: block;
        text-decoration: none;
        color: #8e9296;
        line-height: 1.4vw;
        font-size: 0.9vw; }
      footer .footer-nav .footer-links a:hover {
        color: #1d252c; }
      footer .footer-nav .footer-links h6 {
        line-height: 1.4vw;
        font-size: 0.9vw;
        margin-bottom: 1.1vw;
        font-family: 'Lato-Bold', sans-serif;
        font-weight: normal; }
    footer .footer-nav .footer-links.mobile {
      display: none; }
    footer .footer-nav .footer-quote {
      width: 22vw;
      float: left;
      border-left: 1px solid #8e9296;
      margin-left: 1px;
      height: 9.5vw;
      padding-left: 5vw;
      margin-top: 5.5vw; }
      footer .footer-nav .footer-quote quote {
        line-height: 1.8vw;
        font-size: 1.4vw;
        font-style: italic;
        color: #8e9296;
        display: block;
        margin-bottom: 1.1vw;
        font-family: 'Lato-MediumItalic', sans-serif;
        font-style: normal; }
      footer .footer-nav .footer-quote p {
        line-height: 1.2vw;
        font-size: 1vw;
        margin-bottom: 0;
        color: #8e9296; }
  footer .footer-logo {
    height: 10vw;
    margin-left: 10.5vw;
    border-top: 1px solid #8e9296;
    margin-top: 2px; }
    footer .footer-logo img {
      float: right;
      height: 3vw;
      width: auto;
      display: block;
      margin-top: 3vw;
      margin-right: 4vw; }
    footer .footer-logo .up-arrow {
      float: right;
      display: block;
      position: relative; }
      footer .footer-logo .up-arrow img {
        height: 3vw;
        width: auto;
        display: block;
        margin-right: 0; }
  footer .footer-copyright {
    height: 10vw;
    margin-top: 21vw; }
    footer .footer-copyright p {
      line-height: 2vw;
      font-size: 0.8vw;
      padding-top: 4vw;
      color: #8e9296; }
    footer .footer-copyright a {
      text-decoration: none;
      color: #8e9296; }
    footer .footer-copyright a:hover {
      color: #1d252c; }
  footer .footer-blue-bar {
    height: 1vw;
    background-color: #1d252c; }
  footer .copyright-mobile {
    display: none; }

.content header {
  background-image: url("../images/content-banner.jpg");
  background-size: cover;
  background-position: center center; }
.content .main-content .col-right {
  height: 50.5vw;
  margin-top: -14.5vw; }
  .content .main-content .col-right img {
    width: 100%;
    height: 50.5vw;
    display: block;
    object-fit: cover; }
.content .pink-box {
  margin-top: 0;
  height: auto;
  min-height: 26vw; }
  .content .pink-box .accordion_container {
    position: relative; }
  .content .pink-box .accordion_head {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 0; }
    .content .pink-box .accordion_head .accordion_head_readmore {
      display: block;
      font-family: 'BarlowSemiCondensed', sans-serif; }
    .content .pink-box .accordion_head .accordion_head_showless {
      display: none;
      font-family: 'BarlowSemiCondensed', sans-serif; }
.content .pink-box.expanded {
  height: auto; }
  .content .pink-box.expanded .accordion_head {
    margin-top: 20px; }
    .content .pink-box.expanded .accordion_head .accordion_head_readmore {
      display: none; }
    .content .pink-box.expanded .accordion_head .accordion_head_showless {
      display: block; }

.home .fullscreen-menu .links-container a.home-link {
  color: #c76c61; }

.about-us .fullscreen-menu .links-container a.about-us-link {
  color: #c76c61; }

.aquisitions .fullscreen-menu .links-container a.aquisitions-link {
  color: #c76c61; }

.making-it-happen .fullscreen-menu .links-container a.making-it-happen-link {
  color: #c76c61; }

.requirements .fullscreen-menu .links-container a.requirements-link {
  color: #c76c61; }

.what-we-do .fullscreen-menu .links-container a.what-we-do-link {
  color: #c76c61; }

@media (min-width: 768px) {
  .fullscreen-menu {
    padding: 4.5vw 9.5vw;
    width: calc(100vw - 19vw);
    height: calc(100vh - 9vw); }
    .fullscreen-menu .links-container {
      border: 0;
      padding-top: 4vw; }
      .fullscreen-menu .links-container a {
        text-align: left;
        padding-left: 8.5vw;
        font-size: 4vw;
        line-height: 4.6vw; }
    .fullscreen-menu .social-links-container {
      display: none; }

  .menu-close-container {
    border: 0; }

  .menu-close {
    display: none; }

  .menu-close.desktop {
    float: right;
    display: block;
    width: auto;
    padding-left: 2.3vw;
    font-family: 'BarlowSemiCondensed', sans-serif;
    line-height: 1.2vw;
    font-size: 0.9vw;
    height: auto;
    padding-top: 2px;
    margin-bottom: 0; } }
@media (max-width: 767px) {
  p {
    margin-bottom: 20px; }

  .fullscreen-menu {
    position: static;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
    width: calc(100% - 100px);
    height: auto;
    padding: 0 50px; }
    .fullscreen-menu .links-container {
      position: relative;
      border: 0;
      margin-bottom: 30px; }
      .fullscreen-menu .links-container .lines-top {
        position: absolute;
        top: 0;
        width: 100%;
        height: auto;
        display: block; }
      .fullscreen-menu .links-container .lines-bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: auto;
        display: block; }
      .fullscreen-menu .links-container a:hover:before {
        display: none; }
    .fullscreen-menu .social-links-container {
      border: 0; }

  .fullscreen-menu.visible {
    max-height: 150vh;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s; }

  .menu-close-container {
    margin-top: 30px;
    border: 0; }
    .menu-close-container .menu-close {
      width: 20px;
      height: 20px; }

  header {
    background-image: none;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px; }

  .logo {
    display: none; }

  .logo-mobile {
    display: block; }

  .header-icon {
    display: none; }

  nav {
    float: none;
    margin-bottom: 30px; }
    nav .social-buttons {
      display: none; }
    nav .menu-button-container {
      float: none;
      height: 10px;
      width: 28px;
      margin: 0 auto; }
      nav .menu-button-container .menu-button {
        display: none; }
      nav .menu-button-container .menu-button.mobile {
        display: block;
        width: 100%;
        height: 10px;
        margin: 0;
        padding: 0;
        border: 0; }
        nav .menu-button-container .menu-button.mobile img {
          width: 100%;
          height: auto;
          display: block; }

  .banner {
    margin-right: 20px;
    margin-left: 20px;
    margin-top: -18.75vw; }
    .banner .banner-slides .slick-list .slick-track .slick-slide img {
      width: 100%; }

  .pink-box, .white-box {
    margin-top: 0;
    height: auto; }

  .pink-box {
    padding: 30px;
    width: calc(100% - 60px); }
    .pink-box h1 {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 20px; }
    .pink-box p, .pink-box a {
      font-size: 11px;
      line-height: 14px; }
    .pink-box .pink-box-icon {
      display: none; }

  .white-box {
    display: none; }
    .white-box h3 {
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 20px; }
    .white-box p, .white-box a {
      font-size: 11px;
      line-height: 14px; }
    .white-box form input {
      height: 40px;
      line-height: 40px;
      font-size: 11px;
      margin-bottom: 10px; }
    .white-box form input[type="submit"] {
      font-size: 11px; }

  .white-box.mobile {
    display: block;
    float: left;
    padding: 50px;
    width: calc(100% - 100px); }

  .col-left {
    width: calc(100% - 40px);
    margin-left: 20px; }

  .col-right {
    width: calc(100% - 40px);
    margin-left: 20px; }
    .col-right .arrow {
      display: none; }

  footer {
    margin-top: 0;
    height: auto; }
    footer .col-left {
      display: none; }
    footer .footer-nav {
      margin: 0;
      height: auto;
      padding-bottom: 0px;
      border: 0; }
      footer .footer-nav .footer-links {
        display: none; }
      footer .footer-nav .footer-links.mobile {
        display: block;
        float: none;
        width: 100%;
        height: auto;
        border: 0;
        border-top: 1px solid #8e9296;
        margin-top: 2px;
        padding-top: 20px; }
        footer .footer-nav .footer-links.mobile a {
          font-size: 11px;
          line-height: 20px; }
        footer .footer-nav .footer-links.mobile .accordion_container {
          padding-bottom: 20px;
          border-bottom: 1px solid #8e9296; }
        footer .footer-nav .footer-links.mobile .accordion_head p {
          float: left;
          margin: 0;
          font-size: 11px;
          line-height: 20px;
          color: #8e9296; }
        footer .footer-nav .footer-links.mobile .accordion_head span {
          float: right;
          font-size: 20px;
          line-height: 20px;
          color: #8e9296; }
        footer .footer-nav .footer-links.mobile .accordion_body {
          margin-top: 20px; }
        footer .footer-nav .footer-links.mobile .social-buttons.mobile {
          border-top: 1px solid #8e9296;
          margin-top: 2px;
          padding-top: 20px;
          display: none; }
          footer .footer-nav .footer-links.mobile .social-buttons.mobile a {
            width: 33.333%;
            float: left; }
            footer .footer-nav .footer-links.mobile .social-buttons.mobile a img {
              height: 26px;
              width: auto;
              display: block;
              margin: 0 auto; }
      footer .footer-nav .footer-quote {
        width: 100%;
        padding: 0;
        margin: 0;
        border: 0;
        height: auto;
        padding-bottom: 30px;
        border-bottom: 1px solid #8e9296; }
        footer .footer-nav .footer-quote quote {
          font-size: 14px;
          line-height: 16px;
          margin-bottom: 20px; }
        footer .footer-nav .footer-quote p {
          font-size: 11px;
          line-height: 14px;
          color: #8e9296; }
    footer .footer-logo {
      margin-left: 0;
      margin-top: 2px;
      padding-top: 30px;
      height: auto; }
      footer .footer-logo img {
        width: 70%;
        float: none;
        height: auto;
        margin: 0 auto; }
      footer .footer-logo .up-arrow {
        left: calc(50% - 8px);
        position: absolute;
        top: -70px; }
        footer .footer-logo .up-arrow img {
          height: 40px;
          width: auto; }
    footer .col-right {
      width: calc(100% - 100px);
      margin: 50px; }
    footer .footer-blue-bar {
      display: none; }
    footer .copyright-mobile {
      display: block;
      text-align: center;
      font-size: 11px;
      color: #8e9296; }

  .about-us-container {
    margin: 0;
    padding-top: 30px; }
    .about-us-container h2 {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 28px;
      padding-left: 30px; }
    .about-us-container .about-us-image-container {
      width: calc(100vw - 40px);
      height: calc(100vw - 40px); }
      .about-us-container .about-us-image-container img {
        width: calc(100vw - 40px);
        height: calc(100vw - 40px); }
      .about-us-container .about-us-image-container .horizontal-lines {
        top: -10px;
        left: 30px;
        border: 0;
        border-left: 3px solid #c76c61;
        border-right: 3px solid #c76c61;
        height: 46px;
        width: 2px; }
    .about-us-container .about-us-text-container {
      width: calc(100% - 60px);
      margin-left: 30px;
      float: left;
      margin-top: 30px;
      padding-bottom: 50px;
      height: auto;
      display: block; }
      .about-us-container .about-us-text-container p {
        font-size: 11px;
        line-height: 14px; }
      .about-us-container .about-us-text-container a {
        display: block;
        font-size: 11px;
        line-height: 14px; }

  .content .main-content .col-left {
    margin-top: -18.75vw; }
  .content .main-content .col-right {
    margin-top: 0;
    height: calc(100vw - 40px); }
    .content .main-content .col-right img {
      height: calc(100vw - 40px); }
  .content .pink-box {
    height: auto;
    max-height: none;
    padding-bottom: 40px;
    min-height: 0; }
    .content .pink-box .accordion_container .accordion_head {
      margin-top: 0; }
      .content .pink-box .accordion_container .accordion_head p {
        margin-bottom: 0;
        margin-top: 0; }
  .content .pink-box.expanded .accordion_container .accordion_head {
    margin-top: 20px; } }

/*# sourceMappingURL=styles.css.map */
