:root {
  --theme-primary-color: #006591;
  --theme-secondary-color: #05974c;
   --theme-image: url("/templates/26f8c020-a6f3-41f5-a3c5-0998df06e01e/images/inner-banner3.jpg");
}

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

body {
    background-color: #eee;
    color: #333;
    font-size: 20px;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
}

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

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

p, a, li, h1, h2, h3, h4, h5, h6, span {
  font-family: "Source Sans 3", sans-serif;
}

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;
}
iframe, video {
    max-width: 100%;
}
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;
}

h1, .entry h1, h1.entry-title {
    color: var(--theme-primary-color);
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    overflow-wrap: break-word;
    text-align: left !important;
    font-size: 22px;
}

h2 {
    color: var(--theme-primary-color);
}

h4 {
    display: flex;
    flex-direction: row;
    text-align: center;
}

h4:before, h4:after {
    content: "";
    flex: 1;
    border-bottom: 1px solid var(--theme-secondary-color);
    margin: auto 10px;
}

._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,
._Content .bg-primary li a {
  color: inherit;
}

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

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

html {
  scroll-behavior: smooth;
}

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

.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 {
    flex-direction: column;
    padding: 0;
}

.nav-logo img {
    max-width: 230px;
    margin-top: -35px;
    height: auto;
    margin-left: -5px;
  transition:0.3s;
}
nav.scrolled .nav-logo img {
    max-width: 150px;
    margin-top: 0;
}

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

.first-level {
   background-color: rgb(218 251 235 / 50%);
   -webkit-backdrop-filter: blur(10px);
   backdrop-filter: blur(10px);
   max-height: 200px;
   text-align:right;
   transition: 0.3s;  
}

nav.scrolled .first-level {
    opacity: 0;
    max-height:0;
}

.second-level {
    background-color: rgb(255 255 255 / 90%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding-top:10px;
    padding-bottom:10px;
}

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

.fl-links {
    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;
}

#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;
      color: var(--theme-primary-color);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    border-right: 2px solid;
}

#navbar .sl-links ul.DropDownMenu li a.current {
    color: var(--theme-secondary-color);
}

#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:30px !important;
}

li.Parent .material-icons {
    position: absolute;
    top: 4px;
    right: 4px;
    color: var(--theme-primary-color);
}

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

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

#navbar ul.DropDownMenu li.Parent ul li a {
      border: none;
    color: #fff;
}

.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;
}

#navbar .nav-contact-links a:has(span.material-icons) {
    position: relative;
    padding-left: 20px!important;
}

.nav-contact-links span.material-icons {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 16px;
}

/* Footer */

footer p {
  margin-bottom:0;
}


/* 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: #eeeeee;
    border-bottom: 1px solid hsl(0, 0%, 80%);
    border-top: 1px solid hsl(0, 0%, 80%);
    font-size: 1.6rem;
    padding: 8px 30px 12px;
    color: hsl(0, 0%, 55%);
}

.breadcrumbs p {
    margin: 0;
}

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

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

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 ------------------------------------------------- */

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

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

._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%;
  }

.contact-pane-detail tbody {
    background: url(/templates/26f8c020-a6f3-41f5-a3c5-0998df06e01e/images/side-tr-bg.png) no-repeat scroll 0 0 / 100% 100%;
    background-size: 120%;
    background-position:center;
    width: 100%;
    padding: 20px 20px 65px;
    min-height: 625px;
}

.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;
    height:95vh;
    min-height: 600px;
  }

  .hero-wrapper .slick-slide {
    display: flex;
    flex-direction: column;
    height: inherit !important;
    min-height:600px;
    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: left;
    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%;
    margin: 10px auto;
  }

