@charset "UTF-8";
/*  Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline; }

input, textarea {
  font-size: 100%; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

/* General
------------------------------------------------------------------- */
body {
  /* Base Font Size
	 * 62.5% is equal to 10px in all popular browsers
	 * Always use a percent for base font size otherwise IE6- will go crazy when resizing */
  font-size: 62.5%;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-align: left; }

.clear {
  font-size: 0;
  line-height: 0;
  height: 0;
  clear: both;
  display: block; }

/* -------------------------------------
 | Sample Usage:
 | -------------------------------------

.profile-pic {

    width: 100%;

    @include respond-to(phone) {
        background: blue;
    }
    @include respond-to(tablet) {
        width: 125px;
    }
    @include respond-to(desktop) {
        width: 250px;
    }

}

 */
/*------------------------------------*    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 *
 * .selector {
 *     @extend .clearfix;
 * }
 *
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
  overflow: hidden; }

/* General */
body {
  background: url("../images/body.gif") repeat;
  font-family: 'Noto Sans', "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  color: #333335;
  font-size: 13px; }

html, body {
  height: 100%;
  /* needed for container min-height */ }

@media only screen and (max-width: 450px) {
  .mobile-vanish {
    position: absolute;
    top: -9999px;
    left: -9999px;
    overflow: hidden; } }

@media only screen and (min-width: 451px) {
  .desk-vanish {
    position: absolute;
    top: -9999px;
    left: -9999px;
    overflow: hidden; } }

.copy-wrap {
  margin-top: 30px;
  margin-bottom: 30px; }

.clear-float {
  clear: both; }

@media only screen and (max-width: 450px) {
  .mobile-image {
    width: 100%; } }

.mobile-img {
  width: 100%;
  margin: 10px 0 20px 0; }

#bgimgr {
  background: url("../images/page.jpg") top center repeat-y; }

#page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  text-align: center;
  position: relative;
  display: block; }

#layout {
  background: #fff;
  text-align: left;
  margin: 0 auto;
  display: block;
  position: relative;
  border: 1px solid #C1C1BF;
  border-width: 0 1px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  padding-bottom: 20px; }
  @media only screen and (min-width: 451px) {
    #layout {
      width: 1000px; } }

#footer {
  /*background:#D6D7D9;*/
  background: url(../images/body.gif) 0 0;
  color: #8D8E8F;
  /*border-top:1px solid #5A5A5A;*/
  border-bottom: 0;
  line-height: 29px;
  display: block;
  padding: 15px 0;
  clear: both;
  z-index: 999;
  margin: 0 auto 0 auto;
  position: relative; }
  @media only screen and (min-width: 451px) {
    #footer {
      padding: 15px 40px 0 60px; } }
  @media only screen and (max-width: 450px) {
    #footer {
      font-size: 15px; } }
  @media only screen and (min-width: 451px) {
    #footer {
      width: 901px; } }
  @media only screen and (max-width: 450px) {
    #footer {
      border-left: 1px solid #C1C1BF; } }

#footer .legal {
  padding: 0 10px; }

#footer .legal a {
  padding: 0 10px;
  text-decoration: none; }

#footer ul {
  list-style-type: none; }

#footer p {
  line-height: 29px;
  display: block;
  font-size: 11px; }

@media only screen and (min-width: 451px) {
  #footer p span.copy {
    float: left; } }

#footer p span.symbol {
  line-height: 8px; }

#footer a {
  color: #717274; }

#footer a:hover {
  color: #000; }

#footer .fourth {
  margin: 10px;
  text-align: left;
  padding-top: 10px; }
  @media only screen and (min-width: 451px) {
    #footer .fourth {
      float: left; } }
  @media only screen and (min-width: 451px) {
    #footer .fourth {
      width: 20%; } }
  @media only screen and (min-width: 451px) {
    #footer .fourth {
      height: 180px; } }

@media only screen and (max-width: 450px) {
  #footer .fourth ul {
    margin-left: 10px; } }

#footer .insurance {
  text-align: left; }

#footer .social {
  padding-right: 40px; }

#footer .social .study {
  margin: 6px 0 0 -3px; }

.ods {
  width: 40px;
  float: left;
  margin: 0 10px 0 0; }
  @media only screen and (max-width: 450px) {
    .ods {
      margin: 0 10px 0 0; } }

#footer .insurance .first {
  text-align: left;
  margin-bottom: 25px; }

#footer .contact {
  margin-right: 30px; }

#footer .contact li {
  margin: 6px 0; }

#footer h4 {
  font-size: 16px;
  color: #02B750;
  /*text-shadow: 1px 2px 10px #3C3C3C;*/ }

.section {
  background: url(../images/grad-top.gif) 0 0 repeat-x; }

@media only screen and (min-width: 451px) {
  .image {
    float: left;
    margin: 6px 28px 0 0;
    clear: left; } }

.wrapper .services-image img {
  max-width: 285;
  max-height: 160; }

.image img {
  border: 1px solid #F8F8F8; }

a.image:hover img {
  border-color: #02B750; }

img.thick {
  border: 5px solid #e7e7e7; }

#doctors {
  color: #333;
  text-align: right;
  font-size: 12px;
  line-height: 34px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 5px; }
  @media only screen and (min-width: 451px) {
    #doctors {
      width: 680px; } }
  @media only screen and (min-width: 451px) {
    #doctors {
      float: right; } }

