.sub-footer-wrapper {
    text-align: center;
}

.sub-footer-link {
    text-decoration: none;
}

.sub-footer-title {
    float: left;
    color: #AE2573;
    flex-flow: row;
    padding-left: 10px;
    font-family: Frutigerltpro roman, sans-serif;
    font-weight: 700;
    padding-top: 23px !important;
    font-size: 24px;
}

.image {
    float: left;
    clear: right;
}

.sub-footer-text {
    clear: both;
    color: #333;
    padding-top: 10px;
}

.columnssubfooter {
    background-color: #e6e6e6;
    padding-top: 10px;
    padding-bottom: 10px;
}



.homeslide {
   background-image: url('../images/banner-surgical-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeslider {
  height: 500px;
}

.page-heading {
  color: #2945c3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.circle-wrapper {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cricle {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.imagealign {
  text-align: center;
}

.box-heading {
  clear: left;
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Frutigerltpro roman, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block {
  text-align: center;
  background-color: #AE2573;
  padding-top: 15px;
  padding-bottom: 10px;
}

.section-2 {
  background-color: #ededee;
}

.services-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  height: 350px;
  padding-bottom: 20px;
  display: flex;
}

.services-button {
  text-align: center;
  background-color: #003087;
  flex: 0 auto;
  width: 60%;
  margin-left: 30px;
  margin-right: 30px;
}

.section-a-z {
  text-align: center;
  background-color: #425563;
  padding-top: 15px;
  padding-bottom: 15px;
}

.a-z-linkhome {
  color: #fff;
  text-decoration: underline;
}

.cols {
  margin-bottom: 0;
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .homeslider {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .homeslider {
    height: 250px;
  }
}

@media screen and (max-width: 479px) {
  .homeslider {
    height: 150px;
  }
}


.gettingherelink {
  color: #fff;
  font-family: Frutigerltpro roman, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.gettingherelink:hover {
  color: #fff;
  text-decoration: underline;
}

.gettingherelink:visited {
  color: #fff;
  text-decoration: underline;
}

.div-block-26 {
  text-align: center;
  background-color: #005eb8;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 0;
  transition: background-color .2s;
}

.div-block-26:hover {
  background-color: rgba(0, 94, 184, .8);
}

.month-title {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
}

.month-link {
  text-decoration: none;
  display: block;
}

.thumbnail-image-wrapper {
  position: relative;
  overflow: hidden;
}

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

.blog-title {
  color: #101315;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
}

.thumbnail-date {
  float: left;
  color: #999;
  font-size: 12px;
  line-height: 35px;
  display: inline-block;
}

.thumbnail-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
  display: block;
}

.thumbnail-image._45 {
  background-image: url('../images/hospital_main_entrance.jpg');
  background-position: 50%;
}

.thumbnail-text {
  border-top: 1px solid #e5e5e5;
  height: 93px;
  padding: 13px;
  position: relative;
  overflow: hidden;
}

.author-title {
  float: left;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.thumb-details {
  background-color: #fcfcfc;
  border-top: 1px solid #efefef;
  padding: 6px 13px;
}

.news-thumbnail-wrapper {
  background-color: #fff;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
}

.author-img {
  float: left;
  border-radius: 60px;
  width: 26px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 10px;
  position: static;
  bottom: 10px;
  right: 10px;
}

.preview-text {
  color: #7a7a7a;
  height: 40px;
  font-size: 13px;
  line-height: 19px;
  overflow: hidden;
}

/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.linkmenutitlewrapper {
  background-color: #eef2f2;
  margin-top:20px;
  margin-left:0px;
  padding-bottom:12px;
  border-radius:9px;
}

.linkmenutitle {
  font-weight: bold;
  margin-left:15px;
  padding-top:16px;
  padding-bottom: 0;
}

.linkmenuwrapper {
  background-color: #eef2f2;
  padding-left: 0px;
  padding-right: 0px;
  margin-top:15px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  border-top: 1px solid #d2d5d7;
}

.linkblock {
  background-color: #eef2f2;
  text-decoration: none;
  display: block;
}

.linkblocktext {
  color: #003993;
  font-size: 90%;
  margin-top: 0px;
  padding-left: 5px;
  padding-top: 8px;
  padding-bottom:8px;
  border-bottom: 1px solid #d2d5d7;
}

.linkblocktext:hover {
  text-decoration: underline;
}

.back-link-wrapper {
  width:90%;
  height:42px;
  font-size:90%;
  color:#2d3840;
  line-height:42px;
  margin-top:6px;
  margin-left:15px;
  padding-left:32px;
  background-image: url(../images/arrow_top_left.svg);
  background-size: 23px; 
  background-repeat: no-repeat; 
  background-position: top 49% left;
}

a.back-link {
	text-decoration: none;
	color: #2d3840;
}

a.back-link:active {
	color: #2d3840;
}

a.back-link:hover {
	text-decoration: underline;
	color: #2d3840;
}

a.back-link:visited {
	color: #2d3840;
}

.top {
  --offset: 40px; 
  
  position: sticky;
  left: 85vw;
  bottom: 20px;      
  margin-right:21px; 
  place-self: end;
  margin-top: calc(100vh + var(--offset));
  
  /* visual styling */
  font-size:95%;
  text-decoration: none;
  padding: 10px;
  padding-left:18px;
  padding-right:26px;
  font-family: 'Frutigerltpro roman', sans-serif;
  color: #fff;
  background: #0070c0;
  border-radius: 100px;
  white-space: nowrap;
}

.top:hover {
	color:#ffffff;
	text-decoration:underline;
}

.top:active {
	color:#ffffff;
}

.top:focus {
	color:#ffffff;
	text-decoration: none;
}

.top:visited {
	color:#ffffff;
}

#hj-content #hj-select-sector ul {
    margin: 1em auto 2em;
    /*___YUICSSMIN_PRESERVE_CANDIDATE_COMMENT_13___*/
    max-width: 723px;
    padding: 0;
    text-align: center;
    width: 100%;
    display: none !important;
}

#hj-content {
    min-height: 100px !important;
    text-align: left
}

.custombutonM {
    padding-top: 15px;
}

.custom-button-text {
  color: #000;
  text-align: center;
}


.custombutton-link {
  text-align: center;
  text-decoration: none;
}

.Purplecolor {
	color: #a02573;
}

.partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px solid #eee;
  background-color: #f9fafa;
}

