@import "/css/fonts.css";
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(/css/fonts/lato-regular.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  src: local('Lato Regular'), local('Lato-Regular'), url(/css/fonts/lato-bold.woff) format('woff');
}
@font-face {
  font-family: 'msw';
  src: url('/css/fonts/msw.eot?-4p034h');
  src: url('/css/fonts/msw.eot?#iefix-4p034h') format('embedded-opentype'), url('/css/fonts/msw.woff?-4p034h') format('woff'), url('/css/fonts/msw.ttf?-4p034h') format('truetype'), url('/css/fonts/msw.svg?-4p034h#msw') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "msw";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-logo:before {
  content: "\e601";
}
icon-tube:before {
  content: "\e600";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-pause:before {
  content: "\f04c";
}
.big-link {
  font-size: 18pt;
}
.big-link:before {
  display: inline-block;
  font-family: msw;
  padding-right: 10px;
  text-decoration: none;
}
.menu-header {
  color: #333333;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: white;
  -webkit-box-shadow: 0 -3px 15px darkgray;
  -moz-box-shadow: 0 -3px 15px darkgray;
  box-shadow: 0 -3px 15px darkgray;
}
.is-sticky .menu-header {
  -webkit-box-shadow: 0 -2px 15px darkgray;
  -moz-box-shadow: 0 -2px 15px darkgray;
  box-shadow: 0 -2px 15px darkgray;
}
.cssmenu > #menu-button {
  min-height: 30px;
  /*line-height: @menu-height;*/
  display: none;
  text-align: center;
}
.cssmenu > #menu-button::before {
  line-height: 30px;
}
.cssmenu {
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cssmenu ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#menu-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  display: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.cssmenu li.has-sub {
  cursor: default;
}
.cssmenu > ul > li {
  display: block;
  float: left;
}
.cssmenu > ul > li a {
  margin: 0;
  border: 0;
  font-size: 0.8em;
  color: #256e93;
  padding: 0 10px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cssmenu > ul > li a:hover {
  color: #164056;
}
.cssmenu > ul.no-mobile {
  float: right;
}
.cssmenu > ul.no-mobile li {
  position: relative;
  cursor: pointer;
}
.cssmenu > ul.no-mobile li > a {
  text-transform: uppercase;
}
.cssmenu > ul.no-mobile li.selected > a {
  border-bottom: 3px solid #256e93;
}
.cssmenu > ul.no-mobile li.selected:hover > a {
  text-decoration: none;
}
.cssmenu > ul.no-mobile li.has-sub > a {
  padding-right: 25px;
}
.cssmenu > ul.no-mobile li.has-sub > a::after {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #256e93;
  border-right: 1px solid #256e93;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.cssmenu > ul.no-mobile li:hover.has-sub > a::after {
  border-bottom: 1px solid #164056;
  border-right: 1px solid #164056;
}
.cssmenu > ul.no-mobile li:hover > ul {
  display: block !important;
}
.cssmenu > ul.no-mobile li > ul {
  position: absolute;
  background-color: #389bcd;
  display: none !important;
}
.cssmenu > ul.no-mobile li > ul > li {
  display: block !important;
}
.cssmenu > ul.no-mobile li > ul > li a {
  color: #5f5f5f;
  padding: 0 15px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 0.8em;
  text-transform: none;
}
.cssmenu > ul.no-mobile li > ul > li a:hover {
  color: #464646;
}
.cssmenu > ul.no-mobile li > ul > li.has-sub > a::after {
  -webkit-transform: rotate(-45deg) !important;
  -moz-transform: rotate(-45deg) !important;
  -ms-transform: rotate(-45deg) !important;
  -o-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
  border-bottom: 1px solid #5f5f5f;
  border-right: 1px solid #5f5f5f;
  top: 20px;
}
.cssmenu > ul.no-mobile li > ul > li:hover.has-sub > a::after {
  border-bottom: 1px solid #464646;
  border-right: 1px solid #464646;
}
.cssmenu > ul.no-mobile li > ul > li:hover > ul {
  display: block !important;
}
.cssmenu > ul.no-mobile li > ul > li > ul {
  display: none !important;
  margin-left: 200px;
  margin-top: -50px;
}
.cssmenu:after,
.cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media all and (max-width: 1160px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .cssmenu {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
  }
}
@media all and (max-width: 1160px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .menu-header {
    padding: 0;
  }
  .cssmenu #menu-button {
    display: block;
    cursor: pointer;
    /*font-size: 14pt;*/
  
  }
  .cssmenu #menu-button::before {
    content: "\f0C9";
    font-size: 20px;
    font-family: msw;
    position: absolute;
    right: 20px;
    width: 1em;
    height: 0.15em;
  }
  .cssmenu ul {
    position: static;
    display: block;
    width: 100%;
  }
  .cssmenu ul > li {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    outline: 0;
  }
  .cssmenu ul > li:active,
  .cssmenu ul > li:focus {
    outline: 0;
  }
  .cssmenu ul > li > a {
    height: 50px;
    line-height: 50px;
    display: block;
    width: 100%;
  }
  .cssmenu ul > li .submenu-button::before {
    border-bottom: 1px solid #256e93;
    border-right: 1px solid #256e93;
  }
  .cssmenu ul > li > ul {
    position: static;
    display: none;
    background-color: #389bcd;
  }
  .cssmenu ul > li > ul > li {
    border-bottom: 1px solid #2a7da7;
    padding-left: 1%;
  }
  .cssmenu ul > li > ul > li .submenu-button::before {
    border-bottom: 1px solid #5f5f5f;
    border-right: 1px solid #5f5f5f;
  }
  .cssmenu ul > li > ul > li > a {
    color: #5f5f5f;
  }
  .cssmenu ul > li > ul > li > a:hover {
    color: #464646;
  }
  .cssmenu ul > li > ul > li > ul {
    background-color: #2a7da7;
    color: #5f5f5f;
  }
  .cssmenu ul > li > ul > li > ul > li {
    border-bottom: 1px solid #256e93;
    padding-left: 1%;
  }
  .cssmenu ul > li > ul > li > ul > li .submenu-button::before {
    border-bottom: 1px solid #5f5f5f;
    border-right: 1px solid #5f5f5f;
  }
  .cssmenu ul > li > ul > li > ul > li > a {
    color: #5f5f5f;
  }
  .cssmenu ul > li > ul > li > ul > li > a:hover {
    color: #464646;
  }
  .cssmenu ul ul,
  .cssmenu ul ul ul {
    position: static;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
  .cssmenu > ul > li.has-sub > a::after,
  .cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  .cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    display: block;
    width: 100%;
    cursor: pointer;
    pointer-events: initial;
  }
  .cssmenu .submenu-button::before {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cssmenu .submenu-button::before.submenu-opened:after {
    display: none;
  }
}
.msw {
  position: relative;
  z-index: 5;
  color: #5f5f5f;
  padding: 5px 5px;
  background-color: #f6f6f6;
}
.msw .msw-logo {
  float: left;
}
.msw .msw-logo span {
  display: inline-block;
  padding-left: 5px;
}
.msw .msw-logo .icon-logo {
  display: inline-block;
  color: #256e93;
  vertical-align: middle;
}
.msw span {
  vertical-align: middle;
}
.msw a {
  text-decoration: none;
  vertical-align: middle;
  color: #256e93;
}
.msw .translate {
  float: right;
  padding: 0 5px;
}
.msw .seperator {
  float: right;
  height: 30px;
  margin: 0px 10px;
  border-right: 1px solid #f6f6f6;
}
.msw #searchContainer {
  float: right;
}
.msw #searchContainer i.icon-search {
  color: #256e93;
  padding: 5px;
  margin-right: 5px;
}
.msw #searchContainer .searchText {
  margin: 1px 0;
  border: 0;
  display: inline-block;
  color: #256e93;
}
.msw #searchContainer .searchText input {
  margin: 0;
  padding: 5px 5px;
  border: 0;
  width: 100%;
  height: 100%;
  color: #256e93;
  background-color: #f6f6f6;
}
@media only screen and (max-width: 560px) {
  .msw .msw-logo {
    float: none !important;
    display: none;
  }
  .msw .translate {
    position: relative;
    float: none;
    left: 0;
  }
  .msw .seperator {
    display: none;
  }
  .msw #searchContainer {
    float: none !important;
    display: block;
    width: 100%;
    height: 30px;
    position: relative;
  }
  .msw #searchContainer i.icon-search {
    position: absolute;
    top: 2px;
    padding: 5px;
  }
  .msw #searchContainer .searchText {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 30px;
  }
}
.translate > a {
  position: relative;
  line-height: 30px;
  font-style: normal;
  padding-left: 26px;
}
.translate > a:before {
  font-family: msw;
  content: '\f1ab';
  display: inline-block;
  font-size: 18pt;
  line-height: 14pt;
  padding-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.translate .translateFlags {
  width: 217px;
  height: 42px;
  background: transparent url(/images/flags.gif) no-repeat center left;
  cursor: pointer;
}
.translate .google_translate_element {
  visibility: hidden;
  position: absolute;
  padding: 2px;
  width: auto;
  margin-top: 2px;
  z-index: 100;
}
.fullHeader {
  display: none;
}
.menu-header .row {
  position: relative;
  min-height: 30px;
}
.header,
.logo-container {
  padding-left: 10px;
}
.logo-container {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.logo-container img {
  max-width: 60px;
  max-height: 30px -10px;
  vertical-align: middle;
}
.header-container {
  display: inline-table;
}
.header {
  display: inline-table;
  table-layout: fixed;
  min-height: 30px;
}
.header .header-content {
  display: table-cell;
  vertical-align: middle;
}
.header .pracName {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bold;
}
.header .pracName a {
  color: #256e93;
  text-decoration: none;
}
.header .pracByline {
  font-size: 1em;
  line-height: 1.4em;
}
.header-address {
  text-align: right;
  float: right;
}
.header-address a {
  color: #256e93;
  text-decoration: none;
}
.header-address a:hover {
  text-decoration: underline;
}
@media all and (max-width: 1160px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .header-container {
    display: none;
  }
  .header-container-row {
    display: none;
  }
  .header {
    text-align: center;
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    display: inline-table;
    table-layout: fixed;
  }
  .header .header-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .header .pracName {
    margin: 0 auto;
  }
  .header .pracName a {
    white-space: pre-wrap;
  }
  .header .pracByline {
    margin: 0 auto;
    white-space: pre-wrap;
  }
  .logo-container {
    margin: 0 auto;
    display: block;
    padding: 5px 60px;
  }
  .header-address {
    display: none;
  }
}
.master-slider {
  background-color: #f6f6f6;
}
.master-slider .large-10 {
  margin: 0 auto;
  position: relative;
}
.master-slider .large-10 .sliderBoxShadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.master-slider .large-10 .sliderBoxShadow:before {
  box-shadow: 40px 0 35px -15px #f6f6f6 inset;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 45px;
}
.master-slider .large-10 .sliderBoxShadow:after {
  box-shadow: -40px 0 35px -15px #f6f6f6 inset;
  content: " ";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 45px;
}
@media only screen and (max-width: 1024px) {
  .master-slider .large-10 .sliderBoxShadow:before,
  .master-slider .large-10 .sliderBoxShadow:after {
    content: "";
    display: none;
  }
}
.extra-menu-links {
  margin: 20px 0 20px 0;
}
@media only screen and (max-width: 1024px) {
  .extra-menu-links {
    margin: 10px 0;
  }
}
.extra-menu-links .row {
  padding: 20px 0;
}
.extra-menu-links .large-3 a,
.extra-menu-links .large-4 a {
  border-radius: 10px;
  background-size: cover;
  display: block;
  color: #256e93;
  text-decoration: none;
  text-align: center;
  padding: 0;
  margin: 5px auto;
}
.extra-menu-links .large-3 a:hover,
.extra-menu-links .large-4 a:hover {
  color: #164056;
}
.extra-menu-links .large-3 a:hover i,
.extra-menu-links .large-4 a:hover i {
  color: #164056;
  background-color: #eeeeee;
}
.extra-menu-links .large-3 a i,
.extra-menu-links .large-4 a i {
  display: inline-block;
  font-size: 3em;
  font-style: normal;
  color: #256e93;
  padding: 20px;
  border-radius: 40px;
  background-color: #f6f6f6;
  height: 80px;
  width: 80px;
  margin: 10px auto;
}
.extra-menu-links .large-3 a i img,
.extra-menu-links .large-4 a i img {
  width: 150%;
  max-width: 80px;
  position: relative;
  top: -45%;
  left: -25%;
}
.extra-menu-links .large-3 a i.icon-calendar:before,
.extra-menu-links .large-4 a i.icon-calendar:before {
  position: relative;
  left: -2px;
  top: -5px;
}
.extra-menu-links .large-3 a i.icon-clock-o:before,
.extra-menu-links .large-4 a i.icon-clock-o:before {
  position: relative;
  top: -5px;
}
@media only screen and (max-width: 640px) {
  .extra-menu-links .large-3 a i,
  .extra-menu-links .large-4 a i {
    height: 70px;
    width: 70px;
    font-size: 2em;
  }
  .extra-menu-links .large-3 a i.icon-calendar:before,
  .extra-menu-links .large-4 a i.icon-calendar:before {
    position: static;
  }
  .extra-menu-links .large-3 a i.icon-clock-o:before,
  .extra-menu-links .large-4 a i.icon-clock-o:before {
    top: -2px;
    left: 1px;
  }
}
.extra-menu-links .large-3 a .menu-link-text,
.extra-menu-links .large-4 a .menu-link-text {
  display: block;
  text-transform: uppercase;
  font-size: 1.1em;
  padding: 5px 10px 5px 10px;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 640px) {
  .extra-menu-links .large-3 a .menu-link-text,
  .extra-menu-links .large-4 a .menu-link-text {
    font-size: 0.8em;
  }
}
.extra-menu-links .large-3 a .menu-link-description,
.extra-menu-links .large-4 a .menu-link-description {
  color: #333333;
  display: block;
  padding: 0 10px 10px 10px;
  border-radius: 0 0 10px 10px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .extra-menu-links .large-3 a .menu-link-description,
  .extra-menu-links .large-4 a .menu-link-description {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .extra-menu-links .large-3 a .menu-link-description,
  .extra-menu-links .large-4 a .menu-link-description {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .extra-menu-links .medium-6 a i {
    vertical-align: middle;
    display: inline-block;
  }
  .extra-menu-links .medium-6 a span.menu-link-text {
    vertical-align: middle;
    display: inline-block;
    padding-left: 5%;
  }
}
body.editor.design .container {
  padding: 0 !important;
  width: auto !important;
}
body.editor.design .fullContent {
  float: none !important;
}
body.editor .resYourHealth {
  display: none;
}
body.editor .ajax__tab_header {
  display: block;
}
body.editor .ajax__tab_panel input[type=text] {
  padding: 10px;
  margin: 5px 5px 5px 20px;
  font-size: 0.8em;
}
body.editor .ajax__tab_panel .tab-order {
  vertical-align: middle;
  cursor: pointer;
  margin: 5px;
}
body.editor table.editor-panel {
  width: 100%;
}
body.editor .noticeBoard.hide {
  display: block !important;
}
body.index .noticeBoard {
  display: block;
}
body.login .resUpperLinks {
  display: none;
}
body.login .fullContent .welcome input[type=submit],
body.login .fullContent .welcome input[type=button] {
  float: left;
  font-size: 0.8em;
}
body.login .fullContent .welcome input[type=text],
body.login .fullContent .welcome input[type=password] {
  font-size: 0.8em;
}
body.login .fullContent .welcome .rhsicon {
  display: inline-block;
  margin-top: 8px;
}
body.login .fullContent .welcome h1 {
  display: inline-block;
  clear: none;
}
body.login .fullContent .welcome .divLogon {
  clear: left;
}
input[type=checkbox] {
  position: relative;
  top: 2px;
  margin-right: 7px;
}
select {
  width: auto;
  padding: 5px;
}
.ajax__tab_header {
  display: none;
}
.box.newsbox {
  padding: 10px;
  color: #252525;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
.box.newsbox h3 {
  padding-top: 15px;
}
.feedBot h5 {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  color: #252525;
}
.feedBot {
  clear: both;
  width: 100%;
  border: none;
  margin: 10px 0 5px 0;
  padding: 0;
  height: auto;
  margin-top: 30px;
}
.feedBotSpan {
  overflow: hidden;
  border: 1px solid #a0a0a0;
  margin: 0;
  padding: 2px;
  float: left;
}
#feedContainer {
  display: flex;
}
#ctl00_ContentPlaceHolder1_feedBot1 {
  float: left;
  padding: 10px;
  margin-right: 10px;
  width: 50%;
  box-sizing: border-box;
  flex: 2, auto;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
#ctl00_ContentPlaceHolder1_feedBot2 {
  float: right;
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
  flex: 2, auto;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
.ie7 #ctl00_ContentPlaceHolder1_feedBot2 {
  width: auto;
}
.ie8 #ctl00_ContentPlaceHolder1_feedBot2,
.ie9 #ctl00_ContentPlaceHolder1_feedBot2,
.ie-10 #ctl00_ContentPlaceHolder1_feedBot2 {
  width: 49%;
}
.feedBotItem {
  position: relative;
  text-align: left;
  background-color: Transparent;
  color: #505050;
  border: none;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-3dlight-color: #eeeeff;
  scrollbar-arrow-color: #8080b0;
  scrollbar-darkshadow-color: #7777af;
  scrollbar-face-color: #c0deff;
  scrollbar-highlight-color: #c0c0ff;
  scrollbar-shadow-color: #a0a0ff;
  scrollbar-track-color: #ddddff;
}
#ctl00_ContentPlaceHolder1_newsletterLink > div > a {
  text-decoration: none;
  font-weight: bold;
}
#ctl00_ContentPlaceHolder1_newsletterLink > div > a:before {
  font-family: "msw";
  content: "\F1EA";
  font-size: 20px;
  vertical-align: middle;
  padding-right: 5px;
}
@media all and (max-width: 800px) {
  #feedContainer {
    display: block;
  }
  #feedContainer #ctl00_ContentPlaceHolder1_feedBot1 {
    margin-bottom: 20px;
    width: 100%;
  }
  #feedContainer #ctl00_ContentPlaceHolder1_feedBot2 {
    width: 100%;
  }
}
/*#region Page Content Styles */

