header.banner {
  z-index: 9999;
  position: relative; }

.home-banner-wrap .slider-desc {
  width: 100%;
  height: 53%;
  text-align: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-height: 210px;
  padding: 2% 15px 60px; }
  @media only screen and (max-width: 768px) {
    .home-banner-wrap .slider-desc {
      background-color: #d29e5c;
      height: 50%; } }
  .home-banner-wrap .slider-desc h1 {
    margin: 0; }
  .home-banner-wrap .slider-desc p {
    width: 738px;
    max-width: 100%;
    margin: 0; }
  .home-banner-wrap .slider-desc a {
    display: inline-block;
    float: none;
    margin: 0; }

.home-banner-wrap .rsArrow {
  display: none !important; }

.home-banner-wrap .rsBullets {
  margin-top: -70px; }
  .home-banner-wrap .rsBullets .rsBullet {
    width: 12px;
    height: 12px;
    cursor: pointer; }
    .home-banner-wrap .rsBullets .rsBullet span {
      background-color: transparent;
      border: 1px solid #004360;
      width: 12px;
      height: 12px; }
    .home-banner-wrap .rsBullets .rsBullet.rsNavSelected span {
      background-color: #004360; }

.home-banner-wrap .rsContent {
  position: relative; }
  @media only screen and (max-width: 768px) {
    .home-banner-wrap .rsContent > img {
      height: auto !important;
      width: 100% !important;
      min-width: 600px !important;
      left: 50% !important;
      margin-left: 0 !important;
      transform: translate(-50%, -50%);
      top: 25%;
      position: absolute; } }

.surgeons-wrap .rsOverflow {
  border-left: 10px solid #004360;
  background: rgba(205, 222, 239, 0.9); }

.surgeons-wrap .rsContent {
  position: relative; }
  .surgeons-wrap .rsContent .bg-img {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background-size: cover;
    background-position: center; }
    .surgeons-wrap .rsContent .bg-img::after {
      content: '';
      display: block;
      background-color: rgba(205, 222, 239, 0.9);
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1; }
  .surgeons-wrap .rsContent .the-content {
    position: relative;
    z-index: 2;
    color: #333;
    padding: 50px 50px 50px 90px;
    max-width: 550px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%); }
    .surgeons-wrap .rsContent .the-content .desc {
      font-size: 30px;
      font-style: italic;
      line-height: 37px;
      display: block;
      margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        .surgeons-wrap .rsContent .the-content .desc {
          font-size: 22px; } }
      .surgeons-wrap .rsContent .the-content .desc::before {
        content: '\201C';
        display: inline-block;
        color: #CD9A58;
        font-size: 73px;
        font-family: 'source sans pro', sans-serif;
        font-style: italic;
        line-height: 1;
        float: left;
        margin-left: -50px;
        margin-top: -10px; }
    .surgeons-wrap .rsContent .the-content .name {
      font-size: 20px;
      font-weight: 600;
      display: block; }
      @media only screen and (max-width: 768px) {
        .surgeons-wrap .rsContent .the-content .name {
          font-size: 18px; } }

.surgeons-wrap .rsBullets {
  margin-top: -80px;
  text-align: left;
  padding-left: 90px; }
  .surgeons-wrap .rsBullets .rsBullet {
    width: 12px;
    height: 12px;
    cursor: pointer; }
    .surgeons-wrap .rsBullets .rsBullet span {
      background-color: transparent;
      border: 1px solid #004360;
      width: 12px;
      height: 12px; }
    .surgeons-wrap .rsBullets .rsBullet.rsNavSelected span {
      background-color: #004360; }

.inner-banner {
  background-position: top; }
  .inner-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 67, 96, 0.8);
    z-index: 1; }
  .inner-banner .banner-content {
    left: calc(((100% - 1170px) / 2) + (1170px / 3) + 30px);
    width: calc((1170px / 3) * 2 - 30px);
    margin: 0; }
    .inner-banner .banner-content h1 {
      font-style: normal;
      text-align: left;
      font-size: 33px;
      font-family: 'Source Sans Pro', sans-serif; }
    .inner-banner .banner-content #breadcrumbs {
      font-size: 15px;
      font-style: normal;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: normal;
      letter-spacing: 0.5px; }
      .inner-banner .banner-content #breadcrumbs a {
        color: #CD9A58; }

