@charset "UTF-8";
/*-----------------------------------------------------------------------------
    About Us
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    Our Organisation
-----------------------------------------------------------------------------*/
.our_organisation_section .images_border_holder {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.5);
  max-width: 420px;
  display: block;
}

.our_organisation_section .images_border_holder .images_wrapper {
  background: center no-repeat;
  background-size: auto 100%;
}

.our_organisation_section .images_border_holder .images_wrapper:before {
  content: '';
  padding-top: 60%;
  display: block;
}

@media (max-width: 991px) {
  .our_organisation_section .tab-content .tab-pane .contents_holder {
    margin-top: 30px;
  }
}

/*-----------------------------------------------------------------------------
	    Our Organisation - About Crm
	-----------------------------------------------------------------------------*/
.our_organisation_section .about_crm_section .vision_mission_section .content_slogan {
  font-family: "roboto", arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.our_organisation_section .about_crm_section .vision_mission_section .content_highlight_slogan {
  font-family: "roboto", arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  margin-top: 10px;
}

.our_organisation_section .about_crm_section .vision_mission_section .content_highlight_slogan ul {
  margin-bottom: 0;
}

.our_organisation_section .about_crm_section .vision_mission_section .content_highlight_slogan ul li span {
  font-size: 50px;
}

/*-----------------------------------------------------------------------------
	    Our Organisation - Board Of Trustees
	-----------------------------------------------------------------------------*/
.our_organisation_section .board_of_trustees_section .download_pdf_holder {
  margin: 20px 0 50px;
}

.our_organisation_section .board_of_trustees_section .download_pdf_holder .download_info_btn {
  margin: 15px 0;
}

.our_organisation_section .board_of_trustees_section .download_pdf_holder .download_info_btn .btn_download_pdf {
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  color: #3ebbe7;
  padding: 0;
  font-weight: 700;
  padding-left: 45px;
  white-space: normal;
  text-align: left;
}

.our_organisation_section .board_of_trustees_section .download_pdf_holder .download_info_btn .btn_download_pdf:before {
  background: url(../../assets/images/ui/icons/pdf-2.png) center no-repeat;
  width: 35px;
  height: 35px;
  content: '';
  position: absolute;
  background-size: auto 100%;
  top: -6px;
  left: 0;
}

/*-----------------------------------------------------------------------------
	    Our Organisation - Chairman’s Message
	-----------------------------------------------------------------------------*/
.our_organisation_section .chairman_message_section .background_professor_section .content_title {
  font-size: 20px;
  text-transform: uppercase;
}

.our_organisation_section .chairman_message_section .background_professor_section .content_title span {
  color: #555555;
  display: block;
  font-size: 16px;
  text-transform: none;
}

.our_organisation_section .chairman_message_section .background_professor_section .content_desc strong {
  color: #000000;
}

/*-----------------------------------------------------------------------------
	    Our Organisation - Scientific Advisory Committee
	-----------------------------------------------------------------------------*/
.our_organisation_section .scientific_advisory_committee_section .page_content_desc {
  margin-bottom: 30px;
}

.our_organisation_section .scientific_advisory_committee_section .panel_wrapper .content_desc {
  color: #333333;
  font-size: 14px;
  font-weight: 200;
}

.our_organisation_section .scientific_advisory_committee_section .panel_wrapper .content_desc.content_desc_addBottom {
  margin-bottom: 15px;
}

.our_organisation_section .scientific_advisory_committee_section .panel_wrapper .btn_more_less {
  font-size: 14px;
  font-weight: 700;
  color: #3ebbe7;
  text-decoration: underline;
  margin: 15px 0;
  text-transform: uppercase;
  display: block;
}

/*-----------------------------------------------------------------------------
	    Our Organisation - Management Team
	-----------------------------------------------------------------------------*/
.our_organisation_section .management_team_section .panel_wrapper .content_desc {
  color: #333333;
  font-size: 14px;
  font-weight: 200;
}

.our_organisation_section .management_team_section .panel_wrapper .content_desc.content_desc_addBottom {
  margin-bottom: 15px;
}

.our_organisation_section .management_team_section .panel_wrapper .btn_more_less {
  font-size: 14px;
  font-weight: 700;
  color: #3ebbe7;
  text-decoration: underline;
  margin: 15px 0;
  text-transform: uppercase;
  display: block;
}

/*-----------------------------------------------------------------------------
    Accountability
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
	    Accountability - Annual Report
	-----------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .accountability_section .annual_report_section .download_info_btn {
    float: right;
  }
}

@media (max-width: 767px) {
  .accountability_section .annual_report_section .download_info_btn {
    margin: 15px 0;
  }
}

@media (max-width: 640px) {
  .accountability_section .annual_report_section .download_info_btn {
    text-align: center;
  }
}

.accountability_section .annual_report_section .download_info_btn .btn_download_pdf {
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  color: #3ebbe7;
  padding: 0;
  font-weight: 700;
  padding-left: 45px;
}

.accountability_section .annual_report_section .download_info_btn .btn_download_pdf:before {
  background: url(../../assets/images/ui/icons/pdf.png) center no-repeat;
  width: 35px;
  height: 35px;
  content: '';
  position: absolute;
  background-size: auto 100%;
  top: -6px;
  left: 0;
}

.accountability_section .annual_report_section .panel_group_downloads .panel .media:after {
  display: none;
}

@media (min-width: 768px) {
  .accountability_section .annual_report_section .panel_group_downloads .panel .media .media-heading {
    float: left;
  }
}

/*-----------------------------------------------------------------------------
	    Accountability - Audited Accounts
	-----------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .accountability_section .audited_accounts_section .download_info_btn {
    float: right;
  }
}

@media (max-width: 767px) {
  .accountability_section .audited_accounts_section .download_info_btn {
    margin: 15px 0;
  }
}

@media (max-width: 640px) {
  .accountability_section .audited_accounts_section .download_info_btn {
    text-align: center;
  }
}

.accountability_section .audited_accounts_section .download_info_btn .btn_download_pdf {
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  color: #3ebbe7;
  padding: 0;
  font-weight: 700;
  padding-left: 45px;
}

.accountability_section .audited_accounts_section .download_info_btn .btn_download_pdf:before {
  background: url(../../assets/images/ui/icons/pdf.png) center no-repeat;
  width: 35px;
  height: 35px;
  content: '';
  position: absolute;
  background-size: auto 100%;
  top: -6px;
  left: 0;
}

.accountability_section .audited_accounts_section .panel_group_downloads .panel .media:after {
  display: none;
}

@media (min-width: 768px) {
  .accountability_section .audited_accounts_section .panel_group_downloads .panel .media .media-heading {
    float: left;
  }
}
