html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.2em;
  _zoom: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	                                         content: '';
	                                         content: none;
                                               }

ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

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

img {
  vertical-align: middle;
}

html{
  font-size: 62.5%;
}

body{
  color: #333;
  font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  _behavior: url("//www.healthcentre.org.uk/js/csshover3.htc");
}

a
{
  text-decoration: underline;
}

strong, th, thead td, dt
                        {
	                  font-weight: bold;
                        }

cite, em, dfn
            {
	      font-style: italic;
            }

code,kbd,samp,pre,tt,var,textarea
                           {
	                     font-size: 1em;
	                     font-family: mono-space, monospace;
                           }

pre
{
  white-space: pre;
}

pre *
{
  font-size: 100%;
  white-space: pre;
}

small,sup,sub
            {
	      font-size: 85%;
            }

big
{
  font-size: 125%;
  line-height: 80%;
}

abbr,acronym
       {
	 text-transform: uppercase;
	 font-size: 85%;
	 letter-spacing: .1em;
       }

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

sup
{
  vertical-align: super;
}

sub
{
  vertical-align: sub;
}

select,button
         {
	   cursor: pointer;
         }

html > body input{
  cursor: pointer;
}

input[type='text'],input[type='password']
                        {
	                  cursor: text;
                        }

input[type='hidden']
{
  display: none;
}

.clear{
  clear: both;
}

.floatRight{
  float: right;
}

.floatLeft{
  float: left;
}

.alignCenter{
  text-align: center;
}

.alignLeft{
  text-align: left;
}

.alignRight{
  text-align: right;
}

.niceField{
  text-align: left;
  background: #fff;
  border: 1px solid #d9e1e9;
  border-top-color: #90929a;
  border-left-color: #d8d9e2;
  border-right-color: #d8d9e2;
}

.content
{
  font-size: 1em;
  line-height: 1.4em;
}

.content h1
{
  font-size: 2.2em;
  line-height: 1;
  margin: 1em 0 .5em;
}

.content h2
{
  font-size: 2em;
  line-height: 1;
  margin: 1.07em 0 .535em;
}

.content h3
{
  font-size: 1.8em;
  line-height: 2;
  margin: 1.14em 0 .57em;
}

.content h4
{
  font-size: 1.6em;
  line-height: 1;
  margin: 1.23em 0 .615em;
}

.content h5
{
  font-size: 1.4em;
  line-height: 1;
  margin: 1.33em 0 .67em;
}

.content h6
{
  font-size: 1.0em;
  line-height: 1;
  margin: 1.3em 0 .8em;
}

.content hr
{
  display: block;
  background: #000;
  width: 100%;
  height: 1px;
  border: none;
  overflow: hidden;
}

.content ul
{
  list-style: disc outside;
}

.content ol
{
  list-style: decimal outside;
}

.content table
{
  border-collapse: collapse;
}

.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content address, .content table, .content form
                                                                                                                 {
	                                                                                                           margin-bottom: 1.6em;
                                                                                                                 }

.content p, .content ul li, .content ol li{
  line-height: 1.4em;
}

.content p+p
{
  margin-top: -.8em;
}

.content fieldset
{
  margin: 1.6em 0;
  padding: 1.6em;
}

/* \*/

.content legend
{
  padding-left: .8em;
  padding-right: .8em;
}

/* */

@media all and (min-width: 0px) /* for Opera 8 */
{
  .content legend
  {
    margin-bottom: 1.6em;
  }
  .content fieldset
  {
    margin-top: 0;
  }
  .content[class^='content'] fieldset
  {
    margin-top: 1.6em;
  }
}

.content fieldset>*:first-child
                      {
	                margin-top: 0;
                      }

.content textarea,.content input[type='text']
{
  padding: .1em .2em;
}

.content input
{
  padding: .2em .1em;
}

.content select
{
  padding: .2em .1em 0;
}

.content select[multiple]
{
  margin-bottom: .8em;
}

.content option
{
  padding: 0 .4em .1em;
}

.content button
{
  padding: .3em .5em;
}

.content input[type='radio']
{
  position: relative;
  bottom: -.2em;
}

.content dt
{
  margin-top: .8em;
  margin-bottom: .4em;
}

.content ul,.content ol
{
  padding-left: 2.2em;
}

.content caption,.content form div
{
  padding-bottom: .8em;
}

.content ul ul, content ol ul, .content ul ol, content ol ol
                                                       {
	                                                 margin-bottom: 0;
                                                       }


.content .floatRight{
  margin: 0 0 1em 1em;
}

.content .floatLeft{
  margin: 0 1em 1em 0;
}

.content .faq {
  margin-left: 200px;
}

@charset "utf-8";

@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon.eot');
  src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.woff') format('woff'),
  url('../fonts/icomoon.ttf') format('truetype'),
  url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.dl-menuwrapper {
  width: 100%;
  width: 100%;
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  -moz-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
  margin-right: 0;
  margin: 5px 0;
}

.dl-menuwrapper button {
  background: #ccc;
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #aaa;
}

