@import url("https://fonts.googleapis.com/css?family=BenchNine:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600");
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: url(../images/background-tiles.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  scroll-behavior: smooth;
}

h1, h2, h3, h4 {
  font-family: "BenchNine", sans-serif; }

p {
  font-family: "Source Sans Pro", sans-serif; }

h1 {
  margin: 0;
  font-weight: 300;
  font-size: 32px;
  font-size: 3.2rem; }

h2 {
  margin: 0;
  font-weight: 200;
  font-size: 24px;
  font-size: 2.4rem; }

h3 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem; }

h4 {
  margin: 0;
  font-weight: 200;
  font-size: 16px;
  font-size: 1.6rem; }

p {
  font-weight: 200;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0; }
  p.small-text {
    font-size: 10px;
    font-size: 1rem; }

.title-wrapper h1, .title-wrapper h2, .title-wrapper h3, .title-wrapper h4, .title-wrapper p {
  text-align: center; }

.content {
  padding: 15px 25px; }

section {
  padding-top: 75px !important; }
  section:last-of-type, section:first-of-type {
    padding-top: 0 !important; }
  @media (max-width: 768px) {
    section {
      padding-top: 20px !important; } }

nav.navbar {
  transition: .4s ease;
  box-shadow: 2px 0 10px RGBA(0, 0, 0, 0.3); }
  @media (max-width: 768px) {
    nav.navbar .navbar-nav {
      padding-top: 0; } }
  nav.navbar .nav-item.nav-link {
    font-size: 1.1em;
    font-family: "BenchNine", sans-serif;
    color: #222222;
    font-weight: 300;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
    nav.navbar .nav-item.nav-link.active {
      /* background: #3e5770; */
      border-radius: 2px;
      transition: .3s;
      font-weight: 400;
      color: #FFFFFF; }
      nav.navbar .nav-item.nav-link.active:hover {
        background: #2c3e50; }
  nav.navbar .navbar-brand {
    height: 75px;
    padding: 15px 12px 8px;
    transition: .4s ease; }
    nav.navbar .navbar-brand img {
      width: 200px !important; }
    @media (max-width: 768px) {
      nav.navbar .navbar-brand {
        position: relative;
        height: auto;
        background: transparent;
        width: 160px;
        border: none;
        outline: none; } }
    nav.navbar .navbar-brand img {
      width: 100%; }

form input[type='text'], form input[type='email'], form input[type='password'] {
  border: none;
  border-radius: 25px;
  box-shadow: none;
  padding: 8px 15px;
  transition: .3s; }
  form input[type='text']::placeholder, form input[type='email']::placeholder, form input[type='password']::placeholder {
    opacity: .5;
    font-weight: 300; }
  form input[type='text']:focus, form input[type='email']:focus, form input[type='password']:focus {
    outline: none;
    box-shadow: 2px 2px 20px RGBA(0, 0, 0, 0.3); }

form textarea {
  border: none;
  resize: none;
  height: auto;
  padding: 8px 15px; }
  form textarea::placeholder {
    opacity: .5;
    font-weight: 300; }
  form textarea:focus {
    outline: none; }

form input[type='submit'] {
  width: 100%;
  padding: 6px 15px;
  font-weight: 400;
  border-radius: 25px;
  transition: .3s;
  cursor: pointer; }
  form input[type='submit']:focus {
    outline: none; }

form label.error {
  color: #EC644B;
  font-weight: 300;
  font-size: .9em;
  display: block;
  text-align: center; }

button {
  transition: .3s;
  border-radius: 2px;
  padding: 8px 12px;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2rem; }
  button:focus {
    outline: none; }
  button.delete-button, button.update-button {
    background: transparent;
    display: inline-block;
    margin: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
    border: none; }
  button.delete-button {
    color: #F03434; }
    button.delete-button:hover {
      color: #CF000F; }
  button.update-button {
    color: #3e5770; }
    button.update-button:hover {
      color: #2c3e50; }

.view-modal {
  background: #1c8be8;
  margin: 6px;
  border: none;
  color: #FFFFFF;
  font-weight: 200; }

.testimonial-button, a.testimonial-button {
  background: #3e5770;
  font-size: .9rem;
  margin: 12px 0 0;
  padding: 8px 12px;
  border-radius: 2px;
  color: #FFFFFF;
  transition: .3s ease;
  display: inline-block; }
  .testimonial-button:hover, a.testimonial-button:hover {
    background: #1c8be8;
    box-shadow: 4px 4px 10px RGBA(0, 0, 0, 0.4);
    text-decoration: none; }

.modal-backdrop.show {
  opacity: .75; }

.bio-modal .modal-dialog {
  max-width: 300px;
  top: 50px; }
  @media (max-width: 768px) {
    .bio-modal .modal-dialog {
      margin: 50px auto; } }

.bio-modal .modal-header {
  display: block; }
  .bio-modal .modal-header .close {
    top: 10px;
    right: 20px;
    position: absolute;
    display: block; }

.bio-modal .modal-image {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin: -50px auto 5px;
  border: 3px solid #1c8be8; }
  .bio-modal .modal-image img {
    width: 100%; }

.bio-modal .modal-title {
  display: block;
  text-align: center;
  color: #3e5770;
  font-weight: 300; }

.bio-modal p.bio-body {
  font-size: 14px;
  font-weight: 400; }

.map-modal .modal-dialog, .portfolio-modal .modal-dialog {
  max-width: 80vw;
  width: 100%;
  border-radius: 2px;
  margin: auto;
  top: 50px; }
  @media (max-width: 768px) {
    .map-modal .modal-dialog, .portfolio-modal .modal-dialog {
      top: 25px; } }
  .map-modal .modal-dialog .modal-content, .portfolio-modal .modal-dialog .modal-content {
    background-color: transparent;
    border: none; }

.map-modal .modal-body, .portfolio-modal .modal-body {
  padding: 0;
  width: 100%;
  background: RGBA(0, 0, 0, 0.2); }
  .map-modal .modal-body .carousel-wrapper, .portfolio-modal .modal-body .carousel-wrapper {
    display: table;
    width: auto;
    margin: 0 auto;
    height: auto;
    max-height: 90vh; }
    @media (max-width: 768px) {
      .map-modal .modal-body .carousel-wrapper, .portfolio-modal .modal-body .carousel-wrapper {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto; } }
    @media (max-width: 768px) {
      .map-modal .modal-body .carousel-wrapper .carousel-item img, .portfolio-modal .modal-body .carousel-wrapper .carousel-item img {
        width: 100%; }
      .map-modal .modal-body .carousel-wrapper .carousel-item.active, .portfolio-modal .modal-body .carousel-wrapper .carousel-item.active {
        display: block !important; }
        .map-modal .modal-body .carousel-wrapper .carousel-item.active img, .portfolio-modal .modal-body .carousel-wrapper .carousel-item.active img {
          width: 100%; } }
    .map-modal .modal-body .carousel-wrapper .carousel-control-next-icon, .map-modal .modal-body .carousel-wrapper .carousel-control-prev-icon, .portfolio-modal .modal-body .carousel-wrapper .carousel-control-next-icon, .portfolio-modal .modal-body .carousel-wrapper .carousel-control-prev-icon {
      background-color: #2c3e50;
      border: 6px solid #2c3e50;
      border-radius: 50%;
      padding: 10px; }
  .map-modal .modal-body .content-wrapper, .portfolio-modal .modal-body .content-wrapper {
    vertical-align: top;
    display: inline-block;
    background: #EEEEEE;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 30%;
    box-shadow: 8px 0 25px RGBA(0, 0, 0, 0.3) inset; }
    @media (max-width: 768px) {
      .map-modal .modal-body .content-wrapper, .portfolio-modal .modal-body .content-wrapper {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        top: 0;
        height: 60vh;
        overflow: scroll;
        box-shadow: 0 8px 25px RGBA(0, 0, 0, 0.3) inset;
        max-height: auto; } }
  .map-modal .modal-body .header-content, .portfolio-modal .modal-body .header-content {
    background: #1c8be8;
    padding: 15px 25px; }
    .map-modal .modal-body .header-content .location-name, .portfolio-modal .modal-body .header-content .location-name {
      font-weight: 300;
      color: #FFFFFF; }
    .map-modal .modal-body .header-content .designer-name, .portfolio-modal .modal-body .header-content .designer-name {
      font-weight: 200;
      color: #CCCCCC;
      width: 90%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .map-modal .modal-body .header-content .designer-name a, .portfolio-modal .modal-body .header-content .designer-name a {
        margin-left: 5px;
        float: right;
        color: #2c3e50;
        transition: .3s ease; }
        .map-modal .modal-body .header-content .designer-name a:hover, .portfolio-modal .modal-body .header-content .designer-name a:hover {
          color: #3e5770; }
  .map-modal .modal-body .body-content, .portfolio-modal .modal-body .body-content {
    padding: 0 25px 15px;
    height: 65%; }
    .map-modal .modal-body .body-content .location-overview, .portfolio-modal .modal-body .body-content .location-overview {
      padding-bottom: 25px;
      margin-top: 20px;
      height: 100%;
      overflow: scroll;
      font-weight: 400;
      line-height: 1.5rem;
      font-size: 8px;
      font-size: 0.8rem; }
  .map-modal .modal-body .carousel, .portfolio-modal .modal-body .carousel {
    overflow: hidden;
    height: auto;
    width: 80vw; }
    .map-modal .modal-body .carousel .carousel-inner, .portfolio-modal .modal-body .carousel .carousel-inner {
      width: 100%;
      position: relative; }
      .map-modal .modal-body .carousel .carousel-inner .carousel-item img, .portfolio-modal .modal-body .carousel .carousel-inner .carousel-item img {
        margin: auto; }

.map-modal .carousel-wrapper .carousel-control-next-icon, .map-modal .carousel-wrapper .carousel-control-prev-icon, .map-modal .carousel-wrapper .carousel-control-next-icon, .map-modal .carousel-wrapper .carousel-control-prev-icon, .portfolio-modal .carousel-wrapper .carousel-control-next-icon, .portfolio-modal .carousel-wrapper .carousel-control-prev-icon, .portfolio-modal .carousel-wrapper .carousel-control-next-icon, .portfolio-modal .carousel-wrapper .carousel-control-prev-icon {
  width: 40px;
  height: 40px;
  background-color: #1c8be8;
  border-radius: 50%;
  padding: 10px;
  border: 6px solid #1c8be8; }

#updateProperty .modal-content, #deleteProperty .modal-content, #updateEmployee .modal-content, #deleteEmployee .modal-content {
  border: none; }

#updateProperty .modal-header, #deleteProperty .modal-header, #updateEmployee .modal-header, #deleteEmployee .modal-header {
  border-radius: 0; }
  #updateProperty .modal-header .modal-title, #deleteProperty .modal-header .modal-title, #updateEmployee .modal-header .modal-title, #deleteEmployee .modal-header .modal-title {
    font-weight: 200; }
    #updateProperty .modal-header .modal-title .selected-title, #deleteProperty .modal-header .modal-title .selected-title, #updateEmployee .modal-header .modal-title .selected-title, #deleteEmployee .modal-header .modal-title .selected-title {
      font-weight: 400; }

#updateProperty .modal-body p, #deleteProperty .modal-body p, #updateEmployee .modal-body p, #deleteEmployee .modal-body p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 8px; }
  #updateProperty .modal-body p .selected-title, #deleteProperty .modal-body p .selected-title, #updateEmployee .modal-body p .selected-title, #deleteEmployee .modal-body p .selected-title {
    font-weight: 400; }

#updateProperty .modal-header, #updateEmployee .modal-header {
  background: #1c8be8;
  color: #FFFFFF; }

#updateProperty form input[type="text"], #updateEmployee form input[type="text"] {
  color: #444444;
  border-radius: 0;
  border-bottom: 1px solid #1c8be8; }

#updateProperty form input[type='submit'], #updateEmployee form input[type='submit'] {
  width: auto;
  border-radius: 4px; }

#deleteProperty .modal-header, #deleteEmployee .modal-header {
  background: #F03434;
  color: #FFFFFF; }

#deleteProperty .modal-body .note, #deleteEmployee .modal-body .note {
  font-size: 10px;
  font-size: 1rem;
  color: #F03434;
  font-weight: 400; }

.gm-style-iw {
  width: auto !important;
  top: 15px !important;
  left: 0 !important;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 2px 2px 0 0;
  overflow: visible !important; }
  .gm-style-iw.gm-style-iw-c {
    padding: 0 !important;
    border-radius: 0 !important; }

.gm-ui-hover-effect {
  display: none !important; }

.gm-style .gm-style-iw-t::after {
  bottom: -30px !important;
  top: auto; }

.iw-header {
  width: 100%;
  padding: 10px 35px 10px 10px;
  position: relative;
  background: #EEEEEE;
  overflow: visible; }
  .iw-header .iw-image {
    position: relative;
    width: 75px;
    height: 75px;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 0px 10px RGBA(0, 0, 0, 0.2);
    margin-left: -30px;
    margin-top: -20px;
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    background: #FFFFFF; }
    .iw-header .iw-image img {
      position: relative;
      z-index: 1;
      width: 150%; }
    .iw-header .iw-image .image-overlay {
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #FFFFFF;
      position: absolute;
      z-index: 2;
      cursor: pointer;
      opacity: 0;
      transition: .3s;
      text-align: center; }
      .iw-header .iw-image .image-overlay .fas {
        color: #3e5770;
        width: 100%;
        display: block;
        font-size: 26px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 auto; }
    .iw-header .iw-image:hover .image-overlay {
      opacity: .75; }
  .iw-header .iw-logo {
    width: 30px;
    margin-right: 10px;
    vertical-align: super;
    display: inline-block; }
    .iw-header .iw-logo img {
      width: 100%; }
  .iw-header .iw-name {
    display: inline-block; }
    .iw-header .iw-name h4 {
      margin: 0;
      padding: 0;
      font-size: 1rem;
      font-weight: 500; }
    .iw-header .iw-name p {
      margin: 0 !important; }
    .iw-header .iw-name p.iw-group {
      font-size: .7rem;
      color: #3e5770;
      font-weight: 400;
      margin-top: 10px;
      white-space: nowrap; }
    .iw-header .iw-name p.iw-designer {
      font-size: .7rem;
      color: #3e5770;
      font-weight: 400;
      margin-top: 10px;
      white-space: nowrap; }
      .iw-header .iw-name p.iw-designer a {
        margin-right: 5px;
        font-size: .9rem; }
  .iw-header .iw-close {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #CCCCCC;
    cursor: pointer; }

.iw-body-content {
  padding: 15px 20px;
  position: relative;
  width: 100%; }
  .iw-body-content p {
    font-size: .8rem; }
    .iw-body-content p.iw-address {
      text-align: left;
      color: #222222;
      font-weight: 400;
      position: relative; }
      .iw-body-content p.iw-address .fas {
        display: inline-block;
        margin-right: 5px;
        color: #1c8be8;
        vertical-align: top; }
      .iw-body-content p.iw-address span.address {
        width: 80%;
        display: inline-block; }
      .iw-body-content p.iw-address span.locale {
        width: 80%;
        display: block;
        margin-left: 15px;
        white-space: nowrap; }

#login-panel {
  width: 100vw;
  height: 90vh; }
  #login-panel .login-box {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 2px 0 10px RGBA(0, 0, 0, 0.1);
    width: 300px;
    height: 350px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }
    #login-panel .login-box .certified-logo {
      width: 65%;
      margin: 10px auto; }
      #login-panel .login-box .certified-logo img {
        width: 100%; }
    #login-panel .login-box form {
      width: 65%;
      margin: 0 auto;
      text-align: left; }
      #login-panel .login-box form label {
        font-size: 6px;
        font-size: 0.6rem;
        font-weight: 600;
        text-transform: uppercase;
        margin: 18px 0 0; }
      #login-panel .login-box form input[type="text"], #login-panel .login-box form input[type="password"] {
        border-bottom: 2px solid #1c8be8;
        width: 100%;
        border-radius: 2px;
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: 200; }
      #login-panel .login-box form input[type="submit"] {
        background: #1c8be8;
        transition: .3s ease;
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: 200;
        border: none;
        color: #FFFFFF;
        margin-top: 30px; }
        #login-panel .login-box form input[type="submit"]:hover {
          background: #00B16A; }

