:root {
  --theme-primary-color: #ff6633;
  --theme-secondary-color: #0e2236;
  --theme-image: url("/templates/11e3128e-0f41-4e50-8b7d-dac8ae13d2da/images/pexels-marcin-jozwiak-199600-2800121.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;
}

figure.button a {
    text-decoration: none;
    background-color: var(--theme-primary-color);
    color: #ffffff!important;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
}

figure.button a:hover {
    background-color: var(--theme-secondary-color);
}

._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: 940px;
  width:90%;
  margin-bottom: 120px;
}

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

.container-12 {
  max-width:1200px;
}

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

.bg-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.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 {
    height: auto;
    margin-left: -5px;
   max-width: 110px;
}

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

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

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

div#navMenu ul.DropDownMenu {
    display: block !important;
}

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

#navbar ul li {
    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: 10px !important;
    padding-right: 10px !important;
    font-size: 16px;
    font-weight: 600;
    border-right: 1px solid;
}

#navbar .sl-links ul.DropDownMenu li:last-of-type a {
    border-right: none;
}

#navbar ul.DropDownMenu li.Parent li {
  
}

#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;
  margin-top: -10px;
  margin-bottom: 10px;
}

.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 {
    border-top: 5px solid var(--theme-primary-color);
}

.footer-logo {
    position: relative;
}

.footer-logo img {
    width: 95%;
    height: auto;
    max-width: 190px;
    margin-top: -43px;
}

.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.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;
    border-bottom: 2px solid var(--theme-primary-color);
    display:flex;
    flex-direction: column;
    width: 100%;
    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;
}

.hero-content {
    background: #389BC4;
    background: radial-gradient(circle at bottom right, rgba(56, 155, 196, 0.8) 0%, rgba(14, 34, 54, 0.8) 100%);
    margin-bottom: 0;
    margin-top: auto;
    padding-top: 130px;
    padding-bottom: 20px;
    padding: 160px 10px 30px 10px;
    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 {    
    color: #FFFFFF;
    font-size: 50px;
  font-weight: 700;
    margin-bottom: 0;   
    padding-left: 15px;
    padding-right: 15px;
}

/* Sidebar Layout */

#content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#content {
    width: 100%;
}

#content-wrapper:has(#sidebar code) #content {
   width: calc(100% - 250px);
   flex-grow: 1;
   margin-left: 50px;
}

#sidebar {
  display:none;
  width:0;
}

#sidebar section._DocumentList {
  background: #ffffff;
    border-right: 1px solid black;
    padding: 40px 25px;
}

#sidebar:has(code) {
  display:block!important;
      width: 20%;
    min-width: 250px;
    max-width: 315px;
}

#sidebar a span {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 20px;
}

#sidebar a {
    text-decoration: none;
}

#sidebar a:hover {
    opacity: 0.5;
}

/* Tables tidy up */

.table:has(.full-width) td, .table:has(.full-width) th {
    border: none !important;
    padding: 0;
}

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

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

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

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

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

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

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

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

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


.image-col {
    padding: 0 !important;
     margin-bottom: 30px;
  }

.image-right .image-col {
  text-align: right;
}

.image-right .image-left .image-col {
    text-align: left;
}

  .image-col img {
    height: auto;
    object-fit: cover;
    max-width:991px;
    width: 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;
}



/* 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: 100px !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;
  }

button._EmailSubmit {
    border: 1px solid;
}

button._EmailSubmit:hover {
    box-shadow: 0px 5px 5px rgb(0 0 0 / 15%);
    background-color: #FFFFFF !important;
}

/* Contact Page */

.location-details p:has(._FieldAddress:empty) {
    display: none;
}

span._FieldAddress br {
    display: none;
}

.location-details p {
    margin-bottom: 5px;
}

.location-details h4 {
    margin-bottom: 5px;
}

.location-details {
    margin-bottom: 30px;
    max-width: 500px;
}