.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 16%;
  box-shadow:
  0 10px 0 #fff,
  0 20px 0 #fff;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212,204,198,0.3);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  -moz-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  -moz-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  -moz-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  -moz-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  -moz-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut1 {
  50% {
    -moz-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -moz-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut2 {
  100% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut3 {
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut4 {
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut5 {
  100% {
    -moz-transform: translateY(40%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut1 {
  50% {
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@keyframes MenuAnimOut2 {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut3 {
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut4 {
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut5 {
  100% {
    transform: translateY(40%);
    opacity: 0;
  }
}

.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  -moz-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  -moz-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  -moz-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  -moz-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  -moz-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn1 {
  0% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -moz-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn2 {
  0% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn3 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn4 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn5 {
  0% {
    -moz-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes MenuAnimIn1 {
  0% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes MenuAnimIn2 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn3 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn4 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn5 {
  0% {
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  -moz-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  -moz-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  -moz-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  -moz-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn1 {
  0% {
    -moz-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn2 {
  0% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn3 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn4 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn5 {
  0% {
    -moz-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn1 {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn2 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn3 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn4 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn5 {
  0% {
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  -moz-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  -moz-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  -moz-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  -moz-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut1 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(50%);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut2 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut3 {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut4 {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut5 {
  0% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(-200px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut1 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut3 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut4 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut5 {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateZ(-200px);
    opacity: 0;
  }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}

body{
  font: 16px Arial, Helvetica, Geneva, sans-serif;
  color: #666;
}

a{
  color: #74a5cd;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
  font-weight: normal;
  color: #74a5cd;
}

.clear{
  clear: both;
}

.bottomLink, .navLink{
  font-size: 12px;
  color: #2ca8e0;
}

.navLink{
  font-size: 14px;
}

.navLink.floatRight {
  float: none;
  text-align: right;
  width: 100%;
}

#wrapper{
  display: flex;
  align-self: center;
  position: relative;
  padding: 173px 5vw 0;
}

@media screen and (max-width: 1440px) {
  #wrapper{
    padding: 173px 0 0;
  }
}
@media screen and (max-width : 999px) {
  #wrapper{
    padding: 213px 0 0;
  }
}

.laser-eye-body #wrapper {
	margin-top:38px;
}
@media screen and (max-width : 556px) {
	.laser-eye-body #wrapper {
		margin-top:60px;
	}
}

#header{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 173px;
  background: #e3edf5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 6px solid #3e3f9a;
  box-sizing: border-box;
}

#header .container {
  flex: 1 1 auto;
  margin: 0 5vw;
  position: relative;
  height: 100%;
  max-width: 90vw;
}

#topArea{
  position: absolute;
  top: 13px;
  left: 0;
  height: 60px;
  width: 954px;
}

#topMenu{
  position: absolute;
  right: 0;
  top: 14px;
  width: 725px;
  font-size: 12px;
  text-align: right;
  color: #74a5cd;
}

#topMenu a{
  padding: 0 3px;
}

#topAccesibility{
  position: absolute;
  right: 0;
  top: 39px;
  width: 250px;
}

#topAccesibility a{
  background-position: 100% 0;
  display: block;
  float: right;
  height: 17px;
  line-height: 17px;
  padding: 0 20px 0 0;
  margin: 0 0 0 10px;
}

#decreaseSize{
  background: url(../images/decrease-font.png) no-repeat;
}

#increaseSize{
  background: url(../images/increase-font.png) no-repeat;
}

#searchForm{
  position: absolute;
  right: 0;
  top: 102px;
  width: 216px;
  height: 25px;
}

#searchInput{
  position: absolute;
  left: 0;
  top: 3px;
  height: 16px;
  width: 156px;
  color: #666;
}

#searchSubmit{
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 52px;
  background: #81add2 url(../images/search-button.png);
  border: 0;
  height: 25px;
}

#logo{
  position: absolute;
  width: 279px;
  height: 109px;
  left: 0;
  top: 14px;
}

#logo a{
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#menu{
  position: absolute;
  width: 100%;
  top: 140px;
  left: 0;
}

#menu li{
  float: left;
  position: relative;
  margin-right: 7px;
}

#menu li.last{
  margin-right: 0;
}

#menu li a{
  font-size: 14px;
  background: #74a5cd;
  border-radius: 5px 5px 0 0;
  display: block;
  float: left;
  height: 26px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  padding: 1px 0.6rem 0;
}

#menu li a:hover{
  background-color: #3e3f9a;
  background-position: 100% 0;
}


#content{
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
  max-width: calc(100% - 2vw);
}

@media screen and (max-width: 1440px) {
  #content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 3vw;
    max-width: calc(100% - 3vw);
  }
}

@media screen and (max-width : 999px) {
  #content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 2vw;
    max-width: calc(100% - 2vw);
  }
}

#leftPart{
  flex: 1 1 auto;
  padding: 7px 0 0 0;
  display: flex;
}

#leftColumn{
  flex: 0 0 172px;
  order: 1;
}

#leftColumn .title, .rhs-menu .title,
#leftColumn h2, .rhs-menu h2{
  padding: 10px 15px;
  background: #74a5cd;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

#leftColumn .title.purple, .rhs-menu .title.purple,
#leftColumn h2.purple, .rhs-menu h2.purple{
  background: #3e3f9a;
}

#leftColumn .title.purplelight, .rhs-menu .title.purplelight,
#leftColumn h2.purplelight, .rhs-menu h2.purplelight{
  background: #556CC6;
}

#leftColumn ul, .rhs-menu ul{
  border-top: 1px solid #fff;
  padding-bottom: 5px;
  background: #eef4f9;
}

#leftColumn ul li a, .rhs-menu ul li a{
  display: block;
  padding: 5px 5px 5px 15px;
  border-bottom: 1px solid #fff;
  word-break: break-word;
}

