@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

@import url('https://fonts.googleapis.com/css?family=Mulish:200,300,400,700&display=swap');

@font-face {
          font-family: 'Quicksand';
          src: url('/fonts/Quicksand/static/Quicksand-Regular.ttf') format("truetype");
          font-weight: 400;
          font-style: normal;
        }

body {
    font-family: Mulish;
    color: #595a5b;
    background-color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: Quicksand;
    font-weight: 400;
}

h1,
.h1 {
    color: #212c3a !important;
}

.quicksand {
    font-family: 'Quicksand', sans-serif; font-weight: 400;
}

.verdana {
    font-family: 'Verdana', sans-serif;
}

.theme-default-text,
a.theme-default-text {
    color: #595a5b !important;
}

.theme-blue-text,
a.theme-blue-text {
    color: #212c3a !important;
}

.white-text,
.white-text a {
    color: #ffffff;
}

a.white-text {
    color: #ffffff !important;
}

.theme-gray-text,
a.theme-gray-text {
    color: #5e5e5e !important;
}

.theme-darkgray-text,
a.theme-darkgray-text {
    color: #2d2d2d !important;
}

.theme-gold-text,
a.theme-gold-text {
    color: #bc9958 !important;
}

.theme-red-text,
a.theme-red-text {
    color: #e21c24 !important;
}

.theme-blue-bg {
    background-color: #212c3a !important;
}

.theme-gold-bg {
    background-color: #bc9958 !important;
}

.theme-red-bg {
    background-color: #e21c24 !important;
}

.red {
    color: #e21c24;
}

.border-primary {
    border-color: #bc9958 !important;
}

.btn-primary {
    color: #fff;
    background-color: #bc9958;
    border-color: #bc9958;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ceb07b;
    border-color: #ceb07b;
}

.theme-select select {
  border: none;
  border-radius: 0;
  height: 40px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #ffffffa6;
  border-right: solid 21px transparent;
}
.theme-select select:focus {
    outline: none;
    box-shadow: none;
    background-color: #ffffffa6;
    border-right: solid 21px transparent;
}

.theme-select .select-side {
  pointer-events: none;
  width: 45px;
  position: absolute;
  top: 0px;
  background: url(/images/ddCircle.png) no-repeat right center;
  background-size: contain;
  height: 100%;
  right: 0;
}