.admin-options {
  height: 100vh;
  background: #3e5770;
  padding: 25px;
  position: fixed; }
  .admin-options h3 {
    color: #FFFFFF;
    margin-bottom: 15px; }
  .admin-options ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .admin-options ul li {
      width: 100%;
      border-bottom: 1px solid #2c3e50; }
      .admin-options ul li a {
        font-size: 9px;
        font-size: 0.9rem;
        color: #FFFFFF;
        padding: 10px;
        width: 100%;
        display: block;
        transition: .3s ease; }
        .admin-options ul li a .fas {
          margin-right: 5px; }
        .admin-options ul li a:hover {
          color: #00B16A;
          text-decoration: none; }
  .admin-options .logout-button {
    position: absolute;
    bottom: 6px;
    left: 10px; }
    .admin-options .logout-button a {
      font-size: 10px;
      font-size: 1rem;
      color: #FFFFFF;
      padding: 10px;
      width: 100%;
      display: block;
      transition: .3s ease; }
      .admin-options .logout-button a .fas {
        margin-right: 5px; }
      .admin-options .logout-button a:hover {
        color: #00B16A;
        text-decoration: none; }

#locations-list, #add-property, #add-employee, #employee-list {
  padding-top: 0 !important;
  width: 85%;
  margin: 50px auto 25px;
  position: relative; }

