@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2.5em;
  margin: 0.67em 0; 
  font-weight:400;}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* 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: none;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: 'base-icon-fonts';
  src: url("/fonts/base-icon-fonts/base-icon-fonts.eot?fjrq9e");
  src: url("/fonts/base-icon-fonts/base-icon-fonts.eot?#iefixfjrq9e") format("embedded-opentype"), url("/fonts/base-icon-fonts/base-icon-fonts.ttf?fjrq9e") format("truetype"), url("/fonts/base-icon-fonts/base-icon-fonts.woff?fjrq9e") format("woff"), url("/fonts/base-icon-fonts/base-icon-fonts.svg?fjrq9e#base-icon-fonts") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="base-icon-"], [class*=" base-icon-"] {
  font-family: 'base-icon-fonts';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.base-icon-untappd:before {
  content: "\e617"; }

.base-icon-home:before {
  content: "\e600"; }

.base-icon-phone:before {
  content: "\e601"; }

.base-icon-location:before {
  content: "\e602"; }

.base-icon-search:before {
  content: "\e603"; }

.base-icon-menu:before {
  content: "\e604"; }

.base-icon-close:before {
  content: "\e605"; }

.base-icon-checkmark:before {
  content: "\e606"; }

.base-icon-play2:before {
  content: "\e616"; }


.base-icon-play:before {
  content: "\e607"; }

.base-icon-pause:before {
  content: "\e608"; }

.base-icon-stop:before {
  content: "\e609"; }

.base-icon-facebook:before {
  content: "\e60a"; }

.base-icon-twitter:before {
  content: "\e60b"; }

.base-icon-feed:before {
  content: "\e60c"; }

.base-icon-youtube:before {
  content: "\e60d"; }

.base-icon-vimeo:before {
  content: "\e60e"; }

.base-icon-flickr:before {
  content: "\e60f"; }

.base-icon-github:before {
  content: "\e610"; }

.base-icon-tumblr:before {
  content: "\e611"; }

.base-icon-skype:before {
  content: "\e612"; }

.base-icon-reddit:before {
  content: "\e613"; }

.base-icon-pinterest:before {
  content: "\e614"; }

.base-icon-file-pdf:before {
  content: "\e615"; }

.base-icon-search-plus:before {
  content: "\f00e"; }

.base-icon-search-minus:before {
  content: "\f010"; }

.base-icon-chevron-left:before {
  content: "\f053"; }

.base-icon-chevron-right:before {
  content: "\f054"; }

.base-icon-chevron-up:before {
  content: "\f077"; }

.base-icon-chevron-down:before {
  content: "\f078"; }

.base-icon-google-plus:before {
  content: "\f0d5"; }

.base-icon-envelope:before {
  content: "\f0e0"; }

.base-icon-linkedin:before {
  content: "\f0e1"; }

.base-icon-instagram:before {
  content: "\f16d"; }

html {
  box-sizing: border-box;
  height: 100%; }

*, *:before, *:after {
  box-sizing: inherit; }

main {
  display: block; }


body {
  -moz-transition: left 0.4s linear;
  -o-transition: left 0.4s linear;
  -webkit-transition: left 0.4s linear;
  transition: left 0.4s linear;
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  color: #121212;
  position: relative;
  left: 0;
  height: 100%; }

.site-overlay {
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  position: fixed;
  display: none;
  z-index: 150;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }


hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 3px solid #5c5c5c;
  margin: 1em 0;
  padding: 0; }

