﻿@font-face {
  font-family: "Flaticon";
  src: url("/includes/fonts/customIconSet/flaticon.eot");
  src: url("/includes/fonts/customIconSet/flaticon.eot#iefix") format("embedded-opentype"), url("/includes/fonts/customIconSet/flaticon.woff") format("woff"), url("/includes/fonts/customIconSet/flaticon.ttf") format("truetype"), url("/includes/fonts/customIconSet/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.flaticon:before, .flaticon:after {
  font-family: Flaticon;
  font-style: normal; }

.flaticon.black298:before {
  content: "\e000"; }

.flaticon.cross97:before {
  content: "\e001"; }

.flaticon.folder129:before {
  content: "\e002"; }

.flaticon.magnifying-glass34:before {
  content: "\e003"; }

.flaticon.minus104:before {
  content: "\e004"; }

.flaticon.plus79:before {
  content: "\e005"; }

#loadingModal {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center; }
  #loadingModal .modal-dialog {
    position: absolute;
    left: 50%;
    top: 30%;
    width: 280px;
    width: 17.5rem;
    margin-left: -140px;
    margin-left: -8.75rem; }

.loader {
  height: 20px;
  height: 1.25rem;
  width: 240px;
  width: 15rem;
  position: relative;
  position: relative;
  margin: 20px auto;
  margin: 1.25rem auto; }