#add-property, #add-employee, #employee-list {
  display: none; }
  #add-property form .form-row:last-of-type, #add-employee form .form-row:last-of-type, #employee-list form .form-row:last-of-type {
    display: block; }
  #add-property form label, #add-employee form label, #employee-list form label {
    font-size: 6px;
    font-size: 0.6rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 18px 0 0; }
  #add-property form input[type="text"], #add-property form input[type="password"], #add-property form textarea, #add-employee form input[type="text"], #add-employee form input[type="password"], #add-employee form textarea, #employee-list form input[type="text"], #employee-list form input[type="password"], #employee-list form textarea {
    border-bottom: 2px solid #1c8be8;
    width: 100%;
    border-radius: 2px;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 200; }
  #add-property form input[type="submit"], #add-employee form input[type="submit"], #employee-list form input[type="submit"] {
    background: #1c8be8;
    transition: .3s ease;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 200;
    border: none;
    color: #FFFFFF;
    margin-top: 30px; }
    #add-property form input[type="submit"]:hover, #add-employee form input[type="submit"]:hover, #employee-list form input[type="submit"]:hover {
      background: #00B16A; }
  #add-property form .note, #add-employee form .note, #employee-list form .note {
    font-size: 14px;
    font-weight: 400; }
  #add-property img.thumbnail, #add-employee img.thumbnail, #employee-list img.thumbnail {
    width: 45px;
    height: 45px;
    padding: 4px; }