.fullContent .welcome {
  margin: 0 auto;
  max-width: 1400px;
  padding-bottom: 15px;
}
.fullContent .ticker #ticker-wrapper.has-js {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 1400px;
}
.fullContent .welcome h1 {
  clear: left;
  margin: 20px 0;
  vertical-align: middle;
}
.fullContent .welcome h2 {
  clear: left;
  margin: 10px 0;
}
.fullContent .welcome h3 {
  clear: left;
  margin: 10px 0;
}
.fullContent .welcome p {
  margin: 10px 0;
}
.fullContent .welcome .doitonlineItem {
  margin: 10px 0;
}
.fullContent .welcome input[type=button],
.fullContent .welcome input[type=submit] {
  float: right;
  margin-left: 10px;
  padding: 5px 10px;
  margin-top: 5px;
  font-size: 0.8em;
}
.welcome select,
.welcome input[type=text],
.welcome textarea {
  font-size: 0.8em;
}
.welcome.contact-form .box h5 {
  display: none;
}
select.display-inline {
  width: auto;
}
.fullContent .welcome .buttonwnf {
  float: none !important;
  margin: 0 !important;
}
.fullContent .welcome .box > table {
  width: 100%;
}
.fullContent .welcome .registerNow {
  text-align: center;
  padding: 15px 0;
}
.fullContent .welcome .registerNow a {
  font-size: 18pt;
}
.fullContent .welcome .registerNow a:before {
  display: inline-block;
  font-family: msw;
  padding-right: 10px;
  text-decoration: none;
}
.fullContent .welcome .registerNow a:before {
  content: '\f007';
  font-size: 24pt;
  position: relative;
  top: 6px;
}
.fullContent .welcome .prescriptionsLink {
  margin-bottom: 20px;
}
.fullContent .welcome .prescriptionsLink a {
  font-size: 18pt;
}
.fullContent .welcome .prescriptionsLink a:before {
  display: inline-block;
  font-family: msw;
  padding-right: 10px;
  text-decoration: none;
}
.fullContent .welcome .prescriptionsLink a:before {
  content: "\e602";
  font-size: 24pt;
  position: relative;
  top: 6px;
}
.fade.show {
  opacity: 1;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.5;
}
.fullContent .welcome .appointmentsLink {
  margin-bottom: 20px;
}
.fullContent .welcome .appointmentsLink a {
  font-size: 18pt;
}
.fullContent .welcome .appointmentsLink a:before {
  display: inline-block;
  font-family: msw;
  padding-right: 10px;
  text-decoration: none;
}
.fullContent .welcome .appointmentsLink a:before {
  content: "\e615";
  font-size: 24pt;
  position: relative;
  top: 6px;
}
/*#endregion */

