/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
}

body, html {
  min-height:100% !important;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #999;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

.col-item.contact > img {
  border-radius: 5px 5px 5px 5px;
  max-width: 101px;
}

.col-center { text-align: left; }
.col-half { width: 45%; }

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
nav {
  font-family: "news-gothic-std", sans-serif;
}

p {
  font-family: "news-gothic-std", sans-serif;
  margin: 1 10px !important;
}

input, select, textarea, button{font-family:inherit;}

::-webkit-input-placeholder { text-transform: uppercase; }
::-moz-placeholder { text-transform: uppercase; } /* firefox 19+ */
:-ms-input-placeholder { text-transform: uppercase; } /* ie */
input:-moz-placeholder { text-transform: uppercase; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* tweaks by @maggew */

.waterball hr { margin: 25px auto 40px; }
.waterball ol.slats li {
  margin: 0 0 30px;
  padding: 0 0 30px;
}

.fireball li a {
  font-size: 12px !important;
  letter-spacing: 0;
  padding: 4px 9px !important;
}

.led-zeppelin {
  font-size: 1px;
  line-height: 1px;
}

.publication .button {
  font-size: 10pt;
  padding: 8px 13px;
}

.to-top.gemini {
  left: 0px;
}

.earthball {
  border: 1px solid #CCCCCC;
  border-radius: 7px 7px 7px 7px;
  color: #999999;
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 8px;
  padding: 7px 10px;
  text-transform: uppercase;
}

body section#main div.container div.main article#contact-us form.right-col p.query select#Query.earthball option { margin: 7px; }
body section#main div.container div.main article#contact-us form.right-col p.query select#Query.earthball option:hover { background-color: #5CAE46; color: #222222 }

#contact {
  padding-bottom: 205px;
}

.styleSelect select {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  height: 30px;
  line-height: 1;
  margin-top: 0px;
  padding: 7px 10px;
  width: 210px;
   -webkit-appearance: none;
}

.styleSelect {
  width: 45%;
  height: 30px;
  overflow: hidden;
  background: url("../img/dd-arrow.png") no-repeat #FFFFFF;
  background-position: 157px 10px;
  border: 1px solid #CCCCCC;
  border-radius: 7px 7px 7px 7px;
  display: inline-block;
}

section#main div.container div.main article#contact-us form.right-col p {
  float: left;
  margin-top: 3px;
}

/* end @maggew tweaks */

body {
  font-family: "news-gothic-std", sans-serif;
}

.container {
    margin: 0 auto;
    width: 1003px;
}

a {
  color: #c4122f;
  text-decoration: none;
  font-weight: normal;
}

.slide>a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=100);

  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

.slide>a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  filter:alpha(opacity=90);

  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

.main {
    padding: 0 57px;
}

.main-about { padding: 0 37px; }

hr {
  background: #ccc;
  height: 1px;
  width: 100%;
  margin: 20px auto;
  border: none;
}

section {
  margin: 20px 0;
}

section h1 {
  font-weight: 100;
  font-size: 1.1em;
  margin: 15px 0;
  text-transform: uppercase;
  text-align: center;
}

h2 span {
  background: none repeat scroll 0 0 #97B8BD;
  color: #FFFFFF;
  font-family: "news-gothic-std", sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 6px;
  text-transform: uppercase;
}

p {
  font-weight: 300;
}
.button.grey {
  background: #ccc;
  border: 2px solid #ccc;

-webkit-box-shadow: inset 0px 0px 1px 1px #fff;
   -moz-box-shadow: inset 0px 0px 1px 1px #fff;
        box-shadow: inset 0px 0px 1px 1px #fff;
}
.button {
  display: inline-block;
  padding: 6px 12px;

  background: #c5122f;
  border: 2px solid #c5122f;
  color: #fff !important;

  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;

-webkit-box-shadow: inset 0px 0px 1px 1px #FFFFFF;
   -moz-box-shadow: inset 0px 0px 1px 1px #FFFFFF;
        box-shadow: inset 0px 0px 1px 1px #FFFFFF;

  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 13pt;
}

