@charset "UTF-8";
/* Scss Document */
body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: Arial, Helvetica, sans-serif; }

h2 {
  font-size: 2rem;
  font-weight: 400;
  color: #d71921;
  margin-bottom: 20px; }

h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 2rem; }
  h3.arrow {
    background: url(/Images/h3-arrow.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain; }
  h3.indent {
    padding-left: 2rem; }

a {
  color: #d71921; }
  a:hover {
    color: #9b0001; }
  a.align-right {
    display: block; }

.align-right {
  text-align: right; }
.p-0 {padding: 0px 0px;}
.b-0 {border: 0px !important;}
.bc-t {background-color: transparent !important;}
ul.fa-ul {
  margin-left: 3rem; }
  ul.fa-ul li {
      margin-top: 10px;
      margin-bottom: 10px;
  }
  ul.fa-ul .fa-li {
    color: #d71921;
    left: -2.5rem; }
.small {
    font-size: 12px;
}
.button {
  background: #d71921;
  color: #FFF;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .button:hover {
    background: #9b0001; }
  .button:focus {
    background: #9b0001; }
  .button.white {
    background: #FFF;
    color: #d71921; }
    .button.white:hover {
      background: #d71921;
      color: #FFF; }
    .button.white:focus {
      background: #d71921;
      color: #FFF; }

.slant-bg {
  background: #d71921;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #d71921 0%, #d71921 51%, #9b0001 51%, #9b0001 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #d71921 0%, #d71921 51%, #9b0001 51%, #9b0001 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #d71921 0%, #d71921 51%, #9b0001 51%, #9b0001 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71921', endColorstr='#9b0001',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.quote {
  color: #d71921;
  padding-top: 40px; }

@media (min-width: 992px) {
  .quote {
    padding-top: 40px; } }
@media (min-width: 1200px) {
  .quote {
    padding-top: 120px; } }
/* LINE */
.quote.line {
  position: relative; }

.quote.line:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 80%;
  background-color: #d71921; }

.quote.line-left:after {
  top: 20px;
  right: 25%; }

@media (min-width: 1200px) {
  .quote.line-left:after {
    top: 65px;
    width: 1000px; } }
.quote.line-right:after {
  top: 20px;
  left: 25%; }

@media (min-width: 1200px) {
  .quote.line-right:after {
    top: 65px;
    width: 1000px; } }
.social-icons.line {
  position: relative; }

/* BACKGROUNDS */
.dark-grey-bg {
  background: #333;
  color: #FFF; }

.medium-grey-bg {
  background: #ccc; }

.light-grey-bg {
  background: #f0f0f0; }

/* PRELOADER */
.loaded-block:after {
  content: "";
  position: fixed;
  background-color: #FFF;
  background-image: url(/_assets/img/loading-img.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  -webkit-transition: opacity 0.2s, visibility 0.2s, top 0s 0.2s, left 0s 0.2s;
  transition: opacity 0.2s, visibility 0.2s, top 0s 0.2s, left 0s 0.2s; }

.loaded .loaded-block:after {
  opacity: 0;
  visibility: hidden;
  top: -9999px;
  left: -99999px; }

/* HEADER */
.header-area {
  z-index: 3; }
  .header-area .holder {
    background: #d71921;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }
    .header-area .holder.is-stuck .top-bar.main-top-bar {
      min-height: 80px !important; }
      .header-area .holder.is-stuck .top-bar.main-top-bar .logo img {
        height: 40px; }
      .header-area .holder.is-stuck .top-bar.main-top-bar .navigation .dropdown.menu > li > a {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-size: 0.9rem; }
    .header-area .holder.is-stuck .top-bar.main-top-bar .navigation .dropdown.menu > li.is-dropdown-submenu-parent a {
        padding-right: 1.5rem;
    }
    .header-area .holder.is-stuck .top-bar.main-top-bar .navigation .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        margin-top: 21px;
    }
      .header-area .holder.is-stuck .top-bar.main-top-bar .logo ul {
        display: none; }
  .header-area a {
    color: inherit; }

.top-bar .menu-icon {
  margin-right: 40px; }

.logo img {
  height: 70px;
  max-width: 250px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.logo ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0.685rem; }
  .logo ul li {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    padding: 0;
    margin: 0; }

.top-bar {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #FFF;
  background-color: transparent; }
  .top-bar ul {
    background-color: transparent; }
  .top-bar.nav-top {
    padding: 0; }
  .top-bar .menu-icon {
    margin-right: 40px; }

.navigation {
  width: 100%;
  font-weight: 400;
  padding: 20px 0; }
  .navigation > ul > li > a {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 1px; }
  .navigation .dropdown.menu > li > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
.navigation .dropdown.menu > li > a:hover, .navigation .dropdown.menu > li > a:active, .navigation a:hover, .navigation a:active {
    color: #FFF;
}
  .navigation .menu .menu li:not(:last-child) {
    border-bottom: 0px solid #FFF; }
  .navigation .menu .active > a {
    background: transparent !important; }
@media print, screen and (min-width: 72em) {
    .navigation .dropdown.menu > li > a {
        padding-left: 1rem;
        padding-right: 1rem; }
    }
.title-bar {
  position: relative;
  background: #d71921; }

.searchbar {
  position: absolute;
  top: 50%;
  right: 20px;
  width: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .searchbar .search-field {
    width: 0;
    height: 35px;
    margin-left: 1rem;
    padding: 0;
    border: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    font-size: 14px; }
  .searchbar .expand-search + .input-group-button .opener {
    display: none; }
  .searchbar .expand-search + .input-group-button .btn {
    display: inline-block;
    color: #000; }
  .searchbar .expand-search {
    width: 250px;
    border: 1px solid #f0f0f0;
    padding: .5rem; }
  .searchbar .fa {
    width: 15px;
    height: 15px; }
  .searchbar .btn {
    display: none; }
  .searchbar .search {
    width: 15px;
    cursor: pointer;
    line-height: 1; }
  .searchbar .search-ico {
    fill: #000; }

#wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media print, screen and (min-width: 64em) {
  .navigation {
    padding: 0; }
    .navigation ul ul {
      display: none; }
    .navigation .menu .menu {
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }

  .header-area .active:not(.is-submenu-item) > a {
    color: #9b0001; }

  .top-bar {
    width: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .top-bar.main-top-bar {
      min-height: 128px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .top-bar input {
      max-width: 250px; }

  .header-area .active:not(.is-submenu-item) > a {
    color: #ccc; }

  .searchbar {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 0 0 0 35px; }
    .searchbar .search-field {
      height: 40px;
      font-size: 1rem; }
    .searchbar .expand-search {
      width: 250px; } }
/* SECTION */
section {
  padding: 3rem 0; }

@media print, screen and (min-width: 64em) {
  section {
    padding: 5rem 0; } }
section.about {
    margin-bottom: 190px;
}
/* HERO */
section.hero {
  color: #FFF;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
  background-attachment: fixed;
  padding-top:6rem; }
  section.hero h1 {
    font-size: 2.5rem; }
@media print, screen and (min-width: 64em){
section.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}
}
  section.hero .button {
    border: 0px;
    display: block;
    position: relative;
    transition: background 0.25s;
    padding: 1.75rem 1.75rem 1.75rem 2rem;
    float: right;
    margin-top: 2.25rem;
    font-size: 1.25rem; }
    section.hero .button:after {
      content: "";
      background-color: #d71921;
      display: block;
      height: 100%;
      position: absolute;
      left: -25px;
      top: 0;
      width: 50px;
      transform: skewX(-30deg);
      transition: background 0.25s; }
    section.hero .button:hover:after {
      background-color: #9b0001; }
  section.hero h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #FFF;
    text-align: center; }
  section.hero#subpage-hero {
    box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.3);
    padding-top: 0px;
    padding-bottom: 0px;
    background: #333; }
    section.hero#subpage-hero .bg-img {
      min-height: 350px; }
    section.hero#subpage-hero h2 {
      font-size: 2rem;
      text-transform: uppercase;
      padding: 1rem;
      margin-bottom: 0px; }
    section.hero#subpage-hero .grid-container {
      margin-top: -40px; }

@media print, screen and (min-width: 64em) {
  section.hero {
    min-height: 750px; }
    section.hero h2 {
      font-size: 3.5rem;
      margin-bottom: 2rem; }
    section.hero p {
      font-size: 1rem;
      margin-bottom: 2rem; }
    section.hero#subpage-hero {
      min-height: 350px;
      background: #333; }
      section.hero#subpage-hero h2 {
        font-size: 2.5rem;
        text-transform: uppercase;
        padding: 1rem;
        margin-bottom: 0px; }
      section.hero#subpage-hero .grid-container {
        margin-top: -40px; } }
/* HOME - SERVICES */
section.home-services {
  background: #333;
  color: #FFF;
  padding-top: 0px; }
  section.home-services .service-block {
    cursor: pointer;
    margin-bottom: 2rem;
    background: #333; }
    section.home-services .service-block .cell {
      position: relative;
      background: #333; }
    section.home-services .service-block .button-right {
      background: #d71921;
      color: #FFF;
      padding: 1.25rem 1rem 1.25rem 2rem;
      font-size: 1rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      width: 100%;
      border: 0px;
      display: block;
      position: relative;
      transition: background 0.25s;
      float: right;
      text-align: right; }
    section.home-services .service-block:hover img {
      opacity: 0.7; }
    section.home-services .service-block:hover h2 {
      opacity: 1; }
    section.home-services .service-block:hover .button-right {
      background: #9b0001; }
      section.home-services .service-block:hover .button-right:after {
        background-color: #9b0001; }
  section.home-services h2 {
    font-weight: 600;
    font-size: 1.5rem;
    color: #FFF;
    margin: 2rem 2.5rem;
    text-transform: uppercase;
    opacity: 0.7; }
  section.home-services a {
    color: #FFF;
    position: relative;
    z-index: 2; }
    section.home-services a:after {
      content: '';
      position: absolute;
      opacity: 0;
      content: '⎦';
      font-size: 4em;
      line-height: 1;
      top: calc(100% - 15px);
      left: calc(100% + 5px);
      transform: translate(-50%, 50%) scale(0.8);
      transition: opacity 0.5s cubic-bezier(0.5, 0, 0.5, 1), transform 0.5s cubic-bezier(0.5, 0, 0.5, 1); }
    section.home-services a:before {
      position: absolute;
      opacity: 0;
      content: '⎡';
      font-size: 4em;
      line-height: 1;
      top: 35px;
      left: -15px;
      transform: translate(-50%, -150%) scale(0.8);
      transition: opacity 0.5s cubic-bezier(0.5, 0, 0.5, 1), transform 0.5s cubic-bezier(0.5, 0, 0.5, 1); }
  section.home-services p {
    color: #f0f0f0;
    font-weight: 600; }

@media print, screen and (min-width: 64em) {
  section.home-services .service-block {
    margin-top: -194px;
    min-height: 150px; }
      section.home-services .service-block .button-right:after {
        content: "";
        background-color: #d71921;
        display: block;
        height: 100%;
        position: absolute;
        left: -25px;
        top: 0;
        width: 50px;
        transform: skewX(-30deg);
        transition: background 0.25s; } }
/* HOME - MAP */
section.home-map {
  padding: 0px 0px;
  background-color: #d71921; }
  section.home-map a {
    color: #FFF; }
  section.home-map h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF; }
  section.home-map hr {
    width: 150px;
    border-bottom: 2px solid #ccc;
    float: right;
    margin: 0px 0 30px 0; }
  section.home-map .content {
    padding: 5rem 0 0 0;
    text-align: right; }
  section.home-map #map h3 {
    letter-spacing: 0px;
    margin-bottom: 0px; }
  section.home-map h3 {
    margin-bottom: 0.5rem; }
  section.home-map .quarry-list {
    padding: 5rem 2rem 2rem 2rem;
    text-align: right; }
    section.home-map .quarry-list ul {
      list-style: none; }
      section.home-map .quarry-list ul li {
        list-style: none; }
  section.home-map .map-key {
    background-color: #FFF;
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    float: right;
    display: inline-block; }
    section.home-map .map-key h3 {
      font-weight: 800; }
    section.home-map .map-key img {
      max-width: 20px;
      max-height: 20px;
      margin-right: 5px; }

@media print, screen and (min-width: 40em) {
  section.home-map {
    position: relative;
    width: 100%;
    display: block; }
    section.home-map .content {
      position: absolute;
      display: block;
      width: 100%;
      top: 0; } }
@media print, screen and (min-width: 64em) {
  section.home-map .content {
    padding: 7rem 0 7rem 0; } }
/* HOME - PARTNERS */
section.home-partners {
  padding: 7rem 0;
  background: #f0f0f0; }

/* HOME - OTHER SERVICES */
section#other-services {
  text-align: center;
  color: #FFF; }
  section#other-services h2 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600; }
  section#other-services img {
    max-width: 250px; }

/* SUBPAGE MENU */
section.subpage-menu {
  padding: 0 0; }
  section.subpage-menu nav {
    text-transform: uppercase;
    background: #333;
    border-bottom: 3px solid #d71921; }
    section.subpage-menu nav a {
      font-weight: 200;
      color: #FFF;
      font-size: 0.85rem;
      letter-spacing: 1px;
      padding: 1.5rem 1.5rem; }
      section.subpage-menu nav a:hover {
        color: #d71921; }
    section.subpage-menu nav.is-stuck {
      margin-top: 80px !important; }
      section.subpage-menu nav.is-stuck a {
        padding: 1rem 1.5rem; }

/* PROJECTS - HERO */
section.projects-hero {
  padding: 0px 0px; }
  section.projects-hero ul.orbit-container li {
    padding: 5rem 0; }
  section.projects-hero h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #FFF; }
  section.projects-hero p {
    font-weight: 400;
    font-size: 0.85rem;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1rem; }

@media print, screen and (min-width: 64em) {
  section.projects-hero {
    color: #FFF;
    padding: 0px 0px; }
    section.projects-hero ul.orbit-container li {
      padding: 7rem 0;
      min-height: 650px; }
    section.projects-hero h2 {
      font-size: 3.5rem;
      margin-bottom: 2rem; }
    section.projects-hero p {
      font-size: 1rem;
      margin-bottom: 2rem; } }
/* PROJECTS - LIST */
section.projects-list .controls button {
  background: #FFF;
  text-transform: uppercase;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  color: #333;
  display: block;
  width: 100%; }
  section.projects-list .controls button.active {
    color: #FFF;
    background: #d71921;
    font-weight: 600; }
    section.projects-list .controls button.active:hover {
      color: #FFF; }
  section.projects-list .controls button:hover {
    color: #d71921;
    cursor: pointer; }
section.projects-list #project-list > div.mix {
  display: none; }
section.projects-list a .content {
  background: #FFF;
  margin-bottom: 2rem; }
  section.projects-list a .content img {
    margin-bottom: 1rem; }
  section.projects-list a .content h2 {
    margin: 0 1rem 0.5rem 1rem;
    font-size: 1.25rem;
    font-weight: 600; }
  section.projects-list a .content h3 {
    margin: 0 1rem 1rem 1rem;
    letter-spacing: 1px; }
  section.projects-list a .content h4 {
    color: #333;
    padding: 0 1rem 1rem 1rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px; }
  section.projects-list a .content .button {
    margin-bottom: 0px;
    width: 100%; }
    section.projects-list a .content .button .fa {
      margin-left: 0.5rem; }

/* CAPABILITIES - PRODUCTS */
section#products .og-grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  section#products .og-grid > div {
    display: inline-block;
    vertical-align: top;
    height: 250px; }
    section#products .og-grid > div > a, section#products .og-grid > div > a img {
      border: none;
      outline: none;
      display: block;
      position: relative; }
    section#products .og-grid > div.og-expanded > a::after {
      top: auto;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #f0f0f0;
      border-width: 15px;
      left: 50%;
      margin: -20px 0 0 -15px; }
    section#products .og-grid > div .tile {
      padding: 0;
      min-height: 150px;
      max-height: 300px;
      text-align: center;
      position: relative;
      overflow: hidden; }
      section#products .og-grid > div .tile:before {
        content: "";
        display: block;
        padding-top: 100%;
        /* initial ratio of 1:1*/ }
      section#products .og-grid > div .tile span {
        display: block;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 1rem;
        position: absolute;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        top: 17vh; }
        section#products .og-grid > div .tile span h2 {
          color: #FFF;
          margin: 0.5rem auto;
          text-transform: uppercase;
          font-size: 1rem;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
        section#products .og-grid > div .tile span h3 {
          color: #FFF;
          font-size: 1rem;
          font-weight: 400;
          margin-top: 10rem;
          margin-bottom: 1rem;
          text-transform: uppercase;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transition-delay: 0.3s; }
        section#products .og-grid > div .tile span i {
          display: inline-block;
          margin-left: 0.5rem; }
      section#products .og-grid > div .tile:hover span {
        top: 0px; }
      section#products .og-grid > div .tile:hover h2 {
        margin-top: 7vh;
        font-size: 1.25rem; }
      section#products .og-grid > div .tile:hover h3 {
        margin-top: 1.5rem; }
section#products .og-expander {
  position: absolute;
  background: #f0f0f0;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  height: 0;
  overflow: hidden; }
  section#products .og-expander h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #cd0001;
    font-size: 2rem;
    margin-bottom: 20px; }
  section#products .og-expander h3 {
    margin-bottom: 1rem; }
  section#products .og-expander a.button {
    margin-top: 2rem; }
section#products .og-expander-inner {
  padding: 50px 30px;
  height: 100%; }
section#products .og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer; }
section#products .og-close::before,
section#products .og-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #ccc;
  transform: rotate(45deg); }
section#products .og-close::after {
  transform: rotate(-45deg); }
section#products .og-close:hover::before,
section#products .og-close:hover::after {
  background: #333; }
section#products .og-fullimg,
section#products .og-details {
  width: 50%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative; }
