:root {
  --theme-primary-color: #D60812;
  --theme-secondary-color: #F2F2F2;
  --theme-image: url("/images/template/dgl-hero.webp");
}


/* General Styles --------------------------*/

body, html {
  font-size:16px;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

code {
  font-size: 100%;
  font-family: inherit;
  color: inherit;
}

button {
    border: none;
}

._Content img {
    max-width: 100%;
    height: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}

._Content img {
  height:auto;
  max-width:100%;
}

._Content p a,
._Content li a {
  color: var(--theme-primary-color);
}

._Content .bg-primary p a,
._Content p a.btn {
  color: inherit;
}

._Template {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width:100%;
}

._Content {
  margin: 70px auto 100px auto;
  max-width: 1140px;
  width:90%;
}

html {
  scroll-behavior: smooth;
}

div {
  scroll-margin-top: 110px;
}

/*.full-width {
  margin-left: calc((-100vw + 100%) / 2);   
  margin-right: calc((-100vw + 100%) / 2);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);  
}*/

.btn, .btn-primary {
  border-color: inherit;
  border-radius: 0;
  padding: 0.6rem 1.5rem;
  white-space: break-spaces;
}

.text-shadow {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

table {
  color: inherit;
  line-height: 1.4;
  width:100%;
}

.table td, .table th {
  border: none !important;
  padding:0;
}

.table td.col-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.min-vh-100 {
    min-height: 100vh;
}

.div-link {
  cursor:pointer;
  transition:0.3s;
}

._ListPager {
    text-align: center;
    margin-top:30px;
}

._ListItems {
    display: none;
}

button._ListPagerNext {
    margin-right: 15px;
}

._ListPager .mdl-button--fab {
    background-color: rgb(203 203 203 / 75%) !important;
}

._ListPager .mdl-slider__background-lower, ._ListPager  .mdl-slider__background-upper {
    background: rgb(203 203 203 / 75%) !important;
}


figure.image.image-style-side {
    display: block;
}

figure.image.image-style-side img {
    margin-left: auto;
    margin-right: 0;
}

/* Navigation Bar */

#navbar {
    background-color: rgb(255 255 255 / 75%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 0;
}

.nav-logo img {
   /* max-width: 120px; */
    height: auto;
    margin-left: -5px;
   max-width: 110px;
}

.first-level, .second-level {   
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.first-level {
  text-align:right;
  padding-top: 4px;
  padding-bottom: 4px;
}

.second-level {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top:10px;
    padding-bottom:10px;
}

.fl-links {
    display: inline;
    text-align: right;
    font-size: 13px;
}

.fl-links p {
    display: inline;
}

#navbar ul { 
  padding:0;
  margin:0;
}

#navbar .first-level ul {
  display: inline;
}

#navbar ul li {
    /*float: none;*/
    display: inline;
}

.fl-links a {
    color: #fff;
}

#navbar .fl-links .btn {
    border-radius:3px;
    border: none;
    font-size: 13px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  margin:0 5px;
}

.btn-black, #navbar .fl-links .btn-black {
    color: #ffffff!important;
    background-color: #000000;
}

.btn-white, #navbar .fl-links .btn-white {
    color: #000000;
    background-color: #ffffff;
}

.org-name {
    font-weight: bold;
    font-size: 110%;
    padding: 20px 0;
    display: inline-block;
    max-width: 250px;
    white-space: break-spaces;
    line-height: 1.2;
}
.nav-logo:has(img) .org-name {
    display: none;
}

.navbar ul {
  margin-left: auto !important;
}

.sl-links {
    font-size: 14px;
}

#navbar a {
  padding:3px 5px!important;
  text-decoration:none;
} 

#navbar a:hover {
    text-decoration: none;
    background-color: rgb(0 0 0 / 10%);
}

#navbar .nav-logo a:hover {
    background: transparent;
    opacity: 0.8;
}