#leftColumn ul li a:hover, .rhs-menu ul li a:hover{
  color: #326a9b;
}


#leftColumn ul li ul, .rhs-menu ul li ul{
  padding: 0;
  border: 0;
}

#leftColumn ul li ul li a, .rhs-menu ul li ul li a{
  padding-left: 28px;
  background: url(../images/left-bullet.png) no-repeat 20px 9px;
}

#leftColumn ul.purple, #leftColumn ul.purple li ul, .rhs-menu ul.purple, .rhs-menu ul.purple li ul{
  background: #ebebf5;
  color: #494994;
}

#leftColumn ul.purple li a, .rhs-menu ul.purple li a{
  color: #6851B1;
}

#leftColumn ul.purple li a:hover, .rhs-menu ul.purple li a:hover{
  color: #3e3f9a;
}

#leftColumn ul.purple li ul li a, .rhs-menu ul.purple li ul li a{
  background-image: url(../images/left-bullet-purple.png);
}

#leftColumn ul.purplelight, #leftColumn ul.purplelight li ul, .rhs-menu ul.purplelight, .rhs-menu ul.purplelight li ul{
  background: #eef2fb;
  color: #7c74cd;
}

#leftColumn ul.purplelight li a, .rhs-menu ul.purplelight li a{
  color: #7c74cd;
}

#leftColumn ul.purplelight li a:hover, .rhs-menu ul.purplelight li a:hover{
  color: #3e3f9a;
}

#leftColumn ul.purplelight li ul li a, .rhs-menu ul.purplelight li ul li a{
  background-image: url(../images/left-bullet-purple.png);

}
.leftSection{
  margin: 0 0 7px 0;
}

.leftButton{
  display: block;
  width: 172px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 7px 0;
  font-size: 14px;
  background: url(../images/left-button-bg.png) no-repeat;
}

#centerColumn{
  flex:1 1 auto;
  text-align: justify;
  padding: 0 2vw;
  order: 2;
}

#centerColumn hr{
  background: #fff;
  height: 0;
  border-bottom: 1px dotted #2ca8e0;
  margin: 10px 0;
}

.content h1, .content h2, .content h3, .content h4, .content h5{
  font-weight: bold;
  color: #3e3f9a;
}

.content h1{
  font-size: 3rem;
  text-align:left;
  margin: 0 0 5px;
}

.content h2{
  font-size: 2rem;
  margin: 0 0 4px;
}

.content h3{
  font-size: 1.6rem;
  margin: 0 0 3px;
}

.content h4{
  font-size: 1.2rem;
  margin: 0 0 2px;
}

#slogan{
  padding: 8px 0;
  margin: 0 0 7px 0;
  font-size: 12px;
  border: dotted #74a5cd;
  border-width: 1px 0;
  font-style: italic;
  color: #74a5cd;
}

#slogan strong{
  font-style: normal;
  color: #3e3f9a;
}

.flex-wrap {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
  justify-content: center;
}

.homeBox {
  margin: 0 2rem 2rem 0;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid #b9d2e6;
  border-radius:10px;
  flex:0 1 22%;
}
.homeBox:hover {
  text-decoration: none;
}

.lastInRow{
  margin-right: 0 !important;
}

.homeBoxBg{
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}

.homeBoxContent{
  display: flex;
    flex-direction: column;
    flex: 1 1 100%;
}

.homeBox h2{
  color: #74a5cd;
  text-align: left;
}

.homeBox .description{
  color: #999;
  padding: 1rem 0;
  flex: 1 1 auto;
}

.homeBox img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.homeBoxLink{
  display:flex;
  text-align: center;
  line-height: 18px;
  padding: 0 0 0 3rem;
  margin: 1rem 0 0;
  background: url(../images/round-arrow.png) no-repeat 0 0;
}

.homeBoxLinkFind{
  display: block;
  width: 170px;
  text-align: center;
  height: 18px;
  line-height: 18px;
  padding: 0 0 0 8px;
  margin: 3px 0 0 0;
  background: url(../images/round-arrow.png) no-repeat 0 0;
}

.greyBox{
  display: flex;
  flex-direction: column;
  padding: 1rem;
  margin-bottom: 2rem;
  background: #f1f1f1;
  border-radius: 10px;
}

.greyBox h2, .greyBox h3, .greyBox h4{
  color: #74a5cd;
}

.doubleList{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  border-left: 1px dotted #ccc;
  list-style-type: none !important;
  padding: 3px 0 !important;
  margin: 0 !important;
}

.doubleList li{
  flex: 1 1 235px;
  position: relative;
  width: 235px;
  padding: 2px 5px 2px 35px;
  margin-right: 15px;
  background: url(../images/bullet-purple.png) no-repeat 10px 5px;
  text-align: left;
}



.doubleListAbove{
  position: relative;
  left: 49%;
  _left: 47%;
  border-left: 1px dotted #ccc;
  list-style-type: none !important;
  padding: 3px 0 !important;
  margin: 0 !important;
  *zoom:1;
}

.doubleListAbove li{
  position: relative;
  left: -285px;
  float: left;
  width: 235px;
  padding: 0px 5px 1px 30px;
  margin-right: 15px;
  background: url(../images/left-bullet-purple.png) no-repeat 10px 5px;
}





/* My Comment */

#rightColumn{
  display: none;
  flex: 0 0 160px;
}

#rightDate{
  font-size: 10px;
  text-align: center;
  padding: 8px 0 8px;
  color: #888;
}

