
#jsGridTelephone th.jsgrid-header-cell {
    color: black;
}
table {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 4px;
}

th, td {
    text-align: left;
    padding: 8px;
    border: 1px solid #c2c2c2
}

tr:nth-child(even) {
    background-color: #f2f2f2
}

th {
    background-color: #4CAF50;
    color: white;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.top-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #005EB8;
}

.logo-div {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: left;
}

.flexbox-container{
    display:flex;
    
  }

.flexbox-item{
  /*border:solid 1px red;*/
}

.flexbox-item img{
  max-width: 90%;
  /*border:solid 1px green;*/
 }
 .flexbox-item1 img, .flexbox-item2 img,.flexbox-item3 img, .flexbox-item4 img{max-width: 80%;}



.image {
  margin-left: 5px;
  text-align: left;
}

.navbar {
  background-color: #768693;
}

.nav-menu {
  z-index: 1000;
  width: 100%;
  border-bottom: 5px none #a02573;
  background-color: #ebe9e9;
  text-align: center;
}

.nav-link {
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #002f87;
  font-weight: 700;
}

    .nav-link:hover {
        border-radius: 0px;
        background-color: #005EB8;
        color: #fff;
    }

.nav-link.important-link {
  background-color: #ff0004;
  color: #fff;
}

.link-block {
  position: relative;
  padding: 9px 20px;
}

.text-block {
  margin-top: 5px;
  margin-left: 5px;
  font-family: Frutigerltpro, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.slider {
  height: auto;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ebe9e9;
  color: #fff;
}

.section.hide {
  display: none;
}

.slide-nav {
  display: none;
}

.div-block-3 {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 71.3%, 0.74);
  border-radius: 5px;
  background-color: #fff;
}

.search-text {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-family: 'Frutigerltpro roman', sans-serif;
  color: #504f4f;
  font-size: 18px;
  font-weight: 300;
}

.image-3 {
  padding-top: 15px;
  padding-right: 14px;
  float: right;
}

.section-5 {
  padding-top: 50px;
  background-color: hsla(0, 0%, 85.3%, 0.22);
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.box._1 {
  background-color: #31006f;
}

.box._1:hover {
  background-color: rgba(49, 0, 111, 0.9);
}

.box._2 {
  height: 100px;
  background-color: #00a19c;
}

.box._2:hover {
  background-color: rgba(0, 161, 156, 0.9);
}

.box._3 {
  height: 100px;
  background-color: #a02573;
}

.box._3:hover {
  background-color: rgba(160, 37, 115, 0.9);
}

.box._4 {
  height: 100px;
  background-color: rgba(118, 189, 34, 0.9);
}

._2 {
  height: 120px;
  background-color: #00db00;
}

._3 {
  height: 120px;
  background-color: #756a6a;
}

._4 {
  height: 120px;
  background-color: #cfee91;
}

.section-3 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
}

.image-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col1 {
  padding-right: 0px;
  padding-left: 0px;
}

.col2 {
  padding-right: 0px;
  padding-left: 0px;
}

.col3 {
  padding-right: 0px;
  padding-left: 0px;
}

.col4 {
  padding-right: 0px;
  padding-left: 0px;
}

.features-date {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 600;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e8edee;
}

.paragraph {
  font-family: 'Frutigerltpro roman', sans-serif;
}

.paragraph.adress {
  padding-bottom: 5px;
}

.paragraph.where {
  margin-bottom: 10px;
}

.paragraph.delete {
  margin-top: 20px;
  margin-bottom: 0px;
}

.paragraph.centre-text {
  text-align: center;
}

.joint-team-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.heading-4 {
  margin-bottom: 0px;
  font-family: 'Droid Sans', sans-serif;
  color: #2676be;
  font-size: 20px;
  line-height: 25px;
}

.join-our-team-div {
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a02573;
}

.row-2 {
  margin-right: 5%;
  margin-left: 5%;
}

