/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
header {
  border-radius: 10px;
}

.header__branding-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  box-shadow: inset 0px -6px 4px rgba(0, 0, 0, 0.2);
  background-color: #D9D9D9;
  color: #000000;
}

.header__logo-image {
  max-height: 72px;
}

.header__tagline-text {
  font-style: italic;
  font-size: 24px;
}

.header__mobile-toggle {
  display: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .header__mobile-toggle {
    display: inline;
  }
}

.header__nav-wrapper {
  display: none;
}

.header__nav-wrapper.active {
  display: block;
}

.header__nav-list {
  display: flex;
  list-style-type: none;
  box-shadow: inset 0px -5px 4px rgba(0, 0, 0, 0.22), inset 0px 3px 8px rgba(0, 0, 0, 0.32);
  justify-content: space-around;
  background-color: #D9D9D9;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .header__nav-list {
    flex-direction: column;
  }
}

.header__nav-list li {
  text-align: center;
}

.header__nav-list li a {
  text-decoration-line: none;
  font-size: 24px;
  color: #000000;
}

.content__wrapper {
  margin: 25px;
}

footer {
  background-color: #D9D9D9;
  color: #000000;
}

.footer__wrapper {
  padding: 15px;
}

.footer__three-column-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.footer__column {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-right: 4px solid #B2B2B2;
  flex-direction: column;
  flex-basis: 33%;
  flex-grow: 1;
}

.footer__column:first-child {
  justify-content: space-around;
}

.footer__column:last-child {
  border-right: none;
}

.footer__tagline {
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__logo-image {
  max-width: 175px;
}

.footer__nav-list {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-direction: column;
}

.footer__nav-list li {
  text-align: center;
  padding-bottom: 30px;
}

.footer__nav-list li a {
  text-decoration-line: none;
  font-size: 24px;
  color: #000000;
  text-shadow: 0px -3px 4px rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
}

.footer__social-copyright-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 4px solid #B2B2B2;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer__social-link {
  color: #000000;
  text-decoration: none;
  padding-right: 15px;
}

.footer__social-link .dashicons {
  font-size: 40px;
  padding-right: 15px;
}

.three-column-services__title {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  color: #FFFFFF;
  border: 2px solid #000000;
  text-shadow: 2px 4px 7px rgba(255, 255, 255, 0.41);
}

.three-column-services__column-wrapper {
  display: flex;
  align-self: stretch;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.three-column-services__service-wrapper {
  border-radius: 5px;
  border: 1px solid white;
  flex: 1;
  padding: 25px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: A4A4A4;
}

.three-column-services__column-title {
  font-size: 60px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 25px;
}

.three-column-services__description {
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}

.three-column-services__cta-button {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.three-column-services__cta-button-link {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 184%;
  text-align: center;
  border: 1px solid #FFFFFF;
  padding: 10px;
  border-radius: 15px;
  color: #FFFFFF;
  text-decoration: none;
}

.stats__wrapper {
  margin-top: 45px;
  margin-bottom: 45px;
}

.stats__stats-grid {
  background: rgba(164, 164, 164, 0.12);
  border: 1px solid #FFFFFF;
  border-radius: 15px;
}

.stats__stats-grid-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.stats__stats-grid-list-item {
  flex: 0 0 50%;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding: 25px 0px;
}

.stats__cta-button {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.stats__cta-button-link {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 184%;
  text-align: center;
  border: 1px solid #FFFFFF;
  padding: 10px 30px;
  border-radius: 15px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}

.single-info-tile__wrapper {
  text-align: center;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-width: 1px;
  display: block;
  border-radius: 15px;
}

.portfolio-item__page-title {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 72px;
  text-align: center;
  color: #FFFFFF;
  border: 2px solid #000000;
  text-shadow: 2px 4px 7px rgba(255, 255, 255, 0.41);
}

.portfolio-item__outer-column-wrapper {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 768px) {
  .portfolio-item__outer-column-wrapper {
    flex-direction: column;
  }
}

.portfolio-item__service-wrapper {
  flex: 0 0 49%;
  border-radius: 10px;
  border: 1px solid white;
  background: rgba(164, 164, 164, 0.12);
}

.portfolio-item__inner-column-wrapper {
  display: flex;
  padding: 25px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .portfolio-item__inner-column-wrapper {
    flex-direction: column;
  }
}

.portfolio-item__image-wrapper {
  border-radius: 10px;
  border: 1px solid white;
  flex: 1;
  overflow: hidden;
  background: rgba(204, 204, 204, 0.445);
}

.portfolio-item__image {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.portfolio-item__text-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .portfolio-item__text-wrapper {
    display: none;
  }
}

.portfolio-item__mobile-title {
  font-size: 50px;
  text-align: center;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .portfolio-item__mobile-title {
    display: none;
  }
}

.portfolio-item__text {
  font-size: 27px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: 25px;
}

.portfolio-item__cta-button {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.portfolio-item__cta-button-link {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 184%;
  text-align: center;
  border: 1px solid #FFFFFF;
  padding: 10px;
  border-radius: 15px;
  color: #FFFFFF;
  text-decoration: none;
}

.footer-contact input, .footer-contact select, .footer-contact textarea, .contact-page-form input, .contact-page-form select, .contact-page-form textarea {
  padding: 10px;
  border-radius: 10px;
}

.footer-contact select, .footer-contact input[type=submit], .contact-page-form select, .contact-page-form input[type=submit] {
  margin-top: 15px;
}

.footer-contact select, .contact-page-form select {
  width: 100%;
}

/* these styles are intended to override user-agent stylesheets
these will be unneccesary once the styles for this site are fully built out
*/

html, body {
  background-color: #000000;
  font-family: "Exo 2", sans-serif;
  max-width: 1920px;
  margin: 0 auto;
}

ul {
  margin: 0;
}

/*# sourceMappingURL=style-style.css.map*/