#rightB{
  height: 600px;
  background: #e3edf5;
}

.rightLink{
  display: block;
  width: 124px;
  margin: 10px auto 10px;
}

#footerWrapper{
  background: #e3edf5;
}

#footer{
  padding: 40px 13px;
  color: #74a5cd;
  width: 934px;
  margin: 0 auto;
  text-align: right;
}


.fbld {
  font-weight: bold;
  font-size: 14px;
}


#findsearch form select {
  width:300px;
}

.select-box{vertical-align:middle;}
.select-box select {
  padding: 1px;
  width: 248px;
}

#select-box-side{vertical-align:middle;}
#select-box-side select{width:190px;}

#findright {
  float: right;
  margin: 0 0 0.5em 1em;
  width: 300px;
  background: url(../images/find.png) no-repeat;
  text-align: center;
  height: 32px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding-top: 9px;
}

#findright a {
  color:#FFF;
}

#findright a:hover {
  text-decoration: underline;
  color: #FFF
}


/* Clinic items Featured */

.clinicItem{
  margin-bottom: 10px;
  padding: 1rem;
  border: 1px dotted #2974ab;
  display: flex;
}

.clinicItem > a {
  margin-right: 2rem;
}

.clinicItem h2{
  font-weight: bold;
  line-height: 1em !important;
  border-bottom: 1px dotted #ddd;
  padding: 0 0 5px 0 !important;
  margin: 0 0 2px 0 !important;
}

.clinicItem .description{
  color: #333;
}

.clinicItem .floatLeft{
  float: left;
  margin: 4px 0px 0px 0px;
}

.clinicItem .floatRight{
  float: right;
  margin: 0;
}

.clinicItem span.padding{
  padding-left: 15px;

}



.clinicItem strong{
  color: #000;
  font-style: italic;
}

.clinicItem .clear{
  overflow: hidden;
  height: 0;
}


.clinicemail {
  background:url(../images/thumbnail/email-t.jpg) no-repeat;
  padding-left: 50px;
  padding-top: 6px;
  padding-bottom: 8px;

}


.clinicweb {
  background:url(../images/thumbnail/web-t.jpg) no-repeat;
  padding-left: 32px;
  padding-top: 6px;
  padding-bottom: 8px;

}


.clinictel {
  background:url(../images/thumbnail/tel-t.jpg) no-repeat;
  padding-left: 50px;
  padding-top: 6px;
  padding-bottom: 8px;

}


#contactForm1 {

}

.content #contactForm1 {
  float: right;
  margin: 0 0 10px 15px;
}

#contactForm1 input, #contactForm1 textarea {
  display: block;
  text-align: left;
  padding: 2px;
  width: 240px;
  margin: 5px 0px;
  border: 1px solid #74a5cd;
  color: #3e3f9a;
  font: 11px "Verdana", Trebuchet, Verdana, sans-serif;
  background-color:#eff6fb;
}

#contactForm1 select{
  display: block;
  text-align: left;
  padding: 7px 5px 7px -5px;
  width: 245px;
  margin: 5px 0px;
  border: 1px solid #74a5cd;
  color: #3e3f9a;
  font: 11px "Verdana", Trebuchet, Verdana, sans-serif;
  background-color:#eff6fb;
}


#contactForm1 .button {
  background:url(http://www.healthcentre.org.uk/images/enquiry/send.jpg) no-repeat;
  color:#FFF;
  float: right;
  width: 80px;
  height: 27px;
  font: 13px "Trebuchet MS", Trebuchet, Verdana, sans-serif;
  text-align: center;
  margin-right: 5px;
}

.linktext
{
  font-family:tahoma;
  font-size:11px;
  color:#3e3f9a;
  line-height:20px;
  font-weight:695;
}

.linktext a
{
  font-family:tahoma;
  font-size:11px;
  color:#3e3f9a;
  text-decoration:none;
}

.linktext a:hover
              {
                color:#3e3f9a;
                text-decoration:none;
              }

#contactForm1 .to-focus:focus {
  border: 2px solid #cc0000;
}

#centerColumn .buy-now a {
  color: #dd0000;
}

/* --- NEW Contact form on dental implants --- */

.contact-point-form {
  position: relative;
  left: 3px;
  padding: 125px 0 0 40px;
  margin: 0 0 18px 0;
  width: 250px;
  height: 225px;
  color: #fff;
  background: url('../images/side-contact-point-blue-small.jpg') no-repeat;
}

#billboard  .contact-point-form {
  position: absolute;
  padding: 18px 0 0 160px;
  margin: 0;
  left: 570px;
  top: 0;
  width: 230px;
  height: 220px;
  color: #fff;
  background: url('../images/header-form-bg.jpg') no-repeat;
}

.contact-point-form .title {
  font-size: 15px;
  margin: 0 0 3px 0;
  padding-bottom: 0;
}

.contact-point-form label.big {
  display: block;
  font-size: 15px;
  margin: 0 0 2px 0;
}

.contact-point-form .choices {
  left: -10px;
  list-style: none outside none;
  margin: 0 0 5px;
  padding: 0;
  position: relative;
}

.contact-point-form .morechoices {
  list-style-type: none;
  padding: 0;
  margin-top:20px;
}

.contact-point-form .choices li {
  padding: 0 0 0 10px;
  margin: 0 0 4px 0;
}

.side-column .contact-point-form .choices li {
  padding-bottom: 0;
  margin-bottom: 9px;
}