#successful-submission, #successful-submission-employee {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.alert {
  width: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 225;
  right: 0;
  border-radius: 0;
  border: none; }
  .alert.alert-success {
    color: #FFFFFF;
    background: #00B16A; }
  .alert.alert-primary {
    color: #FFFFFF;
    background: #1c8be8; }
  .alert.alert-danger {
    color: #FFFFFF;
    background: #F03434; }

footer {
  background: #f8f9fa;
  padding: 25px 25px 15px;
  border-top: 1px solid #DDD; }
  footer ul {
    display: inline-block;
    font-size: 1.0em;
    color: #AAA;
    list-style-type: none;
    padding: 8px 0;
    margin: 0; }
    footer ul li {
      margin: 0 8px;
      cursor: pointer; }
      footer ul li a {
        font-size: 1.0em;
        color: #AAA;
        font-weight: 200; }
        footer ul li a:hover {
          color: #AAA;
          text-decoration: underline; }
  footer .social-wrapper {
    display: inline-block;
    font-size: 1.5em;
    margin-right: 25px;
    vertical-align: middle; }
    footer .social-wrapper a {
      color: #444444;
      padding: 4px; }
      footer .social-wrapper a:hover {
        text-decoration: none;
        color: #3e5770; }
  footer .copyright {
    display: inline-block;
    color: #AAA; }

#home {
  margin-top: 90px;
  height: 80vh;
  position: relative;
  background: #FFFFFF; }
  @media (max-width: 1039px) {
    #home {
      height: 60vh; } }
  @media (max-width: 768px) {
    #home {
      height: 40vh; } }
  #home .hero-text-wrapper {
    position: absolute;
    text-align: center;
    left: 150px;
    right: 150px;
    top: 32%;
    z-index: 2; }
    @media (max-width: 1039px) {
      #home .hero-text-wrapper {
        top: 32%;
        left: 100px;
        right: 100px; } }
    @media (max-width: 575px) {
      #home .hero-text-wrapper {
        top: 28%;
        left: 55px;
        right: 55px; } }
    #home .hero-text-wrapper .hero-text {
      color: #FFFFFF;
      text-shadow: 2px 2px 16px RGBA(0, 0, 0, 0.8); }
      #home .hero-text-wrapper .hero-text h1 {
        font-size: 46px;
        font-size: 4.6rem; }
      #home .hero-text-wrapper .hero-text h3 {
        font-size: 32px;
        font-size: 3.2rem; }
      @media (max-width: 768px) {
        #home .hero-text-wrapper .hero-text h1 {
          font-size: 36px;
          font-size: 3.6rem; }
        #home .hero-text-wrapper .hero-text h3 {
          font-size: 22px;
          font-size: 2.2rem; } }
      @media (max-width: 575px) {
        #home .hero-text-wrapper .hero-text h1 {
          font-size: 26px;
          font-size: 2.6rem; }
        #home .hero-text-wrapper .hero-text h3 {
          font-size: 16px;
          font-size: 1.6rem; } }
  #home .carousel {
    width: 100%; }
    #home .carousel .carousel-item {
      height: 80vh;
      width: 100%; }
      @media (max-width: 1039px) {
        #home .carousel .carousel-item {
          height: 60vh; } }
      @media (max-width: 768px) {
        #home .carousel .carousel-item {
          height: 40vh; } }
      #home .carousel .carousel-item img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-height: 800px;
        width: auto; }
    #home .carousel .carousel-control-prev-icon, #home .carousel .carousel-control-next-icon {
      width: 40px;
      height: 40px;
      background-color: #1c8be8;
      border-radius: 50%;
      padding: 10px;
      border: 6px solid #1c8be8; }