.button:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  filter:alpha(opacity=60);
}

/* Header
   ========================================================================== */

#header {
    background: url(../img/header-bg.png) repeat;
    background: rgba(0,0,0,.75);
    height: 70px;
    position: relative;
    width: 100%;
    z-index: 10;
}
/* Logo */

#menu #logo {
    float: left;
    margin: 0;
}

/* Main menu */

#menu {
    font-size: .75em;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}

#menu ul {
    margin: 0;
    padding-left: 17px;

    list-style: none;
    line-height: 72px;
    float: left;
}

#menu ul li {
    display: inline;
    padding: 7px;
}

#menu ul li.active a {
    -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

#menu a {
  font-weight: bold;
}

#menu ul a {
    color: #fff;
    text-decoration: none;
}

/* Search */

#menu #search {
  float: right;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 150px;
}
#menu #search input {
  border: medium none;
  border-radius: 7px 7px 7px 7px;
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  height: 15px;
  padding: 8px 10px;
  text-transform: lowercase;
  width: 130px;
}

#menu #search button {
  height: 27px;
  padding: 0;
  position: absolute;
  right: 3px;
  top: 2px;
  width: 27px;
}

.button .icon-search {
  font-size: 15px;
}

/* Banner
   ========================================================================== */

.splash-banner {
  margin: 0;
  position: relative;
}

.splash-banner img {
  width: 100%;
  margin-top: -47px;
}

.banner-container {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.shadow-box {
  display: inline-block;
  *display: inline;
  zoom: 1;
  box-shadow: 0 2px 3px #bbb;
  -webkit-border-radius: 1em 1em 2em 2em;
     -moz-border-radius: 1em 1em 2em 2em;
          border-radius: 1em 1em 2em 2em;
  height: 20px;

}

.who-head {
  margin: 0px 0px 15px 0px;
}

.nav > li > a {
  font-family: "news-gothic-std", sans-serif;}

.banner-nav {
  width: 100%;
  text-align: center;
  position: relative;
  top: -10px;
}

#banner {
  margin: 0 auto;
  padding-bottom: 15px;
}

#banner .slide {
  position: relative;
}

.royalSlider img {
    width: 100%;
    height: auto;
    margin: 10px auto;
}

#banner img {
    /*width: 997px !important;
    height: 413px !important;*/
    margin: 0 !important;

    border-right: 1px solid #000;
    border-left: 2px solid #000;
    border-bottom: 3px solid #000;
    border-top: none;
    opacity: 1;
}

#banner .inner-slide {
  position: absolute;
  top: 120px;
  left: 100px;
}

#banner .inner-slide h2 {
  text-align: center;
  color: #e9e9e9;
}

#banner .inner-slide h2 span {
  color: #464646;
  background: #ccc;
  font-weight: 600;
}

#banner .inner-slide h2 em {
  font-size: 1.5em;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,.3);
  margin: 4px 0 2px;
}

#banner .inner-slide h2 strong {
  font-family: "news-gothic-std", sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  display: block;
  border-top: 1px solid rgba(255,255,255,.3);
  margin: 2px 0;
}

#banner .inner-slide h2 a {
  font-size: .6em;
}

#banner a:link,
#banner a:visited {
  color: #333
}

#banner a:hover,
#banner a:active {
  color: #9e2020
}

/* Royal Slider
   ========================================================================== */

/*.royalSlider {
  width: 1000px;
  height: 416px;
}*/

#banner-mobile {
  display: none;
}

.rsContainer>div {
  border-bottom: 3px solid black;
}

/* What We Offer
   ========================================================================== */
#what-we-offer {
  margin-top: 0;
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px solid #999;
}

#what-we-offer h1 {
  margin: 0;
}

#what-we-offer header h2 {
  text-align: center;
  margin-bottom: 10px;
}

#what-we-offer section {
  float: left;
  margin: 0;
}