h1 {
  color: #841617; }
  @media (max-width: 750px) {
    h1 {
      font-size: 2.5em; } }

h2 {
  font-size: 2em;
  margin: .75em 0;
  color: #313131; 
  font-weight:400;}
  @media (max-width: 750px) {
    h2 {
      font-size: 1.3em; } }

h3 {
  font-size: 1.7em;
  color: #313131;
font-weight:400;  }

h4 {
  font-size: 1.5em;
  color: #841617;
  font-style: italic; }

h5, h6 {
  margin: 1em 0em 0em 0em;
  font-size: 1.5em;
  color: #121212; }

p {
  font-weight: light; }

blockquote {
  color: #5c5c5c;
  font-weight: lighter;
  font-size: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 0;
  margin-right: 0;
  border-left: 4px solid #a9a9a9; }

a {
  font-weight: bold;
  color: #841617; }
  a:hover, a:focus {
    color: #a9a9a9; }

figure {
  margin: 0; }

.full-width {
  width: 100%;
  display: block; }

.alignleft {
  float: left;
  display: inline-block;
  padding: 0 1em 1em 0; }

.alignright {
  float: right;
  display: inline-block;
  padding: 0 0 1em 1em; }

.gradient-btn {
  background-color: white;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(100%, #dfdfdf));
  background-image: -moz-linear-gradient(#f0f0f0, #dfdfdf);
  background-image: -webkit-linear-gradient(#f0f0f0, #dfdfdf);
  background-image: linear-gradient(#f0f0f0, #dfdfdf); }

.btn {
  display: block;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: white; }

.btn--primary {
  background-color: #a9a9a9; }
  .btn--primary:hover, .btn--primary:focus {
    background-color: #841617; }

.btn--secondary {
  background-color: #841617; }
  .btn--secondary:hover, .btn--secondary:focus {
    background-color: #a9a9a9; }

.link--grey {
  color: #a9a9a9; }

.link--italic {
  font-style: italic;
  font-weight: normal; }

.link--hover-underline {
  text-decoration: none; }
  .link--hover-underline:hover, .link--hover-underline:focus {
    text-decoration: underline; }

.link--small {
  font-size: .8em; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.white {
  color: white; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

iframe {
  margin-top: 2em; }

.container {
  max-width: 67.66667em;
  margin-left: auto;
  margin-right: auto; 
  position: relative;}
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  .container {
    *zoom: 1; }
  @media (max-width: 1100px) {
    .container {
      padding: 0 1em; } }

@media (max-width: 750px) {
  .childrens .site-header .header-logo > a,
  .childrens-physicians .site-header .header-logo > a,
  .ou-medical-center .site-header .header-logo > a,
  .ou-medical-center-edmond .site-header .header-logo > a,
  .ou-physicians .site-header .header-logo > a,
  .ou-medicine-centers-of-excellence .site-header .header-logo > a,
  .ou-college-of-medicine .site-header .header-logo > a {
    display: none; }
  .childrens .site-header .logo-block-white,
  .childrens-physicians .site-header .logo-block-white,
  .ou-medical-center .site-header .logo-block-white,
  .ou-medical-center-edmond .site-header .logo-block-white,
  .ou-physicians .site-header .logo-block-white,
  .ou-medicine-centers-of-excellence .site-header .logo-block-white,
  .ou-college-of-medicine .site-header .logo-block-white {
    display: block; } }

.site-header {
  background-color: #841617; }
  .site-header .logo-block-white {
    display: none; }
  @media (max-width: 750px) {
    .site-header .site-header__top {
      padding: 1em 0; }
    .site-header .header-logo img {
      width: 200px; }
    .site-header .header-search, .site-header .site-header__bottom {
      display: none; }
    .site-header #responsive-menu-icon {
      display: block; } }

.site-header__top {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0MTYxNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYxMTAxMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #841617), color-stop(100%, #611011));
  background-image: -moz-linear-gradient(#841617, #611011);
  background-image: -webkit-linear-gradient(#841617, #611011);
  background-image: linear-gradient(#841617, #611011);
  padding-top: 2em;
  padding-bottom:1.5em;
  }
  .site-header__top .header-logo {
    width: 74.13793%;
    float: left;
    margin-right: 3.44828%; }
    @media (max-width: 750px) {
      .site-header__top .header-logo {
        text-align: center; } }
  .site-header__top .header-search {
    width: 22.41379%;
    float: right;
    margin-right: 0; }
    .site-header__top .header-search p {
      margin-top: .5em;
      text-align: right; }
    @media (max-width: 750px) {
      .site-header__top .header-search {
        padding-top: 1em; } }
  @media (max-width: 750px) {
    .site-header__top .header-logo, .site-header__top .header-search {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.site-header__bottom {
  /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0MTYxNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYxMTAxMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #841617), color-stop(100%, #611011));
  background-image: -moz-linear-gradient(#841617, #611011);
  background-image: -webkit-linear-gradient(#841617, #611011);
  background-image: linear-gradient(#841617, #611011);*/
  background-size: 100%;
  background-color:#611011;
  }
  .site-header__bottom > .container {
    position: relative; }
  .site-header__bottom ul {
    list-style: none;
    padding: 0; }
  .site-header__bottom .nav--primary > ul {
    width: 74.13793%;
    float: left;
    margin-right: 3.44828%;
    margin-top: 0;
    margin-bottom: 0;
    border-left: 1px solid #611011; }
    @media (max-width: 750px) {
      .site-header__bottom .nav--primary > ul {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .site-header__bottom .nav--primary > ul > li {
      width: 25%;
      float: left;
      margin-right: 3.44828%;
      margin-right: 0;
      border-right: 1px solid rgba(132, 22, 23, 0.5);
      text-align: center;	
	  }
      @media (max-width: 750px) {
        .site-header__bottom .nav--primary > ul > li {
          clear: both;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
      .site-header__bottom .nav--primary > ul > li > a {
        height: 70px;
        line-height: 70px;
        color: white;
        display: inline-block;
        text-decoration: none;
        position: relative;
        width: 100%; }
        .site-header__bottom .nav--primary > ul > li > a > span {
          line-height: 1.2;
          color: white;
          display: inline-block;
          vertical-align: middle;
		  padding-top:1.7em;
		  }
    .site-header__bottom .nav--primary > ul > li + li + li + li {
      float: right;
      margin-right: 0; }
  .site-header__bottom .nav--secondary {
    padding-bottom: 2em;
    text-align: left;
    line-height: 1.75;
    z-index: 10;
transition: all 0s .2s linear;	}
    .site-header__bottom .nav--secondary header {
      font-style: italic; }
      .site-header__bottom .nav--secondary header h4 {
        font-size: 1.25em; }
    .site-header__bottom .nav--secondary article a {
      line-height: 2;
      color: #222222;
      text-decoration: none; }
      .site-header__bottom .nav--secondary article a:hover, .site-header__bottom .nav--secondary article a:focus {
        color: #841617; }
  .site-header__bottom .header-btn-wrapper {
    width: 22.41379%;
    float: right;
    margin-right: 0;
    padding: 1em 0;
    text-align: center; }
    @media (max-width: 750px) {
      .site-header__bottom .header-btn-wrapper {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .site-header__bottom .header-btn-wrapper a {
      width: 100%;
      display: block;
      text-decoration: none;
      padding: .5em;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }

.search-form {
  position: relative; }

.search-form__text {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 40px;
  padding: .5em;
  border: none;
  width: 90%; }
  @media (max-width: 750px) {
    .search-form__text {
      width: 95%; } }

.search-form__submit {
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  height: 40px;
  padding: .35em;
  padding-top: .45em;
  color: #908d8e;
  position: absolute;
  top: 0;
  right: 0;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #908d8e; }

.site-header__bottom .nav--primary > ul > li > a {
  font-weight: normal;
  /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0MTYxNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYxMTAxMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #841617), color-stop(100%, #611011));
  background-image: -moz-linear-gradient(#841617, #611011);
  background-image: -webkit-linear-gradient(#841617, #611011);
  background-image: linear-gradient(#841617, #611011);*/ 
 }
.site-header__bottom .nav--primary > ul > li:hover .nav--secondary, .site-header__bottom .nav--primary > ul > li:focus .nav--secondary {
  left: 0; }
  @media (max-width: 750px) {
    .site-header__bottom .nav--primary > ul > li:hover .nav--secondary, .site-header__bottom .nav--primary > ul > li:focus .nav--secondary {
      position: absolute;
      left: -999em; } }
.site-header__bottom .nav--primary > ul > li:hover > a, .site-header__bottom .nav--primary > ul > li:focus > a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxMTAxMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg0MTYxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #611011), color-stop(100%, #841617));
  background-image: -moz-linear-gradient(#611011, #841617);
  background-image: -webkit-linear-gradient(#611011, #841617);
  background-image: linear-gradient(#611011, #841617);
  }
.site-header__bottom .nav--primary > ul > li:hover > a:after, .site-header__bottom .nav--primary > ul > li:focus > a:after {
  transition:all 0s .2s linear;
}
@media (max-width: 750px) {
  .site-header__bottom .nav--primary > ul > li:hover > a:after, 
  .site-header__bottom .nav--primary > ul > li:focus > a:after {
    display: none; 
  } 
}
.site-header__bottom .nav--primary > ul > li > a:after {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 11;
  margin-left: -12px;
  content: ' ';
  width: 0;
  height: 0;
  display:inline-block;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  transition:all 0s .2s linear;
}
.site-header__bottom .nav--primary > ul > li:hover > a:after, 
.site-header__bottom .nav--primary > ul > li:focus > a:after {
  border-top-color:#841617;
}


.nav--secondary {
  position: absolute;
  left: -999em;
  top: 100%;
  width: 100%;
  background-color: #f4f4f4; }
  .nav--secondary:before, .nav--secondary:after {
    content: " ";
    display: table; }
  .nav--secondary:after {
    clear: both; }
  .nav--secondary {
    *zoom: 1; }
  .nav--secondary:before, .nav--secondary:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #f4f4f4;
    top: 0;
    display: block; }
  .nav--secondary article hr {
    margin-bottom: -1em; }
  .nav--secondary article ul {
    margin-top: 2em; }
  .nav--secondary:before {
    right: 100%; }
  .nav--secondary:after {
    left: 100%; }
  .nav--secondary header, .nav--secondary article {
    width: 23.41379%;
    float: left;
    margin-right: 3.44828%; }

.site-header__responsive-bar {
  display: none; }
  @media (max-width: 750px) {
    .site-header__responsive-bar {
      display: block; } }
  .site-header__responsive-bar .responsive-nav-button-wrapper:before, .site-header__responsive-bar .responsive-nav-button-wrapper:after {
    content: " ";
    display: table; }
  .site-header__responsive-bar .responsive-nav-button-wrapper:after {
    clear: both; }
  .site-header__responsive-bar .responsive-nav-button-wrapper {
    *zoom: 1; }
  .site-header__responsive-bar .responsive-find-a-doc, .site-header__responsive-bar .responsive-search-button {
    display: inline-block;
    width: 25%;
    background-color: #f4f4f4;
    text-align: center;
    height: 75px;
    float: left;
    border-bottom: #a9a9a9 1px solid;
    border-right: #a9a9a9 1px solid; }
    .site-header__responsive-bar .responsive-find-a-doc img, .site-header__responsive-bar .responsive-search-button img {
      display: inline-block;
      width: 80px;
      max-height: 70px;
      padding: .5em 1em; }

#responsive-menu-icon {
  text-decoration: none;
  float: right;
  width: 50%;
  height: 75px;
  padding: 1.1em 1.5em;
  display: none;
  position: relative; }
  @media (max-width: 350px) {
    #responsive-menu-icon {
      padding: 1.1em 1em; } }
  #responsive-menu-icon span.menu-text {
    color: white;
    font-size: 1.75em;
    font-weight: lighter;
    text-transform: uppercase; }
  #responsive-menu-icon span.line {
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    height: 4px;
    width: 35px;
    background-color: white;
    display: block;
    position: absolute;
    right: 35px; }
    @media (max-width: 350px) {
      #responsive-menu-icon span.line {
        width: 30px;
        right: 20px; } }
  #responsive-menu-icon span.line-one {
    top: 27px; }
  #responsive-menu-icon span.line-two {
    top: 35px; }
  #responsive-menu-icon span.line-three {
    top: 43px; }

.responsive-side-menus {
  -moz-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
  position: fixed;
  left: 100%;
  height: 100%;
  background-color: #611011;
  z-index: 100;
  width: 200%; }
  .responsive-side-menus.active-mobile-1 {
    left: 0%; }
  .responsive-side-menus.active-mobile-2 {
    left: -100%; }
  .responsive-side-menus a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 1em 1.5em; }
    .responsive-side-menus a:hover, .responsive-side-menus a:focus {
      color: white; }
  .responsive-side-menus .logo-block img {
    max-width: 175px; }
  .responsive-side-menus .subnav--main .subpage__sidebar__subnav {
    border: none; }
    .responsive-side-menus .subnav--main .subpage__sidebar__subnav li {
      border: none;
      background-color: #611011;
      /*border-bottom: 1px solid #4b0d0d; */}
      .responsive-side-menus .subnav--main .subpage__sidebar__subnav li:before {
        color: white; }
      .responsive-side-menus .subnav--main .subpage__sidebar__subnav li .k-icon {
        background-color: #611011;
        border-right-color: #4b0d0d; }
        .responsive-side-menus .subnav--main .subpage__sidebar__subnav li .k-icon:after {
          color: white; }
      .responsive-side-menus .subnav--main .subpage__sidebar__subnav li ul {
        border-top: none; }
        .responsive-side-menus .subnav--main .subpage__sidebar__subnav li ul li, .responsive-side-menus .subnav--main .subpage__sidebar__subnav li ul a {
          background-color: #4b0d0d; }
    .responsive-side-menus .subnav--main .subpage__sidebar__subnav a {
      background-color: #611011;
      color: white; }
  .responsive-side-menus .subnav--main .subpage__sidebar__buttons a {
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    color: white;
    background-color: #841617; }
    .responsive-side-menus .subnav--main .subpage__sidebar__buttons a:hover, .responsive-side-menus .subnav--main .subpage__sidebar__buttons a:focus {
      color: white;
      background-color: #841617; }

.responsive-side-menus .responsive-side-menu-2 .nav--primary.subnav--main .subpage__sidebar__subnav a {
  background-color: #611011; }
.responsive-side-menus .responsive-side-menu-2 .nav--primary.subnav--main .subpage__sidebar__subnav ul a {
  background-color: #4b0d0d; }

.responsive-nav-back-1, .responsive-nav-back-2 {
  text-transform: uppercase;
  font-weight: lighter;
  background-color: #841617; }

.responsive-side-menu-1, .responsive-side-menu-2 {
  float: left;
  width: 50%;
  height: 100%;
  overflow: auto; }

.responsive-nav-logo {
  padding: 1em;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0MTYxNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYxMTAxMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #841617), color-stop(100%, #611011));
  background-image: -moz-linear-gradient(#841617, #611011);
  background-image: -webkit-linear-gradient(#841617, #611011);
  background-image: linear-gradient(#841617, #611011);
  padding: 1em 3em; }
  .responsive-nav-logo p {
    display: inline-block;
    margin: 0;
    float: right;
    font-size: 3em;
    font-weight: lighter;
    line-height: .8; }
  .responsive-nav-logo img {
    width: 180px; }

.responsive-side-menu-2 .has-children:before {
  -moz-transition: -moz-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 12px;
  left: 20px;
  content: '';
  color: #841617; }
.responsive-side-menu-2 li.open:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.responsive-side-menu-2 .nav--primary ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.responsive-side-menu-2 .nav--primary li {
  border-bottom: 3px solid #841617; }
  .responsive-side-menu-2 .nav--primary li a {
    float: none;
    padding: 1em 1em 1em 3em;
    width: 100%; }
.responsive-side-menu-2 .nav--primary li ul {
  display: none;
  border-top: none; }
  .responsive-side-menu-2 .nav--primary li ul li {
    border-bottom: none; }
  .responsive-side-menu-2 .nav--primary li ul a {
    text-align: left;
    background-color: #4b0d0d;
    font-weight: normal; }

.nav-logo {
 /* background-color: #841617;
  margin-top: 5px;*/
  text-align: center; }
  .nav-logo img {
    padding: .75em 2em;
    box-sizing: content-box;
    max-width: 175px; }

.responsive-search {
  display: none;
  -moz-box-shadow: inset 0px -3px 20px #2d0708;
  -webkit-box-shadow: inset 0px -3px 20px #2d0708;
  box-shadow: inset 0px -3px 20px #2d0708;
  padding: 1em;
  background-color: #611011; }
  .responsive-search p {
    margin-bottom: 0; }

.subnav--header {
  background-color: #350909;
  color: white;
  font-style: italic;
  padding: 1em 1em .5em 2em;
  font-size: 14px; }

@media (max-width: 750px) {
  .site-footer {
    /*margin-top: 2em;*/ } }
.site-footer img.border {
  border: 5px solid #5c5c5c;
  box-sizing: border-box; }

.site-footer__top {
  background-color: #313131;
  color: #908d8e;
  padding: 3em 0; }
  .site-footer__top a {
    color: #908d8e;
    font-weight: normal;
    text-decoration: none; }
    .site-footer__top a:hover, .site-footer__top a:focus {
      color: white; }
  .site-footer__top p {
    font-size: 14px; }
  .site-footer__top h5 {
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    margin: 1em 0; }
  .site-footer__top p ~ h5 {
    margin-top: 3em; }

.site-footer__bottom {
  color: #5c5c5c;
  background-color: #222222;
  line-height: 2; }
  .site-footer__bottom p {
    font-size: 14px; }

.site-footer__col {
  width: 31.03448%;
  float: left;
  margin-right: 3.44828%; }
  @media (max-width: 750px) {
    .site-footer__col {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      text-align: center; } }

.site-footer__col ~ .site-footer__col {
  width: 22.41379%;
  float: left;
  margin-right: 3.44828%; }
  @media (max-width: 750px) {
    .site-footer__col ~ .site-footer__col {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      text-align: center; } }

.site-footer__col + .site-footer__col + .site-footer__col + .site-footer__col {
  width: 13.7931%;
  float: left;
  margin-right: 3.44828%;
  float: right;
  margin-right: 0; }
  @media (max-width: 750px) {
    .site-footer__col + .site-footer__col + .site-footer__col + .site-footer__col {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      text-align: center; } }

.site-footer__map {
  margin-top: 2em;
  display: inline-block;
  max-width: 300px;
  width: 100%; }
  .site-footer__map img {
    width: 100%; }

.slider-wrapper {
  /*width: 95.13793%;
  float: left;
  margin-right: 3.44828%;*/
  padding-top:3em;
  }
  @media (max-width: 750px) {
    .slider-wrapper {
      /*display: none;*/ } }

#jumbotron {
  position: relative; }
  #jumbotron div {
    background-position: center;
    background-size: cover;
	background-repeat:no-repeat;
    height: 30em;
    display: block;
    width: 100%; }
    @media (max-width: 750px) {
      #jumbotron div {
        height: 12em; } }
  #jumbotron figcaption {
    position: absolute;
    padding: 3em;
    left: 0;
    bottom: 150px;
    width: 100%;
    background-color: rgba(18, 18, 18, 0.2);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6121212,endColorstr=#E6121212);*/
    color: white;
    line-height: 1.8;
	font-size:1.5em;
	text-align:center;
	text-shadow:#000000 2px 2px 8px;}
    @media (max-width: 750px) {
      #jumbotron figcaption {
        position: relative;
    font-size: 14px;
    bottom: 181px;
    background-color: transparent; } }
  #jumbotron a {
    display: block;
    text-decoration: none;
    font-weight: normal; }

.main-slider {
  list-style: none;
  padding: 0 2em 1em 2em;
  margin: 0;
  position: relative; 
  width:960px;
  margin:auto;}
  @media (max-width: 750px) {
    .main-slider {
      display: none; } }
  .main-slider li {
    padding: 1em;

	}
    .main-slider li div {
      opacity: .75;
      background-position: center;
      background-size: cover;
      height: 6em;
      width: 185px;
      border: 6px solid white; }
  .main-slider a {
    color: #fff;
    text-decoration: none; }
    .main-slider a:hover, .main-slider a:focus {
      color: #841617; }
      .main-slider a:hover div, .main-slider a:focus div {
        opacity: 1; }
  .main-slider .slick-current a {
    color: #841617; }
    .main-slider .slick-current a div {
      opacity: 1; }
  .main-slider figcaption {
    font-size: 14px;
    margin: 10px 0;
display:none;	}
  .main-slider .slick-arrow {
    font-size: 3em;
    font-weight: 300;
    text-decoration: none;
    position: absolute;
    top: -280px; }
  .main-slider .slick-next {
    right: -65px; }
  .main-slider .slick-prev {
    left: -65px; }

.ou-physicians-logo {
  display: none; }

.ou-physicians .ou-physicians-logo {
  display: inline-block; }

.ou-medical-center-logo {
  display: none; }

.ou-medical-center .ou-medical-center-logo {
  display: inline-block; }

.childrens-logo {
  display: none; }

.childrens .childrens-logo {
  display: inline-block; }

.childrens-physicians-logo {
  display: none; }

.childrens-physicians .childrens-physicians-logo {
  display: inline-block; }

.ou-medical-center-edmond-logo {
  display: none; }

.ou-medical-center-edmond .ou-medical-center-edmond-logo {
  display: inline-block; }

.ou-medicine-centers-of-excellence-logo {
  display: none; }

.ou-medicine-centers-of-excellence .ou-medicine-centers-of-excellence-logo {
  display: inline-block; }

.ou-college-of-medicine-logo {
  display: none; }

.ou-college-of-medicine .ou-college-of-medicine-logo {
  display: inline-block; }


.subpage__header {
  padding-bottom: 1.5em;
  padding-top:.7em;
  }
  .subpage__header:before, .subpage__header:after {
    content: " ";
    display: table; }
  .subpage__header:after {
    clear: both; }
  .subpage__header {
    *zoom: 1; }
  .subpage__header h1 {
    display: inline-block;
    position: relative;
    float: left;
    margin: 0; }
  @media (max-width: 750px) {
    .subpage__header h1 {
      position: static;
      padding-left: 0;
      padding-top: .5em;
      float: none;
      display: block; }
      .subpage__header h1:before {
        display: none; } }

#breadcrumbs {
  padding: 1em 0 0 0;
  margin: 0; }
  #breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  #breadcrumbs li {
    display: inline;
    font-size: 18px; }
    #breadcrumbs li a {
      background-image: none;
      background-color: transparent;
      font-style: italic;
      color: #a9a9a9;
      font-weight: normal;
      text-decoration: none; }
      #breadcrumbs li a:hover, #breadcrumbs li a:focus {
        color: #908d8e;
		text-decoration: underline;
		}
    #breadcrumbs li span {
      color: #a9a9a9; }
  #breadcrumbs li:last-child:after {
    display: none; }

.no-sidebar .subpage__content {
  clear: both;
  width: 100% !important;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.subpage__content {
  width: 74.13793%;
  float: left;
  margin-right: 3.44828%;
  margin-top: 3.44828%;
  width: 74.13793% !important;
  /*padding-bottom: 4em;*/ }
  @media (max-width: 750px) {
    .subpage__content {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      width: 100% !important;
      padding-bottom: 0; } }

.subpage__content img, .home__content img {
  max-width: 100%; }
.subpage__content p, .home__content p {
  line-height: 1.75; }
.subpage__content a, .home__content a {
  text-decoration: none; }
  .subpage__content a:hover, .subpage__content a:focus, .home__content a:hover, .home__content a:focus {
    text-decoration: underline; }
.subpage__content hr, .home__content hr {
  margin: 2em 0; }
.subpage__content iframe, .home__content iframe {
  width: 100%; }
.subpage__content .table-wrapper, .home__content .table-wrapper {
  overflow: auto;
  padding-left: 1px; }
.subpage__content table, .home__content table {
  min-width: 100%;
  margin-bottom: 2em; }
  @media (max-width: 750px) {
    .subpage__content table td, .home__content table td {
      font-size: 14px; } }
  .subpage__content table th, .home__content table th {
    font-weight: bold;
    font-size: 1.1em; }
  .subpage__content table tr, .home__content table tr {
    border-bottom: 1px solid #908d8e; }
  .subpage__content table td, .subpage__content table th, .home__content table td, .home__content table th {
    padding: .75em .5em; }
  .subpage__content table a, .home__content table a {
    color: #841617; }
    .subpage__content table a:hover, .subpage__content table a:focus, .home__content table a:hover, .home__content table a:focus {
      text-decoration: none;
      color: #908d8e; }
.subpage__content .alignleft, .home__content .alignleft {
  float: left;
  padding: 0 .5em .5em 0; }
.subpage__content .alignright, .home__content .alignright {
  float: right;
  padding: 0 0em .5em .5em; }
.subpage__content .aligncenter, .home__content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 750px) {
  .subpage .subpage__sidebar {
    display: none; } }

.subpage__sidebar {
  width: 22.41379%;
  float: right;
  margin-right: 0;
  background-color:#fafafa;
  border-radius: 3px;
  /*box-shadow: rgba(0, 0, 0, .3)0px 2px 6px;*/
  margin-top:3em;
  /*border-left:1px solid #a9a9a9;*/
  border: 2px solid #fafafa;
    box-shadow: rgba(0, 0, 0, .3)-2px 0px 1px -1px;
	
  
 }
  @media (max-width: 750px) {
    .subpage__sidebar {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      width: 100% !important;
      margin-top: 0em;
background-color:transparent;
box-shadow: none;	
border:none;  } }

.subpage__sidebar__header {
  text-align: center;
  }
  


.subpage__sidebar__navparent{
  text-align: left; 
 /* background-color: #bcbcbc;*/
  /*border: 2px solid white;*/
  border-bottom: none;
  margin-top: 1em;
 /* margin-bottom: -1em;*/
  padding-top: 10px;
  padding-bottom: 10px;
  }

   @media (max-width: 750px) {
    .subpage__sidebar__navparent {
	  border: none;
	  border-bottom: 1px solid #4b0d0d;
      background-color: #611011;
  } }

  .subpage__sidebar__navparent a{
color:black;
text-decoration:underline;
font-size:1.2em;
padding-left:13px;
display: inherit;
font-weight:normal;
  }

     @media (max-width: 750px) {
    .subpage__sidebar__navparent a {
	  color:white;

  } }

    .subpage__sidebar__navparent a:hover{
color:#841617;

  }
  
    .subpage__sidebar__navblue{
  text-align: left;
 /* background-color: #bcbcbc;
  border: 2px solid white;*/
  border-bottom: none;
  margin-top: 1em;
  /*margin-bottom: -1em;*/
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight:normal;
  }

   @media (max-width: 750px) {
    .subpage__sidebar__navblue {
	  border: none;
	  border-bottom: 1px solid #003669;
      background-color: #004382;
  } }

  .subpage__sidebar__navblue a{
color:#121212 !important;
text-decoration:underline;
font-size:1.2em;
padding-left:13px;
display: inherit;
font-weight:normal;
  }
  
  .subpage__sidebar__navblue a:hover{
color:#004382 !important;
  }

     @media (max-width: 750px) {
    .subpage__sidebar__navblue a {
	  color:white;

  } }

  .subpage__sidebar__navparenttitle{
  text-align: left; 
 /* background-color: #bcbcbc;*/
  /*border: 2px solid white;*/
  border-bottom: none;
  margin-top: 1em;
 /* margin-bottom: -1em;*/
  /*padding-top: 10px;
  padding-bottom: 10px;*/
  padding-left:13px;
  padding-bottom:15px;
  }

   @media (max-width: 750px) {
    .subpage__sidebar__navparenttitle {
	  border: none;
	  border-bottom: 1px solid #4b0d0d;
      background-color: #611011;
  } }

  .subpage__sidebar__navparenttitle a{
color:black;
text-decoration:underline;
font-size:18px;
font-weight: normal;
display: inherit;
  }

     @media (max-width: 750px) {
    .subpage__sidebar__navparenttitle a {
	  color:white;

  } }

    .subpage__sidebar__navparenttitle a:hover{
color:#841617;

  }

    .subpage__sidebar__navparenttitleblue{
  text-align: left;
  /*background-color: #e7e7e7;
  border: 2px solid white;*/
  border-bottom: none;
  margin-top: 1em;
  margin-bottom: -1em;
  padding-top: 10px;
  padding-bottom: 10px;
  }

   @media (max-width: 750px) {
    .subpage__sidebar__navparenttitleblue {
	  border: none;
	  border-bottom: 3px solid #003669;
      background-color: #004382;
  } }

  .subpage__sidebar__navparenttitleblue a{
color:black;
text-decoration:none;
font-size:14px;
padding-left:15px;
display: inherit;
  }

     @media (max-width: 750px) {
    .subpage__sidebar__navparenttitleblue a {
	  color:white;

  } }





  .subpage__sidebar__navsubheader{
  text-align: left; 
  /*background-color: #841617;*/
  /*border: 2px solid white;*/
  border-bottom: none;
  margin-top: 1em;
 /* margin-bottom: -1.1em;*/
 /* padding-top: 10px;
  padding-bottom: 10px;*/
  padding-left: 30px;
  color:white;
  font-size:18px;
  font-weight:600;

  }

   @media (max-width: 750px) {
    .subpage__sidebar__navsubheader {
	  border: none;
	  border-bottom: 1px solid #4b0d0d;
      background-color: #611011;
  } }

    .subpage__sidebar__navsubheader a{
color:#841617;
text-decoration:none;
font-size:18px;

display: inherit;
  }

     @media (max-width: 750px) {
    .subpage__sidebar__navsubheader a {
	  color:white;

  } }

    .subpage__sidebar__navsubheader--bottom{
  text-align: left; 
  /*background-color: #841617;*/
  /*border: 2px solid white;*/
  border-bottom: none;
  margin-top: 1em;
 /* margin-bottom: -1.1em;*/
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  color:white;
  font-size:14px;
  font-weight:600;
 

  }

   @media (max-width: 750px) {
    .subpage__sidebar__navsubheader--bottom {
	  border: none;
	  border-bottom: 1px solid #4b0d0d;
      background-color: #611011;
  } }

    .subpage__sidebar__navsubheader--bottom a{
color: #841617;
text-decoration:none;
font-size:18px;

display: inherit;
  }

     @media (max-width: 750px) {
    .subpage__sidebar__navsubheader--bottom a {
	  color:white;

  } }

    .subpage__sidebar__navbluesubheader{
  text-align: left;
  /*background-color: #004382;
  border: 2px solid white;*/
  border-bottom: none;
  margin-top: 1em;
  margin-bottom: -1.1em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  color:white;
  font-size:14px;
  font-weight:600;
  }

   @media (max-width: 750px) {
    .subpage__sidebar__navbluesubheader{
	  border: none;
	  border-bottom: 1px solid #003669;
      background-color: #004382;
  } }

  .subpage__sidebar__navbluesubheader a{
color:#0057a8 !important;
text-decoration:none;
font-size:14px;

display: inherit;
  }

     @media (max-width: 750px) {
    .subpage__sidebar__navbluesubheader a {
	  color:white;

  } }

    .subpage__sidebar__navbluesubheader--bottom{
  text-align: left;
  /*background-color: #004382;
  border: 2px solid white;*/
  border-bottom: none;
  margin-top: 1em;

  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  color:white;
  font-size:14px;
  font-weight:600;
  }

   @media (max-width: 750px) {
    .subpage__sidebar__navbluesubheader--bottom{
	  border: none;
	  border-bottom: 1px solid #003669;
      background-color: #004382;
  } }

  .subpage__sidebar__navbluesubheader--bottom a{
color:#0057a8  !important;
text-decoration:none;
font-size:14px;

display: inherit;
  }

     @media (max-width: 750px) {
    .subpage__sidebar__navbluesubheader--bottom a {
	  color:white;

  } }

   .subpage__sidebar__myoumed{
  /*border: 2px solid white;
  border-bottom: none;*/
  padding-top: 10px;
  padding-bottom: 10px;

  font-size:14px;
  font-weight:600;

  }

   @media (max-width: 750px) {
    .subpage__sidebar__myoumed {
	  border: none;

	  color:white
  } }

    .subpage__sidebar__myoumed a{
color:white;
text-decoration:none;
font-size:14px;

display: inherit;
  }

     @media (max-width: 750px) {
    .subpage__sidebar__myoumed a {
	  color:white;

  } }

.subpage__sidebar__subnav {
  list-style: none;
  margin: 0;
  margin-bottom: .5em;
  padding: 0;
  /*border: 2px solid white;*/
  border-bottom: none; 
  padding-top:5px;
      /*box-shadow: rgba(0, 0, 0, .3)0px 2px 6px;*/
    border-radius: 5px;
    padding-bottom: 5px;
	/*background-color: #f4f4f4;*/}
  .subpage__sidebar__subnav li {
    /*border-bottom: 2px solid white;*/
    position: relative;
    font-size: 18px;
    background-color: #fafafa; }
    .subpage__sidebar__subnav li:before, .subpage__sidebar__subnav li:after {
      content: "";
      display: table; }
    .subpage__sidebar__subnav li:after {
      clear: both; }
    .subpage__sidebar__subnav li {
      *zoom: 1; }
    .subpage__sidebar__subnav li .k-icon {
      -moz-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      -webkit-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease;
      width: 13%;
      display: inline-block;
      text-align: center;
      font-size: 16px;
      /*border-right: white 1px solid;*/
      background-color: #fafafa; }
      .subpage__sidebar__subnav li .k-icon:after {
        -moz-transition: -moz-transform 0.25s ease;
        -o-transition: -o-transform 0.25s ease;
        -webkit-transition: -webkit-transform 0.25s ease;
        transition: transform 0.25s ease;
        content: '+';
        color: #121212;
        display: inline-block;
        -webkit-font-smoothing: antialiased; }
      .subpage__sidebar__subnav li .k-icon:hover {
        cursor: pointer;
        background-color: #fafafa; }
    .subpage__sidebar__subnav li a {
      display: inline-block;
    background-color: #fafafa;
    color: #121212;
    padding: 1em 0em;
    text-decoration: none;
    width: 87%;
    float: right;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #a9a9a9;}
      .subpage__sidebar__subnav li a:hover, .subpage__sidebar__subnav li a:focus {
        color: #841617; }
    .subpage__sidebar__subnav li > ul {
      display: none;
      width: 100%;
      /*border-top: white 1px solid;*/
      padding: 0;
      margin: 0;
      list-style: none; }
      .subpage__sidebar__subnav li > ul li {
        border-bottom: none;
			background-color:#e7e7e7;}
        .subpage__sidebar__subnav li > ul li a {
          background-color: #e7e7e7; }
    .subpage__sidebar__subnav li .k-icon.k-minus:after {
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.btn--sidebar {
      text-decoration: none;
    padding: 1em .5em;
    margin-bottom: 10px;
    margin-left: 10px;
    font-weight: normal;
    border-radius: 0px;
    text-align: left;
    font-size: 18px; }
  .btn--sidebar:hover, .btn--sidebar:focus {
    color: white; }

.logo-block {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
 }
  .logo-block img {
    max-width: 85%; }

.home__header {
  background-color: #a9a9a9;
  background-size: cover;
  background-position: center;
  }
  @media (max-width: 750px) {
    .home__header {
      background-color: white;
      background-image: none !important; } }


.home__header--inner {
  position: relative; }

.home__content--wrapper {
  /*background-color: white;*/ }

.home__content {
  width: 74.13793%;
  float: left;
  margin-right: 3.44828%;
  padding-bottom: 3em; }
  .home__content h2 {
    color: #841617; }
  @media (max-width: 750px) {
    .home__content {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 0; } }
  .home__content--full-width {
    width: 100%;
    float: right;
    margin-right: 0; }

.home__header--inner .home__sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 22.41379%;
  float: right;
  margin-right: 0;
  /*padding-top:2em;*/
  margin-top:3em;
  box-shadow: rgba(0, 0, 0, .3)-2px 0px 1px -1px;
  
  background-color:white;
  border:2px solid #fafafa;
  }
  @media (max-width: 750px) {
    .home__header--inner .home__sidebar {
      display: none; } }
  .home__header--inner .home__sidebar .logo-block {
    padding-bottom: 1em; }
  .home__header--inner .home__sidebar h5 {
    margin-top: 0; }

.read-more-blocks-wrapper:before, .read-more-blocks-wrapper:after {
  content: " ";
  display: table; }
.read-more-blocks-wrapper:after {
  clear: both; }
.read-more-blocks-wrapper {
  *zoom: 1; }

.read-more-block {
  width: 45.27586%;
  float: left;
  margin-right: 3.44828%;
  margin-top: 2em;
  margin-bottom: 2em;
padding-bottom:10px;
background-color:#f4f4f4; 
border: 4px solid#f4f4f4;
    border-radius: 5px; }
  .read-more-block .image-wrapper {
    background-size: cover;
    background-position: center;
    height: 150px;
    width: 100%; }
  .read-more-block .content {
    min-height: 12em; }
  .read-more-block:nth-of-type(2n + 2) {
    float: right;
    margin-right: 0; }
  .read-more-block p {
    line-height: 1.75; }
  .read-more-block > a {
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: inline-block;
    
    border: 1px solid #a9a9a9;
    padding: .5em 1em;
    position: relative;
    text-decoration: none;
    background-image: linear-gradient(#841617, #611011);
    color: white;
border-radius:3px;	}
    .read-more-block > a:hover, .read-more-block > a:focus {
      text-decoration: none;
      background-image: linear-gradient(#860808, #920606) }
    .read-more-block > a:before {
      padding: .5em;
      border: 1px solid #a9a9a9;
      position: absolute;
      top: -1px;
      display: inline-block;
      background-color: #a9a9a9;
      left: 100%; }
  @media (max-width: 750px) {
    .read-more-block {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .read-more-block .content {
        min-height: auto; } }

.top-links {
  border-collapse: separate;
  border-spacing: 0 4px;
  padding-top: 3em;
  padding-bottom: 3em; 
  width:97%}
  .top-links__content__link {
    display: block;
    margin-bottom: 1em; }
    .top-links__content__link span {
      vertical-align: middle; }
    .top-links__content__link__title {
      display: block;
      position: relative; }
    .top-links__content__link__description {
      /*font-size: .875rem;*/
      font-weight: 400;
      color: #121212; }
    .top-links__content__link .hover {
      display: none; }
    .top-links__content__link .nohover {
      display: block; }
    .top-links__content__link:hover, .top-links__content__link:focus {
      text-decoration: none !important; }
      .top-links__content__link:hover .nohover, .top-links__content__link:focus .nohover {
        display: none; }
      .top-links__content__link:hover .hover, .top-links__content__link:focus .hover {
        display: block; }
	.top-links__heading{
		margin-top:0;
	}	
	
	        .top-links__content__link span {
          padding: 2.3rem 2rem;
          display: table-cell; }
  @media (min-width: 750px) {
    .top-links__content {
      display: table; }
      .top-links__content__link {
        display: table-row;
        background-color: #f4f4f4;
        color: #121212; }

        .top-links__content__link__title {
          font-size: 1.625rem;
          text-align: center;
          white-space: nowrap; }
          .top-links__content__link__title:after {
            content: '';
            position: absolute;
            right: 0;
            width: 2px;
            height: 70%;
            background-color: #5c5c5c;
            top: 15%; }
        .top-links__content__link:hover {
          color: white;
          background-color: #841617; }
          .top-links__content__link:hover .top-links__content__link__title:after {
            background-color: white; }
          .top-links__content__link:hover .top-links__content__link__description {
            color: white; } 
		
			}

@media (max-width: 750px) {
  .top-links {
    padding-top: 1em;
    padding-bottom: 1em;
width:128%	}

  .top-links__content__link {
    margin: 2em 0; }
	@media (max-width: 750px){
		  .top-links__content__link {
    margin: 2em 0;
background-color:#f4f4f4;	}
		
	}
    .top-links__content__link img {
      max-width: 80px;
      margin-bottom: .5em; }
    .top-links__content__link:hover img.nohover, .top-links__content__link:focus img.nohover {
      display: block !important; }
    .top-links__content__link:hover img.hover, .top-links__content__link:focus img.hover {
      display: none !important; } }
.live-chat-bug {
  padding-top: 3em;
  padding-bottom: 3em; }
  .live-chat-bug__image {
    display: none; }
    @media (min-width: 750px) {
      .live-chat-bug__image {
        display: block;
        width: 13.7931%;
        float: left;
        margin-right: 3.44828%; } }
  .live-chat-bug__heading {
    text-align: center; }
  @media (min-width: 750px) {
    .live-chat-bug__description {
      width: 82.75862%;
      float: right;
      margin-right: 0; } }
  .live-chat-bug__description em {
    font-weight: 800;
    font-style: normal;
    display: block; }
  .live-chat-bug__description a {
    font-size: 1.25em; }

@media (max-width: 750px) {
  .live-chat-bug {
    padding-top: 0; }

  .live-chat-bug__image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 1em 0; } }
.shortcut-links {
  background-color: #f4f4f4; }
  .shortcut-links__container {
    max-width: 67.66667em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    padding-bottom: 3px; }
    .shortcut-links__container:before, .shortcut-links__container:after {
      content: " ";
      display: table; }
    .shortcut-links__container:after {
      clear: both; }
    .shortcut-links__container {
      *zoom: 1; }
  .shortcut-links__heading {
    color: #841617;
    /*padding-bottom: 1em; */
	padding-top:1em;
	font-weight:600;
	}
  .shortcut-links__row {
    margin-top: 3em;
    margin-bottom: 3em; }
    .shortcut-links__row:before, .shortcut-links__row:after {
      content: " ";
      display: table; }
    .shortcut-links__row:after {
      clear: both; }
    .shortcut-links__row {
      *zoom: 1; }
    @media (max-width: 750px) {
      .shortcut-links__row__chunk {
        padding: 0 1em;
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
        .shortcut-links__row__chunk:nth-of-type(2n) {
          float: right;
          margin-right: 0; } }
    @media (min-width: 750px) {
      .shortcut-links__row__chunk {
        width: 22.41379%;
        float: left;
        margin-right: 3.44828%; }
        .shortcut-links__row__chunk:nth-of-type(4n) {
          float: right;
          margin-right: 0; } }
    .shortcut-links__row__chunk__heading {
      font-size: 1.2rem;
      border-bottom: 1px solid #222222;
      padding-bottom: .25rem;
      color: #121212; }
      .shortcut-links__row__chunk__heading:after {
        content: ":"; }
    .shortcut-links__row__chunk__list {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .shortcut-links__row__chunk__list__item {
        font-size: .9em; }
        .shortcut-links__row__chunk__list__item + .shortcut-links__row__chunk__list__item {
          margin-top: .7em; }
        .shortcut-links__row__chunk__list__item a {
          text-decoration: none;
          color: #121212;
          font-weight: 400; }
          .shortcut-links__row__chunk__list__item a:hover {
            color: #841617; }
    .shortcut-links__row__chunk > a {
      text-decoration: none;
      margin-top: .5em;
      display: inline-block;
      color: #222222; }
      .shortcut-links__row__chunk > a:after {
        content: " »"; }
      .shortcut-links__row__chunk > a:hover {
        color: #611011; }

.shortcut-links ~ .shortcut-links {
  background-color: white; }

.childrens .nav-logo, .childrens-physicians .nav-logo {
  background-color: #0057a8; }
.childrens main #jumbotron figcaption, .childrens-physicians main #jumbotron figcaption {
  background-color: rgba(0, 87, 168, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E60057a8,endColorstr=#E60057a8); }
.childrens main .main-slider a, .childrens-physicians main .main-slider a {
  color: #5c5c5c;
  text-decoration: none; }
  .childrens main .main-slider a:hover, .childrens main .main-slider a:focus, .childrens-physicians main .main-slider a:hover, .childrens-physicians main .main-slider a:focus {
    color: #0057a8; }
.childrens main .main-slider .slick-current a, .childrens-physicians main .main-slider .slick-current a {
  color: #0057a8; }
  .childrens main .main-slider .slick-current a div, .childrens-physicians main .main-slider .slick-current a div {
    opacity: 1; }
.childrens main .subpage__sidebar__subnav li a:hover, .childrens main .subpage__sidebar__subnav li a:focus, .childrens-physicians main .subpage__sidebar__subnav li a:hover, .childrens-physicians main .subpage__sidebar__subnav li a:focus {
  color: #908d8e; }
.childrens main .subpage__sidebar__subnav li.has-children:before, .childrens-physicians main .subpage__sidebar__subnav li.has-children:before {
  color: #0057a8; }
.childrens main .subpage__sidebar__subnav .k-icon:after, .childrens-physicians main .subpage__sidebar__subnav .k-icon:after {
  color: #0057a8; }
.childrens main .btn--secondary, .childrens-physicians main .btn--secondary {
  color: white;
  background-color: #0057a8; }
  .childrens main .btn--secondary:hover, .childrens main .btn--secondary:focus, .childrens-physicians main .btn--secondary:hover, .childrens-physicians main .btn--secondary:focus {
    background-color: #febe10; }
.childrens main .btn--primary, .childrens-physicians main .btn--primary {
  color: white; }
  .childrens main .btn--primary:hover, .childrens main .btn--primary:focus, .childrens-physicians main .btn--primary:hover, .childrens-physicians main .btn--primary:focus {
    background-color: #0057a8; }
.childrens main h4, .childrens main h5, .childrens main h6, .childrens-physicians main h4, .childrens-physicians main h5, .childrens-physicians main h6 {
  color: #0057a8; }
.childrens main a, .childrens-physicians main a {
  color: #0057a8; }
.childrens main .childrens__logo, .childrens-physicians main .childrens__logo {
  display: inline-block; }
.childrens main .subpage__logo, .childrens-physicians main .subpage__logo {
  display: none; }
.childrens main .subpage__header h1, .childrens-physicians main .subpage__header h1 {
  color: #0057a8;
  top: 10px; }
  .childrens main .subpage__header h1:before, .childrens-physicians main .subpage__header h1:before {
    background-color: #0057a8; }
.childrens .responsive-side-menus .responsive-side-menu-1, .childrens-physicians .responsive-side-menus .responsive-side-menu-1 {
  background-color: #004382; }
  .childrens .responsive-side-menus .responsive-side-menu-1 .subnav--main .subpage__sidebar__subnav li, .childrens-physicians .responsive-side-menus .responsive-side-menu-1 .subnav--main .subpage__sidebar__subnav li {
    border-bottom-color: #003669; }
  .childrens .responsive-side-menus .responsive-side-menu-1 .subnav--main .subpage__sidebar__subnav .k-icon, .childrens-physicians .responsive-side-menus .responsive-side-menu-1 .subnav--main .subpage__sidebar__subnav .k-icon {
    background-color: #004382;
    border-right-color: #003669; }
  .childrens .responsive-side-menus .responsive-side-menu-1 .subnav--main .subpage__sidebar__subnav a, .childrens .responsive-side-menus .responsive-side-menu-1 .subnav--main .subpage__sidebar__subnav li, .childrens-physicians .responsive-side-menus .responsive-side-menu-1 .subnav--main .subpage__sidebar__subnav a, .childrens-physicians .responsive-side-menus .responsive-side-menu-1 .subnav--main .subpage__sidebar__subnav li {
    background-color: #004382; }
  .childrens .responsive-side-menus .responsive-side-menu-1 .subnav--main .subpage__sidebar__subnav li ul a, .childrens .responsive-side-menus .responsive-side-menu-1 .subnav--main .subpage__sidebar__subnav li ul li, .childrens-physicians .responsive-side-menus .responsive-side-menu-1 .subnav--main .subpage__sidebar__subnav li ul a, .childrens-physicians .responsive-side-menus .responsive-side-menu-1 .subnav--main .subpage__sidebar__subnav li ul li {
    background-color: #003669; }
  .childrens .responsive-side-menus .responsive-side-menu-1 .subnav--main .subpage__sidebar__buttons a, .childrens-physicians .responsive-side-menus .responsive-side-menu-1 .subnav--main .subpage__sidebar__buttons a {
    background-color: #0057a8; }



	.sf_2cols_2_25 .sf_2cols_2in_25{margin-left: 0px !important;}

	.sfFormDropdown, .sfFormBox, .sfFormBlock, .sfFormSubmit{margin:10px;}

  .subpage__sidebar__transplant{


  }

   @media (max-width: 750px) {
    .subpage__sidebar__transplant{
	  color:white;
  } }

    .subpage__sidebar__transplant a{

  }

     @media (max-width: 750px) {
    .subpage__sidebar__transplant a {
	  color:white;

  } }


    .subpage__sidebar__transplantlinks{


  }

   @media (max-width: 750px) {
    .subpage__sidebar__transplantlinks{
	  display:none;
  } }

      .subpage__fullcontent{


  }

   @media (max-width: 750px) {
    .subpage__fullcontent img{
	  width:100%;
  } }

        .subpage__fulllogo{


  }

   @media (max-width: 750px) {
    .subpage__fulllogo img{
	  max-width:250px;
  } }


/* added for lightslider */

.lightslide{
	height:400px;
	padding-top:50px;
}

img.slide{
display: block;
    height: auto;
    max-width: 100%;
	border-radius:100px;
}

 li.lslide{
	max-width:200px;	
	margin:0 60px 0 60px;
}

 li.clone.right{
	max-width:200px;	
}

 li.clone.left{
	max-width:200px;	
}

ul.lightSlider.lSSlide.lsGrab{
	height:100% !important;
}


/* added for findadoc in navsubheader*/


.subpage__sidebar__findadoc{
  /*text-align: center; */
  padding-left:2px;
  /*background-color: #841617;*/
  /*border: 2px solid white;*/
  border-bottom: none;
  /*margin-top: 3em;*/
 /* margin-bottom: -1.1em;*/
 padding-top: 10px;
  padding-bottom: 10px;
  /*padding-left: 35px;*/
  color:white;
  font-size:16px;
  font-weight:400;
    border-top: 1px solid #a9a9a9;
    margin-bottom: 1em;
    margin-left: 10px;
	font-style:italic;
  }
  

   @media (max-width: 750px) {
    .subpage__sidebar__findadoc {
	  border: none;
	  border-bottom: 1px solid #a9a9a9;
      background-color: #611011;
	  	margin-left:80px;
  } }

    .subpage__sidebar__findadoc a{
color:#121212;
text-decoration:none;
font-size:16px;
font-weight:400;
display: inherit;
    padding-left: 3px;
    padding-top: 10px;
  }

     @media (max-width: 750px) {
    .subpage__sidebar__findadoc a {
	  color:white;
	padding:10px 0px 5px 0px;

  } }
  
      .subpage__sidebar__findadoc a:hover{
		  background-color:#a9a9a9;
	  }
	  
	  .subpage__sidebar__findadocblue{
  /*text-align: center; */
  padding-left:2px;
  /*background-color: #841617;*/
  /*border: 2px solid white;*/
  border-bottom: none;
  /*margin-top: 3em;*/
 /* margin-bottom: -1.1em;*/
 /* padding-top: 10px;*/
  padding-bottom: 10px;
  /*padding-left: 35px;*/
  color:white;
  font-size:16px;
  font-weight:400;
    border-bottom: 1px solid #a9a9a9;
    margin-bottom: 1em;
    margin-left: 30px;
  }

   @media (max-width: 750px) {
    .subpage__sidebar__findadocblue {
	  border: none;
	  border-bottom: 1px solid #a9a9a9;
      background-color: #004382;
	  	margin-left:80px;
  } }

    .subpage__sidebar__findadocblue a{
color:#121212;
text-decoration:none;
font-size:16px;
font-weight:400;
display: inherit;
  }

     @media (max-width: 750px) {
    .subpage__sidebar__findadocblue a {
	  color:white;
	padding:10px 0px 5px 0px;

  } }
  
      .subpage__sidebar__findadocblue a:hover{
		  color:#a9a9a9;
	  }
		  
  
  .site-footer{
	  padding-top:4em;
  }
  
  .sf_colsIn .sf_2cols_2in_33{
	  margin-left:0px !important;
  }
  
  /* Nav v.4*/
  div.k-treeview{
	  border-width:0;
	  background:0;
	  overflow:auto;
	  white-space:normal;
	  /*padding-bottom:5px;*/
	  }
	  
.k-treeview .k-item{
	display:block;
	border-width:0;
	margin-left:10px;
	padding: 0 0 0 0px;
	border-bottom:1px solid #a9a9a9;
	padding-top:5px;
	/*padding-bottom:5px;*/

	}
	.k-treeview .k-item:hover{
		color:#a9a9a9;
	}
	
	.k-item.k-last{
	display:block;
	border-width:0;
	margin-left:10px;
	padding: 0 0 0 0px;
	border-bottom:none;

	}

.k-treeview .k-in{
	margin:1px 0 1px 0;
	padding:10px .3333em 10px .25em;
	line-height:1.3333em;
	text-decoration:none;
	border:none;
	font-weight:400;
	color:#121212;
	}
	.k-treeview .k-in:hover{
	color:#a9a9a9;
	}
	
	@media (max-width: 750px) {
		.k-treeview .k-in{
	margin-left:30px;
	color:white;
	}
	}
	
.sfSel.k-in{
	font-weight:600;
	/*color:#841617;*/
	text-decoration: underline;
	/*border-bottom: 1px solid #a9a9a9;*/
	}	
	
 @media (max-width: 750px) {
		.psych{
	display:none;
	}
	}
	
	.subpage__sidebar__navCOM{
  text-align: left; 
 /* background-color: #bcbcbc;*/
  /*border: 2px solid white;*/
  border-bottom: none;
  margin-top: 1em;
 /* margin-bottom: -1em;*/
  padding-top: 10px;
  padding-bottom: 10px;
  }

   @media (max-width: 750px) {
    .subpage__sidebar__navCOM {
	  border: none;
	  border-bottom: 1px solid #a9a9a9;
      background-color: #611011;
  } }

  .subpage__sidebar__navCOM a{
color:#841617;
text-decoration:underline;
font-size:1.2em;
padding-left:13px;
display: inherit;

  }

     @media (max-width: 750px) {
    .subpage__sidebar__navCOM a {
	  color:white;

  } }
  
 .WomensTitle{
	 padding-top:19em;
 }


	
	@media (max-width: 750px) {
		.WomensTitle{
	 padding-top:0em;
 }
	}
	
.WomensTitle h1{
	font-size: 60px; text-shadow: #000000 2px 2px 8px; color: #ffffff;
}	

	@media (max-width: 750px){
		.WomensTitle h1{
	font-size: 2.5em; 
	text-shadow: none; 
	color: #841617;
}	}
	
.womensSiteContent{
	background-image: url('/webimages/womens/womens.jpg'); 
	background-repeat:no-repeat;
	background-position:50% 0%;

}

@media (max-width: 750px){
	.womensSiteContent{
	background-image: none;
}
}

video#OUM { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}

.vjs-playing{
	/*height:0px !important;*/
}

.sliderbutton{
	
	padding:.5em;
	position: relative; 
	top: 7px;
	text-shadow:none;
	font-size:.7em;
	font-weight:600;
	border-radius: 3px;
    background-image: linear-gradient(#841617, #611011);
    color: white;
}

.sliderbutton:hover{
	background-image: linear-gradient(#860808, #920606);
}

 @media (max-width: 750px){
	 .newslider{
		 display:block;
		 height:200px;
	 }
 }
 
 @media (max-width: 750px){
	 .siteContent{
		 background-image:none !important;
	 }
 }
 
 .backgroundtext{
	 
    font-size: 3em;
    color: #841617;
    padding: 8px;
    font-family: arial;
    font-weight:  600;
    border: 6px solid #841617;
	margin-left:175px;
 }
 
    @media (max-width: 850px){
		 .backgroundtext{

	margin-left:100px;
 }
		
	}
	
	    @media (max-width: 750px){
		 .backgroundtext{
font-size:29px;
	margin-left:5%;
 }
		
	}
	
		    @media (max-width: 400px){
		 .backgroundtext{
font-size:27px;
	margin-left:0%;
 }
		
	}
	
			    @media (max-width: 360px){
		 .backgroundtext{
font-size:22px;
	margin-left:3%;
 }
		
	}
 
 .backgroundtext__paragraph{
	 color: white;
    font-size: 2em;
    text-shadow: #000000 2px 2px 8px;
    padding-left: 15px;
    margin-top: 5em;
    position: relative;
	text-align: center;
 }
 
  @media (max-width: 850px){
	   .backgroundtext__paragraph{

    margin-top: 3em;

 }
  }
  
       @media (max-width: 750px){
	   .backgroundtext__paragraph {

   width:105%;
   padding-left:0;
 }
  }
  
    @media (max-width: 400px){
	   .backgroundtext__paragraph{

    margin-top: 2em;

 }
  }
 
 .backgroundtext__paragraph a{
	 text-align:center;
	 text-shadow:none;
	 text-decoration:none;
	 padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
	/*margin-left:8em;*/
	    border-radius: 3px;
    background-image: linear-gradient(#841617, #611011);
    color: white;
 }
 
   @media (max-width: 850px){
	   .backgroundtext__paragraph a{

    /*margin-left: 3em;*/

 }
  }
  
     @media (max-width: 360px){
	   .backgroundtext__paragraph a{

    font-size:26px;

 }
  }
  

 
 
 
 .backgroundtext__paragraph a:hover{
	 background-image: linear-gradient(#860808, #920606);
 }
 
 .backgroundbutton{
	/* margin-bottom:3em;*/
	width:52em;
	margin:auto;
	padding-top:3em;
 }
 
  @media (max-width: 750px){
		 .backgroundbutton{
	 width:110% !important;
	 margin-left:8%;
 }
	}
	
	    @media (max-width: 850px){
		 .backgroundbutton{
	 width:42em;
 }
	}
 
 


.stickit {
    margin-left: 845px;
    position: fixed;
    top: 2px;
    float: right;
    width: 238px !important;
}

 @media (max-width: 850px){
	 .stickit {
		 margin-left:573px;
		 width:163px !important;
		
	 }
 }

.stickit-end {
    bottom: 0;
    position: absolute;
    right: 0;
}

.locations tr {
  background-color:#f0f0f0;
  border-bottom:none !important;
}

.locations td {
 vertical-align:middle; 
 padding-left:20px !important;
}

.locations table{
  margin-bottom:0em !important;
}

.homepage__services__adult{
	padding:2em 0em 2em 0em;
	line-height:1;
}


.homepage__services__childrens{
	padding:5em 0em 5em 0em;
	line-height:1;
}

 @media (max-width: 850px){
	 .homepage__services__childrens{
	padding:4.3em 0em 4.3em 0em;

}
 }

.homepage__services__childrens p{
	font-size:2em;
	font-weight:600;
}

 @media (max-width: 750px){
	 .homepage__services__childrens p{
	font-size:1em;
}
 }



/*@media (max-width:750px){
	.homepage__services__childrens{
	display:none;
}
}*/

.homepage__services__com{
	padding:2em 0em 2em 0em;
	line-height:1;
	
}


.testbackground2{
  background-image: url('/WebImages/ChairRails/ovarian.jpg');
    background-repeat: no-repeat;
	background-position:50% 50%;
}

.testbackground2 p{
  color:white;
  	text-shadow:#000000 2px 2px 8px;
}

.testbackground2:hover p{
  color:#121212;
text-shadow:none;
}

.testbackground2 a{
  color:white;
  	text-shadow:#000000 2px 2px 8px;
}

.testbackground2:hover a{
  color:#121212;
  	text-shadow:none;
}

.testbackground2:hover{
  background-image: url('/WebImages/ChairRails/ovarianopaque.jpg');
    background-repeat: no-repeat;
	color:#121212;
}

.testbackground1{
  background-image: url('/WebImages/ChairRails/melanoma.jpg');
    background-repeat: no-repeat;
	background-position:50% 50%;
}

.testbackground1 p{
  color:white;
  	text-shadow:#000000 2px 2px 8px;
}

.testbackground1:hover p{
  color:#121212;
text-shadow:none;
}

.testbackground1 a{
  color:white;
  	text-shadow:#000000 2px 2px 8px;
}

.testbackground1:hover a{
  color:#121212;
  	text-shadow:none;
}

.testbackground1:hover{
  background-image: url('/WebImages/ChairRails/Melanomaopaque.jpg');
    background-repeat: no-repeat;
	color:#121212;
}

.testbackground4{
  background-image: url('/WebImages/Chairrails/cardio.jpg');
    background-repeat: no-repeat;
	background-position:50% 50%;
}

.testbackground4 p{
  color:white;
  	text-shadow:#000000 2px 2px 8px;
}

.testbackground4:hover p{
  color:#121212;
text-shadow:none;
}

.testbackground4 a{
  color:white;
  	text-shadow:#000000 2px 2px 8px;
}

.testbackground4:hover a{
  color:#121212;
  	text-shadow:none;
}

.testbackground4:hover{
  background-image: url('/WebImages/ChairRails/cardioopaque.jpg');
    background-repeat: no-repeat;
	color:#121212;
}






.rwd-line { display: block; }
        
        @media(min-width: 750px){
            .rwd-line { display: inline; }
        }
		
.homepage__button{
    padding: .5em;
    position: relative;
    top: 7px;
    text-shadow: none;
    font-size: .7em;
    font-weight: 600;
    border-radius: 3px;
    background-image: linear-gradient(#841617, #611011);
color: white;		}

.homepage__white{
	background-color:white;
}

@media (min-width:750px){
	.homepage__white{
		display:none;
	}
}

.homepage__story{
	background-image: url('/WebImages/patient-story-zander.jpg');
	background-position: 50% 30%;
	background-repeat:no-repeat;
	color:white;
}

.homepage__story__text{
	padding:55px;
}

.homepage__story__text a{
	color:white;
	font-weight:400;
	text-decoration:none;
	text-shadow:#121212 2px 2px 8px;
	font-size:36px;
}

@media (max-width:750px){
	.homepage__story__text a{
	font-size:16px;
}
}

.homepage__story__text a:hover{
	color:#841617;
	font-weight:400;
	text-decoration:none;
}

.quicklinks{
	margin:2em 0em 2em 0em;
}

.gseResult{
	padding-bottom:2em;
}

.item{
	padding-bottom:2em;
}

@media (max-width:750px){
.subpage__content table a span{
	font-size:16px !important;
}
}

@media (max-width:750px){
.subpage__content table span{
	font-size:16px !important;
}
}

/** Blogs **/

.sfpostsList {
	color: transparent;

}

ul.sfpostsList{
	color: transparent;
	padding-left: 0px !important;
	padding-top: 0px !important;
}

.sfpostContent{
	color: black !important;
}

.sfpostAuthorAndDate  {
	display: none;
}

.sfpostTitle a {
	color:black;
	font-size: .66em;
}