#doctors span {
  padding: 0 25px 0 0; }

.label {
  color: #11BB5A;
  display: block; }
  @media only screen and (min-width: 451px) {
    .label {
      width: 45px; } }
  @media only screen and (min-width: 451px) {
    .label {
      float: left; } }

.content {
  padding: 0 15px;
  display: block;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%; }
  @media only screen and (min-width: 451px) {
    .content {
      padding: 0 34px 33px 24px; } }

.gutter {
  padding: 0 15px; }

.page-home .content {
  padding: 0 0 33px 0; }

.page-microsugery .content {
  padding-bottom: 0; }

figure {
  margin: 0; }

figure.left {
  margin: 0 15px 15px 0; }
  @media only screen and (min-width: 451px) {
    figure.left {
      float: left; } }

ul.spaced {
  margin-top: 0; }

ul.spaced li {
  margin-bottom: 1.5em; }

.sidecolumn .learn-more,
h1 {
  display: block;
  color: #6D6C71;
  font-size: 26px;
  line-height: 1;
  padding: .85em 0;
  border-bottom: 2px #DEDEDE solid;
  font-weight: normal;
  background: url(../images/green-block.gif) 0 50% no-repeat;
  margin-left: -24px;
  margin-bottom: 1em;
  margin-right: -34px; }
  @media only screen and (max-width: 450px) {
    .sidecolumn .learn-more,
    h1 {
      font-size: 22px; } }
  @media only screen and (min-width: 451px) {
    .sidecolumn .learn-more,
    h1 {
      text-indent: 1em; } }
  @media only screen and (max-width: 450px) {
    .sidecolumn .learn-more,
    h1 {
      background-position: top left;
      padding: 0 0 .85em 1em;
      margin-top: 1em; } }
  @media only screen and (max-width: 450px) {
    .sidecolumn .learn-more,
    h1 {
      margin-right: -15px;
      margin-left: -15px; } }

.sidecolumn .learn-more {
  height: auto;
  line-height: 1.5;
  font-size: 18px;
  background: none;
  color: #333335; }

h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  padding: 0;
  color: #01B64F;
  line-height: 1.2em; }

h2 {
  font-weight: normal;
  font-size: 18px; }

h3, .h3 {
  color: #424242;
  border-bottom: 1px solid #E7E7E7;
  display: block;
  line-height: 24px;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 16px; }

.emp-text {
  color: #424242;
  display: block;
  line-height: 24px;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 16px; }

.hr {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  height: 0;
  display: block;
  border-bottom: 2px solid #E7E7E7;
  margin-bottom: 15px;
  padding-top: 15px; }
  @media only screen and (min-width: 451px) {
    .hr {
      width: 100%; } }

h5 {
  margin-bottom: 0;
  line-height: 1.5em;
  /*color:#6BAE49;*/ }

.gutter .intro {
  margin: 0 15px; }
  @media only screen and (max-width: 450px) {
    .gutter .intro {
      margin: 0; } }

.gutter h3 {
  border: none;
  margin: 0; }

.page-services .wrapper h2 {
  border-bottom: 1px solid #E7E7E7;
  clear: left;
  line-height: 24px;
  margin: 16px 0; }

.page-services .wrapper {
  clear: both; }
  @media only screen and (min-width: 451px) {
    .page-services .wrapper {
      margin: 0 3em 0 2em; } }

blockquote + h2 {
  clear: both;
  padding-top: 2.0em; }

h4 {
  color: #12BC5B;
  font-size: 14px;
  font-weight: normal; }

li, ol, ul, p {
  line-height: 1.5em; }

ol, ul, p {
  margin-bottom: 1.5em; }

/* Lists items right after a paragraph shouldn't have the extra space */
p + ol,
p + ul {
  margin-top: -1.5em; }

h2 + p {
  margin-top: -0.75em; }

ol, ul {
  margin-left: 2em; }

p + h3,
ol + h3,
ul + h3 {
  margin-top: 2.0em; }