#what-we-offer section article {
  padding: 18px;
  min-height: 300px;
  width: 297px;

  border-left: 1px solid #c0c0c0;
  font-size: .9em;
}

#what-we-offer section.first article {
  border: none;
}

#what-we-offer article img {
  border-bottom: 5px solid #c4112f;
}

#what-we-offer article h3 {
  font-size: 1.2em;
  margin: 1.5em 0 .9em 0;
}

#what-we-offer article a {
  color: #c4112f;
  font-weight: 700;
  text-decoration: none;
}

/* Who We Are
   ========================================================================== */
#who-we-are {
  overflow: hidden;
}

#who-we-are header {
  text-align: center;
  margin: 0 auto;
}

#who-we-are ul {
  padding: 0;
  margin: 0 auto;
  width: 438px;
  overflow: hidden; 
}

#who-we-are li {
  float: left;
  list-style: none;
  line-height: 65px;
  text-indent: -9999px;
  padding: 10px;
  border-left: 1px solid #c0c0c0;
  text-transform: uppercase;
  font-size: .9em;
  -webkit-transition: text-indent .5s ease;
  -moz-transition: text-indent .5s ease;
  -o-transition: text-indent .5s ease;
  transition: text-indent .5s ease;
}

#who-we-are li.first {
  border: none;
}

#who-we-are li a {
  display: block;
  width: 85px;
  height: 65px;
  
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: .9em;
}

#who-we-are li a.cardio { 
  background: url(../img/cardio.jpg) no-repeat scroll center 0 transparent ; 
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}
#who-we-are li a.optical { 
  background: url(../img/optical.jpg) no-repeat scroll center 0 transparent ; 
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}
#who-we-are li a.neural { 
  background: url(../img/neural.jpg) no-repeat scroll center 0 transparent ; 
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}
#who-we-are li a.dermal { 
  background: url(../img/dermal.jpg) no-repeat scroll 10px 0 transparent ; 
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}
#who-we-are li a.endocrinal { background: url(../img/endocrinal.jpg) no-repeat scroll center 0 transparent ; padding-right: 25px; }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #who-we-are li a.cardio { background: url(../img/cardio@2x.jpg) no-repeat scroll center 0 transparent ;
  background-size: 85px 65px; }
  #who-we-are li a.optical { background: url(../img/optical@2x.jpg) no-repeat scroll center 0 transparent ;
  background-size: 85px 65px; }
  #who-we-are li a.neural { background: url(../img/neural@2x.jpg) no-repeat scroll center 0 transparent ;
  background-size: 85px 65px; }
  #who-we-are li a.dermal { background: url(../img/dermal@2x.jpg) no-repeat scroll 10px 0 transparent ;
  background-size: 85px 65px; }
}
#who-we-are li a:hover { 
  text-indent: 0; 

  -webkit-transition: text-indent .5s ease;
  -moz-transition: text-indent .5s ease;
  -o-transition: text-indent .5s ease;
  transition: text-indent .5s ease;
}

#who-we-are li a.cardio:hover { 
  background: url(../img/cardio-hover.jpg) no-repeat scroll center 0 transparent ;  
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}
#who-we-are li a.optical:hover { 
  background: url(../img/optical-hover.jpg) no-repeat scroll center 0 transparent ;  
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}
#who-we-are li a.neural:hover { 
  background: url(../img/neural-hover.jpg) no-repeat scroll center 0 transparent ;  
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}
#who-we-are li a.dermal:hover { 
  background: url(../img/dermal-hover.jpg) no-repeat scroll 10px 0 transparent ;  
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}
#who-we-are li a.endocrinal:hover { background: url(../img/endocrinal-hover.jpg) no-repeat scroll center 0 transparent ;  }

#who-we-are header {
  margin-bottom: 25px
}

#who-we-are article {
  overflow: hidden;
  margin: 40px 0;
}

#who-we-are article p {
  float: left;
  margin: 1 10px;
  width: 450px;
  font-size: 1em;
  font-weight: 300;
  margin-left: 30px;
}