#navbar .sl-links ul.DropDownMenu li a {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#navbar ul.DropDownMenu li.Parent li {
   /* float: none;*/
}

#navbar ul.DropDownMenu li.Parent ul {
  padding: 10px;
  top: auto !important;
}

#navbar ul.DropDownMenu li.Parent:has(.material-icons) a {
  padding-right:25px !important;
}

li.Parent .material-icons {
    position: absolute;
    top: 2px;
    right:-3px;
}


ul.DropDownMenu a:hover {
    background-color: #0000001c;
}

li.Parent ul {
  background-color: var(--theme-secondary-color);
  box-shadow: 3px 3px 10px 0px #00000075;
}

.mobBtn {
  display:none;
}

.second-level .fl-links {
  display:none;
}

.mobBtn button {
    padding: 8px 15px;
    background-color: transparent;
}

.mobBtn span.material-icons {
    color: black;
    font-size: 32px;
}

.navsearch, .navsearch code, .navsearch form, .navsearch ._SearchBasic {
    display: inline;
}

.navsearch ._SearchBasic input[type="search"] {
    border: none;
    border-radius: 20px;
    margin-right:5px;
    margin-left:5px;
    padding: 2px 10px;
}

.navsearch ._SearchFind .material-icons {
    font-size: 18px;
    line-height: 0;
    margin-top: 13px;
    position: absolute;
    top: -2px;
    left: 2px;
}

.navsearch button._SearchFind {
    border-radius: 12px;
    position: relative;
    padding: 11px;
}

/* Footer */

#site-footer {
  padding-top:max(190px, 25vh);
  padding-bottom: 80px;
  position:relative;
  z-index:2;
  -webkit-mask-image: url(/images/template/footer-mask.webp);
    mask-image: url(/images/template/footer-mask.webp);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top;
    mask-position: top;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.footer-logo img {
    margin-left: -15px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    column-count: 3;
}

.footer-links a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-links a:hover {
    opacity: 0.8;
}

.ex-links {
    text-align: right;
}

.ex-links ul {
    list-style: none;
    padding: 0;
}

.ex-links a {
  display:none;
}

.ex-links a.btn {
   background-color: var(--theme-primary-color);
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    min-width: 160px;
    padding: 8px 15px; 
}

p.footer-links {
    display: block;
    margin-bottom:20px;
    text-align: center;
    width: 100%;
}

.sml-links a {
    margin: 5px 8px;
}

.footer-search {
  margin: 60px auto 30px;
    width: 100%;
    text-align: center;
}

.footer-search ._SearchBasic input[type="search"] {
    border: none;
    border-radius: 50px;
    margin-right: 15px;
    padding: 15px 20px;
    color: #000000;
    width: calc(100% - 68px);
    max-width: 400px;
}

.footer-search ._SearchFind .material-icons {
    font-size: 36px;
    line-height: 0;
    margin-top: 25px;
    position: absolute;
    top: 0;
    left: 6px;
}

.footer-search button._SearchFind {
    border-radius: 50px;
    position: relative;
    padding: 24px;
}

/* Content -------------------------------------------------------------------------------------------------------------------------------------------- */

/* Banner ----------------------------------*/

#header {
    background-image: var(--theme-image);
    background-position: center;
    background-size: cover;
    display:flex;
    flex-direction: column;
    width: 100%;
    min-height: 600px;
    position: relative;
}

#header:has(._DocumentThumbnail img) {
  background-image: none;
}

#header span._DocumentThumbnail img {
  display: block !important;
  height: 100%;
  object-fit: cover;  
  object-position: top;
  width: 100%;
  position:absolute;
}

#header._Content, .hero-wrapper._Content {
    width: 100%;
    max-width: none;
}

.breadcrumbs {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 50%) 100%);
    color: #fff;
    padding: 20px;
    position: absolute;
    right: 0;
    text-shadow: 1px 1px 5px black;
    text-align: right;
    top: 93px;   
    width: 100%;   
}

.breadcrumbs p {
    margin: 0;
}