.accordian {
  background: #F8F8F8; }

.accordian h2 {
  display: block;
  height: 37px;
  line-height: 37px;
  font-size: 20px;
  background: url(../images/accordian-title.gif) 0 0 no-repeat;
  margin: 0;
  text-indent: 46px; }

h3.subtitle,
h3.subtitle a {
  color: #2E2F33; }

h3.subtitle {
  font-size: 15px;
  border: none;
  line-height: 1.5em;
  clear: none;
  margin-bottom: 0; }

h3.subtitle a {
  text-decoration: none;
  font-weight: bold; }

h3.subtitle a:hover {
  color: #01B64F; }

h2 small {
  color: #717173;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px; }

.accordian ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.accordian li a {
  color: #6F6E73;
  text-decoration: none; }

.accordian li a:hover {
  color: #02B750; }

.accordian li {
  color: #6F6E73;
  font-size: 18px;
  background: url(../images/accordian-line.gif) 0 0 no-repeat;
  text-indent: 49px;
  font-weight: normal;
  border-bottom: 1px solid #D5D5D5;
  line-height: 45px;
  height: 45px;
  display: block; }

.accordian,
.callout {
  display: block; }
  @media only screen and (min-width: 451px) {
    .accordian,
    .callout {
      width: 455px;
      float: left;
      margin: 0 15px 30px 15px; } }

li.accordian_last {
  margin-bottom: 30px; }

@media only screen and (max-width: 450px) {
  .callout {
    margin-top: 30px; } }

a {
  color: #6F7376;
  color: #02B750;
  /* 	text-decoration:none; */ }

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

a.button {
  color: #6D6E70;
  background: #DEDEDE;
  border: 1px solid #D8D8D8;
  text-shadow: 0 1px 0 #fff;
  _box-shadow: 1px 1px 1px #EEE;
  _border-radius: 6px;
  line-height: 25px;
  padding: 4px 10px;
  margin: 0 2px 4px 0;
  text-decoration: none; }

a.button:hover {
  background: #5CBC5B;
  color: #fff;
  _box-shadow: 1px 1px 1px #67D395;
  border-color: #02B750;
  text-decoration: none;
  text-shadow: 0 1px 0 #02B750; }

/*********************** Header *************************/
#header {
  background: url(../images/header.gif) 0 0 repeat-x;
  color: #6F7376;
  min-height: 108px;
  height: auto !important;
  height: 108px;
  margin: 0 auto;
  border-top: 3px solid #02B750; }
  @media only screen and (min-width: 451px) {
    #header {
      width: 1000px; } }

.page-home #header {
  background: url(../images/home-header.gif) 0 0 repeat-x;
  height: 150px; }

@media only screen and (min-width: 451px) {
  .page-home #navigation {
    margin-top: 51px; } }

.hamburger-label {
  font-size: 12px;
  color: #717073;
  position: fixed;
  top: 53px;
  left: 15px; }

@media only screen and (max-width: 450px) {
  .page-home #logo {
    float: none;
    width: 210px;
    margin: 30px auto 0 auto; } }

#logo {
  display: block;
  font-weight: normal;
  text-decoration: none;
  position: relative; }
  @media only screen and (min-width: 451px) {
    #logo {
      float: left; } }
  @media only screen and (min-width: 451px) {
    #logo {
      width: 255px; } }
  @media only screen and (max-width: 450px) {
    #logo {
      float: right;
      width: 210px;
      margin: 10px 0 0 0; } }

.home-logo {
  margin: 11px 10px 0 0;
  display: block;
  width: 170px;
  background: url(../images/svg/oregon-periodontics-logo.svg) 0 0 no-repeat;
  background-size: contain;
  overflow: visible; }
  @media only screen and (min-width: 451px) {
    .home-logo {
      height: 150px;
      margin: 30px 0 0 25px; } }
  @media only screen and (max-width: 450px) {
    .home-logo {
      height: 100px; } }

#logo img.page-logo {
  width: 255px;
  margin: 25px 0 0 24px; }
  @media only screen and (max-width: 450px) {
    #logo img.page-logo {
      margin: 0 auto;
      width: 175px;
      height: auto;
      padding-top: 20px; } }

#navigation {
  list-style: none;
  font-size: 15px;
  display: block; }
  @media only screen and (min-width: 451px) {
    #navigation {
      float: right; } }
  @media only screen and (max-width: 450px) {
    #navigation {
      font-size: 16px; } }
  @media only screen and (min-width: 451px) {
    #navigation {
      margin: 32px 6px 0 0; } }

#navigation li {
  line-height: 30px; }
  @media only screen and (min-width: 451px) {
    #navigation li {
      float: left; } }
  @media only screen and (min-width: 451px) {
    #navigation li {
      margin: 0 5px 0 0; } }

#navigation li.nav-mobile-btn {
  background-color: #02B750;
  margin-top: 30px;
  padding: 10px 0;
  margin-right: -6px;
  font-size: 16px; }

#navigation li.nav-mobile-btn a {
  color: #333335; }

#navigation li.nav-mobile-btn a:hover {
  color: #fff; }

#navigation a {
  color: #626262;
  display: block;
  text-decoration: none; }
  @media only screen and (min-width: 451px) {
    #navigation a {
      padding: 0 13px;
      line-height: 30px; } }

#navigation .current a,
#navigation a:hover {
  color: #02B750;
  text-decoration: none; }

#navigation .current {
  border-bottom: 1px solid #96DEB6; }

#navigation .current a {
  border-bottom: 1px solid #65D193; }

#subnav {
  background: url(../images/subnav.png) repeat;
  display: block;
  list-style: none;
  padding: 0;
  margin: 89px 0 0 0;
  clear: both; }
  @media only screen and (min-width: 451px) {
    #subnav {
      height: 39px; } }
  @media only screen and (min-width: 451px) {
    #subnav {
      text-align: right; } }
  @media only screen and (max-width: 450px) {
    #subnav {
      font-size: 16px; } }

#subnav li {
  line-height: 39px;
  margin: 0 23px 0 0; }
  @media only screen and (min-width: 451px) {
    #subnav li {
      display: inline; } }