/* Main
   ========================================================================== */

.mobile-banner, #mobile-foot-logo {
  display:none;
}
.desktop-banner, #desktop-foot-logo {
  display:block;
  margin: 0 auto;
}

#main {
  margin-top: 0;
}

#main header {
  margin: 0 auto;
  border-bottom: 1px solid #c0c0c0;
  overflow: hidden;
  width: 100%;
  background: #fff;
  z-index: 100;
}

#main header h1 {
  float: left;
  text-align: left;
  padding: 20px 0;
}

#main header .container {
  overflow: hidden;
  position: relative;
  font-family: "news-gothic-std", sans-serif;
}

#main article {
  margin-top: 25px;
}

#main article h1 {
  text-align: left;
  font-weight: 700;
  text-transform: none;
  font-size: 1.3em;
}

#main article h2 {
  font-size: 1em;
  font-weight: 600;
  margin: 5px 0;
}

#main p {
  line-height: 1.5em;
}
/* Sub Navigation
   ========================================================================== */

#main header .sub-nav {
  float: right;
  padding: 20px 0;
  margin-top: 10px;
}

#main .sub-nav ul {
  list-style: none;
  padding-left: 0;
  padding: 5px 0;
  margin: 0;
}

#main .sub-nav li {
  float: left;
}

.sub-nav li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #c4122f;
  font-size: .8em;
  font-weight: 700;
  padding: 6px 13px;
}

.sub-nav li.active a {
  color: #b8b8b8;
  border-radius: 7px;
  border: 1px solid #b8b8b8;
}

.sub-nav li.active a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=100);
}

.to-top {
  display: none;
  color: #b8b8b8;
  position: absolute;
  top: 35px;
  left: 20px;
}

.to-top:hover {
  color: #000;
}

/* Management Team
   ========================================================================== */

#management-team .contact {
  margin: 12px;
}

#management-team .contact img {
  float: left;
}

#management-team .contact .contact-details { }

#management-team .contact-details h3, #management-team .contact-details h4, #management-team .contact-details p {
  margin: 0 0 5px;
  font-size: .9em;
}

#management-team .contact-details p {
  font-size: .8em;

}

#management-team .contact-details h4 {
  font-weight: 300;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 10px;
}

/* Contact Us
   ========================================================================== */

#contact-us {
  overflow: hidden;
}

#contact-us .left-col {
  float: left;
  margin-right: 15px;
  width: 405px;
}

#contact-us .right-col {
  float: left;
  margin-left: 15px;
  margin-bottom: 11px;
  width: 420px;
}

#contact-us form .query {
  text-align: center;
}

#contact-us form .query>span {
  float: left;
  line-height: 52px;
  padding-left: 20px;
}

#contact-us form {
  background: #ededed;
  padding: 20px 15px 15px;
  margin: 40px 0 0;
}

#contact-us .dd-container {
  float: left;
  width: 150px;
  margin-left: 10px;
}

#contact-us .dd-pointer-down { border-top-color: #c4122f; }

#contact-us .dd-pointer-up { border-bottom-color: #c4122f !important; }

#contact-us .dd-options {
  width: 192px !important;
}

#contact-us .dd-selected, #contact-us .dd-option {
  padding: 0;
  text-align: left;
  color: #999;
  font-weight: normal;
}

#contact-us .dd-option {
  padding: 5px 10px;
}

#contact-us .dd-option-text {
  font-size: .8em;
}

#contact-us form hr {
  background: #fff;
  margin: 10px 0;
  margin-left: -15px;
  width: 450px;
}

#contact-us form input, #contact-us form textarea, #contact-us .dd-select {
  background: none repeat scroll 0 0 #FFFFFF !important;
  border: 1px solid #CCCCCC;
  border-radius: 7px 7px 7px 7px;
  font-size: 0.8em;
  font-weight: bold;
  margin: 8px 0;
  padding: 7px 10px;
}

#contact-us .dd-select {
  padding-top: 5px;
  padding-bottom: 5px;
}