ol._BreadCrumbs li {
   display: inline;
    list-style-type: none;
    margin-right: 10px;
}

ol._BreadCrumbs {
    padding-left: 0;
    font-size: 80%;
}

ol._BreadCrumbs li::after {
    content: '|';
    padding-left: 10px;
}

ol._BreadCrumbs li:last-of-type::after {
    content: none;
}

ol._BreadCrumbs::before {
    content: 'You Are Here:';
    padding-right: 10px;
}

.hero-content {
   background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 50%) 100%);   
    margin-bottom: 0;
    margin-top: auto;
    padding-top: 130px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;   
}

.hero-content .container * {
  color: #fff;
  text-shadow:-1px -1px 5px rgb(0 0 0 / 50%), 1px -1px 5px rgb(0 0 0 / 50%), -1px 1px 5px rgb(0 0 0 / 50%), 1px 1px 5px rgb(0 0 0 / 50%);
}

#header h1 {    
    font-size: 40px;
    margin-bottom: 0;   
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
}

/* Tables tidy up */

.table-column table td {
    padding: 0 20px;
}

.table-column table td {
    border: none !important;
}

figure {
   display: table;
   padding: 5px;
}

figure.table {
    padding: 0;
    display: initial;
}
figure.image {
   margin:20px auto;
}

figure.image img {
    margin: 0 auto;
    display: block;
  max-width: 100%;
}

figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 10px;
    text-align: center;
    font-size: 90%;
    margin-bottom: 20px;
}

/* Page layouts, reusable layouts ------------------------------------------------- */

  div._Content ul,
  div._Content ol {
    padding-left: 25px;
  }

  div._Content ul li::marker,
  div._Content ol li::marker {
    font-size: 22px;
    color: var(--theme-primary-color);
  }

  div._Content .bg-primary ul li::marker,
  div._Content .bg-primary ol li::marker {
    color: inherit;
  }

 /* div._Content  p + ul {
    margin-top: -15px;
  }*/

div._Content ol li {
    margin-bottom: 15px;
}

div._Content ul {
  line-height:normal;
    padding-left: 0;
    position: relative;
}

._Content ul li::before {
    content: '•';
    font-size: 44px;
    position: absolute;
    left: 0;
    top: -21px;
}

div._Content ul li {
  display:inline-block;
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    width:100%;
}

  .h-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

.h-section .h-section {
    padding-bottom: 0 !important;
}

  .h-section h3 {
    color: var(--theme-primary-color);
    font-size: 35px;
    text-transform: uppercase;
  }

  .bg-primary.h-section h3 {
    color: inherit;
  }

  .h-section h5 {
    margin-bottom: 20px;
  }

 .h-section h5:last-of-type {
   border-bottom: 1px solid;
   padding-bottom: 20px;
  }

  ._Content:has(.full-width) {
    margin: 0;
    max-width: none;
    width: 100%;
  }

  .image-col {
    padding: 0 !important;
  }

  .max-width-wrapper {
    max-width: 560px;
  }

  .mw-right {
    margin-right: auto;
    margin-left: 0;
  }

  .mw-left {
    margin-right: 0;
    margin-left: auto;
  }

.image-col {
    margin-bottom: 30px;
}

  .image-col img {
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 100%;
  }

  .bg-image img {
    aspect-ratio: 27 / 10;
    object-fit: cover;
    width: 100%;
  }

.bg-image.last-banner img {
    aspect-ratio: 20 / 12;
    margin-bottom: min(-400px, -50vh);
}

.txt-3 {
    column-count: 3;
    margin-bottom: 30px;
}

.txt-3 p {
    margin-bottom: 10px;
}

#contact-banner {
  margin-bottom: -50px;
  padding-bottom: 0 !important;
  text-align: right;   
}

#contact-banner h3 {
    font-style: italic;
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-transform: none;
}