.row-3 {
  display: none;
  margin: 30px 5% 0px;
}

.heading-5 {
  margin-top: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.latest-news {
  padding-bottom: 50px;
}

.latest-news-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}

.div-block-4 {
  margin-bottom: 0px;
  background-color: #002f87;
}

.news-container {
  margin-top: 50px;
  margin-bottom: 0px;
}

.news-item-wrapper {
  text-align: center;
}

.news-date {
    display: block;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    background-color: #005EB8;
    color: #fff;
    text-align: center;
}

.news-date-text {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 13px;
  text-align: center;
}

.image-5 {
  z-index: 100;
  display: none;
  width: 100%;
}

.div-block-5 {
  background-color: #a02573;
}

.social {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e4edf3;
}

.alphabetically-heading {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}

.letter-div {
  display: inline-block;
  width: 15%;
  margin-bottom: 10px;
  margin-left: 4px;
  padding-right: 4px;
  background-color: #00a19c;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.letter-div:hover {
  background-color: #768693;
}

.letter {
  display: block;
  padding-top: 20px;
  padding-bottom: 21px;
  padding-left: 4px;
  float: none;
  color: #fff;
  font-size: 1.2em;
  line-height: 1px;
  font-weight: 700;
  text-align: center;
}

.letters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.heading-6 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  text-align: center;
}

.button {
  margin-top: 15px;
  border-radius: 5px;
  background-color: #00a19c;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button:hover {
  background-color: #768693;
}

.form {
  margin-right: 5%;
  margin-left: 5%;
  text-align: left;
}

.text-field {
  border-radius: 5px;
}

.div-block-8 {
  text-align: center;
}

.social-heading {
    border-bottom: 1px solid #bdb5b5;
    color: #005EB8;
    font-size: 16px;
}

.div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-left: 0px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #005EB8;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
    text-align: center;
}

.div-block-9:hover {
  background-color: #768693;
}

.column {
  margin-bottom: 70px;
}

.footer-link {
  width: 100%;
  margin-bottom: 5px;
  float: left;
  clear: left;
  border-bottom: 1px solid #bdb5b5;
  text-decoration: none;
}

.footer-link-text {
  font-family: 'Frutigerltpro roman', sans-serif;
  color: #333;
  text-decoration: none;
}

.footer-link-text:hover {
  color: #002f87;
}

.container-2 {
  text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dropdown-toggle {
  display: block;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  color: #002f87;
  font-weight: 700;
}

.dropdown-toggle:hover {
  color: #fff;
}

.dropdown-link {
  color: #fff;
}

    .dropdown-link:hover {
        background-color: #005EB8;
        color: #fff;
    }

.dropdown-link:active {
  color: #fff;
}

.dropdown-link:focus {
  color: #fff;
}

.testt:hover {
  color: #fff;
}

.testt:focus {
  color: #fff;
}

.div-block-12 {
    background-color: #005EB8;
}

.text-block-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Frutigerltpro roman', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.linky {
  color: #fff;
}

.container-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-13 {
  background-color: #e4edf3;
}

.text-block-5 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
  font-size: 12px;
  text-align: center;
}

.div-block-14 {
  display: block;
  padding-top: 40px;
  padding-left: 10px;
}

.white-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.maps-div {
  margin-bottom: 40px;
}

.contact-box-div {
  display: block;
  min-height: 395px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: transparent;
}

.contact-box-div.location-box {
  background-color: hsla(0, 0%, 85.5%, 0.22);
}

.contact-heading {
  margin-top: 10px;
  font-family: Frutigerltpro, sans-serif;
  font-size: 24px;
}

.form-2 {
  text-align: center;
}

.select-field {
    background-color: #005EB8;
    color: #fff;
}

.submit-button {
  margin-top: 10px;
  background-color: #a02573;
}

.faq-answer {
  overflow: hidden;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-right: 3px solid #00a19c;
  border-bottom: 3px solid #00a19c;
  border-left: 3px solid #00a19c;
}