.contact-point-form .choices label {
  color: #ffd7ee;
}

.contact-point-form .text {
  background-color: #fff;
  display: block;
  padding: 0 5px;
  width: 200px;
  height: 26px;
  border: none;
  color: #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
}

.contact-point-form .submit {
  margin: 5px 0 0 140px;
  width: 70px;
  height: 30px;
  background: url('../images/header-form-submit-blue.png') no-repeat;
}

#compare-form .slide-container {
  overflow: hidden;
  width: 230px;
}

#compare-form .slides {
  width: 460px;
}

#compare-form .page {
  width: 230px;
  float: left;
}

#compare-form .procedure, #compare-form .procedure li {
  margin-bottom: 10px;
}

#compare-form .procedure li {
  margin-bottom: 5px;
}

#compare-form .personal label.big {
  float: left;
  width: 67px;
  margin-top: 4px;
}

#compare-form .personal .text {
  margin-bottom: 2px;
  width: 132px;
}

#compare-form .personal .optional {
  float: right;
  margin-top: 6px;
  margin-right: 26px;
  text-align: right;
  font-size: 11px;
  font-style: italic;
}

#compare-form .personal li {
  margin-bottom: 5px;
}

#compare-form .personal .additional .big {
  width: auto;
}

#compare-form .personal textarea.text {
  width: 190px;
  height: 34px;
  padding: 10px 10px;
  font-size: 11px;
  line-height: 1.3;
  clear: both;
}

#compare-form .personal .placeholded {
  font-style: italic;
  color: #666;
}

#compare-form .first .postcode .compare {
  float: right;
  margin: -2px 20px 0 0;
}

#compare-form .postcode input.text {
  width: 120px;
  float: left;
}

#inner-contact-point {
  clear: both;
  float: right;
  height: 290px;
  margin: 20px 0 10px 10px;
  width: 240px;
}

#inner-contact-point .slides {
  width: 500px;
}

#inner-contact-point .slides-container {
  width: 225px;
  overflow: hidden;
}

#inner-contact-point .page {
  float: left;
  width: 250px;
}

#inner-contact-point .postcode .text {
  width: 129px;
  float: left;
}

#inner-contact-point .procedure .submit {
  float: right;
  margin: -2px 31px 0 0;
  border:0;
  position: relative;
  right: 20px;
  top: -20px;
}

#inner-contact-point .personal label.big {
  float: left;
  font-size: 12px;
  margin-top: 3px;
  width: 50px;
}

#inner-contact-point .personal .submit {
  background: url("../images/header-form-submit-blue-new.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  left: 46px;
  margin-left: 0;
  position: relative;
  top: 16px;
  width: 150px;
}

#inner-contact-point .personal li {
  margin-bottom: 5px;
}

#inner-contact-point .personal .text {
  width: 140px;
}

#inner-contact-point .personal textarea.text {
  width: 199px;
  padding: 10px 10px;
  font-size: 11px;
  line-height: 1.2;
  clear:both;
}

#inner-contact-point .personal .optional {
  float: right;
  margin-top: 5px;
  font-size: 11px;
  font-style: italic;
  margin-right: 39px;
}

#inner-contact-point .additional label.big {
  width: auto;
}

.furtherinformation {
  background: url("/images/side-contact-phone.jpg") no-repeat scroll 0 0 transparent;
  border-radius: 6px 6px 6px 6px;
  color: #FFFFFF;
  float: right;
  font-size: 12px;
  line-height: 1.6em;
  margin: 0 0 0 10px;
  padding: 11px 0 9px;
  text-align: center;
  width: 233px;
}

.furtherinformation strong {
  font-size:17px;
}


.homeBoxContent {
  border: none;
}

.homeBoxBg {
  background: none;
}

.greyBox {
  background: #f1f1f1;
  border-radius: 10px;
}


/* Responsive styles: */