#about {
  padding: 50px 35px;
  border-bottom: 1px solid #EEEEEE; }
  #about .about-content {
    text-align: left;
    padding: 35px 0 0;
    top: 50%;
    transform: translateY(-50%);
    position: relative; }
    #about .about-content p {
      font-size: 1.2em;
      line-height: 1.9em;
      margin-bottom: 12px; }
    #about .about-content .blockquote {
      border-left: 1px solid #CCCCCC;
      padding: 5px 25px; }
      @media (max-width: 575px) {
        #about .about-content .blockquote {
          border-left: none;
          background: #EEEEEE;
          margin-left: -35px;
          margin-right: -35px;
          padding: 15px 25px; } }
      #about .about-content .blockquote h1 {
        color: #3e5770; }
      #about .about-content .blockquote .author {
        color: #444444;
        font-weight: 200; }

#timeline {
  background: #1c8be8;
  height: 300px;
  padding-top: 25px !important; }
  @media (max-width: 575px) {
    #timeline {
      display: none; } }
  #timeline .main-timeline-section {
    position: relative;
    width: 90%;
    margin: auto;
    height: 250px; }
  #timeline .main-timeline-section .timeline-start,
  #timeline .main-timeline-section .timeline-end {
    position: absolute;
    background: #167ace;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px; }
  #timeline .main-timeline-section .timeline-end {
    right: 0; }
  #timeline .main-timeline-section .conference-center-line {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: #167ace; }
  #timeline .timeline-article {
    width: 17%;
    position: relative;
    min-height: 250px;
    float: right; }
  #timeline .timeline-article .content-date {
    position: absolute;
    top: 35%;
    left: -14px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600; }
  #timeline .timeline-article .meta-date {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent;
    background: #FFFFFF;
    border: 4px solid #1c8be8; }
  #timeline .timeline-article .content-box {
    border: none;
    border-radius: 5px;
    background-color: transparent;
    width: 200px;
    position: absolute;
    top: 60%;
    left: -92px;
    padding: 5px;
    color: #FFFFFF; }
    @media (max-width: 1039px) {
      #timeline .timeline-article .content-box {
        width: 150px;
        left: -67px; } }
    #timeline .timeline-article .content-box p {
      font-size: 16px;
      font-weight: 300;
      text-align: center; }
  #timeline .timeline-article-top .content-box:before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px; }
  #timeline .timeline-article-bottom .content-date {
    top: 59%; }
  #timeline .timeline-article-bottom .content-box {
    top: 17%; }
    @media (max-width: 1039px) {
      #timeline .timeline-article-bottom .content-box {
        top: 7%; } }
  #timeline .timeline-article-bottom .content-box:before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px; }

