/******************************************************************
Site Name: Schott Mauss and Associates
Author: Webspec

Stylesheet: Main Stylesheet

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Stylesheet: Typography
/*********************
FONT FACE 
*********************/
.figtree-light, .form-check-label, input, select, textarea, .accordion-body, .accordion-button, .number-callout, .numbered-callout-card span, h1, .sma-nav, .btn, .pre-header, p {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.figtree-bold, footer {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.playfair-semi-bold-italic, h2 em {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  font-variation-settings: "wdth" 100;
}

.playfair-semi-bold, label, form p, .byline, .card, h3, h2 {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

p {
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

.pre-header {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d1460a;
  margin-bottom: 10px;
  text-align: center;
}

/******************************************************************
COLORS
*********************/
.black-text, .skip-to-content-link:focus {
  color: #313131;
}

.white-text {
  color: #fff;
}

.light-tan-text {
  color: #FAF9F7;
}

.orange-text {
  color: #D1460A;
}

.mt-150 {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .mt-150 {
    margin-top: 40px;
  }
}

.btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: 600;
  padding: 15px;
  border: 0;
  border-radius: 0px;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  transition: #fff 0.14s ease-in-out;
}
.btn-contact {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
.btn--orange-border {
  color: #313131;
  letter-spacing: 2px;
  border: solid 1px #D1460A;
  padding-right: 40px;
}
.btn--orange-border::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/btn-arrow.svg");
  background-repeat: no-repeat;
  color: #fff;
  position: absolute;
  display: inline-block;
  right: -3px;
}
.btn--white-border {
  color: #fff;
  letter-spacing: 2px;
  border: solid 1px #fff;
  margin: auto;
  padding-right: 40px;
}
.btn--white-border::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/white-arrow.svg");
  background-repeat: no-repeat;
  color: #fff;
  position: absolute;
  display: inline-block;
  right: -3px;
}
.btn--white-border:hover {
  background-color: #fff;
  color: #D1460A;
}
.btn--white-border:hover::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/btn-arrow.svg");
  background-repeat: no-repeat;
  color: #fff;
  right: -3px;
}
.btn--orange {
  background-color: #D1460A;
  color: #fff;
  padding-right: 40px;
  border: solid 1px #fff;
  z-index: 20;
  letter-spacing: 1px;
}
.btn--orange a {
  color: #fff;
  text-decoration: none;
}
.btn--orange::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/white-arrow.svg");
  background-repeat: no-repeat;
  color: #fff;
  position: absolute;
  display: inline-block;
  right: -3px;
}
.btn--orange:hover {
  background-color: #fff;
}
.btn--orange:hover a {
  color: #D1460A;
}
.btn--orange:hover::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/btn-arrow.svg");
  background-repeat: no-repeat;
  color: #fff;
  display: inline-block;
  right: -3px;
}
.btn:hover, .btn:focus {
  color: #D1460A;
  text-decoration: none;
  border: solid 1px #D1460A;
  outline: none;
}
.btn:active {
  top: 1px;
}

.sma-nav {
  background-color: #fff;
  padding: 10px 40px;
  color: #313131;
  font-weight: 300;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
  text-align: right;
}
@media (max-width: 1505px) {
  .sma-nav {
    padding: 10px 15px;
    font-size: 16px;
  }
}
.sma-nav ul {
  margin-right: 10px;
}
.sma-nav .nav-link {
  color: #313131;
  text-align: left;
}
.sma-nav img {
  max-width: 300px;
  margin-right: 60px;
}
@media (max-width: 1505px) {
  .sma-nav img {
    max-width: 270px;
    margin-right: 30px;
  }
}
@media (max-width: 440px) {
  .sma-nav img {
    max-width: 230px;
    margin-right: 19px;
  }
}
.sma-nav a {
  margin: 0px 11px;
}

.navbar-toggler {
  border: solid 1px;
  border-radius: 0px;
}
.navbar-toggler:focus {
  box-shadow: none;
  border: solid 2px;
}

.navbar-expand-lg .navbar-nav {
  display: contents;
}

.skip-to-content-link {
  left: 0%;
  position: absolute;
  transform: translateY(-100%);
}

.skip-to-content-link {
  color: #313131;
  text-align: center;
  height: 70px;
  left: 0%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  width: 100%;
  background-color: #fff;
  z-index: 22;
  line-height: 50px;
  font-weight: bold;
  border: none;
}