#contact-us .dd-select a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=100);
}

#contact-us form input {
  width: auto;
}

#contact-us form input.small {
  width: 91px;
}

#contact-us form textarea {
  min-height: 190px;
  width: 400px;
}

#contact>#contact-us>.left-col>p {
  width: 380px;
}

.align-right {
  float: right !important;
  margin-right: 0px !important;
}

.query-drop>p {
  float: none !important;
  width: 45%;
  display: inline-block;
  height: 30px;
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  bottom: 10px;
  text-align: right;
}

/* Columns
   ========================================================================== */

.cols {
  overflow: hidden;
  padding-left: 0;
  list-style: none;
}

.cols .col-item {
  display: inline-block;
  vertical-align: top;
}

/* Slats
   ========================================================================== */

ol.slats {
  list-style: none;
  padding: 0;
}

ol.slats li {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e8e7e7;
  overflow: hidden;
  clear: both;
  }
ol.slats li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
  }
ol.slats li > a h3 {
  margin: 0 0 10px;
  }
ol.slats li > a img {
  float: left;
  margin: 0 10px 0 0;
  padding: 4px;
  border: 1px solid #c0c0c0;
  }
ol.slats li > a:hover img {
  background: #EEEEEE;
  border: 1px solid #EEEEEE;
  }
ol.slats li > a:hover h3, ol.slats li > a:hover span.meta {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  filter:alpha(opacity=60);
  }
ol.slats li > a p {
  margin: 0 0 0 156px;
  font-size: .91em;
  line-height: 1.4;
  color: #555;
  }
ol.slats li > a p span.meta {
  color: #c4122f;
  font-weight: 600;
  }   
  
/* Custom Media Thumbs and Overlay
	========================================================================== */  

#main .cm_thumbnails {
	margin: 15px 0 0 120px;
	position: relative;
}
#main .cm_thumbnails li {
	margin: 0 6px 0 0;
	border-bottom: none;
	clear: none;
	display: inline;
}
#main .cm_thumbnails li a {
	position: relative;
	display: inline-block;
}
#main .cm_thumbnails li a:hover .overlay {
    opacity:1;
	background: transparent;
	border: none;
}
#main .cm_thumbnails li a:hover .overlay_txt {
    opacity:1;
}
#main .overlay    {  
	text-align:center;
	opacity:0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}
#main .cm_thumbnails p.overlay_txt {
	font-family: "news-gothic-std";
	font-size: 18px;
	line-height: 1.3em;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 60px;
	margin: 0px 16px;
	width: 176px;
	opacity:0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
}

  

/* Publishing
   ========================================================================== */

.publication {
  width: 428px;
  margin-right: 14px;
  margin-bottom: 40px;
}

.publication-thumbnail {
  float: left;
  text-align: center;
  margin-right: 10px;
  width: 134px;
}

.publication-thumbnail img {
  border: 1px solid #EEEEEE;
  display: block;
  margin-bottom: 5px;
  max-width: 135px;
}

.publication-thumbnail .button {
  width: 65%;
}

.publication-details {
  float: left;
  margin-left: 8px;
  font-size: .9em;
  width: 276px;
  height: auto;
}

.publication-details h3 {
  color: #C5122F;
  margin-bottom: 5px;
  margin-top: 0;
}

.publication-details p {
  margin: 0;
}



/* Footer
   ========================================================================== */
footer {
  background: #333333;
  color: #696969;
  margin-top: 30px; 
  padding: 20px 0;
  font-size: .8em;
  text-align: center;
}

.meetings-events {
  margin-bottom: 200px;
}

footer ul {
  padding-left: 0;
}

footer li {
  display: inline;
  padding: 5px;
}

footer a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .75em;
}