/*#region Staff Page Style Info */

.staffNavigator {
  text-align: center;
}
.staffNavigator .staffHome {
  display: inline-block;
  margin: 0 0 10px 0;
  width: 32%;
  padding: 20px 2% 20px 8%;
  vertical-align: top;
  position: relative;
  font-size: 10pt;
  min-height: 72px;
  text-align: left;
}
@media only screen and (max-width: 980px) {
  .staffNavigator .staffHome {
    width: 35%;
    padding: 20px 2% 20px 12%;
    min-height: 56px;
  }
}
@media only screen and (max-width: 660px) {
  .staffNavigator {
    text-align: left;
  }
  .staffNavigator .staffHome {
    width: 100%;
    padding: 20px 0 20px 15%;
    min-height: 0;
  }
}
.staffNavigator .staffHome:before {
  display: block;
  font-family: msw;
  font-size: 28pt;
  position: absolute;
  left: 20px;
  top: 18px;
  color: #256e93;
}
.staffNavigator .staffHome.prescriptionsManager:before {
  content: '\e602';
  font-size: 34pt;
  top: 13px;
  left: 17px;
}
.staffNavigator .staffHome.testresultsManager:before {
  content: '\f0c3';
  font-size: 32pt;
}
.staffNavigator .staffHome.appointmentsManager:before {
  content: '\e615';
}
.staffNavigator .staffHome.formManager:before {
  content: '\e60b';
}
.staffNavigator .staffHome.support:before {
  content: '\e61b';
}
.staffNavigator .staffHome.newsletterManager:before {
  content: '\e614';
}
.staffNavigator .staffHome.msw-office:before {
  content: '\e601';
}
.staffNavigator .staffHome.account:before {
  content: '\e60d';
  font-size: 34pt;
}
.staffNavigator .staffHome.practice-leaflet:before {
  content: '\e613';
  font-size: 34pt;
}
.staffNavigator .staffHome.stats:before {
  content: '\e629';
}
.staffNavigator .staffHome.log-off:before {
  content: '\e611';
}
.staffNavigator .staffHome.gpaqrow1:before {
  content: '\e60a';
}
.staffNavigator .staffHome.gpaqrow2:before {
  content: '\e60a';
}
.staffNavigator .staffHome img {
  display: none;
}
.staffNavigator .staffHome a {
  display: inline-block;
  font-size: 1.4em;
  margin-bottom: 6px;
  color: #256e93;
  text-decoration: none;
}
.staffNavigator .staffHome a strong {
  font-weight: normal;
}
.staffNavigator .staffHome a:hover {
  color: #164056;
}
/*#endregion */

