@font-face {
  font-family: 'nelsonsheadline';
  src: url("fonts/NelsonsHeadline.eot");
  src: url("fonts/daikonblack.eot") format("embedded-opentype"), url("fonts/NelsonsHeadline.woff2") format("woff2"), url("fonts/NelsonsHeadline.woff") format("woff"), url("fonts/NelsonsHeadline.ttf") format("truetype"), url("fonts/NelsonsHeadline.svg#daikonblack") format("svg"); }
:root {
  --sitewidth: 1366px; }

body, html {
  height: auto; }

/* New Header 2025 */
.header-main {
  width: 100%;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 99999; }

.header-content {
  position: relative; }

.header-tp {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--sitewidth);
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0; }
  @media (min-width: 992px) {
    .header-tp {
      justify-content: space-between;
      padding-bottom: 20px; } }

.header-btm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 991px) {
    .header-btm {
      display: none;
      visibility: hidden;
      text-indent: -9999px; } }

.site-logo {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  order: 2;
  width: 100%; }
  @media (max-width: 991px) {
    .site-logo {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      margin-top: 15px;
      padding-left: 15px; } }
  .site-logo img {
    width: 250px; }
    @media (min-width: 992px) {
      .site-logo img {
        width: 100%; } }
  @media (min-width: 992px) {
    .site-logo {
      order: 1;
      width: 350px;
      margin-left: 15px; } }

.header-actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15px;
  order: 1; }
  @media (min-width: 992px) {
    .header-actions {
      order: 2;
      padding-right: 15px;
      width: calc(100% - 350px - 15px);
      justify-content: flex-end; } }
  @media (min-width: 1600px) {
    .header-actions {
      padding-right: 0; } }
  .header-actions p {
    color: #000;
    font-weight: 400;
    margin: 0;
    font-size: 16px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .header-actions p {
        font-size: 20px;
        line-height: 20px; } }
    .header-actions p a {
      color: #FF5E2A;
      text-decoration: none;
      font-weight: 600;
      margin-left: 3px; }
  @media (min-width: 768px) {
    .header-actions a[href^="tel"] {
      pointer-events: none; } }
  .header-actions .black-solid {
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    background-image: none; }
    @media (max-width: 767px) {
      .header-actions .black-solid {
        margin-left: 20px;
        margin-right: 15px; } }
    @media (min-width: 768px) {
      .header-actions .black-solid {
        margin-left: 20px;
        margin-right: 20px; } }
    @media (min-width: 992px) {
      .header-actions .black-solid {
        margin-left: 0;
        margin-right: 0;
        border-radius: 25px;
        padding: 15px 25px;
        font-size: 14px; } }
    .header-actions .black-solid:hover {
      background-color: #FF5E2A;
      color: #fff;
      border-color: #FF5E2A; }

.search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  cursor: pointer; }
  @media (min-width: 992px) {
    .search-toggle {
      margin: 0 20px 0 20px; } }
  .search-toggle img {
    max-width: 20px; }

.search-container {
  background-color: #fceeea;
  padding: 25px 15px;
  display: none;
  align-items: center;
  justify-content: center; }
  .search-container .search-form {
    display: flex;
    width: 100%;
    justify-content: flex-end; }
    @media (min-width: 768px) {
      .search-container .search-form {
        width: 700px;
        margin-left: auto;
        justify-content: flex-end; } }
  .search-container.search-active {
    display: flex; }
  .search-container form {
    width: calc(100% - 50px); }
  .search-container .input-group {
    display: flex;
    border: 1px solid #FF5E2A;
    border-radius: 0;
    height: 50px; }
    .search-container .input-group input[type="text"] {
      height: 100%;
      border-radius: 0;
      color: #3a3a3a; }
      .search-container .input-group input[type="text"]::placeholder {
        color: #3a3a3a; }
  .search-container .input-group-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 60px;
    border-radius: 0; }
    .search-container .input-group-button button {
      height: 48px !important;
      width: 60px !important;
      border-radius: 0 !important;
      background-color: #FF5E2A !important;
      background-image: url("assets/images/icons/white-arrow.png") !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      background-size: 20px !important;
      transition: all .3s ease; }
      .search-container .input-group-button button:hover {
        background-color: #000 !important; }
      .search-container .input-group-button button i {
        display: none;
        visibility: hidden;
        text-indent: -9999px; }
  .search-container .close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-left: 30px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .search-container .close {
        margin-left: auto; } }
    .search-container .close img {
      width: 30px; }

#primary-navigation {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 40px;
  max-width: 1366px; }