.foot-menu {
  display:none;
}
footer>.container>p {
  font-size: .75em;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.center {
  text-align: center;
  margin: 0 auto;
}

.align-right {
  text-align: right;
}

.more {
  float: right;
  margin: 20px;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




/* me page */
#me-cover {
    float: right;
    margin-left: 2em;
    position: relative;
    z-index: 10;
}
#monthly-features {
  background: #aec7cc;
  clear: both;
  text-align: center;
}
#me-screens {
    display: inline-block;
    margin-right: 1em;
    z-index: 100;
    position: relative;
    top: -13px;
}
#monthly-features .middle {
    display: inline-block;
    max-width: 420px;
    margin-right: 4em;
}
#twitter {
    display: inline-block;
    width: 100px;
}
#monthly-features {}
.right {
    display: inline-block;
    width: 240px;
    margin-left: 1em;
}
#monthly-features>div {
    vertical-align: top;
    text-align: left;
}
#leader-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#leader-list li {
    display: inline-block;
    width: 230px;
    border: solid 1px #ccc;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
    margin: 30px;
    vertical-align: top;
    height: 270px;
    margin-bottom: 13px;
    position: relative;
    text-align: center;
}
#main article #leader-list h1 {
    font-weight: normal;
    font-size: 17px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 0px;
}
#main article #leader-list h2 {
    font-size: 11px;
    text-transform: uppercase;
}
#me-page {
    width: 100%;
}
#me-page div.main {
    width: 880px;
    margin: auto;
}
#me-page .main.full {
    width: 100%;
    padding: 0px;
}
#monthly-features h1 {
    color: #fff;
    text-transform: uppercase !important;
    font-size: 12px !important;
}
.middle {}
#monthly-features h2 {
    color: #3e555e;
    margin-bottom: 0px !important;
}
#monthly-features .middle p {
    margin-top: 0px;
    font-size: 14px;
}
#monthly-features {
    margin-top: 0px;
    position: relative;
    top: -29px;
    z-index: 0;
    height: 327px;
}#me-page > .main > #intro > h1 {
    margin-top: -10px;
}
#monthly-features>div.right {
    margin-top: 50px;
    width: 230px;
    margin-left: 7px;
    position: relative;
    left: -32px;
}
#visit-millenialeye {
    text-indent: -360px;
    display: block;
    overflow: hidden;
    width: 190px;
    height: 38px;
    background-image: url('../images/visit-me-button.png');
    background-repeat: no-repeat;
    margin: auto;
}
#visit-millenialeye {
    margin-bottom: 1em;
}
.latest-tweet {
    background: #637a81;
    padding: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
.latest-tweet a.twat {
    color: rgb(197, 225, 255);
    font-weight: bold;
}
#twitter-latest {
    margin-top: 3em;
}
#me-twitter {
    background: url('../images/me-twitter.png');
}
#me-twitter {
    position: relative;
    text-indent: -300px;
    overflow: hidden;
    display: block;
    width: 146px;
    height: 27px;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-left: 23px;
}
.latest-tweet::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 7px;
    right: 15px;
    background: url('../images/twiangle.png') no-repeat;
}
#twitter-latest {
    position: relative;
}
.chief h1::before {
    content: "Chief Medical Editor";
    display: block;
    color: #000;
    background: #aec7cc;
    color: #fff;
    font-size: 13px;
    padding: 1px 5px;
    text-transform: uppercase;
    position: absolute;
    top: -10px;
    left: 33px;
}
.mobile-form { display: none; }
.desktop-form { display: block; }
  html, body {
    max-width: none;
    min-width: 1024px;
    width: auto;
  }
@media screen and (max-width: 480px) {
  .construct-p-container {
    margin-left: 0px !important;
  }
  .construct-p {
    font-size: 12px !important;
    text-align: center;
  }
  #construction>div {
    float: none !important;
    margin: 0 auto;
  }
  div.banner-container {
    margin-top: 0px;
  }