.boxpartner-2 {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.boxpartner-2._1box {
  background-color: #009d94;
}

.boxpartner-2._2box {
  background-color: #76b82a;
}

.boxpartner-2._3box {
  background-color: #f9ae00;
}

.boxpartner-2._4box {
  background-color: #312564;
}

.boxpartner-2._5box {
  background-color: #a82471;
}

.value-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -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 roman', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.pagination {
    display: inline-block;
    padding-top: 10px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.center {
    text-align: center;
}

.pagination a.active {
    background-color: #005DB9;
    color: white;
    border: 1px solid #005DB9;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

#hj-jobs-board-content #hj-content #hj-select-sector .hj-css-sector-icon {
    border-radius: 12px
}

#hj-content #hj-job-list ol {
    border-color: #555;
    border-width: 1px;
    border-style: solid;
    margin: 0 0 0 0;
    padding: 0;
}

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

li {
	padding-bottom:8px;
}


button {
    background-color: Transparent;
}


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

a {
	color: #0070C0;
	text-decoration: underline;
}

a:visited {
	color: #0070C0;
	/*color:#581C8E;*/
	text-decoration: underline;
}

a:active { 
	color:#581C8E;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #0070C0;
}

a:focus {
	text-decoration: underline;
	color: #551A8B;
}

.top-bar {
  background-color: #7C2855;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 6px;
}

.logo-div {
  text-align: left;
  padding-top: 3px;
  padding-bottom: 18px;
  padding-left: 16px;
}

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

.navbar {
  background-color: #fff;
  margin-left:3%;
}

.nav-menu {
  z-index: 1000;
  text-align: left;
  font-size: 115%;
  background-color: #ffffff;
  border-bottom: 5px #a02573;
  width: 100%;
}

/* PJS Fluid Margins */

