/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
/* @import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&family=Special+Elite&display=swap"); */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,500;1,600;1,700;1,800&display=swap'); */

* {
  /*-webkit-font-smoothing: antialiased;*/
  /*-moz-osx-font-smoothing: grayscale;*/
}

body {
  font-family: var(--font-family-body);
  font-style: normal;
  font-weight: 500;
  color: #30527a;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-family-body);
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h3 {
  font-size: 35px;
  margin-bottom: 20px;
  margin-top: 0;
}

h3 {
  color: #30527a;
  font-size: 18px;
}
a {
  color: #30527a;
}

p {
  line-height: 24px;
}

/* Display blocks inline */
.display-inline {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  _height: 250px;
}

/* ubermenu css */
.ubermenu-target {
  font-family: var(--font-family-body) !important;
  font-weight: 600 !important;
  font-style: normal !important;
  padding: 0px 15px !important;
  transition: 0.4s all ease !important;
  color: #286046 !important;
  font-size: 13px !important;
}

.ubermenu-target-title {
  border-bottom: 6px solid transparent !important;
  padding: 3px 10px !important;
}

.ubermenu-current-menu-item .ubermenu-target-title {
  border-color: #9dc769 !important;
}

.ubermenu-target:hover > .ubermenu-target-title {
  border-color: #9dc769 !important;
}

.ubermenu-submenu {
  background: #fff !important;
  padding: 10px !important;
}

/* ubermenu css */
.top-header-container {
  background: #51284f;
  padding: 10px 0px;
}

.top-header-one {
  text-align: right;
  float: right;
}

.top-header-one a {
  /* font-size: 11px;
  color: #2e3636;
  font-weight: 500;
  margin-top: 20px;
  display: block; */
}

.top-header-one a,
.top-header-three a {
  font-size: 11px;
  font-family: var(--font-family-body);
}

.top-header-one a:hover,
.top-header-three a:hover {
  /* color: #325081; */
}

.top-header-three a {
  color: #fff;
  font-weight: 400;
  display: block;
  margin-top: 11px;
  margin-bottom: 11px;
  -webkit-font-smoothing:auto;
}

.inner-top-header-cols {
  max-width: 550px;
  margin: 0px auto;
  font-family: var(--font-family-body);
  font-weight: 500;
  font-style: normal;
}

.inner-top-header-cols img {
  float: none;
  margin: 0px auto;
  display: block;
}

.top-header-cols {
  max-width: 950px;
  margin: 0px auto;
  position: relative;
}

.top-header-two img {
  max-height: 68px;
}

#shiftnav-toggle-main {
  display: none !important;
}

.header-hashtag {
  font-size: 13px;
  color: #000;
  vertical-align: middle;
  font-family: var(--font-family-body) !important;
  font-weight: 600;
}

.header-hashtag p {
  margin: 0px;
  color: #30527a;
  margin-top: 16px;
  font-size: 16px;
}

.header-socials a {
  font-size: 20px;
  color: white;
  background: #30527a;
  padding: 0;
  display: inline-block;
  border-radius: 20px;
  margin-left: 5px;
  transition: all 0.3s ease;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
}

.header-socials a:hover {
  background: #ef3340;
  color: #fff;
}

.footer-socials a:hover {
  background: #30527a;
  color: #fff !important;
}

.header-socials .hs-twitter {
  /* padding: 5px 8px; */
}

.header-socials .hs-instagram {
  /*padding: 5px 8px;*/
}

.header-socials .hs-facebook {
  /* padding: 5px 13px; */
}

.header-socials {
  /* margin-left: 40px; */
  vertical-align: middle;
}

.header-hastag-socials {
  text-align: right;
  /* margin-top: 30px; */
}

.search-form-header {
  float: right;
  margin: 25px 0px;
}

.header-logo {
  /* margin-top: 35px; */
  height: 172px;
  display: inline-block;
}

.header-logo a {
  /* max-width: 170px;
  display: inline-block; */
}