@media only screen and (min-width : 1000px) {
  .dl-menuwrapper {
    display: none;
  }
}

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

  #header {
    width: 100%;
    left: 0;
    height: 213px;
  }

  #logo {
    left: 10px;
  }

  #topMenu {
    width: auto;
  }

  #menu {
    display: none;
  }

  .dl-menuwrapper {
    display: block;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: 0 -5vw;
    width: calc(100% + 5vw + 5vw);
    z-index: 1 !important;
    background: #004f9a;
  }

  .dl-menuwrapper button {
    background: #004f9a;
  }

  .dl-menuwrapper .dl-menu {
    margin-top: 0;
    height: 0; /* For IE 9-10*/
    overflow: hidden; /* For IE 9-10*/
  }

  .dl-menuwrapper .dl-menu.dl-menuopen {
    height: auto;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .dl-menuwrapper li a {
    padding: 10px 20px;
  }

  .dl-menuwrapper li:hover a {
    text-decoration: none;
  }

  .dl-menuwrapper button {
    color: #fff;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 20px;
    text-indent: 0;
    text-transform: uppercase;
    width: auto;
    padding-left: 60px;
    padding-right: 15px;
    padding-top: 3px;
    margin: 0;
  }

  .dl-menuwrapper button:after {
    left: 15px;
    width: 30px;
  }

  .dl-menuwrapper button:hover,
  .dl-menuwrapper button.dl-active,
  .dl-menuwrapper ul {
    background: #74a5cd;
  }

  #leftPart {
    position: relative;
    flex-direction: column;
    flex: 1 1 auto;
    max-width: calc(100% - 3vw);
  }

  .leftSection br {
    display: none;
  }

  #centerColumn {
    width: auto;
    float: none;
    box-sizing: border-box;
    padding: 0 0;
    flex: 0 0 auto;
  }

  .homeBox {
    flex: 0 1 31%;
  }

  .homeBox img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  #contactForm1 > table {
    width: 100%;
  }

  #contactForm1 > table input[type="text"],
  #contactForm1 > table textarea,
  #contactForm1 > table select {
    box-sizing: border-box;
    width: 100%;
  }

  #contactForm1 > table > tbody > tr > td:first-child {
    padding-left: 5px;
  }

  #contactForm1 > table > tbody > tr > td:last-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  #contactForm1 td {
    background-image: none !important;
  }

  #contactForm1 img[src="http://www.healthcentre.org.uk/images/enquiry/bottom.png"] {
    display: none;
  }

  .content .faq {
    box-sizing: border-box;
    width: 66%;
    float: left;
    margin-left: 0;
  }

  .clinicItem {
    padding-bottom: 0;
  }

  #rightColumn {
    display: block;
    flex: 1 1 100%;
    float: none;
    clear: both;
    margin: 0 auto 20px;
	  width:100%;
  }


  #footer {
    width: auto;
    line-height: 2em;
  }
}

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

  #leftPart {
    padding: 0;
    max-width: calc(100% - 2vw);
  }

  #leftColumn {
    margin-bottom: 10px;
    text-align: center;
    flex: 1 1 auto;
  }

  #leftColumn * {
    text-align: left;
  }

  #leftColumn .title,
  #leftColumn h2{
    background: none;
  }

  #leftColumn .title,
  #leftColumn h2{
    position: relative;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    background: #004f9a;
  }

  #leftColumn .title:after,
  #leftColumn h2:after{
    display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background: #fff;
    top: 8px;
    right: 10px;
    box-shadow:
    0 7px 0 #fff,
    0 14px 0 #fff;
  }

  #leftColumn .title,
  #leftColumn h2{
    background: #74a5cd;
    border-radius: 5px;
  }

  #leftColumn .title:first-of-type,
  #leftColumn h2:first-of-type{
    margin-top: 5px;
  }

  .collapsiblePane {
    margin-bottom: 20px;
    display: none;
  }

  .collapsiblePane.collapsed {
    display: block;
  }
  

  #leftColumn ul li a	{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  #centerColumn {
    margin: 0;
  }

  #contactForm1 {
    float: none !important;
    padding: 0 !important;
  }

  #contactForm1 > table > tbody > tr > td {
    width: 50% !important;
  }

  #contactForm1 > table > tbody > tr > td:first-child {
    width: 45% !important;
  }

  #contactForm1 > table > tbody > tr > td:last-child {
    width: 5px !important;
  }

  .doubleList {
    position: static;
    border: none;
  }

  .doubleList li {
    position: static;
    float: none;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: 5px 8px;
  }
}

@media only screen and (max-width : 567px) {
  .homeBox {
    flex: 0 1 100%;
  }

  .clinicItem {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .clinicItem .floatLeft {
    float: none;
  }

  .clinicItem > a {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width : 480px) {
  #logo {
    position: relative;
    left: 0;
    top: 0;
    margin: 15px auto;
  }

  #topMenu {
    position: relative;
    top: 0;
    right: 0;
    margin-right: 10px;
  }

  #contactForm1 > table > tbody > tr > td {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media only screen and (max-width : 413px) {
  .homeBox {
    width: 100%;
    flex: 1 1 100%;
    margin-right: 0;
  }
}


#contactForm1 {
  width: 336px;
}

form#contactForm1 {
  width: 270px;
}
form#contactForm1 > div {
  width: 270px;
}

div#contactForm1 {
  width: 336px;
  margin:0 !important;
}

@media screen and (max-width: 741px) {
  #contactForm1 {
    width: 90%;
  }
}

.fullWidth #leftPart {
  width: 100%;
}

.fullWidth #leftColumn .title,
.fullWidth #leftColumn h2 {
  border-radius: 5px 5px 0 0;
}

.fullWidth #leftColumn {
  width: 140px;
}

.fullWidth #centerColumn {
  width: 802px;
}

.laser-eye-test {
	float: right;
	max-width: 50%;
	margin-left: 10px;
}

.laser-eye-test img {
	border-radius: 5px;
}

#laser-eye-form {
  float: right;
  width: 50%;
  margin-left: 10px;
}

#laser-eye-form h2 {
  padding: 10px;
  background: #3e3f9a;
  border-radius: 5px 5px 0 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

#laser-eye-form .wrapper {
  padding: 10px;
  background: #ebebf5;
}

#laser-eye-form .form-field {
  margin-bottom: 1em;
  padding-bottom:0;
}
#laser-eye-form .form-field:last-child {
  margin-top: 1em;
}

#laser-eye-form .form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#laser-eye-form .form-field .field-small {
	width:25%;
	float:left;
}
#laser-eye-form .form-field .field-medium {
	width:50%;
	float:left;
}
#laser-eye-form .form-field .field-large {
	width:75%;
	float:left;
}


#laser-eye-form .form-field input, #laser-eye-form .form-field select, #laser-eye-form .form-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  outline: 0;
}
#laser-eye-form .form-field .field-small select {
	padding: 9px;
}

#laser-eye-form .form-field input:focus {
  border: 1px solid #3e3f9a;
}

#laser-eye-form button {
  border: 0;
  background: #3e3f9a;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  width: 50%;
}