.mob-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  margin-left: auto;
  background-color: #FF5E2A;
  cursor: pointer; }
  @media (max-width: 991px) {
    .mob-menu {
      display: flex; } }
  .mob-menu img {
    max-width: 25px; }
  .mob-menu span {
    color: #fff;
    font-weight: 600;
    font-size: 11px; }

.mobile-nav {
  z-index: 99999;
  position: fixed;
  background-color: #fff;
  top: 0;
  right: -100%;
  width: 100%;
  padding-top: 50px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  transition: all .3s ease; }
  .mobile-nav.is-open {
    right: 0; }

body.menu-opened {
  height: 100vh;
  overflow: hidden; }

.mobile-nav--close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px; }
  .mobile-nav--close .close-button {
    top: 3px !important; }

.js-drilldown-back {
  position: absolute;
  top: -50px !important;
  left: 35px;
  width: 100px;
  height: 50px;
  padding: 0 !important; }

/* New Footer 2025 */
.site-footer {
  padding: 30px 20px;
  background-color: #e2e2dc; }
  .site-footer h6 {
    color: #000; }
  .site-footer p {
    color: #000; }
  .site-footer a {
    color: #000; }
  .site-footer .container {
    max-width: var(--sitewidth);
    margin-left: auto;
    margin-right: auto; }

.our-locations {
  grid-column: span 12; }
  @media (min-width: 992px) {
    .our-locations {
      grid-column: span 8; } }

.footer-offices {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr); }

.footer-office {
  grid-column: span 6;
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .footer-office {
      grid-column: span 3; } }

.office-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px; }

.office-address p {
  font-size: 14px;
  line-height: 20px; }

.office-number a[href^="tel"] {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500; }
  .office-number a[href^="tel"]:before {
    content: "";
    display: block;
    position: relative;
    width: 20px;
    height: 30px;
    margin-right: 5px;
    background-image: url("assets/images/icons/call-us.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    filter: invert(1); }
  @media (min-width: 768px) {
    .office-number a[href^="tel"] {
      pointer-events: none; } }

.footer-links {
  display: flex;
  flex-wrap: wrap;
  grid-column: span 12;
  margin-top: 0; }
  @media (min-width: 992px) {
    .footer-links {
      grid-column: span 4; } }
  .footer-links h6 {
    width: 100%; }

.footer-link--col {
  width: 50%; }
  @media (min-width: 600px) {
    .footer-link--col {
      width: 20%; } }
  @media (min-width: 992px) {
    .footer-link--col {
      width: 30%; } }
  .footer-link--col li {
    display: block;
    font-size: 14px; }
    .footer-link--col li a {
      text-decoration: none; }
      .footer-link--col li a:hover {
        text-decoration: underline; }
    .footer-link--col li:not(:last-of-type) {
      margin-bottom: 5px; }

.footer-inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr); }

.sra-logo {
  width: 50%;
  margin-top: 30px; }
  @media (min-width: 600px) {
    .sra-logo {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .sra-logo {
      width: 40%; } }
  @media (min-width: 1152px) {
    .sra-logo {
      margin-top: 0; } }
  .sra-logo > div:has(iframe) {
    float: none !important; }
    @media (min-width: 992px) {
      .sra-logo > div:has(iframe) {
        float: right !important;
        width: 100% !important; } }
    @media (min-width: 1152px) {
      .sra-logo > div:has(iframe) {
        width: 158px !important; } }

.socials {
  margin-top: 30px;
  width: 100%; }
  @media (min-width: 768px) {
    .socials {
      width: auto; } }
  .socials ul {
    display: flex;
    margin: 0;
    padding: 0; }
  .socials li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 30px;
    height: 30px; }
    .socials li:not(:last-of-type) {
      margin-right: 10px; }
    .socials li img {
      filter: invert(1); }

.btm-links {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 0;
  max-width: var(--sitewidth);
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px; }
  .btm-links ul {
    column-count: 2;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .btm-links ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        column-count: unset; } }
    .btm-links ul li {
      display: inline-block;
      width: 100%;
      margin: 0 0 5px 0;
      padding: 0; }
      @media (min-width: 768px) {
        .btm-links ul li {
          width: auto;
          margin: 0; } }
    .btm-links ul a {
      padding: 0;
      font-size: 13px;
      line-height: 13px; }
      @media (min-width: 768px) {
        .btm-links ul a {
          font-size: 11px;
          line-height: 11px; } }
      @media (min-width: 992px) {
        .btm-links ul a {
          font-size: 14px;
          line-height: 14px; } }
      .btm-links ul a:hover {
        text-decoration: underline; }

.legal-info {
  margin-top: 30px; }
  .legal-info p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
    color: #000; }
    .legal-info p a {
      color: #000; }
      .legal-info p a:hover {
        text-decoration: none; }

/*# sourceMappingURL=21digitalupdates.css.map */