.mobile-form { display: block; }
.desktop-form { display: none; }
.banner-dark {
  color: #424242 !important;
}
#bmc-vision>ul>li:nth-child(11) { border-bottom: none !important; padding-bottom: 0px !important; }
#who-we-are>.container>article>p { margin-left: 15px !important; }
.meetings { font-size: 22px !important; margin: 13px 0 !important;}
#main article {
  margin-top: 0px;
}
footer {
background: #333333;
}
.mobile-banner, #mobile-foot-logo {
  display:block;
  margin: 0 auto;
}
.desktop-banner, #desktop-foot-logo {
  display:none !important;
}
  #menu .nav {
    display: none;
    float: none;
    clear: both;
}
html, body {
  max-width: 480px !important;
  min-width: 0 !important;
}
.rsOverflow {
  height: 232px !important;
}
#caption-mobile {
  position: absolute;
  top: 133px;
  color: black;
  width: 100%;
  background-color: #ccc !important;
  height: 95px;
  border-bottom: 4px double #999 !important;
}
.shadow-box {
  box-shadow: none;
}
.rsLeft, .rsRight {
  display:none;
}
.rsDefault .rsBullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 6px 10px 6px;
}
.rsBullets {
  background: transparent;
}
.rsDefault .rsBullet span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #777;
  background: #c3112b;
}
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #c3112b;
  border: 1px solid black;
  width: 20px;
  height: 20px;
}
.desc {
  font-size: .8em;
}
.red-button-mob {
  position: absolute;
  bottom: 145px;
  left: 20px;
  background: 
  #c5122f;
  border: 2px solid 
  #c5122f;
  color: 
  #fff !important;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: inset 0px 0px 1px 1px #FFFFFF;
  -moz-box-shadow: inset 0px 0px 1px 1px #FFFFFF;
  box-shadow: inset 0px 0px 1px 1px #FFFFFF;
  padding: 8px;
}
.red-button-mob-right {
  position: absolute;
  bottom: 145px;
  left: 190px;
  background: #c5122f;
  border: 2px solid #c5122f;
  color: #fff !important;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: inset 0px 0px 1px 1px #FFFFFF;
  -moz-box-shadow: inset 0px 0px 1px 1px #FFFFFF;
  box-shadow: inset 0px 0px 1px 1px #FFFFFF;
  padding: 8px;
}
#management-team .contact-details p {
  font-size: .8em;
  margin-left: 0%;
}
#who-we-are {
    overflow: hidden;
    border-top: 4px #ccc double;
}
#management-team {
  margin-top:0px;
}
#what-we-offer article h3 {
  font-size: 1.2em;
  margin: 2.5em 0 .9em 0;
}
#management-team .contact-details h4 {
  border-bottom: none;
}
#management-team .contact-details p {
  font-size: .8em;
  padding-left: 75px;
}
#contact {
  padding-bottom: 0px;
}
.foot-menu {
  display:block;
}
#foot-nav {
  display:none;
}
section#main div.container div.main article#contact-us form.right-col p {
  float: left;
  width: 100%;
}
#red-button {
  width: 37% !important;
  margin-right: 5% !important;
  margin-top: 0% !important;
}
#grey-button {
  width: 38% !important;
  margin-right: 15.5% !important;
  margin-top: 0% !important;
}

#bmc-vision>.cols>li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.publication {
  margin-bottom: 30px;
}

.splash-banner {
  height: 180px;
  margin: 0;
  position: relative;
}
.button {
  width: 32% !important;
  margin-right: 7% !important;
  margin-top: 25% !important;
}
.publication-thumbnail {
  float: none !important;
  width: 100%;
}
.publication-thumbnail>a>img {
  float:left;
}
#who-we-are article {
  overflow: hidden;
  margin: 25px 0;
  padding-right: 25px;
}
.button {
  float:right;
}
#menu ul.nav li {
    display: block;
    float: none;
    text-align: left;
    font-size: 1.5em;
}
ol.slats li > a h3 {
  margin: 40px 0 10px;
}
.container {
    width: 100%;
}
#contact-us-button {
  margin-top: 0px !important;
  float: none;
}
#header ul.nav li {
    line-height: 3em;
}
.royalSlider {
  margin-top: 17% !important;
}
.publication-thumbnail>a>img, .button {
  margin-bottom:15px;
}
#mobmen {
    display: inline-block;
    width: 70px;
    height: 50px;
    background: url('../images/hmenu.png');
    position: absolute;
    background-size: 2.5em;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    margin-left: -172px;
}
#menu, #header  {
  height: auto !important;
}
#logo {
    float: none !important;
    margin: auto !important;
    display: block;
    width: 185px;
}
footer a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
}
#copyright {
  font-size: 10px;
}
section.thirds {
    width: 100%;
    text-align: center;
    border-left: none;
    margin-bottom: 10px !important;
}
.thirds article {
    width: 100%;
    margin: auto;
    text-align: left;
    border-left: none !important;
}
h2 span {
    width: 100%;
    display: block;
    max-width: 296px;
    margin: auto;
    padding: 0px;
    line-height: 30px;
}
#offer-head-1 {
  position:relative;
  top: 112px;
  left: -1px;
}

