/* FJG Colours */
:root {
  --sitewidth: 1366px; }

body {
  margin: 0; }

@media (max-width: 1200px) {
  .contact-intro p {
    word-wrap: break-word; } }
@media (max-width: 575px) {
  .contact-intro ul.contacts {
    flex-direction: column; } }
@media (max-width: 575px) {
  .contact-intro ul.contacts li:not(:first-of-type) {
    margin-left: 0;
    margin-top: 20px; } }

.contact-form .gform_wrapper {
  margin-top: 30px; }
.contact-form h3 {
  margin-bottom: 30px; }
.contact-form p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px; }
.contact-form textarea {
  border: 1px solid #fff;
  border-radius: 25px;
  color: #375173 !important; }
.contact-form .gfield--type-date label,
.contact-form .gfield--type-choice label,
.contact-form .gchoice label {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  color: #fff !important;
  font-weight: normal;
  margin-bottom: 5px !important; }
.contact-form .datepicker {
  height: 50px;
  border: 1px solid #fff;
  border-radius: 25px;
  padding-left: 10px;
  color: #375173 !important; }
  .contact-form .datepicker::placeholder {
    color: #375173 !important; }
.contact-form .ui-datepicker-trigger {
  display: none;
  visibility: hidden;
  text-indent: -9999px; }
.contact-form .gfield_radio {
  padding-left: 0; }
.contact-form .gchoice {
  display: flex; }
  .contact-form .gchoice label {
    margin-bottom: 0; }
.contact-form input[type="radio"], .contact-form input[type="checkbox"] {
  width: auto;
  height: auto;
  margin: -3px 5px 0 0;
  padding: 0; }
.contact-form .gfield--input-type-checkbox {
  margin-bottom: 20px !important; }
  .contact-form .gfield--input-type-checkbox label {
    text-align: left; }
.contact-form .gfield_description {
  color: #fff;
  font-size: 12px;
  line-height: 16px; }
.contact-form .gfield_label {
  color: #fff !important;
  font-weight: normal !important; }
.contact-form .gform_body input {
  padding-left: 20px; }

.ui-datepicker-calendar {
  background-color: #fff; }
  .ui-datepicker-calendar th {
    background-color: #fff; }
    .ui-datepicker-calendar th span {
      width: 100%;
      display: block;
      position: relative;
      text-align: center; }
  .ui-datepicker-calendar td {
    padding: 5px;
    text-align: center; }

.contact-intro ul.contacts li:not(:first-of-type) {
  margin-left: 0; }

/* 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;
      flex-wrap: nowrap; } }

.header-btm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #375173;
  border-bottom: 1px solid #375173;
  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;
      padding-top: 0;
      padding-bottom: 0; } }
  .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: #375173;
    font-weight: 400;
    margin: 0;
    font-family: "myriad-pro", sans-serif !important;
    font-size: 16px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .header-actions p {
        font-size: 20px;
        line-height: 20px; } }
    .header-actions p a {
      color: #EF823C;
      text-decoration: none;
      font-weight: 600;
      margin-left: 3px; }
  @media (min-width: 768px) {
    .header-actions a[href^="tel"] {
      pointer-events: none; } }
  .header-actions .callback {
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    transition: all .3s ease;
    font-weight: 600;
    font-family: "myriad-pro", sans-serif;
    background-color: #375173; }
    @media (max-width: 767px) {
      .header-actions .callback {
        margin-left: 20px;
        margin-right: 15px; } }
    @media (min-width: 768px) {
      .header-actions .callback {
        margin-left: 20px;
        margin-right: 20px; } }
    @media (min-width: 992px) {
      .header-actions .callback {
        margin-right: 0;
        margin-left: 0;
        font-size: 14px; } }
    .header-actions .callback:hover {
      color: #000;
      background-color: #EF823C; }

.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 {
  padding: 25px 15px;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #d4dbe5; }
  .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 {
    display: flex;
    width: calc(100% - 50px); }
  .search-container .input-group {
    display: flex;
    border-radius: 0;
    height: 50px;
    width: calc(100% - 60px); }
    .search-container .input-group input[type="text"] {
      height: 100%;
      width: 100%;
      font-family: "myriad-pro", sans-serif;
      padding-left: 20px;
      border: 1px solid #375173;
      border-right: 0;
      border-radius: 0;
      color: #3a3a3a; }
      .search-container .input-group input[type="text"]::placeholder {
        color: #3a3a3a; }
      .search-container .input-group input[type="text"]:focus {
        outline: 0; }
        .search-container .input-group input[type="text"]:focus::placeholder {
          text-indent: -9999px; }
  .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 input[type="submit"] {
      position: relative;
      top: 1px;
      height: 50px !important;
      width: 60px !important;
      border-radius: 0 !important;
      text-indent: -9999px;
      border: 1px solid #375173;
      background-color: #375173 !important;
      background-image: url("assets/img/arrow-cta.png") !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      background-size: 20px !important;
      transition: all .3s ease; }
      .search-container .input-group-button input[type="submit"]:hover {
        background-color: #000 !important; }
      .search-container .input-group-button input[type="submit"] 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;
    opacity: 1;
    text-shadow: unset; }
    @media (min-width: 768px) {
      .search-container .close {
        margin-left: auto; } }
    .search-container .close img {
      width: 20px; }

#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;
  background-color: #EF823C;
  width: 60px;
  height: 50px;
  margin-left: auto;
  cursor: pointer; }
  @media (max-width: 991px) {
    .mob-menu {
      display: flex; } }
  .mob-menu img {
    padding: 0;
    max-width: 25px;
    margin: 0; }
  .mob-menu span {
    color: #000;
    font-family: "myriad-pro", sans-serif;
    font-weight: 600;
    font-size: 12px; }

.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: 60px 20px 30px 20px;
  background-color: #375173; }
  .site-footer .footer-inner {
    max-width: var(--sitewidth);
    margin-left: auto;
    margin-right: auto; }
  .site-footer h6 {
    color: #fff;
    font-family: "myriad-pro", sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 1rem 0; }
  .site-footer p {
    color: #fff; }
  .site-footer a {
    color: #fff; }
    .site-footer a:hover {
      text-decoration: underline; }
  .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(9, 1fr); }

.footer-office {
  grid-column: span 3;
  margin-bottom: 30px;
  font-family: "myriad-pro", sans-serif; }
  @media (min-width: 600px) {
    .footer-office {
      grid-column: span 3; } }
  .footer-office a {
    display: inline-block;
    font-weight: 600; }
    .footer-office a span {
      display: block;
      font-weight: normal;
      margin-top: 3px; }

.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;
      font-family: "myriad-pro", sans-serif;
      font-size: 14px; }
      .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;
  display: flex;
  align-items: flex-start; }
  @media (min-width: 600px) {
    .sra-logo {
      margin-top: 0;
      justify-content: flex-end; } }
  @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: 50%; }
  @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; }

.btm-links {
  border-top: 1px solid #44648f;
  border-bottom: 1px solid #44648f;
  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-family: "myriad-pro", sans-serif;
      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: 0;
    text-align: center;
    color: #ccc; }
    .legal-info p a {
      color: #ccc; }
      .legal-info p a:hover {
        text-decoration: none; }

.location-column {
  width: 100% !important; }
  .location-column h4 {
    margin-bottom: 30px !important; }
  .location-column ul.locations {
    padding: 0;
    width: auto;
    columns: 2;
    max-width: max-content;
    margin: 0 auto 30px auto; }
  .location-column li {
    width: 220px;
    list-style: none;
    padding-left: 30px; }
  .location-column ul.socials li {
    width: 40px;
    padding: 0;
    margin: 0 !important; }
    .location-column ul.socials li img {
      filter: unset; }

/* New Request Document Template */
body.page-template-page-form .banner-content {
  background-color: #7978A3; }
  body.page-template-page-form .banner-content:after {
    background-color: #7978A3; }

.form-intro .container {
  padding: 60px 30px;
  text-align: center; }

body.category .banner-content {
  background-color: #127178; }
  body.category .banner-content:after {
    background-color: #127178; }

/* Blog Listing Height fix */
@media screen and (min-width: 768px) {
  .page-template-stay-informed .stay-informed--small .box--post,
  .page-template-page-homepage .stay-informed--small .box--post,
  .page-template-training-contracts .stay-informed--small .box--post,
  .page-template-service-top-level-no-expertise .stay-informed--small .box--post,
  .page-template-service-top-level .stay-informed--small .box--post,
  .page-template-sectors-top-level .stay-informed--small .box--post,
  .single .box--post, .archive.category .box--post,
  body.blog .box--post {
    min-height: 495px;
    height: 100%; } }
.alm-btn-wrap .alm-load-more-btn {
  background-color: #375173 !important; }
  .alm-btn-wrap .alm-load-more-btn:hover {
    background-color: #EF823C !important;
    color: #000 !important; }

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