#testimonial-1, #testimonial-2 {
  padding-top: 0 !important;
  min-height: 260px; }

#testimonial-1 {
  background: url("https://www.certifiedconstruction.com/images/portfolio/restaurant/dadong/dadong-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  #testimonial-1:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: RGBA(0, 0, 0, 0.5); }

#testimonial-2 {
  background: url("https://www.certifiedconstruction.com/images/portfolio/residential/south-central-park/south-central-park-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  #testimonial-2:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: RGBA(255, 255, 255, 0.5); }

.testimonial {
  position: relative;
  border-bottom: 1px solid #EEEEEE; }
  .testimonial .testimonial-image img {
    width: 100%; }
  .testimonial .testimonial-content {
    text-align: center;
    color: #FFFFFF;
    padding: 50px 35px;
    position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%); }
    .testimonial .testimonial-content.dark {
      color: #222222; }
      .testimonial .testimonial-content.dark h4 {
        color: #444444; }
    .testimonial .testimonial-content h3 {
      padding: 2px 10px 2px; }
    .testimonial .testimonial-content h4 {
      padding: 2px 10px;
      font-weight: 600;
      font-size: 1.2em;
      color: #CCCCCC; }
    .testimonial .testimonial-content .quote {
      position: relative;
      padding: 15px 10px 6px;
      font-size: 1.1em;
      font-weight: 200; }
      .testimonial .testimonial-content .quote span:nth-of-type(1) {
        position: absolute;
        top: -35px;
        left: -10px;
        font-size: 5em;
        opacity: .6; }
      .testimonial .testimonial-content .quote span:nth-of-type(2) {
        display: none;
        position: absolute;
        top: -35px;
        right: -15px;
        font-size: 5em;
        opacity: .6; }

#portfolio {
  padding: 50px 35px;
  border-bottom: 1px solid #EEEEEE; }
  #portfolio .construction-options-wrapper {
    padding: 10px 0 5px;
    margin: 0 auto;
    text-align: center;
    transition: .1s ease; }
    #portfolio .construction-options-wrapper.fixed {
      position: fixed;
      top: 75px;
      left: 0;
      right: 0;
      z-index: 2;
      background: RGBA(255, 255, 255, 0.8); }
      @media (max-width: 768px) {
        #portfolio .construction-options-wrapper.fixed {
          top: 75px; } }
    #portfolio .construction-options-wrapper ul.construction-options {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin: 0 auto; }
      #portfolio .construction-options-wrapper ul.construction-options.dropdown-menu {
        width: 98%;
        border: none; }
      #portfolio .construction-options-wrapper ul.construction-options li {
        border-bottom: 2px solid #3e5770;
        margin: 8px 12px;
        width: auto;
        display: inline-block;
        padding: 6px 12px 2px;
        color: #444444;
        transition: .3s;
        cursor: pointer;
        font-family: "BenchNine", sans-serif; }
        #portfolio .construction-options-wrapper ul.construction-options li:hover {
          color: #1c8be8;
          border-bottom: 2px solid #1c8be8; }
        #portfolio .construction-options-wrapper ul.construction-options li.active {
          color: #1c8be8;
          border-bottom: 2px solid #1c8be8; }
        #portfolio .construction-options-wrapper ul.construction-options li.dropdown-item {
          background: #FFFFFF;
          width: 100%;
          text-align: center;
          display: block;
          border-bottom: 1px solid #EEEEEE;
          transition: .3s ease;
          margin: 0; }
          #portfolio .construction-options-wrapper ul.construction-options li.dropdown-item:hover {
            background: #EEEEEE;
            border-bottom: 1px solid #EEEEEE; }
          #portfolio .construction-options-wrapper ul.construction-options li.dropdown-item.active {
            background: #1c8be8;
            color: #FFFFFF;
            border-bottom: 1px solid #EEEEEE; }
    #portfolio .construction-options-wrapper button.dropdown-toggle {
      border: none;
      box-shadow: none;
      text-align: center;
      width: 100%;
      background: transparent;
      color: #444444; }
  #portfolio .portfolio-wrapper .portfolio-object {
    width: 23%;
    height: 180px;
    overflow: hidden;
    margin: 15px 10px;
    cursor: pointer;
    position: relative; }
    @media (max-width: 1039px) {
      #portfolio .portfolio-wrapper .portfolio-object {
        width: 22%;
        height: 110px; } }
    @media (max-width: 768px) {
      #portfolio .portfolio-wrapper .portfolio-object {
        width: 46%;
        height: 180px; } }
    @media (max-width: 575px) {
      #portfolio .portfolio-wrapper .portfolio-object {
        width: 44%;
        height: 100px; } }
    #portfolio .portfolio-wrapper .portfolio-object:hover {
      box-shadow: 4px 4px 20px RGBA(0, 0, 0, 0.4); }
      #portfolio .portfolio-wrapper .portfolio-object:hover .portfolio-overlay {
        opacity: 1; }
        #portfolio .portfolio-wrapper .portfolio-object:hover .portfolio-overlay .content {
          color: #222222;
          position: relative;
          top: 46%;
          transform: translateY(-50%); }
        #portfolio .portfolio-wrapper .portfolio-object:hover .portfolio-overlay hr {
          left: 25%; }
    #portfolio .portfolio-wrapper .portfolio-object img {
      width: 100%;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    #portfolio .portfolio-wrapper .portfolio-object .portfolio-overlay {
      opacity: 0;
      position: absolute;
      background: RGBA(255, 255, 255, 0.6);
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      text-align: center;
      transition: .3s ease-in-out; }
      #portfolio .portfolio-wrapper .portfolio-object .portfolio-overlay .content {
        color: #222222;
        position: relative;
        top: -50px;
        transition: .3s ease-in-out; }
        #portfolio .portfolio-wrapper .portfolio-object .portfolio-overlay .content h2 {
          padding: 0;
          margin: 0 0 0 0;
          font-size: 21px;
          font-size: 2.1rem;
          white-space: nowrap; }
          @media (max-width: 1039px) {
            #portfolio .portfolio-wrapper .portfolio-object .portfolio-overlay .content h2 {
              font-size: 14px;
              font-size: 1.4rem; } }
        #portfolio .portfolio-wrapper .portfolio-object .portfolio-overlay .content h4 {
          color: #3e5770;
          padding: 0;
          margin: 0 0 0 0; }
          @media (max-width: 1039px) {
            #portfolio .portfolio-wrapper .portfolio-object .portfolio-overlay .content h4 {
              font-size: 12px;
              font-size: 1.2rem; } }
      #portfolio .portfolio-wrapper .portfolio-object .portfolio-overlay hr {
        display: block;
        position: absolute;
        height: 1px;
        width: 50%;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        background: #1c8be8;
        left: -300px;
        transition: .3s ease-in-out; }