#offer-head-2 {
  position: relative;
  top:105px;
  left:-1px;
}

#offer-head-3 {
  position: relative;
  top:111px;
  left:-1px;
}
.thirds img {
    max-width: 296px;
    height: auto;
}
.thirds header {
    height: 0px;
}
body section.thirds article {
    min-height: 0 !important;
    padding: 0px !important;
    padding-bottom: 0px !important;
    height: auto;
    margin: auto !important;
}
section.thirds {
    height: auto;
}
.thirds a:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
#who-we-are ul {
    width: 100%;
}
#who-we-are ul li {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
}
#who-we-are ul li a {
    text-indent: 0px;
    width: 100%;
    font-weight: bold;
    color: rgb(196, 18, 47);
    font-size: 1em;
}
.optical {
    background-position: 20% !important;
    position: relative;
    left: 35px;
}
.dermal {
    background-position: 90% !important;
    position: relative;
    right: 40px;
}
.neural {
    background-position: 14% !important;
    position: relative;
    left: 29px;
}
.cardio {
    background-position: 80% !important;
    position: relative;
    right: 29px;
}
.endocrinal {
    background-position: 5% !important;
}
#who-we-are h2 {
    text-align: left;
    padding-left: 0.3em;
    margin-bottom: 0px !important;
    font-size:1.1em;
}
* {
    max-width: 100%;
}

.splash-banner img {
    position: relative;
    margin: 0;
    left: -785px;
    width: 1920px;
    vertical-align: top;
    height: auto;
    max-width: none;
}
.sub-nav {
    display: none;
}
#main header h1 {
    float: none;
    padding: 0;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 40px;
    margin: 3px 0;
}
#header {
  background-color: black;
}
.banner-nav {
  width: 100%;
  text-align: center;
  position: relative;
  top: -17px;
}
.main {
    padding: 0px;
}
#undefined-sticky-wrapper {
    height: auto !important;
    margin-top: -53px;
}
#main header {
    position: relative !important;
    background: none !important;
}
#main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
.col-half {
    width: 100%;
}
.contact-details h4 {
    min-height: 16px;
}
#contact-us h2 span {
    top: 0px;
    text-align: center;
}
#main.meetings-events {
    margin-bottom: 0px;
}
ol.slats li > a p {
    margin: 0;
    clear: both;
    margin-top: 1em;
}
ol.slats li > a img {
    margin-bottom: 1em;
}
#who-we-are li {
    border-top: solid 1px rgb(204, 204, 204);
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
#header #menu .nav {
    padding-left: 0px;
    z-index: 1000;
    position: relative;
    background-color: #333;
}
#header {
    z-index: 100;
    position: absolute;
}
#main {
    z-index: 50;
    position: relative;
}
#Ruby {
    margin: 0px !important;
}
#contact-us textarea {
    max-width: 84%;
    width: auto;
    min-width: none;
}
.rsContainer .title {
    position: absolute;
    top: 0;
    left: 10px;
}
.rsContainer .desc {
    position: absolute;
    top: 30px;
    left: 10px;
}
}
@media screen and (max-width: 320px) {
  
}