.nav-link {
  color: #2d3840;
  padding-top: 2px;
  padding-bottom: 10px;
  padding-right: 0px;
  margin-top:5px;
  margin-bottom: 5px;
  /*margin-right: 44px;*/
  margin-right: clamp(45px, 4.5vw, 80px);
  line-height: 16px;
  font-weight: 700;
  /*transition: all .4s;*/
}

.nav-link:hover {
  /*color: #fff;*/
  /*background-color: #00a9ce;*/
  color: #2d3840;
  border-bottom: 5px #AE2573 solid;
  margin-bottom: 0px;
  border-radius: 0;
}

.nav-link:after {
	content:'';
	position: absolute;
	inset-block: 0px -15px;
	inset-inline: 0px -15px;
}

.nav-link:visited {
  color: #2d3840;
}

.nav-link:active {
  color: #2d3840;
  text-decoration: none;
}

.nav-link:focus {
  color: #2d3840;
  text-decoration: none;
}

.nav-link.w--current {
  padding-left: 20px;
}

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

.text-block {
  margin-top: 5px;
  margin-left: 5px;
  font-family: 'Frutigerltpro roman', 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: 10px;
  color:#ffffff;
  background-color: #7C2855;
  /*background-image: url(../images/footer_branding_shapes.png);*/
  background-repeat: no-repeat;
  background-size: 380px;
  background-position: bottom 40px left -30px;
}

.footer-vertical-spacer {
	height: 120px;
}

.top-header-box { 
  color: #fff; 
  font-family: Frutigerltpro roman, sans-serif; 
  font-size: 14px; 
  font-weight: 300; 
  text-decoration: none; 
  text-align:center; 
  height:35px; 
  margin-left: 3px; 
  margin-right: 20px; 
  padding-top:5px; 
  padding-bottom:5px; 
  padding-left: 10px; 
  padding-right: 10px; 
  background-color: #7C2855; 
} 

.top-header-box:hover { 
  color: #fff; 
  text-decoration: underline; 
} 

.top-header-box:active { 
  color: #fff; 
} 

.top-header-box:visted { 
  color: #fff; 
} 

.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: 'Frutigerltpro roman', 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: 'Frutigerltpro roman', 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: 'Frutigerltpro roman', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.heading-4 {
  margin-bottom: 0px;
  font-family: 'Frutigerltpro roman', 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: 'Frutigerltpro roman', 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: 'Frutigerltpro roman', sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}

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

.arrow_link {
  text-align: left;
  background-image: url(../images/arrow_link_button.svg);
  background-repeat: no-repeat;
  background-position: top 1px left;
  background-size: 27px;
  padding-left: 42px;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.arrow_link_section {
	margin-top:0px;
	margin-bottom: 25px;
}

.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: #005db9;
  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: 'Frutigerltpro roman', 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: 'Frutigerltpro roman', 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 {
  color: #ffffff;
  margin-bottom:5px;
  font-size: 16px;
}

.charity-heading {
  color: #ffffff;
  margin-bottom:0px;
  padding-bottom:0px;
  font-size: 13px;
}

.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: #005db9;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
}

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

.full-width-limiter {
  margin-right: 1%;
}

.column {
  margin-bottom: 0px;
}

.values-everyone-matters {
  text-align: left;
  background-image: url(../images/icon_everyone_matters.svg);
  background-repeat: no-repeat;
  background-position: top 5px left;
  background-size: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height:45px;
  padding-left: 49px;
  padding-top: 11px;
  padding-bottom: 5px;
  margin-top: 6px;
  margin-bottom: 9px;
}

.values-working-together {
  text-align: left;
  background-image: url(../images/icon_working_together.svg);
  background-repeat: no-repeat;
  background-position: top 5px left;
  background-size: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height:45px;
  padding-left: 49px;
  padding-top: 11px;
  padding-bottom: 5px;
  margin-top: 6px;
  margin-bottom: 9px;
}

.values-making-a-difference {
  text-align: left;
  background-image: url(../images/icon_making_a_difference.svg);
  background-repeat: no-repeat;
  background-position: top 5px left;
  background-size: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height:45px;
  padding-left: 49px;
  padding-top: 11px;
  padding-bottom: 5px;
  margin-top: 6px;
  margin-bottom: 9px;
}

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