#team {
  padding: 0 !important;
  border-bottom: 1px solid #EEEEEE; }
  #team .title-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 140px; }
    @media (max-width: 1039px) {
      #team .title-wrapper {
        top: 100px; } }
    @media (max-width: 768px) {
      #team .title-wrapper {
        top: 85px; } }
    @media (max-width: 575px) {
      #team .title-wrapper {
        top: 35px; } }
    #team .title-wrapper h1 {
      color: #FFFFFF;
      font-weight: 600;
      text-shadow: 1px 1px 10px RGBA(0, 0, 0, 0.8);
      font-size: 62px;
      font-size: 6.2rem; }
      @media (max-width: 1039px) {
        #team .title-wrapper h1 {
          font-size: 48px;
          font-size: 4.8rem; } }
      @media (max-width: 768px) {
        #team .title-wrapper h1 {
          font-size: 32px;
          font-size: 3.2rem; } }
    #team .title-wrapper h4 {
      color: #FFFFFF;
      font-weight: 400;
      font-size: 22px;
      font-size: 2.2rem;
      text-shadow: 1px 1px 10px RGBA(0, 0, 0, 0.8); }
      @media (max-width: 1039px) {
        #team .title-wrapper h4 {
          font-size: 18px;
          font-size: 1.8rem; } }
    #team .title-wrapper a.primary-button {
      position: relative;
      z-index: 9;
      background: transparent;
      font-family: "BenchNine", sans-serif;
      font-weight: 600;
      color: #FFFFFF;
      border: 2px solid #FFFFFF;
      border-radius: 20px;
      padding: 6px 22px;
      display: table;
      margin: 25px auto;
      font-size: 12px;
      font-size: 1.2rem;
      transition: .3s ease;
      text-shadow: 1px 1px 10px RGBA(0, 0, 0, 0.8); }
      #team .title-wrapper a.primary-button .fas {
        margin-left: 5px;
        font-size: 10px;
        font-size: 1rem; }
      #team .title-wrapper a.primary-button:hover {
        color: #FFFFFF;
        background: #1c8be8;
        border: 2px solid #1c8be8;
        text-decoration: none;
        box-shadow: 2px 2px 15px RGBA(0, 0, 0, 0.2); }
  #team .team-image {
    height: 100%;
    overflow: hidden;
    text-align: center; }
    #team .team-image img {
      width: 100%; }