.faq-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.faq-link {
  display: block;
  padding: 12px;
  border: 6px solid #00a19c;
  background-color: #00a19c;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  font-family: 'Frutigerltpro roman', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.faq-link:hover {
  border: 6px solid #56b9b6;
}

.circle {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  float: right;
  border: 2px solid #fff;
  border-radius: 20px;
  background-image: url('../images/add_1add.png');
  background-position: 50% 50%;
  background-size: 9px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.contact-colour-dvs {
  padding: 15px;
}

.contact-colour-dvs.purple {
  background-color: #a02573;
}

    .contact-colour-dvs.colour2 {
        background-color: #005EB8;
    }

.contact-colour-dvs.colour3 {
  background-color: #76bd22;
}

.contact-colour-dvs.colour4 {
  background-color: #3cb5e6;
}

.contact-colour-dvs.colour5 {
  background-color: #768693;
}

.contact-colour-dvs.colour6 {
  background-color: #002f87;
}

.columns-2 {
  margin-bottom: 30px;
}

.block-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.block-text {
  padding-bottom: 15px;
  font-family: 'Frutigerltpro roman', sans-serif;
  color: #fff;
  font-size: 17px;
}

.div-block-15 {
  padding: 10px 5px;
  border-radius: 8px;
  background-color: #ddd;
}

.div-block-16 {
  font-family: 'Frutigerltpro roman', sans-serif;
}

.light-section {
  padding: 25px 2%;
  background-color: rgba(118, 134, 147, 0);
}

.sub-menu-link {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
  float: left;
  clear: both;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Frutigerltpro roman', sans-serif;
  color: #002f87;
  font-weight: 400;
  text-decoration: none;
}

    .sub-menu-link:hover {
        background-color: #005EB8;
        color: #fff;
    }

.heading {
  font-family: Frutigerltpro, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.a-z-div {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.services-letter {
  width: 2em;
  height: 2em;
  margin-right: 5px;
  padding-top: 3px;
  float: left;
  clear: right;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 89.8%, 0.91);
  background-color: #f5f5f5;
  text-align: center;
}

.services-letter:hover {
  background-color: hsla(0, 0%, 89.8%, 0.91);
}

.letter-heading {
  width: 20%;
  border-bottom: 1px solid #000;
  font-family: Frutigerltpro, sans-serif;
  font-size: 28px;
}

.letter-item {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
}

.letter-link {
  color: #000;
}

.image-7 {
  width: 100%;
  text-align: center;
}

.top-header-link {
  padding-right: 15px;
  font-family: Frutigerltpro, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.top-header-link:hover {
  text-decoration: underline;
}

.div-block-17 {
  text-align: right;
}

.link-block-2 {
  padding-right: 15px;
}

.card-background {
  display: block;
  min-height: 215px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdada;
  background-color: #f1f1f1;
}

.card-background.aande-block {
  display: none;
}

    .card-background.corona-block {
        background-color: #005EB8;
    }

.heading-7 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Frutigerltpro, sans-serif;
  color: #333;
  font-size: 2em;
  font-weight: 300;
  text-align: center;
}

.heading-7.white-heading {
  color: #fff;
}

.button-div {
  padding: 8px 12px;
  float: left;
  background-color: #a02573;
}

.button-div:hover {
  background-color: rgba(160, 37, 115, 0.9);
}

.text-field-2 {
  display: inline-block;
  width: 80%;
  float: left;
}

.red {
  color: red;
}

.time {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 9px;
  float: left;
  font-family: Frutigerltpro, sans-serif;
  color: #333;
  font-size: 21px;
  font-weight: 700;
  text-align: right;
}

.image-9 {
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
}

.text-block-7 {
  padding-top: 10px;
  clear: left;
  font-family: Frutigerltpro, sans-serif;
  color: #333;
  font-weight: 300;
  text-align: center;
}

.text-block-8 {
  margin-top: 30px;
  font-family: Frutigerltpro, sans-serif;
  color: #333;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.div-block-19 {
  text-align: center;
}

.page-heading {
    font-family: Frutigerltpro, sans-serif;
    color: #005EB8;
    font-size: 25px;
}

.sub-heading {
  font-family: Frutigerltpro, sans-serif;
  font-size: 18px;
}

.trust-board-title {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Frutigerltpro, sans-serif;
  font-weight: 700;
}

.trust-board-row {
  margin-top: 15px;
  border-bottom: 1px solid #c4c4c4;
}

.banner-image-space {
  height: 129px;
  background-color: #ddd;
  text-align: center;
}

.text-block-9 {
  padding-top: 50px;
  font-family: Frutigerltpro, sans-serif;
  font-weight: 700;
}

.div-block-20 {
  text-align: left;
}

.div-block-20.right {
  text-align: right;
}

.blue-box {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #005EB8;
}

.blue-box.right-line {
  border-left: 1px solid #3c79b6;
}

.coltest {
  border-bottom: 1px solid #c9c9c9;
}

.col0 {
  padding-right: 0px;
  padding-left: 0px;
}

.table-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Frutigerltpro, sans-serif;
  color: #fff;
  font-size: 18px;
}

.div-block-21 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.folder-title {
  padding-left: 20px;
  float: left;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Frutigerltpro, sans-serif;
  color: #a02573;
  font-size: 15px;
  font-weight: 700;
}

.folder-title:hover {
  text-decoration: none;
}

.folder-image {
  float: left;
}

.folder-count {
  font-family: Frutigerltpro, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.contact-box-heading {
  margin-bottom: 15px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.contact-button {
  margin-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #a02972;
}

.contact-button:hover {
  background-color: #474747;
}

.contact-form-section-div {
  padding: 15px 10px;
  background-color: #ececec;
}

.textarea {
  min-height: 100px;
}

.radio-button-field {
  position: relative;
  left: 70px;
  float: left;
  clear: right;
}

.radio-button-field-2 {
  float: left;
}

.field-label.field-space {
  margin-bottom: 20px;
}

.contact-line-break {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #474747;
}

.form-block {
  margin: auto;
  padding: 15px 10px;
  border: 1px solid #00a19c;
  background-color: transparent;
}

.checkbox-field {
  float: left;
}

.div-block-22 {
  text-align: center;
}

.heading-8 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #005EB8;
}

.news-content-div {
  padding-left: 20px;
}

.news-short-text {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-2 {
  border-radius: 5px;
  background-color: #a02573;
}

.news-col {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text_features {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.card_base {
  position: relative;
  width: 100%;
  min-height: 270px;
  margin-bottom: 35px;
  padding: 55px 25px 15px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(47, 73, 82, 0.11);
  color: #000;
}

.button-3 {
  display: block;
  margin: 20px auto;
  border-radius: 2px;
  background-color: #a02573;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}

.button-3:hover {
  background-color: #a02573;
}

.h1_features {
  font-size: 1.8vh;
  line-height: 27px;
}

.icon_wrap {
  overflow: hidden;
}

.columns-4 {
  margin-top: 40px;
  margin-right: 5%;
  margin-left: 5%;
}

.link-block-4 {
  font-family: 'Frutigerltpro roman', sans-serif;
  color: #333;
  text-decoration: none;
}

.round-search {
  position: static;
  width: 300px;
  float: left;
  border-radius: 20px;
  background-color: #e6e6e6;
  box-shadow: 0 1px 2px 0 #b1b1b1;
}

.search-icon-button {
  position: relative;
  left: -34px;
  top: 6px;
}

.form-block-2 {
  margin-bottom: 0px;
  float: right;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 27px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.colour-header {
  min-height: 320px;
  background-image: url('../images/wardgenCollage.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.colour-header.has-image {
  min-height: 320px;
  background-image: url('../images/NewsAndEvents-Banner.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.search-heading {
  font-family: 'Frutigerltpro roman', sans-serif;
  font-size: 30px;
  text-align: center;
}

.header-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-field-4 {
  margin-bottom: 0px;
  float: left;
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.form-3 {
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.div-block-25 {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 86.7%, 0.27);
}

.page-results-row {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 5px solid #a02573;
  background-color: hsla(0, 0%, 86.7%, 0.1);
  -webkit-transition: background-color 300ms ease, border 325ms ease;
  transition: background-color 300ms ease, border 325ms ease;
  text-decoration: none;
}

.page-results-row:hover {
  border-left-width: 10px;
  background-color: hsla(0, 0%, 86.7%, 0.22);
}

.page-results-heading {
  margin-top: 0px;
  padding-left: 20px;
  font-family: 'Frutigerltpro roman', sans-serif;
  color: #333;
  font-size: 1.5em;
}

.page-results-link {
    padding-bottom: 5px;
    padding-left: 20px;
    float: none;
    clear: right;
    color: #005EB8;
    text-decoration: none;
}

.search-open-link {
  float: right;
  clear: both;
  color: #333;
  text-decoration: none;
}

.heading-9 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Frutigerltpro, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.image-10 {
  padding-right: 10px;
  float: right;
  clear: left;
}

.link-block-5 {
  background-color: #a02573;
  font-family: 'Frutigerltpro roman', sans-serif;
  color: #fdfdfd;
  text-decoration: none;
}

.search-text-box {
  padding: 10px 15px;
  font-family: Frutigerltpro, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.banner-text {
  position: static;
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: Frutigerltpro, sans-serif;
  color: #fff;
  font-size: 4.4rem;
  line-height: 1.25;
  font-weight: 300;
  text-align: center;
}

.banner-text.no-image {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 2.4rem;
}

.table-wrapper {
  margin-left: 5%;
  padding-right: 5%;
}

.table-row-1-div {
  height: auto;
  background-color: #a02573;
}

.table-col {
  padding: 2px;
}

.asdasd {
  height: auto;
  border: 1px solid #2552bb;
}

.text-block-10 {
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: 'Frutigerltpro roman', sans-serif;
  color: #fff;
  text-align: center;
}

.text-block-11 {
  padding-top: 6px;
  padding-left: 5px;
  font-family: Frutigerltpro, sans-serif;
}

.heading-2 {
  font-family: Frutigerltpro, sans-serif;
  font-size: 2.4em;
}

.faq-container {
  margin-top: 20px;
  margin-bottom: 60px;
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  padding-right: 45px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a19c;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-weight: 600;
}

.accordion-toggle.w--open:active {
  color: #fff;
}

.accordion-question {
  width: 100%;
  max-width: 100%;
  direction: ltr;
  font-family: Frutigerltpro, sans-serif;
  color: #fff;
  font-size: 14px;
  white-space: pre-wrap;
}

.accordion-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #e4e5e9;
  background-color: #f4f6f8;
}

.accordion-item {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  background-color: #f4f6f8;
  box-shadow: none;
}

.faq-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #2552bb;
  font-weight: 700;
}

.accordian-arrow {
  color: #fff;
}

.accordion-body {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  background-color: #f4f6f8;
}

.accordion-body.w--open {
  position: relative;
  display: block;
  background-color: #f5f5f5;
}

.button-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 45px;
  min-width: 170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-contain {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-base {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #2552bb;
}

.image-11 {
  position: absolute;
  left: 18px;
  top: 14px;
  bottom: 0px;
}

.button-t {
  position: absolute;
  z-index: 9999;
  margin-left: 15px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}

.div-block-28 {
  float: right;
}

.div-block-29 {
  background-color: #a02573;
}

.feedback-text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Frutigerltpro roman', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.feedback-link {
  color: #fff;
}

.columns-5 {
  display: none;
}

.blue-box-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 148px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-width: 1px;
  border-color: #2552bb;
  border-radius: 10px;
  background-color: #00a19c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.blue-box-test:hover {
  border-style: none;
  background-color: rgba(0, 161, 156, 0.43);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.box-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Frutigerltpro, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.box-title:hover {
  color: #fff;
}

.side-nav {
  width: 100%;
  padding: 10px 5px;
  border-radius: 5px;
  background-color: rgba(194, 190, 190, 0.55);
}

.sidenavbar {
  z-index: 100;
  background-color: transparent;
}

.side-menu-button {
  display: none;
}

.footer-title-link {
  color: #a02573;
  text-decoration: none;
}

.footer-title-link:hover {
  text-decoration: underline;
}

.file-image {
  margin-left: 20px;
}

.sub-nav-drop-down {
  display: inline-block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Frutigerltpro roman', sans-serif;
}

.sub-menu-drop-down-toggle {
  width: 100%;
  padding: 10px 15px;
}

.sub-menu-drop-down-toggle.sub-menu-drop-link {
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  color: #002f87;
}

    .sub-menu-drop-down-toggle.sub-menu-drop-link:hover {
        background-color: #005EB8;
        color: #fff;
    }

.sub-menu-drop-down-toggle.sub-menu-drop-link.w--open {
  background-color: #a02573;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.sub-menu.w--open {
  background-color: transparent;
}

.sub-drop-link {
  padding: 10px 25px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #002f87;
  white-space: normal;
}

    .sub-drop-link:hover {
        background-color: #005EB8;
        color: #fff;
    }

.navbar-2 {
  margin-top: 54px;
}

.triangle-nav-button {
  width: 50px;
  height: 50px;
  padding: 0px;
  border-right: 2px solid #786df7;
  border-bottom: 2px solid #786df7;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #4c459e;
  -webkit-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
}

.triangle-nav-button:hover {
  box-shadow: 4px 4px 0 0 #4c459e;
}

.triangle-nav-button.w--open {
  border-bottom: 2px solid #4c459e;
  border-right-color: #4c459e;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #786df7;
}

.triangle {
  position: relative;
  top: 10.5px;
  display: block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-left: auto;
  border-right: 13px solid transparent;
  border-bottom: 23px solid #786df7;
  border-left: 13px solid transparent;
}

.simple-menu-button {
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: #fff;
}

.simple-menu-button.w--open {
  background-color: #fff;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-1.simple {
  top: 18px;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-2.simple {
  top: 28px;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-3.simple {
  top: 38px;
}

.breadcrumb-section {
  background-color: #005EB8;
}

.breadcrumb-div {
  padding-top: 10px;
  padding-bottom: 0px;
  line-height: 10px;
}

.breadcrumb-link {
  font-family: Frutigerltpro, sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-non-link {
  display: inline-block;
  font-family: Frutigerltpro, sans-serif;
  color: #fff;
  font-size: 12px;
}

.grid-row {
  margin-bottom: 15px;
}

.grid-col {
  padding-left: 10px;
}

.department-list-top {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  background-color: #ae2573;
}

.department-list-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #a02573;
}

.white-h1-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Frutigerltpro, sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}

.location-label {
  font-family: Frutigerltpro, sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
}

.location-dropdown {
  width: 32%;
  float: left;
}

.submit-button-2 {
  float: left;
}

.a-z-search-button {
    margin-left: 30px;
    padding: 10px 15px;
    background-color: #005EB8;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
}

.a-z-search-button:hover {
  background-color: rgba(0, 93, 185, 0.9);
}

.a-z-button-text {
  padding-left: 10px;
  float: right;
  font-family: Frutigerltpro, sans-serif;
  color: #fff;
  text-decoration: none;
}

.a-z-letters {
  width: 100%;
  float: left;
}

.a-z-letter {
  min-width: 54px;
  margin: 10px 1.846%;
  padding: 0px;
  background-color: #e8edee;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 1em;
  line-height: 150%;
  text-align: center;
}

    .a-z-letter:hover {
        background-color: #005EB8;
    }

    .a-z-letter.blue {
        background-color: #005EB8;
    }

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
}

.a-z-link {
  min-width: 54px;
  padding: 19px;
  font-family: 'Frutigerltpro roman', sans-serif;
  color: #000;
  text-decoration: none;
}

.a-z-link:hover {
  color: #fff;
}

.a-z-link.white {
  color: #fff;
}

    .a-z-link.all {
        background-color: #005EB8;
        color: #fff;
    }

.link-block-6 {
  display: inline;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.service-row {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bebebe;
}

.departmentservice-heading {
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Frutigerltpro roman', sans-serif;
    color: #005EB8;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
}

.departmentservice-heading:hover {
  text-decoration: underline;
}

.paragraph-2 {
  font-family: 'Frutigerltpro roman', sans-serif;
}

.non-image-header {
  background-color: rgba(194, 190, 190, 0.55);
}

.governor-profile-wrapper {
  margin-right: 5px;
  margin-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  background-color: #ddd;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.governor-profile-wrapper:hover {
  background-color: hsla(0, 0%, 86.7%, 0.45);
}

.governor-photo {
  position: relative;
  margin: 15px 10px 10px;
  float: left;
}

.governors-name {
  position: relative;
  width: 180px;
  margin: 15px 5px 10px;
  float: left;
}

.govenor-title {
  position: absolute;
  max-width: 180px;
  margin: 5px;
  float: left;
}

.governors-title {
  position: relative;
  width: 180px;
  margin: 0px 5px 10px;
  float: left;
}

.govenors-name-text {
    font-family: Frutigerltpro, sans-serif;
    color: #005EB8;
    font-weight: 700;
}

.governors-title-text {
  color: #808285;
}

.govenors-main-heading {
    font-family: Frutigerltpro, sans-serif;
    color: #005EB8;
    font-size: 27px;
}

.govenors-sub-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Frutigerltpro, sans-serif;
}

.govenors-row {
  margin-bottom: 20px;
}

._100-link-block {
  width: 100%;
  text-decoration: none;
}

.normal-link {
  color: #333;
  text-decoration: none;
}

.normal-link:hover {
  text-decoration: underline;
}

.quick-link-button {
  width: 90%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 15px;
  background-color: #a02573;
  text-decoration: none;
}

.quick-link-button:hover {
  background-color: rgba(160, 37, 115, 0.9);
}

.quick-link-button-text {
  color: #fff;
  text-align: center;
}

.quick-link-col {
  margin-top: 10px;
}

.column-8 {
  text-align: center;
}

.home-page-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-3 {
  margin-bottom: 5px;
  color: #333;
  font-size: 13px;
  font-style: italic;
}

.recent-blog-posts-wrapper {
  height: 300px;
  padding: 10px;
  background-color: #e7e7e7;
}

.action-box-div {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  background-color: #da291c;
}

.action-box-div:hover {
  background-color: #738492;
  text-decoration: underline;
}

.home-page-main-blog-image {
  width: 447px;
  height: 300px;
}

.take-action-link-block {
  width: 90%;
  margin-bottom: 15px;
}

.main-page-blog-title-links {
  text-decoration: none;
}

.recent-blog-title {
  margin-top: 0px;
  margin-bottom: 5px;
  background-color: transparent;
  font-family: 'Droid Sans', sans-serif;
  color: #a02972;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.blog-para {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 13px;
}

.action-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  float: left;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 200;
  text-decoration: none;
}

.action-heading:hover {
  text-decoration: none;
}

.blog-info-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-left: 10px;
  background-color: rgba(0, 159, 155, 0.79);
}

.text-block-12 {
  margin-top: 16px;
  padding-left: 26px;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 15px;
}

.div-block-2 {
  position: relative;
  top: 0px;
  right: 12px;
  bottom: 0px;
  width: 25px;
  height: 25px;
  float: right;
  border: 1px solid #000;
  border-radius: 50px;
  background-color: #009f9b;
  text-align: center;
}

.blog-title {
  margin-top: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}

.div-block-30 {
  height: 300px;
  background-image: none;
}

.recent-blog-div {
  margin-top: 5px;
  border-bottom: 1px dashed #000;
}

.take-action-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.recent-blog-title-2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Droid Sans', sans-serif;
  color: #a02972;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.div-block-31 {
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ISST13_HospitalEngineering-03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ISST13_HospitalEngineering-03.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

    .div-block-31 > img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center top;
    }

.action-box-div-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  background-color: rgba(65, 182, 230, 0.94);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.action-box-div-2:hover {
  background-color: #738492;
  text-decoration: underline;
}

    .action-box-div-2._3rd-action {
        background-color: #80D1CC
    }

.action-box-div-2._3rd-action:hover {
  background-color: #738492;
}

    .action-box-div-2._2nd-action {
        background-color: #00A499;
    }

.action-box-div-2._2nd-action:hover {
  background-color: #738492;
}

    .action-box-div-2._4th-action {
        background-color: #FFB81C;
    }

.action-heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  float: left;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 200;
  text-decoration: none;
}

.action-heading-2:hover {
  text-decoration: none;
}

.div-block-32 {
  position: relative;
  top: 0px;
  right: 12px;
  bottom: 0px;
  width: 25px;
  height: 25px;
  float: right;
  border-radius: 50px;
  background-color: #768693;
  text-align: center;
}

.main-page-heading {
  font-family: 'Droid Sans', sans-serif;
  color: rgba(57, 0, 110, 0.94);
  font-size: 22px;
  text-align: center;
}

html.w-mod-js *[data-ix="hide-news"] {
  display: none;
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="hide-faq-answer"] {
  display: none;
  opacity: 0;
  height: 0px;
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: #ddd;
  }

  .text-block-2 {
    padding-right: 10px;
  }

  .row-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .row-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-5 {
    font-size: 15px;
  }

  .menu-button.w--open {
    background-color: #ddd;
  }

  .icon {
    color: #000;
  }

  .round-search {
    width: 250px;
  }

  .faq-container {
    width: 100%;
    min-width: 0px;
  }

  .box-title {
    padding-right: 3px;
    padding-left: 5px;
  }

  .side-nav {
    background-color: #dadada;
  }

  .sidenavbar {
    width: 100%;
    float: right;
  }

  .triangle-nav-button {
    border-right-style: none;
    border-right-width: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .triangle-nav-button:hover {
    box-shadow: none;
  }

  .triangle-nav-button.w--open {
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .triangle {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-bottom-color: #a02573;
  }
}

@media screen and (max-width: 767px) {
 .flexbox-container{
    flex-direction:column;
  }
  .flexbox-item {text-align:right; padding-right:9%;}
  
  .slider {
    display: none;
  }

  .latest-news {
    display: none;
  }

  .column {
    margin-bottom: 0px;
  }

  .div-block-14 {
    padding-top: 0px;
  }

  .div-block-17 {
    text-align: center;
  }

  .column-5 {
    display: none;
  }

  .column-6 {
    display: none;
  }

  .social-footer {
    margin-bottom: 10px;
  }

  .quick-link-button {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    background-color: #ddd;
  }

  .accordion-toggle {
    height: auto;
    min-height: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .accordion-content {
    padding: 20px;
  }
  
 
}

@font-face {
  font-family: 'Frutigerltpro roman';
  src: url('../fonts/FrutigerLTPro-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Frutigerltpro';
  src: url('../fonts/FrutigerLTPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Frutigerltpro';
  src: url('../fonts/FrutigerLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}