@charset "utf-8";
body {
  font-family: MyriadProRegular;
  font-size: 13px;
  color: #000;
}
html, body, h1, h2, h3, h4, p, ol, ul, li, form, iframe, button {
  padding: 0px;
  margin: 0px;
}
a {
  text-decoration: none;
  color: #000;
  outline: none;
}
a:hover {
  color: 000;
}
img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}
.clear {
  clear: both;
}
ul, li {
  list-style-type: none;
}
h1, h2, h3 {
  font-family: 'MyriadProRegular';
}
h1 {
  font-weight: normal;
  font-size: 26px;
}
h2 {
  font-size: 28px;
  font-weight: normal;
}
h3 {
  font-size: 24px;
  font-weight: normal;
}
@font-face {
  font-family: 'MyriadProRegular';
  src: url('/fonts/myriadpe-webfont.eot');
  src: url('/fonts/myriadpe-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/myriadpe-webfont.woff') format('woff'), url('/fonts/myriadpe-webfont.ttf') format('truetype'), url('/fonts/myriadpe-webfont.svg#MyriadProRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadProLightBold';
  src: url('/fonts/myriadpro-semibold-webfont.eot');
  src: url('/fonts/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/myriadpro-semibold-webfont.woff') format('woff'), url('/fonts/myriadpro-semibold-webfont.ttf') format('truetype'), url('/fonts/myriadpro-semibold-webfont.svg#MyriadProLightBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadProLightRegular';
  src: url('/fonts/myriadpro-light-webfont.eot');
  src: url('/fonts/myriadpro-light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/myriadpro-light-webfont.woff') format('woff'), url('/fonts/myriadpro-light-webfont.ttf') format('truetype'), url('/fonts/myriadpro-light-webfont.svg#MyriadProLightRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaLTLightRegular';
  src: url('/fonts/helveticaltlight_0.eot');
  src: url('/fonts/helveticaltlight_0.eot') format('embedded-opentype'), url('/fonts/helveticaltlight_0.woff2') format('woff2'), url('/fonts/helveticaltlight_0.woff') format('woff'), url('/fonts/helveticaltlight_0.ttf') format('truetype'), url('/fonts/helveticaltlight_0.svg#HelveticaLTLightRegular') format('svg');
}
@font-face {
  font-family: 'MyriadProLightCondensed';
  src: url('/fonts/myriadpro-lightcond.eot');
  src: url('/fonts/myriadpro-lightcond.eot') format('embedded-opentype'), url('/fonts/myriadpro-lightcond.woff2') format('woff2'), url('/fonts/myriadpro-lightcond.woff') format('woff'), url('/fonts/myriadpro-lightcond.ttf') format('truetype'), url('/fonts/myriadpro-lightcond.svg#MyriadProLightCondensed') format('svg');
}
@font-face {
  font-family: 'MyriadProLightSemiExtended';
  src: url('/fonts/myriadpro-lightsemiext.eot');
  src: url('/fonts/myriadpro-lightsemiext.eot') format('embedded-opentype'), url('/fonts/myriadpro-lightsemiext.woff2') format('woff2'), url('/fonts/myriadpro-lightsemiext.woff') format('woff'), url('/fonts/myriadpro-lightsemiext.ttf') format('truetype'), url('/fonts/myriadpro-lightsemiext.svg#MyriadProLightSemiExtended') format('svg');
}
/* BacktoTop */
#backtotop {
    bottom: 10px;
    background: url(/images/up-arrow-icon.png) left top no-repeat;
}
#backtobot {
    bottom: 10px;
    background: url(/images/down-arrow-icon.png) left top no-repeat;
}
#backtobot, #backtotop {
    cursor: pointer;
    right: 5px;
    position: fixed;
    z-index: 10000;
    width: 50px;
    height: 50px;
    font: 700 12px/40px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    border-radius: 20px;
}
#backtobot a, #backtotop a {
    display: block;
    text-indent: -9999px;
}
.bread-crumbs {
  color: #fff;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  padding: 10px 10px 12px 10px;
  text-decoration: none;
}
.bread-crumbs a {
  font-weight: normal;
  color: #fff;
}
.bread-crumbs a:hover {
  font-weight: normal;
  text-decoration: underline;
}
article h2, article h3, article h4 {
  margin: 12px 0;
}
.textMain {
  font: normal 13px/18px 'MyriadProRegular';
  color: #656261;
  padding: 0px 10px 20px 10px;
  text-decoration: none;
  text-align: justify;
}
.ypocmstitle {
  font: normal 26px/30px 'MyriadProRegular';
  color: #000;
  padding: 20px 10px 0px 10px;
}
.textMain h2 {
  font: normal 20px/32px 'MyriadProRegular';
  color: #000;
}
.textMain h3 {
  color: #3D688A;
  font: normal 15px/32px 'MyriadProRegular';
  text-decoration: none;
}
.textMain a {
  color: #004e96;
  text-decoration: none;
}
.textMain p {
  margin: 12px 0;
}
.textMain a:hover {
  color: #004e96;
  text-decoration: underline;
}
.textMain ul, textMain ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.textMain ul li {
  padding-bottom: 8px;
  background: url(/images/bullet-tm.gif) no-repeat 15px 11px;
  padding: 6px 0px 0 30px;
  list-style: none;
}
.textMain ul li ul {
  padding-bottom: 8px;
  background: none;
  padding: 6px 0px 0 20px;
  list-style: circle;
}
.textMain ul li ul li {
  padding-bottom: 8px;
  background: none;
  padding: 6px 0px 0 0px;
  list-style: circle;
}
.textMain ul li ul li ul li {
  padding-bottom: 8px;
  background: none;
  padding: 6px 0px 0 0px;
  list-style: square;
}
.textMain ul li:last-child {
  padding-bottom: 8px;
}
.textMain ol li {
  padding-bottom: 8px;
  width: 50%;
  float: left;
}
.textMain ol li:last-child {
  padding-bottom: 8px;
}
.textMain ul li p, textMain ol li p {
  padding-bottom: 0px;
  margin: 8px 0 0 0;
}
.textMain ul li ul, textMain ul li ol, textMain ol li ul, textMain ol li ol {
  padding-bottom: 0px;
}
.textMainBold {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #666;
  text-decoration: none;
  text-align: justify;
  clear: both;
}
.textMainBold a {
  color: #004e96;
}
.textMainBold a:hover {
  text-decoration: underline;
}
.textNormal {
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
}
.textNormal a {
  color: #2b7b6e;
}
.textNormal a:hover {
  text-decoration: underline;
}
.textbold {
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
}
.PDFtext {
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #999999;
}
.clear-float {
  clear: both;
}
header {
  width: 100%;
  float: left;
  background: url(/images/header-bg.jpg) 0px 0px repeat-x #ffffff;
}
.header-sec {
  max-width: 960px;
  margin: auto;
  position: relative;
}
.logo {
  float: left;
  padding: 20px 0 20px 8px;
}
header .contact {
  float: right;
  font: normal 13px/22px 'MyriadProRegular';
  color: #a0a0a0;
  text-align: right;
  padding: 30px 8px 0px 0px;
}
header .contact span {
  font: normal 20px/20px 'MyriadProLightBold';
  color: #000;
}
nav {
  float: left;
  background: #fbfbfb;
  width: 100%;
  position: relative;
  z-index: 99999;
}
.slicknav_menu {
  display: none;
}
.menu-sec {
  max-width: 960px;
  margin: auto;
  position: relative;
}
.menu-sec ul.ypomainmenu {
  padding: 0 0 0 26px;
}
.menu-sec ul li {
  float: left;
  text-align: center;
  background: url(/images/menu-divider.png) no-repeat right center;
  position: relative;
}
.menu-sec ul li:last-child {
   background: none !important;
}
.menu-sec ul li a {
  font: normal 15px/40px 'MyriadProLightRegular';
  color: #343434;
  padding: 0 28px 0 28px;
  display: block;
}
.menu-sec ul li a:hover {
  background: #aaa04e;
  color: #fff;
}
.menu-sec ul li ul {
  z-index: 9999999;
  background: #aaa04e;
  display: none;
  width: 250px;
  position: absolute;
  left: 0px;
  top: 40px;
}
.menu-sec ul li ul li {
  float: none;
  background: url(/images/dropdown-off-img.png) 13px center no-repeat;
  font-size: 11px;
  text-align: left;
  padding-left: 0px;
}
.menu-sec ul li ul li a {
  font-size: 13px;
  line-height: 15px;
  padding: 8px 0 8px 25px;
  color: #fff;
  border: none;
  border-bottom: 1px solid #9a903e;
}
.menu-sec ul li ul li a:hover {
  background: #5e88a2 url(/images/dropdown-on-img.png) 13px center no-repeat;
  color: #fff;
  border-bott0m: 1px solid #386078;
}
.menu-sec ul li:hover>ul {
  display: block;
  position: absolute;
  left: 0px;
  padding: 0px;
  margin: 0px;
}
.menu-sec ul li li:hover>ul {
  display: block;
  position: absolute;
  left: 100%;
  padding: 0px;
  margin: 0px;
  top: 0px;
}
.menu-sec ul li:hover>li {
  float: none;
}
.menu-sec ul li.current-menu-item>a {
  color: #fff;
  background: #AAA04E;
}
.menu-sec ul li:hover>a {
  color: #fff;
  background: #AAA04E;
}
.menu-sec ul li ul li.current-menu-item>a {
  background: #AAA04E url(/images/dropdown-off-img.png) 13px center no-repeat;
  color: #fff;
}  	
.menu-sec ul li ul li:hover>a {
  background: #5e88a2 url(/images/dropdown-on-img.png) 13px center no-repeat;
  color: #fff;
  border-bott0m: 1px solid #386078;
}
.menu-item-1056 ul {
  width: 290px;
}
#banner {
  width: 100%;
  float: left;
  position: relative;
}
.banner-sec {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides>li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides>li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides>img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.banner_service_tabs {
  margin-top: 30%;
  *top: 0%;
  position: absolute;
  right: 36%;
  z-index: 100;
}
.banner_service_tabs ul li {
  float: left;
  list-style-type: none;
  margin-left: 0px;
}
.banner_service_tabs ul li a {
  display: block;
  color: #5E88A2;
  font: normal 30px Verdana, Geneva, sans-serif;
}
.bullet7 ul li a:hover, .bullet7 li.rslides_here a {
  color: #aaa04e;
}
.banner-text {
  position: absolute;
  top: 37%;
  left: 42%;
  color: #000;
  width: 24%;
}
.banner-text h1, .s-banner-text h1 {
  font: normal 52px/42px 'MyriadProLightCondensed';
  font-size: 40px\9;
}
.banner-text span, .s-banner-text span {
  display: block;
  font: bold 28px/30px 'MyriadProLightCondensed';
  font-size: 20px\9;
}
.banner-text ul, .s-banner-text ul {
  margin: 4% 0 0 0;
}
.banner-text ul li, .s-banner-text ul li {
  font: normal 15px/20px 'MyriadProLightRegular';
  background: url(/images/banner-text-arrow.png) no-repeat 5px 5px;
  padding: 0 0 0 10%;
}
.banner-text ul li a, .s-banner-text ul li a {
  padding: 0 0 0 0;
}
.banner-text ul li a:hover, .s-banner-text ul li a:hover {
  color: #396484;
}
.anatomy-sec {
  background: url(/images/anatomy-img.png) no-repeat 0px 0px;
  background-size: 100%;
  right: 10%;
  position: absolute;
  top: 14px;
  z-index: 1000;
  width: 26%;
  height: 440px;
}
.anatomy-sec ul li.anatomy-hip {
  width: 20%;
  height: auto;
  margin-top: 54%;
  left: 42%;
}
.anatomy-sec ul li.anatomy-hip img {
  width: 100%;
}
.anatomy-sec ul li.anatomy-knee {
  width: 20%;
  height: auto;
  margin-top: 80%;
  left: 26%;
}
.bullet11 li {
  list-style-type: none;
  position: relative;
  width: 20%;
  height: auto;
  z-index: 9999;
}
.bullet11 li a {
  display: block;
  color: #5E93C2;
  font: normal 30px Verdana, Geneva, sans-serif;
}
.bullet11 li.anatomy-hip-bullet a {
  position: absolute;
  width: 100%;
  height: 71px;
  margin-top: 300%;
  left: 150%;
  font: normal 18px/20px 'MyriadProLightBold';
  color: #1b3348;
  text-transform: uppercase;
  text-shadow: 0 3px 0 #ececff, -2px -2px 0.2px #ececff, -2px 3px 0.2px #ececff;
  *display: none;
}
.bullet11 li.anatomy-knee-bullet a {
  position: absolute;
  width: 100%;
  height: 71px;
  margin-top: 391%;
  left: 80%;
  font: normal 18px/20px 'MyriadProLightBold';
  color: #1b3348;
  text-transform: uppercase;
  text-shadow: 0 3px 0 #ececff, -2px -2px 0.2px #ececff, -2px 3px 0.2px #ececff;
  *display: none;
}
.bullet11 ul li a:hover, .bullet11 li.rslides_here a {}
#banner-bottom {
  width: 100%;
  float: left;
  min-height: 100px;
  background: url(/images/banner-bottom-bg.jpg) repeat-x 0px 0px;
}
.banner-bottom-sec {
  max-width: 960px;
  margin: auto;
  padding: 23px 0;
}
.banner-bottom-sec ul li {
  float: left;
  font: normal 24px/56px 'MyriadProRegular';
  margin: 0 0 0 3%;
  background-size: 100%;
}
.banner-bottom-sec ul li a {
  color: #fff;
  display: block;
  padding: 0 0 0 30%;
  background-size: 8%;
}
.banner-bottom-sec ul li.our-surgeon {
  background: url(/images/our-surgeon-border.png) no-repeat 0px 0px;
  width: 30%;
  width: 30%\9;
}
.banner-bottom-sec ul li.your-first-visit {
  background: url(/images/your-first-visit-border.png) no-repeat 0px 0px;
  width: 31%;
}
.banner-bottom-sec ul li.our-goal {
  background: url(/images/our-goal-border.png) no-repeat 0px 0px;
  width: 28%;
  width: 28%\9;
}
.banner-bottom-sec ul li.our-surgeon a {
  background: url(/images/our-surgeon-image.png) no-repeat 18% center;
}
.banner-bottom-sec ul li.your-first-visit a {
  background: url(/images/your-first-visit-image.png) no-repeat 18% center;
}
.banner-bottom-sec ul li.our-goal a {
  background: url(/images/our-goal-image.png) no-repeat 28% center;
  padding: 0 0 0 40%;
}
.banner-bottom-sec ul li a:hover {
  color: #AAA04E;
}
#what-we-treat {
  float: left;
  width: 100%;
  background: #fff;
  padding-bottom: 7%;
}
.what-we-treat-sec {
  max-width: 960px;
  margin: auto;
}
.what-we-treat-heading {
  text-align: center;
  font: normal 30px/40px 'MyriadProLightRegular';
  padding: 2% 0 1% 0;
  color: #5e88a2;
}
.what-we-treat-heading a {
  color: #5e88a2;
}
.what-we-treat-sec p {
  text-align: center;
  color: #656261;
  padding: 0 6% 0 6%;
  font: normal 13px/18px 'HelveticaLTLightRegular';
}
.what-we-treat-lists {
  padding: 3% 0 0;
  width: 100%;
}
.what-we-treat-hip {
  width: 37%;
  float: left;
  border-right: 1px solid #d5d2d1;
  padding: 0 6%;
}
.what-we-treat-hip-list-heading, .what-we-treat-knee-list-heading {
  font: normal 22px/40px 'MyriadProLightRegular';
  color: #5e88a2;
}
.what-we-treat-hip-list-heading a, .what-we-treat-knee-list-heading a {
  color: #5e88a2;
}
.what-we-treat-hip-image, .what-we-treat-knee-image {
  float: left;
  padding: 0 9% 0 0;
  width: 31%;
}
.what-we-treat-hip-list, .what-we-treat-knee-list {
  float: left;
  width: 60%;
}
.what-we-treat-hip-list ul, .what-we-treat-knee-list ul {
  padding: 3% 0 0 0;
}
.what-we-treat-hip-list ul li, .what-we-treat-knee-list ul li {
  background: url(/images/what-we-treat-list-image.png) no-repeat 0px 8px;
  font: normal 13px/20px 'HelveticaLTLightRegular';
  color: #656261;
  padding: 0 0 0 5%;
}
.what-we-treat-hip-list ul li a, .what-we-treat-knee-list ul li a {
  color: #656261;
  padding: 0 0 0 5%;
}
.what-we-treat-hip-list ul li a:hover, .what-we-treat-knee-list ul li a:hover {
  color: #AAA04E;
}
.what-we-treat-knee {
  width: 38%;
  float: left;
  padding: 0 6%;
}
#treatment-pathways {
  width: 100%;
  float: left;
  background: url(/images/treatment-pathways-bg.jpg) repeat 0px 0px;
  border-top: 1px solid #dbd3cf;
  padding-bottom: 6%;
}
.treatment-pathways-sec {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.view-more-hip-knee {
  width: 315px;
  font: normal 15px/50px 'MyriadProLightRegular';
  text-align: center;
  background: #2b2826;
  position: absolute;
  top: -35px;
  margin: auto;
  left: 34%;
}
.shadow-left {
  float: left;
  background: url(/images/treatment-pathways-left-shadow.png) no-repeat 0px 34px;
  width: 13px;
  height: 50px;
  margin: 0 0 0 -13px;
}
.shadow-right {
  background: url("/images/treatment-pathways-right-shadow.png") no-repeat scroll 0 34px;
  float: right;
  height: 50px;
  margin: 0 -13px 0 0;
  width: 13px;
}
.view-more-hip-knee a {
  color: #fff;
  display: block;
}
.treatment-pathways-heading {
  font: 30px/60px "MyriadProLightRegular";
  min-height: 0;
  padding: 3% 0 1% 0;
  text-align: center;
  color: #5e88a2;
}
.treatment-pathways-heading a {
  color: #5e88a2;
}
.treatment-pathways-lists {
  width: 100%;
  float: left;
}
.non-surgical-solutions, .surgical-solutions {
  width: 39%;
  float: left;
  margin: 0 5% 0 5%;
  background: #fff;
  border: 1px solid #b3b3b3;
  text-transform: uppercase;
  box-shadow: 0 7px 23px -17px black;
}
.non-surgical-solutions a, .surgical-solutions a {
  display: block;
  margin: 3%;
  font: normal 18px/64px 'MyriadProLightRegular';
  color: #fff;
}
.non-surgical-solutions a {
  background: url("/images/non-surgical-image.png") no-repeat scroll 15% center #31516a;
  padding: 0 0 0 30%;
}
.non-surgical-solutions a:hover {
  background: url("/images/non-surgical-image.png") no-repeat scroll 15% center #AAA04E;
  padding: 0 0 0 30%;
}
.surgical-solutions a {
  background: url("/images/surgical-image.png") no-repeat scroll 17% center #31516a;
  padding: 0 0 0 33%;
}
.surgical-solutions a:hover {
  background: url("/images/surgical-image.png") no-repeat scroll 17% center #AAA04E;
  padding: 0 0 0 33%;
}
#our-practice {
  width: 100%;
  float: left;
  background: url(/images/our-practice-bg.jpg) repeat 0px 0px;
  padding-bottom: 2%;
}
.our-practice-sec {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
#our-practice img {
  vertical-align: top;
}
.patient-edu-videos {
  background: none repeat scroll 0 0 #001d34;
  font: 15px/50px "MyriadProLightRegular";
  left: 34%;
  margin: auto;
  position: absolute;
  text-align: center;
  top: -33px;
  width: 315px;
}
.our-practice-shadow-left {
  float: left;
  background: url(/images/shadow-left.png) no-repeat 0px 34px;
  width: 13px;
  height: 50px;
  margin: 0 0 0 -13px;
}
.our-practice-shadow-right {
  background: url("/images/shadow-right.png") no-repeat scroll 0 34px;
  float: right;
  height: 50px;
  margin: 0 -13px 0 0;
  width: 13px;
}
.patient-edu-videos a {
  color: #fff;
  display: block;
}
.patient-edu-videos a:hover, .view-more-hip-knee a:hover {
  background: #3C6989;
}
.our-practice-heading {
  font: 30px/50px "MyriadProLightRegular";
  padding: 2% 0 1% 0;
  text-align: center;
}
.our-practice-heading a {
  color: #fff;
}
.our-practice-heading a:hover {
  color: #AAA04E;
}
.our-practice-lists {
  width: 100%;
  float: left;
}
.our-practice-slider {
  width: 38%;
  float: left;
  margin: 0 0 0 2%;
}
.practice-img1 {
  background: url(/images/john-flynn-hospital.jpg) no-repeat 0px 0px;
  height: 117px;
  background-size: 100%;
}
.practice-img2 {
  background: url(/images/allamanda-private-hospital.jpg) no-repeat 0px 0px;
  height: 117px;
  background-size: 100%;
}
.practice-img3 {
  background: url(/images/gold-coast-university-hospital.jpg) no-repeat 0px 0px;
  height: 117px;
  background-size: 100%;
}
.practice-img4 {
  background: url(/images/robina-public-hospital.jpg) no-repeat 0px 0px;
  height: 117px;
  background-size: 100%;
}
.bullet10 {
  margin: 0;
  float: right;
  position: relative;
  z-index: 100;
}
.bullet10 li {
  float: left;
  list-style-type: none;
  margin-left: 0px;
}
.bullet10 li a {
  display: block;
  color: #001D34;
  font: normal 20px Verdana, Geneva, sans-serif;
}
.bullet10 li a:hover, .bullet10 li.rslides_here a {
  color: #99D4C0;
}
.fellowships, .observerships {
  margin: 0 0 0 3%;
  float: left;
  text-align: center;
  width: 26%;
  font: normal 14px/30px 'MyriadProRegular';
  text-transform: uppercase;
}
.fellowships a, .observerships a {
  color: #fff;
}
.fellowships a:hover, .observerships a:hover {
  font: normal 14.5px/30px 'MyriadProRegular';
}
#appointment {
  width: 100%;
  float: left;
  background: #99d4c0;
}
.appointment-sec {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.req-appointment {
  float: left;
  padding: 25px 4% 0 1.8%;
  width: 44%;
}
.req-appointment-head, .opt-surgical-exp-head {
  font: 30px/50px "MyriadProLightRegular";
  color: #000;
  font-size: 28px\9;
}
.req-form {
  width: 100%;
  margin: 13px 0 0 0;
  position: relative;
  font: 15px/30px "MyriadProLightRegular";
  color: #fff;
}
DIV.wpcf7 .placeheld {
  color: #fff;
}
.preffered-surgeon {
  width: 100%;
  background: #6dad97;
  height: 34px;
  color: #fff;
  border: 1px solid #84c2ad !important;
  cursor: pointer;
  font: 15px/30px "MyriadProLightRegular";
}
.arrow {
  background: url(/images/appointment-img.jpg) no-repeat right center;
  height: 34px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  z-index: 9;
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder {
  color: #fff;
}
textarea:-moz-placeholder {
  color: #fff;
}
.field {
  width: 49%;
  background: #6dad97;
  border: 1px solid #84c2ad;
  height: 33px;
  color: #ffffff !important;
  padding: 0 0 0 5px;
  float: left;
  margin: 2px 0 0 0;
  font: 15px/30px "MyriadProLightRegular";
}
.textarea {
  background: #6dad97;
  color: #fff;
  width: 47%;
  height: 108px;
  padding: 0 0 0 5px;
  float: right;
  border: 1px solid #84c2ad;
  font: 15px/30px "MyriadProLightRegular";
}
.req-form .submit {
  background: #124362;
  color: #fff;
  width: 32%;
  height: 37px;
  border: none;
  float: right;
  margin: 5px 0% 0 0;
  *margin: 2% 0% 0 0;
  border: 1px solid #84c2ad;
  font: 15px/30px "MyriadProLightRegular";
  cursor: pointer;
  *float: none;
}
.req-form .submit:hover {
  font: 16px/30px "MyriadProLightRegular";
}
.req-form .capchta {
  display: block;
  float: left;
  height: 35px;
  margin: 5px auto;
  width: 25%;
  clear: both;
}
.req-form .capchta-input {
  width: 39%;
  float: left;
  background: #6dad97;
  border: 1px solid #6dad97;
  height: 33px;
  margin: 5px 0px 3px 6px;
  font: 15px/30px "MyriadProLightRegular";
  color: #fff;
  padding: 0 0 0 1%;
  *float: none;
  *margin: 0px 3px 3px 3px;
}
.a-divider {
  width: 1px;
  float: left;
}
.opt-surgical-exp {
  margin: 25px auto;
  width: 100%;
  float: left;
}
.opt-surgical-exp-list {
  margin: 2% 0%;
  width: 100%;
}
.opt-surgical-exp-list ul li {
  border: 1px solid #fff;
  font: 16px/40px "MyriadProLightRegular";
  margin: 0 10px 10px 0px;
  text-transform: uppercase;
  float: left;
  width: 228px;
}
.opt-surgical-exp-head {
  text-align: center;
}
.prep-surgery {
  background: url(/images/surgery-img.png) no-repeat 4% 0px #e1f2ec;
}
.post-management {
  background: url(/images/post-op-management-img.png) no-repeat 4% 0px #e1f2ec;
}
.recovery-plan {
  background: url(/images/recovery-plan-img.png) no-repeat 4% 0px #e1f2ec;
}
.watch-video {
  background: url(/images/watch-video-img.png) no-repeat 4% 0px #e1f2ec;
}
.opt-surgical-exp-list ul li a {
  color: #193140;
  padding: 0 0 0 20%;
  display: block;
}
.opt-surgical-exp-list ul li a:hover {
  color: #304E68;
}
#credibility {
  width: 100%;
  float: left;
  background: #fff;
  border-bottom: 7px solid #fff9ae;
}
.credibility-sec {
    max-width: 960px;
    margin: auto;
    display: table;
    table-layout: fixed;
}
#credibility .credibility-sec li {
    width: 30%;
    padding: 5px 10px;
    display: table-cell;
    text-align: center;
}
#flexiselDemo3 {
  display: none;
}
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
  *width: 960px;
  *overflow: hidden;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 97%;
}
.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
  line-height: 0px;
}
.nbs-flexisel-item img {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer {
  width: 100%;
  float: left;
  background: #383431;
  padding: 2% 0 2% 0;
}
.footer-sec {
  max-width: 960px;
  margin: auto;
}
.footer-logos {
  width: 52%;
  float: left;
}
.footer-logos ul li {
  float: left;
  padding: 0 4% 0 3%;
  border-right: 1px solid #4c4946;
  width: 44%;
}
.footer-logos ul li.last-li {
  border: none;
  width: 29%;
}
.footer-right {
  width: 48%;
  float: left;
}
.footr-menu {
  margin: auto;
  font: 13px/22px "MyriadProLightRegular";
  color: #fff;
  float: right;
  clear: both;
  *width: 82%;
}
.footr-menu>ul {
  float: left;
}
.footr-menu ul li {
  float: left;
}
.menu-item-378 a {
  padding-right: 0px;
}
.footr-menu ul li a {
  color: #fff;
  padding: 0 2px;
  display: block;
  padding: 0 0 0 0%\9;
}
.footr-menu ul li a:hover {
  text-decoration: underline;
}
.copyright {
  float: right;
  font: 13px/22px "MyriadProLightRegular";
  color: #fff;
}
.ypo-logo {
  float: right;
  clear: both;
  padding: 5% 0 0 0;
}
#s-banner {
  width: 100%;
  float: left;
  position: relative;
}
.s-banner-sec {
  max-width: 1440px;
  margin: 0 auto;
}
.rslides {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides>li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides>li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides>img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.s-banner-service-tabs {
  bottom: 35px;
  position: absolute;
  right: 15%;
  z-index: 100;
}
.s-banner-service-tabs ul li {
  float: left;
  list-style-type: none;
  margin-left: 0px;
}
.s-banner-service-tabs ul li a {
  display: block;
  color: #5E88A2;
  font: normal 30px Verdana, Geneva, sans-serif;
}
.bullet8 ul li a:hover, .bullet8 li.rslides_here a {
  color: #aaa04e;
}
.s-banner-text {
  position: absolute;
  top: 37%;
  left: 52%;
  width: 25%;
}
section {
  width: 100%;
  float: left;
  background: url(/images/breadcrum-bg.jpg) repeat-x 0px 0px #fff;
  border-bottom: 8px solid #c0c0c0;
}
.article-sec {
  max-width: 960px;
  margin: auto;
}
article {}
aside {
  float: right;
  width: 25%;
  display: none;
}
.aside-services {
  width: 100%;
  margin: 10px 0 0 0;
}
.aside-services ul li {
  background: url(/images/s-hip-knee-bg-img.jpg) repeat 0px 0px;
  border: 3px solid #5e88a2;
  font: 27px/67px "MyriadProLightRegular";
  margin-bottom: 10px;
}
.aside-services ul li.hip a {
  background: url(/images/s-hip-img.png) no-repeat 30px center;
}
.aside-services ul li.hip a:hover {
  background: url(/images/s-hip-img.png) no-repeat 30px center #3C6989;
  color: #fff;
}
.aside-services ul li.knee a {
  background: url(/images/s-knee-img.png) no-repeat 30px center;
}
.aside-services ul li.knee a:hover {
  background: url(/images/s-knee-img.png) no-repeat 30px center #3C6989;
  color: #fff;
}
.aside-services ul li a {
  color: #5e88a2;
  padding: 0 0 0 45%;
  display: block;
}
.aside-surgeon-sec {
  width: 100%;
  float: left;
  background: #3D688A;
  padding: 15px 0;
}
.aside-surgeon-sec ul li {
  background: url(/images/s-our-surgeon-border.png) no-repeat 0px 0px;
  width: 87%;
  margin: 10px auto;
  font: normal 18px/50px 'MyriadProRegular';
  background-size: 100%;
  *width: 90%;
}
.aside-surgeon-sec ul li a {
  display: block;
  color: #fff;
  padding: 0 0 0 34%;
}
.aside-surgeon-sec ul li a:hover {
  color: #AAA04E;
}
.aside-surgeon-sec ul li.s-our-surgeon a {
  background: url(/images/s-our-surgeon-img.png) no-repeat 30px center;
}
.aside-surgeon-sec ul li.s-your-visit a {
  background: url(/images/s-your-first-img.png) no-repeat 30px center;
}
.aside-surgeon-sec ul li.s-our-goal a {
  background: url(/images/s-our-goal.png) no-repeat 30px center;
}
.aside-sur-nonsur-sec {
  width: 100%;
  float: left;
  margin: 0px 0 10px 0;
  background: url(/images/treatment-pathways-bg.jpg) repeat 0px 0px;
}
.aside-sur-nonsur-sec ul li {
  font: normal 15px/18px 'MyriadProLightRegular';
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #b3b3b3;
  text-align: center;
  margin: 4%;
}
.aside-sur-nonsur-sec ul li a {
  display: block;
  margin: 3%;
  color: #fff;
  padding: 10px 0 10px 20%;
}
.aside-sur-nonsur-sec ul li.s-non-surgical a {
  background: url(/images/s-non-surgical-solutions.png) no-repeat 30px 10px #31516a;
}
.aside-sur-nonsur-sec ul li.s-non-surgical a:hover {
  background: url(/images/s-non-surgical-solutions.png) no-repeat 30px 10px #AAA04E;
}
.aside-sur-nonsur-sec ul li.s-surgical a {
  background: url(/images/s-surgical-solutions.png) no-repeat 30px 0px #31516a;
}
.aside-sur-nonsur-sec ul li.s-surgical a:hover {
  background: url(/images/s-surgical-solutions.png) no-repeat 30px 0px #AAA04E;
}
.aside-our-practice {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  background: #31516A;
}
.aside-our-practice img {
  vertical-align: top;
  margin: 0 auto;
  width: 100%;
}
.s-practice-sec {
  width: 92%;
  margin: 15px auto 30px auto;
  height: 75px;
}
.s-practice-img1 {
  background: url(/images/s-robina-public-school.jpg) no-repeat 0px 0px;
  height: 72px;
}
.s-practice-img2 {
  background: url(/images/s-allamanda-private-hospital.jpg) no-repeat 0px 0px;
  height: 72px;
}
.s-practice-img3 {
  background: url(/images/s-gold-coast-university-hospitals.jpg) no-repeat 0px 0px;
  height: 72px;
}
.s-practice-img4 {
  background: url(/images/s-john-flynn.jpg) no-repeat 0px 0px;
  height: 72px;
}
.bullet9 {
  margin: 0;
  float: right;
  position: relative;
  z-index: 100;
}
.bullet9 li {
  float: left;
  list-style-type: none;
  margin-left: 0px;
}
.bullet9 li a {
  display: block;
  color: #001D34;
  font: normal 20px Verdana, Geneva, sans-serif;
}
.bullet9 li a:hover, .bullet9 li.rslides_here a {
  color: #99D4C0;
}
.s-fellowships {
  width: 90%;
}
.s-fellowships, .s-observerships {
  text-align: center;
  width: 90%;
  font: normal 16px/25px 'MyriadProLightRegular';
  text-transform: uppercase;
}
.s-fellowships {
  margin: 0px auto;
}
.s-observerships {
  margin: 10px auto 20px auto;
}
.s-fellowships a, .s-observerships a {
  color: #fff;
}
.s-fellowships a:hover, .s-observerships a:hover {
  color: #AAA04E;
}
.aside-optimizing-sec {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  background: #99d4c0;
  color: #000;
  padding: 10px 0 10px 0;
}
.aside-optimizing-sec-head {
  text-align: center;
  font: normal 21px/23px 'MyriadProLightRegular';
  margin: 0px 0 10px 0;
}
.aside-optimizing-sec ul li {
  border: 1px solid #fff;
  font: 15px/40px "MyriadProLightRegular";
  margin: 0 auto 6px auto;
  text-transform: uppercase;
  width: 90%;
  font-size: 11px\9;
}
.s-prep-surgery {
  background: url(/images/s-surgery.png) no-repeat 20px center #e1f2ec;
}
.s-post-management {
  background: url(/images/s-post-op-management.png) no-repeat 20px center #e1f2ec;
}
.s-recovery-plan {
  background: url(/images/s-recovery-plan.png) no-repeat 20px center #e1f2ec;
}
.s-watch-video {
  background: url(/images/s-watch-video.png) no-repeat 20px center #e1f2ec;
}
.aside-optimizing-sec ul li a {
  color: #193140;
  padding: 0 0 0 27%;
}
.aside-optimizing-sec ul li a:hover {
  color: #AAA04E;
}
.aside-appointment-sec {
  font: normal 21px/50px 'MyriadProLightRegular';
  text-align: center;
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  background: #99d4c0;
  color: #000;
}
.serviceslist {
  color: #fff;
  display: block;
  font: 15px/20px "MyriadProRegular";
  margin: 20px 10px 0 0!important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.serviceslist li {
  background-image: none !important;
  float: left;
  margin: 0 2% 2% 2%!important;
  padding: 0 !important;
  width: 46%;
}
.serviceslist a {
  background: #3B6686;
  border-radius: 5px;
  color: #ffffff !important;
  display: block;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
  padding: 5% 0;
}
.serviceslist a:hover {
  background: #AAA04E;
  color: #000;
}
.Joint {
  color: #fff;
  display: block;
  font: 15px/17px "MyriadProRegular";
  height: auto;
  list-style: outside none none;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
  text-decoration: none;
}
.Joint li {
  display: block;
  float: left;
  list-style: outside none none;
  margin: 0 68px 15px 0 !important;
  padding: 0 !important;
  width: 250px;
}
.Joint li a {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  color: #707070;
  display: block;
  height: 70px;
  line-height: 17px;
  padding: 4px 0 4px 10px;
  text-align: center;
  text-decoration: none;
  width: 140px;
}
.minimally a {
  background: url("/images/revision-knee-replacement.gif") no-repeat scroll 5px 3px rgba(0, 0, 0, 0) !important;
  font: 15px/17px "MyriadProRegular";
  padding: 35px 0 4px 155px !important;
}
.computer-assisted a {
  background: url("/images/hip-arthroplasty.gif") no-repeat scroll 5px 3px rgba(0, 0, 0, 0) !important;
  font: 15px/17px "MyriadProRegular";
  padding: 35px 0 4px 155px !important;
}
.thr a {
  background: url("/images/hip-arthroplasty.gif") no-repeat scroll 5px 3px rgba(0, 0, 0, 0) !important;
  font: 15px/17px "MyriadProRegular";
  padding: 35px 0 4px 155px !important;
}
.tkr a {
  background: url("/images/revision-knee-replacement.gif") no-repeat scroll 5px 3px rgba(0, 0, 0, 0) !important;
  font: 15px/17px "MyriadProRegular";
  padding: 35px 0 4px 155px !important;
}
.unicondylar a {
  background: url("/images/uniknee-replacement.gif") no-repeat scroll 5px 3px rgba(0, 0, 0, 0) !important;
  font: 15px/17px "MyriadProRegular";
  padding: 35px 0 4px 155px !important;
}
.revision-knee a {
  background: url("/images/revision-knee-replacement.gif") no-repeat scroll 5px 3px rgba(0, 0, 0, 0) !important;
  font: 15px/17px "MyriadProRegular";
  padding: 35px 0 4px 155px !important;
}
.revision-hip a {
  background: url("/images/hip-arthroplasty.gif") no-repeat scroll 5px 3px rgba(0, 0, 0, 0) !important;
  font: 15px/17px "MyriadProRegular";
  padding: 35px 0 4px 155px !important;
}
.shoulder-joint a {
  background: url("/images/shoulder-joint-replacement.gif") no-repeat scroll 5px 3px rgba(0, 0, 0, 0) !important;
  font: 15px/17px "MyriadProRegular";
  padding: 35px 5px 4px 155px !important;
}
.minimally-images ul li {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  float: left;
  width: 40%;
}
.minimally-images ul li span {
  font: 15px/17px "MyriadProRegular";
}
.box-dr1-profile {
  background: none repeat scroll 0 0 #F3F3F3;
  border: 2px solid #3D688A;
  font: 14px/17px "MyriadProRegular";
  float: left;
  margin: 2% 0 0;
  padding: 10px 10px 8px 10px;
  width: 97%;
  border-radius: 5px 25px;
  text-align: left;
}
.our-dr-profile-img {
  border: 7px solid #3d688a;
  border-radius: 10px;
  float: left;
  margin: 1% 2%;
  padding: 0;
  width: 12%;
}
.box-dr1-profile-right {
  float: right;
  width: 75%;
}
.box-dr1-profile-right a {
  text-decoration: none;
}
.box-dr1-profile-right a:hover {
  text-decoration: none;
}
.box-dr1-profile-right h2 {
  font: 28px/10px 'MyriadProRegular';
}
.box-dr1-profile-right h2 a {
  color: #3D688A;
}
.box-dr1-profile-right p {
  margin: 6px 0;
}
.box-dr1-profile-right span {
  font: 14px/10px 'MyriadProRegular';
  color: #2a6698;
  font-weight: bold;
}
.box-dr1-profile-right .view-profile {
  background: #3D688A;
  border-radius: 5px 25px;
  color: #fefefe;
  padding: 5px 0 5px 25px;
  float: right;
  margin: 0 10px 0 0;
  width: 90px;
}
.box-dr1-profile-right .view-profile a {
  color: #fff;
}
.box-dr1-profile-right .view-profile:hover {
  background: #AAA04E;
  text-decoration: none;
}
.pdftext {
  color: #999999;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.address span {
  font: normal 14px/10px 'MyriadProRegular';
  color: #31516A;
  font-weight: bold;
}
.number-fax {
  margin: 6px 0;
  font: bold 15px/25px 'MyriadProRegular';
  color: #656261;
}
.address p a {
  color: #656261;
  text-decoration: none;
}
@media only screen and (max-width:1100px) {
  .banner-text {
    color: #000;
    left: 40%;
    position: absolute;
    top: 37%;
    width: 28%;
  }
}
@media only screen and (max-width:959px) {
  .our-dr-profile-img {
    margin: 0px;
  }
  .bullet11 li.anatomy-hip-bullet a, .bullet11 li.anatomy-knee-bullet a {
    font: 14px/20px "MyriadProLightBold";
  }
  .menu-sec ul li.first-child a {
    padding-left: 25px;
  }
  .menu-sec ul li a {
    padding: 0 16px;
  }
  .anatomy-sec {
    top: 7px;
    right: 1%;
  }
  .banner_service_tabs {
    margin-top: 27%;
  }
  .banner-text, .s-banner-text {
    left: 43%;
    top: 20%;
    width: 30%;
  }
  .banner-text ul li, .s-banner-text ul li {
    font: 12px/20px "MyriadProLightSemiExtended";
  }
  .banner-text ul li a, .s-banner-text ul li a {
    padding: 0 0 0 7%;
  }
  .banner-bottom-sec ul li.our-surgeon {
    background: url(/images/our-surgeon-border.png) no-repeat 0px 0px/100%;
  }
  .banner-bottom-sec ul li.your-first-visit {
    background: url(/images/your-first-visit-border.png) no-repeat 0px 0px/100%;
    width: 32%;
  }
  .banner-bottom-sec ul li.our-goal {
    background: url(/images/our-goal-border.png) no-repeat 0px 0px/100%;
  }
  .opt-surgical-exp-list {
    margin: 3% 9%;
    width: 80%;
  }
  .banner-bottom-sec ul li {
    font: normal 24px/50px 'MyriadProRegular';
  }
  .view-more-hip-knee, .patient-edu-videos {
    left: 29%;
  }
  .non-surgical-solutions a, .surgical-solutions a {
    font: 17px/64px "MyriadProLightRegular";
  }
  .req-appointment-head, .opt-surgical-exp-head {
    font: 26px/50px "MyriadProLightRegular";
  }
  #treatment-pathways {
    padding-bottom: 10%;
  }
  .field {
    width: 48%;
  }
  .footer-logos {
    float: left;
    width: 46%;
  }
  .footer-right {
    float: left;
    width: 53%;
    padding: 0 1% 0 0;
  }
  article {
    float: left;
  }
  aside {
    float: right;
    width: 32%;
  }
  .footr-menu ul li a {
    padding: 0 0%;
  }
}
@media only screen and (max-width:767px) {
  .banner-text, .s-banner-text {
    width: 37%;
  }
  .banner-text h1, .s-banner-text h1 {
    font: 44px/30px "MyriadProLightCondensed";
  }
  .banner-text ul, .s-banner-text ul {
    margin: 0;
  }
  .bullet11 li.anatomy-hip-bullet a, .bullet11 li.anatomy-knee-bullet a {
    font: 11px/20px "MyriadProLightBold";
  }
  .menu-sec ul.ypomainmenu {
    padding: 0px;
  }
  .menu-sec ul li a {
    padding: 0 9px;
  }
  .menu-sec ul li.first-child a {
    padding-left: 12px;
  }
  .banner-bottom-sec ul li {
    font: 18px/45px "MyriadProLightBold";
  }
  #what-we-treat, #treatment-pathways {
    padding-bottom: 10%;
  }
  .non-surgical-solutions a {
    padding: 0 0 0 35%;
  }
  .non-surgical-solutions a, .surgical-solutions a {
    font: 13px/60px "MyriadProLightRegular";
  }
  .surgical-solutions a {
    padding: 0 0 0 38%;
  }
  .callbacks1_nav.next {
    left: 6.3%;
  }
  .req-appointment-head, .opt-surgical-exp-head {
    font: 22px/30px "MyriadProLightRegular";
  }
  article {
    float: left;
    width: 100%;
  }
  aside {
    float: right;
    width: 38%;
  }
  .serviceslist li {
    width: 100%;
  }
}
@media only screen and (max-width:700px) {
  .banner-bottom-sec ul li {
    font: 18px/38px "MyriadProLightBold";
  }
}
@media only screen and (max-width:639px) {
  .menu-sec ul.ypomainmenu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
  }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    font-family: Verdana, Geneva, sans-serif;
  }
  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
  }
  .slicknav_menu .slicknav_no-text {
    margin: 0
  }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 0.188em
  }
  .slicknav_nav {
    clear: both
  }
  .slicknav_nav ul, .slicknav_nav li {
    display: block
  }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    float: right;
  }
  .slicknav_nav .slicknav_item {
    display: block;
    cursor: pointer;
  }
  .slicknav_nav a {
    display: block
  }
  .slicknav_nav .slicknav_item a {
    display: inline;
  }
  .slicknav_menu:before, .slicknav_menu:after {
    content: " ";
    display: table;
  }
  .slicknav_menu:after {
    clear: both
  }
  /IE6/7 support/.slicknav_menu {
    *zoom: 1
  }
  .slicknav_menu {
    font-size: 16px;
  }
  /Button/.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f15541;
    position: absolute;
    right: 10px;
    top: 20px;
  }
  /Button Text/.slicknav_menu .slicknav_menutxt {
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
  }
  /Button Lines/.slicknav_menu .slicknav_icon-bar {
    background-color: #cecece;
  }
  .slicknav_menu {
    background: #fff;
    padding: 5px;
  }
  .slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
  }
  .slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
  }
  .slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
  }
  .slicknav_nav .slicknav_item {
    padding: 5px 10px;
    margin: 2px 5px;
  }
  .slicknav_nav a {
    padding: 8px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #000;
    font: normal 13px Verdana, Geneva, sans-serif;
  }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
  }
  .slicknav_nav .slicknav_item:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #AAA04E;
    color: #232323;
  }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
  }
  .header-sec, .banner-bottom-sec, .treatment-pathways-sec, article, .footer-right, .footer-logos {
    width: 100%;
    float: none;
  }
  header {
    background: #ffffff;
  }
  .logo {
    float: none;
    padding: 20px 0 20px 8px;
    width: 60%;
    margin: 0 auto;
  }
  .banner-text, .s-banner-text {
    display: none;
  }
  .anatomy-sec {
    top: 5px;
  }
  .bullet11 li.anatomy-hip-bullet a, {
    left: 125%;
    margin-top: 276%;
  }
  .bullet11 li.anatomy-knee-bullet a {
    left: 59%;
    margin-top: 371%;
  }
  #banner-bottom {
    background: none repeat scroll 0 0 #3b6686;
  }
  .banner-bottom-sec ul li {
    float: none;
    font: 18px/81px "MyriadProLightBold";
    margin: 3% auto;
  }
  .banner-bottom-sec ul li.our-surgeon, .banner-bottom-sec ul li.your-first-visit, .banner-bottom-sec ul li.our-goal {
    width: 60%;
  }
  .banner-bottom-sec ul li a {
    padding: 0 0 0 35%;
  }
  .what-we-treat-hip, .what-we-treat-knee {
    float: left;
    margin: 10px auto;
    padding: 0 5%;
    width: 90%;
  }
  .banner-bottom-sec ul li.our-goal a {
    background: url("/images/our-goal-image.png") no-repeat scroll 18% center;
  }
  .what-we-treat-hip {
    border: none;
  }
  .what-we-treat-sec p {
    padding: 0px;
  }
  .view-more-hip-knee, .patient-edu-videos {
    position: relative;
    text-align: center;
    left: auto;
    top: 0px;
    width: 315px;
  }
  .view-more-hip-knee {
    margin: -34px auto 0 auto;
  }
  .patient-edu-videos {
    margin: -50px auto 0 auto;
  }
  .non-surgical-solutions, .surgical-solutions {
    float: none;
    margin: 2% auto;
    width: 90%;
  }
  .our-practice-slider {
    float: none;
    margin: 3% auto;
    width: 56%;
  }
  .callbacks1_nav {
    left: 22%;
    top: 78%;
  }
  .callbacks1_nav.next {
    left: 27.3%;
  }
  .bullet10 {
    margin: 0 0 12px 0;
  }
  .fellowships, .observerships {
    float: none;
    width: 50%;
    margin: 0 auto;
    clear: both;
  }
  .req-appointment {
    float: none;
    margin: 0 auto;
    padding: 25px 0 0;
    width: 95%;
  }
  .req-appointment-head, .opt-surgical-exp-head {
    text-align: center;
  }
  .opt-surgical-exp {
    float: left;
    margin: 25px auto;
    width: 100%;
  }
  .a-divider {
    display: none;
  }
  .article-sec {
    width: 100%;
  }
  aside {
    float: none;
    margin: 5% auto 0 auto;
    width: 50%;
  }
  .aside-surgeon-sec ul li {
    font: normal 18px/60px 'MyriadProRegular';
  }
  header .contact {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0 0 15px 0;
    text-align: center;
    width: 80%;
  }
  .footer-right {
    margin: 30px 0 0 0;
  }
  .copyright {
    color: #fff;
    float: left;
    padding: 0 0 0 2%;
  }
  .footr-menu {
    float: left;
    padding: 0 0 0 2%;
  }
  .footer-right {
    padding: 0px;
  }
  .ypo-logo {
    float: left;
  }
}
@media only screen and (max-width:500px) {
  .bullet11 li.anatomy-hip-bullet a, .bullet11 li.anatomy-knee-bullet a {
    font: 7px/20px "MyriadProLightBold";
  }
  .bullet11 li.anatomy-hip-bullet a {
    left: 138%;
    margin-top: 270%;
  }
  .bullet11 li.anatomy-knee-bullet a {
    left: 59%;
    margin-top: 363%;
  }
  .logo {
    width: 80%;
  }
  .banner-bottom-sec ul li {
    font: 18px/65px "MyriadProLightBold";
  }
  .our-practice-heading {
    padding: 2% 0 6%;
  }
  .practice-img1, .practice-img2, .practice-img3, .practice-img4 {
    height: 93px;
  }
  #what-we-treat, #treatment-pathways {
    padding-bottom: 17%;
  }
  .aside-surgeon-sec ul li {
    font: 18px/50px "MyriadProRegular";
  }
}
@media only screen and (max-width:470px) {
  aside {
    width: 60%;
  }
  .banner_service_tabs {
    margin-top: 22%;
  }
}
@media only screen and (max-width:400px) {
  .view-more-hip-knee, .patient-edu-videos {
    width: 69%;
    font: 12px/50px "MyriadProLightRegular";
  }
  .callbacks1_nav.next {
    left: 30.3%;
  }
  .banner-bottom-sec ul li {
    font: 18px/46px "MyriadProLightBold";
  }
  .what-we-treat-hip-image, .what-we-treat-knee-image {
    padding: 0 4% 0 0;
  }
  .what-we-treat-hip, .what-we-treat-knee {
    padding: 0 0 0 5%;
    width: 95%;
  }
  .practice-img1, .practice-img2, .practice-img3, .practice-img4 {
    height: 74px;
  }
  .req-appointment-head, .opt-surgical-exp-head {
    font: 20px/30px "MyriadProLightRegular";
  }
  aside {
    width: 80%;
  }
  .aside-surgeon-sec ul li {
    font: 18px/60px "MyriadProRegular";
  }
}
@media only screen and (max-width:359px) {
  .aside-surgeon-sec ul li {
    font: 18px/52px "MyriadProRegular";
  }
  .banner-bottom-sec ul li {
    font: 18px/40px "MyriadProLightBold";
  }
}
.iframe-m {
  width: 100%;
  height: 500px;
  border: 1px solid #999;
}