@import url(https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@700&display=swap);
/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

/**
 * Critical CSS
 * Stylesheet for Elements above the fold
 * Header | Navigation | Banner
 * If there are additional stylings that need to be added, 
 * kindly remove it from other scss file to avoid duplicate 
 */
@media screen and (min-width: 1200px) {
  .header {
    padding: 19px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: rgba(1, 40, 114, 0.95);
  }
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1010;
  }
}
@media screen and (min-width: 1200px) {
  .admin-bar .header {
    top: 32px;
  }
}
@media (max-width: 767px) {
  .admin-bar .header {
    top: 46px;
  }
}
@media (max-width: 1199px) {
  .header {
    background: linear-gradient(270deg, #0876D0 0%, #012872 97.94%);
  }
}
@media screen and (min-width: 1200px) {
  .home .header {
    background-color: transparent;
  }
}
@media (min-width: 1440px) {
  .header .container {
    max-width: 1564px;
  }
}
@media (max-width: 991px) {
  .header .container {
    max-width: 100%;
  }
}
.header .row {
  align-items: center;
}

.header .site-logo-wrap,
.header .header-right {
  width: auto;
}

@media screen and (min-width: 1200px) {
  .header .site-logo-wrap {
    margin-top: -22px;
  }
}
@media (max-width: 991px) {
  .header .site-logo-wrap {
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .site-logo-wrap .logo {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .header .site-logo-wrap .logo {
    max-width: 225px;
  }
}
.header .header-right {
  margin-left: auto;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header .header-right {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .header .header-right {
    padding-left: 0;
    padding-right: 0;
  }
}
.header .header-top-right {
  display: flex;
  align-items: center;
  justify-content: end;
}

@media screen and (min-width: 1200px) {
  .header .header-top-right {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header-top-right .btn-wrapper {
    margin-right: -25px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .header-top-right .btn-wrapper {
    margin-right: 22px;
  }
}
.header .header-top-right .btn-wrapper .btn {
  min-width: 197px;
}

@media screen and (min-width: 992px) {
  .header .header-top-right .btn-wrapper .btn {
    min-width: 230px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .header-top-right .btn-wrapper .btn {
    padding: 11px 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header-top-right .header-phone {
    display: flex;
    align-items: center;
    padding: 0 27px 0 45px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 25px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .header-top-right .header-phone {
    margin-right: 24px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .header-top-right .header-phone {
    max-width: 163px;
  }
}
.header .header-top-right .header-phone .label {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.211px;
}

@media screen and (min-width: 992px) {
  .header .header-top-right .header-phone .label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header-top-right .header-phone .label {
    margin-top: -1px;
    margin-right: 11px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .header-top-right .header-phone .label {
    display: block;
  }
}
@media (max-width: 767px) {
  .header .header-top-right .header-phone .label {
    display: none;
  }
}
.header .header-top-right .header-phone .label-mobile {
  flex: 0 0 125px;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.21px;
  text-align: center;
  text-transform: none;
}

.header .header-top-right .header-phone .contact-phone {
  color: #fff;
  font-family: var(--third-font), sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .header .header-top-right .header-phone .contact-phone {
    font-size: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header-top-right .header-phone .contact-phone {
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .header .header-top-right .header-phone .contact-phone {
    position: absolute;
    bottom: -58px;
    left: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 15px;
    width: 100%;
    max-width: 332px;
    background: linear-gradient(270deg, #9A0000 0%, #D70101 100%);
    border-radius: 25px 0px;
    transform: translateX(-50%);
  }
}
.hero {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 80px;
  min-height: 250px;
  text-align: center;
  background-image: url(../images/bg-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .hero {
    padding-top: 0;
    min-height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    padding-top: 120px;
    min-height: 508px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .hero.with-featured-image {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .hero.with-featured-image {
    padding-top: 218px;
    padding-bottom: 0;
    margin-bottom: 162px;
  }
}
.hero.with-featured-image .banner-title {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .hero.with-featured-image .banner-title {
    margin-bottom: 63px;
  }
}
.hero.with-featured-image .featured-image-holder img {
  border-radius: 50px 0px;
}

@media screen and (min-width: 992px) {
  .hero.with-featured-image .featured-image-holder img {
    border-radius: 80px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .hero.with-featured-image .featured-image-holder img {
    margin-bottom: -162px;
  }
}
.hero-home {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-top: 21px;
  padding-bottom: 34px;
  height: 567px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .hero-home {
    padding-bottom: 158px;
    height: 575px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home {
    align-items: center;
    padding-bottom: 41px;
    height: 800px;
    background-position: top center;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home {
    height: 1000px;
  }
}
@media (min-width: 1400px) {
  .hero-home {
    height: 1085px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home {
    background-position: top -66px center;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 241px;
    background: linear-gradient(0deg, rgba(4, 50, 151, 0) 0%, rgba(0, 26, 84, 0.8) 100%);
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content-holder {
    margin-top: -91px;
    margin-left: auto;
    max-width: 389px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .banner-content-holder {
    margin: 0 -5px;
  }
}
@media (max-width: 991px) {
  .hero-home .banner-content-holder {
    text-align: center;
  }
}
.hero-home .banner-title {
  color: #fff;
  font-family: "Cormorant SC", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .hero-home .banner-title {
    font-size: 72px;
    line-height: 75px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-title {
    font-size: 89px;
    line-height: 75px;
  }
}
.hero-home .banner-subtitle {
  position: relative;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .hero-home .banner-subtitle {
    padding-top: 16px;
    margin-top: 6px;
    font-size: 18px;
    line-height: 31px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-subtitle {
    padding-top: 13px;
    margin-top: 13px;
    font-size: 20px;
    border-top: 2px dashed rgba(255, 255, 255, 0.4);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .banner-subtitle:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 2px;
    width: 460px;
    border-top: 2px dashed rgba(255, 255, 255, 0.4);
    transform: translateX(-50%);
  }
}
.hero-home .banner-content {
  position: relative;
  margin-top: 13px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content {
    padding-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content {
    padding-top: 13px;
    border-top: 2px dashed rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 767px) {
  .hero-home .banner-content {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .banner-content:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 2px;
    width: 460px;
    border-top: 2px dashed rgba(255, 255, 255, 0.4);
    transform: translateX(-50%);
  }
}
.hero-home .banner-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 992px) {
  .hero-home .banner-content p {
    font-size: 22px;
    line-height: 32px;
  }
}
.hero-home .banner-content p:last-child {
  margin-bottom: 0;
}

.hero-about {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .hero-about {
    height: 500px;
  }
}
@media screen and (min-width: 992px) {
  .hero-about {
    height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-about {
    padding-top: 126px;
    height: 825px;
  }
}
.hero-about .banner-title {
  padding: 10px 0 9px;
  margin: 0 auto;
  max-width: 250px;
  text-align: center;
  background: linear-gradient(280deg, #012872 16.37%, #0876D0 88.71%);
  border-radius: 30px 0px;
}

@media screen and (min-width: 768px) {
  .hero-about .banner-title {
    padding: 20px 0 19px;
    max-width: 353px;
  }
}
.hero-bio {
  display: flex;
  align-items: flex-end;
  padding-top: 80px;
  background-image: url(../images/bg-hero-bio.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  .hero-bio {
    padding-top: 0;
    height: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio {
    height: 602px;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio .banner-content {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .hero-bio .banner-content {
    max-width: calc(100% - 430px);
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .hero-bio .banner-content {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .hero-bio .banner-content {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio .attorney-image {
    margin-right: 36px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .hero-bio .attorney-image {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .hero-bio .attorney-image {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .hero-bio .attorney-image img {
    max-width: 280px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio .attorney-info {
    order: 2;
    margin-top: 0;
    min-width: 330px;
  }
}
@media (max-width: 991px) {
  .hero-bio .attorney-info {
    margin-bottom: 30px;
  }
}
.hero-bio .name {
  margin-bottom: 17px;
}

.hero-bio .position {
  padding: 10px 0;
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-top: 2px dashed rgba(255, 255, 255, 0.3);
  border-bottom: 2px dashed rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 768px) {
  .hero-bio .position {
    padding: 13px 0 14px;
    font-size: 20px;
    letter-spacing: 3px;
  }
}
.hero-bio .phone {
  display: flex;
  align-items: center;
  font-family: var(--third-font), sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hero-bio .phone {
    justify-content: center;
  }
}
.hero-bio .phone .icon-holder {
  flex: 0 0 31px;
  margin-top: -4px;
  margin-right: 7px;
}

.hero-bio .phone a {
  color: #fff;
}

.hero-bio .btn-wrapper {
  margin-top: 18px;
}

.hero-bio .btn-wrapper .btn {
  min-width: 208px;
}

.navbar-toggle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 14px;
  background-color: #012872;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-toggle-wrapper {
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-toggle-wrapper {
    height: 66px;
  }
}
.navbar-toggle-wrapper .navbar-toggle-label {
  margin-right: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

#mobile-menu {
  display: none;
}

.close__mobileMenu {
  background: none;
  padding: 0;
  border-radius: 0;
  border: none;
  z-index: 99999999;
  width: 20px;
  height: 17px;
  display: none;
}

.close__mobileMenu .x {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  transition: all ease-in 0.5s;
}

.close__mobileMenu .x:first-child {
  transform: translate(0px, 2px) rotate(45deg);
}

.close__mobileMenu .x:last-child {
  transform: translate(0, -1px) rotate(-45deg);
}

.mm-ocd-opened .mobile-button {
  display: none;
}

.mm-ocd-opened .close__mobileMenu {
  display: block;
}

.mobile-button {
  padding: 0;
  border: none;
  background: none;
}

.mobile-button .menu__bar {
  display: block;
  margin: 0 auto 4px;
  width: 20px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

.mobile-button .menu__bar:last-child {
  margin-bottom: 0;
}

#nav-mobile .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  max-width: 180px;
  width: 100%;
}

#nav-mobile .navbar-toggler {
  background: black;
}

#nav-mobile .navbar-toggler.collapsed .navbar-toggler-icon {
  display: inline-block;
  width: 33px;
  height: 23px;
  vertical-align: middle;
  content: "";
  background: url("../images/bgBurger.svg") no-repeat scroll center center #000;
  background-size: 33px 23px;
}

#nav-mobile .navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 33px;
  height: 23px;
  vertical-align: middle;
  content: "";
  background: url("../images/bgBurgerClose.svg") no-repeat scroll center center #000;
  background-size: 33px 23px;
}

@media (max-width: 991px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
/**
 Desktop menu styles
*/
.menu-container {
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

#nav-desktop {
  padding: 0;
}

#nav-desktop .menu-container {
  padding: 0;
}

#nav-desktop ul#menu-main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#nav-desktop ul#menu-main-menu > .nav-item {
  /**
       styles specific to the main menu so we don't 
       have to put !important when doing styles for the dropdown menu
     */
}

#nav-desktop ul#menu-main-menu > .nav-item.current-menu-item .nav-link {
  color: var(--header-main-m-current-color);
}

#nav-desktop ul#menu-main-menu > .nav-item:last-child .nav-link {
  padding-right: 0;
}

#nav-desktop .nav-search {
  margin-left: 12px;
}

@media (min-width: 1400px) {
  #nav-desktop .nav-search {
    margin-left: 37px;
  }
}
#nav-desktop .nav-search input {
  padding: 10px;
  width: 100%;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #C2C5C8;
  border-radius: 6px;
}

#nav-desktop .nav-item {
  margin-right: 12px;
  margin-bottom: 0;
}

@media (min-width: 1400px) {
  #nav-desktop .nav-item {
    margin-right: 37px;
  }
}
#nav-desktop .nav-item:last-child {
  margin-right: 0;
}

#nav-desktop .nav-item:hover .dropdown-menu {
  display: block;
}

#nav-desktop .nav-item .nav-link {
  display: block;
  position: relative;
  padding: 0 0 23px;
  color: var(--header-main-m-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: var(--header-main-m-format);
}

#nav-desktop .nav-item .nav-link:hover, #nav-desktop .nav-item .nav-link:focus {
  color: var(--header-main-m-hover-color);
}

#nav-desktop .nav-item .nav-link:active {
  color: var(--header-main-m-active-color);
}

#nav-desktop .nav-item .nav-link.dropdown-toggle:after {
  content: "";
  margin-left: 0;
  width: 10px;
  height: 6px;
  vertical-align: 2px;
  background: url(../images/icons/icon-nav-link-dropdown.svg) no-repeat center;
  background-size: contain;
  border: none;
}

#nav-desktop .nav-item .nav-link.dropdown-toggle.dropdown-toggle-search:after {
  display: none;
}

#nav-desktop .nav-item.dropdown-search .dropdown-menu {
  left: initial;
  right: 0;
}

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -22px;
  z-index: 1000;
  padding: 21px 22px 26px;
  margin: 0;
  min-width: 300px;
  text-align: left;
  list-style: none;
  background-color: var(--header-sub-m-bg);
  border: none;
  border-radius: 0 0 25px 0;
}

#nav-desktop .nav-item .dropdown-menu li {
  margin-right: 0;
  margin-bottom: 16px;
}

#nav-desktop .nav-item .dropdown-menu li:last-child {
  margin-bottom: 0;
}

#nav-desktop .nav-item .dropdown-menu li a {
  padding: 0;
  color: var(--header-sub-link);
  font-size: 16px;
  font-weight: 400;
}

#nav-desktop .nav-item .dropdown-menu li:hover a, #nav-desktop .nav-item .dropdown-menu li:focus a {
  color: var(--header-sub-link-hover) !important;
}

#nav-desktop .nav-item .dropdown-menu li.current-menu-item a {
  color: var(--header-sub-link-active);
}

.mm-ocd .mm-spn.mm-spn--navbar.mm-spn--main:after,
.mm-ocd .mm-spn.mm-spn--navbar:after {
  opacity: 1;
}

.mm-ocd .mm-spn li::before, .mm-ocd .mm-spn li::after,
.mm-ocd .mm-spn.mm-spn--navbar ul::before {
  border-color: #fff;
}

.mm-ocd .mm-spn a {
  font-size: 16px;
}

.mm-ocd .mm-ocd__backdrop {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  transform: translateX(-50%);
}

@media screen and (min-width: 992px) {
  .mm-ocd .mm-ocd__backdrop {
    max-width: 960px;
  }
}
.mm-ocd .mm-ocd__backdrop:before, .mm-ocd .mm-ocd__backdrop:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 15px;
  width: 20px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .mm-ocd .mm-ocd__backdrop:before, .mm-ocd .mm-ocd__backdrop:after {
    top: 32px;
    right: 14px;
  }
}
@media screen and (min-width: 992px) {
  .mm-ocd .mm-ocd__backdrop:before, .mm-ocd .mm-ocd__backdrop:after {
    top: 39px;
    right: 26px;
  }
}
.mm-ocd .mm-ocd__backdrop:before {
  transform: rotate(45deg);
}

.mm-ocd .mm-ocd__backdrop:after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
}

/*# sourceMappingURL=critical.css.map*/