#team-page {
  margin-top: 65px; }
  @media (max-width: 768px) {
    #team-page {
      margin-top: 85px; } }
  #team-page .team-group-image {
    width: 100%;
    height: 600px;
    margin-bottom: 65px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1039px) {
      #team-page .team-group-image {
        height: 400px; } }
    @media (max-width: 768px) {
      #team-page .team-group-image {
        height: 300px; } }
    @media (max-width: 575px) {
      #team-page .team-group-image {
        height: 200px; } }
    #team-page .team-group-image img {
      width: 100%;
      position: absolute;
      bottom: -80px;
      overflow: hidden; }
      @media (max-width: 575px) {
        #team-page .team-group-image img {
          bottom: 0; } }
  #team-page .bio-button {
    background: transparent;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 38px;
    color: #3e5770;
    opacity: .8; }
    #team-page .bio-button:hover {
      color: #3e5770; }
  #team-page .employee-wrapper {
    padding: 0 15px; }
    #team-page .employee-wrapper .col-6 {
      padding: 15px 0; }
  #team-page .team-member-image {
    width: 80%;
    margin: 8px auto;
    border-radius: 50%;
    overflow: hidden; }
    #team-page .team-member-image img {
      width: 100%; }
  #team-page .team-member-details {
    text-align: center; }
    #team-page .team-member-details h4 {
      font-weight: 200;
      font-size: 24px; }
    #team-page .team-member-details p {
      font-weight: 600;
      color: #3e5770;
      font-size: 16px; }

.case-study {
  height: auto;
  display: block; }
  .case-study#dadong {
    background: url("../images/portfolio-uploads/DaDong-20180903053400222526598.jpg");
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative; }
  .case-study#south-central {
    background: url("../images/portfolio-uploads/SouthCentralPark-201809030641461775523900.jpg");
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative; }
  .case-study .tagline {
    width: 100%;
    margin-top: 300px;
    text-align: center;
    position: relative; }
    .case-study .tagline h1 {
      text-shadow: 0px 0px 30px RGBA(0, 0, 0, 0.8);
      color: #FFFFFF;
      font-weight: 300;
      line-height: 56px;
      font-size: 34px;
      font-size: 3.4rem; }
  .case-study#case-study-details {
    padding: 50px 25px; }
    .case-study#case-study-details .details-content {
      padding: 25px; }
  .case-study#case-study-details-final {
    background: #1c8be8; }
    .case-study#case-study-details-final .details-content {
      text-align: center;
      color: #FFFFFF;
      padding: 25px; }
      .case-study#case-study-details-final .details-content button {
        margin-top: 15px; }

#contact {
  background: #2c3e50;
  height: auto;
  overflow: hidden; }
  #contact #contact-map {
    width: 100%;
    height: 100%; }
    @media (max-width: 1039px) {
      #contact #contact-map {
        height: 500px; } }
  #contact .contact-block {
    padding: 50px 25px; }
    #contact .contact-block h1,
    #contact .contact-block h2,
    #contact .contact-block h3,
    #contact .contact-block h4,
    #contact .contact-block p {
      color: #FFFFFF;
      text-align: center; }
    #contact .contact-block form {
      display: block;
      margin: 25px auto;
      width: 60%; }
      @media (max-width: 1039px) {
        #contact .contact-block form {
          width: 80%; } }
      #contact .contact-block form input[type='text'],
      #contact .contact-block form input[type='email'] {
        background: #3e5770;
        color: #EEEEEE;
        width: 100%; }
        #contact .contact-block form input[type='text']::placeholder,
        #contact .contact-block form input[type='email']::placeholder {
          color: #EEEEEE; }
      #contact .contact-block form textarea {
        background: transparent;
        color: #EEEEEE;
        border-bottom: 2px solid #3e5770;
        width: 100%; }
        #contact .contact-block form textarea::placeholder {
          color: #EEEEEE; }
      #contact .contact-block form input[type='submit'] {
        color: #2c3e50;
        background: #EEEEEE; }
        #contact .contact-block form input[type='submit']:hover {
          background: #CCCCCC; }
      #contact .contact-block form .form-group {
        position: relative; }
        #contact .contact-block form .form-group .fab {
          color: #2c3e50;
          font-size: 1.6em;
          position: absolute;
          left: 25px;
          top: 6px; }
    #contact .contact-block .additional-contact {
      color: #EEEEEE; }
      #contact .contact-block .additional-contact .spacer {
        display: inline-block;
        width: 20px; }
      #contact .contact-block .additional-contact .fas {
        margin-right: 5px; }

/* Smooth scroll offset for fixed header */
section[id] {
  scroll-margin-top: 70px;
}

/* Active state for navigation links */
.navbar-nav .nav-link.active {
  color: #3c8cc7 !important;
  font-weight: bold;
}

/* Hover state for navigation links */
.navbar-nav .nav-link:hover {
  color: #3c8cc7 !important;
}

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