section#products .og-details {
  padding: 0 40px 0 20px; }
section#products .og-fullimg {
  text-align: center; }
section#products .og-fullimg img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%; }
section#products .og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f0f0f0;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  animation: loader 0.5s infinite ease-in-out both; }
@keyframes loader {
  0% {
    background: #f0f0f0; }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #f0f0f0; }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #f0f0f0, -15px 30px 1px #ccc; } }
@media screen and (max-width: 830px) {
  section#products .og-expander h3 {
    font-size: 32px; }
  section#products .og-expander p {
    font-size: 13px; }
  section#products .og-expander a {
    font-size: 12px; } }
@media screen and (max-width: 650px) {
  section#products .og-fullimg {
    display: none; }
  section#products .og-details {
    float: none;
    width: 100%; } }

/* CAPABILITIES - DOWNLOAD */
section.services-capability {
  background: url(/Images/capability-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
    background-attachment: fixed;
  background-size: cover;
  color: #FFF;
  text-align: center; }
  section.services-capability h2 {
    font-weight: 600;
    color: #FFF; }

/* ABOUT - MANAGEMENT TEAM */
section#management-team img {
  margin-bottom: 1rem; }
section#management-team .bio {
  padding: 30px; }
  section#management-team .bio h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #cd0001;
    font-size: 1.5rem;