body.sidebar-primary {
  background-color: #fff; }
  body.sidebar-primary .sidebar {
    padding-right: 21px;
    z-index: 100; }
    body.sidebar-primary .sidebar .sidebar-menu {
      margin-top: -165px;
      position: relative;
      z-index: 2;
      margin-right: 0; }
      @media only screen and (max-width: 1200px) {
        body.sidebar-primary .sidebar .sidebar-menu {
          margin-top: 30px; } }
    body.sidebar-primary .sidebar .sidebar-call {
      background-image: url("/wp-content/themes/surgicalassociates/assets/img/cta.jpg");
      background-size: cover;
      background-position: center;
      color: #fff;
      text-align: center;
      padding: 80px 50px;
      margin-top: 50px;
      z-index: 1;
      position: relative; }
      body.sidebar-primary .sidebar .sidebar-call::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(205, 154, 88, 0.9);
        left: 0;
        top: 0;
        z-index: 1; }
      @media only screen and (max-width: 768px) {
        body.sidebar-primary .sidebar .sidebar-call {
          display: none; } }
      body.sidebar-primary .sidebar .sidebar-call h6 {
        font-size: 26px;
        line-height: 27px;
        margin-bottom: 30px;
        font-weight: 600;
        position: relative;
        z-index: 2; }
      body.sidebar-primary .sidebar .sidebar-call p {
        font-size: 18px;
        line-height: 1;
        position: relative;
        z-index: 2; }
    body.sidebar-primary .sidebar .sidebar-locations {
      background-color: #004360;
      color: #fff;
      text-align: center;
      padding: 30px 30px 20px;
      z-index: 1;
      position: relative;
      font-size: 15px;
      font-family: 'merriweather', serif;
      letter-spacing: 0.5px; }
      @media only screen and (max-width: 768px) {
        body.sidebar-primary .sidebar .sidebar-locations {
          display: none; } }
      body.sidebar-primary .sidebar .sidebar-locations a {
        color: #fff;
        display: inline-block;
        padding: 10px;
        border-top: 1px solid #fff; }
  body.sidebar-primary .main {
    background-color: #fff; }
    body.sidebar-primary .main .page-header {
      margin-top: 0; }

.page-template-template-surgeons .surgeons-wrap {
  display: flex;
  flex-direction: row; }
  @media only screen and (max-width: 768px) {
    .page-template-template-surgeons .surgeons-wrap {
      flex-direction: column; } }
  .page-template-template-surgeons .surgeons-wrap .nav-tabs {
    flex: 1;
    max-width: 50vw;
    background-color: #EEF9FB; }
    @media only screen and (max-width: 768px) {
      .page-template-template-surgeons .surgeons-wrap .nav-tabs {
        max-width: 100vw; } }
    .page-template-template-surgeons .surgeons-wrap .nav-tabs .surgeons-slider {
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (max-width: 768px) {
        .page-template-template-surgeons .surgeons-wrap .nav-tabs .surgeons-slider {
          margin: 0 !important; } }
      .page-template-template-surgeons .surgeons-wrap .nav-tabs .surgeons-slider .secondary-img-wrap {
        flex-basis: 33.33333%;
        margin: 0;
        padding: 15px 15px 30px; }
        @media only screen and (max-width: 768px) {
          .page-template-template-surgeons .surgeons-wrap .nav-tabs .surgeons-slider .secondary-img-wrap {
            flex-basis: 50%; } }
        .page-template-template-surgeons .surgeons-wrap .nav-tabs .surgeons-slider .secondary-img-wrap li a {
          width: 100%;
          height: calc((50vw / 3) - 60px);
          overflow: hidden;
          display: block; }
          @media only screen and (max-width: 768px) {
            .page-template-template-surgeons .surgeons-wrap .nav-tabs .surgeons-slider .secondary-img-wrap li a {
              height: 35vw; } }
        .page-template-template-surgeons .surgeons-wrap .nav-tabs .surgeons-slider .secondary-img-wrap li.active a {
          border: 1px solid #d29e5c; }
          .page-template-template-surgeons .surgeons-wrap .nav-tabs .surgeons-slider .secondary-img-wrap li.active a img {
            border: none; }
        .page-template-template-surgeons .surgeons-wrap .nav-tabs .surgeons-slider .secondary-img-wrap li.active .arrow-down {
          display: none; }
  .page-template-template-surgeons .surgeons-wrap .bio-wrap {
    flex: 1;
    max-width: 50vw;
    margin-top: 0;
    padding: 50px; }
    @media only screen and (max-width: 768px) {
      .page-template-template-surgeons .surgeons-wrap .bio-wrap {
        max-width: 100vw;
        padding: 50px 0; } }
    .page-template-template-surgeons .surgeons-wrap .bio-wrap .container {
      max-width: 100%; }
      .page-template-template-surgeons .surgeons-wrap .bio-wrap .container .panel-grid {
        flex-wrap: wrap; }
        .page-template-template-surgeons .surgeons-wrap .bio-wrap .container .panel-grid .panel-grid-cell {
          width: 100% !important;
          float: none !important;
          flex: 100%; }
    .page-template-template-surgeons .surgeons-wrap .bio-wrap P:empty {
      display: none; }

#new-royalslider-1 {
  max-height: calc(100vh - 171px); }

.inner-banner-mobile {
  display: none;
  min-height: 0; }
  @media only screen and (max-width: 768px) {
    .inner-banner-mobile {
      display: block; } }

.tab-pane #pg-309-0,
.tab-pane #pg-306-0,
.tab-pane #pg-310-0,
.tab-pane #pg-325-0,
.tab-pane #pg-311-0 {
  margin-bottom: 0; }

.listings {
  padding-bottom: 90px; }

footer .footer-right {
  height: 650px; }