.footer-link-text {
  font-family: 'Frutigerltpro roman', sans-serif;
  color: #ffffff;
  text-decoration: ;
  line-height:21px;
  font-size:100%;
}

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

.footer-link-text:active {
  color: #ffffff;
}

.footer-link-text:visited {
  color: #ffffff;
}

.cqc-wrapper {
  padding-right:15px;
}

.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: #005db9;
  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: #7C2855;
}

.text-block-4 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 20px;
  font-family: 'Frutigerltpro roman', sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.copyright-block {
	text-align:right;
	padding-right:5px;
}

.linky {
  color: #fff;
}

.linky:active {
  color: #fff;
}

.linky:hover {
  color: #fff;
  text-decoration: none;
}

.linky:visited {
  color: #fff;
}

.values-link {
	text-decoration: none;
}

.container-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 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 roman', sans-serif;
  font-size: 24px;
}

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

.select-field {
  background-color: #005db9;
  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: #005db9;
}

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

/* PJS NOTE - set padding left 2%, padding right 0px to allow right menu to go to the edge of the viewport */

.light-section {
  background-color: #ffffff;
  padding: 0px 2%;
  /*padding-right: 0px;*/
}

.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: #005db9;
  color: #fff;
}

.heading {
  font-family: 'Frutigerltpro roman', 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 roman', 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 {
  color: #fff;
  padding-right: 26px;
  padding-left: 3px;
  font-family: Frutigerltpro roman, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

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

.top-header-link:visited {
  color: #fff;
  text-decoration: underline;
}

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

.topnav-desktop-hidden {
  display: none;
  visibility: hidden;
}

.topnav-mobile-hidden {
    display: inline;
    visibility: visible;
}

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

.card-background {
  display: block;
  min-height: 215px;
  padding-top: 20px;
  padding-bottom:20px;
  padding-right: 20px;
  padding-left: 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: #005db9;
}

.heading-7 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: 'Frutigerltpro roman', 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 roman', 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 roman', sans-serif;
  color: #333;
  font-weight: 300;
  text-align: center;
}

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

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

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

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

.trust-board-title {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Frutigerltpro roman', 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 roman', 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: #005db9;
}

.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 roman', 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 roman', 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 roman', 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: #005db9;
}

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

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

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

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

.text_features {
  font-family: Frutigerltpro roman, '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: 'Frutigerltpro roman', 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 {
  float: left;
  background-color: #f4f4f4;
  border-radius: 20px;
  width: 300px;
  position: static;
  box-shadow: 0 1px 2px #b5b5b5;
}

.search-icon-button {
  position: relative;
  top: 7px;
  left: -40px;
}

.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: 5px;
  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: 38px;
  padding-bottom: 38px;
}

.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: #005db9;
  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 roman', 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 roman', sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.banner-text {
  color: #ffffff;
  text-align: left;
  /*background-color: #0c0c0c52;*/
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left:2%;
  font-family: Frutigerltpro roman;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.25;
  position: static;
}

.banner-text.no-image {
  color: #ffffff;
  display: inline-block;
  background-color: #7C2855;
  border: 1px solid #7C2855;
  border-top-left-radius: 21px;
  border-bottom-left-radius: 9px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 20px;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 13px;
  padding-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.9rem;

}

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

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

.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 roman', sans-serif;
}

.heading-2 {
  font-family: 'Frutigerltpro roman', 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 roman', 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 {
  margin-top:20px;
  background-color: #003087;
}

.logo-footer {
  margin-left:2px;
  margin-top:19px;
  margin-bottom:24px;
}

.icon_social {
  margin-right:19px;
}