.loader-dot {
  -webkit-animation-duration: 3s;
  -khtml-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: loader;
  -khtml-animation-name: loader;
  -moz-animation-name: loader;
  -ms-animation-name: loader;
  -o-animation-name: loader;
  animation-name: loader;
  -webkit-animation-timing-function: ease-in-out;
  -khtml-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid #f7f7f7; }
  .loader-dot.nth-1 {
    background-color: #00B6E6;
    animation-delay: 0.5s; }
  .loader-dot.nth-2 {
    background-color: #FDB016;
    animation-delay: 0.4s; }
  .loader-dot.nth-3 {
    background-color: #B1BD37;
    animation-delay: 0.3s; }
  .loader-dot.nth-4 {
    background-color: #DD2326;
    animation-delay: 0.2s; }
  .loader-dot.nth-5 {
    background-color: #5A2D88;
    animation-delay: 0.1s; }
  .loader-dot.nth-6 {
    background-color: #5A2D88;
    animation-delay: 0s; }

@keyframes loader {
  15% {
    left: 0; }
  45% {
    left: 220px;
    left: 13.75rem; }
  65% {
    left: 220px;
    left: 13.75rem; }
  95% {
    left: 0; } }

@keyframes loader {
  15% {
    transform: translateX(0); }
  45% {
    transform: translateX(220px); }
  65% {
    transform: translateX(220px); }
  95% {
    transform: translateX(0); } }

html, body {
  font-size: 100%; }

body {
  color: #000;
  font-family: "Ubuntu", sans-serif;
  position: relative;
  font-weight: 400;
  width: 100%; }

a {
  cursor: pointer;
  color: #2B6596; }

#wrapper {
  overflow: hidden; }

:focus, a:focus {
  outline: none; }

.right {
  text-align: right; }

.relative {
  position: relative; }

.top-buffer {
  margin-top: 2.5em; }

.center {
  text-align: center; }

img.left {
  float: left; }

.btn {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #C9F5F6;
  text-decoration: none !important;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid transparent;
  -webkit-transition: ease-in-out background-color 0.1s;
  -khtml-transition: ease-in-out background-color 0.1s;
  -moz-transition: ease-in-out background-color 0.1s;
  -ms-transition: ease-in-out background-color 0.1s;
  -o-transition: ease-in-out background-color 0.1s;
  transition: ease-in-out background-color 0.1s; }
  .btn.emerald {
    background-color: #00b8c0;
    font-size: 1.15em; }
    .btn.emerald:hover {
      background-color: #C9F5F6;
      color: #000; }

.preload {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

/* Main Carousel [Main Carousel] */
.carousel-search {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: table;
  width: 100%; }
  .carousel-search img {
    z-index: 0;
    width: 100%; }
  .carousel-search h2 {
    line-height: 1.3; }
  .carousel-search > .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #F9F8F6;
    background-color: rgba(249, 248, 246, 0.8);
    max-width: 100%;
    width: 700px;
    width: 43.75rem;
    padding: 10px;
    padding: 0.625rem; }
  .carousel-search a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 8px;
    margin-top: 0.5rem;
    font-weight: 600;
    text-decoration: underline; }
    .carousel-search a:hover {
      text-decoration: none; }
  .carousel-search .go-next i {
    background-color: #FAF9F8; }

.flexbox .carousel-search {
  display: block;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .flexbox .carousel-search > .inner {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: none; }
  .flexbox .carousel-search h2 {
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem; }

.go-next {
  color: #B4083A;
  display: none !important; }
  .go-next i {
    z-index: 1;
    position: absolute;
    left: 50%;
    text-align: center;
    background: #fff;
    font-size: 34px;
    font-size: 2.125rem;
    bottom: -46px;
    bottom: -2.875rem;
    margin-left: -46px;
    margin-left: -2.875rem;
    width: 96px;
    width: 6rem;
    height: 46px;
    height: 2.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    -webkit-border-radius: 0 0 46px 46px;
    -khtml-border-radius: 0 0 46px 46px;
    -moz-border-radius: 0 0 46px 46px;
    -ms-border-radius: 0 0 46px 46px;
    -o-border-radius: 0 0 46px 46px;
    border-radius: 0 0 46px 46px; }
    .go-next i:before {
      -webkit-transition: ease-in-out top 0.1s;
      -khtml-transition: ease-in-out top 0.1s;
      -moz-transition: ease-in-out top 0.1s;
      -ms-transition: ease-in-out top 0.1s;
      -o-transition: ease-in-out top 0.1s;
      transition: ease-in-out top 0.1s;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -11px;
      margin-left: -0.6875rem;
      margin-top: -17px;
      margin-top: -1.0625rem; }
  .go-next:hover i:before {
    top: 60%; }

@media (min-width: 768px) {
  .carousel-search {
    height: 529px;
    height: 33.0625rem; }
  .go-next {
    display: block !important; } }

/* Main Carousel [End] */
.textbox-wrapper {
  position: relative;
  padding: 0 43px 0 12px;
  padding: 0 2.6875rem 0 0.75rem;
  border: 1px solid #C4CFD2;
  background-color: #fff; }
  .textbox-wrapper .search-box {
    height: 43px;
    height: 2.6875rem;
    line-height: normal;
    width: 100%;
    border: none; }
  .textbox-wrapper .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background-color: #B4083A;
    color: #fff;
    height: 100%;
    text-align: center;
    -webkit-transition: ease-in-out background-color 0.1s;
    -khtml-transition: ease-in-out background-color 0.1s;
    -moz-transition: ease-in-out background-color 0.1s;
    -ms-transition: ease-in-out background-color 0.1s;
    -o-transition: ease-in-out background-color 0.1s;
    transition: ease-in-out background-color 0.1s; }
    .textbox-wrapper .search-btn:hover {
      background-color: #83062a; }
    .textbox-wrapper .search-btn .fa {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 37px;
      line-height: 2.3125rem;
      padding: 0 3px;
      padding: 0 0.1875rem; }
  .textbox-wrapper ::-webkit-input-placeholder {
    color: #000;
    /*filter:         alpha(opacity=$opacityMultiplied);
    -ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=" + $opacityMultiplied + ")";*/
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    font-weight: 600; }
  .textbox-wrapper :-moz-placeholder {
    color: #000;
    /*filter:         alpha(opacity=$opacityMultiplied);
    -ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=" + $opacityMultiplied + ")";*/
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    font-weight: 600; }
  .textbox-wrapper ::-moz-placeholder {
    color: #000;
    /*filter:         alpha(opacity=$opacityMultiplied);
    -ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=" + $opacityMultiplied + ")";*/
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    font-weight: 600; }
  .textbox-wrapper :-ms-input-placeholder {
    color: #000;
    /*filter:         alpha(opacity=$opacityMultiplied);
    -ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=" + $opacityMultiplied + ")";*/
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    font-weight: 600; }

/* Chosen [Start] */
.chosen-container-single {
  width: 100% !important;
  text-align: left;
  margin-right: -4px; }
  .chosen-container-single .chosen-single {
    background: #fff none;
    border: 1px solid #C4CFD2;
    height: 43px;
    height: 2.6875rem;
    line-height: 43px;
    line-height: 2.6875rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }

.chosen-container .chosen-drop {
  border-color: #C4CFD2; }

.chosen-container .chosen-results {
  padding: 0; }

.chosen-container .chosen-results li {
  font-size: 16px;
  font-size: 1rem;
  padding: 15px 0 15px 15px;
  padding: 0.9375rem 0 0.9375rem 0.9375rem; }
  .chosen-container .chosen-results li.highlighted {
    background-color: #666;
    background-image: none; }

.chosen-container .chosen-single span {
  margin-left: 6px;
  margin-left: 0.375rem; }

.chosen-container .chosen-single div b {
  background: none;
  position: relative; }
  .chosen-container .chosen-single div b:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    font-size: 1.75rem;
    width: 43px;
    width: 2.6875rem;
    padding-top: 6px;
    padding-top: 0.375rem;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    height: 100%;
    text-align: center;
    content: "\f107";
    background-color: #B4083A; }

.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff none; }

.chosen-with-drop .chosen-single div b:after {
  content: "\f106"; }

/* Chosen [End] */
/* Staff & Careers [Start] */
.carousel-search.staff-homepage {
  height: 400px;
  height: 25rem; }

/* Staff & Careers [End] */
/* A to Z [Start] */
.health-a-to-z {
  position: relative;
  padding: 60px 0 10px;
  padding: 3.75rem 0 0.625rem; }
  .health-a-to-z .center {
    text-align: center; }
  .health-a-to-z .header {
    border-top: 6px solid #92062f;
    border-left: 6px solid #92062f;
    position: relative;
    background-color: #B4083A;
    color: #fff;
    padding: 26px 10px 10px 10px;
    padding: 1.625rem 0.625rem 0.625rem 0.625rem; }
    .health-a-to-z .header p {
      margin: 0;
      padding: 0; }
    .health-a-to-z .header h2 {
      margin: 0;
      padding: 0;
      text-align: center;
      font-size: 24px;
      font-size: 1.5rem; }
    .health-a-to-z .header a {
      color: #fff; }
    .health-a-to-z .header .fa {
      position: absolute;
      left: 50%;
      color: #B4083A;
      text-align: center;
      background-color: #fff;
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      font-size: 28px;
      font-size: 1.75rem;
      top: -23px;
      top: -1.4375rem;
      width: 46px;
      width: 2.875rem;
      height: 46px;
      height: 2.875rem;
      line-height: 42.32px;
      line-height: 2.645rem;
      margin-left: -23px;
      margin-left: -1.4375rem; }
      .health-a-to-z .header .fa:after {
        z-index: -1;
        position: absolute;
        content: "";
        background-color: #92062f;
        width: 58px;
        height: 58px;
        -webkit-border-radius: 100%;
        -khtml-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        left: 50%;
        top: -6px;
        margin-left: -29px; }
    .health-a-to-z .header .fa-map-marker {
      font-size: 32px;
      font-size: 2rem;
      line-height: 46px;
      line-height: 2.875rem; }
    .health-a-to-z .header .fa-mouse-pointer {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 46px;
      line-height: 2.875rem;
      text-indent: 6px;
      text-indent: 0.375rem; }
  .health-a-to-z .inner {
    padding: 12px;
    padding: 0.75rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    -webkit-box-shadow: 0 0 10px 0 #ABABAB;
    -khtml-box-shadow: 0 0 10px 0 #ABABAB;
    -moz-box-shadow: 0 0 10px 0 #ABABAB;
    -ms-box-shadow: 0 0 10px 0 #ABABAB;
    -o-box-shadow: 0 0 10px 0 #ABABAB;
    box-shadow: 0 0 10px 0 #ABABAB; }
  .health-a-to-z .link-list {
    padding: 16px 14px;
    padding: 1rem 0.875rem; }
    .health-a-to-z .link-list ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .health-a-to-z .link-list li + li {
      margin-top: 12px;
      margin-top: 0.75rem; }
    .health-a-to-z .link-list .fa {
      width: 20px;
      width: 1.25rem;
      margin-top: 5px;
      margin-top: 0.3125rem;
      float: left;
      color: #B4083A; }
    .health-a-to-z .link-list a {
      display: block;
      margin-left: 28px;
      margin-left: 1.75rem; }
  .health-a-to-z .column {
    margin-bottom: 50px;
    margin-bottom: 3.125rem; }
  .health-a-to-z ::-webkit-input-placeholder {
    opacity: 0; }
  .health-a-to-z :-moz-placeholder {
    opacity: 0; }
  .health-a-to-z ::-moz-placeholder {
    opacity: 0; }
  .health-a-to-z :-ms-input-placeholder {
    opacity: 0; }

.atoz {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .atoz ul {
    margin: 0 -2px;
    margin: 0 -0.125rem;
    padding: 0;
    list-style-type: none; }
  .atoz li {
    float: left;
    display: block;
    width: 38px;
    width: 2.375rem;
    height: 38px;
    height: 2.375rem;
    line-height: 38px;
    line-height: 2.375rem;
    margin: 2px;
    margin: 0.125rem;
    text-align: center;
    text-decoration: none; }
    .atoz li.active a {
      background-color: #B4083A;
      color: #fff;
      text-decoration: none; }
  .atoz a {
    background-color: #cddfd8;
    color: #B4083A;
    display: block;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    -webkit-transition: ease-in-out background-color 0.1s;
    -khtml-transition: ease-in-out background-color 0.1s;
    -moz-transition: ease-in-out background-color 0.1s;
    -ms-transition: ease-in-out background-color 0.1s;
    -o-transition: ease-in-out background-color 0.1s;
    transition: ease-in-out background-color 0.1s; }
    .atoz a:hover {
      background-color: #B4083A;
      color: #fff;
      text-decoration: none; }

.atoz-text {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

@media (min-width: 768px) and (max-width: 991px) {
  .health-a-to-z ::-webkit-input-placeholder {
    opacity: 1; }
  .health-a-to-z :-moz-placeholder {
    opacity: 1; }
  .health-a-to-z ::-moz-placeholder {
    opacity: 1; }
  .health-a-to-z :-ms-input-placeholder {
    opacity: 1; }
  .health-a-to-z #atozSearchLabel {
    position: absolute;
    left: -9999em; } }

@media (min-width: 1200px) {
  .health-a-to-z ::-webkit-input-placeholder {
    opacity: 1; }
  .health-a-to-z :-moz-placeholder {
    opacity: 1; }
  .health-a-to-z ::-moz-placeholder {
    opacity: 1; }
  .health-a-to-z :-ms-input-placeholder {
    opacity: 1; }
  .health-a-to-z #atozSearchLabel {
    position: absolute;
    left: -9999em; } }

.common-conditions.content {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400; }
  .common-conditions.content ul li:before {
    top: 4px;
    top: 0.25rem; }

.health-advice {
  padding: 0 !important; }
  .health-advice ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .health-advice a {
    display: block;
    padding: 20px 15px;
    padding: 1.25rem 0.9375rem;
    -webkit-transition: ease-in-out background-color 0.1s;
    -khtml-transition: ease-in-out background-color 0.1s;
    -moz-transition: ease-in-out background-color 0.1s;
    -ms-transition: ease-in-out background-color 0.1s;
    -o-transition: ease-in-out background-color 0.1s;
    transition: ease-in-out background-color 0.1s; }
    .health-advice a:hover {
      background-color: #f7f7f7;
      text-decoration: none; }
      .health-advice a:hover span {
        color: #004f42; }
  .health-advice li + li {
    border-top: 1px solid #cddfd8; }
  .health-advice span {
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 0 8px;
    margin: 0 0.5rem;
    color: #006857;
    font-weight: 700; }

/* A to Z [End] */
/* Call to action links [Start] */
.call-to-action-links {
  text-align: center; }
  .call-to-action-links h2 {
    font-weight: 600;
    margin-top: 0;
    margin-top: 0;
    font-size: 28px;
    font-size: 1.75rem;
    color: #B4083A; }
    .call-to-action-links h2 a {
      color: #B4083A; }
  .call-to-action-links a {
    text-decoration: underline; }
    .call-to-action-links a:hover {
      text-decoration: none; }
  .call-to-action-links .columns {
    margin-top: 32px;
    margin-top: 2rem; }
    .call-to-action-links .columns .box {
      display: block;
      background-color: #006857;
      color: #fff;
      position: relative;
      border-right: 6px solid #004f42;
      border-bottom: 6px solid #004f42;
      -webkit-transition: ease-in-out background-color 0.1s;
      -khtml-transition: ease-in-out background-color 0.1s;
      -moz-transition: ease-in-out background-color 0.1s;
      -ms-transition: ease-in-out background-color 0.1s;
      -o-transition: ease-in-out background-color 0.1s;
      transition: ease-in-out background-color 0.1s;
      text-decoration: none; }
      .call-to-action-links .columns .box:hover {
        background-color: #004f42;
        text-decoration: none; }
  .call-to-action-links .column {
    text-align: left;
    margin-bottom: 30px; }
    .call-to-action-links .column h3 {
      font-size: 16px;
      font-size: 1rem;
      margin: 0 0 8px;
      margin: 0 0 0.5rem;
      font-weight: 600; }
    .call-to-action-links .column p {
      font-size: 13px; }
  .call-to-action-links .inner {
    margin-left: 120px;
    margin-left: 7.5rem;
    padding: 12px 12px 0 12px;
    padding: 0.75rem 0.75rem 0 0.75rem; }
  .call-to-action-links .summary-img {
    float: left;
    width: 120px;
    width: 7.5rem; }
    .call-to-action-links .summary-img img {
      width: 100%; }
  .call-to-action-links.style-1 .columns {
    margin-top: 0; }
  .call-to-action-links.style-1 .column {
    float: none;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .call-to-action-links.style-1 .summary-img {
    width: 90px;
    width: 5.625rem; }
  .call-to-action-links.style-1 .inner {
    margin-left: 90px;
    margin-left: 5.625rem; }
  .call-to-action-links.style-1 .box:hover {
    background-color: #006857; }
  .call-to-action-links.style-1 .box:after {
    left: 90px;
    left: 5.625rem; }
  .call-to-action-links.style-1 a {
    color: #fff; }

/* Call to action links [End] */
/* Accordion [Start] */
.tabs h1 {
  border-bottom: 0;
  margin-bottom: 0; }

.panel-group .panel {
  border: none;
  border-top: 5px solid #cddfd8;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.panel-group .panel-heading {
  padding: 0; }

.panel-group .panel-title {
  color: #006857;
  position: relative; }
  .panel-group .panel-title > a {
    text-decoration: none;
    display: block;
    padding: 10px 60px 10px 15px;
    padding: 0.625rem 3.75rem 0.625rem 0.9375rem;
    font-size: 18px;
    font-size: 1.125rem; }
    .panel-group .panel-title > a:after {
      position: absolute;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f107";
      width: 30px;
      width: 1.875rem;
      height: 30px;
      height: 1.875rem;
      font-size: 22px;
      font-size: 1.375rem;
      padding-top: 3px;
      padding-top: 0.1875rem;
      top: 4px;
      top: 0.25rem;
      right: 15px;
      right: 0.9375rem;
      font-weight: 600;
      text-align: center;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background-color: #cddfd8;
      color: #B4083A; }
    .panel-group .panel-title > a[aria-expanded='true']:after {
      padding-top: 0;
      content: "\f106"; }

.panel-group .panel-body {
  padding-left: 4px;
  padding-left: 0.25rem;
  padding-right: 4px;
  padding-right: 0.25rem; }

.panel-default > .panel-heading {
  background-color: #e1ebe7;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

@media (min-width: 768px) {
  .panel-group .panel-title > a {
    font-size: 24px;
    font-size: 1.5rem; }
    .panel-group .panel-title > a:after {
      width: 38px;
      width: 2.375rem;
      height: 38px;
      height: 2.375rem;
      font-size: 32px;
      font-size: 2rem;
      top: 4px;
      top: 0.25rem;
      right: 15px;
      right: 0.9375rem; } }

/* Accordion [End] */
.left-section {
  -webkit-box-shadow: 0 0 10px 5px #ABABAB;
  -khtml-box-shadow: 0 0 10px 5px #ABABAB;
  -moz-box-shadow: 0 0 10px 5px #ABABAB;
  -ms-box-shadow: 0 0 10px 5px #ABABAB;
  -o-box-shadow: 0 0 10px 5px #ABABAB;
  box-shadow: 0 0 10px 5px #ABABAB;
  margin-bottom: 36px;
  margin-bottom: 2.25rem; }
  .left-section h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
    margin: 0;
    padding: 10px;
    padding: 0.625rem;
    text-align: center;
    background-color: #B4083A;
    color: #fff; }
  .left-section .inner {
    padding: 7px 7px 20px 7px;
    padding: 0.4375rem 0.4375rem 1.25rem 0.4375rem; }
  .left-section #atozSearchLabel {
    font-size: 14px;
    font-size: 0.875rem; }
  .left-section .searchblock ::-webkit-input-placeholder {
    /*filter:         alpha(opacity=$opacityMultiplied);
    -ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=" + $opacityMultiplied + ")";*/
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  .left-section .searchblock :-moz-placeholder {
    /*filter:         alpha(opacity=$opacityMultiplied);
    -ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=" + $opacityMultiplied + ")";*/
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  .left-section .searchblock ::-moz-placeholder {
    /*filter:         alpha(opacity=$opacityMultiplied);
    -ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=" + $opacityMultiplied + ")";*/
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  .left-section .searchblock :-ms-input-placeholder {
    /*filter:         alpha(opacity=$opacityMultiplied);
    -ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=" + $opacityMultiplied + ")";*/
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  .left-section .health-advice a {
    padding: 6px 10px;
    padding: 0.375rem 0.625rem; }

/* Feature style 1 [Start] */
.feature-style-1 {
  position: relative;
  padding: 60px 0 10px;
  padding: 3.75rem 0 0.625rem; }
  .feature-style-1 .btn {
    padding-top: 10px;
    padding-top: 0.625rem;
    border-bottom: 6px solid #92062f;
    border-right: 6px solid #92062f; }
  .feature-style-1 .center {
    text-align: center; }
  .feature-style-1 .header {
    border-top: 6px solid #92062f;
    border-left: 6px solid #92062f;
    position: relative;
    background-color: #B4083A;
    color: #fff;
    padding: 26px 10px 10px 10px;
    padding: 1.625rem 0.625rem 0.625rem 0.625rem; }
    .feature-style-1 .header p {
      margin: 0;
      padding: 0; }
    .feature-style-1 .header h2 {
      margin: 0;
      padding: 0;
      text-align: center;
      font-size: 24px;
      font-size: 1.5rem; }
    .feature-style-1 .header a {
      color: #fff; }
    .feature-style-1 .header .fa {
      position: absolute;
      left: 50%;
      color: #B4083A;
      text-align: center;
      background-color: #fff;
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      font-size: 28px;
      font-size: 1.75rem;
      top: -23px;
      top: -1.4375rem;
      width: 46px;
      width: 2.875rem;
      height: 46px;
      height: 2.875rem;
      line-height: 42.32px;
      line-height: 2.645rem;
      margin-left: -23px;
      margin-left: -1.4375rem; }
      .feature-style-1 .header .fa:after {
        z-index: -1;
        position: absolute;
        content: "";
        background-color: #92062f;
        width: 58px;
        height: 58px;
        -webkit-border-radius: 100%;
        -khtml-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        left: 50%;
        top: -6px;
        margin-left: -29px; }
    .feature-style-1 .header .fa-map-marker {
      font-size: 32px;
      font-size: 2rem;
      line-height: 46px;
      line-height: 2.875rem; }
    .feature-style-1 .header .fa-mouse-pointer {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 46px;
      line-height: 2.875rem;
      text-indent: 6px;
      text-indent: 0.375rem; }
    .feature-style-1 .header .fa-info-circle {
      line-height: 46px;
      line-height: 2.875rem; }
  .feature-style-1 .column {
    margin-bottom: 50px;
    margin-bottom: 3.125rem; }
    .feature-style-1 .column > .inner {
      padding: 24px;
      padding: 1.5rem;
      font-size: 17px;
      font-size: 1.0625rem;
      min-height: 236px;
      min-height: 14.75rem;
      -webkit-box-shadow: 0 0 10px 0 #ABABAB;
      -khtml-box-shadow: 0 0 10px 0 #ABABAB;
      -moz-box-shadow: 0 0 10px 0 #ABABAB;
      -ms-box-shadow: 0 0 10px 0 #ABABAB;
      -o-box-shadow: 0 0 10px 0 #ABABAB;
      box-shadow: 0 0 10px 0 #ABABAB; }
      .feature-style-1 .column > .inner a {
        color: #007D9C;
        text-decoration: underline; }
        .feature-style-1 .column > .inner a:hover {
          text-decoration: none; }
    .feature-style-1 .column > .link-list {
      padding: 16px 14px;
      padding: 1rem 0.875rem; }
      .feature-style-1 .column > .link-list ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
      .feature-style-1 .column > .link-list li + li {
        margin-top: 12px;
        margin-top: 0.75rem; }
      .feature-style-1 .column > .link-list .fa {
        width: 20px;
        width: 1.25rem;
        margin-top: 5px;
        margin-top: 0.3125rem;
        float: left;
        color: #B4083A; }
      .feature-style-1 .column > .link-list a {
        display: block;
        margin-left: 28px;
        margin-left: 1.75rem; }

/* Feature style 1 [End] */
/* Feature style 2 [Start] */
.feature-style-2 {
  position: relative;
  padding: 60px 0 10px;
  padding: 3.75rem 0 0.625rem; }
  .feature-style-2 .center {
    text-align: center; }
  .feature-style-2 .header {
    border-bottom: 6px solid #004439;
    border-right: 6px solid #004439;
    position: relative;
    background-color: #006857;
    color: #fff; }
    .feature-style-2 .header:hover .fa {
      color: #004439; }
      .feature-style-2 .header:hover .fa:after {
        background-color: #004439; }
    .feature-style-2 .header p {
      margin: 0;
      padding: 0; }
    .feature-style-2 .header h2 {
      margin: 0;
      padding: 0;
      text-align: center;
      font-size: 24px;
      font-size: 1.5rem; }
    .feature-style-2 .header a {
      display: block;
      padding: 36px 10px 20px 10px;
      padding: 2.25rem 0.625rem 1.25rem 0.625rem;
      color: #fff;
      -webkit-transition: background-color 0.1s ease-in-out;
      -khtml-transition: background-color 0.1s ease-in-out;
      -moz-transition: background-color 0.1s ease-in-out;
      -ms-transition: background-color 0.1s ease-in-out;
      -o-transition: background-color 0.1s ease-in-out;
      transition: background-color 0.1s ease-in-out; }
      .feature-style-2 .header a:hover {
        text-decoration: none;
        background-color: #004439; }
    .feature-style-2 .header .fa {
      position: absolute;
      left: 50%;
      color: #006857;
      text-align: center;
      background-color: #fff;
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      font-size: 28px;
      font-size: 1.75rem;
      top: -23px;
      top: -1.4375rem;
      width: 46px;
      width: 2.875rem;
      height: 46px;
      height: 2.875rem;
      line-height: 42.32px;
      line-height: 2.645rem;
      margin-left: -23px;
      margin-left: -1.4375rem; }
      .feature-style-2 .header .fa:after {
        -webkit-transition: background-color 0.1s ease-in-out;
        -khtml-transition: background-color 0.1s ease-in-out;
        -moz-transition: background-color 0.1s ease-in-out;
        -ms-transition: background-color 0.1s ease-in-out;
        -o-transition: background-color 0.1s ease-in-out;
        transition: background-color 0.1s ease-in-out;
        z-index: -1;
        position: absolute;
        content: "";
        background-color: #006857;
        width: 58px;
        height: 58px;
        -webkit-border-radius: 100%;
        -khtml-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        left: 50%;
        top: -6px;
        margin-left: -29px; }
    .feature-style-2 .header .fa-map-marker {
      font-size: 32px;
      font-size: 2rem;
      line-height: 46px;
      line-height: 2.875rem; }
    .feature-style-2 .header .fa-mouse-pointer {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 46px;
      line-height: 2.875rem;
      text-indent: 6px;
      text-indent: 0.375rem; }
  .feature-style-2 .column + .column {
    margin-top: 50px;
    margin-top: 3.125rem; }

@media (min-width: 768px) {
  .feature-style-2 .column + .column {
    margin-top: 0; } }

/* Feature style 2 [End] */
/* Claims & Clinical */
.claims-clinical {
  padding: 0 !important; }
  .claims-clinical ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .claims-clinical a {
    text-decoration: none !important;
    display: block;
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
    -webkit-transition: ease-in-out background-color 0.1s;
    -khtml-transition: ease-in-out background-color 0.1s;
    -moz-transition: ease-in-out background-color 0.1s;
    -ms-transition: ease-in-out background-color 0.1s;
    -o-transition: ease-in-out background-color 0.1s;
    transition: ease-in-out background-color 0.1s; }
    .claims-clinical a:hover {
      background-color: #f7f7f7;
      text-decoration: none; }
      .claims-clinical a:hover span {
        color: #004f42; }
    .claims-clinical a:before, .claims-clinical a:after {
      content: "";
      display: table; }
    .claims-clinical a:after {
      clear: both; }
  .claims-clinical li + li {
    border-top: 1px solid #cddfd8; }
  .claims-clinical img {
    float: left;
    width: 50px; }
  .claims-clinical span {
    display: block;
    font-size: 17px;
    font-size: 1.0625rem;
    margin-left: 50px;
    margin-left: 3.125rem;
    padding: 0 10px;
    padding: 0 0.625rem;
    color: #006857;
    font-weight: 700; }

@media (min-width: 460px) {
  .claims-clinical img {
    float: none;
    width: auto; }
  .claims-clinical span {
    display: inline;
    margin: 0 8px;
    margin: 0 0.5rem;
    padding: 0; } }

/* Find your map */
#findHealthCentre {
  display: block;
  overflow: hidden;
  margin: 20px auto;
  margin: 1.25rem auto;
  width: 915px;
  width: 57.1875rem;
  height: 660px;
  height: 41.25rem;
  border: none; }

/* About Us */
.carousel-banner {
  position: relative;
  height: 400px;
  height: 25rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .carousel-banner .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .carousel-banner .main-banner-content {
    max-width: 950px;
    max-width: 59.375rem;
    padding: 20px;
    padding: 1.25rem;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7); }
    .carousel-banner .main-banner-content h2 {
      color: #B4083A;
      font-weight: 600;
      font-size: 26px;
      font-size: 1.625rem; }
    .carousel-banner .main-banner-content p {
      font-size: 21px;
      font-size: 1.3125rem;
      font-weight: 600;
      margin: 0; }

/**Content Template*/
.num-col-xs-2 > .column {
  width: 50%; }

.num-col-xs-3 > .column {
  width: 33.33333333%; }

.num-col-xs-4 > .column {
  width: 25%; }

.num-col-xs-5 > .column {
  width: 20%; }

.num-col-xs-6 > .column {
  width: 16.66666667%; }

.num-col-xs-7 > .column {
  width: 14.28571428571429%; }

.num-col-xs-8 > .column {
  width: 12.5%; }

@media (min-width: 768px) {
  .num-col-sm-2 > .column {
    width: 50%; }
  .num-col-sm-3 > .column {
    width: 33.33333333%; }
  .num-col-sm-4 > .column {
    width: 25%; }
  .num-col-sm-5 > .column {
    width: 20%; }
  .num-col-sm-6 > .column {
    width: 16.66666667%; }
  .num-col-sm-7 > .column {
    width: 14.28571428571429%; }
  .num-col-sm-8 > .column {
    width: 12.5%; }
  .reverse > .column-sm {
    float: right; } }

@media (min-width: 992px) {
  .reverse > .column-md {
    float: right; }
  .container {
    width: 1025px; }
  #news .container, #events .container, #regionalPage .container {
    width: 1075px; } }

@media (min-width: 1200px) {
  .reverse > .column-lg {
    float: right; } }

@media print {
  .carousel-search {
    height: auto; }
  .go-next {
    display: none !important; }
  .feature-style-1 .column {
    float: none;
    width: auto; }
    .feature-style-1 .column > .inner {
      min-height: 1px; }
  .feature-style-1 .header {
    border: none; }
    .feature-style-1 .header i {
      display: none; }
  .call-to-action-links .columns .box {
    border: none; } }