.accordionHeader,
.accordionHeader1 {
  background: white url(/images/expand.jpg) no-repeat center left;
  padding-left: 30px;
}
.accordionHeaderSelected,
.accordionHeaderSelected1 {
  background: white url(/images/contract.jpg) no-repeat center left;
  padding-left: 30px;
}
.accordionHeader a,
.accordionHeader1 a,
.accordionHeaderSelected a,
.accordionHeaderSelected1 a {
  color: #5050a0 !important;
  font-family: Arial, Sans-Serif !important;
  font-size: 110% !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
.accordionContent,
.accordionContent1 {
  background-color: transparent;
  border: 1px dotted #a0a0e0;
  border-top: none;
  padding: 10px 5px 5px 5px;
}
.accordionContent .printIcon,
.accordionContent1 .printIcon {
  background-color: Transparent;
  margin-right: 10px;
}
.TabContainer1 {
  margin: 15px 0 0 0;
}
.news_edit {
  display: none;
}
@media all and (max-width: 600px) {
  #maps > table {
    clear: both;
  }
  #maps > table td {
    width: 100% !important;
    float: left;
  }
}
.blocks-container {
  padding: 25px 0 25px 0;
  background-color: #f6f6f6;
  margin: 40px 0;
  color: #333333;
}
.blocks-container a {
  color: #256e93;
}
.blocks-container a.hover {
  color: #164056;
}
.blocks-container select {
  color: #256e93;
}
@media only screen and (max-width: 1024px) {
  .blocks-container {
    margin: 0;
    padding: 20px 0 0 0;
  }
  .blocks-container .index-block {
    margin: 20px;
    padding: 20px 0;
  }
}
.blocks-container .opening-times .large-6 img {
  max-height: 350px !important;
}
@media only screen and (max-width: 1024px) {
  .blocks-container .opening-times .large-6 img {
    max-height: 500px !important;
  }
}
.blocks-container .opening-times .large-4 img {
  max-height: 300px !important;
}
@media only screen and (max-width: 1024px) {
  .blocks-container .opening-times .large-4 img {
    max-height: 500px !important;
  }
}
.blocks-container .index-block,
.blocks-container .index-block-2 {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .blocks-container .index-block,
  .blocks-container .index-block-2 {
    margin: 10px 0;
    padding: 10px 0;
  }
}
.blocks-container .index-block table,
.blocks-container .index-block-2 table {
  width: 100%;
  float: none;
  margin-top: 20px;
}
.blocks-container .index-block h3,
.blocks-container .index-block-2 h3 {
  color: #256e93;
  margin: 0 0 10px 0;
}
.blocks-container .index-block p,
.blocks-container .index-block-2 p {
  margin: 0 0 20px 0;
}
.blocks-container .index-block img,
.blocks-container .index-block-2 img {
  max-height: 300px;
}
.blocks-container + .resLowerBlock {
  margin-top: 0px;
}
.blocks-container-alternate {
  color: #333333;
  background-color: #eeeeee;
}
.blocks-container-alternate a {
  color: #256e93;
}
.blocks-container-alternate a.hover {
  color: #164056;
}
.no-margin {
  margin: 0;
}
.opening-times .welcome img {
  margin: 0 4% 20px 0;
}
@media only screen and (max-width: 1024px) {
  .opening-times .welcome table {
    width: 100%;
  }
}
.opening-times table {
  width: 100%;
}
.contacts-container {
  margin: 20px 0 20px 0;
}
@media only screen and (max-width: 1024px) {
  .contacts-container {
    margin: 20px 0 20px 0;
  }
}
.contacts-container .contact-header h2 {
  display: inline-block;
  margin-top: 0;
}
.contacts-container .contact-header .contacts-select {
  width: auto;
  margin-left: 20px;
}
.contacts-container .contact {
  display: none;
}
.contacts-container .contact.show {
  display: block;
}
.contacts-container .contact .contacts_map {
  max-width: 50%;
  width: 100%;
  height: 400px;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .contacts-container .contact .contacts_map {
    float: none;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
}
.contacts-container .contact .details-container {
  float: left;
  margin-left: 2%;
  width: 48%;
  padding: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .contacts-container .contact .details-container {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.contacts-container .contact .details-container .surgery-name {
  width: 100%;
  float: left;
  margin-top: 0;
}
.contacts-container .contact .details-container .address-container,
.contacts-container .contact .details-container .telephone-container {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 1024px) {
  .contacts-container .contact .details-container .address-container,
  .contacts-container .contact .details-container .telephone-container {
    float: none;
    width: 100%;
    margin: 20px 0 !important;
  }
}
.contacts-container .contact .details-container .address-container {
  margin-right: 2%;
}
.contacts-container .contact .details-container .telephone-container {
  margin-left: 2%;
}
.contacts-container .contact .details-container .telephone-container label {
  display: inline-block;
  width: 50%;
}
.contacts-container .contact .details-container h4 {
  margin: 0 0 10px 0;
}
.resLowerBlock {
  background-color: gainsboro;
  margin: 50px 0 0 0;
  padding: 40px 0;
  font-size: 0.9em;
}
@media only screen and (max-width: 1024px) {
  .resLowerBlock {
    margin: 0;
    padding: 20px 0;
  }
}
.resLowerBlock h3 {
  color: #205f7f;
  cursor: pointer;
  position: relative;
  padding-left: 2%;
}
.resLowerBlock h3:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #205f7f;
  border-right: 1px solid #205f7f;
  content: "";
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.resLowerBlock h3.hide {
  display: block;
}
.resLowerBlock h3.hide:before {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.resLowerBlock ul.listInfo {
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-start !important;
}
.resLowerBlock ul.listInfo li {
  display: inline-block;
  -ms-zoom: 1;
  zoom: 1;
  width: 22%;
  padding: 5px 0 5px 2%;
  position: relative;
  color: #256e93;
}
.resLowerBlock ul.listInfo li:before {
  position: absolute;
  content: '\f054';
  font-family: msw;
  font-weight: normal;
  font-size: 0.6em;
  left: 0;
  top: 4px;
  padding: 5px 0;
  color: #1a1a1a;
}
.resLowerBlock ul.listInfo li.gp-earnings:before {
  content: '\f154';
  font-size: 0.9em;
  top: 2px;
}
.resLowerBlock ul.listInfo li a {
  text-decoration: none;
  color: #333333;
}
.resLowerBlock ul.listInfo li a:hover {
  color: #262626;
}
.resLowerBlock ul.listInfo li a.help-link i:before {
  position: relative;
  font-weight: normal;
  font-family: msw;
  font-size: 1.2em;
  top: 2px;
  content: '\f059';
  font-style: normal;
  margin-left: 5px;
}
.resLowerBlock .listInfo li.health-campaign:before {
  content: '\e603';
  top: -6px;
  font-size: 1.5em;
  left: -10px;
}
.resLowerBlock .listInfo li.have-your-say:before {
  padding: 0;
}
.resLowerBlock .listInfo li.ppg:before {
  content: '\f0c0';
}
.resLowerBlock .listInfo li.surveyReport:before,
.resLowerBlock .listInfo li.ffs-survey:before {
  content: '\e60e';
}
.resLowerBlock .listInfo li.surveyResults:before,
.resLowerBlock .listInfo li.ffs-results:before {
  content: '\e628';
}
@media only screen and (max-width: 1010px) {
  .resLowerBlock .listInfo {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 970px) {
  .resLowerBlock .listInfo li {
    width: 29.33%;
    padding-left: 4%;
    -webkit-flex: 0 0 29.33%;
    -ms-flex: 0 0 29.33%;
  }
}
@media only screen and (max-width: 720px) {
  .resLowerBlock .listInfo li {
    width: 46%;
    padding-left: 6%;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 46%;
  }
}
@media only screen and (max-width: 560px) {
  .resLowerBlock .listInfo li {
    width: 90%;
    padding-left: 10%;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
  }
}
#ticker-wrapper.has-js {
  height: auto !important;
  border-bottom: 1px solid #ebebeb !important;
  margin-bottom: 30px !important;
  padding: 7px 0 !important;
  width: 100% !important;
}
#ticker-content {
  font-style: normal;
}
#ticker-content a {
  font-style: normal;
}
#ticker-wrapper #ticker {
  margin: 0;
  font-size: 18px;
}
#ticker-wrapper #ticker #ticker-title {
  padding-top: 0;
  color: #256e93;
  font-size: 1em;
}
#ticker-wrapper #ticker #ticker-content {
  padding-top: 4px;
  width: 100%;
  font-size: 0.8em;
}
#ticker-wrapper #ticker #ticker-content a {
  color: #256e93;
}
#ticker-wrapper #ticker #ticker-content a:hover {
  color: #164056;
}
#ticker-wrapper #ticker #ticker-swipe {
  width: 100% !important;
  padding-top: 0;
}
#ticker-wrapper #ticker-controls {
  padding-top: 3px;
  float: right;
  margin: 0;
}
#ticker-wrapper #ticker-controls .controls {
  width: 15px;
  height: 15px;
  background-image: none;
}
#ticker-wrapper #ticker-controls .controls#play-pause.paused {
  background-image: none;
}
#ticker-wrapper #ticker-controls .controls:before {
  font-family: fontawesome;
  width: 15px;
  height: 15px;
}
#ticker-wrapper #ticker-controls .controls#play-pause:before {
  font-family: msw;
  content: '\f04c';
}
#ticker-wrapper #ticker-controls .controls#play-pause.paused:before {
  font-family: msw;
  content: '\f04b';
}
#ticker-wrapper #ticker-controls .controls#prev:before {
  font-family: msw;
  content: "\f053";
}
#ticker-wrapper #ticker-controls .controls#next:before {
  font-family: msw;
  content: "\f054";
}
.feed2 {
  display: none;
}
@media all and (max-width: 1160px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #ticker-wrapper.has-js {
    border-bottom: 0 !important;
    padding-top: 7px !important;
  }
}
@media only screen and (max-width: 800px) {
  #ticker {
    display: none !important;
  }
  #ticker-controls {
    display: none !important;
  }
  #ticker-wrapper.has-js {
    height: 12px !important;
  }
  .translate {
    display: none !important;
  }
}
.ajax__tab_header {
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.ajax__tab_header > span {
  display: inline-block;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  clear: both;
}
.ajax__tab_header > span > span {
  display: inline;
}
.ajax__tab_header > span a {
  display: block;
  color: #256e93;
  padding: 10px 25px;
  overflow: visible !important;
  outline: 0;
}
.ajax__tab_header > span a:active,
.ajax__tab_header > span a:focus {
  outline: 0;
}
.ajax__tab_header > span a:hover {
  color: #164056;
  background-color: #389bcd;
}
.ajax__tab_header > span.ajax__tab_active a {
  background-color: #389bcd;
  color: #5f5f5f;
}
.ajax__tab_header > span.ajax__tab_active a:hover {
  color: #393939;
}
.welcome.page-display .ajax__tab_header {
  display: none;
}
.welcome.page-display .ajax__tab_body .ajax__tab_panel {
  display: block !important;
  visibility: visible !important;
}
.welcome.page-display .ajax__tab_body .ajax__tab_panel .box_small {
  padding: 20px 0;
}
.welcome.page-display .ajax__tab_body .ajax__tab_panel:last-child .box_small {
  border-bottom: 0;
}
.footer {
  text-align: center;
  font-size: 0.8em;
  padding: 10px;
  vertical-align: middle;
  background-color: #eeeeee;
}
.footer p {
  margin: 0;
}
.footer a {
  color: black;
}
.footer a:hover {
  color: #164056;
}
.supportTab {
  background: white url('data:image/gif;base64,R0lGODlhLAAOAcQAAHBwcOvtlSWae/j4zhsbG/Pzsf7+9U6pbbfUYmazZcjbavv75qnNXY/DXNXhchyXftXeUjehdRWUgN/meYO+XZ3IXeLog3a5YEVFRYyMjLa2tszMzN3d3e7u7gEBAf///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQxQ0U1RkVDMjQ2NTExRTQ5NTU5ODk5NjQ5QTlCNEMwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQxQ0U1RkVEMjQ2NTExRTQ5NTU5ODk5NjQ5QTlCNEMwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDFDRTVGRUEyNDY1MTFFNDk1NTk4OTk2NDlBOUI0QzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDFDRTVGRUIyNDY1MTFFNDk1NTk4OTk2NDlBOUI0QzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIi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') bottom/*/images/support_tab.gif*/ left no-repeat;
  border-right: outset 1px #303030;
  border-bottom: outset 1px #303030;
  border-left-width: 0;
  color: #303030;
  cursor: pointer;
  display: block;
  font-family: Arial, Sans-Serif;
  font-size: 80%;
  height: 285px;
  margin: 0;
  overflow: hidden;
  position: fixed;
  text-indent: -5000px;
  top: 23%;
  left: 0;
  width: 44px;
  z-index: 50000;
}
.supportTab:hover {
  border-color: #308ced;
  background: white url('data:image/gif;base64,R0lGODlhLAAOAcQAAHBwcOvtlSWae/j4zhsbG/Pzsf7+9U6pbbfUYmazZcjbavv75qnNXY/DXNXhchyXftXeUjehdRWUgN/meYO+XZ3IXeLog3a5YEVFRYyMjLa2tszMzN3d3e7u7gEBAf///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE4RjBBOTI1MjQ2NjExRTQ5ODYwRDg2NEU2Mjc3QTFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE4RjBBOTI2MjQ2NjExRTQ5ODYwRDg2NEU2Mjc3QTFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MThGMEE5MjMyNDY2MTFFNDk4NjBEODY0RTYyNzdBMUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MThGMEE5MjQyNDY2MTFFNDk4NjBEODY0RTYyNzdBMUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIi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') left/*/images/support_tabro.gif*/ bottom no-repeat;
}
.supportTabCloser {
  background-color: red;
  color: white;
  text-align: center;
  border-top: outset 1px #303030;
  border-right: outset 1px #303030;
  border-left-width: 0;
  cursor: pointer;
  display: block;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  height: 22px;
  margin: 0;
  overflow: hidden;
  position: fixed;
  text-indent: 0;
  top: 23%;
  left: 0;
  width: 44px;
  z-index: 55000;
}
/* Variables */

/* End Of Variables */

@font-face {
  font-family: 'ubuntu';
  src: url('/css/fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
}
body {
  font-family: ubuntu;
  color: #333333;
}
body.login .extra-menu-links {
  display: none;
}
.branchSelectionDropdown {
  width: auto;
  margin: 0 auto;
  display: block;
  border: 1px solid #d9d9d9;
  padding: 10px;
  font-size: 1em;
  border-radius: 5px;
}
#menuItemOS {
  display: none;
  visibility: hidden;
}
.clearBoth {
  clear: both;
}
a {
  color: #256e93;
}
a:hover {
  color: #164056;
}
.row {
  max-width: 75rem;
}
.eucookie {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  /*background-color: @font-colour;
    color: #fff;*/
  position: relative;
  z-index: 5;
}
.eucookie .eucookieq {
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
}
.eucookie .eucookiea {
  color: black;
  vertical-align: middle;
  text-align: right;
  padding-top: 25px;
  padding-bottom: 25px;
}
.breadcrumb-container {
  display: none;
}
.contactTable tr {
  padding: 15px 0 !important;
}
.registerNow {
  display: none;
  text-align: center;
}
.registerNow a {
  color: #256e93;
  padding: 50px 0 20px 0;
  display: block;
}
.nhs {
  display: none;
}
.accordionHeader,
.accordionHeader1,
.accordionHeaderSelected,
.accordionHeaderSelected1 {
  margin: 5px 0 0;
  padding: 10px 20px;
  background: none;
  background-color: #389bcd;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 1em;
}
.accordionHeader h2,
.accordionHeader1 h2,
.accordionHeaderSelected h2,
.accordionHeaderSelected1 h2 {
  display: inline-block;
  font-size: 1em;
  margin: 0 !important;
  font-weight: normal;
}
.accordionHeader:before,
.accordionHeader1:before,
.accordionHeaderSelected:before,
.accordionHeaderSelected1:before {
  font-family: msw;
  width: 20px;
  display: inline-block;
}
.accordionContent,
.accordionContent1 {
  border: 1px solid #ebebeb;
}
.accordionContent input,
.accordionContent1 input {
  padding: 5px;
}
.accordionContent input[type=image],
.accordionContent1 input[type=image] {
  position: relative;
  top: 9px;
}
.accordionContent img,
.accordionContent1 img {
  padding: 5px;
  position: relative;
  top: 9px;
}
.accordionHeader:before,
.accordionHeader1:before {
  content: '\f0da';
}
.accordionHeaderSelected:before,
.accordionHeaderSelected1:before {
  content: '\f0d7';
}
@media only screen and (max-width: 1024px) {
  .userPollAndOnlineServices .userPollAndOnlineServicesContainer {
    text-align: center;
  }
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .userPoll .poll-inner {
  text-align: center;
  padding: 10px;
  background-color: white;
  border: 1px solid #256e93;
}
@media only screen and (max-width: 1024px) {
  .userPollAndOnlineServices .userPollAndOnlineServicesContainer .userPoll .poll-inner {
    max-width: 500px;
    margin: 0 auto;
  }
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .userPoll .poll-inner img {
  padding: 5px;
  float: left !important;
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .userPoll .poll-inner .userPollQContainer h4 {
  margin: 5px 0;
  color: #256e93;
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .userPoll .poll-inner .userPollQContainer span {
  display: block;
  font-size: 0.9em;
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .userPoll .poll-inner .userPollQContainer .userPollQText {
  text-align: center;
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .userPoll .poll-inner .userPollQContainer .userPollQText i {
  display: inline-block;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 5px;
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .userPoll .poll-inner .userPollQContainer .userPollQText .userPollQ {
  font-weight: bold;
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .userPoll .poll-inner .userPollQContainer .userPollQText .userPollQ:before {
  font-family: 'msw';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e61c";
  position: absolute;
  left: -25px;
  top: 4px;
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .userPoll .poll-inner .userPollA {
  padding: 15px 0;
  text-align: center;
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .userPoll .poll-inner .userPollA input {
  margin-right: 10px;
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .userPoll .poll-inner .userPollA label {
  margin-right: 15px;
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .haveYourSayLinksBlock {
  padding: 10px 0;
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .haveYourSayLinksBlock .haveYourSayLinksContainer {
  font-size: 0.9em;
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .haveYourSayLinksBlock .haveYourSayLinksContainer h4 {
  font-size: 1.1em;
  margin: 5px 0;
  color: #256e93;
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .haveYourSayLinksBlock .haveYourSayLinksContainer div {
  text-align: left;
  margin: 5px 0 5px 0;
  display: inline-block;
  float: left;
  position: relative;
  width: 50%;
  /*@media only screen and (max-width: 980px) {
                        width: 50%;
                    }*/

  /*@media only screen and (max-width: 440px) {
                        padding: 20px 0 20px 20%;
                    }*/

}
@media only screen and (max-width: 1024px) {
  .userPollAndOnlineServices .userPollAndOnlineServicesContainer .haveYourSayLinksBlock .haveYourSayLinksContainer div {
    width: 100%;
  }
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .haveYourSayLinksBlock .haveYourSayLinksContainer div:before {
  display: inline-block;
  font-family: msw;
  font-size: 1.2em;
  position: absolute;
  left: 0px;
  color: #256e93;
  background-color: #e9e9e9;
  text-align: center;
  vertical-align: middle;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  padding-top: 3px;
  padding-left: 3px;
  /*content: "\e608";*/

}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .haveYourSayLinksBlock .haveYourSayLinksContainer div.haveYourSayLink:before {
  content: "\e608";
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .haveYourSayLinksBlock .haveYourSayLinksContainer div.ppg:before {
  content: "\e972";
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .haveYourSayLinksBlock .haveYourSayLinksContainer div a {
  margin-left: 40px;
  text-decoration: none;
  line-height: 35px;
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .haveYourSayLinksBlock .haveYourSayLinksContainer div a:hover {
  text-decoration: underline;
}
.userPollAndOnlineServices .onlineServiceDescriptionBlock .onlineServicesImage {
  background-image: url('/images/ResponsiveStyle2/building.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 100%;
  height: 125px;
}
.userPollAndOnlineServices .onlineServiceDescriptionBlock .onlineServicesDescription {
  padding: 10px 0;
  font-size: 0.8em;
}
.userPollAndOnlineServices .onlineServicesBlock h3 {
  text-align: center;
  color: #256e93;
  /*@media only screen and (max-width : @medium-screen-break) {
                text-align: left;
            }*/

}
.userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer {
  text-align: center;
}
.userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer .online_services {
  display: inline-block;
  margin: 20px 0 10px 0;
  width: 32%;
  padding: 0 2% 20px 8%;
  vertical-align: top;
  position: relative;
  font-size: 0.8em;
  min-height: 72px;
  text-align: left;
}
@media only screen and (max-width: 980px) {
  .userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer .online_services {
    width: 35%;
    padding: 20px 2% 20px 12%;
    min-height: 56px;
  }
}
@media only screen and (max-width: 660px) {
  .userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer .online_services {
    width: 100%;
    padding: 20px 0 20px 15%;
    min-height: 0;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 440px) {
  .userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer .online_services {
    padding: 20px 0 20px 20%;
  }
}
.userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer .online_services:before {
  display: block;
  font-family: msw;
  font-size: 2.5em;
  position: absolute;
  left: 20px;
  color: #256e93;
  background-color: #e9e9e9;
  text-align: center;
  vertical-align: middle;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  padding-top: 3px;
  padding-left: 3px;
}
.userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer .online_services.online_prescriptions:before {
  content: "\e903";
}
.userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer .online_services.online_cancel:before,
.userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer .online_services.online_appointments:before {
  content: "\e615";
}
.userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer .online_services.online_phone:before {
  content: "\e902";
}
.userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer .online_services.online_survey:before {
  content: "\e608";
}
.userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer .online_services.online_address:before {
  content: "\e612";
}
.userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer .online_services.online_record:before {
  content: "\e60a";
}
.userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer .online_services.online_newsletter:before {
  content: "\e614";
}
.userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer .online_services.online_carerecord:before {
  content: "\e901";
}
.userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer .online_services a {
  display: block;
  font-size: 1.1em;
  margin-bottom: 6px;
  color: #256e93;
  text-decoration: none;
}
.userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer .online_services a strong {
  font-weight: normal;
}
.userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer .online_services a:hover {
  color: #164056;
}
@media only screen and (max-width: 660px) {
  .userPollAndOnlineServices .onlineServicesBlock .onlineServicesContainer {
    text-align: left;
  }
}
.ie7 .fullHeader,
.ie8 .fullHeader {
  background-image: none;
}
.ie7 .menu-header .content-container,
.ie8 .menu-header .content-container {
  border-bottom: 1px solid #999999;
}
.ie7 .cssmenu > ul > #menuItemOS > a,
.ie8 .cssmenu > ul > #menuItemOS > a {
  height: 30px;
  padding-bottom: 15px;
  border-color: #999999;
  border-top: solid 1px;
  border-bottom: dashed 1px;
  border-right: dashed 1px;
  border-left: dashed 1px;
  background-image: none;
  margin-left: 15px;
  padding-bottom: 0 !important;
}
.ie7 .cssmenu ul #menuItemOS ul {
  margin-left: -263px;
}
.ie8 .cssmenu ul #menuItemOS ul {
  margin-left: -218px;
}
.ie7 .cssmenu ul #menuItemOS ul ul {
  margin-left: -245px;
  margin-top: 0;
}
.ie8 .cssmenu ul #menuItemOS ul ul,
.ie9 .cssmenu ul #menuItemOS ul ul {
  margin-left: -200px;
  margin-top: 0;
}
.ie7 .cssmenu ul #menuItemOS ul li,
.ie8 .cssmenu ul #menuItemOS ul li {
  position: static;
}
@media all and (max-width: 1350px) {
  .ie7 .cssmenu > ul > #menuItemOS > a,
  .ie8 .cssmenu > ul > #menuItemOS > a {
    font-size: 13px;
    padding: 15px;
    margin-left: 62px !important;
  }
  .ie8 .cssmenu > ul > #menuItemOS > a {
    margin-top: 3.3em;
  }
}
@media all and (max-width: 1110px) {
  .ie7 .cssmenu > ul > #menuItemOS > a,
  .ie8 .cssmenu > ul > #menuItemOS > a {
    border-bottom: 0;
    font-size: 13px;
    padding: 15px;
  }
}
@media all and (max-width: 1160px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .ie7 .cssmenu > UL > #menuItemOS > A,
  .ie8 .cssmenu > UL > #menuItemOS > A {
    margin-left: 0 !important;
    padding: 15px;
    padding-bottom: 15px !important;
    padding-left: 4%;
    height: auto;
    border: 0;
    font-size: 15px;
  }
  .ie7 .cssmenu UL #menuItemOS UL,
  .ie8 .cssmenu UL #menuItemOS UL {
    margin-left: 0;
  }
}
.footer {
  background-color: white;
  color: black;
}
.resLowerBlock h3 {
  color: #333333;
}
.resLowerBlock h3:before {
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
}
.blocks-container .index-block h3 {
  color: #256e93;
}
.userPollAndOnlineServices .onlineServicesBlock h3 {
  color: #256e93;
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .userPoll .poll-inner .userPollQContainer h4 {
  color: #256e93;
}
.userPollAndOnlineServices .userPollAndOnlineServicesContainer .haveYourSayLinksBlock .haveYourSayLinksContainer h4 {
  color: #256e93;
}
