html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6, p {
  padding: 0.3em 0px; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  padding: 0 0 60px 0; }

body {
  background: url(../images/bg-footer.png) bottom left repeat-x #cddcdc;
  height: 100%;
  -webkit-font-smoothing: antialiased; }
  body.travel-clinics {
    background-color: rgba(120, 235, 235, 0.75); }

em {
  font-family: "HelveticaNeueW01-46Ligh";
  font-style: normal; }

.hide {
  display: none; }

.sprite {
  background: url("../sprites/sprites.png") no-repeat; }

.contained {
  width: 990px;
  margin: 0px auto; }

a,
a > h1,
input[type="submit"] {
  -webkit-transition: linear;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: opacity, color, background-color;
  -moz-transition: linear;
  -moz-transition-duration: 0.4s;
  -moz-transition-property: opacity, color, background-color;
  -o-transition: linear;
  -o-transition-duration: 0.4s;
  -o-transition-property: opacity, color, background-color;
  -ms-transition: linear;
  -ms-transition-duration: 0.4s;
  -ms-transition-property: opacity, color, background-color;
  transition: linear;
  transition-duration: 0.4s;
  transition-property: opacity, color, background-color;
  color: inherit; }

.branding {
  position: relative;
  min-height: 122px; }
  .branding h1 {
    margin: 22px 0 0 2px;
    width: 166px;
    height: 100px;
    background-position: -1px -1px;
    padding: 0;
    text-indent: -99999px; }
  .branding h2 {
    font-size: 22px;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #4b5a64;
    width: 156px; }
    .branding h2 span {
      display: block;
      font-size: 15px;
      line-height: 1.3em; }
    .branding h2.surgery {
      right: 177px; }
  .branding nav li a.selected {
    background-position: -200px -40px; }
  .branding nav ul ul {
    background: #d7dcdc; }

.branding nav,
.rest-of-page > nav {
  position: absolute;
  top: -22px;
  right: 2px; }
  .branding nav ul,
  .rest-of-page > nav ul {
    float: right;
    /* 		width: 670px; */ }
    .branding nav ul ul,
    .rest-of-page > nav ul ul {
      float: none;
      position: absolute;
      width: 165px;
      z-index: 100;
      display: none; }
      .branding nav ul ul li,
      .rest-of-page > nav ul ul li {
        float: none;
        margin-top: 2px;
        margin-left: 0; }
        .branding nav ul ul li a,
        .rest-of-page > nav ul ul li a {
          background: #f0f5f5;
          color: #4b5a64;
          padding: 3px 0 20px 9px; }
          .branding nav ul ul li a:hover,
          .rest-of-page > nav ul ul li a:hover {
            background: white; }
  .branding nav li,
  .rest-of-page > nav li {
    float: left;
    width: 165px;
    margin-left: 2px; }
    .branding nav li:hover ul,
    .rest-of-page > nav li:hover ul {
      display: block; }
  .branding nav li a,
  .rest-of-page > nav li a {
    width: 156px;
    height: 20px;
    display: block;
    padding: 27px 0 0px 9px;
    background-position: -177px -258px;
    color: white;
    text-decoration: none;
    font-size: 15px; }
  .branding nav li:hover a,
  .rest-of-page > nav li:hover a {
    background-position: 0 -258px; }
  .branding nav li.clicked a,
  .rest-of-page > nav li.clicked a {
    background-position: 0 -321px; }

.rest-of-page {
  background: white;
  position: relative;
  /* 	min-height: 671px; */
  min-height: 656px;
  margin-top: 10px; }
  .rest-of-page .corner {
    background-position: 0 -146px;
    width: 60px;
    height: 40px;
    position: absolute;
    top: -1px; }
  .rest-of-page > nav {
    top: 1px;
    z-index: 100000; }
    .rest-of-page > nav ul ul {
      background: white;
      /* 			z-index: 10000000 */ }
    .rest-of-page > nav li a {
      color: #4b5a64;
      background-position: -177px -321px;
      height: 40px;
      padding: 7px 0 3px 9px; }
      .rest-of-page > nav li a.selected, .rest-of-page > nav li a:hover {
        background-position: -371px -258px; }
  .rest-of-page .level3 {
    top: 68px;
    right: auto;
    left: 0;
    width: 200px; }
    .rest-of-page .level3 ul {
      float: none; }
    .rest-of-page .level3 li {
      border-top: 1px solid #dce1e1;
      float: none;
      height: 50px;
      line-height: 11px; }
    .rest-of-page .level3 a {
      background: none;
      height: 40px;
      padding-left: 4px;
      width: 161px;
      line-height: 1; }
      .rest-of-page .level3 a.selected, .rest-of-page .level3 a:hover {
        background-color: #f0f5f5; }
    .rest-of-page .level3 .more a {
      padding: 0; }
    .rest-of-page .level3 .search {
      border-top: none;
      padding: 0 0 35px 0;
      height: auto;
      line-height: 16px; }
      .rest-of-page .level3 .search:hover form {
        background: #cddcdc; }
      .rest-of-page .level3 .search form {
        -webkit-transition: linear;
        -webkit-transition-duration: 0.4s;
        -webkit-transition-property: opacity, background-color;
        -moz-transition: linear;
        -moz-transition-duration: 0.4s;
        -moz-transition-property: opacity, background-color;
        -o-transition: linear;
        -o-transition-duration: 0.4s;
        -o-transition-property: opacity, background-color;
        -ms-transition: linear;
        -ms-transition-duration: 0.4s;
        -ms-transition-property: opacity, background-color;
        transition: linear;
        transition-duration: 0.4s;
        transition-property: opacity, background-color;
        background: #cddcdc;
        padding: 6px 4px 4px 4px;
        position: relative; }
        .rest-of-page .level3 .search form label {
          color: #4b5a64;
          display: block;
          margin-bottom: 10px;
          font-size: 15px; }
        .rest-of-page .level3 .search form input[type="text"] {
          outline: none;
          background: #fff;
          border: none;
          margin: 0;
          width: 100%;
          padding: 6px 0; }
        .rest-of-page .level3 .search form input[type="submit"] {
          width: 21px;
          height: 21px;
          background-color: #e4e6e8;
          background-position: -66px -144px;
          position: absolute;
          margin: -23px 2px 0 0;
          right: 4px;
          text-indent: -9999px;
          border: 0;
          -webkit-appearance: none; }
          .rest-of-page .level3 .search form input[type="submit"]:hover {
            -webkit-transition: linear;
            -webkit-transition-duration: 0.4s;
            -webkit-transition-property: opacity, background-color;
            -moz-transition: linear;
            -moz-transition-duration: 0.4s;
            -moz-transition-property: opacity, background-color;
            -o-transition: linear;
            -o-transition-duration: 0.4s;
            -o-transition-property: opacity, background-color;
            -ms-transition: linear;
            -ms-transition-duration: 0.4s;
            -ms-transition-property: opacity, background-color;
            transition: linear;
            transition-duration: 0.4s;
            transition-property: opacity, background-color;
            background-color: transparent;
            cursor: pointer; }
    .rest-of-page .level3 .travel {
      -webkit-transition: linear;
      -webkit-transition-duration: 0.4s;
      -webkit-transition-property: opacity, background-color;
      -moz-transition: linear;
      -moz-transition-duration: 0.4s;
      -moz-transition-property: opacity, background-color;
      -o-transition: linear;
      -o-transition-duration: 0.4s;
      -o-transition-property: opacity, background-color;
      -ms-transition: linear;
      -ms-transition-duration: 0.4s;
      -ms-transition-property: opacity, background-color;
      transition: linear;
      transition-duration: 0.4s;
      transition-property: opacity, background-color;
      background-color: rgba(120, 235, 235, 0.5);
      height: 52px; }
      .rest-of-page .level3 .travel:hover, .rest-of-page .level3 .travel.hoverover {
        background-color: rgba(120, 235, 235, 0.75); }
      .rest-of-page .level3 .travel a.selected, .rest-of-page .level3 .travel a:hover {
        background-color: transparent !important; }
    .rest-of-page .level3 .travel-box {
      -webkit-transition: linear;
      -webkit-transition-duration: 0.4s;
      -webkit-transition-property: opacity, background-color;
      -moz-transition: linear;
      -moz-transition-duration: 0.4s;
      -moz-transition-property: opacity, background-color;
      -o-transition: linear;
      -o-transition-duration: 0.4s;
      -o-transition-property: opacity, background-color;
      -ms-transition: linear;
      -ms-transition-duration: 0.4s;
      -ms-transition-property: opacity, background-color;
      transition: linear;
      transition-duration: 0.4s;
      transition-property: opacity, background-color;
      background: rgba(120, 235, 235, 0.5);
      bottom: -182px;
      height: 180px;
      left: 2px;
      position: absolute;
      width: 986px; }
      .rest-of-page .level3 .travel-box:hover, .rest-of-page .level3 .travel-box.hoverover {
        background-color: rgba(120, 235, 235, 0.75); }
      .rest-of-page .level3 .travel-box .images {
        height: 180px;
        left: 0;
        position: absolute;
        top: 0;
        width: 986px; }
        .rest-of-page .level3 .travel-box .images img {
          left: 0;
          opacity: 0;
          position: absolute;
          top: 0; }
      .rest-of-page .level3 .travel-box .three-bags {
        background: url(../sprites/travel-clinic-bags.jpg) -10px -4px no-repeat;
        bottom: 20px;
        left: 15px;
        height: 147px;
        position: absolute;
        text-indent: -9999px;
        width: 248px; }
      .rest-of-page .level3 .travel-box .two-bags {
        background: url(../sprites/travel-clinic-bags.jpg) 0 -167px no-repeat;
        bottom: 23px;
        height: 134px;
        position: absolute;
        right: 21px;
        text-indent: -9999px;
        width: 134px; }
      .rest-of-page .level3 .travel-box .info {
        left: 322px;
        position: absolute;
        top: 10px;
        width: 480px; }
        .rest-of-page .level3 .travel-box .info h3 {
          color: #008282;
          font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif;
          font-size: 22px;
          font-weight: 300;
          line-height: 27px;
          margin: 0;
          padding: 10px 0 0 0; }
        .rest-of-page .level3 .travel-box .info h4 {
          color: #4b5a64;
          font-family: Helvetica, Arial, sans-serif;
          font-size: 15px;
          font-weight: 300;
          line-height: 20px;
          padding-top: 10px; }
        .rest-of-page .level3 .travel-box .info a {
          color: #4b5a64;
          font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif;
          font-weight: normal;
          text-decoration: none; }
          .rest-of-page .level3 .travel-box .info a:hover {
            background: transparent; }
        .rest-of-page .level3 .travel-box .info .more {
          font-size: 15px;
          line-height: 27px;
          width: 120px; }
          .rest-of-page .level3 .travel-box .info .more .arrow {
            background-position: -73px -170px;
            display: block;
            float: right;
            height: 16px;
            margin-top: 6px;
            width: 8px; }

.content {
  color: #4b5a64;
  line-height: 120%;
  margin: 0 0 0 322px;
  padding: 60px 0 0 0;
  position: relative; }
  .content h1 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 4px; }
  .content h2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 27px;
    margin: 0;
    padding: 0 0 16px 0;
    /* 		padding: 0 60px 0 0; */ }
    .content h2.newsheading {
      font-size: 15px;
      line-height: 20px; }
  .content h3 {
    color: #32aaaa;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 5px 0;
    padding: 0; }
  .content h4 {
    color: #4b5a64;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    margin: 0;
    padding: 0; }
  .content h5 {
    color: #4b5a64;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin: 8px 0 0 0;
    padding: 0; }
  .content a {
    border-bottom: 1px solid #cddcdc;
    color: #4b5a64;
    padding-bottom: 2px;
    text-decoration: none; }
  .content hr {
    border: none;
    border-top: 1px solid #dce1e1;
    height: 1px;
    margin: 37px 0 10px 0;
    padding: 0; }
  .content table {
    margin-top: -17px; }
  .content strong {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold; }
    .content strong a {
      text-decoration: none; }
  .content ul {
    list-style: none;
    margin: 0; }
    .content ul li {
      margin: 0;
      padding: 0 0 5px 20px; }
      .content ul li:before {
        background: transparent url(../sprites/sprites.png) -528px -179px no-repeat;
        position: absolute;
        margin-left: -20px;
        width: 20px;
        height: 20px;
        display: block;
        content: ' '; }
  .content.padding {
    margin-right: 169px;
    padding-bottom: 90px; }
  .content.linkspadding {
    margin-right: 3px;
    padding-bottom: 90px; }
  .content .more {
    font-size: 15px;
    line-height: 27px;
    margin-top: -10px;
    width: 120px; }
    .content .more a {
      border-bottom: none;
      font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif;
      font-weight: normal; }
    .content .more .arrow {
      background-position: -73px -170px;
      display: block;
      float: right;
      height: 16px;
      margin-top: 6px;
      width: 8px; }
  .content .find-us {
    color: #4b5a64;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 20px; }
    .content .find-us .map {
      /* 			border-top: 1px solid $darkgrey; */
      /* 			margin: 48px 0 0 0; */
      margin: 0;
      padding: 14px 0 62px 0; }
      .content .find-us .map h3 {
        text-align: right; }
      .content .find-us .map .map-output {
        background: url(../images/bg-find-us.png) no-repeat;
        height: 527px;
        margin: 30px 0 0 0;
        position: relative;
        width: 499px; }
        .content .find-us .map .map-output .left-image {
          left: 38px;
          position: absolute;
          top: 38px; }
        .content .find-us .map .map-output .right-image {
          position: absolute;
          right: 38px;
          top: 38px; }
        .content .find-us .map .map-output .map-google {
          bottom: 40px;
          left: 38px;
          position: absolute; }
  .content .page-panel {
    background-position: -1px -382px;
    height: 192px;
    margin-top: 32px;
    position: relative;
    width: 500px; }
    .content .page-panel img {
      left: 27px;
      position: absolute;
      top: 27px; }
    .content .page-panel figcaption {
      color: #4b5a64;
      font-size: 13px;
      line-height: 16px;
      position: absolute;
      right: 38px;
      top: 27px;
      width: 200px; }
  .content .form.repeat-prescription, .content .form.tc-enquiries {
    margin: 43px 0 0 0; }
    .content .form.repeat-prescription .drugs, .content .form.tc-enquiries .drugs {
      margin: 20px 0 0 0;
      width: 451px; }
      .content .form.repeat-prescription .drugs td, .content .form.tc-enquiries .drugs td {
        border: none;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 36px;
        padding: 0; }
        .content .form.repeat-prescription .drugs td.label, .content .form.tc-enquiries .drugs td.label {
          width: 138px; }
        .content .form.repeat-prescription .drugs td.name, .content .form.tc-enquiries .drugs td.name {
          width: 220px; }
    .content .form.repeat-prescription input.name, .content .form.tc-enquiries input.name {
      width: 204px !important; }
    .content .form.repeat-prescription input.strength, .content .form.tc-enquiries input.strength {
      width: 80px !important; }
    .content .form.repeat-prescription .drugs-title, .content .form.tc-enquiries .drugs-title {
      float: left;
      width: 138px; }
    .content .form.repeat-prescription .drugs-list, .content .form.tc-enquiries .drugs-list {
      margin: 0 0 0 138px; }
      .content .form.repeat-prescription .drugs-list .drugs-item, .content .form.tc-enquiries .drugs-list .drugs-item {
        margin: 0 0 4px 0; }
    .content .form.repeat-prescription .drugs-add, .content .form.tc-enquiries .drugs-add {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-weight: bold;
      line-height: 36px;
      width: 300px; }
      .content .form.repeat-prescription .drugs-add span, .content .form.tc-enquiries .drugs-add span {
        background-repeat: no-repeat;
        display: block;
        float: right;
        height: 22px;
        margin-top: 5px;
        text-indent: -9999px;
        width: 22px; }
        .content .form.repeat-prescription .drugs-add span.add, .content .form.tc-enquiries .drugs-add span.add {
          background-position: -2px -112px;
          margin-right: 5px; }
        .content .form.repeat-prescription .drugs-add span.remove, .content .form.tc-enquiries .drugs-add span.remove {
          background-position: -28px -112px; }
        .content .form.repeat-prescription .drugs-add span:hover, .content .form.tc-enquiries .drugs-add span:hover {
          cursor: pointer; }
  .content .form .form-output {
    background-color: #f0f5f5;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding: 11px 18px;
    position: relative; }
    .content .form .form-output label {
      display: block;
      float: left;
      padding: 3px 20px 0 0;
      width: 118px; }
    .content .form .form-output input[type="text"],
    .content .form .form-output textarea {
      background: white;
      border: none;
      height: 15px;
      outline: none;
      padding: 5px;
      width: 305px; }
      .content .form .form-output input[type="text"].required,
      .content .form .form-output textarea.required {
        background-color: #f7bfc0; }
    .content .form .form-output textarea {
      height: 150px; }
    .content .form .form-output input[type="radio"] {
      float: right;
      margin: 0; }
    .content .form .form-output input[type="submit"] {
      background-position: -548px -257px;
      border: none;
      bottom: -10px;
      color: #4b5a64;
      font-size: 18px;
      height: 22px;
      left: 18px;
      line-height: 27px;
      outline: none;
      position: absolute;
      text-indent: -9999px;
      width: 82px; }
    .content .form .form-output p {
      position: relative; }
    .content .form .form-output .red {
      background-color: #ff3030;
      height: 21px;
      position: absolute;
      right: 12px;
      top: 6px;
      width: 5px; }
    .content .form .form-output .nature {
      padding-top: 20px; }
    .content .form .form-output .mandatory .red {
      float: left;
      left: auto;
      margin: 0 10px 0 0;
      position: relative;
      right: auto;
      top: auto; }
  .content .form .form-bottom {
    background: url(../images/bg-form.png) no-repeat;
    height: 33px;
    width: 499px; }
  .content .boxes {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: normal; }
    .content .boxes li {
      background-position: -371px 0;
      float: left;
      height: 157px;
      margin: 30px 2px 0 0;
      padding: 8px 12px;
      position: relative;
      width: 141px; }
      .content .boxes li:before {
        display: none; }
      .content .boxes li h3 {
        color: #4b5a64;
        font-size: 15px;
        line-height: 17px; }
      .content .boxes li img {
        bottom: 20px;
        height: 85px;
        left: 7px;
        position: absolute;
        width: 151px; }
      .content .boxes li.selected {
        background-position: -548px 0; }
        .content .boxes li.selected:hover {
          background-position: -729px -382px; }
      .content .boxes li:hover {
        background-position: -549px -382px; }
  .content .staff {
    list-style: none;
    margin: 42px 0 0 0;
    padding: 0; }
    .content .staff li {
      background: #E5EDED;
      float: left;
      font-size: 15px;
      line-height: 19px;
      list-style: none;
      margin: 0 45px 45px 0;
      padding: 20px 20px 52px 20px;
      position: relative;
      width: 188px; }
      .content .staff li:before {
        display: none; }
      .content .staff li .bottom {
        background: url(../images/bg-staff-short.png) bottom center no-repeat white;
        bottom: 0;
        height: 52px;
        left: 0;
        position: absolute;
        width: 228px; }
      .content .staff li:nth-child(2n) {
        margin-right: -2px; }
      .content .staff li p {
        padding: 0.2em 0; }
      .content .staff li strong {
        display: block;
        font-size: 12px;
        font-weight: bold;
        line-height: 17px; }
      .content .staff li img {
        height: 187px;
        width: 187px; }
      .content .staff li .name {
        color: #32aaaa;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px; }
        .content .staff li .name .qualifications {
          color: #4b5a64;
          display: block;
          font-size: 11px;
          font-weight: normal;
          line-height: 14px; }
  .content .news-area {
    margin: 42px 0 0 0;
    position: relative; }
    .content .news-area .rss {
      background-position: -170px -196px;
      height: 31px;
      position: absolute;
      right: 40px;
      text-indent: -9999px;
      top: -70px;
      width: 31px; }
      .content .news-area .rss a {
        border: none;
        display: block;
        height: 100%;
        width: 100%; }
    .content .news-area .news {
      list-style: none;
      margin: 0 0 0 0;
      padding: 0; }
      .content .news-area .news > li {
        height: 212px;
        margin: 0 0 35px 0;
        padding: 20px;
        position: relative;
        width: 459px; }
      .content .news-area h3 {
	  	margin-top: 10px;
	  }        
        .content .news-area .news > li:before {
          display: none; }
        .content .news-area .news > li.noimage {
          background: url(../sprites/news.png) no-repeat -10px -10px !important; }
        .content .news-area .news > li.image {
          background: url(../sprites/news.png) no-repeat -10px -277px !important; }
        .content .news-area .news > li.nothing {
          background: none;
          padding: 0; }
          .content .news-area .news > li.nothing.item {
            border-top: 1px solid #dce1e1;
            height: auto;
            padding: 15px 0 0 0; }
            .content .news-area .news > li.nothing.item .categories {
              border-bottom: 1px solid #dce1e1;
              bottom: auto;
              left: 0;
              padding: 40px 0 13px 0;
              position: relative; }
            .content .news-area .news > li.nothing.item .share {
              float: right;
              margin: 15px 0 0 0; }
              .content .news-area .news > li.nothing.item .share li {
                float: left;
                height: 28px;
                margin: 0 0 0 20px;
                padding: 0 0 0 0;
                width: auto; }
                .content .news-area .news > li.nothing.item .share li:before {
                  display: none; }
                .content .news-area .news > li.nothing.item .share li a {
                  text-decoration: none;
                  border-bottom: 0; }
                .content .news-area .news > li.nothing.item .share li.title {
                  background: none;
                  color: #4b5a64;
                  font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif;
                  font-size: 15px;
                  line-height: 27px;
                  margin-left: 30px; }
                .content .news-area .news > li.nothing.item .share li.facebook {
                  background-position: -209px -198px;
                  text-indent: -999999px;
                  width: 28px; }
                .content .news-area .news > li.nothing.item .share li.twitter {
                  background-position: -243px -198px;
                  text-indent: -999999px;
                  width: 28px; }
                .content .news-area .news > li.nothing.item .share li.linkedin {
                  background-position: -278px -198px;
                  text-indent: -999999px;
                  width: 28px; }
                .content .news-area .news > li.nothing.item .share li a {
                  display: block;
                  height: 100%;
                  width: 100%; }
            .content .news-area .news > li.nothing.item .related {
              margin: 10px 0 0 0; }
              .content .news-area .news > li.nothing.item .related li {
                font-size: 15px;
                height: auto;
                line-height: 20px;
                margin: 0 !important;
                padding: 0 0 0 20px;
                width: auto; }
                .content .news-area .news > li.nothing.item .related li a {
                  font-family: Helvetica, Arial, sans-serif; }
        .content .news-area .news > li hgroup {
          height: 85px;
          margin: 0 0 50px 0;
          position: relative; }
          .content .news-area .news > li hgroup h3 {
            left: 0;
            position: absolute;
            top: 0;
            width: 220px; }
            
          .content .news-area .news > li hgroup h3 a {
	        border: none;
	       	color: rgb(50, 170, 170);
	       	text-decoration: none !important;   
	      }
            
          .content .news-area .news > li hgroup .date {
            bottom: -4px;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 12px;
            left: 0;
            padding: 0;
            position: absolute;
            width: 300px; }
          .content .news-area .news > li hgroup img {
            height: 85px;
            position: absolute;
            right: 0;
            top: 0;
            width: 151px; }
        .content .news-area .news > li .text {
          position: absolute;
          top: 126px;
          padding-right: 20px; }
          .content .news-area .news > li .text .readon {
            font-size: 14px;
            line-height: 20px;
            padding: 0 0 0 0;
            text-align: right; }
            .content .news-area .news > li .text .readon a {
              color: #32aaaa; }
        .content .news-area .news > li .categories {
          bottom: 20px;
          font-family: Helvetica, Arial, sans-serif;
          font-size: 12px;
          font-weight: normal;
          left: 20px;
          line-height: 15px;
          position: absolute; }
          .content .news-area .news > li .categories a {
            font-family: Helvetica, Arial, sans-serif;
            font-weight: normal; }
    .content .news-area .category-list {
      border-top: 1px solid #dce1e1;
      font-family: Helvetica, Arial, sans-serif;
      position: absolute;
      right: -155px;
      top: 0;
      width: 129px; }
      .content .news-area .category-list li {
        background: none;
        font-size: 12px;
        line-height: 14px;
        padding: 7px 0 0 0; }
        .content .news-area .category-list li:before {
          display: none; }
        .content .news-area .category-list li.title {
          font-size: 15px; }
        .content .news-area .category-list li a {
          font-family: Helvetica, Arial, sans-serif;
          font-weight: normal !important; }
    .content .news-area .pagination {
      padding: 0 0 30px 0; }
      .content .news-area .pagination a {
        border: none;
        display: block;
        height: 20px;
        text-indent: -99999px; }
        .content .news-area .pagination a.prev {
          background-position: -74px -219px;
          float: left;
          width: 82px; }
          .content .news-area .pagination a.prev.inactive {
            background-position: -73px -196px; }
        .content .news-area .pagination a.next {
          background-position: -1px -219px;
          float: right;
          width: 56px; }
          .content .news-area .pagination a.next.inactive {
            background-position: -1px -196px; }
  .content td {
    border-bottom: 1px solid #dce1e1;
    padding: 10px 0; }
    .content td h4 {
      text-align: right; }
  .content .useful-links td {
    border-bottom: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding: 0 20px 0 0;
    width: 312px; }
    .content .useful-links td h3 {
      margin-top: 10px; }

footer {
  color: #4b5a64;
  font-family: Helvetica, Arial, sans-serif;
  min-height: 500px;
  position: relative; }
  footer a {
    color: #4b5a64;
    text-decoration: none; }
    footer a:hover {
      color: white; }
  footer h1 {
    background-position: -1px -1px;
    float: right;
    height: 101px;
    margin: 49px 0 0 0;
    padding: 0;
    text-indent: -99999px;
    width: 168px; }
  footer nav {
    left: 0;
    position: absolute;
    top: 170px; }
    footer nav ul {
      border-top: 1px solid white;
      float: left;
      list-style: none;
      margin: 0 4px 0 0;
      width: 164px; }
    footer nav li {
      border-bottom: 1px solid white;
      font-size: 15px;
      line-height: 28px; }
  footer .address {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    font-size: 15px;
    height: 231px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 170px;
    width: 332px; }
    footer .address .phone,
    footer .address .travel {
      font-size: 22px;
      font-weight: normal;
      position: absolute;
      bottom: 16px;
      left: 0;
      color: #4b5a64;
      width: 157px; }
      footer .address .phone span,
      footer .address .travel span {
        display: block;
        font-size: 15px;
        line-height: 1.3em; }
    footer .address .travel {
      left: auto !important;
      right: 0; }

.strip {
  background: rgba(205, 220, 220, 0.3);
  height: 35px;
  font-size: 18px;
  margin-top: 39px;
  padding: 16px 18px 0 0;
  position: relative;
  text-align: right; }
  .strip a {
    border: none;
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%; }
    .strip a::before {
      background: url(../sprites/sprites.png) -110px -161px no-repeat;
      content: ' ';
      display: block;
      height: 22px;
      left: 18px;
      position: absolute;
      top: 15px;
      width: 11px; }

.travel-clinics .corner {
  display: none; }
.travel-clinics .level3 li a {
  color: rgba(75, 90, 100, 0.5); }
.travel-clinics .level3 li.travel-selected a {
  color: #4b5a64; }
.travel-clinics .content {
  margin-left: 215px;
  margin-right: 2px; }
  .travel-clinics .content td {
    border-bottom: none; }
  .travel-clinics .content article {
    font-size: 15px;
    line-height: 20px; }
  .travel-clinics .content.padding {
    padding-bottom: 0; }
  .travel-clinics .content section {
    background: #78ebeb;
    background: rgba(120, 235, 235, 0.15);
    margin-top: 17px;
    min-height: 470px;
    padding: 75px 160px 60px 113px;
    position: relative; }
    .travel-clinics .content section a {
      border-bottom: 1px solid #c8cdcd;
      font-family: Helvetica, Arial, sans-serif;
      font-weight: 300 !important;
      padding-bottom: 1px; }
    .travel-clinics .content section ul li {
      font-size: 15px;
      line-height: 20px; }
    .travel-clinics .content section .footer-image {
      height: 200px;
      position: relative; }
      .travel-clinics .content section .footer-image img {
        left: -10px;
        position: absolute;
        top: 40px; }
      .travel-clinics .content section .footer-image.travel-essentials {
        height: 160px; }
        .travel-clinics .content section .footer-image.travel-essentials img {
          top: 10px; }
    .travel-clinics .content section nav {
      position: absolute;
      top: 0;
      right: 0; }
      .travel-clinics .content section nav li:before {
        display: none; }
      .travel-clinics .content section nav ul {
        float: right;
        list-style: none; }
        .travel-clinics .content section nav ul ul {
          float: none;
          list-style: none;
          position: absolute;
          width: 165px;
          z-index: 100;
          display: none; }
          .travel-clinics .content section nav ul ul li {
            float: none;
            list-style: none;
            margin-bottom: -5px;
            margin-top: 2px; }
            .travel-clinics .content section nav ul ul li a {
              background: white;
              border-bottom: none;
              color: #4b5a64;
              height: 35px;
              line-height: auto;
              padding: 7px 0 0 9px;
              width: 154px; }
              .travel-clinics .content section nav ul ul li a:hover {
                background: white; }
      .travel-clinics .content section nav li {
        background: none;
        float: left;
        list-style: none;
        width: 165px;
        margin-left: 2px;
        padding-left: 0; }
        .travel-clinics .content section nav li:hover ul {
          display: block; }
      .travel-clinics .content section nav li a {
        width: 102px;
        height: 40px;
        display: block;
        padding: 7px 54px 0px 9px;
        background-position: -370px -321px;
        color: white;
        text-decoration: none;
        font-size: 15px;
        font-family: Helvetica, Arial, sans-serif;
        line-height: 15px;
        color: #4b5a64;
        border: none; }
    .travel-clinics .content section h1 {
      color: #008282;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 30px;
      font-weight: 300;
      line-height: 30px; }
    .travel-clinics .content section .form .form-output {
      background-color: #E1F1F1; }
    .travel-clinics .content section .form.tc-enquiries {
      margin-top: 20px; }
      .travel-clinics .content section .form.tc-enquiries p {
        clear: left; }
        .travel-clinics .content section .form.tc-enquiries p .smaller {
          font-size: 10px;
          text-transform: uppercase; }
        .travel-clinics .content section .form.tc-enquiries p.nature em {
          font-family: "HelveticaNeueW01-46Ligh";
          font-size: 14px; }
        .travel-clinics .content section .form.tc-enquiries p.disclaimer {
          border-bottom: 1px solid white;
          border-top: 1px solid white;
          font-family: "HelveticaNeueW01-46Ligh";
          margin: 10px 0 22px 0;
          padding: 22px 0; }
      .travel-clinics .content section .form.tc-enquiries label {
        padding-right: 0;
        width: 180px; }
      .travel-clinics .content section .form.tc-enquiries input[type="text"] {
        width: 265px; }
      .travel-clinics .content section .form.tc-enquiries input[type="radio"] {
        float: none;
        margin-left: 5px;
        margin-right: 20px;
        margin-top: -5px; }

.cookiemsg {
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.2);
  background: #78ebeb;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  color: #4b5a64;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  height: 228px;
  left: 50%;
  line-height: 17px;
  margin-left: -298px;
  position: absolute;
  top: 0;
  width: 596px;
  z-index: 200000; }
  .cookiemsg h1 {
    border-bottom: 1px solid white;
    color: #4b5a64;
    font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    left: 76px;
    line-height: 27px;
    position: absolute;
    top: 32px;
    width: 510px; }
  .cookiemsg .intro {
    left: 76px;
    position: absolute;
    top: 84px;
    width: 510px; }
  .cookiemsg .accept {
    background: url(../images/i-accept.png) no-repeat;
    height: 47px;
    left: 76px;
    position: absolute;
    top: 160px;
    width: 165px; }
  .cookiemsg .howweuse {
    font-size: 15px;
    left: 257px;
    line-height: 17px;
    position: absolute;
    top: 183px; }
    .cookiemsg .howweuse a {
      border-bottom: 1px solid white;
      color: #4b5a64;
      padding-bottom: 2px;
      text-decoration: none; }
  .cookiemsg .close {
    background: url(../images/close-btn.png) no-repeat;
    height: 21px;
    position: absolute;
    right: 8px;
    text-indent: -9999px;
    top: 45px;
    width: 21px; }

.copyright {
  bottom: -40px;
  font-size: 13px;
  line-height: 28px;
  position: absolute;
  left: 0;
  width: 100%; }
  .copyright .privacy {
    left: 658px;
    position: absolute;
    top: 0; }