.values-header {
  padding-left: 1px;
  padding-top: 17px;
  padding-bottom: 0px;
  font-family: 'Frutigerltpro roman', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.feedback-text {
  padding-top: 17px;
  padding-bottom: 0px;
  font-family: 'Frutigerltpro roman', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.feedback-link {
  color: #fff;
}

.columns-5 {
  display: none;
}

.blue-box-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 148px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-width: 1px;
  border-color: #2552bb;
  border-radius: 10px;
  background-color: #330072;
  -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 roman', 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: #005db9;
  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: #005db9;
  color: #fff;
}

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

/* BEGIN Animated hamburger menu */

.hamburger-nav-button {
  background-color: #fff;
  border-bottom: 2px solid #786df7;
  border-right: 2px solid #786df7;
  width: 60px;
  height: 44px;
  padding: 0;
  transition: box-shadow .25s;
  box-shadow: 2px 2px #4c459e;
}

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

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

#hamburger-icon {
  width: 31px;
  height: 6px;
  position: relative;
  margin: 12px 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #AE2573;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger-icon span:nth-child(1) {
  top: 0px;
}

#hamburger-icon span:nth-child(2) {
  top: 9px;
}

#hamburger-icon span:nth-child(3) {
  top: 18px;
}

#hamburger-icon.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#hamburger-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#hamburger-icon.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#hamburger-icon span:after {
	content:'';
	position: absolute;
	inset-block: -20px;
	inset-inline: -4px;
}

/* END Animated hamburger menu */

.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 {
  padding-left: 3%;
  background-color: #e8edee;
  color: #000000;
}

.breadcrumb-container {
	margin-left:0px;
	padding-left:0px;
}

.breadcrumb-div {
  padding-bottom: 0;
  margin-left:0;
  padding-top: 3px;
}

.breadcrumb-link {
  color: #7C2855;
  font-family: Frutigerltpro roman;
  font-size: 12px;
  text-decoration: none;
}

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

.breadcrumb-non-link {
  /*color: var(--black);*/
  color: #7C2855;
  font-family: Frutigerltpro roman;
  font-size: 12px;
  display: inline-block;
  line-height: 7px;
}

.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 roman', sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}

.location-label {
  font-family: 'Frutigerltpro roman', 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: #005db9;
  -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 roman', 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: #005db9;
}

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

.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: #005db9;
  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: #005db9;
  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: #AE2573;
  background-image: url(/media/vdlbqsgb/recruitment.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 0%;
}

.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 roman', sans-serif;
  color: #005db9;
  font-weight: 700;
}

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

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

.govenors-sub-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Frutigerltpro roman', 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);
}

.custom-quick-link-button {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 15px;
  background-color: #76BD22;
  text-decoration: none;
}

.custom-quick-link-button:hover {
  background-color: rgba(118, 189, 34, 0.9);
}

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

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

.column-8 {
  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;
}

.column-6 {
	padding-right: 0;
}

/* Expanding search button */

.mobile-search {
    display: none;
	visibility: hidden;
}

.desktop-search {
  display: inline;
  visibility: visible;
}