#contact-banner a.btn {
    font-size: 30px;
    font-weight: bold;
    padding: 18px 60px;
    text-transform: uppercase;   
}

/* Slider Hero Layout */

  #header:has(.hero-wrapper) .hero-content {
    position: absolute;
    bottom: 0;
  }

  .header-image:has(.hero-wrapper) ._DocumentThumbnail {
    display: none;
  }

  table.hero-wrapper,
  .hero-wrapper {
    width: 100% !important;
    margin-bottom: -15px;
  }

  .hero-wrapper td {
    padding: 0;
  }

  .hero-wrapper table,
  .hero-wrapper tbody,
  .hero-wrapper tr,
  .hero-wrapper td,
  table:has(._Slider),
  tbody:has(._Slider), 
  tr:has(._Slider),
  td:has(._Slider) {
    display: block;
  }

  .hero-wrapper ._Slider {
    margin: 0 !important;
    width: 100%;
  }

  .hero-wrapper .slick-track {
    display: flex;
    min-height: 600px;
  }

  .hero-wrapper .slick-slide {
    display: flex;
    flex-direction: column;
    height: inherit !important;
    justify-content: center;
    padding-top: 110px;
    padding-bottom: 25px;
  }

  ._Slide {
    position: relative;
  }

  ._Slide div {
    z-index: 3;
  }

  .hero-wrapper ._Slider ._Slide>div {
    color: #fff;
    height: auto !important;
    text-align: center;
    overflow-y: hidden;
    mask-image: none;
    -webkit-mask-image: none;
    text-shadow: -1px -1px 5px rgb(0 0 0 / 50%), 1px -1px 5px rgb(0 0 0 / 50%), -1px 1px 5px rgb(0 0 0 / 50%), 1px 1px 5px rgb(0 0 0 / 50%);
    width: 90%;
    max-width: 1170px;
    margin: 10px auto;
  }

  ._Slider ._Slide .btn {
    text-shadow: none;
  }

  .hero-wrapper .slick-dots {
    bottom: 15px;
  }


/* Our Histroy / Timeline Page */

 .timeline {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0;
    position: relative;
  }

  .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: var(--theme-primary-color);
  }

  .timeline ._DocumentList {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }

  .history-item {
    width: 50%;
    position: relative;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 10px;
    /*margin-bottom: 20px;*/
    margin-bottom: -40px;
  }

  .history-item:nth-child(odd) {
    float: left;
    clear: right;
    transform: translateX(-30px);
    border-radius: 20px 0px 20px 20px;
    text-align: right;
  }

  .history-item:nth-child(even) {
    float: right;
    clear: left;
    transform: translateX(30px);
    border-radius: 0px 20px 20px 20px;
  }

  .history-item::before {
    content: "";
    content:url("/images/template/right.png");
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    /*background-color: var(--theme-primary-color);*/
    top: 30px;
  }

  .history-item:nth-child(odd)::before {
    content:url("/images/template/left.png");
    transform: translate(50%, -50%);
    right: -22px;
  }

  .history-item:nth-child(even)::before {
    transform: translate(-50%, -50%);
    left: -22px;
  }

  .history-item h5 {
    color: var(--theme-primary-color);
    font-size:30px;
  }

  .history-item img {
    max-width: 80%;
  }

  .history-item:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

/* Search layout */

td.search-options {
    padding-right: 5%;
    margin-left:2%;
    width: 30%;
}

td.search-results {
    margin-right: 2%;
}

._SearchFull .mdl-textfield {
    width: 100%;
}

button._SearchFind {
  vertical-align: middle;
}

._SearchSettingsOptions .mdl-data-table, ._SearchSettingsOptions .mdl-data-table td {
    border: none!important;
}

._SearchSettingsOptions {
    margin-top: 20px;
}

._SearchSettingsOptions .mdl-data-table tbody tr {
    height: 30px !important;
}

._SearchSettingsOptions .mdl-data-table td, ._SearchSettingsOptions .mdl-data-table th {
    height: auto!important;
    padding: 0!important;
}