.imageBackground {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.imageBackgroundContain {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

ul.dividers li:not(:first-child):before {
    content: "|";
    margin-right: .5em;
}

ul.dividers li {
    text-align: center;
}

img.imageRight {
    max-width: 40%;
    float: right;
    margin: 0 0 10px 10px;
}

.smaller {
    font-size: .9em;
    line-height: 1.2;
}

.smallest {
    font-size: .8em;
    line-height: 1.2;
}

.bigger {
  font-size: 1.1em;
}

.fullwidth {
    width: 100%;
}

.fullHeight {
    height: 100%;
}

.semibold {font-weight: 600;}

.tinyMCEOutput img {max-width: 100%; height: auto;}

.tinyMCEOutput img[style*="float: right;"] {
    margin: 0 0 20px 20px;
}

/* responsive border helpers */
@media (max-width: 575.98px) {
    .border-xs-left-none {
        border-left: none !important;
    }

    .border-xs-right-none {
        border-right: none !important;
    }

    .border-xs-top-none {
        border-top: none !important;
    }

    .border-xs-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 767.98px) {
    .border-sm-left-none {
        border-left: none !important;
    }

    .border-sm-right-none {
        border-right: none !important;
    }

    .border-sm-top-none {
        border-top: none !important;
    }

    .border-sm-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 991.98px) {
    .border-md-left-none {
        border-left: none !important;
    }

    .border-md-right-none {
        border-right: none !important;
    }

    .border-md-top-none {
        border-top: none !important;
    }

    .border-md-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 1199.98px) {
    .border-lg-left-none {
        border-left: none !important;
    }

    .border-lg-right-none {
        border-right: none !important;
    }

    .border-lg-top-none {
        border-top: none !important;
    }

    .border-lg-bottom-none {
        border-bottom: none !important;
    }
}

.border-xl-left-none {
    border-left: none !important;
}

.border-xl-right-none {
    border-right: none !important;
}

.border-xl-top-none {
    border-top: none !important;
}

.border-xl-bottom-none {
    border-bottom: none !important;
}
.bodySlant::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(/images/graySlantBackground.png) no-repeat top right;
  background-size: 75% 100%;
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
}

/* =============== NAV ======================== */
.nav-item {
  border-right: solid 3px transparent;
  border-left: solid 3px transparent;
}
.nav-link {
    color: #ffffff;
    border: 3px solid transparent;
}

.nav-link:hover,
.nav-link[aria-expanded="true"],
li.active .nav-link {
  border-style: solid;
  border-width: 3px;
  border-image-source: url(/images/goldGradientLine.png);
  border-image-slice: 60 30;
  color: #ffffff;
}

.nav-item:hover,
.nav-item .nav-link[aria-expanded="true"],
li.active.nav-item {
  border-right: solid 3px #c9b07c;
  border-left: solid 3px #c5913f;
}


.nav-link:focus {
  color: #ffffff;
}

.nav-item ul {
    background: #bc9958;
}

.border-bottom {
  background: url(/images/goldGradientLine.png) repeat-x center bottom;
  border: none;
}

.dropdown-menu {
    border-radius: 0;
    z-index: 2000;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #ceb07b;
}

.dropdown-toggle::after {
    border-top: .3em solid #bc9958;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28177, 151, 106, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
  border: solid 1px #bc9958;
  margin-bottom: .25em;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* =============== FOOTER ======================== */
.footer {position: relative;}

.footer::after {
  content: "";
  width: 100%;
  top:0;
  height: 5px;
  position: absolute;
  background: url(/images/goldGradientLine.png);
}

.form-select {background-color: #ffffffa6; }
.form-control {background-color: #ffffffa6; }

/* =============== HOME SLIDESHOW ======================== */

.carousel-caption {
  text-align: left;
  top: 50%;
  bottom: unset;
  right: unset;
  left: 0;
  padding-left: 5%;
  padding-right: 25%;
  width: 100%;
  transform: translateY(-50%);
  text-shadow: 2px 1px #000;
}

#homeCarousel .carousel-caption {
  background: url(/images/slideBanner.png) center right no-repeat;
}

.carousel-caption.with_bottom {
  transform: unset;
  top: unset;
  position: relative;
}

.carousel-caption.bottom {
  top: unset;
  bottom: 0;
  transform: unset;
  padding-bottom: 0;
  position: relative;
}



.carousel-caption.right {
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
    padding-left: 0;
    padding-right: 10%;
    transform: unset;
    padding-bottom: 0;
    max-height: 350px;
    position: relative;
    padding-right: 0;
}

.carousel-control-next,
.carousel-control-prev {
    top: unset;
    bottom: 8%;
    opacity: 1;
    width: 30px;
}

.carousel-control-prev {
    left: unset;
    right: 35px;
}

.logoOverlay {
  position: absolute;
  top: 0px;
  right: 8%;
  z-index: 1000;
  width: 15%;
}

@media (min-width: 768px) {
  .carousel-caption {
    padding-left: 8%;
    padding-right: 10%;
  }

  .carousel-caption.with_bottom {
    top: 50%;
    position: absolute;
    transform: translateY(-80%)
  }

  .carousel-caption.right {
      width: 35%;
      position: absolute;
      max-height: 100%;
      padding-right: 10%;
  }
  .carousel-caption.bottom {position: absolute; }
}

@media (min-width: 992px) {
  .carousel-caption {
    padding-left: 5%;
    width: 65%;
    padding-right: 10%;
  }
  .carousel-control-prev {
    right: 6%;
  }
  .carousel-control-next {
      right: 3%;
  }

  .carousel-caption.right {
      width: 40%;
  }

  .logoOverlay {
    right: 3%;
  }
}

@media (min-width: 1200px) {
  .carousel-caption {
    padding-left: 8%;
    width: 45%;
    padding-right: 8%;
  }

  .carousel-caption.right {
      width: 40%;
  }

  .carousel-caption.right .imageBackground {
    max-width: 400px;
  }

  .logoOverlay {
    right: 5%;
  }
}
/* Practices */

.practiceIcon {height: 64px; }
.practiceCard .card {
  background-color: #cecfcf;
  border-radius: 0;
  border: none;
  color: #222d3b;
}

.practiceCard .card::before {
    content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
    border-right: solid 2px #c9b07c;
  border-left: solid 2px #c5913f;
}

.practiceCard .card::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  border-style: solid;
  border-width: 2px;
  border-image-source: url(/images/goldGradientLine.png);
  border-image-slice: 60 30;

}
.practiceCard a:hover .card,
.practiceCard a:active .card,
.practiceCard a:focus .card {
    background-color: #bc9958;
    color: #fff !important;
}

.practiceCard a:hover .card::after,
.practiceCard a:active .card::after,
.practiceCard a:focus .card::after {
    border: solid 1px #fff;
}

.practiceCard .card-title {font-weight: 600;}

.practiceCard a img.iconHover {
    display: none;
}

.practiceCard a:hover .card img.iconHover,
.practiceCard a:active .card img.iconHover,
.practiceCard a:focus .card img.iconHover {
    display: block;
}

.practiceCard a .card img.iconRegular {
    display: block;
}
.practiceCard a:hover .card img.iconRegular,
.practiceCard a:active .card img.iconRegular,
.practiceCard a:focus .card img.iconRegular {
    display: none;
}

/* Blog */
.articleCard .card {
    border-radius: 0;
    border: none;
}

.articleCard .card-title {font-weight: 600;}


/* Home Stats */
.statNumber {font-size: calc(1.5rem + 1.5vw) !important;}
.statText {font-size: calc(.75rem + 1vw) !important;}


/* Bio */
a.bioButton {display: inline-block; border: solid 1px #ffffff; line-height: 1; padding: 5px 10px 5px 10px;}
a:hover.bioButton, a:active.bioButton, a:focus.bioButton {background-color: #e21c24;}
a.bioButton.gold {border-color: #bc9958;}
a:hover.bioButton.gold,
a:active.bioButton.gold,
a:focus.bioButton.gold {
    background-color: #bc9958;
    color: #fff !important;
}

.nav-pills.nav-fill li:not(:last-child) {
    margin-right: 5px;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    background-color: #87898d;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.1em;
    text-align: center;

}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus,
.nav-pills .nav-link.active {
    color: #fff;
    background-color: #bc9958;
    border: none !important;
}

#jobsAccordion .accordion-button {
    font-size: 1.1em;
    padding: .5rem 1.25rem;
    color: unset;
}

#jobsAccordion {
    border-top: 1px solid rgba(0, 0, 0, .25);
}

#jobsAccordion .accordion-item {
    border: 1px solid rgba(0, 0, 0, .25);
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

#jobsAccordion .accordion-button:focus {
    border: none;
    box-shadow: none;
}

#jobsAccordion .accordion-button:not(.collapsed) {
    background-color: #f7f7f7;
}

#jobsAccordion .accordion-button:not(.collapsed)::after {
    color: #87898d;
}

/* slick theme */
.slick-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 57px;
    height: 57px;
    display: block;
    border: none;
    text-indent: -9999px;
    z-index: 1000;
}

.slick-prev {
    position: absolute;
    left: -29px;
    top: 50%;
    margin-top: -29px;
    background: url(/images/leftArrow.png) no-repeat;
}

:hover.slick-prev {
    background: url(/images/leftArrow-on.png) no-repeat;
}

.slick-next {
    position: absolute;
    right: -29px;
    top: 50%;
    margin-top: -29px;
    background: url(/images/rightArrow.png) no-repeat;
}

:hover.slick-next {
    background: url(/images/rightArrow-on.png) no-repeat;
}


.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;

    list-style-type: none;
    position: absolute;
    bottom: -30px;
    left: 20px;
    right: 20px;
}

.slick-dots li {
    margin: 0 0px;
    line-height: 1;
}

.slick-dots button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    margin: 0 3px;
    padding: 0;
    text-indent: -9999px;

}

.slick-dots li.slick-active button {
    background-color: #bc9958;
}

.slick-dots button:focus {
    outline: none;
}