.expanding-button {
	display: inline-block;
	margin: 0;
	border-radius: 6px 6px 0px 0px;
	background-color: #ffffff;
	/*background-color: #e8f2f3;*/
	font-size: 18px;
	padding-top:25px;
	padding-left: 32px;
	padding-right: 32px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: white;
	text-decoration: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.expanding-button:hover {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: #e8edee;
	color: black;
}

.expanding-search-container {
	position: relative;
	display: inline-block;
	margin: 0px 0px;
	height: 35px;
	width: 60px;
	vertical-align: bottom;
}

.mglass {
	display: inline-block;
}

.expanding-searchbutton {
	position: absolute;
	font-size: 22px;
	height: 44px;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 3px;
}

.expanding-search:focus + .expanding-searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.expanding-search {
	position: absolute;
	left: 54px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
    background-color: #f7f7f7;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-family: 'Frutigerltpro roman';
	font-size: 92%;
	outline: none;
	border: none;
	padding: 0;
	border-bottom: 2px solid #ffffff;
	width: 0;
	height: 44px;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.expanding-search:focus {
	width: 300px; /* Bar width+1px */
	padding: 0 10px 0 0;
	margin-right:9px;
}

.expandright {
	left: auto;
	right: 50px; /* Button width-1px */
}

.expandright:focus {
	padding: 0 0 0 10px;
}

@media (min-width:1024px) {

  .linkmenutitlewrapper {
    margin-left:25px;
  }

}

@media screen and (max-width: 991px) {

  .linkmenutitlewrapper {
    margin-left:0px;
    margin-bottom:25px;
    padding-bottom:18px;
  }
  .linkblocktext {
    font-size:100%;
  }
  .back-link-wrapper {
    font-size:100%;
  }
  .linkmenutitle {
    font-size:110%;
  }
  .breadcrumb-div {
    padding-top: 5px;
	padding-left: 5px;
  }
  .breadcrumb-section {
    padding-left:5px;
  }
  .logo-div {
    padding-left: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
  }
  .top-bar {
    padding-left: 0px;
  }
  .top-header-link {
	  padding-right:23px;
  }
  .search-icon-button {
    position: relative;
    top: 5px;
    left: -39px;
  }
  .top-header-box {
  	margin-left:10px;
  }
  .navbar {
    background-color: #fff;
	margin-left: 0px;
  }
  .nav-menu {
	padding-top:5px;
	font-size: 100%;
	background-color: #e8edee;
    box-shadow: 0 0 7px 1px #bbbbbb;
  }
  .icon_social {
    margin-right:13px;
  }
  .nav-link {
    margin-left:20px;
	padding-top:5px;
	margin-top: 5px;
    margin-bottom: 7px;
  }
  .nav-link:hover {
    margin-bottom: 0px;
    padding-bottom: 5px;
	margin-bottom:7px;
  }
  .arrow_link {
    background-position: top left;
    background-size: 25px;
    padding-left: 38px;
  }
  .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;
  }
  .hamburger-nav-button {
    box-shadow: none;
    background-color: #0000;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

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

  .hamburger-nav-button.w--open {
    box-shadow: none;
    background-color: #0000;
    border-bottom-style: none;
    border-bottom-width: 0;
    transition-property: none;
  }
  .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;
  }
  .non-image-header {
    background-size: contain;
    background-image: url(/media/vdlbqsgb/recruitment.png);
    background-position: 100% 0%;
  }
  .banner-text.no-image {
	max-width: 70%;
    font-size: 1.7rem;
  }
  .top {
	display:none;
  }
  .footer-vertical-spacer {
	height: 135px;
  }

}

@media screen and (max-width: 767px) {
  .search-icon-button {
    position: relative;
    top: 6px;
    left: -34px;
  }
  .breadcrumb-div {
	  padding-top: 10px;
	  line-height: 14px;
	  padding-left: 0px;
  }
  .slider {
    display: none;
  }
  .latest-news {
    display: none;
  }
  .column {
    margin-bottom: 0px;
  }
  .div-block-14 {
    padding-top: 0px;
  }
  .div-block-17 {
    text-align: center;
  }
  .logo-div {
    width: 205px;
    padding-left: 0px;
    margin-left:0px;
  }
  .icon_social {
    margin-right:20px;
  }
  .topnav-desktop-hidden {
    display: inline;
    visibility: visible;
  }
  .topnav-mobile-hidden {
    display: none;
    visibility: hidden;
  }
  .column-5 {
    display: none;
  }
  .column-6 {
    display: none;
  }
  .mobile-search {
	float:right;
    display: inline;
	visibility: visible;
  }
  .desktop-search {
    display: none;
	visibility: hidden;
  }
  .social-footer {
    margin-bottom: 10px;
  }
  .quick-link-button {
      margin-bottom:5px;
  }
  .expanding-search:focus {
	width: 278px;
  }
  .expanding-search {
	border-bottom: 1px solid #ffffff;
  }
  .non-image-header {
    background-image: none;
  }
  .banner-text.no-image {
	max-width: 70%;
    font-size: 1.7rem;
  }
  .section-5 {
    background-image: none;
  }
  .logo-footer {
    margin-bottom:13px;
  }
  .socials-wrapper {
    margin-bottom:4px;
  }
  .copyright-block {
	text-align:left;
	margin-top:4px;
	padding-right:0px;
  }
  .values-everyone-matters {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 5px;
  }
  .values-working-together {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .values-making-a-difference {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 12px;
  }
  .footer-vertical-spacer {
	height: 120px;
  }

}

@media screen and (max-width: 479px) {
  .breadcrumb-section {
    padding-left:10px;
  }
  .logo-div {
	  margin-bottom:10px;
  }
  .navbar {
    background-color: #fff;
  }
  .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;
}
        