ul > li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #EDB211;
    position: absolute;
    left: -20px;
    top: 7px;
    border-radius: 2px; }
  
  /*------------------------------------------------------------------
  [Global styles]
  -------------------------------------------------------------------*/
  *, *:hover {
    outline: none !important;text-decoration:none!important; }
  
  *:focus {
    outline: thin dotted; }
  
  * {
    -webkit-font-smoothing: antialiased; }
  
  .clear, .clearfix {
    clear: both; }
  
  body {
    background: #fff;
    font: 1em "Roboto", sans-serif;
    color: #3D474C; }
  
  /*******************************/
  /* Skip to Content */
  /*******************************/
  #skip {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -100px;
    left: 0;
    background-color: #A4925A;
    font-size: 1em;
    font-weight: bold;
    color: #1b1f21 !important;
    text-align: center;
    z-index: 200;
    -webkit-transition: top 2s ease-out, background 2s linear;
    transition: top 2s ease-out, background 2s linear; }
  
  #skip:focus,
  #skip:hover {
    width: 100%;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: top .2s ease-in, background .5s linear;
    transition: top .2s ease-in, background .5s linear; }
  
  #main-wrapper {
    overflow-x: hidden;
    background: #fff;
    padding-top: 90px; }
    @media (max-width: 1199px) {
      #main-wrapper {
        padding-top: 50px; } }
  
  .container {
    max-width: 1330px; }
  
  .responsive-video-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; }
    .responsive-video-wrapper iframe {
      position: absolute;
      height: 100%;
      width: 100%;
      border: 0;
      top: 0;
      left: 0; }
  
  .align-center {
    text-align: center; }
  
  .align-right {
    text-align: right; }
  
  .align-left {
    text-align: left; }
  
  .alignleft {
    float: left;
    margin: 0 15px 15px 0; }
  
  .alignright {
    float: right;
    margin: 0 0 15px 15px; }
  
  .aligncenter {
    display: block;
    margin: 0 auto 15px auto; }
  
  p a, dd a {
    color: #1b1f21;
    text-decoration: none;
    transition: color 0.1s; }
    p a:hover, dd a:hover {
      color: #000;
      background-color: #EDB211;
      text-decoration: underline; }
  
  p { font-size:18px; line-height:25px; color:#222222; }

  .col-content a {
    text-decoration: underline; }
  
  .col-content a.button {
    text-decoration: none; }
  
  audio, video {
    width: 100%;
    max-width: 100%; }
  
  iframe {
    max-width: 100%; }
  
  figure {
    margin: 0; }
  
  select {
    max-width: 100%; }
  
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", sans-serif;
    color: #003057;
    margin-bottom: 30px; }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
    .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
      color: inherit; }
  
  h1, h2, .h1, .h2, h3, .h3 {
    font-size: 2.1em;
    line-height: 42px; }
    @media (max-width: 768px) {
      h1, h2, .h1, .h2, h3, .h3 {
        font-size: 1.8em;
        line-height: 28px;
        margin-bottom: 10px !important; }
        h1 br, h2 br, .h1 br, .h2 br, h3 br, .h3 br {
          display: none; } }
  
  .txt-before-head {
    display: block;
    color: #2D3336;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .txt-before-head {
        margin-bottom: 5px; } }
  
  .page-id-9 #row-who-we-are .txt-before-head {
    color: #fff; }
  
  h4, .h4, h5, .h5, h6, .h6 {
    font-size: 24px;
    line-height: 32px; }
    @media (max-width: 768px) {
      h4, .h4, h5, .h5, h6, .h6 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px; }
        h4 br, .h4 br, h5 br, .h5 br, h6 br, .h6 br {
          display: none; } }
  
  address, blockquote, figure, pre {
    display: block;
    max-width: 100%; }
  
  blockquote {
    border-left: 5px solid #EDB211;
    padding-left: 30px; }
  
  pre {
    width: 100%;
    overflow-x: auto;
    background: #eee;
    padding: 30px; }
  
  h1, h2, h3, h4, h5, h6, table, form, p, ul, ol, blockquote, iframe, dl, figure, .thumb, .shortcode, .form-row, .page-links, code, address, pre,
  .wp-audio-shortcode, .comment-text > ul, .comment-text > ol, figure {
    margin-bottom: 30px;
    margin-top: 0; }
  
  .has-top-margin {
    margin-top: 20px; }
  
  p + h1, p + h2, p + h3, p + h4 {
    margin-top: 20px; }

  p + h2 { font-family: 'Roboto Slab', serif; }

  p + h3 { font-size: 25px; }
  
  p:empty {
    display: none; }
  
  ul, ol {
    padding-left: 35px;
    margin-left: 0; }
    ul li, ol li {
      margin-bottom: 5px; }
    ul ul, ul ol, ol ul, ol ol {
      margin-top: 4px;
      margin-bottom: 5px; }
  
  ul {
    list-style: none; }
    ul > li {
      position: relative; }
    ul > li > ul li:before {
      display: none; }
    ul li > ul {
      list-style: disc;
      padding-left: 15px; }
      ul li > ul li:before,
      ul li > ul li:after {
        display: none; }
  
  hr {
    border: 0;
    margin: 20px 0;
    border-bottom: 1px solid #c4c4c4; }
  
  table {
    width: 100%;
    border: 1px solid #eee;
    border-collapse: collapse;
    width: 100%; }
    @media (max-width: 767px) {
      table {
        display: block;
        overflow-x: auto; } }
    table td, table th {
      border: 1px solid #eee; }
    table td, table th, table caption {
      padding: 10px 15px; }
  
  figure.wp-caption {
    width: auto !important; }
  
  img {
    max-width: 100%;
    height: auto; }
  
  .wp-caption {
    width: auto !important; }
  
  .wp-caption-text {
    font-style: italic; }
  
  select {
    max-width: 100%; }
  
  label {
    display: block;
    margin-bottom: 10px; }
  
  input[type=text],
  input[type=search],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=password],
  textarea,
  select {
    display: block;
    width: 100%;
    height: 50px;
    border: 2px solid #999;
    border-radius: 0;
    font: 1em "Roboto", sans-serif;
    color: #3D474C;
    padding: 11px 15px;
    transition: all 0.3s;
    font-weight: bold;}
  
  textarea {
    min-height: 150px;
    resize: none; }
  
  input[type=text]:focus,
  input[type=search]:focus,
  input[type=number]:focus,
  input[type=email]:focus,
  input[type=tel]:focus,
  input[type=url]:focus,
  input[type=password]:focus,
  textarea:focus,
  select:focus {
    border-color: #EDB211; }
  
  fieldset {
    margin: 0;
    padding: 0;
    border: 0; }
    fieldset legend {
      display: none; }
  
  .button, .btn, input[type=button], input[type=submit], button, input[type=reset], .posts-pagination a {
    font: 1em "Roboto Slab", serif;
    font-weight: bold;
    color: #013057;
    background-color: #B3A369;
    border-radius: 0;
    display: inline-block;
    box-shadow: none;
    font-size: 1em;
    transition: all 0.4s ease 0s;
    padding: 0 30px;
    line-height: 46px;
    border: 2px solid #B3A369;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    }
  
  .button:hover, .btn:hover, input[type=button]:hover, input[type=submit]:hover, button:hover, input[type=reset]:hover {
    text-decoration: none;
    color: #013057;
    background-color: #fff; }
  
  .button:active, .btn:active, button:active {
    background-color: #A4925A;
    border-color: #A4925A;
    color: #fff; }
  
  .button.outline-black {
    color: #1b1f21;
    border-color: #1b1f21;
    background: transparent; }
  
  .button.outline-black:hover {
    color: #A4925A;
    background-color: #fff; }
  
  .button.outline-yellow {
    color: #B3A369;
    border-color: B3A369;
    background: transparent;
    }
  
  .button.outline-yellow:hover {
    color: #013057;
    background-color: #fff; }
  
  ::placeholder {
    color: #3D474C; }
  
  :-ms-input-placeholder {
    color: #3D474C; }
  
  ::-ms-input-placeholder {
    color: #3D474C; }
  
  .color-white {
    color: #fff; }
    .color-white * {
      color: #fff; }
  
  .color-yellow {
    color: #EDB211; }
  
  .font-smaller {
    font-size: 14px;
    line-height: 24px; }
  
  .font-smaller.wpb_text_column {
    margin-bottom: 24px !important; }
  
  .gallery {
    margin-bottom: 1.6em; }
  
  .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%; }
  
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }
  
  .gallery-icon img {
    margin: 0 auto; }
  
  .gallery-caption {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0; }
  
  .gallery-columns-6 .gallery-caption,
  .gallery-columns-7 .gallery-caption,
  .gallery-columns-8 .gallery-caption,
  .gallery-columns-9 .gallery-caption {
    display: none; }
  
  .error404 #content {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center; }
    @media (max-width: 767px) {
      .error404 #content {
        padding-top: 30px;
        padding-bottom: 30px; } }
  
  .error404 h1 {
    color: #EDB211;
    font-size: 180px;
    line-height: 180px; }
    @media (max-width: 767px) {
      .error404 h1 {
        font-size: 80px;
        line-height: 80px; } }
  
  .error404 .screen-reader-text {
    display: none; }
  
  @media (max-width: 768px) {
    div.small-paddings-on-mobile {
      padding-top: 30px !important;
      padding-bottom: 20px !important; }
    div.first-single-row {
      margin-top: -35px !important; } }
  
  @media (max-width: 480px) {
    div.small-paddings-on-mobile .wpb_column:first-of-type .vc_column-inner {
      padding-top: 0 !important; } }
  
  #welcome-skip {
    position: absolute;
    bottom: -220px;
    left: 15px;
    color: #003057;
    font-weight: bold;
    padding-left: 30px;
    background: url(../../images/skip.svg) left center no-repeat; }
    @media (max-width: 767px) {
      #welcome-skip {
        bottom: -90px; } }
  
  .select2-dropdown {
    border: 0;
    font-size: 14px;
    font-weight: bold; }
  
  .select2-results {
    width: 200%; }
  
  .widget_archive .select2-results {
    margin-left: -100%; }
  
  .select2.select2-container:after {
    content: '';
    width: 10px;
    height: 8px;
    background: url(../wp-content/uploads/2022/06/gold-chevron-down-icon.png) center center no-repeat;
    position: absolute;
    right: 15px;
    top: 21px; }
  
  .select2-container.select2-container--open:after {
    transform: rotate(180deg) !important; }
  
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 50px 0 20px;
    font-size: 12px;
    font-weight: bold; }
  
  .select2-container--default .select2-selection--single {
    height: 50px;
    border: 0;
    border-radius: 0;
    background: #f2f2f2; }
  
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8c979c;
    text-transform: uppercase;
    line-height: 50px; }
  
  .select2-container--open .select2-selection--single {
    background: #1b1f21; }
  
  .select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #fff; }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }
  
  .select2-results__option {
    background: #000;
    border: 0;
    border-bottom: 1px solid #1b1f21;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    font-size: 12px; }
  
  .select2-results__option:before {
    display: none; }
  
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #EDB211;
    background: #000; }
  
  ul > li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #EDB211;
    position: absolute;
    left: -20px;
    top: 7px;
    border-radius: 2px; }
  
  /*------------------------------------------------------------------
  Menu bar
  -------------------------------------------------------------------*/
  #header.headroom--pinned {
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  
  #header.headroom--unpinned {
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  
  .admin-bar #header {
    top: 32px; }
    @media (max-width: 782px) {
      .admin-bar #header {
        top: 46px; } }
    @media (max-width: 600px) {
      .admin-bar #header {
        position: absolute; } }
  
  #header {
    background: #B3A369;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: transform 200ms linear;
    z-index: 100; }
    @media (max-width: 1199px) {
      #header {
        height: 60px; } 
      #header .logo {
      width:120px !important; padding:2px 2% !important; }
      #header .row.menu { 
      padding:5px 0 }
    }
    #header .logo {
      display: inline-block; width:186px; padding:5px 2%; }
    #header .row.menu { 
      background:#fff; 
      display:block;}
    #header a {
      color: #262626; }
    #header a:hover {
      color: #262626; }
    #header .search-form {
      position: relative;
      display: none;
      margin-bottom: 0;
      width: 28vw;
      margin-left: 10px;}