h1 {
  font-size: 64px;
  line-height: 58px;
  letter-spacing: 2px;
  text-transform: lowercase;
  color: #313131;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  h1 {
    font-size: 44px;
    line-height: 43px;
  }
}

h2 {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 2px;
  color: #313131;
  font-style: normal;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
h2 em {
  color: #D1460A;
}

h3 {
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  h3 {
    font-size: 26px;
    line-height: 31px;
  }
}
h3.about {
  font-size: 24px;
  line-height: 29px;
  color: #D1460A;
  margin-bottom: 10px;
}

.hero-home-motif {
  position: absolute;
  right: 70px;
  bottom: -17%;
}
@media (max-width: 768px) {
  .hero-home-motif img {
    display: none;
  }
}

section {
  padding: 130px 0px;
}
@media (max-width: 991px) {
  section {
    padding: 100px 0px;
  }
}
@media (max-width: 768px) {
  section {
    padding: 60px 0px;
  }
}

.home {
  position: relative;
  text-align: left !important;
}
.home h1, .home h2 {
  text-align: left;
}

.dark-hero {
  background-image: url("../images/sma-hero.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
  text-align: left !important;
  text-shadow: 1px 1px 10px rgb(0, 0, 0);
  text-align: left;
}
.dark-hero h1,
.dark-hero h2 {
  text-align: left;
  color: #ffffff;
}
.dark-hero h1 em,
.dark-hero h2 em {
  color: #ffffff;
  background-color: #D1460A;
}
.dark-hero a {
  text-shadow: none !important;
}

.hero-reviews {
  background-image: url("../images/sma-reviews-hero.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
  text-align: left !important;
  text-shadow: 1px 1px 10px rgb(0, 0, 0);
  text-align: left;
  overflow: visible;
  height: 100vh;
}
@media (max-width: 768px) {
  .hero-reviews {
    background-size: contain;
    color: #000000;
    text-shadow: none;
  }
}
.hero-reviews h1,
.hero-reviews h2 {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 768px) {
  .hero-reviews h1,
  .hero-reviews h2 {
    color: #000000;
  }
}
.hero-reviews h1 em,
.hero-reviews h2 em {
  color: #ffffff;
  background-color: #D1460A;
}
@media (max-width: 768px) {
  .hero-reviews h1 {
    margin-top: 200px;
  }
}

.winning-clients {
  background-image: url("../images/client-collage.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.winning-clients-text {
  background-color: #ffffff;
  color: #313131;
  min-width: 188px;
  max-width: 400px;
  height: auto;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  text-shadow: none;
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.workers-comp-section {
  padding-top: 175px;
}

.get-results {
  background-image: url("../images/get-results.svg");
  background-repeat: no-repeat;
  background-position-y: 90px;
}
@media (max-width: 768px) {
  .get-results {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .get-results--no-bg-sm {
    background-image: none;
  }
}

.tan-bg, .navbar-expand-lg {
  background-color: #FAF9F7;
}

.white-bg {
  background-color: #fff;
}

.orange-bg {
  background-color: #D1460A;
  color: #fff;
}

.card {
  padding: 75px 28px 60px;
  background-color: #D1460A;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  border: none;
}
@media (max-width: 991px) {
  .card {
    min-height: auto;
    margin-bottom: 180px;
  }
}
.card img {
  margin-top: -220px;
  margin-bottom: 40px;
}
.card h3 {
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .card h3 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 30px;
  }
}
.card--orange-border {
  border: solid 1px #D1460A;
  text-align: center;
  padding: 40px;
  display: flex;
}
.card--orange-border ul li {
  text-align: left;
}
@media (max-width: 991px) {
  .card--orange-border {
    display: block !important;
  }
}
.card--orange-border p {
  margin-bottom: 0px;
}
.card--orange-border h2 {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .card--orange-border h2 {
    text-align: left;
  }
}

.orange-card-large {
  background-color: #D1460A;
  color: #fff;
  padding: 50px;
  width: 100%;
}
.orange-card-large a {
  color: #fff;
}

.border-card-small {
  padding: 25px;
  min-height: 400px;
}
@media (max-width: 991px) {
  .border-card-small {
    min-height: auto;
    margin-bottom: 20px;
    padding: 20px;
    min-height: 350px;
  }
}
@media (max-width: 768px) {
  .border-card-small {
    min-height: auto;
    padding: 40px;
  }
}

.numbered-callout-card {
  margin-top: 100px;
}
.numbered-callout-card span {
  font-size: 200px;
  line-height: 234px;
  color: #D1460A;
  margin-top: -190px;
  margin-left: -63px;
  display: inline-block;
}
@media (max-width: 991px) {
  .numbered-callout-card span {
    font-size: 130px;
    line-height: 152px;
  }
}
.numbered-callout-card h3 {
  display: inline-block;
  color: #D1460A;
}

@media (max-width: 991px) {
  .spacing-bottom-md {
    margin-bottom: 40px;
  }
}

.testimonial {
  min-height: 364px;
  padding: 40px;
}
@media (max-width: 768px) {
  .testimonial {
    min-height: auto;
    margin-bottom: 20px;
  }
}

.denials {
  min-height: 110px;
}

.byline {
  color: #D1460A;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-top: 20px;
}

.number-callout {
  font-size: 76px;
  line-height: 89px;
  text-align: center;
}
@media (max-width: 768px) {
  .number-callout {
    margin-top: 40px;
  }
}

.yellow-and-tan-motif {
  width: 137px;
  height: 100px;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 50px;
}
.yellow-and-tan-motif-contact-form {
  margin-top: -84px;
}

.accordion-button {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
  background-color: #D1460A;
}
.accordion-button:after {
  color: #fff;
}

.accordion-button:not(.collapsed) {
  background-color: #D1460A;
  color: #fff;
}

.accordion-button:focus {
  border-color: #D1460A;
}

.accordion-button::after {
  background-image: url("../images/plus.svg");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/plus.svg");
}

form p {
  margin-bottom: 10px !important;
  text-align: left !important;
  font-size: 20px;
  line-height: 24px;
}
form p a {
  font-size: 18px;
  line-height: 29px;
  color: #313131;
}
form p a:hover {
  color: #D1460A;
}

label {
  font-size: 20px;
  line-height: 24px;
  text-align: left !important;
  float: left;
}

input, select, textarea {
  border: solid 1px #CFCBBB;
  color: #313131;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  padding: 10px;
  text-align: left;
  margin-bottom: 30px;
}

.form-check {
  display: flex;
}

.form-check-input:checked {
  background-color: #D1460A;
  border-color: #D1460A;
}

.form-check-label {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 1px;
}

.form-check-input[type=radio] {
  margin-right: 10px;
  margin-left: -10px;
  margin-bottom: 10px;
}

.form-check-input[type=checkbox] {
  margin-right: 10px;
}

form [type=button]:not(:disabled),
form [type=reset]:not(:disabled),
form [type=submit]:not(:disabled),
form button:not(:disabled) {
  cursor: pointer;
  max-width: 137px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
}

footer {
  background-color: #D1460A;
  color: #fff;
  letter-spacing: 2px;
  padding: 40px 0px;
}
footer p {
  margin-bottom: 0px;
}
footer ul {
  padding: 0px;
  margin: 0px;
}
footer ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer img {
  max-width: 417px;
}
@media (max-width: 768px) {
  footer img {
    margin-bottom: 50px;
  }
}
footer h3 {
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  text-align: left;
}
@media (max-width: 768px) {
  footer h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .mb-0-sm {
    margin-bottom: 0px;
  }
}

a {
  color: #D1460A;
}
a:hover {
  color: #313131;
  font-style: italic;
}

p {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.min-height-auto {
  min-height: auto !important;
}

ul {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 30px;
}

.logo {
  max-width: 250px;
}

.dropdown-menu {
  border-radius: 0px;
}

a.dropdown-item {
  margin: 10px 0px;
  padding: 10px 20px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #D1460A;
  color: #fff;
}

.social-media h3 {
  text-align: right !important;
  justify-content: flex-end;
}
.social-media ul {
  padding: 0px;
}
.social-media li {
  list-style-type: none;
  display: inline;
  padding: 0px 40px;
  font-size: 56px;
}
.social-media--review {
  text-align: center;
}
@media (max-width: 768px) {
  .social-media--review {
    text-align: left !important;
  }
}