margin-bottom: 10px;}
  section#management-team .bio h3 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1rem;}
  section#management-team .bio hr {
    width: 150px;
    border-bottom: 2px solid #d71921;
    float: left;
    margin: 0px 0 1rem 0; }
  section#management-team .bio .team-contact {
    margin-bottom: 1rem; }
  section#management-team .bio i {
    color: #d71921;
    margin-right: 0.5rem; }
section#management-team div.cell {
  position: relative; }
section#management-team .overlay-item {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: height 0.4s ease-out;
  -o-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out; }
  section#management-team .overlay-item:hover {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out; }
    section#management-team .overlay-item:hover .content {
      padding: 0 50px 80px 50px; }
section#management-team .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  section#management-team .content h4 {
    position: relative;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    font-size: 2rem;
    margin: 0 0 10px 0;
    transform: translate(0, 60px);
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  section#management-team .content i.fa {
    float: right;
    color: #FFF;
    font-size: 2rem;
    margin-top: 1.75rem; }
  section#management-team .content h5 {
    color: #FFF;
    margin: 0 0 50px 0;
    transform: translate(0, 60px);
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }

@media print, screen and (min-width: 64em) {
  section#management-team .bio {
    padding: 0px 30px 30px 30px; }
  section#management-team .content {
    padding: 40px 50px; } }