._SearchSettingsOptions .mdl-data-table label {
  margin-bottom: 0;
  margin-top: 3px;
}

._SearchSettingsOptions .mdl-data-table thead {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.sres {
    border-left: 1px solid var(--theme-secondary-color);
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 15px;
}

.sres:hover {
    background-color: #00000008;
}

.sres h3 {
    color: var(--theme-primary-color);
    margin-top: 10px;
    margin-bottom: 5px;
}

.sres h3 a {
   text-decoration: none; 
}

.sres p.read-more {
    margin-bottom: 10px;
}

/* Forms ---------------------------------------------------------------- */

._EmailForm,
._ProfileForm,
._PublicationForm,
._SubscriptionForm,
._EventRegistrationForm,
._ProductOrderForm {
  background-color: rgb(255 255 255 / 0%);
    margin: 0 auto 20px;
    max-width: 600px;
    padding: 20px;
    width: 100%;
}

.email-form h4 {
    color: var(--theme-primary-color);
    text-align: center;
  }


.mdl-textfield {
  width:100%!important;
}

.mdl-textfield__input {
   background-color: rgb(255 255 255 / 40%);
    border-bottom-color: rgb(0 0 0 / 35%) !important;
    padding-left: 5px;
    padding-right: 5px;
    width: 100% !important;
}

.mdl-textfield__label {
    text-transform: capitalize !important;
    padding-left: 10px;
}

.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
  .mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    padding-left: 0 !important;
  }

.mdl-textfield.is-focused .mdl-textfield__input {
    color: inherit;
    border-color: var(--theme-primary-color);
}

.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-active .mdl-textfield__label {
  color: var(--theme-primary-color);
}

.intl-tel-input {
    width: 100%;
}

._MobileNumber .mdl-textfield__label {
    left: 90px;
}

.mdl-textfield__label:after {
    width: 0;
    height: 0;
}

.mdl-button, .mdl-button--raised.mdl-button--colored, .mdl-button.mdl-button--colored {
    color: initial;
    text-transform: none;
} 
.mdl-button {
  border-radius:0;
  transition:0.3s;
}

.mdl-button--fab {
  border-radius: 50%;
  margin-top:10px;
  margin-right:5px;
}

.mdl-button:hover {
    background-color: rgb(158 158 158 / 50%);
  -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.mdl-textfield textarea {
    height: 100% !important;
}

._Captcha {
  margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  text-align: center;
}

.message textarea {
    height: auto !important;
    min-height: 150px !important;
}

.mdl-button--fab {
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
  }


button._EmailSubmit {
    width: 100%;
    text-transform: uppercase !important;
    font-size: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: auto;
  }

  button#txt_document_upload-button {
    background: #d60812;
    border-radius: 14px;
    color: #fff;
    display:block;
    margin: 20px auto;
    padding: 5px 11px;
  }

/* Careers Page */

[class*="seek-job-detail"]:has(.listing-wrapper) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listing-wrapper {
    flex: 0 0 48%;
    padding: 20px;
    box-shadow: 3px 3px 15px rgb(0 0 0 / 5%);
    margin-bottom: 40px;
    border: 1px solid var(--theme-secondary-color);
}

.listing-wrapper:hover {
    box-shadow: 3px 3px 15px rgb(0 0 0 / 15%);
}

/* Locations Listings */

#location-search {
    width: 100%;
    border: 1px solid #AEAEAE;
    padding: 75px;
    margin-bottom:50px;
}

#location-search h3 {
    text-transform: none;
    font-size: 30px; 
}

#location-search ._DirectorySearch {
    text-align: center;
    margin:0 auto;
}

._DirectorySearch label.mdl-textfield__label {
   /* text-align: center;*/
    font-size: 17px;
}

._DirectorySearch .is-upgraded.is-focused label.mdl-textfield__label {
  /*  text-align: center;
    font-size: 17px;*/
}

  ._DirectoryResults:has(.l-listing) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    position:relative;
  }

