:root {
  --theme-primary-color: #13A69C;
  --theme-secondary-color: #EB0055;
  --theme-dark-color: #1B3C54;
}

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

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

._Content p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    font-family: inherit;
}

._Content  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 {
  color: inherit;
  font-size: 100%;
  font-family: inherit;
}

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

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

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

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

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

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

._ListItems {
  display: none;
}


/* Nav, Wrappers*/

.wrapper {
    background: rgb(211, 237, 235);
    background: linear-gradient(0deg, rgba(211, 237, 235, 1) 0%, rgba(211, 218, 239, 1) 50%, rgba(248, 225, 234, 1) 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    height: auto;
    min-height: 100vh;
    width: 100%;
}

.nav-top, #navMenu, #oyoi-window  {
  background-color: rgb(255 255 255 / 70%);
  box-shadow: 5px 5px 20px rgb(0 0 0 / 5%);
}

.nav-top {
  color: #ffffff;
  display: flex;
  flex-direction: row;   
}

.oyoimenu {
    align-items:center;
    background-color:  var(--theme-secondary-color);
    display: flex;
    flex: 0 0 30%;
    flex-direction: row;
    max-width: 300px;
    padding: 10px 0;
}

.oyoimenu img {
    height: 40px;
    margin-top: -8px;
}

.oyoimenu h1 {
    padding-right: 20px;
    text-align: right;
    width: 100%;
}

.oyoimenu button#navShowHide {
  background: transparent;
  border: none;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 15px;
}

.oyoimenu button#navShowHide span.material-icons {
    font-size: 30px;
}

#navMenu { 
  border: 1px solid  #ffffff;
  border-top:none;
  border-radius: 0 0 30px 0;
  flex: 0 0 30%;
  margin-right:20px;
  max-width: 300px;
  padding: 25px;
  transition: 0.3s;
}

#navMenu.active {
    margin-left: -280px;
}

#navMenu ul ul {
    margin: 0;
    padding: 0;
    position: absolute;
}

#navMenu ul ul {
    display: none;
}

#navMenu ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    vertical-align: bottom;
}

* html #navMenu ul li {
    width: 1px
}

#navMenu ul li a:link,
#navMenu ul li a:visited,
#navMenu ul li a:hover {
    display: inline-block;
    margin: 0;
    white-space: break-spaces;
}


#navMenu ul li {
    display: block;
    float:none;
    width: 100%;
}

#navMenu ul li a {
  color:#000000;
  font-size: 18px;
  padding: 7px;
  transition:0.3s;
}

#navMenu ul li a:hover {
    background-color: #0000000f;
}

#navMenu ul {
    margin-bottom:25px;
    padding: 0;
}

#navMenu li.Parent ul {
    background-color:#ffffff;
    border-radius:10px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 5%);
    padding: 10px;
    z-index:1000;
}

li.Parent span.material-icons {
    position: absolute;
    top: 5;
}

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

._SearchBasic span {
    flex: 1;
}

._SearchBasic input[type="search"] {
    border: none;
    border-radius: 25px;   
    font-size: 15px;
    padding: 9px 10px;
    width: 95%;
}

button._SearchFind {
    aspect-ratio: 1;
    background-color: var(--theme-primary-color);
    border-radius: 100%;
    border: none;
    color:#ffffff;
}

.pageheader {
  align-items: center;
  background-color: var(--theme-dark-color);
  color:#ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 30px;
  width: 100%;   
}

.pageheader a {
    color: inherit;
}

.pageheader h2 {
    font-size: 22px;
    font-weight: 900;
}

.pageheader span._DocumentDescription {
    font-family: "Noto Serif Display", serif;
    font-weight: 200;
}
.pageheader span._DocumentDescription::before {
    content: '|';
    padding-left: 5px;
    padding-right: 10px;
}

.pageheader h6:has(._BreadCrumbs) {
    display: inline;
    margin-bottom: -5px;
}

.pageheader ol._BreadCrumbs {
  display: inline;
  margin: 0;
  padding:0;
}

.pageheader ol._BreadCrumbs * {
    font-family: "Noto Serif Display", serif;
}

.pageheader ._BreadCrumbs li {
    display: inline;
}

.pageheader ol._BreadCrumbs a {
    color: #ffffff;
    border-bottom: 1px solid;
}