#header .cta-links {width: 45%; display: flex; justify-content: flex-end;}
#header .cta-links .new-menu {display: inline-block;}


      @media (max-width: 1199px) {
        #header .search-form {
          max-width: 100%;
          padding: 20px 16px; display: none !important;}
          #header .cta-links {width: inherit;}
        }
      #header .search-form ::placeholder {
        color: #262626; }
      #header .search-form :-ms-input-placeholder {
        color: #262626; }
      #header .search-form ::-ms-input-placeholder {
        color: #262626; }
      #header .search-form label {
        color: #262626; }
      #header .search-form input[type=search] {
        background: #f4f4f4;
        color: #000;
        border-color: #B3A369; }
      #header .search-form button, #header .search-form .close-search {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        line-height: normal;
        color: #EDB211;
        font-size: 20px;
        right: 15px;
        width: 18px;
        height: 18px; }
        #header .search-form button img, #header .search-form .close-search img {
          display: block; }
      #header .search-form button {
        border: 0;
        padding: 0;
        margin: 0;
        right: 48px;
        width: 20px;
        height: 20px; }
      #header .search-form button:hover, #header .search-form .close-search:hover {
        color: #fff; }
      @media screen and (max-width: 1199px) {
        #header .search-form button {
          right: 38px; }
        #header .search-form .close-search {
          display: none; } }
    #header .col-logo {
      padding-top: 8px;
      padding-bottom: 14px; }
      @media (max-width: 1199px) {
        #header .col-logo {
          padding-top: 5px;
          padding-bottom: 7px; }
          #header .col-logo img {
            width: 105px;
            height: auto; } }
    @media (max-width: 1199px) {
      #header .col-menu {
        position: static; }}

    #header .mobile-menu-button span.sr-only {
      color: #fff; }
 
    #header .mobile-menu-button {display: flex; justify-content: space-between; align-items: center;margin:0 10px;}
    #header .mobile-menu-button .new-menu {padding-left:30px;}
    #header .mobile-menu-button .new-menu a {color: #857437; font-weight: 600; font-size:18px; line-height: 50px;}
    #header .mobile-menu-button .new-menu i {margin-right: 5px;}

    @media (max-width:1199px){
      #header .mobile-menu-button {justify-content: flex-end;}
      #header .mobile-menu-button .new-menu {display:none;}
      
    }

  /*------------------------------------------------------------------
  Page Header
  -------------------------------------------------------------------*/
  #single-header {
    margin-bottom: 115px;
    padding: 135px 0 150px 0;
    background: #000 url(../../images/hero-default.jpg) center center no-repeat;
    background-size: cover; }
    @media (max-width: 995px) {
      #single-header {
        padding: 70px 0 80px 0; } }
    @media (max-width: 767px) {
      #single-header {
        margin-bottom: 35px; }
        #single-header br {
          display: none; } }
    #single-header h1, #single-header .short-desc, #single-header .heading-before-title {
      color: #fff;
      margin: 0; }
      #single-header h1 p, #single-header .short-desc p, #single-header .heading-before-title p {
        margin: 0; color:#fff; }
        #single-header h1 p a:hover, #single-header .short-desc p a:hover, #single-header .heading-before-title p a:hover {
          color: #2D3336; }
    #single-header h1 {
      font-size: 64px;
      line-height: 72px;
      margin: 0 0 28px 0; }
      @media (max-width: 995px) {
        #single-header h1 {
          font-size: 28px;
          line-height: 32px;
          margin-bottom: 14px; } }
    #single-header .short-desc:first-child {
      margin-bottom: 28px; }
      @media (max-width: 995px) {
        #single-header .short-desc:first-child {
          margin-bottom: 14px; } }
    #single-header .heading-before-title, #single-header .short-desc {
      font-size: 18px;
      font-weight: bold;
      line-height: 24px;
      font-family: "Roboto", sans-serif; }
    #single-header a {
      color: #EDB211;
      text-decoration: underline; }
  
  #single-header.style-small {
    padding: 70px 0 70px 0; }
    #single-header.style-small h1 {
      font-size: 48px;
      line-height: 72px;
      margin-bottom: 0; }
      @media (max-width: 995px) {
        #single-header.style-small h1 {
          font-size: 28px;
          line-height: 32px;
          margin-bottom: 14px; } }
    #single-header.style-small .short-desc:first-child {
      margin-bottom: 0; }
  
  #blog-header {
    background: #000 url(../../images/featured-story-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 60px 0;
    color: #fff; }
    @media (max-width: 767px) {
      #blog-header {
        padding: 20px 0; } }
  
  .post-sticky .before-title {
    color: #B3A369;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    font-weight: normal;
    font-family: "Roboto Slab", serif;
    margin-bottom: 14px;
    }
  
  .post-sticky .sticky-has-thumb {
    padding-left: 45px; }
    @media (max-width: 1199px) {
      .post-sticky .sticky-has-thumb {
        padding-left: 15px; } }
  
  .post-sticky .main-title {
    font-size: 36px;
    font-weight: bold;
    color: #fff; }
    @media (max-width: 767px) {
      .post-sticky .main-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px; } }
  
  .post-sticky h2 {
    color: #fff; }
  
  .post-sticky .sticky-thumb img {
    display: block;
    /* box-shadow: 0px 20px 40px #000000; */
    max-width: 100% !important;
    width: auto !important;
    height: auto !important; }
    @media (max-width: 1199px) {
      .post-sticky .sticky-thumb img {
        margin-bottom: 30px; } }
  
  .post-sticky .excerpt p {
    color: #fff; }
  
  .post-sticky .button {
    padding-right: 40px;
    margin-bottom:15px;
    background-position: right 15px center;
    background-repeat: no-repeat; }
  
  .post-sticky .btn-more {
    margin-right: 15px; }
    @media (max-width: 1199px) {
      .post-sticky .btn-more {
        margin-bottom: 15px; } }
  
  /*------------------------------------------------------------------
  Mobile menu styles
  -------------------------------------------------------------------*/
  @media (max-width: 1199px) {
    #header ul.menu {
      transition: all 0.3s;
      list-style: none;
      margin: 0;
      padding: 0;
      display: none;
      position: absolute;
      z-index: 20;
      top: 96px;
      left: 0;
      right: 0;
      background: #fff; }
      #header ul.menu li:before,
      #header ul.menu li:after {
        display: none; }
      #header ul.menu .sub-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        display: none; }
      #header ul.menu .sub-menu.open {
        display: block;}
      #header ul.menu .menu-item {
        position: relative;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 18px;
        line-height: 22px; }
      #header ul.menu > li.highlighted > a {
        color: #EDB211; }
      #header ul.menu > li.search-link {
        display: none !important; }
      #header ul.menu > li.menu-item.cta-link > a {
        color: #fff;
        background: #857437;
        height: 50px;
        line-height: 50px;
        padding: 0 37px; }
      #header ul.menu > li.menu-item.cta-link > a:hover {
        background-color: #BFB37C;
        color: #003057; }
      #header ul.menu > li.menu-item.cta-link > a:before {
        display: none; }
      #header ul.menu .menu-item > a {
        font-weight: 400;
        white-space: nowrap;
        line-height: 50px;
        height: 50px;
        color: #262626;
        border-bottom: 2px solid rgba(0,0,0,.2);}
      #header ul.menu .sub-menu .menu-item > a {
        background: #f4f4f4;
        border-color: #fff; }
      #header ul.menu .menu-item > a {
        display: block; }
      #header ul.menu > .menu-item:last-of-type > a {
        border-bottom: 0; }
      #header ul.menu .current-menu-item > a,
      #header ul.menu .current-menu-parent > a {
        color: #B3A369; }
      #header ul.menu .mobile-submenu-toggler {
        position: absolute;
        cursor: pointer;
        display: block;
        right: 0;
        top: 7px;
        width: 36px;
        height: 36px;
        background-size: 15px auto;
        transition: all 0.3s; }
      #header ul.menu .mobile-submenu-toggler:after {
        position: absolute;
        content: '';
        background: url(/wp-content/uploads/2022/06/gold-chevron-down-icon.png) center center no-repeat;
        background-size: 10px auto;
        width: 10px;
        height: 7px;
        right: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      #header ul.menu .mobile-submenu-toggler.open:after {
        transform: translate(-50%, -50%) rotate(180deg); }
    #header ul.menu.open {
      display: block;margin-top: 5px;  } }
  
  /*------------------------------------------------------------------
Desktop menu styles
-------------------------------------------------------------------*/
@media (min-width: 1199px) {
  #header ul.menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    /**
			First level
		**/
    /**
			Dropdown
    **/ }
    #header ul.menu .menu-item {
      margin: 0;
      padding: 0;
      position: relative; }
      #header ul.menu .menu-item a {
        text-decoration: none; }
    #header ul.menu .menu-item:before,
    #header ul.menu .menu-item:after {
      display: none; }
    #header ul.menu > .menu-item {
      margin-left: 20px;
      position: relative;
      font-size: 18px;
      line-height: 22px;
      font-weight: bold;
      white-space: nowrap; }
      #header ul.menu > .menu-item > a {
        display: block;
        height: 25px;
        line-height: 25px;
        font-weight: 400;
        padding-right: 20px;
        border-right:2px solid #857437;} 
  #header ul.menu > .menu-item > a:hover {
    color:#A4925A
  }}
      @media (min-width: 1199px) and (max-width: 1199px) {
        #header ul.menu > .menu-item > a {
          height: 50px;
          line-height: 50px; } }