@media only screen and (min-width: 451px) {
  #subnav .current a {
    border-bottom: 1px solid #B8B8B8; } }

#subnav a {
  color: #727274;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
  line-height: 39px;
  height: 39px;
  padding: 11px 5px; }

#subnav a:hover {
  color: #000; }

#subnav .current a:hover,
#subnav .current a {
  color: #02B750; }

@media only screen and (max-width: 450px) {
  .extra-mobile-links ul {
    margin: 0; } }

@media only screen and (max-width: 450px) {
  .extra-mobile-links li {
    list-style-type: none;
    text-indent: 15px; } }

@media only screen and (max-width: 450px) {
  .extra-mobile-links a {
    display: block;
    height: 37px;
    line-height: 37px;
    background: url(../images/subnav.png) repeat;
    margin: 0;
    color: #727274;
    font-size: 16px;
    text-decoration: none; } }

.extra-mobile-links a:hover {
  color: #02B750; }

.menu li {
  list-style: none; }

.sidecolumn .menu {
  margin-left: 0;
  margin-right: 0; }

.sidecolumn h3 {
  text-indent: 0.8em; }

h3 + .menu {
  margin-top: -16px; }

.menu a {
  text-decoration: none;
  display: block;
  text-indent: 1em;
  border-bottom: 1px solid #E7E7E7;
  color: #333335; }

.menu .current a {
  color: #02B750;
  font-weight: bold; }
  @media only screen and (max-width: 450px) {
    .menu .current a {
      font-weight: normal; } }

/*********************** Header *************************/
.controls {
  margin-top: -93px;
  display: block;
  height: 65px;
  color: #E4E4E4;
  font-size: 13px;
  text-align: center;
  z-index: 100;
  position: absolute;
  top: 513px;
  left: 800px;
  text-shadow: #4B4B4D -1px -1px;
  font-weight: bold; }
  @media only screen and (min-width: 451px) {
    .controls {
      float: right; } }
  @media only screen and (min-width: 451px) {
    .controls {
      width: 160px; } }

.microsurgery .third p.microcontrols {
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  background-color: transparent;
  margin: 5px 0 0 0;
  padding: 0;
  display: block; }
  @media only screen and (max-width: 450px) {
    .microsurgery .third p.microcontrols {
      margin-top: -15px; } }

.microcontrols .indicator {
  margin-top: -27px;
  padding: 0 10px; }
  @media only screen and (min-width: 451px) {
    .microcontrols .indicator {
      float: right; } }

.controls span.knob {
  margin: 9px 0 0 0;
  cursor: pointer;
  font-size: 13px;
  display: block;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../images/controls.png") 0 5px repeat; }
  @media only screen and (min-width: 451px) {
    .controls span.knob {
      width: 30px; } }
  @media only screen and (min-width: 451px) {
    .controls span.knob {
      float: left; } }

.microcontrols span.knob {
  margin: 0px 0 0 0;
  cursor: pointer;
  font-size: 13px;
  display: block;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../images/controls.png") 0 5px repeat; }
  @media only screen and (min-width: 451px) {
    .microcontrols span.knob {
      width: 30px; } }
  @media only screen and (min-width: 451px) {
    .microcontrols span.knob {
      float: left; } }

.controls span.play {
  background-position: -30px 5px; }

.microcontrols span.play {
  background-position: -30px 5px;
  display: none; }

.controls span.pause {
  background-position: -30px -25px; }

.microcontrols span.pause {
  background-position: -30px -25px;
  display: none; }

.controls span.prev {
  margin-left: 35px; }

@media only screen and (min-width: 451px) {
  .microcontrols span.prev {
    margin-left: 205px; } }

@media only screen and (max-width: 450px) {
  .microcontrols span.prev {
    display: none; } }

.controls span.next {
  background-position: -60px 5px; }

.microcontrols span.next {
  margin-left: 0; }
  @media only screen and (min-width: 451px) {
    .microcontrols span.next {
      background-position: -60px 5px; } }
  @media only screen and (max-width: 450px) {
    .microcontrols span.next {
      display: block;
      width: 20px;
      height: 20px;
      background-position: -70px 0;
      margin: 25px 0 0 80px;
      overflow: hidden;
      float: right; } }

.cases, .case {
  display: block;
  height: 535px; }
  @media only screen and (min-width: 451px) {
    .cases, .case {
      width: 950px;
      padding-left: 25px; } }

.microshow {
  height: 202px;
  background-color: transparent; }
  @media only screen and (min-width: 451px) {
    .microshow {
      width: 275px; } }

.cases {
  margin: -24px 0 25px -24px;
  text-align: center;
  background: transparent; }

.js-slideshow .description p {
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 451px) {
    .js-slideshow .description p {
      width: 473px; } }

.lanap-show .description p {
  height: 95px; }
  @media only screen and (max-width: 450px) {
    .lanap-show .description p {
      height: auto;
      margin-top: 20px; } }

.gum-graft-show .description p {
  padding-bottom: 20px;
  padding-right: 15px; }

.implants-show .description p {
  padding-bottom: 20px;
  margin-right: 20px; }
  @media only screen and (min-width: 451px) {
    .implants-show .description p {
      height: 100px; } }

.implants-show .description h2 {
  margin-right: 20px;
  margin-top: 20px; }

.big-show {
  margin-bottom: 30px !important;
  margin: -25px 0 0 10px; }
  @media only screen and (max-width: 450px) {
    .big-show {
      margin: -20px 12px 0 12px; } }

@media only screen and (min-width: 451px) {
  .column1 {
    margin: -90px 0 0 0;
    float: right; } }

@media only screen and (min-width: 451px) {
  .column2 {
    margin: -70px 27px 0 0;
    float: right; } }

@media only screen and (min-width: 451px) {
  .column3 {
    margin: -50px 8px 0 0;
    float: right; } }

@media only screen and (min-width: 451px) {
  .column4 {
    margin: -30px 56px 41px 0;
    float: right; } }

@media only screen and (min-width: 451px) {
  .big-show_image {
    margin-left: -25px;
    margin-bottom: -1px; } }

.big-show img {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 451px) {
  .slideshow {
    margin: -1 0 0 0; } }

.cases.microshow {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent; }

.list--alpha li {
  list-style-type: upper-alpha; }

.case {
  background: #fff;
  padding-top: 25px;
  margin: 0 auto;
  text-align: left; }

.microshow .case {
  background: transparent;
  padding: 0;
  margin: 0;
  height: auto;
  border: none; }
  @media only screen and (min-width: 451px) {
    .microshow .case {
      width: 275px; } }

@media only screen and (max-width: 450px) {
  .slidewrap {
    margin-bottom: -20px; } }

.microshow .case .slideshow {
  border: none; }
  @media only screen and (max-width: 450px) {
    .microshow .case .slideshow {
      height: auto;
      overflow: hidden; } }

.microshow .coverslide {
  background: none; }

@media only screen and (max-width: 450px) {
  .lanap-show .coverslide .slideshow img {
    float: left;
    margin-left: 6%;
    margin-bottom: 30px; } }

.microshow .coverslide .slideshow img {
  border: none; }

.microshow .coverslide .slideshow {
  border: none;
  background: transparent; }

.case h2 {
  font-size: 21px;
  margin: 15px 0 10px 0;
  font-weight: normal; }

@media only screen and (min-width: 451px) {
  .case .images {
    float: left; } }

@media only screen and (min-width: 451px) {
  .case .images {
    width: 81%; } }

.microshow .case img {
  padding-left: -20px; }
  @media only screen and (min-width: 451px) {
    .microshow .case img {
      float: none; } }
  @media only screen and (min-width: 451px) {
    .microshow .case img {
      width: 100%; } }

.case .images div {
  margin-left: 19px; }
  @media only screen and (min-width: 451px) {
    .case .images div {
      float: left; } }

.microshow .case img {
  margin-left: 0; }
  @media only screen and (min-width: 451px) {
    .microshow .case img {
      float: none; } }

.case .images div.last {
  margin-right: 0; }

.case .description {
  padding: 0 10px 20px 10px; }
  @media only screen and (max-width: 450px) {
    .case .description {
      clear: both; } }
  @media only screen and (min-width: 451px) {
    .case .description {
      float: left;
      width: 75%;
      padding-left: 25px; } }

.microshow .case .description {
  display: block;
  color: #000;
  margin: 0;
  padding: 0; }

.microshow .slideshow {
  text-align: center;
  overflow: visible;
  display: block;
  height: auto;
  margin: 0; }

@media only screen and (min-width: 451px) {
  .case .slideshow {
    width: 948px;
    height: 316px; } }

.microshow .case .slideshow {
  height: 182px; }
  @media only screen and (min-width: 451px) {
    .microshow .case .slideshow {
      width: 275px; } }

.case .description p {
  font-size: 13px; }

@media only screen and (max-width: 450px) {
  .mobile-show {
    width: 40% !important;
    margin: 0 auto; } }

@media only screen and (max-width: 450px) {
  img.mobile-show {
    height: auto; } }

.first-micro {
  background: transparent url("../images/slideshow/microsurgery/first-micro-bg.jpg") no-repeat;
  display: block;
  background-size: cover; }
  @media only screen and (max-width: 450px) {
    .first-micro {
      background-position: -200px 0; } }
  @media only screen and (min-width: 451px) {
    .first-micro {
      padding-left: 60px; } }

/*****************************************/
.main-image {
  background: transparent url("../images/slideshow/home/seeing-the-detail-img-only.jpg") no-repeat;
  display: block;
  width: 1000px;
  height: 389px;
  margin: 60px 0 30px 0;
  position: relative; }
  @media only screen and (max-width: 450px) {
    .main-image {
      background-position: 15% 50%;
      width: 100%;
      margin: 30px 0 30px 0; } }

.header-overlay {
  position: absolute;
  width: 940px;
  bottom: 0;
  right: 0;
  color: white;
  padding: 15px 30px;
  text-align: right; }
  @media only screen and (max-width: 450px) {
    .header-overlay {
      padding: 10px 20px;
      width: 100%; } }

.header-overlay span {
  font-weight: 700; }

.header-overlay h2 {
  color: white;
  font-size: 55px;
  text-shadow: 1px 1px 10px #000;
  padding: 0 10px 0 50px; }
  @media only screen and (max-width: 450px) {
    .header-overlay h2 {
      font-size: 40px; } }

.header-overlay p {
  font-size: 16px;
  font-weight: 700;
  margin: -25px 0 0 0;
  text-shadow: 1px 1px 10px #000;
  padding: 0 10px 0 20px; }
  @media only screen and (max-width: 450px) {
    .header-overlay p {
      font-weight: 400;
      margin: -15px 0 0 50px; } }

.header-overlay p span {
  float: left;
  font-size: 10px;
  font-weight: 400; }
  @media only screen and (max-width: 450px) {
    .header-overlay p span {
      line-height: 15px;
      font-size: 11px;
      margin-top: 20px;
      display: block;
      float: none; } }

@media only screen and (max-width: 450px) {
  .js-textshow {
    padding-bottom: 30px; } }

.page-home .js-textshow {
  padding-bottom: 20px; }
  @media only screen and (max-width: 450px) {
    .page-home .js-textshow {
      padding-bottom: 30px; } }

.js-textshow ul.slick-dots {
  z-index: 99; }

@media only screen and (max-width: 450px) {
  .page-home .js-textshow ul.slick-dots {
    margin: 0 0 0 20px !important; } }

.micro-slide-wrap {
  text-align: center;
  background-size: cover; }
  @media only screen and (max-width: 450px) {
    .micro-slide-wrap {
      width: 100%;
      overflow: hidden;
      text-align: left; } }

.micro-slide-wrap span {
  font-weight: 700; }

.micro-slide-wrap h2 {
  color: white;
  font-size: 50px;
  text-shadow: 1px 1px 10px #000;
  padding: 50px 0 0 0; }
  @media only screen and (max-width: 450px) {
    .micro-slide-wrap h2 {
      font-size: 40px;
      padding: 30px 0 0 0; } }

.micro-slide-wrap p {
  color: white;
  font-size: 30px;
  text-shadow: 1px 1px 10px #000;
  padding: 0; }
  @media only screen and (max-width: 450px) {
    .micro-slide-wrap p {
      font-size: 18px; } }

.micro-slide-text {
  padding: 60px 75px; }
  @media only screen and (max-width: 450px) {
    .micro-slide-text {
      padding: 20px;
      min-height: 340px; } }

.micro-slide-wrap.slide1 {
  background: transparent url("../images/slideshow/microsurgery/granular-green.jpg") no-repeat; }

.micro-slide-wrap.slide2 {
  background: transparent url("../images/slideshow/microsurgery/using-scope-fade.jpg") no-repeat;
  background-position: 50% 0; }

.micro-slide-wrap.slide3 {
  background: transparent url("../images/slideshow/microsurgery/branding-on-gray.jpg") no-repeat; }

/* .main-slide-wrap {
	@include respond-to(phone) {
		width:100%;
		overflow:hidden;
		margin-left:-20px;
		padding-right:20px;
	}
} */
@media only screen and (min-width: 451px) {
  .wide {
    padding: 0 40px 0 174px; } }

.smallcolumn {
  padding: 22px 0;
  display: block; }
  @media only screen and (min-width: 451px) {
    .smallcolumn {
      float: left; } }
  @media only screen and (min-width: 451px) {
    .smallcolumn {
      width: 176px; } }

p big {
  font-size: 120%; }

.bigcolumn {
  padding: 10px 0; }
  @media only screen and (min-width: 451px) {
    .bigcolumn {
      float: left;
      padding: 22px 0;
      width: 760px;
      display: block; } }

@media only screen and (min-width: 451px) {
  .bigcolumn.intro {
    width: 600px; } }

@media only screen and (min-width: 451px) {
  .bigcolumn.benefits {
    width: 960px; } }

.bigcolumn, .bigcolumn.line {
  width: 100%;
  display: block; }
  @media only screen and (min-width: 451px) {
    .bigcolumn, .bigcolumn.line {
      width: 950px; } }

.microsurgery .bigcolumn p, .microsurgery .bigcolumn li {
  font-size: 13px;
  line-height: 25px; }

.microsurgery .bigcolumn ul {
  padding: 20px 0 0 0; }
  @media only screen and (min-width: 451px) {
    .microsurgery .bigcolumn ul {
      padding: 10px 0 0 30px; } }

.micro-benefit-image {
  width: 100%; }
  @media only screen and (min-width: 451px) {
    .micro-benefit-image {
      width: 275px;
      height: 182; } }

.micro-bg-1 {
  background: url("../images/proergo-microscope-sm.png") 587px -70px no-repeat;
  margin-top: -2px; }

.microsurgery h1 {
  margin-bottom: 0; }
  @media only screen and (min-width: 451px) {
    .microsurgery h1 {
      margin-bottom: -34px !important; } }

.microsurgery .intro {
  margin-bottom: 40px; }
  @media only screen and (max-width: 450px) {
    .microsurgery .intro {
      margin-top: -25px; } }

.microsurgery .bigcolumn h2 {
  color: #6d6e71;
  font-size: 28px;
  margin: 15px 0 3px 0;
  padding-top: 20px; }

.microsurgery .bigcolumn h4 {
  font-size: 20px;
  padding-top: 20px; }

.microsurgery .bigcolumn .micro-cont h4 {
  font-size: 18px;
  margin-top: 20px; }

@media only screen and (min-width: 451px) {
  .micro-cont h4, .micro-cont p {
    margin-left: 21px; } }

.microsurgery .bigcolumn h5 {
  margin: 20px 0 10px 0;
  color: #636264; }

.video {
  text-align: right;
  margin: 30px -90px 0 0; }

.benefits {
  padding-top: 0;
  margin-top: -10px; }

.microsurgery .third {
  text-align: left; }
  @media only screen and (min-width: 451px) {
    .microsurgery .third {
      float: left;
      width: 34%;
      margin-right: 10px; } }

.microsurgery .third h5 {
  margin-top: 15px; }
  @media only screen and (min-width: 451px) {
    .microsurgery .third h5 {
      margin-top: 30px; } }

.microsurgery .lastthird {
  text-align: left; }
  @media only screen and (min-width: 451px) {
    .microsurgery .lastthird {
      float: left;
      width: 28%; } }
  @media only screen and (max-width: 450px) {
    .microsurgery .lastthird {
      margin: 0 15px; } }

.microsurgery .lastthird .slide-desc {
  margin: 0 0 70px 0; }
  @media only screen and (max-width: 450px) {
    .microsurgery .lastthird .slide-desc {
      margin-left: -10px; } }

@media only screen and (min-width: 451px) {
  .microsurgery .third p {
    width: 275px; } }

@media only screen and (max-width: 450px) {
  .microsurgery .third p {
    margin-bottom: 20px; } }

.microsurgery .scalpel {
  background: transparent url("../images/microsurgery-scalpel1.jpg") top left no-repeat;
  height: 180px; }
  @media only screen and (max-width: 450px) {
    .microsurgery .scalpel {
      background: transparent url("../images/microsurgery-scalpel1.jpg") 0 0 no-repeat; } }
  @media only screen and (min-width: 451px) {
    .microsurgery .scalpel {
      float: right;
      width: 650px;
      padding-left: 324px; } }
  @media only screen and (max-width: 450px) {
    .microsurgery .scalpel {
      height: 380px;
      margin-left: -15px; } }

.microsurgery .needle {
  background: transparent url("../images/microsurgery-needle.jpg") top right no-repeat;
  height: 200px; }
  @media only screen and (max-width: 450px) {
    .microsurgery .needle {
      background: transparent url("../images/microsurgery-needle.jpg") 60% 0 no-repeat; } }
  @media only screen and (min-width: 451px) {
    .microsurgery .needle {
      float: left;
      width: 500px;
      padding: 70px 365px 0 111px; } }
  @media only screen and (max-width: 450px) {
    .microsurgery .needle {
      height: 430px;
      margin-right: -15px; } }

.microsurgery .scope {
  background: transparent url("../images/microsurgery-scope.jpg") top left no-repeat;
  height: 200px; }
  @media only screen and (max-width: 450px) {
    .microsurgery .scope {
      background: transparent url("../images/microsurgery-scope.jpg") 50% 0 no-repeat; } }
  @media only screen and (min-width: 451px) {
    .microsurgery .scope {
      padding-left: 455px; } }
  @media only screen and (min-width: 451px) {
    .microsurgery .scope {
      float: left;
      width: 500px; } }
  @media only screen and (max-width: 450px) {
    .microsurgery .scope {
      height: 575px;
      margin-right: -15px; } }

@media only screen and (max-width: 450px) {
  .micro-tools p, .micro-tools h4 {
    padding-left: 10px;
    padding-right: 10px; } }

.micro-tools .bigcolumn h4 {
  background-color: transparent; }
  @media only screen and (max-width: 450px) {
    .micro-tools .bigcolumn h4 {
      padding-top: 220px; } }

@media only screen and (max-width: 450px) {
  .micro-tools .bigcolumn h4.pad-scalpel {
    padding-top: 190px; } }

.microsurgery .half {
  text-align: center; }
  @media only screen and (min-width: 451px) {
    .microsurgery .half {
      float: left;
      width: 40%;
      margin: 0 63px 0 25px; } }

.microsurgery .bigcolumn .half h5 {
  margin: 20px 0 -30px 0;
  font-weight: normal;
  font-style: italic;
  text-align: left; }
  @media only screen and (min-width: 451px) {
    .microsurgery .bigcolumn .half h5 {
      margin: 20px 0 -30px 20px; } }

@media only screen and (min-width: 451px) {
  .microsurgery .shift {
    margin: 0 43px 0 1px;
    border-left: 1px solid #dcdcdc;
    padding-left: 52px; } }

.microsurgery .tabs ul li {
  border: 1px solid #d7d7d7;
  padding: 5px 10px 5px 7px;
  list-style-type: none;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  margin: 0 0 -22px 2px;
  z-index: 1;
  color: #02b750;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px; }
  @media only screen and (min-width: 451px) {
    .microsurgery .tabs ul li {
      width: 130px; } }
  @media only screen and (min-width: 451px) {
    .microsurgery .tabs ul li {
      margin: 0 0 -22px -28px; } }

.micro-cont {
  border: 1px solid #dcdcdc;
  padding: 11px; }
  @media only screen and (max-width: 450px) {
    .micro-cont {
      margin-bottom: 30px; } }

@media only screen and (min-width: 451px) {
  .micro-diff-image {
    width: 320px;
    height: 250px; } }

@media only screen and (min-width: 451px) {
  .micro-cont img {
    margin: 20px 20px -10px 20px;
    padding: 10px; } }

.microsurgery .third p,
.microsurgery .third h5,
.microsurgery .half p,
.microsurgery .half h4 {
  text-align: left; }

.tabs ul {
  margin-left: -2px; }

.line {
  background: transparent url(../images/line.gif) repeat-x;
  margin-bottom: -30px; }

.sidecolumn {
  display: block;
  border-right: 2px solid #F1F1F1; }
  @media only screen and (min-width: 451px) {
    .sidecolumn {
      float: left; } }
  @media only screen and (min-width: 451px) {
    .sidecolumn {
      width: 293px; } }

.no-border {
  border: none; }

.sidecolumn-thin {
  margin-bottom: 60px; }
  @media only screen and (min-width: 451px) {
    .sidecolumn-thin {
      width: 250px;
      margin-left: 40px; } }

@media only screen and (min-width: 451px) {
  .sidecolumn-thin h1 {
    width: 220px;
    margin-left: 20px; } }

@media only screen and (max-width: 450px) {
  .sidecolumn-thin h1 {
    margin-left: 20px;
    font-size: 30px; } }

.sidecolumn-thin h3 {
  text-indent: 0; }

.sidecolumn ul {
  margin-right: 10px; }

@media only screen and (min-width: 451px) {
  .widecolumn {
    float: left;
    margin-left: 30px;
    width: 616px; } }

.biography p {
  margin: 10px 0; }

.biography ul {
  margin-top: 20px;
  margin-bottom: 20px; }

.biography ul li {
  margin-top: 5px; }

.biography h2 {
  margin: 40px 0 10px 0; }

.page-services .sidecolumn {
  border: none; }

@media only screen and (min-width: 451px) {
  .page-services .widecolumn {
    margin: 0 30px 0 0;
    border-right: 2px solid #F1F1F1;
    padding-right: 30px;
    width: 586px; } }

form span {
  display: block;
  color: #cc0000; }

.input,
textarea {
  background: #EAEAEA;
  color: #AEAEAE;
  border: 1px solid #DCDCDC;
  text-shadow: 0 1px 0 #fff;
  padding: 4px;
  font-size: 12px; }
  @media only screen and (min-width: 451px) {
    .input,
    textarea {
      width: 461px; } }
  @media only screen and (max-width: 450px) {
    .input,
    textarea {
      width: 95%;
      margin-bottom: 20px; } }

input.button {
  border: 1px solid #DCDCDC;
  color: #AEAEAE;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  _box-shadow: inset 0 0 3px 1px #E5E5E5;
  padding: 0 13px;
  line-height: 23px;
  background: #F5F5F5;
  margin: 0; }

input.button:hover {
  background: #5CBC5B;
  color: #fff;
  text-shadow: 0 1px 0 #02B750;
  border-color: #02B750;
  _box-shadow: inset 0 0 3px 1px #67D395;
  /*
	text-decoration:none;
*/ }

.sitemap ul {
  padding: 0 0 0 20px;
  margin: 0;
  font-weight: bold; }

.sitemap ul a {
  color: #424242; }

.sitemap ul a:hover {
  color: #02B750; }

.sitemap ul li {
  padding: 5px 0; }

.sitemap ul ul ul {
  font-weight: normal; }

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* For IE 6/7 (triggers hasLayout) */
.cf {
  *zoom: 1; }

@media only screen and (min-width: 451px) {
  .desk-vanish--slideshow {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden; } }

@media only screen and (max-width: 450px) {
  .mobile-vanish--slideshow {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden; } }

/* Style adjustments for viewports that meet the condition */
.mobile-button {
  width: 50px;
  height: 43px;
  background: transparent url(../images/svg/menu-alt.svg) top center no-repeat;
  background-size: contain;
  display: block;
  margin: 10px 0 0 5px;
  float: left;
  z-index: 2; }
  @media only screen and (min-width: 451px) {
    .mobile-button {
      display: none; } }

@media only screen and (max-width: 450px) {
  .js nav {
    display: block;
    position: fixed;
    left: -195px;
    top: 20px;
    width: 195px;
    margin: 0;
    z-index: 9999;
    /* When there are more elements then page height, show a scroll bar */
    overflow-y: auto; } }

@media only screen and (max-width: 450px) {
  .js body {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.25s ease-in-out; } }

@media only screen and (max-width: 450px) {
  body.menu-in {
    -webkit-transform: translate3d(195px, 0, 0);
    transform: translate3d(195px, 0, 0);
    overflow-x: hidden; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./public/images/ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #333335;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -26px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 0; }

ul.slick-dots {
  padding: 0 !important;
  margin: 0 !important; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  @media only screen and (max-width: 450px) {
    .slick-dots {
      bottom: 0; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 8px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*# sourceMappingURL=oregonperio.css.map */