.pageheader ol._BreadCrumbs li:has(a)::after {
    content: '>';
    padding-left: 2px;
    padding-right: 2px;
}

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

.body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-right:20px
}

#oyoi-window {
  border-radius: 30px;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
   height: 78vh;
  justify-content: space-between;
  margin: 30px auto 0 auto;
  max-width: 1200px;
  min-height:600px;
  overflow: hidden;
  width: 100%;  
}

#oyoi-window ._Content {
 /* height: inherit;*/
  overflow-y: auto;
  margin: 50px 30px;
}

#oyoi-window .quick-links {
    background-color: var(--theme-primary-color);
}

.quick-links ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;  
}

.quick-links li {
  display: contents;
  flex: 100%;
  list-style: none;
  text-align: center;
}

.quick-links li a { 
  color: #ffffff;
  font-weight: 800;
  font-size: 20px;
  padding: 30px;
  transition:0.3s;
  width: 100%;
}

.quick-links li a:hover {
    background-color: rgb(0 0 0 / 5%);
    text-decoration: none;
}

footer {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
}

#loginout {
    margin-right: 20px;
}

a#_Logout {
    background-color: var(--theme-primary-color);
    color: #fff;
    display: inline-block;
    margin-top:5px;
    padding: 2px 5px;
    text-align:center;
}

/* Content */ 

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

.table .table {
    background-color: transparent;
}

.table table td, .table table th {
    border: none!important;
}
.document-dropdown td:empty:before {
    content: 'Nothing has been added here yet.';
}

/* Banner / Home / Login page */

#oyoi-window ._Content:has(.banner-page) {
    flex-grow: 1;
    /*height: auto;*/
    margin: 0;
    overflow-x:hidden;
  }

  .banner-page {
    height: 100%;
    margin: 0;
  }

  .banner-page .row {
    height: 100%;
  }

  .banner-image,
  .banner-content {
    padding: 0;
  }

  .banner-image img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }

  .banner-content table {
    width: 100%;
  }

  .banner-content td.bg-secondary {
    padding: 100px 20px 20px 20px;
  }

  .banner-content td {
    padding: 20px;
  }

  form {
    margin: 0;
}

.login-content {
    width: 90%;
    margin: 10px auto;
    max-width: 600px;
}

._FlipCard {
    margin: 30px auto;
}

._FlipCardInner {
  border-radius: 30px;
  box-shadow: 0px 7px 20px rgb(0 0 0 / 10%)!important;
}

._FlipCardFront, ._FlipCardBack {
    border-radius: 30px;
    padding-top: 10px;
}

._FlipCardFront button.mdl-button {
    border-radius: 20px;
    font-family: 'Nunito';
    font-size: 17px;
    font-weight: 100;
    margin-right: 10px;
    text-transform: capitalize;
}

._FlipCardInner .mdl-textfield {
    max-width: 85%;
}


/* Accordion / File Viewer */

.document-dropdown, .external-links  {
    display:none;
    margin-bottom: 20px!important;
}

.ui-accordion .ui-state-active {
    background-color: var(--theme-primary-color)!important;
    border-color: var(--theme-primary-color)!important;
}

h2.ui-accordion-header,
h3.ui-accordion-header{
    background-color: var(--theme-dark-color);
    color: #fff;
}

.ui-accordion .ui-accordion-content {
    border-color: var(--theme-primary-color);
}

.ui-accordion .ui-accordion-header {
    margin-top: 10px!important;
}

.document-dropdown span.ui-accordion-header-icon,
.external-links span.ui-accordion-header-icon {
    background-image: none !important;   
    position: absolute;
    right: 20px;
    top: 0;
    height: 40px;
    width: 40px;
}

.dd-expand,
.dd-contract {
    position: relative;
}

.ui-icon.dd-expand,
.ui-icon.dd-contract {
    text-indent: revert;
}

.dd-expand::after,
.dd-contract::after {
    color: white;
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    font-size: 32px;   
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 40px;
}

.dd-expand::after {
    content: '\e5cf'
}

.dd-contract::after {
    content: '\e5ce'
}

