body {
  margin: 0;
  min-width: 1140px;
  -webkit-font-smoothing: antialiased;
}

img {
  user-select: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button, a {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

button {
  border: none;
  background: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.2px;
  line-height: 1.3;
}

p {
  font-family: 'Lato', sans-serif;
  margin: 0;
  letter-spacing: 0.2px;
  line-height: 1.3;
}

p.easter-egg {
  color: #1b1b1b;
  margin-left: auto;
  font-size: 12px;
}

@keyframes slide-down {
  0% {transform:translateY(-100%)}
  100% {transform:translateY(0)}
}

@keyframes slide-up {
  100% {transform:translateY(-100%)}
  0% {transform:translateY(0)}
}

@keyframes fade-in {
  0% { opacity: 0 }
  100% { opacity: 1 }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

[data-aos="slow-fade-right"] {
  opacity: 0;
  transform: translateX(-20px);
  transition-property: transform, opacity;
}

[data-aos="slow-fade-right"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

[data-aos="slow-fade-left"] {
  opacity: 0;
  transform: translateX(20px);
  transition-property: transform, opacity;
}

[data-aos="slow-fade-left"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

[data-aos="slow-fade-up"] {
  opacity: 0;
  transform: translateY(20px);
  transition-property: transform, opacity;
}

[data-aos="slow-fade-up"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
}
.js-loading .slides__text--small {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0s;
}
.js-loading .navbar--large {
  opacity: 0;
  transition: opacity 0s;
}

.navbar--mobile {
  background: #101010;
  height: 60px;
  display: none;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.navbar--mobile__logo {
  margin-left: auto;
  margin-top: 2px;
  margin-right: 8.33333333%;
}

.navbar--mobile__logo__img {
  height: 30px;
}

.navbar--mobile__menu-toggle {
  position: relative;
  width: 26px;
  height: 17px;
  margin-left: 8.33333333%;
}

.navbar--mobile__menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navbar--mobile__menu-toggle span:nth-child(1) {
  top: 0px;
}
.navbar--mobile__menu-toggle span:nth-child(2) {
  top: 7px;
}
.navbar--mobile__menu-toggle span:nth-child(3) {
  top: 14px;
}

.open .navbar--mobile__menu-toggle span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open .navbar--mobile__menu-toggle span:nth-child(2) {
  opacity: 0;
  left: -26px;
}
.open .navbar--mobile__menu-toggle span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navbar--mobile__menu {
  position: absolute;
  width: 141px;
  box-sizing: border-box;
  top: 60px;
  height: 100vh;
  background: #101010;
  color: #a4a4a4;
  padding: 0 8.33333333%;
  padding-right: 25px;
  padding-top: 15px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all .25s ease-in;
  -webkit-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
}

.navbar--mobile__submenu {
  position: absolute;
  top: 60px;
  left: 140px;
  height: 100vh;
  background: #101010;
  color: #a4a4a4;
  padding: 0 8.33333333%;
  padding-top: 15px;
  padding-left: 15px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all .25s ease-in;
  -webkit-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  z-index: -50;
}

#submenu-services {
  padding-right: 15px;
}

.open .navbar--mobile__menu {
  transform: translateX(0);
  opacity: 1;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  visibility: visible;
}

.navbar--mobile__submenu.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.navbar--mobile__submenu.open ~ .navbar--mobile__menu {
  transition-delay: .3s;
}

.navbar--mobile__submenu.open ~ .navbar--mobile__dim-shade {
  transition-delay: .3s;
}

#submenu-services.open ~ .navbar--mobile__menu #arrow-services {
  border-color: #fff;
}
#submenu-about.open ~ .navbar--mobile__menu #arrow-about {
  border-color: #fff;
}

.navbar--mobile__menu-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.navbar--mobile__menu-link {
  display: block;
  transform: translateZ(0);
}

.navbar--mobile__dim-shade {
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #101010;
  opacity: 0;
  z-index: -100;
  transition: all .25s ease-in;
  -webkit-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
}

.open .navbar--mobile__dim-shade {
  visibility: visible;
  opacity: 0.7;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}

.arrow {
  border: solid #a4a4a4;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  width: 1px;
  height: 1px;
  position: absolute;
  right: 15px;
}

.arrow--right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  height: 90px;
  background: #1b1b1b;
  box-sizing: border-box;
  z-index: 1000;
  text-transform: uppercase;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.navbar--large {
  height: 115px;
  background-color: transparent;
  box-shadow: none;
  transition: opacity 1s ease 1s, background-color .3s ease, height .3s ease;
  position: fixed;
}
.navbar--shrink {
  background-color: #101010;
  height: 80px;
}
.navbar--shrink .navbar__logo__img--large {
  height: 50px;
}

.navbar__social {
  display: flex;
  font-size: 28px;
  position: absolute;
  right: 0;
  margin-right: 40px;
  align-items: center;
}
.navbar__social a {
  margin-left: 20px;
}
.navbar__social .fab {
  cursor: pointer;
  transition: color .4s ease;
}
.navbar__social .fab:hover {
  color: #db3236;
  transition: color .2s ease-in-out;
}

.navbar__logo__div {
  padding: 5px 30px;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
  justify-content: center;
  width: 260px;
}

.navbar__logo__img {
  height: 70px;
}

.navbar__logo__img--large {
  height: 90px;
  transition: all .3s ease;
}

.navbar__menu {
  display: flex;
  color: white;
  width: 450px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.8px;
}

.navbar__menu--left {
  justify-content: flex-end;
}

.navbar__menu__link {
  display: block;
  padding: 30px 30px;
  transition: color .4s ease;
  color: #fff;
}
div.navbar__menu__link {
  cursor: default;
}

.navbar__menu__item:hover .navbar__menu__link {
  color: #db3236;
  transition: color .2s ease-in-out;
}

.navbar__menu__item:hover .navbar__menu__dropdown {
  visibility: visible;
}

.navbar__menu__dropdown {
  visibility: hidden;
  position: absolute;
  background: #101010;
  display: flex;
  flex-flow: column;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  //box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  margin-top: -10px;
}

.navbar--shrink .navbar__menu__dropdown {
  margin-top: 0;
}

.dropdown__link {
  display: block;
  padding: 10px 24px;
  transition: color .4s ease;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  min-width: 80px;
  letter-spacing: 0.6px;
}

.dropdown__link:hover {
	color: #b9b9b9;
  transition: color .2s ease-in-out;
}

.slides__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	background-color: #000;
  height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  animation: fade-in 1s ease;
	object-fit: cover;
}
section.slides .slides__image {
  //margin-top: -115px;
}

.slides__overlay {
  background: linear-gradient(hsla(0,0%,8%,.6),hsla(0,0%,8%,.6));
  width: 100%;
  height: 100%;
}

.list--square {
  list-style: square inside;
  margin-bottom: 30px;
}

div.img-container--split {
  display: flex;
}

.slides__image--subpage {
  height: 700px;
	width: 100%;
  flex: 1 auto;
}

.slides__text {
  text-align: center;
  overflow: hidden;
}
.slides__text--main {
  transform: translateX(30vw);
}

.slides__text__img {
  height: 228px;
  margin-bottom: 60px;
  margin-left: -80px;
  margin-right: -80px;
  opacity: 0.8;
}

.slides__text--large {
  font-size: 50px;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 33px;
}

.slides__text--small {
  font-size: 24px;
  width: 450px;
  margin: auto;
  transform: translateY(0);
  opacity: 1;
  
  transition: 1s ease .5s;
  transition-property: transform, opacity;
  //animation: fade-up 1s ease .5s;
}

.slides__text--small--subpage {
  font-size: 64px;
  width: auto;
  text-transform: uppercase;
  font-family: 'Lustria', serif;
}

.intro-section {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #333;
  overflow: hidden;
}
.intro-section__body {
  width: 50%;
  padding: 0 8.33333333%;
  box-sizing: border-box;
}
.intro-section__text--large {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: 'Lustria', serif;
}
.intro-section__text--small {
  font-size: 16px;
}
.intro-section__img {
  background-image: url(/res/kananaskis/DSC08314.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 50%;
  height: 700px;
}

.services-section {
  background: #a92e41;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  color: #333;
  padding: 150px 8.33333333%;
  padding-bottom: 100px;
  box-sizing: border-box;
}

.services-section--white {
  background: #fff;
  color: #333;
}

.services-section__text--large {
  font-size: 42px;
  font-weight: bold;
  font-family: 'Lustria', serif;
}

.services-section__text--small {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 60px;
  max-width: 660px;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
}

.services-grid__last-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%
}

.services-grid__col {
  width: 33.33333333%;
  padding-left: 25px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.services-grid__col__img {
  padding-bottom: 66.25%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.services-grid__col__img {
  display: block;
  //transition: .2s ease-out;
}

.services-grid__col__card {
  position: relative;
  padding: 15px;
  padding-bottom: 25px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.services-grid__col__card:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.services-grid__col__card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 2rem rgba(0,0,0,.2);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.services-grid__col__card:hover::after {
  opacity: 1;
}

.services-grid__col__text {
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  padding: 0 40px;
  //text-transform: uppercase;
}

.about-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #333;
  box-sizing: border-box;
  overflow: hidden;
}

.about-section__text {
  z-index: 100;
  padding: 0 8.33333333%;
  box-sizing: border-box;
  width: 50%;
}

.text--large {
  font-size: 34px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 20px;
  font-family: 'Lustria', serif;
}

.text--large--subpage {
  font-size: 24px;
  margin-top: 2px;
  margin-bottom: 30px;
}

.text--small {
  font-size: 16px;
}

.about-section__image {
  background-image: url(/res/index_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 50%;
  height: 700px;
}

.btn {
  margin-top: 40px;
}

.btn--services {
  margin-top: 0;
  margin-bottom: 40px;
}

.btn__link {
  display: inline-block;
  background: #db3236;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.3px;
  padding: 12px 24px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
}

.btn__link--inverted {
  background: #fff;
  color: #db3236;
}

.btn__link--more {
  padding: 12px 32px;
}

.btn__link--form {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.btn__link:hover {
  background: #bd2c2e;
}

.btn__link.btn__link--inverted:hover {
  background: #e2e1e1;
}

.stats-section {
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 150px 8.33333333%;
  box-sizing: border-box;
  height: 700px;
  background-image: linear-gradient(hsla(0,0%,8%,.6),hsla(0,0%,8%,.6)),url(/res/index_6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.stats-col--left {
  width: 50%;
}

.stats-col--right {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  padding-right: 8.33333333%;
  box-sizing: border-box;
}

.round-item {
  margin-left: 15px;
}

.round-item__circle {
  width: 150px;
  height: 150px;
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  border: 2px solid #f4c20d;
  border-radius: 50%;
}

.round-item__title {
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.round-item__number {
  font-size: 42px;
  line-height: 50px;
}

.round-item__text {
  color: #f4c20d;
  font-weight: 400;
  text-transform: uppercase;
}

.text--gray {
  color: #888;
}

.text--red {
  color: #db3236;
}

.features-section {
  display: flex;
  background-color: #ffffff;
  justify-content: center;
  flex-wrap: wrap;
  color: #333;
  padding: 150px 8.33333333%;
  box-sizing: border-box;
  margin-left: -40px;
}

.features-col {
  display: flex;
  margin-bottom: 40px;
  padding-left: 40px;
  box-sizing: border-box;
  width: 50%;
}
.features-col__card {
  display: flex;
  background: #ffffff;
  border-radius: 2px;
  padding: 25px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
}

.features-col__image__img {
  width: 45px;
  height: 45px;
  margin-right: 15px;
  margin-top: 5px;
}

.img__access {
  margin-top: 4px;
}

.img__cam {
  margin-top: 1px;
}

.img__event {
  margin-top: -2px;
}

.features-col__text--large {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-family: 'Lustria', serif;
}

.features-col__text--small {
  font-size: 16px;
}

.features-section__btn {
  margin-top: 20px;
  text-align: center;
}

.features-section__btn__link {
  background: #db3236;
}

.contact-section {
  display: flex;
  align-items: center;
  background: #1b1b1b;
  color: #fff;
  padding: 80px 8.33333333%;
  box-sizing: border-box;
}

.copyright-section {
  background: #1b1b1b;
  color: #fff;
  padding: 0px 8.33333333%;
  padding-bottom: 20px;
  margin-top: -5px;
  box-sizing: border-box;
  display: flex;
	font-size: 12px;
	justify-content: space-between;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.2px;
}
.copyright-section__separator {
    margin: 0 2px;
}

.contact-col {
  display: flex;
  align-items: center;
}

.text--copyright {
  font-size: 12px;
	line-height: 18px;
}

.resume-section {
  display: flex;
  background: #fff;
  color: #333;
  padding: 150px 8.33333333%;
  box-sizing: border-box;
}

.contact-col--left {
  margin-right: 6%;
}

.contact-col--left--subpage {
  padding-right: 5%;
  box-sizing: border-box;
  width: 50%;
}

.text--small--subpage {
  margin-bottom: 30px;
}

.text--small--services {
  margin-bottom: 25px;
}

.contact-col--right {
  margin-left: 6%;
  display: flex;
  align-items: center;
}

.contact-col--form {
  width: 50%;
}

.contact-section__divider {
  min-width: 1px;
  margin-top: 5px;
  height: 150px;
  /* background: #e3e3e3; */
  background: rgba(255, 255, 255, 0.2);
}

.contact-col__logo__img {
  height: 120px;
  margin-right: 6%;
}

.contact-col__line {
  display: flex;
  margin-bottom: 5px;
}

.contact-col__line--subpage {
  display: flex;
  margin-bottom: 15px;
}

.contact-col__fa {
  margin-right: 7px;
  min-width: 20px;
  line-height: 20px;
}

.form__input {
  border-radius: 0px;
  border: none;
  background-color: #fdfdfd;
  width: 100%;
  height: 44px;
  padding: 10px 20px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.42857143;
  outline: 1px solid #e3e3e3;
  outline-offset: 0;
}

.form__input--file {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  margin-top: 10px;
  margin-bottom: 12px;
  cursor: pointer;
}

.form__text-area {
  height: auto;
}

.staff-section {
  background: #fff;
  color: #888;
  padding: 150px 8.33333333%;
  padding-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.staff-row {
  display: flex;
  margin-bottom: 80px;
  width: 50%;
}

.staff-col--left {
  margin-right: 80px;
}

.staff-col--right {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.staff-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.staff-section__text--large {
  color: #333;
  font-size: 24px;
  margin-bottom: 4px;
}

.staff-section__text--small {

}

.faq-col {
  border-bottom: 2px solid #101010;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 25px;
  padding-top: 25px;
}

.faq-col__text--large::before, .faq-col__text--large::after {
  position: absolute;
  right: 0px;
  top: 15px;
  height: 2px;
  width: 13px;
  background: #db3236;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
}

.faq-col__text--large.expanded::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq-col__text--large::before {
  right: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq-col__text--large.expanded::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq-section {
  padding: 150px 8.33333333%;
  padding-top: 120px;
}

.faq-col__text--large {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  padding-right: 68px;
  color: #db3236;
  cursor: pointer;
}

.faq-col__text--small {
  padding-right: 68px;
  margin-bottom: 0px;
  padding-top: 10px;
  overflow: hidden;
}

.faq-col__collapsible {
  transition: height 0.3s ease-out;
}

[data-collapsed='false'] .faq-col__text--small {
  transition: all .4s;
  opacity: 1;
}

[data-collapsed='true'] .faq-col__text--small {
  transition: height .4s, opacity .23s;
  opacity: 0;
}

.info-section {
  display: flex;
  flex-flow: column;
  gap: 96px;
  background: #fff;
  color: #333;
  padding: 150px 8.33333333%;
  box-sizing: border-box;
}

.info-col__text--small {
  font-size: 16px;
  line-height: 24px;
}

.info-col__text--large {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Lustria', serif;
}

.info-col__logo__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: flex;
  width: 400px;
}

.contact-banner {
  text-align: center;
}

.contact-banner__text--large {
  font-size: 28px;
  text-transform: uppercase;
  color: #ffffff;
}

.contact-banner__btn {
  margin-top: 30px;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.info-section__btn {
  margin-top: 0px;
  text-align: center;
}

.info-section__btn .btn__link {
  padding: 12px 48px;
}

hr {
  background: transparent;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  width: 40px;
  margin-left: 0;
  margin-top: 0;
}

.info-col__hr {
  width: 60px;

}

.related-services {
  display: flex;
  flex-flow: column;
  justify-content: center;
  background: #f9f9f9;
  color: #333;
  padding: 150px 8.33333333%;
  box-sizing: border-box;
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.related-col {
  width: 50%;
  margin-bottom: 10px;
}

.related-services__text--large {
  font-size: 20px;
  margin-bottom: 10px;
  color: #db3236;
  text-transform: uppercase;
  font-family: 'Lustria', serif;
  font-weight: 700;
}

.resume-section .related-services__text--large {
  color: #101010;
  font-family: 'Lustria', serif;
  font-weight: 700;
}

.related-col__text--small {
  font-family: 'Lato', sans-serif;
  margin: 0;
  letter-spacing: 0.2px;
  line-height: 1.3;
  transition: color .4s ease;
}

.related-col__text--small:hover {
  color: #db3236;
  transition: color .2s ease-in-out;
}

video#slides__video { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* RESPONSIVE CSS */

@media screen and (max-width: 1470px) {
  #body {
    padding: 0 100px;
  }
  .menu-bar {
    padding-left: 100px;
    padding-right: 100px;
  }
  #top-bar {
    padding: 0 100px;
  }
  .footer-bar {
    padding: 0 100px;
  }
}

@media screen and (max-width: 1140px) {
  
}

/* TABLET */
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
  .slides__text__img {
    height: 170px;
  }
  .slides__text--small {
    width: 320px;
  }
  .slides__text--small--subpage {
    font-size: 40px;
  }
  .services-grid__col {
    width: 100%;
  }
  .features-col {
    width: 100%;
  }
  .stats-section {
    flex-flow: column;
    height: auto;
  }
  .stats-col--left {
    width: 100%;
  }
  .stats-col--right {
    margin-bottom: 100px;
    padding-right: 0;
    width: auto;
  }
  .round-item:first-child {
    margin-top: 0;
  }
  .contact-section {
    flex-flow: column;
    align-items: normal;
  }
  .contact-col--left {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .contact-col--right {
    margin-left: 0;
    display: block;
  }
  .contact-section__divider {
    display: none;
  }
  .contact-col__logo__img {
    margin-bottom: 20px;
  }
  .btn__link {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .text--large {
    font-size: 30px;
  }
  .services-grid__col__text {
    font-size: 18px;
    margin-top: 25px;
  }
  .services-section__text--small {
    font-size: 18px;
  }
  .services-section__text--large {
    font-size: 34px;
  }
  .navbar {
    display: none;
  }
  .navbar--mobile {
    display: flex;
  }
  .about-section__image {
    overflow: hidden;
  }
  .slides__text {
    overflow: hidden;
  }
  .slides__text--main {
    transform: translateX(0);
  }
  .related-col {
    width: 100%;
    margin-bottom: 15px;
  }
  .staff-row {
    width: 100%;
  }
  .staff-col--left {
    margin-right: 10%;
  }
  .resume-section {
    flex-flow: column;
  }
  .contact-col--left--subpage {
    width: 100%;
    padding-right: 0;
  }
  .contact-col--form {
    width: 100%;
  }
  .info-col__logo__img {
    width: 345px;
  }
  .intro-section {
    flex-flow: column;
  }
  .intro-section__body, .about-section__text {
    width: 100%;
    padding: 100px 8.33333333%;
  }
  .intro-section__img, .about-section__image {
    width: 100%;
    height: 500px;
  }
  .about-section {
    flex-flow: column;
  }
  div.img-container--split {
    flex-flow: column;
  }
  .slides__image {
    height: 700px;
  }
  .slides__image--subpage {
    height: 500px;
  }
  section.slides .slides__image {
    margin-top: 0;
  }
  .info-section, .related-services, .resume-section, .faq-section {
    padding: 100px 8.33333333%;
  }
  .faq-section {
    padding-top: 70px;
  }
	.copyright-section {
		flex-direction: column;
    text-align: center;
    grid-gap: 10px;
	}
}

/* TABLET ONLY */
@media screen and (max-width: 768px) and (min-width: 601px) {
  .navbar--mobile__menu-toggle {
    margin-left: 5%;
  }
  .navbar--mobile__menu, .navbar--mobile__submenu {
    padding: 0 5%;
  }
  .services-section {
    padding-bottom: 50px;
  }
  .about-section__text, .stats-section, .features-section, .contact-section, .services-section {
    padding: 100px 5%;
  }
  .info-section, .related-services, .faq-section {
    padding: 100px 5%;
  }
}

/* MOBILE */
@media screen and (max-width: 600px) {
  .round-item {
    margin-top: 25px;
    margin-left: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .stats-col--right {
    flex-flow: column;
    align-items: center;
  }
  .services-section, .intro-section__body, .stats-section, .features-section {
    padding: 100px 8.33333333%;
  }
  .services-section {
    padding-bottom: 50px;
  }
}