.footer-top-row {
  background-color: #f8f7f2;
  background-image: url("/assets/custom/hoh/client-header-footer/img/bg-plants.svg");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center bottom -170px;
  padding: 0 0 400px;
  border-bottom: 10px solid #30527a;
}

.footer-content {
  max-width: 240px;
  color: #000;
}

.footer-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
  font-family: var(--font-family-body);
  color: #30527a;
}

.footer-content p {
  margin: 0px;
  font-weight: 500;
  font-size: 14px;
}

.footer-contact-details-wrapper {
  margin-top: 0px;
}

.footer-logo {
  margin-right: 20px 0;
}

.footer-logos {
  /*margin-left: 150px;*/
  text-align: left;
}

.footer-logos h4 {
  text-align: left;
}
.footer-bottom-row {
  background: #30527a;
  padding: 40px 0 20px;
  color: white;
  font-size: 14px;
  margin-top:40px;
}

.footer-socials {
  display: inline-block;
  /* margin-left: 20px; */
}

.footer-socials a {
  font-size: 26px;
  color: #30527a;
  background: #fff;

  display: inline-block;
  border-radius: 100%;
  margin-left: 2px;
  transition: all 0.3s ease;
  height: 36px;
  width: 36px;
  line-height: 36px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.footer-bottom-left-col i.fab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}

.footer-bottom-right-col {
  font-size: 12px;
}

.footer-bottom-right-col a {
  color: white;
  text-decoration: none;
}

.footer-bottom-right-col {
  font-size: 12px;
  text-align: right;
}

.footer-contact-details-wrapper p {
  margin: 0px;
  color: #000;
  font-size: 15px;
}

.footer-contact-details-wrapper p a {
  color: #000;
  text-decoration: none;
}

.tab-nav {
  font-size: 35px;
  text-align: right;
  margin-top: 20px;
}

.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
  background: #282828 !important;
}

.header-top-wrapper {
  /*margin-bottom: 35px;*/
}

.home .header-top-wrapper {
  margin-bottom: 0px;
}

.footer-nav-col {
  text-align: right;
  margin-bottom: 15px;
}

.footer-nav-col a {
  color: white;
  font-size: 14px;
  border-right: 1px solid white;
  padding: 0px 30px;
  text-decoration: none;
  /* font-weight: 900; */
}

.footer-nav-col a:last-child {
  border-right: none;
  padding-right: 0 !important;
}
.header-logo-socials {
  background: #f8f7f2;
  padding: 30px 0px;
  /*padding-bottom: 40px;*/
}
.footer-logos a {
  display: inline-block;
  vertical-align: middle;
}

.footer-logos a:nth-child(2) {
  margin-left: 15px;
  margin-right: 8px;
}

.footer-logos a:nth-child(3) {
  margin-right: 15px;
  margin-left: 8px;
}

.footer-logos a img {
  max-height: 80px;
  width: auto;
  margin-bottom: 10px;
}

div.header-logo a img {
  /* height: 133px;
  width: auto;
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 30px; */
}

footer div.footer-top-right-col {
  display: flex;
  height: 500px;
}

.footer-top-right-col div.big-bag-logo {
  width: 40%;
}

div.footer-top-right-col div.footer-logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
}

.footer-top-right-col div.big-bag-logo img {
  width: 250px;
  background-color: #13496d;
  padding: 10px;
}

div.footer-logos div.image-box-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 65px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent;
}

.callaway-sec.img-sec.nlt {
}
.image-box-1 div.img-sec {
  padding: 20px;
  background: white;
}

div.footer-logos div.image-box-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: white;
}

.footer-logos div span {
  margin-bottom: 20px;
}

.footer-top-right-col .footer-logos img {
  width: 750px;
  background: white;
  padding: 20px;
  border-radius: 20px;
}
.footer-top-right-col div.footer-logos::before,
.footer-logos div::before,
.footer-top-right-col div.footer-logos::after,
.footer-logos div::after {
  content: unset;
}