/* MANAGEMENT TEAM - DETAIL */
section#team-profile {
  background: url(/_assets/img/bg-long-blur.jpg);
  background-size: cover;
  background-position: top; }
  section#team-profile .team-full {
    background-color: #FFF;
    padding: 0;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    padding-bottom: 8rem; }
    section#team-profile .team-full img {
      width: 100%;
      margin-bottom: 6rem; }
    section#team-profile .team-full h1 {
      font-size: 2.5rem;
      text-transform: uppercase; }
    section#team-profile .team-full h3 {
      font-weight: 400;
      text-transform: uppercase;
      font-size: 1.25rem; }
    section#team-profile .team-full hr {
      width: 150px;
      border-bottom: 2px solid #d71921;
      float: left;
      margin: 40px 0; }
    section#team-profile .team-full .team-contact {
      margin-bottom: 1rem; }

/* ABOUT - KEY PERSONNEL */
section#key-personnel {
  background: #f0f0f0; }
  section#key-personnel h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #d71921;
    font-size: 1.75rem;
    margin-bottom: 1rem; }
  section#key-personnel .bio h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.25rem;
    margin: 0 0 10px 0;
    color: #d71921; }
  section#key-personnel .bio h5 {
    font-size: 1rem; }
  section#key-personnel img {
    margin-bottom: 1rem; }
  section#key-personnel div.cell {
    position: relative; }
  section#key-personnel .overlay-item {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: height 0.4s ease-out;
    -o-transition: height 0.4s ease-out;
    transition: height 0.4s ease-out;
    /*&:hover {
    	color: $white;
    	background-color: rgba(0, 0, 0, 0.5);
    	-webkit-transition: background-color 0.4s ease-out;
    	-o-transition: background-color 0.4s ease-out;
    	transition: background-color 0.4s ease-out;
    	.content {
    		padding: 0 50px 80px 50px;
    	}
    }*/ }
  section#key-personnel .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    section#key-personnel .content h4 {
      position: relative;
      text-transform: uppercase;
      color: #FFF;
      font-weight: 600;
      font-size: 1.25rem;
      margin: 0 0 10px 0;
      transform: translate(0, 60px);
      -webkit-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    section#key-personnel .content i.fa {
      float: right;
      color: #FFF;
      font-size: 1.2rem;
      margin-top: 1.5rem; }
    section#key-personnel .content h5 {
      font-size: 1rem;
      color: #FFF;
      margin: 0 0 50px 0;
      transform: translate(0, 60px);
      -webkit-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }

