@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.button.round {
  border-radius: 5000px;
  text-transform: uppercase;
  margin-bottom: 4em;
}

.top-bar .top-bar-left {
  margin-right: 0;
  max-width: 47%;
}

.title-bar {
  padding: 0.5rem;
  background: #2c3840;
}

.reveal-modal {
  border-radius: 10px;
}
@media screen and (max-width: 40em) {
  .reveal-modal {
    border-radius: 0px;
  }
}
.reveal-modal .reveal-contact-item {
  font-size: 1rem;
}
.reveal-modal span.small {
  color: #1779ba;
}
.reveal-modal .reveal-contact-us-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Helvetica", Arial, sans-serif;
}
.reveal-modal .reveal-contact-us-list i {
  margin-right: 2rem;
  font-size: 3rem;
  vertical-align: middle;
  color: #1779ba;
}

.scrollhide-nav {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.scrollhide-nav.hidden {
  transform: translateY(-100%);
}

.topbar-responsive {
  background: #2c3840;
  padding: 1rem 1.5rem;
}
.topbar-responsive .topbar-responsive-logo {
  color: white;
  vertical-align: middle;
}
.topbar-responsive .menu {
  background: #2c3840;
}
.topbar-responsive .menu li:last-of-type {
  margin-right: 0;
}
.topbar-responsive .menu a {
  color: white;
  transition: color 0.15s ease-in;
}
.topbar-responsive .menu a:hover {
  color: #c6d1d8;
}
@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu a {
    padding: 0.875rem 0;
  }
}
.topbar-responsive .menu .topbar-responsive-button {
  color: white;
  border-color: white;
  border-radius: 5000px;
  transition: color 0.15s ease-in, border-color 0.15s ease-in;
}
.topbar-responsive .menu .topbar-responsive-button:hover {
  color: #c6d1d8;
  border-color: #c6d1d8;
}
@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu .topbar-responsive-button {
    width: 100%;
    margin: 0.875rem 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .topbar-responsive {
    padding: 0.75rem;
  }
  .topbar-responsive .top-bar-title {
    position: relative;
    width: 100%;
  }
  .topbar-responsive .top-bar-title span {
    position: absolute;
    right: 0;
    border: 1px solid white;
    border-radius: 5px;
    padding: 0.25rem 0.45rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .topbar-responsive .top-bar-title span .menu-icon {
    margin-bottom: 4px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@media screen and (max-width: 39.9375em) {
  .topbar-responsive-links {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    width: 100%;
    -webkit-animation: fadeIn 1s ease-in;
    animation: fadeIn 1s ease-in;
    -webkit-animation: slideDown 1s ease-in;
            animation: slideDown 1s ease-in;
  }
}
.hero-section {
  background: url("https://images.unsplash.com/photo-1508873699372-7aeab60b44ab?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80") 50% no-repeat;
  background-size: cover;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}

.marketing-site-three-up {
  text-align: center;
  padding: 6rem 1rem;
}
@media screen and (max-width: 40em) {
  .marketing-site-three-up {
    padding: 3rem 1rem;
  }
}
.marketing-site-three-up .row {
  max-width: 900px;
}
.marketing-site-three-up .columns {
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .marketing-site-three-up .columns {
    margin-bottom: 0;
  }
}
.marketing-site-three-up .fa {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #0a0a0a;
}

.marketing-site-three-up-headline {
  margin-bottom: 2rem;
}

.marketing-site-content-section {
  display: flex;
  flex-wrap: wrap;
}
.marketing-site-content-section .button.round {
  border-radius: 5000px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.marketing-site-content-section .marketing-site-content-section-img {
  align-self: center;
  flex: 1 0 100%;
  padding: 1rem;
}
.marketing-site-content-section .marketing-site-content-section-img img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (min-width: 40em) {
  .marketing-site-content-section .marketing-site-content-section-img {
    flex: 1 0 50%;
  }
}
.marketing-site-content-section .marketing-site-content-section-block {
  padding: 1rem;
  flex: 1 0 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 40em) {
  .marketing-site-content-section .marketing-site-content-section-block {
    flex: 1 0 50%;
  }
}

.marketing-site-content-section-block-header {
  font-size: 24px;
}

.marketing-site-content-section-block-subheader {
  font-size: 16px;
}

.four-up-feature {
  padding: 6em 1rem;
  position: relative;
}
@media screen and (max-width: 40em) {
  .four-up-feature {
    padding: 3em 1em;
  }
}
.four-up-feature .four-up-feature-header {
  margin-bottom: 1rem;
  display: flex;
}
.four-up-feature .four-up-feature-image {
  margin-bottom: 2rem;
  filter: brightness(0.5);
  border-radius: 10px;
}
.four-up-feature .four-up-feature-text {
  margin-bottom: 2rem;
  color: #888888;
}
.four-up-feature .four-up-feature-wrap {
  position: relative;
}
.four-up-feature .four-up-feature-number {
  font-size: 10em;
  position: absolute;
  color: white;
  left: 0.5em;
  z-index: 10;
}
@media screen and (max-width: 40em) {
  .four-up-feature .four-up-feature-number {
    font-size: 5em;
  }
}

.suggesting-site-content-section {
  display: flex;
  flex-wrap: wrap;
}
.suggesting-site-content-section .suggesting-site-content-section-img {
  align-self: center;
  flex: 1 0 100%;
}
.suggesting-site-content-section .suggesting-site-content-section-img img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (min-width: 40em) {
  .suggesting-site-content-section .suggesting-site-content-section-img {
    flex: 1 0 50%;
  }
}
.suggesting-site-content-section .suggesting-site-content-section-block {
  padding: 1rem;
  flex: 1 0 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 40em) {
  .suggesting-site-content-section .suggesting-site-content-section-block {
    flex: 1 0 50%;
    padding: 2rem;
  }
}

.suggesting-site-content-section-block-header {
  font-size: 24px;
}

.suggesting-site-content-section-block-subheader {
  font-size: 16px;
}

.testimonial-slider-container {
  padding: 6rem 1rem;
}
.testimonial-slider-container .orbit-previous,
.testimonial-slider-container .orbit-next {
  color: #111;
  border: 1px solid #111;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.testimonial-slider-container .orbit-previous:hover, .testimonial-slider-container .orbit-previous:active, .testimonial-slider-container .orbit-previous:focus,
.testimonial-slider-container .orbit-next:hover,
.testimonial-slider-container .orbit-next:active,
.testimonial-slider-container .orbit-next:focus {
  background-color: #777777;
  color: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.testimonial-slider-container .testimonial-slide {
  display: flex;
  justify-content: center;
}
.testimonial-slider-container .testimonial-slide-content {
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 40em) {
  .testimonial-slider-container .testimonial-slide-content {
    padding: 1rem 4rem;
  }
}
.testimonial-slider-container .profile-pic {
  max-width: 100%;
  flex: 1 0 25%;
}
.testimonial-slider-container .profile-pic img {
  border-radius: 10px;
}
.testimonial-slider-container .small-profile-pic img {
  border-radius: 10px;
}
.testimonial-slider-container .testimonial-slide-text {
  padding-left: 3rem;
}
@media screen and (max-width: 40em) {
  .testimonial-slider-container .testimonial-slide-text {
    padding-left: 2rem;
  }
}
.testimonial-slider-container .testimonial-slide-quotation {
  font-size: 1.2rem;
  position: relative;
}
.testimonial-slider-container .testimonial-slide-quotation::before {
  content: "“";
  font-size: 6rem;
  color: #dddddd;
  position: absolute;
  top: -3rem;
  left: -3rem;
}
.testimonial-slider-container .testimonial-slide-author-container {
  display: flex;
  gap: 1em;
}
@media screen and (min-width: 40em) {
  .testimonial-slider-container .testimonial-slide-author-container .testimonial-slide-author-info {
    margin-left: 1rem;
  }
}

.contact-us-section {
  padding: 2rem;
  background: #cccccc;
}
.contact-us-section .contact-us-section-left {
  padding-right: 2rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 39.9375em) {
  .contact-us-section .contact-us-section-left {
    border-right: 1px solid #ccc;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 0rem;
  }
}
.contact-us-section .contact-us-section-right {
  padding-left: 2rem;
}
@media screen and (max-width: 39.9375em) {
  .contact-us-section .contact-us-section-right {
    border-left: 1px solid #ccc;
    padding-left: 0rem;
  }
}
.contact-us-section .contact-us-header {
  margin-bottom: 2rem;
}
@media screen and (max-width: 39.9375em) {
  .contact-us-section .contact-us-header {
    font-size: 32px;
  }
}
.contact-us-section .responsive-embed {
  margin-bottom: 0;
  padding-bottom: 55%;
}

.contact-us-form input[type=text],
.contact-us-form input[type=email],
.contact-us-form textarea {
  margin-bottom: 1.5rem;
  border-radius: 5px;
  resize: none;
}

.contact-us-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-us-form-actions input[type=submit] {
  border-radius: 5px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.contact-us-form-actions .contact-us-file-button {
  background: transparent;
  color: #555555;
}

.contact-us-list {
  list-style-type: none;
  margin: 0;
}
.contact-us-list li a {
  color: #111;
}
.contact-us-list li a:hover {
  color: #555555;
}
.contact-us-list li::before {
  margin-right: 2rem;
  font-size: 2rem;
  vertical-align: middle;
  color: #555555;
  font-family: "FontAwesome";
}
.contact-us-list .address::before {
  content: "\f041";
  margin-left: 0.4rem;
  margin-right: 2.3rem;
}
.contact-us-list .email::before {
  content: "\f199";
}
.contact-us-list .phone::before {
  content: "\f098";
}