._DirectoryResults:has(.l-listing) ._ListItems {
  display:block;
    padding: 0 10px;
    position: absolute;
    top: -40px;
}

  .l-listing {
    background-color: #ffffff;
    border: 1px solid var(--theme-secondary-color);
    box-shadow: 3px 3px 15px #0000001a;
    flex: 0 0 31%;
    margin-bottom: 30px;
    margin-right: 3%;
    padding: 20px;
  }

  .l-listing:nth-of-type(3n) {
    margin-right: 0;
  }

.l-listing ._FieldUrl {
  margin-left: -9px;
}

  .l-listing:hover {
    box-shadow: 3px 3px 15px #0000003b;
  }

  .l-listing a {
    text-decoration:none;
  }

  .l-image {
    margin-bottom: 10px;
    margin-top: -10px;
    margin-left: -10px;
    width: calc(100% + 20px);
  }

  .l-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 5 / 3;
  }

.l-image:not(:has(img)) {
    background-image: url(/images/gen_images/72ppi-DGL_ACACIA_JUNE-21.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    aspect-ratio: 5 / 3;
}

  .l-listing h5 {
    color: var(--theme-primary-color);
    font-weight: bold;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
    border-bottom: none !important;
  }

  .l-listing h6 {
    font-weight: bold;
     margin-bottom: 10px !important;
  }

  .l-listing ._FieldAddress {
    /*display: none;*/
  }

.l-listing ._FieldAddress br {
    display: contents;
}


 .detail-services ul._FieldCheckboxlist,
 .l-listing ul._FieldCheckboxlist {
    padding-left: 0;
    margin-bottom: 0;
  }

.l-listing ul._FieldCheckboxlist li{
    font-weight: bold;
    font-size: 14px;
    list-style:none;
    margin-bottom: 5px;
  padding:0;
  }
  
  .detail-services ul._FieldCheckboxlist li{
    display: inline-block;
    font-weight: bold;
    list-style:none;
    margin-right: 30px;   
    padding:0;
  }

.l-listing ul._FieldCheckboxlist li::before {
    content: '';
    background-image: none;
    font-size: 0;
    position: static;
}
  
  .detail-services ul._FieldCheckboxlist li::before {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    content: '';
    display: block;
    margin-top:25px;
    margin-bottom:10px;
    height: 50px;
    width: 50px;  
    position:static;
  }

  #directory-search {
    height: 0;
    opacity: 0;
  }

  #location-search h3 {
    margin-bottom: 20px;
  }

  #location-search ._DirectorySearch {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  #location-search ._DirectorySearch select {
    border-radius: 0 !important;
    border: 1px solid #aeaeae !important;
    flex: 0 0 30%;
    padding: 8px 20px 8px 10px;
    width: 100%;
  }

  @media (max-width: 991px) {
    #location-search ._DirectorySearch select {
      flex: 0 0 100%;
      margin: 10px 0;
    }

    #location-search ._DirectorySearch {
      flex-direction: column;
    }
  }
  
  li.ChemicalManufacturing::before,
  li.DGLManufacturing::before,
  li.DGLManufacturingAg::before  {
    background-image: url("/images/template/chemical-manufacturing.webp");
  }

  li.ChemicalStorage::before {
    background-image: url("/images/template/manufacturing-capacity.webp");
  }

  li.DGLEnvironmental::before,
  li.EnvironmentalServices::before {
    background-image: url("/images/template/environmental-solutions.webp");
  }

  li.DGLImportExportServices::before {
    background-image: url("/images/template/trucks-vehicles-transport.webp");
  }

  li.Printing::before {
    background-image: url("/images/template/inventory-management.webp");
  }

  li.SharedServices::before {
    background-image: url("/images/template/staff-employment.webp");
  }

  li.WarehousingDistribution::before {
    background-image: url("/images/template/warehousing-distribution.webp");
  }

 