.form-field label.error {
  color: #c00;
  margin: 0.5em 0 0;
}

#laser-eye-form .form-field input.error {
  border-color: #c00;
}

@media screen and (max-width: 577px) {
  #laser-eye-form {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}






#tummy-tuck-form {
  float: right;
  width: 50%;
  margin-left: 10px;
}

#tummy-tuck-form h2 {
  padding: 10px;
  background: #3e3f9a;
  border-radius: 5px 5px 0 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

#tummy-tuck-form .wrapper {
  padding: 10px;
  background: #ebebf5;
}

#tummy-tuck-form .form-field {
  margin-bottom: 1em;
  padding-bottom:0;
}
#tummy-tuck-form .form-field:last-child {
  margin-top: 1em;
}

#tummy-tuck-form .form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#tummy-tuck-form .form-field .field-small {
	width:25%;
	float:left;
}
#tummy-tuck-form .form-field .field-medium {
	width:50%;
	float:left;
}
#tummy-tuck-form .form-field .field-large {
	width:75%;
	float:left;
}


#tummy-tuck-form .form-field input, #tummy-tuck-form .form-field select, #tummy-tuck-form .form-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  outline: 0;
}
#tummy-tuck-form .form-field .field-small select {
	padding: 9px;
}

#tummy-tuck-form .form-field input:focus {
  border: 1px solid #3e3f9a;
}

#tummy-tuck-form button {
  border: 0;
  background: #3e3f9a;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  width: 50%;
}

.form-field label.error {
  color: #c00;
  margin: 0.5em 0 0;
}

#tummy-tuck-form .form-field input.error {
  border-color: #c00;
}

@media screen and (max-width: 577px) {
  #tummy-tuck-form {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}



#liposuction-form {
  float: right;
  width: 50%;
  margin-left: 10px;
}

#liposuction-form h2 {
  padding: 10px;
  background: #3e3f9a;
  border-radius: 5px 5px 0 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

#liposuction-form .wrapper {
  padding: 10px;
  background: #ebebf5;
}

#liposuction-form .form-field {
  margin-bottom: 1em;
  padding-bottom:0;
}
#liposuction-form .form-field:last-child {
  margin-top: 1em;
}

#liposuction-form .form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#liposuction-form .form-field .field-small {
	width:25%;
	float:left;
}
#liposuction-form .form-field .field-medium {
	width:50%;
	float:left;
}
#liposuction-form .form-field .field-large {
	width:75%;
	float:left;
}


#liposuction-form .form-field input, #liposuction-form .form-field select, #liposuction-form .form-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  outline: 0;
}
#liposuction-form .form-field .field-small select {
	padding: 9px;
}

#liposuction-form .form-field input:focus {
  border: 1px solid #3e3f9a;
}

#liposuction-form button {
  border: 0;
  background: #3e3f9a;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  width: 50%;
}

.form-field label.error {
  color: #c00;
  margin: 0.5em 0 0;
}

#liposuction-form .form-field input.error {
  border-color: #c00;
}

@media screen and (max-width: 577px) {
  #liposuction-form {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}


#rhinoplasty-form {
  float: right;
  width: 50%;
  margin-left: 10px;
}

#rhinoplasty-form h2 {
  padding: 10px;
  background: #3e3f9a;
  border-radius: 5px 5px 0 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

#rhinoplasty-form .wrapper {
  padding: 10px;
  background: #ebebf5;
}

#rhinoplasty-form .form-field {
  margin-bottom: 1em;
  padding-bottom:0;
}
#rhinoplasty-form .form-field:last-child {
  margin-top: 1em;
}

#rhinoplasty-form .form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#rhinoplasty-form .form-field .field-small {
	width:25%;
	float:left;
}
#rhinoplasty-form .form-field .field-medium {
	width:50%;
	float:left;
}
#rhinoplasty-form .form-field .field-large {
	width:75%;
	float:left;
}


#rhinoplasty-form .form-field input, #rhinoplasty-form .form-field select, #rhinoplasty-form .form-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  outline: 0;
}
#rhinoplasty-form .form-field .field-small select {
	padding: 9px;
}

#rhinoplasty-form .form-field input:focus {
  border: 1px solid #3e3f9a;
}

#rhinoplasty-form button {
  border: 0;
  background: #3e3f9a;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  width: 50%;
}

.form-field label.error {
  color: #c00;
  margin: 0.5em 0 0;
}

#rhinoplasty-form .form-field input.error {
  border-color: #c00;
}

@media screen and (max-width: 577px) {
  #rhinoplasty-form {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}


#breast-enlargement-form {
  float: right;
  width: auto;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}

#breast-enlargement-form h2 {
  padding: 10px;
  background: #3e3f9a;
  border-radius: 5px 5px 0 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  flex: 1 1 auto;
}

#breast-enlargement-form .wrapper {
  padding: 10px;
  background: #ebebf5;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

#breast-enlargement-form .form-field {
  margin-bottom: 1em;
  padding-bottom:0;
  flex: 1 1 auto;
}
#breast-enlargement-form .form-field:last-child {
  margin-top: 1em;
}

#breast-enlargement-form .form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#breast-enlargement-form .form-field .field-small {
	width:25%;
	float:left;
}
#breast-enlargement-form .form-field .field-medium {
	width:50%;
	float:left;
}
#breast-enlargement-form .form-field .field-large {
	width:75%;
	float:left;
}