.document-dropdown ._Library {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.document-dropdown ._Layout {
   flex: 0 0 25%;
   /*flex-grow:1;*/
   margin-bottom: 10px;
   padding: 2px 10px;
}

.document-dropdown p {
    margin-bottom: 2px!important;
}

._Library a {
    clear: both;
    color:#007bff!important;
    display: block;
    min-height: 20px;
    margin-bottom: 0;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    word-break: break-word;
}

/*._Library a::before {
    font-size: 60px;
    font-family: 'Material Icons';
    color: #1b3c54;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}*/

._Library a::before {
    color: #1b3c54;
    display: block;
    font-size: 42px;
    font-family: 'Material Icons';
    left: 0;
    margin-bottom: 0;
    position: absolute;   
    text-decoration: none;
    top: -10px;
    transition:0.3s;
}

.document-dropdown ._Layout:hover a::before {
    color: var(--theme-secondary-color);
}

._Library a, .file-info {
    padding-left: 50px;
}
  
  /*
  ._Library a[href$=".pdf"] { }
  ._Library a[href$=".pdf"]::before {  }
  */

._Library a[href^="/files"]::before {
    content: '\e873';
  }
._Library a[href$=".pdf"]::before {
    content: '\e415';
  }

._Library a[href$=".docx"]::before {
    content: '\e873';
  }

._Library a[href$=".xlsx"]::before {
   content: '\e228';
  }

._Library a[href$=".jpg"]::before {
    content: '\e228';
}

.file-info p {
    font-size: 12px !important;
}

/* Important Dates */

  h5.entry-month span {
    font-weight: bold;
  }

  .month-heading {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 900px;
  }

  .date-entry {
    margin-bottom: -1px;
    /* margin: 0 auto 20px; */
    padding: 10px;
    background-color: #00000003;
    position: relative;
    border-top: 1px solid #1b3c541c;
    border-bottom: 1px solid #1b3c541c;
  }

  h6.display-date {
    text-align: right;
    margin-bottom: 0;
  }

/* 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 {
    margin-right: 10px;
}

._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 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;   
}

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

.mdl-data-table {
    background-color: transparent;
}

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

[class*="Form"] {
    background-color: rgb(255 255 255 / 0%);
    margin: 0 auto 20px;
    max-width: 600px;
    padding: 20px;
    width: 100%;
}

[class*="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 {
    padding-left: 10px;
    text-transform: capitalize !important;   
}

.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[class*="Submit"] {
    font-size: 20px;
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    text-transform: uppercase !important;
    width: 100%;
  }

#email-form table {
    margin: 20px auto;
    max-width: 600px;
}

#email-form td {
    padding: 5px;
}

#email-form td:first-of-type {
    font-weight: bold;
}

/* Calendar / Date Picker */

.mddtp-picker .mddtp-picker__header, .mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid span.mddtp-picker__cell--selected, .mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid .mddtp-picker__tr span.mddtp-picker__cell:hover {
   background-color: var(--theme-primary-color);
}


.mddtp-picker-date .mddtp-picker__left, .mddtp-picker-date .mddtp-picker__right, .mddtp-button {
    background-color: #bdbdbd;
    transition: 0.3s;
}

/* Directories */

 ._DirectoryResults {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 10px;
  }

  ._Layout {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }

  ._Layout {
    word-break: break-word;
  }

  ._Layout .details {
    padding-left: 60px;
    position: relative;
  }

  ._Layout .details::before {
    color: var(--theme-secondary-color);
    content: '\e853';
    font-family: "Material Icons";    
    font-weight: 400;
    font-style: normal;
    font-size: 50px;    
    position: absolute;
    left: 0;
    top: 11px;
  }

  .service-result .details::before {
    content: '\e88e';
  }


/* Directory Results */

  ._DirectoryResults:has(.details) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 10px;
  }

  .details {
    padding-left: 60px;
    position: relative;
    word-break: break-word;
    flex: 0 0 50%;
    margin-bottom: 20px;
  }

  .details::before {
    font-family: "Material Icons";
    content: '\e853';
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: var(--theme-secondary-color);
    position: absolute;
    left: 0;
    top: -10px;
  }

.details h4 span {
    font-family: "Noto Serif Display", serif !important;
}

  .service-result .details::before {
    content: '\e88e';
  }

._ListItems {
    display: none;
}

  @media (max-width: 768px) {
    .details {
      flex: 0 0 100%;
    }
  }