@media print, screen and (min-width: 64em) {
  section#key-personnel .content {
    padding: 30px 30px; } }
/* CONTACT - LOCATIONS */
section#contact-locations .content {
  border: 1px solid #ccc;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem; }
  section#contact-locations .content ul li {
    margin-bottom: 1rem; }
  section#contact-locations .content a.button {
    float: right; }

/* CONTACT - MANAGEMENT */
section#contact-management .content {
  margin-bottom: 1rem;
  border-bottom: 1px solid #d71921;
  padding-bottom: 1rem; }
  section#contact-management .content h4 {
    font-size: 1.4rem; }
  section#contact-management .content h5 {
    font-size: 1.2rem; }
  section#contact-management .content p {
    margin-bottom: 0px; }
  section#contact-management .content a {
    color: #FFF; }
    section#contact-management .content a:hover {
      color: #f0f0f0; }

/* CONTACT - MAP */
section.map-holder {
  padding: 0 0;
  position: relative;
  overflow: hidden;
  height: 400px; }
  section.map-holder .google-map-holder {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

@media print, screen and (min-width: 48em) {
  section.map-holder {
    height: 450px; } }
@media print, screen and (min-width: 64em) {
  section.map-holder {
    height: 500px; } }
/* CONTACT - FORM */
section#contact-enquiry form {
  width: 100%; }
  section#contact-enquiry form [type='text'] {
    height: 2.75rem; }
  section#contact-enquiry form textarea {
    height: 220px; }
  section#contact-enquiry form .button {
    float: right; }