.hero-wrapper h2 {
  text-shadow: 2px 2px #005596;
    color: #FFF!important;
    font-size: 60px;
}

 ._Slider ._Slide .btn {
    background-color: rgb(127 174 151 / 30%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 2px 1px 3px 0px #00000045;
   text-shadow: 2px 1px 3px #00000045;
}

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

.slick-dots li button {
    box-shadow: none;
  font-size: 9px;
}

.slick-dots li button:before {
      color: #ffffff;
  font-size: 9px;
  opacity: .5;
  text-shadow: 1px 1px 5px black;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffffff;
}


/* 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;
    width: 100%;
}

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


.mdl-textfield {
  width:100%!important;
      padding-bottom: 5px;
}

.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);
}

._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;
  }



/* Product Index and Details */

/* Index Pages */

._ProductDetails h4 {
    font-size: 15px;
  font-weight: 700;
  margin-left: -10px;
    margin-right: -10px;
}

section._ProductList:has(.product-index) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

form:has(.product-index) {
    width: 30%;
    flex: 0 0 30%;
    min-width: 250px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 20px;
    padding: 10px;
  transition:0.3s;
}

form:has(.product-index):hover {
    background-color: #f5f5f5;
    box-shadow: 1px 1px 10px #d8d8d8;
}

.product-index h4:before, .product-index h4:after {
  margin: auto 5px;
}

.product-index img._FieldImage {
    object-fit: cover;
    aspect-ratio: 1;
    margin: 0 auto;
    display: block;
    width: 70%;
}

.product-index a:has(span._FieldText) {
    color:var(--theme-secondary-color);
    text-decoration:none;
}

._ProductDetails ul.mdl-list {
  padding-left:40px;
}

._ProductDetails ul.mdl-list li {
    list-style-type: disc!important;
    overflow: visible;
    display: list-item;
}

._ProductDetails span.mdl-list__item-secondary-action,
.specifications:has(._FieldHtml:empty) {
    display: none;
}

._Content .details-page p a.btn-contact {
    color: #fff;
    background-color: #6AB165;
    box-shadow: 0 5px 0 #4f934b;
    border: none;
    font-size: 16px;
    padding: 14px 20px 14px 40px;
    border-radius: 5px;
    position: relative;
}

._Content .details-page p:has(.btn-contact) {
    text-align:center;
}


.btn-contact span.material-icons {
    position: absolute;
    left: 12px;
}

 
/* Fotorama */

.fotorama__wrap {
    margin: 0 auto;
}

.fotorama__wrap, .fotorama__stage {
    width: 100%!important;
}


/* Product Info Sidebar */

#productSidebar h2 {
    color: #ffffff !important;
    font-weight: 700;
  font-size:40px;
}

#productSidebar h4 {
    display: block;
    width: 100%;
    font-size: 38px;
    font-weight: bold;
}

#productLinks {
  display:none;
}

.product-sidebar .mdl-textfield__label,
.product-sidebar option,
.product-sidebar .mdl-textfield__input {
                color: black!important;
            }

.product-sidebar .mdl-textfield__input {
    background-color: #ffffff;
    border-radius: 3px;
}
h3.ui-accordion-header {
    background: hsl(149, 100%, 33%);
    border: none;
    color: hsl(0, 0%, 100%);
    font-size: 23px;
    font-weight: normal;
    padding: 12px 25px !important;
    transition: all 0.2s ease-in-out 0s;
  }

  .ui-accordion .ui-accordion-content {
    background: transparent;
    border: none;
    position: relative;
  }

  .ui-accordion .ui-accordion-content::before {
    content: '\e5df';
    color: var(--theme-secondary-color);
    font-family: 'Material Icons';
    font-size: 35px;
    position: absolute;
    left: 0;
    top: 2px;
  }

#productSidebar .ui-accordion .ui-accordion-content::before {
    content: none;
}

#productSidebar .ui-accordion .ui-accordion-content p a {
    color: #fff;
    text-decoration: none;
}

#productSidebar .ui-accordion .ui-accordion-content p {
    line-height: 1;
    position: relative;
    padding-left: 10px;
}

#productSidebar .ui-accordion .ui-accordion-content p::before {
    content: '-';
    color: #ffffff;
    font-size: 35px;
    position: absolute;
    left: -9px;
    top: -12px;
}

#productSidebar .text-wrapper {
    text-align: center;
    margin-bottom: 25px;
    text-shadow: 0 0 5px #00000052;
}

#productSidebar .border-wrapper {
    border: 2px solid;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 00;
}

#productSidebar .text-wrapper * {
    margin-bottom: 0;   
}