@media (min-width: 1199px) {
      #header ul.menu > .menu-item > a:before {
        content: '';
        position: absolute;
        bottom: 30px;
        left: -7px;
        right: -7px;
        height: 2px;
        opacity: 0;
        transition: all 0.3s; }
      #header ul.menu > .menu-item > a:hover:before {
        opacity: 1; }
    #header ul.menu > .current-menu-item > a:before,
    #header ul.menu > .current-menu-parent > a:before,
    #header ul.menu > .current_page_parent > a:before {
      opacity: 1; }
    #header ul.menu > .menu-item-has-children > a {
      padding-right: 10px;
      position: relative; }
    #header ul.menu > .menu-item-has-children > a:after {
      content: "\f078";
      font-family: "Font Awesome 6 Pro";
      margin-right: 5px;
      color: #857437;
      padding-left: 10px;}
    #header ul.menu > li.highlighted > a {
      color: #EDB211; }
    #header ul.menu > li.search-link {
      text-indent: -5555em;
      margin-left: 30px; }
      #header ul.menu > li.search-link > a {
        display: block;
        width: 20px;
        height: 20px;
        background: url(/wp-content/uploads/2022/06/gold-search-icon.png) center center no-repeat; 
        border:none;}
      #header ul.menu > li.search-link > a:before {
        display: none; }
    #header ul.menu > li.menu-item.cta-link {
      margin-right: -15px;
      margin-left: 30px; }
      #header ul.menu > li.menu-item.cta-link > a {
        color: #857437;
        font-weight:600;
        height: 50px;
        line-height: 50px;
        padding: 0 37px 0 20px;
        border:none;
        text-transform: none; }
  #header ul.menu > li.menu-item.cta-link > a:after {
    content: "\f054"; font-family: "Font Awesome 6 Pro"; margin-right: 5px; color: #857437; padding-left: 10px; 
  }
      #header ul.menu > li.menu-item.cta-link > a:hover {
        background-color: #f4f4f4;
        color: #37383b; }
      #header ul.menu > li.menu-item.cta-link > a:before {
        display: none; }
    #header ul.menu .sub-menu:before {
      position: absolute;
      top: -9px;
      left: 43px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 9px 9px 9px;
      border-color: transparent transparent #ccc transparent; }
    #header ul.menu .sub-menu {
      visibility: hidden;
      opacity: 0;
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      z-index: 10;
      top: 150%;
      left: -30px;
      transform: translateX(-10px);
      transition: all 0.3s;
      background: #fff; }
      #header ul.menu .sub-menu .sub-menu:before {
        display: none; }
      #header ul.menu .sub-menu .menu-item > a {
        display: block;
        white-space: nowrap;
        position: relative;
        height: 49px;
        line-height: 49px;
        padding: 0 30px;
        color:#262626;
        font-weight:500;
        border-bottom: 1px solid #ccc; }
      #header ul.menu .sub-menu .menu-item > a:hover {
        color:#A4925A; }
      #header ul.menu .sub-menu .menu-item-has-children > a {
        padding-right: 20px;
        position: relative; }
      #header ul.menu .sub-menu .menu-item-has-children > a:after {
        position: absolute;
        content: '';
        background: url(../../images/chevron-down.svg) center center no-repeat;
        background-size: 10px auto;
        width: 10px;
        height: 8px;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); }
      #header ul.menu .sub-menu .current-menu-item > a,
      #header ul.menu .sub-menu .current-menu-parent > a {
        color: #A4925A; }
      #header ul.menu .sub-menu .sub-menu {
        left: 100%;
        top: 0; }
    #header ul.menu .menu-item:hover > .sub-menu {
      opacity: 1;
      visibility: visible;
      transform: translateX(0); }
  .show-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important; } }
  
  /*------------------------------------------------------------------
  Hamburger / mobile menu toggler
  -------------------------------------------------------------------*/
  .hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    border: 2px solid #003057;
    height: 40px;
    width: 40px;
    line-height: 34px;
    text-align: center; }
    @media (min-width: 1199px) {
      .hamburger {
        display: none; } }
  
  .hamburger:hover {
    opacity: 1; }
  
  .hamburger-box {
    width: 18px;
    display: inline-block;
    position: relative;
    height: 12px; }
  
  .hamburger-inner {
    display: block;
    top: 50%;
    transform: translateY(-50%); }
  
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 18px;
    height: 3px;
    background-color: #003057;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  
  .hamburger-inner::before {
    top: -4px; }
  
  .hamburger-inner::after {
    bottom: -4px; }
  
  .hamburger .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  
  .hamburger .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  
  .hamburger .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  
  .hamburger.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  
  .hamburger.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  
  .hamburger.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
  
  body.single-job #menu-item-47 > a:before {
    display: none; }
  
  .posts-lists-wrapper {
    position: relative; }
    .posts-lists-wrapper:before {
      content: '';
      background: #f2f2f2;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 50%; }
  
  .posts-list-container .mobile-nav, .single-post-container .mobile-nav {
    margin-top: -60px;
    margin-bottom: 20px; }
    @media (min-width: 996px) {
      .posts-list-container .mobile-nav, .single-post-container .mobile-nav {
        display: none; } }
    .posts-list-container .mobile-nav .col, .single-post-container .mobile-nav .col {
      padding: 0; }
    .posts-list-container .mobile-nav .col:first-of-type, .single-post-container .mobile-nav .col:first-of-type {
      border-right: 2px solid #dcdcdc; }
    .posts-list-container .mobile-nav h2, .posts-list-container .mobile-nav label, .single-post-container .mobile-nav h2, .single-post-container .mobile-nav label {
      display: none; }
    .posts-list-container .mobile-nav form, .single-post-container .mobile-nav form {
      margin: 0; }
    .posts-list-container .mobile-nav select, .single-post-container .mobile-nav select {
      margin: 0;
      padding: 0;
      height: 50px;
      display: block;
      background: #f2f2f2;
      border: 0;
      color: #8c979c;
      text-transform: uppercase;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 20px;
      text-overflow: '';
      text-align: center; }
    .posts-list-container .mobile-nav .widget, .single-post-container .mobile-nav .widget {
      position: relative; }
  
  .single-post-container {
    padding-top: 0; }
    .single-post-container .mobile-nav {
      margin-top: -165px;
      margin-bottom: 60px; }
  
  @media (max-width: 768px) {
    .single-post #sidebar {
      display: none; } }
  
  .posts-list-container {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background: #fff; }
    @media (max-width: 768px) {
      .posts-list-container #sidebar {
        display: none; } }
    .posts-list-container:before {
      content: '';
      background: #f2f2f2;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 410px; }
      @media (max-width: 995px) {
        .posts-list-container:before {
          display: none; } }
    .posts-list-container article {
      margin-bottom: 60px; }
      @media (max-width: 995px) {
        .posts-list-container article {
          margin-bottom: 30px; } }
      .posts-list-container article .thumb {
        margin-bottom: 0; }
        @media (max-width: 995px) {
          .posts-list-container article .thumb {
            margin-bottom: 24px; } }
      .posts-list-container article .thumb img {
        display: block;
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25); }
      .posts-list-container article .more {
        padding: 5px 10px;
        display: inline-block;
        color: #013057;
        background-color: #B3A369;
        border:2px solid #B3A369;
        text-transform: uppercase;
        font-size: 16px;
        line-height: normal;
        letter-spacing: 0.05em;
        font-weight: bold; }
      .posts-list-container article .more:hover {
        color: #013057;
        background-color: #fff;
        transition:0.8s;}
      .posts-list-container article h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 18px; }
        @media (max-width: 995px) {
          .posts-list-container article h3 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 12px; } }
      .posts-list-container article h3 a:hover {
        color: #1b1f21;
        text-decoration: underline; }
      .posts-list-container article .post-date {
        display:none;
        color: #2D3336;
        font-family: "Roboto Slab", serif;
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0.05em;
        margin-bottom: 8px;
        text-transform: uppercase; }
        @media (max-width: 995px) {
          .posts-list-container article .post-date {
            font-size: 16px;
            line-height: normal;
            margin-bottom: 2px; } }
    .posts-list-container .col-txt {
      margin-left: -22px; }
      @media (max-width: 1199px) {
        .posts-list-container .col-txt {
          margin-left: 0; } }
    .posts-list-container .col-txt.no-thumb {
      margin-left: 0; }
  
  .single #content {
    padding-bottom: 115px; }
  
  .posts-pagination {
    width: 100%;
    display: flex;
    padding-left: 110px; }
    @media (max-width: 995px) {
      .posts-pagination {
        padding-left: 0; } }
    .posts-pagination a {
      border-color: #2D3335;
      background: #fff;
      color: #2D3335;
      font-size: 16px;
      margin: 0 10px;
      position: relative; }
      @media (max-width: 995px) {
        .posts-pagination a {
          text-indent: -5555em;
          width: 50px;
          height: 50px;
          margin: 0; } }
    .posts-pagination a:hover {
      border-color: #2D3335;
      color: #fff;
      background-color: #2D3335; }
    @media (max-width: 995px) {
      .posts-pagination .older a {
        margin-right: 10px; }
      .posts-pagination a:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-family: "Roboto Slab", serif;
        text-indent: 0;
        font-size: 22px;
        line-height: 50px; }
      .posts-pagination .older a:after {
        content: '\00ab'; }
      .posts-pagination .newer a:after {
        content: '\00bb'; } }
  
  .subscribe-form {
    position: relative;
    z-index: 1;
    background: #1b1f21 url(../../images/subscribe-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 90px 0;
    text-align: center;
    color: #fff; }
    @media (max-width: 767px) {
      .subscribe-form {
        padding: 38px 0; } }
    .subscribe-form form {
      max-width: 640px;
      margin: 0 auto; }
    .subscribe-form .fields {
      display: flex;
      width: 100%;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .subscribe-form .fields {
          display: block; } }
    .subscribe-form #subscriber_name, .subscribe-form #subscriber_email {
      background: #fff;
      border: 0;
      color: #3d474c;
      margin: 0 10px;
      font-weight: normal;
      text-transform: none;
      box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.25); }
      @media (max-width: 767px) {
        .subscribe-form #subscriber_name, .subscribe-form #subscriber_email {
          margin: 0 0 10px 0; } }
    .subscribe-form button {
      border: 2px solid #fff;
      color: #fff;
      background: transparent; }
    .subscribe-form button:hover {
      background: #1b1f21; }
    .subscribe-form h3 {
      font-size: 36px;
      color: #fff;
      margin-bottom: 10px; }
    .subscribe-form h2 {
      background: #1b1f21;
      padding: 0 10px;
      color: #fff;
      text-transform: uppercase;
      font-family: "Roboto Slab",serif;
      display: inline-block;
      font-weight: normal;
      margin-bottom: 24px;
      font-size: 16px;
      letter-spacing: 2px; }
    .subscribe-form .mc4wp-response {
      margin-top: 24px; }
      .subscribe-form .mc4wp-response p {
        margin-bottom: 0; }
  
  #footer {
    background: #262626 url(/wp-content/uploads/2023/08/footer-overlay-bg.png) left top no-repeat;
    padding: 50px 0;
    color: #fff;
    font-size: 1em;
    line-height: normal; }
    @media (max-width: 767px) {
      #footer {
        padding-bottom: 0;
        padding-top: 30px; } }
    #footer .widget-title {
      font-size: 22px; line-height:28px; font-weight:600; }
    #footer .logo {
      display: inline-block;
      margin-bottom: 36px; 
    width:186px;}
      #footer .logo img {
        display: block; }
    #footer p {
      margin-bottom: 14px; color:#fff; }
    #footer a {
      color: #fff; }
    #footer a:hover {
      color: #B3A369; }
    #footer ul {
      list-style: none;
      margin: 0 0 30px 0;
      padding: 0; }
      #footer ul li {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 14px; }
      #footer ul li:before {
        display: none; }
    #footer .widget {
      margin-top: 18px; }
    #footer .col-logo {
      flex: 0 0 400px; }
      #footer .col-logo li {
        text-transform: uppercase; }
      #footer .col-logo .widget {
        margin-top: 0; }
    #footer .col-menu1 {
      flex: 0 0 265px; }
    #footer .col-menu2 {
      flex: 0 0 325px; }
    #footer .col-menu3 {
      flex: 0 0 265px; }
    #footer .links-opener {
      display: none; }
    @media (max-width: 1400px) {
      #footer .col-logo,
      #footer .col-menu1,
      #footer .col-menu2,
      #footer .col-menu3,
      #footer .col-menu4 {
        flex: 1; } }
    @media (max-width: 767px) {
      #footer .col {
        flex: 0 0 100%; }
      #footer .col-menu1,
      #footer .col-menu2,
      #footer .col-menu3,
      #footer .col-menu4 {
        display: none;
        background: #262626; }
      #footer .col-menu1 .widget {
        margin-top: 30px; }
      #footer .col-menu2 .widget,
      #footer .col-menu3 .widget,
      #footer .col-menu4 .widget {
        margin-top: 0; }
      #footer .col-menu1.active,
      #footer .col-menu2.active,
      #footer .col-menu3.active,
      #footer .col-menu4.active {
        display: block; }
      #footer .links-opener {
        margin-top: 40px;
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
        display: block;
        color: #fff;
        padding: 20px 15px;
        font-weight: bold;
        background: #1b1b1b;
        text-transform:uppercase;}
      #footer .links-opener:after {
        position: absolute;
        padding-left: 10px;
        top: 35%;
        content: "\f078";
        font-family: "Font Awesome 6 Pro";
        color: #fff;}
      #footer .links-opener.active:after {
        transform: translateY(-5%) rotate(180deg);  padding-right: 10px;}
      #footer .links-opener-bottom {
        display: none; }
      #footer .links-opener-bottom.active {
        display: block; } }
    #footer .widget-title {
      color: #B3A369;
      margin-bottom: 30px; }
  
  #footer-cta {
    background: #1b1f21 url(../../images/yellow-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 95px 0;
    text-align: center;
    color: #fff;
    margin-top: 120px; }
    @media (max-width: 767px) {
      #footer-cta {
        padding: 40px 0;
        margin-top: 35px; } }
    #footer-cta .before-title {
      background: #1b1f21;
      color: #fff;
      font-family: "Roboto Slab", serif;
      display: inline-block;
      padding: 4px 10px;
      margin-bottom: 24px; }
    #footer-cta .main-footer-cta-title {
      font-family: "Roboto Slab", serif;
      font-weight: bold;
      color: #fff;
      font-size: 36px;
      line-height: 42px;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        #footer-cta .main-footer-cta-title {
          font-size: 24px;
          line-height: 32px; } }
    #footer-cta .text {
      margin-bottom: 35px; }
    #footer-cta .button, #footer-cta input[type=submit] {
      color: #fff;
      background: transparent;
      color: #fff;
      border-color: #fff;
      min-width: 130px;
      margin: 0 10px; }
    #footer-cta .button:hover, #footer-cta input[type=submit]:hover {
      background: #013057;
      border-color: #013057; }
    @media (max-width: 995px) {
      #footer-cta .buttons .button {
        max-width: 320px;
        display: block;
        margin: 0 auto; }
      #footer-cta .buttons .button:first-of-type {
        margin-bottom: 10px; } }
    #footer-cta .row {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        #footer-cta .row {
          margin-bottom: 0; } }
      #footer-cta .row .wpcf7-text {
        line-height: 45px;
        height: 45px;
        box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.25);
        border: 0;
        color: #555e62;
        font-weight: normal;
        text-transform: none; }
        @media (max-width: 767px) {
          #footer-cta .row .wpcf7-text {
            margin-bottom: 20px; } }
      #footer-cta .row textarea {
        box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.25);
        border: 0;
        color: #555e62;
        height: auto;
        line-height: normal;
        padding-top: 14px;
        padding-bottom: 14px;
        font-weight: normal;
        text-transform: none; }
        @media (max-width: 767px) {
          #footer-cta .row textarea {
            margin-bottom: 20px; } }
    #footer-cta .wpcf7-not-valid-tip {
      padding: 5px 0 0 0;
      margin: 0;
      text-align: left;
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        #footer-cta .wpcf7-not-valid-tip {
          margin-top: -20px;
          margin-bottom: 10px; } }
    #footer-cta .ajax-loader {
      display: none !important; }
    #footer-cta .wpcf7-response-output {
      border: 0;
      margin: 0;
      padding: 0; }
      @media (max-width: 767px) {
        #footer-cta .wpcf7-response-output {
          margin-top: 20px; } }
  

  #footer .contact-icon {display: flex; grid-gap: 15px;margin:25px 0;}
  #footer .contact {text-wrap:nowrap; margin-bottom: 15px;}
  #footer .contact span {font-size:18px;}
  #footer .contact-info {font-weight:500;font-size:20px; line-height:30px;}
  #footer hr {border-bottom: 2px solid #B3A369}

  @media (max-width: 995px) {
    #sidebar {
      display: none; } }
  
  aside .widget {
    max-width: 265px;
    margin-bottom: 55px; }
    aside .widget .widget-title {
      font-weight: bold;
      font-size: 16px;
      line-height: normal;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif;
      color: #444;
      border-bottom: 2px solid #C4C4C4;
      padding: 0 0 14px 15px; }
    aside .widget .widget-title + ul {
      margin-top: -30px;
      border-top: 0; }
    aside .widget ul {
      list-style: none;
      margin: 0;
      padding: 0;
      border-top: 1px solid #c4c4c4; }
    aside .widget li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #c4c4c4;
      font-weight: bold;
      font-size: 18px;
      line-height: 36px;
      font-family: "Roboto Slab", serif; }
      aside .widget li:before {
        display: none; }
      aside .widget li a {
        color: #3D474C;
        display: block;
        padding: 6px 40px 6px 15px; }
      aside .widget li a:hover {
        color: #3D474C;
        background-color: #f4f4f4; }
    aside .widget li.selected, aside .widget li.current-cat {
      background: #B3A369; }
      aside .widget li.selected a, aside .widget li.current-cat a {
        color: #013057; }
        aside .widget li.selected a:hover, aside .widget li.current-cat a:hover {
          background-color: transparent; }
  
  .text-after-sidebar {
    font-size: 14px;
    line-height: 24px; }
    .text-after-sidebar p { margin-bottom: 18px;}



/*Front Page*/
#frontpage  {margin:0 auto; padding-top:55px;}
#frontpage .flexgrid {display: flex; justify-content: space-between;align-items: center;grid-gap: 20px;}
#frontpage .flexgrid .primary {flex: 1;}
#frontpage .flexgrid .primary .card {height:560px;}
#frontpage .flexgrid .primary .subtitle {font-family: "Roboto Slab", serif; font-size: 24px; line-height:28px; color:#fff;font-weight: 700;}
#frontpage .flexgrid .secondary {flex: 1;display: flex; flex-direction: column;row-gap: 20px;width: 100%;}
#frontpage .flexgrid .secondary .card {height:270px;}
#frontpage .flexgrid .card {box-shadow: inset 0 0 0 2000px rgba(0,0,0,.4);display: flex; flex-direction: column; justify-content: flex-end; padding:0 4% 3%;text-decoration:none;}
#frontpage .flexgrid .card h2 {color:#fff; font-size:35px; line-height:40px; font-weight:700; margin-bottom: 10px;}
#frontpage .flexgrid .card p {color:#fff; font-size:24px; line-height:32px; margin-bottom: 10px;}
#frontpage .flexgrid .card span {color:#fff; font-size:24px; line-height:28px; font-weight:500;}
#frontpage .flexgrid .card a {text-decoration:none;}

@media (max-width:900px){
  #frontpage .flexgrid {flex-direction:column;}
  #frontpage .flexgrid .card {flex: 1;}
}