/* CONTACT FOOTER */
section.contact-footer {
  background: #d71921;
  border-bottom: 0.5px solid #f0f0f0;
  color: #FFF; }
  section.contact-footer .footer-logo img {
    height: 80px;
    margin-bottom: 1.5rem; }
  section.contact-footer h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #FFF; }
  section.contact-footer p {
    font-size: 14px;
    margin-bottom: 0.5rem; }

/* FOOTER */
footer {
  background: #d71921;
  padding: 2rem 0;
  color: #FFF;
  font-size: 14px; }
  footer ul {
    list-style: none;
    margin: 0 0;
    text-align: center; }
    footer ul.copyright li {
      text-align: center;
      list-style: none; }
    footer ul.developer li {
      text-align: center;
      list-style: none; }
  footer a {
    color: #f0f0f0; }

@media print, screen and (min-width: 64em) {
  footer ul.copyright li {
    float: left;
    list-style: none;
    margin-right: 0.75rem; }
  footer ul.developer {
    float: right; }
    footer ul.developer li {
      float: left;
      text-align: right;
      list-style: none;
      margin-left: 0.75rem; }
  footer a {
    color: #f0f0f0; } }
section#order-form h5 {
  text-transform: uppercase;
  font-weight: 600;
  color: #d71921;
  margin-bottom: 1rem; }
section#order-form label {
  padding: 0.5rem;
  color: #ccc;
  font-size: 1rem; }
.statistics-feature span {
    color: #d71921;
    font-weight: 200;
    font-size: 3.5rem;
    margin-right: 10px;
    line-height: 1;
}
.mb-1 {
    margin-bottom: 1rem;
}
.mb-2 {
    margin-bottom: 2rem;
}
.tabs-title > a {
    font-size: 1rem;
}
.tabs-title > a, .tabs-title > a {
    color: #d71921;
}
a:hover, a:focus {
    color: #9b0001;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'], .tabs-title > a:hover {
    color: #9b0001;
}
.tabs-content.vertical {
    height: 100%;
}
/*****************************/
/* Triangle and line for #locations-tabs */
/*****************************/

.tabs#locations-tabs {
  margin-bottom: 1rem;
}
.tabs#locations-tabs .tabs-title {
  width: 50%;
}
.tabs#locations-tabs .tabs-title h2 {
  margin-bottom: 0px;
  text-align: center;
}
.tabs#locations-tabs .tabs-title a {
  overflow: visible;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: color 0.2s;
  position: relative;
  display: inline-block;
  width: 100%;
}

.tabs#locations-tabs .tabs-title a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em;
}

.tabs#locations-tabs .tabs-title.is-active a::after,
.tabs#locations-tabs .tabs-title.is-active a::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
}

.tabs#locations-tabs .tabs-title.is-active a::after {
  margin-left: -10px;
  border-width: 10px;
  border-top-color: #FFF;
}

.tabs#locations-tabs .tabs-title.is-active a::before {
  margin-left: -11px;
  border-width: 11px;
  border-top-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 58em) {
  .tabs#locations-tabs {
    font-size: 0.6em;
  }
}