#breast-enlargement-form .form-field input, #breast-enlargement-form .form-field select, #breast-enlargement-form .form-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  outline: 0;
}
#breast-enlargement-form .form-field .field-small select {
	padding: 9px;
}

#breast-enlargement-form .form-field input:focus {
  border: 1px solid #3e3f9a;
}

#breast-enlargement-form button {
  border: 0;
  background: #3e3f9a;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  width: 50%;
}

.form-field label.error {
  color: #c00;
  margin: 0.5em 0 0;
}

#breast-enlargement-form .form-field input.error {
  border-color: #c00;
}

@media screen and (max-width: 577px) {
  #breast-enlargement-form {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}


#cosmetic-surgery-form {
  float: right;
  width: 50%;
  margin-left: 10px;
}

#cosmetic-surgery-form h2 {
  padding: 10px;
  background: #3e3f9a;
  border-radius: 5px 5px 0 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

#cosmetic-surgery-form .wrapper {
  padding: 10px;
  background: #ebebf5;
}

#cosmetic-surgery-form .form-field {
  margin-bottom: 1em;
  padding-bottom:0;
}
#cosmetic-surgery-form .form-field:last-child {
  margin-top: 1em;
}

#cosmetic-surgery-form .form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#cosmetic-surgery-form .form-field .field-small {
	width:25%;
	float:left;
}
#cosmetic-surgery-form .form-field .field-medium {
	width:50%;
	float:left;
}
#cosmetic-surgery-form .form-field .field-large {
	width:75%;
	float:left;
}


#cosmetic-surgery-form .form-field input, #cosmetic-surgery-form .form-field select, #cosmetic-surgery-form .form-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  outline: 0;
}
#cosmetic-surgery-form.form-field .field-small select {
	padding: 9px;
}

#cosmetic-surgery-form .form-field input:focus {
  border: 1px solid #3e3f9a;
}

#cosmetic-surgery-form button {
  border: 0;
  background: #3e3f9a;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  width: 50%;
}

.form-field label.error {
  color: #c00;
  margin: 0.5em 0 0;
}

#cosmetic-surgery-form .form-field input.error {
  border-color: #c00;
}

@media screen and (max-width: 577px) {
  #cosmetic-surgery-form {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}


.treatment-form {
  float: right;
  width: 50%;
  margin-left: 10px;
}

.treatment-form h2 {
  padding: 10px;
  background: #3e3f9a;
  border-radius: 5px 5px 0 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.treatment-form .wrapper {
  padding: 10px;
  background: #ebebf5;
}

.treatment-form .form-field {
  margin-bottom: 1em;
  padding-bottom:0;
}
.treatment-form .form-field:last-child {
  margin-top: 1em;
}

.treatment-form .form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.treatment-form .form-field .field-small {
	width:25%;
	float:left;
}
.treatment-form .form-field .field-medium {
	width:50%;
	float:left;
}
.treatment-form .form-field .field-large {
	width:75%;
	float:left;
}


.treatment-form .form-field input, .treatment-form .form-field select, .treatment-form .form-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  outline: 0;
}
.treatment-form .form-field .field-small select {
	padding: 9px;
}

.treatment-form .form-field input:focus {
  border: 1px solid #3e3f9a;
}

.treatment-form button {
  border: 0;
  background: #3e3f9a;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  width: 50%;
}

.form-field label.error {
  color: #c00;
  margin: 0.5em 0 0;
}

.treatment-form .form-field input.error {
  border-color: #c00;
}

@media screen and (max-width: 577px) {
  .treatment-form {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}


.enquiry-form {
  float: right;
  width: 50%;
  margin-left: 10px;
}

.enquiry-form h2 {
  padding: 10px;
  background: #3e3f9a;
  border-radius: 5px 5px 0 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.enquiry-form .wrapper {
  padding: 10px;
  background: #ebebf5;
}

.enquiry-form .form-field {
  margin-bottom: 1em;
  padding-bottom:0;
}
.enquiry-form .form-field:last-child {
  margin-top: 1em;
}

.enquiry-form .form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.enquiry-form .form-field .field-small {
	width:25%;
	float:left;
}
.enquiry-form .form-field .field-medium {
	width:50%;
	float:left;
}
.enquiry-form .form-field .field-large {
	width:75%;
	float:left;
}


.enquiry-form .form-field input, .enquiry-form .form-field select, .enquiry-form .form-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  outline: 0;
}
.enquiry-form .form-field .field-small select {
	padding: 9px;
}

.enquiry-form .form-field input:focus {
  border: 1px solid #3e3f9a;
}

.enquiry-form button {
  border: 0;
  background: #3e3f9a;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  width: 50%;
}

.form-field label.error {
  color: #c00;
  margin: 0.5em 0 0;
}

.enquiry-form .form-field input.error {
  border-color: #c00;
}

@media screen and (max-width: 577px) {
  .enquiry-form {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.enquiry-form--no-float {
  float: none;
  margin-left: 0;
}

@media screen and (max-width: 577px) {
  .enquiry-form--no-float {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.sticky-bar {
	position:fixed;
	top:0;
	width:100%;
	z-index:1;
}

.sticky-bar a {
	display:block;
	width:100%;
	background:#22D745;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	color:#fff;
}
.sticky-bar a span {
	text-align:center;
	border:1px solid #fff;
	padding:5px;
	border-radius:5px;
	display:inline-block;
}

.sticky-bar a:hover {
	text-decoration:none;
}
.sticky-bar a:hover span {
	background:#74a5cd;

}