.footer-logos div.img-sec {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

@media (max-width: 812px) {
  footer div.footer-top-right-col {
    flex-direction: column;
  }

  .footer-top-right-col div.big-bag-logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  div.footer-logos div.image-box-1 {
    margin-right: 0;
    margin-bottom: 50px;
  }

  div.footer-top-right-col div.footer-logos {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .footer-logos div.img-sec {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .navigation-header nav {
    float: right;
  }

  .ubermenu-target {
    padding: 0px 10px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 1025px) {
  .tab-nav {
    /* display: block !important; */
    display: none;
  }

  .footer-bottom-row {
    padding: 30px 0px;
  }
  .footer-logos {
    margin-left: 0px;
  }

  .footer-content {
    max-width: 100%;
    margin-top: 20px;
  }

  .footer-logo img {
    float: none;
    margin: 0px auto;
    display: block;
  }

  .footer-logo {
    margin-right: 0px;
  }

  .footer-full-wrapper {
    text-align: center;
  }
  .navigation-header {
    display: none;
  }

  .footer-top-row .width-8of12 {
    width: 66.6666666%;
  }

  .footer-logo {
    margin-right: 40px;
  }
}

@media (max-width: 800px) {
  .header-hashtag p {
    margin-bottom: 10px;
  }
  .search-form-header {
    float: none;
    margin-left: 30px;
  }
  .top-header-one a,
  .top-header-three a {
    font-size: 11px;
  }
  .tablet-width-6of12 {
    width: 100%;
  }
  .footer-top-row .width-7of12,
  .footer-top-row .width-4of12,
  .footer-top-row .width-5of12,
  .footer-top-row .width-8of12 {
    width: 100%;
    text-align: center;
  }

  .footer-logo {
    margin-right: auto;
    max-width: 30%;
    margin-left: auto;
  }

  .footer-logos {
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
  }

  .footer-logos a img {
    max-height: 80px;
  }

  .footer-nav-col {
    text-align: center;
  }

  .footer-bottom-right-col {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer-nav-col {
    text-align: center;
  }
  .tab-nav {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 20px;
  }

  .footer-bottom-right-col {
    text-align: center;
  }
  .header-socials a {
    font-size: 20px;
  }

  .header-socials {
    margin-left: 0px;
    margin-top: 10px;
  }

  .header-hastag-socials {
    text-align: center;
    margin-top: 20px;
  }

  .header-hastag-socials .display-inline {
    display: block;
  }

  .header-logo img {
    float: none;
    margin: 0px auto;
    display: block;
    margin-top: 45px;
    /* max-width: 120px; */
  }

  .header-logo {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }

  .top-header-container {
    display: none;
  }
}

p.colophon {
  clear: both;
  text-align: right;
  max-width: 980px;
  margin: 0 auto;
  font-size: 12px;
  color: #000;
}

.ubermenu .ubermenu-target {
  font-size: 16px !important;
}
.header-hastag-socials .display-inline a.search-toggle {
  display: none;
}

.footer-top-row {
  /* background-image: url(/assets/custom/slt/client-header-footer/img/slt_footer_background.jpeg);
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: top; */
}
.top-header-one img,
.top-header-two img {
  max-height: 68px;
}

.client-header-footer .display-inline.header-hashtag p a {
  text-decoration: underline;
  font-weight: 400;
  -webkit-font-smoothing:auto;
}

.client-footer p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.top-right-footer-cols {
  margin-left: 50px;
  text-align: right;
}

.footer-logo-one {
  background: transparent;
  padding: 0;
  margin-right: 0;
  display: inline-block;
  text-align: left;
  width: 100%;
}

.footer-logo-one::after{
  content: unset;
}

.footer-logo-one a {
  display: inline-block;
  margin-left: 20px;
  text-decoration: none;
}

.partnerlogo div.footer-logo-one > a:last-child{
  float: right;
}

.partnerlogo{
  margin-bottom:20px;
  font-size: 13px;
}

.partnerlogo img{
  height: 100px;
  width: auto;
}

.footer-logo-one img[alt='Murray Parish Trust']{
  padding-right: 2px;
}

@media (max-width: 812px){

  .footer-top-row{
  
    padding-bottom: 100px;

  }


}

