﻿@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.3.1/css/all.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic|Scada:400,400italic,700,700italic);
@font-face {
  font-family: Kelsey Seybold Icons;
    src: url("../../_layouts/15/KSC%20Website/fonts/Kelsey-Seybold-Icons.eot");
    src: url("../../_layouts/15/KSC%20Website/fonts/Kelsey-Seybold-Icons.eot?#iefix") format("embedded-opentype"), url("../../_layouts/15/KSC%20Website/fonts/Kelsey-Seybold-Icons.woff") format("woff"), url("../../_layouts/15/KSC%20Website/fonts/Kelsey-Seybold-Icons.ttf") format("truetype"), url("../../_layouts/15/KSC%20Website/fonts/Kelsey-Seybold-Icons.svg#Kelsey Seybold Icons") format("svg");
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
}

/* 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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent 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/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 when focused and also mouse hovered in all browsers.
 */
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: 2em;
  margin: 0;
}

/**
 * Address 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
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-left: 40px;
  margin-right: 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

/**
 * 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.
 */
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;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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: none;
  padding: 0;
}

/**
 * 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.
 */
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;
}

* {
  margin-top: 0;
  margin-bottom: 0;
}
/*  Commenting to see if it fixes the ribbon not displaying correctly
* + * {
  margin-top: 1.5em;
}
*/

.article h2 {
    margin-top: 0.5em;
    margin-bottom: 0;
}

.article .greenRule + h2 {
    margin-top: 0.5em;
}

.article img {
    max-width: 100%;
}

.doctor-profile__info img {
    max-width: 100%;
}

.video-link--thumb img {
    max-width: 100%;
}

.article td img {
    max-width:unset;
}

.main-body * + * {
  margin-top: 1.5em;
}

 div {
    margin-top: 0px;
} 

.ms-taxonomy-fieldeditor, .ms-long {
    margin-top: 0;
}

.ms-long {
    margin-bottom: 0.2em;
}

.main-body {
      -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-body *, .main-body *:after, .main-body *:before,
.site-footer *, .site-footer *:after, .site-footer *:before  {
      -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*, *:before, *:after {
  background-repeat: no-repeat;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  font: normal 16px/1.5 Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

body,
.ms-core-defaultFont,
#pageStatusBar,
.ms-status-msg,
.js-callout-body {
    font: normal 16px/1.5 Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

@media (min-width: 75.5em) {
  html {
    font-size: 16px;
  }
  html.font--medium {
    font-size: 18px;
  }
  html.font--large {
    font-size: 20px;
  }
}

.lt-ie9 html {
  font-size: 16px;
}

.lt-ie9 html.font--medium {
  font-size: 18px;
}

.lt-ie9 html.font--large {
  font-size: 20px;
}

.lt-ie9 body {
  font-size: 16px;
}

.lt-ie9 body.font--medium {
  font-size: 18px;
}

.lt-ie9 body.font--large {
  font-size: 20px;
}

/*#s4-workspace{
    overflow: visible;
}*/
@media (min-width: 75.5em) {
  s4-bodyContainer {
    padding-top: 10.3125rem;
  }
  s4-bodyContainer.has-simple-header {
    padding-top: 0;
  }
}

.lt-ie9 body {
  padding-top: 10.3125rem;
}

.lt-ie9 body.has-simple-header {
  padding-top: 0;
}

::-moz-selection {
  background-color: #04658d;
  color: white;
}

::selection {
  background-color: #04658d;
  color: white;
}

/* http://css-tricks.com/places-its-tempting-to-use-display-none-but-dont/ */
.screen-reader-text, .login-form__label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

html {
  color: #4b5155;
}

html {
  background-color: #ffffff;
}

a, a:visited, .font-control {
  color: #4d9fb8;
}

h4 {
    margin-top: 1.5em;
}


a:hover, .font-control:hover, a:active, .font-control:active, a:focus, .font-control:focus, h1 a:hover,
.heading--alpha a:hover, h2 a:hover,
.heading--beta a:hover, h3 a:hover,
.heading--gamma a:hover, h4 a:hover,
.heading--delta a:hover, h5 a:hover,
.heading--epsilon a:hover, h6 a:hover,
.heading--zeta a:hover, .collapsible-text__title a:hover, h1 .font-control:hover,
.heading--alpha .font-control:hover, h2 .font-control:hover,
.heading--beta .font-control:hover, h3 .font-control:hover,
.heading--gamma .font-control:hover, h4 .font-control:hover,
.heading--delta .font-control:hover, h5 .font-control:hover,
.heading--epsilon .font-control:hover, h6 .font-control:hover,
.heading--zeta .font-control:hover, .collapsible-text__title .font-control:hover, h1 a:active,
.heading--alpha a:active, h2 a:active,
.heading--beta a:active, h3 a:active,
.heading--gamma a:active, h4 a:active,
.heading--delta a:active, h5 a:active,
.heading--epsilon a:active, h6 a:active,
.heading--zeta a:active, .collapsible-text__title a:active, h1 .font-control:active,
.heading--alpha .font-control:active, h2 .font-control:active,
.heading--beta .font-control:active, h3 .font-control:active,
.heading--gamma .font-control:active, h4 .font-control:active,
.heading--delta .font-control:active, h5 .font-control:active,
.heading--epsilon .font-control:active, h6 .font-control:active,
.heading--zeta .font-control:active, .collapsible-text__title .font-control:active, h1 a:focus,
.heading--alpha a:focus, h2 a:focus,
.heading--beta a:focus, h3 a:focus,
.heading--gamma a:focus, h4 a:focus,
.heading--delta a:focus, h5 a:focus,
.heading--epsilon a:focus, h6 a:focus,
.heading--zeta a:focus, .collapsible-text__title a:focus, h1 .font-control:focus,
.heading--alpha .font-control:focus, h2 .font-control:focus,
.heading--beta .font-control:focus, h3 .font-control:focus,
.heading--gamma .font-control:focus, h4 .font-control:focus,
.heading--delta .font-control:focus, h5 .font-control:focus,
.heading--epsilon .font-control:focus, h6 .font-control:focus,
.heading--zeta .font-control:focus, .collapsible-text__title .font-control:focus,
.heading a:hover,
.heading .font-control:hover,
.heading a:active,
.heading .font-control:active,
.heading a:focus,
.heading .font-control:focus, .site-header .menu--featured a:hover, .site-header .menu--featured .font-control:hover, .site-header .menu--featured a:active, .site-header .menu--featured .font-control:active, .site-header .menu--featured a:focus, .site-header .menu--featured .font-control:focus {
  color: #5ba7be;
}

.helpers__item--phone:before, .helpers__item--tty:before, .helpers__item--search:before, .helpers__item--language:after {
  color: #4d9fb8;
}

.helpers__item--text-size > button {
    vertical-align:baseline;
}

h1,
.heading--alpha, h2,
.heading--beta, h3,
.heading--gamma, h4,
.heading--delta, h5,
.heading--epsilon, h6,
.heading--zeta, .collapsible-text__title {
  color: #3b99b4;
}

.ms-rtestate-field h1,
h1.ms-rteElement-H1,
.ms-rtestate-field h2,
h2.ms-rteElement-H2
{
  color: #3b99b4;
}

::-moz-selection {
  background-color: #04658d;
}

::selection {
  background-color: #04658d;
}

.clearfix,
.container,
.hs-form-field,
.review-form__field,
.hs_submit,
.marker-info,
.review-form__form,
.reviews,
.photo-gallery,
.overview,
.doctors__row,
.stats__row,
.section-links__group,
.find-a-doctor__field,
.doctor-profile__bio,
.lt-ie9 .doctor-profile__bio,
.doctor-profile__main,
.doctor-profile__basic-info {
  *zoom: 1;
}

.clearfix:before, .clearfix:after,
.container:before,
.hs-form-field:before,
.review-form__field:before,
.hs_submit:before,
.marker-info:before,
.review-form__form:before,
.reviews:before,
.photo-gallery:before,
.overview:before,
.doctors__row:before,
.stats__row:before,
.section-links__group:before,
.find-a-doctor__field:before,
.doctor-profile__bio:before,
.lt-ie9 .doctor-profile__bio:before,
.doctor-profile__main:before,
.doctor-profile__basic-info:before,
.container:after,
.hs-form-field:after,
.review-form__field:after,
.hs_submit:after,
.marker-info:after,
.review-form__form:after,
.reviews:after,
.photo-gallery:after,
.overview:after,
.doctors__row:after,
.stats__row:after,
.section-links__group:after,
.find-a-doctor__field:after,
.doctor-profile__bio:after,
.lt-ie9 .doctor-profile__bio:after,
.doctor-profile__main:after,
.doctor-profile__basic-info:after {
  content: ' ';
  display: table;
}

.clearfix:after,
.container:after,
.hs-form-field:after,
.review-form__field:after,
.hs_submit:after,
.marker-info:after,
.review-form__form:after,
.reviews:after,
.photo-gallery:after,
.overview:after,
.doctors__row:after,
.stats__row:after,
.section-links__group:after,
.find-a-doctor__field:after,
.doctor-profile__bio:after,
.lt-ie9 .doctor-profile__bio:after,
.doctor-profile__main:after,
.doctor-profile__basic-info:after {
  clear: both;
}

.container {
  width: 98%;
  max-width: 1280px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 47.99em) {
  .container--mobile-full-bleed {
    width: 100%;
  }
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 800px;
  max-width: 50rem;
}

.flush-top {
  margin-top: 0;
}

@media (max-width: 47.99em) {
  .natural-mobile {
    height: auto !important;
  }
}

.text-left {
  text-align: left !important;
}

@media (max-width: 47.99em) {
  .text-left--mobile {
    text-align: left !important;
  }
}

@media (min-width: 48em) {
  .text-left--tablet {
    text-align: left !important;
  }
}

.lt-ie9 .text-left--tablet {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

@media (max-width: 47.99em) {
  .text-center--mobile {
    text-align: center !important;
  }
}

@media (min-width: 48em) {
  .text-center--tablet {
    text-align: center !important;
  }
}

.lt-ie9 .text-center--tablet {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 47.99em) {
  .text-right--mobile {
    text-align: right !important;
  }
}

@media (min-width: 48em) {
  .text-right--tablet {
    text-align: right !important;
  }
}

.lt-ie9 .text-right--tablet {
  text-align: right !important;
}

@media (min-width: 48em) {
  .mobile-visible {
    display: none !important;
  }
}

.lt-ie9 .mobile-visible {
  display: none !important;
}

@media (max-width: 47.99em) {
  .mobile-hidden {
    display: none !important;
  }
}

.ksi--bills:before {
  content: "\e901";
}

.ksi--schedule:before {
  content: "\e90a";
}

.ksi--careers:before {
  content: "\e90b";
}

.ksi--doctors:before {
  content: "\e90c";
}

.ksi--pharmacy:before {
  content: "\e90d";
}

.ksi--search:before {
  content: "\e90e";
}

.ksi--plans:before {
  content: "\e90f";
}

.ksi--wellness-exams:before {
  content: "\e910";
}

.ksi--doc-talk:before {
  content: "\e911";
}

.ksi--insurance-accepted:before {
  content: "\e912";
}

.ksi--physicians:before {
  content: "\e913";
}

.ksi--specialties:before {
  content: "\e914";
}

.ksi--stethoscope:before {
  content: "\e915";
}

.ksi--visit:before {
  content: "\e916";
}

.ksi--print:before {
  content: "\e917";
}

.ksi--question:before {
  content: "\e918";
}

.ksi--wifi:before {
  content: "\e909";
}

.ksi--tv:before {
  content: "\e906";
}

.ksi--cafe:before {
  content: "\e902";
}

.ksi--diagnostics:before {
  content: "\e900";
}

.ksi--parking:before {
  content: "\e903";
}

.ksi--starbucks:before {
  content: "\e905";
}

.ksi--valet:before {
  content: "\e907";
}

.ksi--vending:before {
  content: "\e908";
}

.ksi:before {
  font-family: Kelsey Seybold Icons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
}

a, .font-control {
  color: #4d9fb8;
}

a:hover, .font-control:hover, a:active, .font-control:active, a:focus, .font-control:focus, h1 a:hover,
.heading--alpha a:hover, h2 a:hover,
.heading--beta a:hover, h3 a:hover,
.heading--gamma a:hover, h4 a:hover,
.heading--delta a:hover, h5 a:hover,
.heading--epsilon a:hover, h6 a:hover,
.heading--zeta a:hover, .collapsible-text__title a:hover, h1 .font-control:hover,
.heading--alpha .font-control:hover, h2 .font-control:hover,
.heading--beta .font-control:hover, h3 .font-control:hover,
.heading--gamma .font-control:hover, h4 .font-control:hover,
.heading--delta .font-control:hover, h5 .font-control:hover,
.heading--epsilon .font-control:hover, h6 .font-control:hover,
.heading--zeta .font-control:hover, .collapsible-text__title .font-control:hover, h1 a:active,
.heading--alpha a:active, h2 a:active,
.heading--beta a:active, h3 a:active,
.heading--gamma a:active, h4 a:active,
.heading--delta a:active, h5 a:active,
.heading--epsilon a:active, h6 a:active,
.heading--zeta a:active, .collapsible-text__title a:active, h1 .font-control:active,
.heading--alpha .font-control:active, h2 .font-control:active,
.heading--beta .font-control:active, h3 .font-control:active,
.heading--gamma .font-control:active, h4 .font-control:active,
.heading--delta .font-control:active, h5 .font-control:active,
.heading--epsilon .font-control:active, h6 .font-control:active,
.heading--zeta .font-control:active, .collapsible-text__title .font-control:active, h1 a:focus,
.heading--alpha a:focus, h2 a:focus,
.heading--beta a:focus, h3 a:focus,
.heading--gamma a:focus, h4 a:focus,
.heading--delta a:focus, h5 a:focus,
.heading--epsilon a:focus, h6 a:focus,
.heading--zeta a:focus, .collapsible-text__title a:focus, h1 .font-control:focus,
.heading--alpha .font-control:focus, h2 .font-control:focus,
.heading--beta .font-control:focus, h3 .font-control:focus,
.heading--gamma .font-control:focus, h4 .font-control:focus,
.heading--delta .font-control:focus, h5 .font-control:focus,
.heading--epsilon .font-control:focus, h6 .font-control:focus,
.heading--zeta .font-control:focus, .collapsible-text__title .font-control:focus,
.heading a:hover,
.heading .font-control:hover,
.heading a:active,
.heading .font-control:active,
.heading a:focus,
.heading .font-control:focus, .site-header .menu--featured a:hover, .site-header .menu--featured .font-control:hover, .site-header .menu--featured a:active, .site-header .menu--featured .font-control:active, .site-header .menu--featured a:focus, .site-header .menu--featured .font-control:focus {
  color: #5ba7be;
}

.helpers__item--phone:before, .helpers__item--tty:before, .helpers__item--search:before, .helpers__item--language:after {
  color: #4d9fb8;
}

a, .font-control {
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: underline;
}

.more-link, .featured-testimonial__ctas--desktop a, .featured-testimonial__ctas--desktop .font-control, .site-footer__links a, .site-footer__links .font-control, .doctor-booking__schedule {
  text-decoration: none;
}

.more-link:after, .featured-testimonial__ctas--desktop a:after, .featured-testimonial__ctas--desktop .font-control:after, .site-footer__links a:after, .site-footer__links .font-control:after, .doctor-booking__schedule:after {
  content: " »";
}

.more-link + .more-link, .featured-testimonial__ctas--desktop a + .more-link, .featured-testimonial__ctas--desktop .font-control + .more-link, .site-footer__links a + .more-link, .site-footer__links .font-control + .more-link, .doctor-booking__schedule + .more-link, .featured-testimonial__ctas--desktop .more-link + a, .featured-testimonial__ctas--desktop a + a, .featured-testimonial__ctas--desktop .font-control + a, .featured-testimonial__ctas--desktop .doctor-booking__schedule + a, .featured-testimonial__ctas--desktop .more-link + .font-control, .featured-testimonial__ctas--desktop a + .font-control, .featured-testimonial__ctas--desktop .font-control + .font-control, .featured-testimonial__ctas--desktop .doctor-booking__schedule + .font-control, .site-footer__links .more-link + a, .site-footer__links a + a, .site-footer__links .font-control + a, .site-footer__links .doctor-booking__schedule + a, .site-footer__links .more-link + .font-control, .site-footer__links a + .font-control, .site-footer__links .font-control + .font-control, .site-footer__links .doctor-booking__schedule + .font-control, .more-link + .doctor-booking__schedule, .featured-testimonial__ctas--desktop a + .doctor-booking__schedule, .featured-testimonial__ctas--desktop .font-control + .doctor-booking__schedule, .site-footer__links a + .doctor-booking__schedule, .site-footer__links .font-control + .doctor-booking__schedule, .doctor-booking__schedule + .doctor-booking__schedule {
  margin-left: 2em;
}

.video-link {
  text-decoration: none;
}

.video-link:hover, .video-link:active {
  text-decoration: none;
}

.video-link:after {
  content: " \f144";
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 900; /* solid style/weight */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  text-decoration: none;
  speak: none;
}

.video-link--thumb {
  display: inline-block;
  position: relative;
}

.video-link--thumb:hover:after, .video-link--thumb:active:after, .video-link--thumb:focus:after, .video-link--thumb--hover:after {
  opacity: 1;
}

.video-link--thumb:after {
  margin: auto;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 3em;
  color: white;
  opacity: .9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

img {
   /*max-width: 100%;*/
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  /* Suppress the space beneath the baseline */
}

@media print {
  img {
    page-break-inside: avoid;
  }
}

.doctor__portrait, .story-link__portrait, .profile-header__portrait {
  padding: .5em;
  background-color: white;
  border: 1px solid #94c0d7;
}

@media print {
  .doctor__portrait, .story-link__portrait, .profile-header__portrait {
    border: none !important;
    padding: 0 !important;
  }
}

.main-body li + li {
  margin-top: .25em;
}

ul[style*="text-align: center"], ul[style*="text-align: center"], ul[style*="text-align: center"], ul.center-list,
ol[style*="text-align: center"],
ol[style*="text-align: center"],
ol[style*="text-align: center"],
ol.center-list,
li[style*="text-align: center"],
li[style*="text-align: center"],
li[style*="text-align: center"],
li.center-list {
  list-style-position: inside;
}

ul .center-list,
ol .center-list,
li .center-list {
  text-align: center;
}

ul[style*="text-align: right"], ul[style*="text-align: right"], ul[style*="text-align: right"], ul.right-list,
ol[style*="text-align: right"],
ol[style*="text-align: right"],
ol[style*="text-align: right"],
ol.right-list,
li[style*="text-align: right"],
li[style*="text-align: right"],
li[style*="text-align: right"],
li.right-list {
  list-style-position: inside;
}

ul .right-list,
ol .right-list,
li .right-list {
  text-align: right;
}

@media print {
  ul,
  ol,
  li {
    page-break-inside: avoid;
  }
}

@media (min-width: 48em) {
  ul.split-list {
    padding: 0 4em;
  }
  ul.split-list li {
    display: inline-block;
    width: 30%;
    margin-right: 3%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: .5em;
  }
}

.lt-ie9 ul.split-list {
  padding: 0 4em;
}

.lt-ie9 ul.split-list li {
  display: inline-block;
  width: 30%;
  margin-right: 3%;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: .5em;
}

address {
  font-style: normal;
}

hr,
.heading--ruled:after {
  width: 20px;
  display: inline-block;
  margin: auto;
  margin-top: 1.5em;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  max-width: 100%;
}

blockquote {
  margin-left: 0;
  margin-right: 0;
}

.table-wrapper {
  overflow-y: auto;
  max-width: 100%;
}

h1,
.heading--alpha, h2,
.heading--beta, h3,
.heading--gamma, h4,
.heading--delta, h5,
.heading--epsilon, h6,
.heading--zeta, .collapsible-text__title,
.heading {
  text-rendering: optimizelegibility;
  line-height: 1.2;
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

@media print {
  h1,
  .heading--alpha, h2,
  .heading--beta, h3,
  .heading--gamma, h4,
  .heading--delta, h5,
  .heading--epsilon, h6,
  .heading--zeta, .collapsible-text__title,
  .heading {
    page-break-after: avoid;
  }
}

h1 a,
.heading--alpha a, h2 a,
.heading--beta a, h3 a,
.heading--gamma a, h4 a,
.heading--delta a, h5 a,
.heading--epsilon a, h6 a,
.heading--zeta a, .collapsible-text__title a, h1 .font-control,
.heading--alpha .font-control, h2 .font-control,
.heading--beta .font-control, h3 .font-control,
.heading--gamma .font-control, h4 .font-control,
.heading--delta .font-control, h5 .font-control,
.heading--epsilon .font-control, h6 .font-control,
.heading--zeta .font-control, .collapsible-text__title .font-control,
.heading a,
.heading .font-control {
  text-decoration: none;
  color: inherit;
}

h1,
.heading--alpha {
  font-size: 46px;
  font-size: 2.8rem;
}

h2,
.heading--beta {
  font-size: 40px;
  font-size: 2.5rem;
}

h3,
.heading--gamma {
  font-size: 25px;
  font-size: 1.5625rem;
}

h4,
.heading--delta {
  font-size: 1em;
}

h5,
.heading--epsilon {
  font-size: 1em;
}

h6,
.heading--zeta {
  font-size: 1em;
}

h1 + *,
.heading--alpha + *, h2 + *,
.heading--beta + *, h3 + *,
.heading--gamma + *, h4 + *,
.heading--delta + *, h5 + *,
.heading--epsilon + *, h6 + *,
.heading--zeta + *, .collapsible-text__title + *,
.heading + * {
  margin-top: .5em;
}

.main-body h3 + p, .main-body h3 + a, 
.main-body h2 + p {
     margin-top: .5em;
}

.doctor__details h3 + p {
    margin-top: 0;
}

.page-banner__body h1 + p, .intro-text {
  margin-top: .5em;
}

h1 + h1,
.heading--alpha + h1, h2 + h1,
.heading--beta + h1, h3 + h1,
.heading--gamma + h1, h4 + h1,
.heading--delta + h1, h5 + h1,
.heading--epsilon + h1, h6 + h1,
.heading--zeta + h1, .collapsible-text__title + h1, h1 +
.heading--alpha,
.heading--alpha +
.heading--alpha, h2 +
.heading--alpha,
.heading--beta +
.heading--alpha, h3 +
.heading--alpha,
.heading--gamma +
.heading--alpha, h4 +
.heading--alpha,
.heading--delta +
.heading--alpha, h5 +
.heading--alpha,
.heading--epsilon +
.heading--alpha, h6 +
.heading--alpha,
.heading--zeta +
.heading--alpha, .collapsible-text__title +
.heading--alpha, h1 + h2,
.heading--alpha + h2, h2 + h2,
.heading--beta + h2, h3 + h2,
.heading--gamma + h2, h4 + h2,
.heading--delta + h2, h5 + h2,
.heading--epsilon + h2, h6 + h2,
.heading--zeta + h2, .collapsible-text__title + h2, h1 +
.heading--beta,
.heading--alpha +
.heading--beta, h2 +
.heading--beta,
.heading--beta +
.heading--beta, h3 +
.heading--beta,
.heading--gamma +
.heading--beta, h4 +
.heading--beta,
.heading--delta +
.heading--beta, h5 +
.heading--beta,
.heading--epsilon +
.heading--beta, h6 +
.heading--beta,
.heading--zeta +
.heading--beta, .collapsible-text__title +
.heading--beta, h1 + h3,
.heading--alpha + h3, h2 + h3,
.heading--beta + h3, h3 + h3,
.heading--gamma + h3, h4 + h3,
.heading--delta + h3, h5 + h3,
.heading--epsilon + h3, h6 + h3,
.heading--zeta + h3, .collapsible-text__title + h3, h1 +
.heading--gamma,
.heading--alpha +
.heading--gamma, h2 +
.heading--gamma,
.heading--beta +
.heading--gamma, h3 +
.heading--gamma,
.heading--gamma +
.heading--gamma, h4 +
.heading--gamma,
.heading--delta +
.heading--gamma, h5 +
.heading--gamma,
.heading--epsilon +
.heading--gamma, h6 +
.heading--gamma,
.heading--zeta +
.heading--gamma, .collapsible-text__title +
.heading--gamma, h1 + h4,
.heading--alpha + h4, h2 + h4,
.heading--beta + h4, h3 + h4,
.heading--gamma + h4, h4 + h4,
.heading--delta + h4, h5 + h4,
.heading--epsilon + h4, h6 + h4,
.heading--zeta + h4, .collapsible-text__title + h4, h1 +
.heading--delta,
.heading--alpha +
.heading--delta, h2 +
.heading--delta,
.heading--beta +
.heading--delta, h3 +
.heading--delta,
.heading--gamma +
.heading--delta, h4 +
.heading--delta,
.heading--delta +
.heading--delta, h5 +
.heading--delta,
.heading--epsilon +
.heading--delta, h6 +
.heading--delta,
.heading--zeta +
.heading--delta, .collapsible-text__title +
.heading--delta, h1 + h5,
.heading--alpha + h5, h2 + h5,
.heading--beta + h5, h3 + h5,
.heading--gamma + h5, h4 + h5,
.heading--delta + h5, h5 + h5,
.heading--epsilon + h5, h6 + h5,
.heading--zeta + h5, .collapsible-text__title + h5, h1 +
.heading--epsilon,
.heading--alpha +
.heading--epsilon, h2 +
.heading--epsilon,
.heading--beta +
.heading--epsilon, h3 +
.heading--epsilon,
.heading--gamma +
.heading--epsilon, h4 +
.heading--epsilon,
.heading--delta +
.heading--epsilon, h5 +
.heading--epsilon,
.heading--epsilon +
.heading--epsilon, h6 +
.heading--epsilon,
.heading--zeta +
.heading--epsilon, .collapsible-text__title +
.heading--epsilon, h1 + h6,
.heading--alpha + h6, h2 + h6,
.heading--beta + h6, h3 + h6,
.heading--gamma + h6, h4 + h6,
.heading--delta + h6, h5 + h6,
.heading--epsilon + h6, h6 + h6,
.heading--zeta + h6, .collapsible-text__title + h6, h1 +
.heading--zeta,
.heading--alpha +
.heading--zeta, h2 +
.heading--zeta,
.heading--beta +
.heading--zeta, h3 +
.heading--zeta,
.heading--gamma +
.heading--zeta, h4 +
.heading--zeta,
.heading--delta +
.heading--zeta, h5 +
.heading--zeta,
.heading--epsilon +
.heading--zeta, h6 +
.heading--zeta,
.heading--zeta +
.heading--zeta, .collapsible-text__title +
.heading--zeta, h1 + .collapsible-text__title,
.heading--alpha + .collapsible-text__title, h2 + .collapsible-text__title,
.heading--beta + .collapsible-text__title, h3 + .collapsible-text__title,
.heading--gamma + .collapsible-text__title, h4 + .collapsible-text__title,
.heading--delta + .collapsible-text__title, h5 + .collapsible-text__title,
.heading--epsilon + .collapsible-text__title, h6 + .collapsible-text__title,
.heading--zeta + .collapsible-text__title, .collapsible-text__title + .collapsible-text__title,
.heading + h1,
.heading +
.heading--alpha,
.heading + h2,
.heading +
.heading--beta,
.heading + h3,
.heading +
.heading--gamma,
.heading + h4,
.heading +
.heading--delta,
.heading + h5,
.heading +
.heading--epsilon,
.heading + h6,
.heading +
.heading--zeta,
.heading + .collapsible-text__title,
h1 +
.heading,
.heading--alpha +
.heading,
h2 +
.heading,
.heading--beta +
.heading,
h3 +
.heading,
.heading--gamma +
.heading,
h4 +
.heading,
.heading--delta +
.heading,
h5 +
.heading,
.heading--epsilon +
.heading,
h6 +
.heading,
.heading--zeta +
.heading,
.collapsible-text__title +
.heading,
.heading +
.heading {
  margin-top: 0;
}


.heading--ruled:after {
  content: '';
  display: block;
  margin-top: .5em;
  margin-bottom: 1.5em;
}


.heading--ruled--left:after {
  margin-left: 0;
}


.heading--ruled--right:after {
  margin-right: 0;
}

.hs-button, .marker-directions__submit, .review-form__submit, .login__toggle, .login__toggle_kc, .login__learn-more, .login-form__submit, .mobile-utility__my-kelsey-online-link, .mobile-utility__get-a-quote-link, .featured-testimonial__ctas--mobile a, .featured-testimonial__ctas--mobile .font-control, .find-a-doctor__submit,
.button, input[type="button"], input[type="submit"], input[type=reset] {
  display: inline-block;
  padding: 0.5em;
  border-radius: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  text-overflow: ellipsis;
  text-align: center;
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #198aad;
  color: white !important;
  border-color: #198aad;
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover
{
    border-color:#198aad;
    background-color:#198aad;
    font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active
{
    border-color:#198aad;
    background-color:#198aad;
    font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.hs-button:hover, .marker-directions__submit:hover, .review-form__submit:hover, .login__toggle:hover, .login__learn-more:hover, .login-form__submit:hover, .mobile-utility__my-kelsey-online-link:hover, .featured-testimonial__ctas--mobile a:hover, .featured-testimonial__ctas--mobile .font-control:hover, .find-a-doctor__submit:hover, .marker-directions__submit:active, .review-form__submit:active, .login__toggle:active, .login__learn-more:active, .login-form__submit:active, .mobile-utility__my-kelsey-online-link:active, .featured-testimonial__ctas--mobile a:active, .featured-testimonial__ctas--mobile .font-control:active, .find-a-doctor__submit:active, .marker-directions__submit:focus, .review-form__submit:focus, .login__toggle:focus, .login__learn-more:focus, .login-form__submit:focus, .mobile-utility__my-kelsey-online-link:focus, .featured-testimonial__ctas--mobile a:focus, .featured-testimonial__ctas--mobile .font-control:focus, .find-a-doctor__submit:focus,
.button:hover,
.button:active,
.button:focus,
.button--hover,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus {
  background-color: #04658d;
  border-color: #04658d;
  color: !important;
  text-decoration: none;
}

.login__toggle, .mobile-utility__my-kelsey-online-link,
.button--beta {
  background-color: #96ad13;
  color: white !important;
  border-color: #96ad13;
}

.login__toggle:hover, .mobile-utility__my-kelsey-online-link:hover, .login__toggle:active, .mobile-utility__my-kelsey-online-link:active, .login__toggle:focus, .mobile-utility__my-kelsey-online-link:focus, .login--active .login__toggle,
.button--beta:hover,
.button--beta:active,
.button--beta:focus,
.button--beta--hover {
  background-color: #809505;
  border-color: #809505;
  color: !important;
  text-decoration: none;
}


.button--gamma, .login__toggle_kc, .mobile-utility__get-a-quote-link {
  background-color: #ce7b0c;
  color: white !important;
  border-color: #ce7b0c;
}


.button--gamma:hover,
.button--gamma:active,
.button--gamma:focus,
.button--gamma--hover, 
.login__toggle_kc:active, .login__toggle_kc:hover, .login__toggle_kc:focus,
.mobile-utility__get-a-quote-link:focus, .mobile-utility__get-a-quote-link:hover, .mobile-utility__get-a-quote-link:active{
  background-color: #c86207;
  border-color: #c86207;
  color: !important;
  text-decoration: none;
}

.button--delta {
    background-color: #6BBED6;
    color: white !important;
    border-color: #6BBED6;
}

.button--inline {
    width: auto; 
    min-width: 200px; 
}

.hs-button:after, .marker-directions__submit:after, .review-form__submit:after, .login__toggle:after, .login__toggle_kc:after, .login__learn-more:after, .login-form__submit:after, .mobile-utility__my-kelsey-online-link:after, .mobile-utility__get-a-quote-link:after, .featured-testimonial__ctas--mobile a:after, .featured-testimonial__ctas--mobile .font-control:after, .find-a-doctor__submit:after, .marker-directions__submit:before, .review-form__submit:before, .login__toggle:before, .login__toggle_kc:before, .login__learn-more:before, .login-form__submit:before, .mobile-utility__my-kelsey-online-link:before, .mobile-utility__get-a-quote-link:before, .featured-testimonial__ctas--mobile a:before, .featured-testimonial__ctas--mobile .font-control:before, .find-a-doctor__submit:before,
.button:after,
.button:before {
  vertical-align: middle;
}

.review-form__submit:after, .featured-testimonial__ctas--mobile a:after, .featured-testimonial__ctas--mobile .font-control:after, .find-a-doctor__submit:after {
  content: " »";
}

.button--more:after {
    content: " »";
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 5px;
    text-decoration: none;
}

.button--more:hover:after {
    text-decoration: none !important;
}

.container > .button--more {
    display:block;
    margin-left: 6%;
    margin-top: 1em;
    width: 88%;
    
}

@media (min-width: 80em) {
    .container > .button--more {
        float: left;
        margin-left: 6%;
        margin-top: 1em;
        width: 29%;
    
    }

    .container > .button--beta {
        margin-left: 0px;
    }
}

.button {
  display: block;
  width: 98%;
  margin: auto;
}

@media (min-width: 48em) {
  .button {
    display: inline-block;
    width: auto;
  }
}

.lt-ie9 .button {
  display: inline-block;
  width: auto;
}

@media (max-width: 47.99em) {
  .button + .button {
    margin-top: .5em;
  }
}

@media (max-width: 79.99em) {
    .page-banner__body .button {
        margin-top: .5em;
    }
    .page-banner__body .button + .button {
        margin-top: .5em;
    }
}

.button.cta_button {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
}

.hs-input, .review-form__input, .doctors__filter, .find-a-doctor__input {
  width: 100%;
  border-radius: 0;
  padding: .5em;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
  background-color: white;
  color: #4b5155;
}

.hs-input {
  max-width: 300px;
}

[required].hs-input:focus, [required].review-form__input:focus, [required].doctors__filter:focus, [required].find-a-doctor__input:focus {
  border-color: #04658d;
}

.inputs-list .hs-input {
  width: auto !important;
  height: auto;
  margin-right: .5em;
  border: 0;
  vertical-align: middle;
  background-color: transparent;
}

textarea.hs-input, textarea.review-form__input, textarea.doctors__filter, textarea.find-a-doctor__input {
  min-height: 6em;
}

.hs-form-field, .review-form__field {
  display: block;
}

.stacked .hs-form label {
    display: inline;
}

.hs-form label, .hs-input {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.hs-form .hsbutton {
    border-radius: 0px;
    background-image: none;
    background-color: #499cc7;
    font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

input .hs-input, textarea .hs-input, select .hs-input {
    border-radius: 0px;
}


@media (min-width: 48em) {
   .hs-form-field > label, .review-form__label {
    text-align: right;
    padding-right: 1em;
    width: 32.20339%;
    float: left;
    margin-left: 0;
  }
   .hs-form-field > .input, .review-form__input {
    width: 66.10169%;
    float: right;
    margin-left: 1.69492%;
  }
}

.lt-ie9 .hs-form-field > label, .lt-ie9 .review-form__label {
  text-align: right;
  padding-right: 1em;
  width: 32.20339%;
  float: left;
  margin-left: 0;
}

.lt-ie9 .hs-form-field > .input, .lt-ie9 .review-form__input {
  width: 66.10169%;
  float: right;
  margin-left: 1.69492%;
}

.hs-form-field > .input, .review-form__input {
  margin-top: 0;
}

@media (min-width: 48em) {
   .hs-form .actions, .review-form__actions {
    width: 66.10169%;
    float: right;
    margin-left: 1.69492%;
  }
}

.lt-ie9 .hs-form .actions, .hs-form .lt-ie9 .actions, .lt-ie9 .review-form__actions {
  width: 66.10169%;
  float: right;
  margin-left: 1.69492%;
}

.hs-form-required {
  color: #04658d;
}

.hs-button {
  display: block;
}

.form-title {
  text-align: center;
}

.form-title + div {
  margin-top: 2em;
}

.hs-error-msgs {
  padding: .25em;
  list-style: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: .25em;
  border-radius: 5px;
  font-style: italic;
  z-index: 4000;
  background-color: #04658d;
  color: white;
  text-align: left;
}

.hs-error-msgs:after {
  content: '';
  position: absolute;
  top: 100%;
  left: .5em;
  border: .25em solid transparent;
  border-top-color: #04658d;
}

.hs-error-msgs li {
  padding: 0;
}

.hs-form fieldset[class*="form-columns"] {
  max-width: none;
  margin: 0;
}

.hs-form fieldset[class*="form-columns"] + fieldset[class*="form-columns"] {
  margin-top: 1.5em;
}

.hs-form fieldset[class*="form-columns"] .hs-form-field {
  width: 100% !important;
}

@media (min-width: 48em) {
  .hs-form fieldset[class*="form-columns"] .hs-form-field {
    margin-top: 0;
    margin-left: 1.69492%;
  }
  .hs-form fieldset[class*="form-columns"] .hs-form-field:first-child {
    margin-left: 0;
  }
}

.lt-ie9 .hs-form fieldset[class*="form-columns"] .hs-form-field {
  margin-top: 0;
  margin-left: 1.69492%;
}

.lt-ie9 .hs-form fieldset[class*="form-columns"] .hs-form-field:first-child {
  margin-left: 0;
}

.hs-form fieldset[class*="form-columns"] .hs-form-field .input {
  margin-right: 0;
}

.hs-form fieldset[class*="form-columns"] .hs-form-field .hs-input {
  width: 100%;
}

@media (min-width: 48em) {
  .hs-form fieldset[class*="form-columns"] .hs-richtext + .hs-form-field {
    margin-left: 0;
  }
}

.lt-ie9 .hs-form fieldset[class*="form-columns"] .hs-richtext + .hs-form-field {
  margin-left: 0;
}

@media (min-width: 48em) {
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49.15254% !important;
  }
}

.lt-ie9 .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49.15254% !important;
}

@media (min-width: 48em) {
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32.20339% !important;
  }
}

.lt-ie9 .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32.20339% !important;
}

.inputs-list {
  padding-left: 0;
  list-style: none;
  line-height: 1;
}

.inputs-list li {
  padding-left: 1.25em;
  position: relative;
}

.inputs-list li .hs-input {
  position: absolute;
  left: 0;
  top: 0;
}

.fancy-list, .checklist, .article ul {
  list-style: none;
  padding-left: 0;
}

.ms-rteTable-default ul {
    padding-left: 40px;
    margin-top: 0px; 
    margin-bottom: 24px;
}

.fancy-list, .checklist, .article ul ul {
  list-style: none;
  margin-top: 0.25em;
  padding-left: 1.5em;
}

.fancy-list li, .checklist li, .article ul li  {
  position: relative;
  padding-left: 1.5em;
}

.fancy-list li:before, .checklist li:before, .article ul li:before {
  content: "●";
  color: #444;
  position: absolute;
  left: 0;
  line-height: 1.25;
}

.hs-form-booleancheckbox:before {
    content: none !important;
}

.hs-form-checkbox:before {
    content: none !important;
}

.fancy-list--beta li:before {
  color: #abbd42;
}

.checklist li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 400; /* regular style/weight */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
}

.checklist--beta li:before {
  color: #abbd42;
}

.fancy-quote, .doctor-profile__quote {
  font-size: 1.1em;
  color: #0e5877;
  font-style: italic;
  text-align: center;
  padding: 2em 3em;
  position: relative;
}

.fancy-quote:before, .doctor-profile__quote:before, .fancy-quote:after, .doctor-profile__quote:after {
  color: #e9f2f7;
  position: absolute;
  font-family: 'Arial bold', Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 10em;
  line-height: .75;
  z-index: -5;
}

.fancy-quote:before, .doctor-profile__quote:before {
  content: '“';
  left: 0;
  top: 0;
}

.fancy-quote:after, .doctor-profile__quote:after {
  content: '”';
  right: 0;
  bottom: -.5em;
}

.doctor-profile__quote {
    z-index: 5;
}

.location:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 900; /* solid style/weight */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  display: inline;
  font-size: 2em;
  vertical-align: middle;
  margin-right: .25em;
}

.location__closest {
  display: inline-block;
  margin: 0;
  margin-left: .5em;
  padding-left: .5em;
  border-left: 1px solid #0e6580;
}

.location_image {
    float: right;
}

.location_details {
    vertical-align: top;
}

.location-address {
    margin-top: 0px;
}

.social-media__service {
  text-decoration: none;
  vertical-align: middle;
  background-color: #3b99b4;
  color: white;
  border-radius: 1000px;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.75;
  display: inline-block;
  margin: 0;
  margin-right: 0.2em;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
}

.social-media__service:hover, .social-media__service:active, .social-media__service:visited, .social-media__service:focus, .social-media__service--hover {
  text-decoration: none;
  color: white;
}

.social-media__service.social-media__service--twitter:hover, .social-media__service.social-media__service--twitter:active, .social-media__service.social-media__service--twitter:focus, .social-media__service.social-media__service--twitter--hover {
  background-color: #55acee;
}

.social-media__service.social-media__service--twitter:before {
  content: "\f099";
}

.social-media__service.social-media__service--facebook:hover, .social-media__service.social-media__service--facebook:active, .social-media__service.social-media__service--facebook:focus, .social-media__service.social-media__service--facebook--hover {
  background-color: #3b5998;
}

.social-media__service.social-media__service--facebook:before {
  content: "\f39e";
}

.social-media__service.social-media__service--linkedin:hover, .social-media__service.social-media__service--linkedin:active, .social-media__service.social-media__service--linkedin:focus, .social-media__service.social-media__service--linkedin--hover {
  background-color: #0077b5;
}

.social-media__service.social-media__service--linkedin:before {
  content: "\f0e1";
}

.social-media__service.social-media__service--googleplus:hover, .social-media__service.social-media__service--googleplus:active, .social-media__service.social-media__service--googleplus:focus, .social-media__service.social-media__service--googleplus--hover {
  background-color: #dd4b39;
}

.social-media__service.social-media__service--googleplus:before {
  content: "\f0d5";
}

.social-media__service.social-media__service--instagram:hover, .social-media__service.social-media__service--instagram:active, .social-media__service.social-media__service--instagram:focus, .social-media__service.social-media__service--instagram--hover {
  background-color: #3f729b;
}

.social-media__service.social-media__service--instagram:before {
  content: "\f16d";
}

.social-media__service.social-media__service--xing:hover, .social-media__service.social-media__service--xing:active, .social-media__service.social-media__service--xing:focus, .social-media__service.social-media__service--xing--hover {
  background-color: #026466;
}

.social-media__service.social-media__service--xing:before {
  content: "\f168";
}

.social-media__service.social-media__service--rss:hover, .social-media__service.social-media__service--rss:active, .social-media__service.social-media__service--rss:focus, .social-media__service.social-media__service--rss--hover {
  background-color: #f26522;
}

.social-media__service.social-media__service--rss:before {
  content: "\f09e";
}

.social-media__service.social-media__service--pinterest:hover, .social-media__service.social-media__service--pinterest:active, .social-media__service.social-media__service--pinterest:focus, .social-media__service.social-media__service--pinterest--hover {
  background-color: #cc2127;
}

.social-media__service.social-media__service--pinterest:before {
  content: "\f231";
}

.social-media__service.social-media__service--youtube:hover, .social-media__service.social-media__service--youtube:active, .social-media__service.social-media__service--youtube:focus, .social-media__service.social-media__service--youtube--hover {
  background-color: #cd201f;
}

.social-media__service.social-media__service--youtube:before {
  content: "\f167";
}

.social-media__service.social-media__service--default:before {
  content: "";
}

.social-media__service.social-media__service--website:before {
  content: "";
}

.social-media__service.social-media__service--email:before {
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 900; /* solid style/weight */
  content: "\f0e0";
}

.social-media__service:before {
  font-family: "Font Awesome 5 Brands";  /* updated font-family */
  font-weight: 400; /* regular style/weight */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  vertical-align: middle;
}

.other-logos {
  letter-spacing: 1em;
}

.other-logos img {
  vertical-align: middle;
  margin: 0;
}

.featured-testimonial .container, .lt-ie9 .featured-testimonial .container, .directions .container {
  position: relative;
}

.featured-testimonial .container:before, .lt-ie9 .featured-testimonial .container:before, .directions .container:before {
  display: none;

}

@media (min-width: 48em) {
    .featured-testimonial .container:before, .directions .container:before {
        display: none;
    }
}

.lt-ie9 .featured-testimonial .container:before {
  display: none;
}

@media print {
  .featured-testimonial .container:before, .lt-ie9 .featured-testimonial .container:before, .directions .container:before {
    display: none;
  }
}

.menu {
  padding-left: 0;
  list-style: none;
}

.menu__text, .menu a, .menu .font-control, .menu__toggle {
  display: block;
  text-decoration: none;
}

.menu a:hover {
    text-decoration: underline;
}

.menu__child-menu {
  padding-left: 0;
  list-style: none;
}

.menu--collapsible .menu__child-menu {
  display: none;
}

.menu__toggle {
  cursor: pointer;
}

.page-banner {
  padding: 1.5em 0;
  position: relative;
  color: white;
  background-position: 70% top;
  background-size: cover;
  background-color: #499cc7;
}

.page-banner_patient-story {
  padding: 1.5em 0;
  padding-bottom: 6em;
  position: relative;
  color: white;
  background-position-x: 25%;
  background-position-y: center;
  background-size: cover;
  background-color: #499cc7;
}

@media (min-width: 48em) {
  .page-banner {
    padding-bottom: 1.2em;
    color: white;
  }
  .page-banner_patient-story {
    padding-bottom: 4em;
    color: white;
  }
}

.lt-ie9 .page-banner {
  padding-bottom: 0;
}

.lt-ie9 .page-banner_patient-story {
  padding-bottom: 4em;
}

 @media (max-width: 47.99em) {
  .page-banner:before {
    content: '';
    display: block;
    background-color: rgba(32, 32, 32, 0.45);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }

  .page-banner .container {
    z-index: 799
  }
  .page-banner_patient-story .container {
    z-index: 799
  }
  .page-banner__body {
    position: relative;
    z-index: 799;
  }
}

@media print {
  .page-banner {
    padding: 0;
    background-color: transparent !important;
    background-image: none !important;
    padding: 1.5em 0;
  }
  .page-banner_patient-story {
    padding: 0;
    background-color: transparent !important;
    background-image: none !important;
    padding: 1.5em 0;
  }
  .page-banner:before {
    display: none;
  }
  .page-banner__body {
    margin: 0;
  }
}

.page-banner_patient-story h1, .page-banner_patient-story
.heading--alpha, .page-banner_patient-story h2, .page-banner_patient-story
.heading--beta, .page-banner_patient-story h3, .page-banner_patient-story
.heading--gamma, .page-banner_patient-story h4, .page-banner_patient-story
.heading--delta, .page-banner_patient-story h5, .page-banner_patient-story
.heading--epsilon, .page-banner_patient-story h6, .page-banner_patient-story
.heading--zeta, .page-banner_patient-story .collapsible-text__title,
.page-banner_patient-story a,
.page-banner_patient-story .font-control,
.page-banner h1, .page-banner
.heading--alpha, .page-banner h2, .page-banner
.heading--beta, .page-banner h3, .page-banner
.heading--gamma, .page-banner h4, .page-banner
.heading--delta, .page-banner h5, .page-banner
.heading--epsilon, .page-banner h6, .page-banner
.heading--zeta, .page-banner .collapsible-text__title,
.page-banner a,
.page-banner .font-control {
  color: inherit;
}

.page-banner__body {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 48em) {
  .page-banner__body {
    padding-top: 1.5em;
    width: 48%;
  }
  .page-banner__body--left, .page-banner__body--right {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    margin-top: 0;
  }
  .page-banner__body--right {
    text-align: right;
    width: 60%;
  }
  .page-banner__body--full {
    width: 100%;
  }
}

.lt-ie9 .page-banner__body {
  padding-top: 1.5em;
  width: 48%;
}

.lt-ie9 .page-banner__body--left, .lt-ie9 .page-banner__body--right {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  margin-top: 0;
}

.lt-ie9 .page-banner__body--right {
  text-align: right;
  width: 60%;
}

.lt-ie9 .page-banner__body--full {
  width: 100%;
}

.page-banner__body--solid {
  max-width: 26em;
}

@media (min-width: 48em) {
  .page-banner__body--solid {
    padding: 1.5em;
    background-color: rgba(92, 188, 216, 0.9);
  }
}

.lt-ie9 .page-banner__body--solid {
  padding: 1.5em;
  background-color: rgba(92, 188, 216, 0.9);
}

.page-banner__nav {
  display: block;
  text-decoration: none;
}

.page-banner__nav:before {
  content: "«";
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-right: .5em;
}

@media (min-width: 48em) {
  .page-banner__nav {
    margin-top: 4em;
    margin-bottom: -4em;
  }
}

.lt-ie9 .page-banner__nav {
  margin-top: 4em;
  margin-bottom: -4em;
}

.page-banner__info-strip {
  background-color: rgba(54, 138, 181, 0.9);
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: .5em 0;
  line-height: 1.1;
}

@media (max-width: 47.99em) {
  .page-banner__info-strip {
    display: none;
  }
}

.page-banner--profile {
  padding-bottom: 1.5em;
}

.page-banner--profile .page-banner__body {
  padding-top: 0;
}

.page-banner--laser {
  background-image: url(../../_layouts/15/images/KSC%20Website/background-edge-laser.jpg);
}

.page-banner--edge {
  background-image: url(../../_layouts/15/images/KSC%20Website/background-edge-with-logo.jpg);
}

@media (min-width: 48em) {
  .page-banner--edge {
    background-position: left center;
  }
}

.lt-ie9 .page-banner--edge {
  background-position: left center;
}

.page-banner--gastro-endoscopy {
  background-image: url(../../_layouts/15/images/KSC%20Website/background-gastro-endoscopy.jpg);
}

.page-banner--gradient {
  background-image: url(../../_layouts/15/images/KSC%20Website/background-blue-green-gradient.jpg);
}

.page-banner--anow {
        /*background-image: url(../../_layouts/15/images/KSC%20Website/specialty-hero-banner-anow.jpg);*/
}

.page-banner--detail {
    padding-bottom: 2em;
    padding-top: 0.5em;
}

.page-banner--main-campus {
  background-image: url(../../_layouts/15/images/KSC%20Website/background-main-campus.jpg);
}

.resources {
  margin-top:0;
  text-align: center;
}

@media (min-width: 48em) {
  .resources {
      margin-top: 3em;
      text-align:left;
  }
  .resources .resource {
    margin-top: 0;
    margin-left: 0;
  }
  .resources .resource:first-child {
    margin-left: 0;
  }
}

.lt-ie9 .resources {
    text-align: left;
}

.lt-ie9 .resources .resource {
  margin-top: 0;
  margin-left: 0;
}

.lt-ie9 .resources .resource:first-child {
  margin-left: 0;
}

.resource-tile {
  margin-top: 1.5em;
  width: 100%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.resource-tile.resource--news {
    margin-top: 0;
}

@media (min-width: 48em) {
    .resource-tile {
        margin-top: 0;
        width: 31.5%;
        float: left;
        margin-left: 1.69492%;
    }
}

.resource {
  color: #65727d;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.resource:hover, .resource:active, .resource:focus, .resource--hover {
  color: #04658d;
}

@media (max-width: 47.99em) {
    .resource {
        width:100%;
        max-width: 100%;
        margin-top: 0;
    }
}
.resource__thumb {
    width: 100%;
    max-width: 360px;
    max-height: 220px;
}

.resource__description {
    margin-top: 0px;
    padding-left: 0px;
}

@media (max-width: 47.99em) {
  .resource__thumb {
    width: 100%;
    max-width: 100%;
    max-height: none;
  }
  .resource__description {
    width: 96%;
    text-align: left;
  }
}

@media print {
  .resource__thumb {
    width: 100%;
    margin: auto;
    display: block;
  }
}

.resource * + * {
  margin-top: 1em;
}

.resource__category {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding-left:0;
}

.specialties-site-resource-category {
    padding-left: 1.7%;
}
.specialties-site-resource-category a {
    text-decoration:none;
}
.specialties-site-resource-category a::after {
    content: " »";
}

@media (max-width: 47.99em) {
    .resource__category {
        text-align:left;
    }
}


.resource--news .resource__category a {
  color: #d97c00;
  text-decoration: none;
}

.resource--news .resource__category a::after {
    color: #d97c00;
  text-decoration: none;
  content: " »";
}

.resource--press-release .resource__category a {
  color: #3b99b4;
  text-decoration: none;
}

.resource--press-release .resource__category a::after {
  color: #3b99b4;
  text-decoration: none;
  content: " »";
}

.resource--case-study .resource__category a {
  color: #96ad13;
  text-decoration: none;
}

.resource--case-study .resource__category a::after {
  color: #96ad13;
  text-decoration: none;
   content: " »";
}

.resource--news .resource__category a:hover {
  color: #d97c00;
  text-decoration: underline;
}

.resource--press-release .resource__category a:hover {
  color: #3b99b4;
  text-decoration: underline;
}

.resource--case-study .resource__category a:hover {
  color: #96ad13;
  text-decoration: underline;
}

.resource__title {
  color: #65727d;
  font-size: 16px;
  margin-top: 0.1em;
  margin-left:0;
  max-width: 360px;
}

.resource__title a:visited {
    color: #65727d;
}

@media (max-width: 47.99em) {
  .resource__title {
    font-size: 1em;
    max-width:none;
  }
}

.page-nav {
  text-align: center;
  border-bottom: 1px solid #d3d5d6;
  color: #65727d;
  line-height: 1;
  background-color: white;
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  z-index: 100;
}

@media (min-width: 48em) {
  .page-nav {
    position: absolute;
    left: 0;
    right: 0;
  }
  .page-nav--stuck {
    position: fixed;
    top: 0;
  }
  .page-nav__label {
    display: inline-block;
    vertical-align: middle;
  }
  .page-nav__item {
    margin-bottom: -1px;
    margin-left: 1em;
    border-bottom: .25em solid transparent;
    vertical-align: middle;
  }
}

.lt-ie9 .page-nav {
  position: absolute;
  left: 0;
  right: 0;
}

.lt-ie9 .page-nav--stuck {
  position: fixed;
  top: 0;
}

.lt-ie9 .page-nav__label {
  display: inline-block;
  vertical-align: middle;
}

.lt-ie9 .page-nav__item {
  margin-bottom: -1px;
  margin-left: 1em;
  border-bottom: .25em solid transparent;
  vertical-align: middle;
}

@media (min-width: 75.5em) {
  .page-nav--stuck {
    top: 8.3rem;
  }
}

.lt-ie9 .page-nav--stuck {
  top: 8.3rem;
}

@media (max-width: 47.99em) {
  .page-nav__label {
    display: none;
  }
}

.page-nav__item {
  color: #222222;
  text-decoration: none;
  padding: .5em;
  display: inline-block;
  margin-top: 0;
}

.page-nav__item:hover, .page-nav__item:active, .page-nav__item--current-section {
  border-color: #abbd42;
}

.page-nav__item:hover, .page-nav__item:active, .page-nav__item:focus, .page-nav__item--hover {
  color: #222222;
}

@media (min-width: 48em) {
  .page-nav__item {
    padding: 1em .25em .75em;
  }
}

.lt-ie9 .page-nav__item {
  padding: 1em .25em .75em;
}

.page-nav-placeholder {
  margin-top: 0;
}

.collapsible-text {
    margin-top: 1em;
  background-color: #e8e8e8;
}

@media print {
  .collapsible-text {
    page-break-inside: avoid;
  }
}

.collapsible-text__title {
  padding: .9em;
  cursor: pointer;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
}

@media print {
  .collapsible-text__title {
    padding-bottom: 0;
  }
}

.collapsible-text__title:before {
  content: "+";
  float: right;
  font-size: 1.95em;
  line-height: .5;
  margin-right: 10px;
}

@media print {
  .collapsible-text__title:before {
    display: none;
  }
}

.collapsible-text--active .collapsible-text__title:before {
  content: "-";
  margin-right: 10px;
}

.collapsible-text__body-wrapper {
  display: none;
  margin-top: 0;
  width: 100%;
  /* text-align:center; removed becasue it broke things, can't remember why it's in here? */
}

@media print {
  .collapsible-text__body-wrapper {
    display: block !important;
  }
}

.collapsible-text__body {
  padding: 1em;
  width:98%;
  max-width:740px;
  display:inline-block;
}

.ANOWschedule{
    max-width: 80rem !important;
}

.search-meta {
  padding: 2em 0 1em;
  border-top: 1px solid #d3d5d6;
  color: #707070;
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1;
}

@media (min-width: 48em) {
  .search-meta__info,
  .search-meta .pagination {
    width: 40%;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .search-meta .pagination {
    text-align: right;
    width: 55%;
  }
}

.lt-ie9 .search-meta__info,
.lt-ie9 .search-meta .pagination {
  width: 40%;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.lt-ie9 .search-meta .pagination {
  text-align: right;
  width: 55%;
}

.search-meta__data {
  font-style: italic;
}

.search-meta__data + .search-meta__data {
  margin-left: .4em;
  padding-left: .5em;
  border-left: 1px solid #ccc;
}

.pagination {
  line-height: 1;
}

@media (min-width: 48em) {
  .pagination__field {
    margin-right: 0.3em;
  }
}

.lt-ie9 .pagination__field {
  margin-right: 0.3em;
}

.pagination__input {
  background-color: #eeeeee;
  border: 1px solid #d3d5d6;
  width: 3em;
  padding: .20em;
  text-align: center;
  margin: 0 .3em;
}

.pagination__input::-webkit-inner-spin-button, .pagination__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

@media (max-width: 47.99em) {
  .pagination__pages {
    display: block;
    margin-top: .5em;
  }
}

.pagination__paging {
  color: inherit;
  text-decoration: none;
}

.pagination__paging + .pagination__paging {
  margin-left: .4em;
  padding-left: 0.3em;
  border-left: 1px solid #ccc;
}

.pagination__paging--first:before {
  content: "«";
  margin-right: 0.3em;
}

.pagination__paging--last:after {
  content: "»";
  margin-left: 0.3em;
}

.tabs {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

.tabs__tab {
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  border: 1px solid #d3d5d6;
  background-color: white;
  color: #777 !important;
  display: inline-block;
  text-decoration: none;
  padding: .5em;
  margin: 0;
}

@media (min-width: 48em) {
  .tabs__tab {
    padding-left: 3em;
    padding-right: 3em;
  }
}

.lt-ie9 .tabs__tab {
  padding-left: 3em;
  padding-right: 3em;
}

.tabs__tab + .tabs__tab {
  margin-left: -1px;
}

.tabs__tab--current {
  -webkit-box-shadow: 0 -4px #abbd42 inset;
          box-shadow: 0 -4px #abbd42 inset;
}

.tabs--banner {
  position: relative;
  z-index: 2000;
}

@media (min-width: 48em) {
  .tabs--banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.lt-ie9 .tabs--banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}


.appointment-type {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  width:100%;
  float:none;
  background-color: white;
  text-align: center;
}

@media (min-width: 48em) {
  .appointment-type  {
    display: inline-block;
    width:31%;
    position: relative;
    float:none;
    margin-right: 0.5%;
    margin-left: 0.5%;
    text-align: center;
    vertical-align: top;
  }
}

.lt-ie9 .appointment-type  {
    display: inline-block;
    width:31%;
    position: relative;
    padding-bottom: 1em;
    float:none;
    margin-right: 0.5%;
    margin-left: 0.5%;
    text-align: center;
    vertical-align: top;
}

.appointment-type p {
    padding-left: 5px;
    padding-right: 5px;
}

.appointment-type .button {
  display: block;
  font-size: 1em;
  font-weight: bold;
  max-width: 200px;
}

@media (max-width: 47.99em) {
  .appointment-type .button {
    width: 60%;
  }
}

@media print {
  .appointment-type .button {
    display: block !important;
    background-color: #7d858d !important;
  }
}

.appointment-type__logo {
  max-width: 20%;
  vertical-align: top;
}

@media (max-width: 68.74em) {
  .appointment-type__logo {
    display: none;
  }
}

.appointment-type__description {
  margin-top: 0;
}

@media (min-width: 68.75em) {
  .appointment-type__description {
    max-width: 78%;
    display: inline-block;
    padding-left: .5em;
    vertical-align: top;
  }
}

.lt-ie9 .appointment-type__description {
  max-width: 78%;
  display: inline-block;
  padding-left: .5em;
  vertical-align: top;
}

.appointment-types {
  margin-top: 3em;
}
 
@media (min-width: 48em) {
  .appointment-types {
    display: table;
    table-layout: fixed;
    border-spacing: 1em;
    margin-top: 2em;
    margin-left: -1em;
    margin-right: -1em;
  }
  .appointment-types > span  {
    display: table-cell;
    position: relative;
    padding-bottom: 4em;
  }

  .appointment-type > .button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
 
.lt-ie9 .appointment-types {
  display: table;
  table-layout: fixed;
  border-spacing: 1em;
  margin-top: 2em;
  margin-left: -1em;
  margin-right: -1em;
}

.lt-ie9 .appointment-types span {
  display: table-cell;
  position: relative;
  padding-bottom: 4em;
}

.lt-ie9 .appointment-types span .appointment-type .button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
} 

.google-map {
  height: 100%;
}

.google-map__canvas {
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  min-height: 40em;
}

.google-map__canvas img {
  max-width: none;
}

.google-map__canvas * {
  margin-top: 0;
}

.google-map__directions {
  font-size: 14px;
  font-size: 0.875rem;
}

.google-map__directions .adp-directions {
  width: 100%;
}

.google-map__directions img {
  max-width: none;
}

.google-map__directions td {
  padding: .5em;
}

.google-map__directions * + * {
  margin-top: 0;
}

.marker-info__thumb {
  float: left;
  margin-right: .5em;
  width: 8em;
}

.marker-info__thumb img {
  max-width: 100%;
}

.marker-info__body {
  overflow: hidden;
}

.marker-directions {
  margin-top: .25em;
}

.marker-directions__label {
  display: block;
}

.marker-directions__input {
  vertical-align: middle;
}

.marker-directions__submit {
  font-size: 1em;
  padding: .25em;
}

.marker-directions__options {
  margin-top: .25em;
}

.marker-directions__options input {
  margin-right: .25em;
  vertical-align: middle;
}

.review-form__heading {
  text-align: center;
}

.review-form__form {
  padding: 3em;
  background-color: #eeeeee;
  border: 1px solid #d3d5d6;
}

.review-form__field + .review-form__field {
  margin-top: 1em;
}

.review-form__submit {
  width: 100%;
}

.star-input {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #3b99b4;
}

.star-input__star {
  margin-top: 0;
  display: none;
}

.star-input__star + label {
  cursor: pointer;
  font-size: 2em;
  line-height: 1;
}

.star-input__star + label:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 400; /* regular style/weight */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
}

.star-input--has-selection .star-input__star + label:before {
  content: "\f005";
}

.star-input--has-selection .star-input__star--current + label ~ label:before {
  content: "\f005";
}

.star-input * + * {
  margin-top: 0;
}

.reviews {
  padding: 3em 0;
  margin-top: 3em;
  border: 0 solid #d3d5d6;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

@media (min-width: 48em) {
  .reviews__listing {
    width: 40.67797%;
    float: left;
    margin-left: 0;
  }
  .reviews .review-form {
    margin-top: 0;
    width: 40.67797%;
    float: right;
    margin-left: 1.69492%;
  }
}

.lt-ie9 .reviews__listing {
  width: 40.67797%;
  float: left;
  margin-left: 0;
}

.lt-ie9 .reviews .review-form {
  margin-top: 0;
  width: 40.67797%;
  float: right;
  margin-left: 1.69492%;
}

.review {
  color: #4b5155;
  margin-left: 0;
  margin-right: 0;
}

.review * + * {
  margin-top: .5em;
}

.review__rating {
  color: #3b99b4;
  font-size: 2em;
}

.review__rating * + * {
  margin-top: 0;
}

.review__quote {
  font-style: italic;
}

.review__source {
  font-weight: bold;
}

.amenities {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  font-size: 1rem;
}

.amenities__amenity {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: .25em;
  margin-top: 0;
  text-align: center;
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

@media (min-width: 48em) {
  .amenities__amenity {
    width: 33.3333%;
  }
}

.lt-ie9 .amenities__amenity {
  width: 33.3333%;
}

.amenities__amenity--bills:before {
  content: "\e901";
}

.amenities__amenity--schedule:before {
  content: "\e90a";
}

.amenities__amenity--careers:before {
  content: "\e90b";
}

.amenities__amenity--doctors:before {
  content: "\e90c";
}

.amenities__amenity--pharmacy:before {
  content: "\e90d";
}

.amenities__amenity--search:before {
  content: "\e90e";
}

.amenities__amenity--plans:before {
  content: "\e90f";
}

.amenities__amenity--wellness-exams:before {
  content: "\e910";
}

.amenities__amenity--doc-talk:before {
  content: "\e911";
}

.amenities__amenity--insurance-accepted:before {
  content: "\e912";
}

.amenities__amenity--physicians:before {
  content: "\e913";
}

.amenities__amenity--specialties:before {
  content: "\e914";
}

.amenities__amenity--stethoscope:before {
  content: "\e915";
}

.amenities__amenity--visit:before {
  content: "\e916";
}

.amenities__amenity--print:before {
  content: "\e916";
}

.amenities__amenity--question:before {
  content: "\e918";
}

.amenities__amenity--wifi:before {
  content: "\e909";
}

.amenities__amenity--tv:before {
  content: "\e906";
}

.amenities__amenity--cafe:before {
  content: "\e902";
}

.amenities__amenity--diagnostics:before {
  content: "\e900";
}

.amenities__amenity--parking:before {
  content: "\e903";
}

.amenities__amenity--starbucks:before {
  content: "\e905";
}

.amenities__amenity--valet:before {
  content: "\e907";
}

.amenities__amenity--vending:before {
  content: "\e908";
}

.amenities__amenity:before {
  font-family: Kelsey Seybold Icons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  display: block;
  font-size: 2em;
}

.photo-gallery img {
  width: 100%;
  margin: 0;
  float: left;
}

@media (min-width: 48em) {
  .photo-gallery img {
    width: 25%;
  }
}

.lt-ie9 .photo-gallery img {
  width: 25%;
}

.photo-gallery__photo div div img {
    width: 100%;
}

.page-wrapper {
  margin: 0;
}

.site-header {
  margin: 0;
  color: #707070;
  position: relative;
  z-index: 102;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 75.5em) {
  .site-header {
    /* This is the part That needs to change to make the header float when you scroll down */
    /*position: fixed;*/
    position: relative;
    background-color: white;
    left: 0;
    right: 0;
    top: 0;
  }
  .site-header__logo,
  .site-header .helpers,
  .site-header .menu--featured {
    display: inline-block;
    margin-top: 0;
    width: 21%;
    vertical-align: middle;
  }

  .site-header__logo img {
      width: 97%;
      max-width: 380px;
  }

  .site-header .helpers {
    width: 21.5%;
    margin-right: 3.5%;
  }
  .site-header .menu--featured {
    width: 40.5%;
  }
  .site-header__toggle {
    display: none;
  }
  .font--medium .site-header .helpers,
  .font--large .site-header .helpers {
    width: 19%;
  }
  .font--medium .site-header .menu--featured,
  .font--large .site-header .menu--featured {
    width: 49.15254%;
  }
}

.lt-ie9 .site-header {
  position: fixed;
  background-color: white;
  left: 0;
  right: 0;
  top: 0;
}

.lt-ie9 .site-header__logo,
.lt-ie9 .site-header .helpers,
.lt-ie9 .site-header .menu--featured {
  display: inline-block;
  margin-top: 0;
  width: 21%;
  vertical-align: middle;
}

.lt-ie9 .site-header .helpers {
    width: 21.5%;
    margin-right: 3.5%;
}

.lt-ie9 .site-header .menu--featured {
  width: 40.5%;
}

.lt-ie9 .site-header__toggle {
  display: none;
}

.font--medium .lt-ie9 .site-header .helpers,
.font--large .lt-ie9 .site-header .helpers {
  width: 23.72881%;
}

.font--medium .lt-ie9 .site-header .menu--featured,
.font--large .lt-ie9 .site-header .menu--featured {
  width: 49.15254%;
}

.container, .site-header__logo, .helpers {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }

@media (min-width: 40em) and (max-width: 75.499em) {
  .site-header .helpers,
  .site-header .menu--featured,
  .site-header .login {
    display: none !important;
  }
  .site-header__main .container, .site-header__logo {
    height: 100%;
  }
    .container, .site-header__logo, .helpers {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
  .site-header__logo {
    display: inline-block;
    padding-right: 5em;
    width: 68%;
  }
  .site-header__logo:after {
    content: '';
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    width: 0;
  }
  .site-header__logo img {
    vertical-align: middle;
    width: 97%;
    max-width: 380px;
  }
}

@media (max-width: 39.99em) {
  .site-header .helpers,
  .site-header .menu--featured,
  .site-header .login {
    display: none !important;
  }
  .site-header__main .container, .site-header__logo {
    height: 100%;
  }
    .container, .site-header__logo, .helpers {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
  .site-header__logo {
    display: block;
    padding-right: 5em;
    width: 100%;
  }
  .site-header__logo:after {
    content: '';
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    width: 0;
  }
  .site-header__logo img {
    vertical-align: middle;
    width: 97%;
    max-width: 380px;
  }
}

@media print {
  .site-header {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .site-header__logo {
    max-width: 3in !important;
    text-decoration: none !important;
  }
  .site-header__main {
    border-bottom: 0 !important;
  }
}

.site-header__main {
  margin-top: 0;
  padding: .75em 0;
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
      -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 75.5em) {
  .site-header__main {
    border-bottom: .25em solid #d2d3d6;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
}

@media (min-width: 75.5em)  {
  .site-header__main {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .site-header--stuck .site-header__main {
    padding: .25em 0;
  }
}


.lt-ie9 .site-header__main {
  border-bottom: .25em solid #d2d3d6;
}

@media (min-width: 75.5em) {
  .lt-ie9 .site-header__main {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .site-header--stuck .lt-ie9 .site-header__main {
    padding: .25em 0;
  }
}

.lt-ie9 .lt-ie9 .site-header__main {
  -webkit-transition: .2s;
  transition: .2s;
}

.site-header--stuck .lt-ie9 .lt-ie9 .site-header__main {
  padding: .25em 0;
}

.site-header .menu--featured {
  text-align: right;
}

.site-header .menu--featured .menu__item {
  margin-top: 0;
}

.site-header__toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  color: white;
  outline: none;
  margin: 0;
  padding: 0;
  width: 4em;
  min-width: 1em;
  background-color: #368ab5;
  background-image: none;
  text-indent: -99999px;
  overflow: hidden;
}

.site-header__toggle:hover, .site-header__toggle:active {
  background-color: #368ab5;
}

.site-header__toggle:after {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 900; /* regular style/weight */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  font-size: 2em;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  margin: auto;
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.site-menu {
  margin-top: 0;
  display: none !important;
}

@media (min-width: 75.5em) {
  .site-menu--main {
    position: relative;
    display: block !important;
    background-color: #5c6670;
    color: white;
  }
  .site-menu--main .menu {
    font-weight: bold;
  }
  .site-menu--main .menu > .menu__item:hover .menu__child-menu, .site-menu--main .menu > .menu__item:active .menu__child-menu, .site-menu--main .menu > .menu__item:focus .menu__child-menu, .site-menu--main .menu > .menu__item--hover .menu__child-menu {
    opacity: 1;
    visibility: visible;
  }
  .site-menu--main .menu__item {
    display: inline-block;
    position: relative;
  }
  .site-menu--main .menu__item:first-child {
    margin-left: -.75em;
  }
  .site-menu--main .menu__text, .site-menu--main .menu a, .menu .site-menu--main a, .site-menu--main .menu .font-control, .menu .site-menu--main .font-control, .site-menu--main .menu__toggle {
    padding: .75em;
  }
}

@media (min-width: 75.5em) {
  .site-menu--main .menu__text, .site-menu--main .menu a, .menu .site-menu--main a, .site-menu--main .menu .font-control, .menu .site-menu--main .font-control, .site-menu--main .menu__toggle {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .site-header--stuck .site-menu--main .menu__text, .site-header--stuck .site-menu--main .menu a, .menu .site-header--stuck .site-menu--main a, .site-header--stuck .site-menu--main .menu .font-control, .menu .site-header--stuck .site-menu--main .font-control, .site-header--stuck .site-menu--main .menu__toggle {
    padding: .5em .75em;
  }
}

@media (min-width: 75.5em) {
  .lt-ie9 .site-menu--main .menu__text, .lt-ie9 .site-menu--main .menu a, .menu .lt-ie9 .site-menu--main a, .lt-ie9 .site-menu--main .menu .font-control, .menu .lt-ie9 .site-menu--main .font-control, .lt-ie9 .site-menu--main .menu__toggle {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .site-header--stuck .lt-ie9 .site-menu--main .menu__text, .site-header--stuck .lt-ie9 .site-menu--main .menu a, .menu .site-header--stuck .lt-ie9 .site-menu--main a, .site-header--stuck .lt-ie9 .site-menu--main .menu .font-control, .menu .site-header--stuck .lt-ie9 .site-menu--main .font-control, .site-header--stuck .lt-ie9 .site-menu--main .menu__toggle {
    padding: .5em .75em;
  }
  .site-menu--main .menu__child-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #5c6670;
    margin: 0;
    text-transform: none;
    min-width: 12em;
    font-weight: normal;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  }
  .site-menu--main .menu__child-menu .menu__item {
    display: block;
    margin: 0;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .site-menu--main .menu__child-menu .menu__item:hover, .site-menu--main .menu__child-menu .menu__item:active, .site-menu--main .menu__child-menu .menu__item:focus, .site-menu--main .menu__child-menu .menu__item--hover {
    background-color: #454d54;
  }
  .site-menu--main .menu__child-menu .menu__child-menu {
    top: 0;
    left: auto;
    right: 100%;
  }
}

.lt-ie9 .site-menu--main {
  position: relative;
  display: block !important;
  background-color: #5c6670;
  color: white;
}

.lt-ie9 .site-menu--main .menu {
  font-weight: bold;
}

.lt-ie9 .site-menu--main .menu > .menu__item:hover .menu__child-menu, .lt-ie9 .site-menu--main .menu > .menu__item:active .menu__child-menu, .lt-ie9 .site-menu--main .menu > .menu__item:focus .menu__child-menu, .lt-ie9 .site-menu--main .menu > .menu__item--hover .menu__child-menu {
  opacity: 1;
  visibility: visible;
}

.lt-ie9 .site-menu--main .menu__item {
  display: inline-block;
  position: relative;
}

.lt-ie9 .site-menu--main .menu__item:first-child {
  margin-left: -.75em;
}

.lt-ie9 .site-menu--main .menu__text, .lt-ie9 .site-menu--main .menu a, .menu .lt-ie9 .site-menu--main a, .lt-ie9 .site-menu--main .menu .font-control, .menu .lt-ie9 .site-menu--main .font-control, .lt-ie9 .site-menu--main .menu__toggle {
  padding: .75em;
}

@media (min-width: 75.5em) {
  .lt-ie9 .site-menu--main .menu__text, .lt-ie9 .site-menu--main .menu a, .menu .lt-ie9 .site-menu--main a, .lt-ie9 .site-menu--main .menu .font-control, .menu .lt-ie9 .site-menu--main .font-control, .lt-ie9 .site-menu--main .menu__toggle {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .site-header--stuck .lt-ie9 .site-menu--main .menu__text, .site-header--stuck .lt-ie9 .site-menu--main .menu a, .menu .site-header--stuck .lt-ie9 .site-menu--main a, .site-header--stuck .lt-ie9 .site-menu--main .menu .font-control, .menu .site-header--stuck .lt-ie9 .site-menu--main .font-control, .site-header--stuck .lt-ie9 .site-menu--main .menu__toggle {
    padding: .5em .75em;
  }
}

.lt-ie9 .lt-ie9 .site-menu--main .menu__text, .lt-ie9 .lt-ie9 .site-menu--main .menu a, .menu .lt-ie9 .lt-ie9 .site-menu--main a, .lt-ie9 .lt-ie9 .site-menu--main .menu .font-control, .menu .lt-ie9 .lt-ie9 .site-menu--main .font-control, .lt-ie9 .lt-ie9 .site-menu--main .menu__toggle {
  -webkit-transition: .2s;
  transition: .2s;
}

.site-header--stuck .lt-ie9 .lt-ie9 .site-menu--main .menu__text, .site-header--stuck .lt-ie9 .lt-ie9 .site-menu--main .menu a, .menu .site-header--stuck .lt-ie9 .lt-ie9 .site-menu--main a, .site-header--stuck .lt-ie9 .lt-ie9 .site-menu--main .menu .font-control, .menu .site-header--stuck .lt-ie9 .lt-ie9 .site-menu--main .font-control, .site-header--stuck .lt-ie9 .lt-ie9 .site-menu--main .menu__toggle {
  padding: .5em .75em;
}

.lt-ie9 .site-menu--main .menu__child-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #5c6670;
  margin: 0;
  text-transform: none;
  min-width: 12em;
  font-weight: normal;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.lt-ie9 .site-menu--main .menu__child-menu .menu__item {
  display: block;
  margin: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.lt-ie9 .site-menu--main .menu__child-menu .menu__item:hover, .lt-ie9 .site-menu--main .menu__child-menu .menu__item:active, .lt-ie9 .site-menu--main .menu__child-menu .menu__item:focus, .lt-ie9 .site-menu--main .menu__child-menu .menu__item--hover {
  background-color: #454d54;
}

.lt-ie9 .site-menu--main .menu__child-menu .menu__child-menu {
  top: 0;
  left: auto;
  right: 100%;
}


@media (max-width: 75.499em) {
  .site-menu--mobile {
    display: block !important;
    position: fixed;
    left: 100%;
    bottom: 0;
    top: 37px;
    height: auto;
    overflow-y: auto;
    width: 250px;
    background-color: white;
    -webkit-transition: .5s transform;
    transition: .5s transform;
  }
  .menu-active .site-menu--mobile {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }
  .site-menu--mobile .menu__text, .site-menu--mobile .menu a, .menu .site-menu--mobile a, .site-menu--mobile .menu .font-control, .menu .site-menu--mobile .font-control, .site-menu--mobile .menu__toggle {
    padding: .5em;
  }
  .site-menu--mobile .menu__item {
    border-bottom: 1px solid #dddddd;
  }
  .site-menu--mobile .menu__item--location {
    border: none;
  }
  .site-menu--mobile .menu__item--location a, .site-menu--mobile .menu__item--location .font-control {
    color: #3b99b4;
    height: 100%;
    position: relative;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 2.5em;
  }
  .site-menu--mobile .menu__item--location a:after, .site-menu--mobile .menu__item--location .font-control:after {
    content: "\f041";
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 900; /* regular style/weight */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none;
    speak: none;
    position: absolute;
    right: .25em;
    top: .5em;
    bottom: .25em;
    font-size: 2em;
  }
  .site-menu--mobile .menu__item--featured {
    border-color: white;
  }
  .site-menu--mobile .menu__item--featured a, .site-menu--mobile .menu__item--featured .font-control {
    background-color: #ebeef0;
  }
  .site-menu--mobile .menu__item--helpers .helpers__item--tty, .site-menu--mobile .menu__item--helpers .helpers__item--search {
    padding-left: 2em;
  }
  .site-menu--mobile .menu__item--helpers .helpers__item--tty:before, .site-menu--mobile .menu__item--helpers .helpers__item--search:before {
    left: .5em;
  }
}

@media (min-width: 48em) and (max-width: 75.499em) {
  .site-menu--mobile {
    top: 41px;
  }
}

.site-menu--mobile {
    z-index:10000;
}

.site-menu .menu {
  padding-left: 0;
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.site-menu .menu__text, .site-menu .menu a, .menu .site-menu a, .site-menu .menu .font-control, .menu .site-menu .font-control, .site-menu .menu__toggle {
  color: inherit;
}

.site-menu .menu__item {
  margin: 0;
}

@media (max-width: 75.499em) {
  .page-wrapper {
    -webkit-transition: .5s transform;
    transition: .5s transform;
  }
  .menu-active .page-wrapper {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
    position: fixed;
    right: 0;
  }
}

.helpers {
  text-align: justify;
  line-height: 0;
}

.helpers:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.helpers__group {
  display: inline-block;
  text-align: left;
  margin-top: 0;
  line-height: 1.5;
}

.helpers__item {
  display: block;
  margin: 0;
  color: inherit;
  text-decoration: none;
  line-height: 1.5;
}

.helpers__item--phone, .helpers__item--tty, .helpers__item--search {
  padding-left: 1.5em;
  position: relative;
}

.helpers__item--search {
    padding-left: 30px;
}

.helpers__item--phone:before, .helpers__item--tty:before, .helpers__item--search:before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
}

.helpers__item--phone:before {
  content: "\f095";
}

.helpers__item--tty:before {
  content: "\f1e4";
}

.helpers__item--search:before {
  content: "\f002";
}

.helpers__item--language {
  text-decoration: underline;
  position: relative;
  padding-right: 1.5em;
}

.helpers__item--language:after {
  content: "»";
  font-size: .75em;
  line-height: 2;
  position: absolute;
  margin-left: .5em;
}

.font-control {
  background-color: transparent;
  background-image: none;
  border: 0;
  padding: 0;
  outline: 0;
  margin: 0;
  text-decoration: none;
}

.font-control:before {
  content: "A";
}

.font-control[data-size=standard] {
  font-size: 16px;
}

.font-control[data-size=medium] {
  font-size: 18px;
}

.font-control[data-size=large] {
  font-size: 20px;
}

.site-header__main .menu__item--featured {
  text-align: center;
  display: inline-block;
  font-size: .9em;
}

.site-header__main .menu__item--featured a, .site-header__main .menu__item--featured .font-control {
  padding: .25em .75em;
  color: inherit;
}

@media (min-width: 75.5em) {
  .site-header__main .menu__item--featured a, .site-header__main .menu__item--featured .font-control {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .site-header--stuck .site-header__main .menu__item--featured a, .site-header--stuck .site-header__main .menu__item--featured .font-control {
    padding: .25em .5em;
  }
}

.lt-ie9 .site-header__main .menu__item--featured a, .lt-ie9 .site-header__main .menu__item--featured .font-control {
  -webkit-transition: .2s;
  transition: .2s;
}

.site-header--stuck .lt-ie9 .site-header__main .menu__item--featured a, .site-header--stuck .lt-ie9 .site-header__main .menu__item--featured .font-control {
  padding: .25em .5em;
}

.site-header__main .menu__item--featured a:before, .site-header__main .menu__item--featured .font-control:before {
  width: auto;
  display: block;
}

.site-header__main .menu__item--featured + .menu__item--featured {
  border-left: 1px solid #d6d8db;
}

.menu__item--featured a:hover {
    text-decoration: none;
}

.menu__item--featured a:before, .menu__item--featured .font-control:before {
  font-family: Kelsey Seybold Icons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  font-size: 2em;
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  text-align: center;
}

.menu__item--featured--planOptions a:before, .menu__item--featured--planOptions .font-control:before {
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 900; /* solid style/weight */
  content: "\f1de";
}

.menu__item--featured--about a:before, .menu__item--featured--about .font-control:before {
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 900; /* solid style/weight */
  content: "\f05a";
}

.menu__item--featured--benefits a:before, .menu__item--featured--benefits .font-control:before {
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 900; /* solid style/weight */
  content: "\f201";
}

.menu__item--featured--contact a:before, .menu__item--featured--contact .font-control:before {
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 400; /* regular style/weight */
  content: "\f086";
}

.menu__item--featured--schedule a:before, .menu__item--featured--schedule .font-control:before {
  content: "\e90a";
}

.menu__item--featured--doctors a:before, .menu__item--featured--doctors .font-control:before {
  content: "\e913";
}

.menu__item--featured--pharmacy a:before, .menu__item--featured--pharmacy .font-control:before {
  content: "\e90d";
}

.menu__item--featured--careers a:before, .menu__item--featured--careers .font-control:before {
  content: "\e90b";
}

.menu__item--featured--pay-bill a:before, .menu__item--featured--pay-bill .font-control:before {
  content: "\e901";
}

.menu__item--featured--search a:before, .menu__item--featured--search .font-control:before {
  content: "\e90e";
}

.menu__item--featured--questions a:before, .menu__item--featured--questions .font-control:before {
  content: "\e918";
}

.menu__item--featured--print a:before, .menu__item--featured--print .font-control:before {
  content: "\e917";
}

.login {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}

.login__toggle, .login__toggle_kc {
  padding: .75em 3em;
  height: 100%;
}

@media (min-width: 75.5em) {
  .login__toggle, .login__toggle_kc {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .site-header--stuck .login__toggle, .site-header--stuck .login__toggle_kc {
    padding-top: .5em;
    padding-bottom: .5em;
  }
}

.lt-ie9 .login__toggle, .lt-ie9 .login__toggle_kc {
  -webkit-transition: .2s;
  transition: .2s;
}

.site-header--stuck .lt-ie9 .login__toggle, .site-header--stuck .lt-ie9 .login__toggle_kc {
  padding-top: .5em;
  padding-bottom: .5em;
}

.login__toggle:before {
  content: "\f007 ";
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  margin-right: .5em;
}

.login__toggle_kc:before {
  content: "\f571 ";
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  margin-right: .5em;
}

.login__actions {
  font-size: .8em;
  background-color: #96ad13;
  padding: 1em;
  margin: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  right: 0;
  top: 100%;
  -webkit-transition: .2s;
  transition: .2s;
  min-width: 43em;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.login__actions a, .login__actions .font-control,
.login__actions h1,
.login__actions
.heading--alpha,
.login__actions h2,
.login__actions
.heading--beta,
.login__actions h3,
.login__actions
.heading--gamma,
.login__actions h4,
.login__actions
.heading--delta,
.login__actions h5,
.login__actions
.heading--epsilon,
.login__actions h6,
.login__actions
.heading--zeta,
.login__actions .collapsible-text__title {
  color: inherit;
}

.login__actions h4 {
    margin-top: 0;
    font-size: 1.25em;
}

.login__description,
.login .login-form {
  margin-top: 0;
  float: left;
  width: 46%;
  padding: 0 1em;
}

.login__description {
  padding-left: 0;
}

.login__learn-more {
  display: block;
}

.login .login-form {
  border-left: 1px solid #b3c451;
  padding-right: 0;
}

.login--active .login__actions {
  opacity: 1;
  visibility: visible;
}

.login-form * + * {
  margin-top: .5em;
}

.login-form__input {
  display: block;
  width: 100%;
  border: none;
  padding: .5em;
  color: #5c6670;
}

.login-form__submit {
  display: block;
  width: 100%;
  margin-top: 1em;
}

.login-form__helpers {
  text-align: right;
}

.mobile-utility {
  margin: 0;
  color: white;
  background-color: #5c6670;
  padding: .25em 0;
  position: relative;
  z-index: 6000;
}

.mobile-utility .helpers__item--phone:before, .mobile-utility .helpers__item--tty:before, .mobile-utility .helpers__item--search:before, .mobile-utility .helpers__item--language:after {
  color: inherit;
}

@media (min-width: 75.5em) {
  .mobile-utility {
    display: none;
  }
}

.lt-ie9 .mobile-utility {
  display: none;
}

.mobile-utility .helpers {
  float: left;
  margin-top: .25em;
}

.mobile-utility__my-kelsey-online-link, .mobile-utility__get-a-quote-link {
  font-size: 1em;
  padding: .5em;
  margin: 0;
  float: right;
}

.mobile-utility__my-kelsey-online-link:before {
  content: "\f007  ";
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 900; /* solid style/weight */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
}

.mobile-utility__get-a-quote-link:before {
  content: "\f571 ";
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 900; /* solid style/weight */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
}

.main-body--has-top-banner {
  margin-top: 0;
}

.overview {
  margin: 0 1em 1em 1em;
}

@media (min-width: 48em) {
    .overview {
        margin: 0 auto 1em auto
    }
}

@media print {
  .overview {
    margin: 1.5em 1em;
  }
}

.sidebar {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0.5em;
}

@media (min-width: 48em) {
  .sidebar {
    margin-top: 0.5em;
    width: 23.72881%;
    float: left;
    margin-left: 0;
  }
   .sidebar-patient {
    float:left;
    margin-left:2%;
    width:25%;
    text-align:center;
  }
}

.lt-ie9 .sidebar {
  margin-top: 0;
  width: 23.72881%;
  float: left;
  margin-left: 0;
}

.ms-core-sideNavBox-removeLeftMargin{
    margin-top: 0;
}

.sidebar__heading {
  font-size: 1em;
  color: #83970e;
  border-bottom: 1px solid #d3d5d6;
  padding: 1em 0;
  line-height: 1;
}

.sidebar__heading--no-rule {
  border: none;
  padding-right: 0;
  padding-left: 0;
}

.sidebar__menu {
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #707070;
  margin-top: 0;
}

.sidebar__menu .menu > .menu__item {
  margin: 0;
  border: 0 solid #d3d5d6;
  border-bottom-width: 1px;
  line-height: 1;
}

.sidebar__menu .menu > .menu__item--current {
  color: #83970e;
}

.sidebar__menu .menu > .menu__item > .menu__text, .sidebar__menu .menu > .menu__item > a, .sidebar__menu .menu > .menu__item > .font-control, .sidebar__menu .menu > .menu__item > .menu__toggle {
  padding: 1em .75em;
}

.sidebar__menu .menu > .menu__item:first-child .menu__toggle {
  border-top-width: 1px;
}

.sidebar__menu .menu__toggle {
  border: inherit;
}

.sidebar__menu .menu__child-menu {
  padding: 1.75em 1.25em;
  margin-top: 0;
}

.sidebar__menu .menu__child-menu .menu__item + .menu__item {
  margin-top: 1em;
}

.sidebar__menu .menu__toggle {
  margin-bottom: -1px;
}

.sidebar__menu .menu__toggle:before {
  content: "+";
  float: right;
  font-size: 1.95em;
  line-height: .5;
}

.sidebar__menu .menu__item--active > .menu__text, .sidebar__menu .menu .menu__item--active > a, .menu .sidebar__menu .menu__item--active > a, .sidebar__menu .menu .menu__item--active > .font-control, .menu .sidebar__menu .menu__item--active > .font-control, .sidebar__menu .menu__item--active > .menu__toggle {
  color: #3b99b4;
}

.sidebar__menu .menu__item--active > .menu__toggle:before {
  content: "-";
}

.sidebar__menu .menu__item--start-active > .menu__child-menu {
  display: block;
}

.sidebar__menu .menu__text, .sidebar__menu .menu a, .menu .sidebar__menu a, .sidebar__menu .menu .font-control, .menu .sidebar__menu .font-control, .sidebar__menu .menu__toggle {
  color: inherit;
}

.sidebar__menu .menu__text:hover, .sidebar__menu .menu a:hover, .menu .sidebar__menu a:hover, .sidebar__menu .menu .font-control:hover, .menu .sidebar__menu .font-control:hover, .sidebar__menu .menu__toggle:hover, .sidebar__menu .menu__text:active, .sidebar__menu .menu a:active, .menu .sidebar__menu a:active, .sidebar__menu .menu .font-control:active, .menu .sidebar__menu .font-control:active, .sidebar__menu .menu__toggle:active, .sidebar__menu .menu__text:focus, .sidebar__menu .menu a:focus, .menu .sidebar__menu a:focus, .sidebar__menu .menu .font-control:focus, .menu .sidebar__menu .font-control:focus, .sidebar__menu .menu__toggle:focus, .sidebar__menu .menu__text--hover {
  color: #3b99b4;
}

.ms-core-listMenu-verticalBox > .root > li.static {
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #707070;
  margin: 0;
  margin-top: 0px !important;
  border: 0 solid #d3d5d6;
  border-bottom-width: 1px;
  line-height: 1;
}


.expanded-toggle {
  background-image: url(../../_layouts/15/images/KSC%20Website/chevron_up_dark_24.png);
  background-position-x: right;
  background-position-y: 12px;
  background-repeat: no-repeat;
}

.collapsed-toggle {
  background-image: url(../../_layouts/15/images/KSC%20Website/chevron_down_dark_24.png);
  background-position-x: right;
  background-position-y: 12px;
  background-repeat: no-repeat;
}


.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
    margin-right: 0px;
}

.ms-core-listMenu-horizontalBox > .root > li.static {
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.5;
}

.ms-core-listMenu-horizontalBox > .root > li.static > a > span 
{
    padding-right: 26px;
}

.ms-core-listMenu-horizontalBox > .root > li.static > .ms-core-listMenu-item {
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1.5;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

.ms-core-listMenu-horizontalBox > .root > li.dynamic-children > ul.dynamic {
  background-color: #5c6670;
  border: 0px;
  box-shadow: none;
  padding: 0;
  z-index: 9150;
}

.ms-core-listMenu-horizontalBox > .root > li.dynamic-children > ul.dynamic > li:hover {
  background-color: #6d7781;
}

.ms-core-listMenu-horizontalBox .dynamic-children.additional-background
{
  background-image:none;
  cursor:pointer;
}

.ms-core-listMenu-horizontalBox > .root > li.dynamic-children > ul.dynamic > li.dynamic {
  list-style: none;
    border: 0 solid #ffffff;
    border-bottom-width: 1px;

}

.ms-core-listMenu-horizontalBox > .root > li.dynamic-children > ul.dynamic > li.dynamic > .ms-core-listMenu-item {
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1;
  list-style: none;
  padding: 0.5em;

}

.ms-core-listMenu-verticalBox > .root > li.static:hover {
  color: #3b99b4;
}

.ms-core-listMenu-verticalBox > .root > li > ul {
    margin-top: 0px;
}

/* Start of Chuck's Changes */
.ms-core-listMenu-verticalBox > .root > li > ul > li {
    margin-top: 0px;
    /*border-top: 1px solid #d3d5d6;*/
}

/* End of Chuck's Changes */

.ms-core-listMenu-verticalBox > .root > li > ul {
    margin-top: 0px;
    border-top: 1px solid #d3d5d6;
}

.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item,
.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenuEdit,
.ms-core-listMenu-heading,
.ms-tv-header
{
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.ms-core-listMenu-selected:link,
.ms-core-listMenu-selected:visited,
.ms-core-listMenu-selected
{
  background-color:transparent;
  color: #83970e;
}

li > a.ms-core-listMenu-item.ms-core-listMenu-selected:hover,
li > a.ms-core-listMenu-item:hover,
li > a.ms-core-listMenu-item:active
{
  background-color:transparent;
  color: #3b99b4;
}

.ms-core-listMenu-verticalBox > .ms-core-listMenu-item,
.ms-core-listMenu-verticalBox li.static > .ms-core-listMenu-item
{
  display:block;
  padding: 1em .75em;
}

.ms-core-listMenu-verticalBox > .ms-core-listMenu-item:focus,
.ms-core-listMenu-verticalBox li.static > .ms-core-listMenu-item:focus,
.ms-core-listMenu-verticalBox > .ms-core-listMenu-item:active,
.ms-core-listMenu-verticalBox li.static > .ms-core-listMenu-item:active
{
  border: 0;
}

#sideNavBox {
    box-sizing: border-box;
    width: 100%;
    display:block!important;
}

@media (max-width: 48em) {
    #sideNavBox{
        margin-left: 0px;
    }
}

.ms-cui-menusection a {
    box-sizing:content-box;
}

.ms-core-webpartadder {
    font-size: 12px;
}

.ms-webpart-controlBox {
    margin-top: 0px;
}


.article {
  font-size: 16px;
  margin-top: 0px;
}

.article > div > div {
    margin-top: 0;
}

.article > div > h3 {
    margin-top: 0.5em;
}

@media (min-width: 48em) {
  .article {
    width: 66.10169%;
    float: right;
    margin-left: 1.69492%;
  }
  .article-full-width {
    float:left;
    width:100%;
    margin:10px 0;
  }
  .article-patient {
    float:left;
  }
  .article-button {
    width: 29%;
    margin: 5px 0;
    padding: 1em;
    font-size: 1em;
  }
  .content-header-centered {
      text-align:center;
      padding-top:1.3em;
  }
}

.lt-ie9 .article {
  width: 66.10169%;
  float: right;
  margin-left: 1.69492%;
}

.intro-text {
  font-size: 1.23em;
}

.doctors--featured {
  background-color: #f2f7fa;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

@media (min-width: 48em) {
  .doctors--featured {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.lt-ie9 .doctors--featured {
  padding-top: 3em;
  padding-bottom: 3em;
}

.doctors--featured--large {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

@media (min-width: 48em) {
  .doctors--featured--large {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.lt-ie9 .doctors--featured--large {
  padding-top: 5em;
  padding-bottom: 5em;
}

.doctors + .doctors {
  margin-top: 3em;
}

.doctors__heading {
  text-align: center;
}

@media (min-width: 48em) {
  .doctors__heading + .doctors__row {
    margin-top: 3em;
  }
}

.lt-ie9 .doctors__heading + .doctors__row {
  margin-top: 3em;
}

.doctors__filter {
  max-width: 22.375em;
}

@media (min-width: 48em) {
  .doctors__row + .doctors__row {
    margin-top: 3em;
  }
}

.lt-ie9 .doctors__row + .lt-ie9 .doctors__row {
  margin-top: 3em;
}

@media (min-width: 48em) {
  .doctors__description {
    padding-top: 3em;
    width: 49.15254%;
    float: left;
    margin-left: 0;
  }
}

.lt-ie9 .doctors__description {
  padding-top: 3em;
  width: 49.15254%;
  float: left;
  margin-left: 0;
}

.doctors .doctor {
  width: 100%;
}

@media (min-width: 62em) {
  .doctors .doctor {
    margin-top: 0;
    width: 23.72881%;
    float: left;
    margin-left: 1.69492%;
  }
  .doctors .doctor:first-child {
    margin-left: 0;
  }
}

.lt-ie9 .doctors .doctor {
  margin-top: 0;
  width: 23.72881%;
  float: left;
  margin-left: 1.69492%;
}

.lt-ie9 .doctors .doctor:first-child {
  margin-left: 0;
}

@media print {
  .doctors__filter-grid {
    height: auto !important;
  }
}

@media (min-width: 48em) {
  .doctors__filter-grid .doctor {
    padding: 1.5em;
    margin: 0;
  }
}

.lt-ie9 .doctors__filter-grid .doctor {
  padding: 1.5em;
  margin: 0;
}

@media print {
  .doctors__filter-grid .doctor {
    position: static !important;
  }
}

.doctor {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

@media print {
  .doctor {
    page-break-inside: avoid;
  }
}

.doctor__details {
  margin-top: 1em;
}

.doctor__name {
  font-size: 1em;
  font-family: inherit;
}

.doctor__title {
  margin: 0;
}

.doctor__location {
  margin: 0;
}

.doctor__action {
  display: block;
  margin-top: 1em;
}

.stories {
  margin-top: 3em;
}

@media (min-width: 48em) {
  .stories__description {
    width: 32.20339%;
    float: left;
    margin-left: 0;
  }
  .stories__stories {
    margin-top: 0;
    width: 66.10169%;
    float: right;
    margin-left: 1.69492%;
  }
  .stories__stories .story-link,
  .stories__stories .blog-link {
    margin-top: 0;
    width: 32.20339%;
    float: left;
    margin-left: 1.69492%;
  }
  .stories__stories .story-link:first-child,
  .stories__stories .blog-link:first-child {
    margin-left: 0;
  }
}

.blog-link img {
    width:100%;
}

.lt-ie9 .stories__description {
  width: 32.20339%;
  float: left;
  margin-left: 0;
}

.lt-ie9 .stories__stories {
  margin-top: 0;
  width: 66.10169%;
  float: right;
  margin-left: 1.69492%;
}

.lt-ie9 .stories__stories .story-link,
.lt-ie9 .stories__stories .blog-link {
  margin-top: 0;
  width: 32.20339%;
  float: left;
  margin-left: 1.69492%;
}

.lt-ie9 .stories__stories .story-link:first-child,
.lt-ie9 .stories__stories .blog-link:first-child {
  margin-left: 0;
}

.story-link {
  text-align: center;
  color: inherit;
  display: block;
  text-decoration: none;
}

.story-link__name {
  font-family: inherit;
  font-size: 1em;
}

.story-link__condition {
  margin: 0;
}

.blog-link {
  text-decoration: none;
  display: block;
}

.blog-link__title {
  font-family: inherit;
  font-size: 1em;
  margin-top: .5em;
  font-weight: bold;
}

@media (min-width: 48em) {
    .blog-link__thumb {
        max-height: 166.5px;
    }
}

.featured-testimonial {
  margin-top: 0;
  background-color: #edeeef;
  background-image: url(../../_layouts/15/images/KSC%20Website/patient-story-banner.jpg);
  background-size: cover;
  background-position: center right;
}

@media (max-width: 47.99em) {
  .featured-testimonial blockquote cite {
    display: block;
    margin: 1em 0;
  }
}

@media (min-width: 48em) {
  .featured-testimonial {
    padding: 2em 0;
    overflow: hidden;
    background-image: url(../../_layouts/15/images/KSC%20Website/patient-story-banner.jpg);
    background-color: #edeeef;
    background-size: cover;
    background-position: center right;
  }
    .featured-testimonial.no_padding {
        padding: 0 0;
    }
  .featured-testimonial__body {
    position: relative;
    z-index: 80;
    max-width: 30em;
    margin-left: auto;
  }
}

.lt-ie9 .featured-testimonial {
  padding: 0 0;
  overflow: hidden;
  background-image: url(../../_layouts/15/images/KSC%20Website/patient-story-banner.jpg);
  background-size: cover;
  background-position: center right;
}

.lt-ie9 .featured-testimonial__body {
  position: relative;
  z-index: 100;
  max-width: 30em;
  margin-left: auto;
}

@media print {
  .featured-testimonial {
    background-color: transparent;
  }
}

.featured-testimonial__body {
  font-size: 20px;
  font-size: 1.25rem;
}

.featured-testimonial__quote {
  color: white;
  padding: 1.5em;
  padding-bottom: 60px;
  margin: 0;
}

.featured-testimonial__quote .quote-header {
    font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
}

.featured-testimonial__quote.clear_quote {
    background-color:transparent;
    color: black;
}

.page-banner_patient-story .featured-testimonial__quote {
      background-color: rgba(92, 188, 216, 0.8);
      color: white;
  }


@media (max-width: 79.99em) and (min-width: 48em){
  .featured-testimonial__quote.clear_quote {
    max-width: 65%;
    float: right;
  }
}

@media (min-width: 48em) {
  .featured-testimonial__quote.clear_quote {
    background-color:transparent;
    color: black;
  }
  .featured-testimonial__quote {
    background-color: rgba(92, 188, 216, 0.8);
  }
  .page-banner .featured-testimonial__quote {
    background-color: rgba(92, 188, 216, 0.8);
    color: white;
  }
    .page-banner_patient-story .featured-testimonial__quote {
    background-color: rgba(92, 188, 216, 0.8);
    color: white;
  }

}



.lt-ie9 .featured-testimonial__quote {
  background-color: rgba(92, 188, 216, 0.8);
}

@media print {
  .featured-testimonial__quote {
    background-color: transparent;
  }
}

.featured-testimonial .outer_vidyard_wrapper {
    width: 45%;
}

.featured-testimonial .vidyard_wrapper {
    width: 100%;
}

@media (max-width: 47.9em) {
    .featured-testimonial .outer_vidyard_wrapper {
        width: 100%;
    }
}

.featured-testimonial__quote h1, .featured-testimonial__quote
.heading--alpha, .featured-testimonial__quote h2, .featured-testimonial__quote
.heading--beta, .featured-testimonial__quote h3, .featured-testimonial__quote
.heading--gamma, .featured-testimonial__quote h4, .featured-testimonial__quote
.heading--delta, .featured-testimonial__quote h5, .featured-testimonial__quote
.heading--epsilon, .featured-testimonial__quote h6, .featured-testimonial__quote
.heading--zeta, .featured-testimonial__quote .collapsible-text__title,
.featured-testimonial__quote a,
.featured-testimonial__quote .font-control {
  color: inherit;
}

.featured-testimonial a {
    color: white;
}

.clear_quote a {
    color: #368ab5;
}

.featured-testimonial .quote-header a {
    text-decoration: none;
}

.featured-testimonial__ctas--desktop {
  display: none;
}

@media (min-width: 48em) {
  .featured-testimonial__ctas--desktop {
    display: block;
  }
}

.lt-ie9 .featured-testimonial__ctas--desktop {
  display: block;
}

.featured-testimonial__ctas--desktop a, .featured-testimonial__ctas--desktop .font-control {
  color: #368ab5;
}

.featured-testimonial__ctas--mobile {
  display: none;
}

@media (max-width: 47.99em) {
  .featured-testimonial__ctas--mobile {
    display: block;
  }
}

.featured-testimonial__ctas--mobile a, .featured-testimonial__ctas--mobile .font-control {
  font-size: 1em;
  width: 100%;
}

.featured-testimonial__ctas--mobile a + a, .featured-testimonial__ctas--mobile .font-control + a, .featured-testimonial__ctas--mobile a + .font-control, .featured-testimonial__ctas--mobile .font-control + .font-control {
  margin-top: .5em;
}

.featured-testimonial .container {
  margin-top: 0;
}

.featured-testimonial__image {
  display: block;
  width: 100%;
}

@media (min-width: 48em) {
  .featured-testimonial__image {
    display: none;
  }
}

.lt-ie9 .featured-testimonial__image {
  display: none;
}

@media print {
  .featured-testimonial__image {
    width: auto;
    margin: auto;
  }
}

.cta-bar, .doc-callout-bar {
  box-sizing: border-box;
  margin-top: 5em;
  background-color: #5c6670;
  background-image: url(../../_layouts/15/images/KSC%20Website/pattern-blue-wash.png);
  background-repeat: repeat;
  background-position: center center;
  padding-top: 2.25em;
  padding-bottom: 2.25em;
}

@media (min-width: 48em) {
  .cta-bar, .doc-callout-bar {
    box-sizing: border-box;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}

.lt-ie9 .cta-bar, .lt-ie9 .doc-callout-bar {
  box-sizing: border-box;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.cta-bar .container {
    text-align: center;
}

@media (min-width: 80em) {
  .cta-bar .button {
    box-sizing: border-box;
    width: 50%;
    margin-top: 1em;
  }
}

@media (min-width: 48em) and (max-width: 79.99em) {
  .cta-bar .button {
    box-sizing: border-box;
    width: 50%;
    margin-top: 1em;
  }
}

.lt-ie9 .cta-bar .button {
  box-sizing: border-box;
  width: 50%;
  margin-top: 1em;
}


.cta-bar--flush {
  margin-top: 0;
}

.stats {
  text-align: center;
  padding: 2em 0;
}

.stats__row {
  margin-top: 2em;
}

.stat {
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #65727d;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 48em) {
  .stat {
    margin: 0;
    width: 23.72881%;
    float: left;
    margin-left: 1.69492%;
  }
  .stat:first-child {
    margin-left: 0;
  }
}

.lt-ie9 .stat {
  margin: 0;
  width: 23.72881%;
  float: left;
  margin-left: 1.69492%;
}

.lt-ie9 .stat:first-child {
  margin-left: 0;
}

.stat__number {
  font-size: 3em;
  display: block;
  color: #83970e;
  line-height: 1.2;
}

.site-footer {
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #65727d;
  margin-top: 3em;
}

@media (min-width: 48em) {
  .site-footer__contact, .site-footer__links {
    width: 49.15254%;
    margin-bottom: 3em;
    margin-top: 1em;
  }
  .site-footer__contact {
    float: left;
  }
  .site-footer__links {
    float: right;
  }
  .site-footer__links .menu {
    width: 50%;
    float: left;
    margin-top: 0;
  }
}

.lt-ie9 .site-footer__contact, .lt-ie9 .site-footer__links {
  width: 49.15254%;
  margin-bottom: 3em;
  margin-top: 1em;
}

.lt-ie9 .site-footer__contact {
  float: left;
}

.lt-ie9 .site-footer__links {
  float: right;
}

.lt-ie9 .site-footer__links .menu {
  width: 50%;
  float: left;
  margin-top: 0;
}

@media (max-width: 47.99em) {
  .site-footer__links,
  .site-footer .container {
    margin-top: 0;
  }
  .site-footer__links .menu, .site-footer__contact {
    padding: 2em 2%;
    margin: 0;
  }
  .site-footer__links .menu {
    border-bottom: 1px solid #dddddd;
  }
  .site-footer__apps, .site-footer__legal {
    width: 96%;
    margin: auto;
  }
}

.site-footer--flush {
  margin-top: 0;
}

.site-footer__contact h4 {
  color: #4b5155;
  font-weight: bold;
}

@media print {
  .site-footer__contact h4 {
    margin-top: 0;
  }
}

.site-footer__links a, .site-footer__links .font-control {
  display: block;
  color: inherit;
}

.site-footer__links a + a, .site-footer__links .font-control + a, .site-footer__links a + .font-control, .site-footer__links .font-control + .font-control {
  margin-top: .5em;
  margin-left: 0;
}

.site-footer__apps {
  clear: both;
}

@media (min-width: 48em) {
  .site-footer__apps {
    padding-top: 3em;
    margin-top: 3em;
    border-top: 1px solid #e4e5e5;
  }
  .site-footer__apps h4 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 2em;
    margin-right: .5em;
  }
  .site-footer__apps h4:first-child {
    margin-left: 0;
  }
  .site-footer__apps img {
    vertical-align: middle;
  }
}

.lt-ie9 .site-footer__apps {
  padding-top: 3em;
  margin-top: 3em;
  border-top: 1px solid #e4e5e5;
}

.lt-ie9 .site-footer__apps h4 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 2em;
  margin-right: .5em;
}

.lt-ie9 .site-footer__apps h4:first-child {
  margin-left: 0;
}

.lt-ie9 .site-footer__apps img {
  vertical-align: middle;
}

.site-footer__apps h4 {
  font-weight: bold;
}

.site-footer__legal {
  margin-top: 3em;
  color: #898989;
  padding-bottom: 2em;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
}

@media print {
  .site-footer__legal {
    margin-top: 0 !important;
  }
}

.footer-menu {
  background-color: #edeeef;
}

@media (min-width: 48em) {
  .footer-menu__section {
    box-sizing: border-box;
    padding: 1.5em;
    padding-right: 0px;
    width: 25%;
    float: left;
    margin: 0;
  }
  .footer-menu__section + .footer-menu__section {
    border-left: 1px solid white;
  }
  .footer-menu .menu {
    margin-top: 1.5em !important;
    display: block !important;
    height: auto !important;
  }
  .footer-menu__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.lt-ie9 .footer-menu__section {
  box-sizing: border-box;
  padding: 2em;
  width: 25%;
  float: left;
  margin: 0;
}

.lt-ie9 .footer-menu__section + .lt-ie9 .footer-menu__section {
  border-left: 1px solid white;
}

.lt-ie9 .footer-menu .menu {
  margin-top: 1.5em !important;
  display: block !important;
  height: auto !important;
}

.lt-ie9 .footer-menu__title {
  font-size: 20px;
  font-size: 1.25rem;
}

.footer-menu__title, .footer-menu__title:hover, .footer-menu__title:active {
    text-decoration: none;
}

@media (max-width: 47.99em) {
  .footer-menu__section {
    margin: 0;
  }
  .footer-menu__section + .footer-menu__section {
    border-top: 1px solid white;
  }
  .footer-menu__title {
    position: relative;
    font-size: 1em;
    padding: 1em 2%;
    cursor: pointer;
  }
  .footer-menu__title:after {
    content: "\f078";
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 900; /* solid style/weight */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none;
    speak: none;
    right: 2%;
    position: absolute;
    color: #7f7f7f;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  .footer-menu__section--active .footer-menu__title:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .footer-menu .menu {
    display: none;
    margin: 0;
    padding: 0 2% 1em;
  }
}

.footer-menu__title {
  font-weight: bold;
}

.footer-menu .menu__text, .footer-menu .menu a, .menu .footer-menu a, .footer-menu .menu .font-control, .menu .footer-menu .font-control, .footer-menu .menu__toggle {
  color: inherit;
}

.section-links {
  margin-top: 0;
  overflow: hidden;
}

@media (min-width: 48em) {
  .section-links__group {
    float: left;
  }
  .section-links__group--patients {
    width: 71.42857%;
    border-right: 1px solid #dcddde;
  }
  .section-links__group--KCpatients {
      width:100%;
      /*border-right: 1px solid #dcddde;*/
  }
  .section-links__group--patients .section-link {
    width: 33.33333%;
    float: left;
    margin-top: 0;
  }
.section-links__group--KCpatients .section-link {
    width: 24.33333%;
    float: left;
    margin-top: 0;
  }
  .section-links__group--employers {
    border-left: 1px solid #dcddde;
    width: 28.57143%;
    margin-left: -1px;
  }
}

.lt-ie9 .section-links__group {
  float: left;
}

 .lt-ie9 .section-links__group--twoColumn {
      width: 96%
  }
 .lt-ie9 .section-links__group--twoColumn .section-link {
      width: 50%;
      float: left;
      margin-top: 0;
  }

.lt-ie9 .section-links__group--patients {
  width: 71.42857%;
  border-right: 1px solid #dcddde;
}

.lt-ie9 .section-links__group--KCpatients {
  width: 100%;
  /*border-right: 1px solid #dcddde;*/
}

.lt-ie9 .section-links__group--patients .section-link {
  width: 33.33333%;
  float: left;
  margin-top: 0;
}

.lt-ie9 .section-links__group--KCpatients .section-link {
  width: 33.33333%%;
  float: left;
  margin-top: 0;
}

.lt-ie9 .section-links__group--employers {
  border-left: 1px solid #dcddde;
  width: 28.57143%;
  margin-left: -1px;
}

@media (min-width: 80em) {
  .quickLinks {
      width: 50%;
      border-right: none; /*1px solid #dcddde;*/
      min-height:90px; 
      margin-top: 1.5em;
  }
  .section-links__group--featured {
    border-left: 0;
    width: 50%;
    margin-left: -1px;
  }
}

@media (min-width: 48em) and (max-width: 79.99em) {
  .quickLinks {
      width: 100%;
      border-right: 1px solid #EDEEEF; 
  }
  .section-links__group--featured {
    border-left: 0;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 47.99em) {
  .quickLinks {
      width: 100%;
  }

  .quickLinks .section-link {
      width: 98%;
      border: 1px solid #EDEEEF; 
  }

  .quickLinks .section-link:first-child {
    width: 98%;
    text-align: center;
  }

  .quickLinks .section-link:nth-child(n+2) {
    width: 49%;
    float: left;
  }

  .section-links__group--featured {
    border-left: 0;
    width: 100%;
    margin-left: 0;
  }
}

.lt-ie9 .quickLinks {
    width: 50%;
}
.lt-ie9 .section-links__group--featured {
  border-left: 1px solid #dcddde;
  width: 50%;
  margin-left: -1px;
}

.section-links__group {
  margin-top: 0;
}

.section-links__group.quickLinks {
  margin-top: 1.5em;
}

@media (max-width: 47.99em) {
  .section-links__group {
    margin-right: -1px;
  }
  .section-links__group--employers {
    margin-top: -1px;
  }
}

.section-links__title {
  border: 1px solid white;
  padding: .5em;
  color: white;
  font-weight: bold;
  margin: 0 -1px;
  font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.section-links__group--patients .section-links__title {
  background-color: #abbd42;
}

.section-links__group--KCpatients .section-links__title {
  background-color: #7d858d;
}

.section-links__group--employers .section-links__title {
  background-color: #7d858d;
}

@media (max-width: 47.99em) {
  .section-links__title {
    text-align: center;
    position: relative;
    border: 0;
    margin: 0;
  }
  .section-links__title:after {
    content: '';
    border: .5em solid transparent;
    position: absolute;
    width: 0;
    top: 100%;
    left: 0;
    right: 1px;
    margin: auto;
    z-index: 2000;
  }
  .section-links__group--patients .section-links__title:after {
    border-top-color: #abbd42;
  }

.section-links__group--KCpatients .section-links__title:after {
    border-top-color: #abbd42;
  }
  .section-links__group--employers .section-links__title:after {
    border-top-color: #7d858d;
  }
}

.section-links__row {
  margin: 0;
}

@media (min-width: 48em) {
  .section-links__row {
    overflow: hidden;
  }
}

.lt-ie9 .section-links__row {
  overflow: hidden;
}

.section-link {
  text-align: center;
  min-height:16em;
  padding: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.section-link:hover {
  background-color:#edeeef;
}

.quickLinks .section-link {
    min-height:0px;
    text-align:left;
    /*border-bottom: 1px solid #dcddde;
    border-left: 1px solid #dcddde;*/
}

.quickLinks .section-link:nth-child(3n+1) {
    border-right: 1px solid #EDEEEF;
}

.quickLinks .section-link:nth-child(3n+2) {
    border-right: 1px solid #EDEEEF;
}

.quickLinks .section-link:nth-child(-n+6) {
    border-bottom: 1px solid #EDEEEF;
}

.quickLinks .section-link__title {
    display:inline;
    vertical-align: middle;
}

.quickLinks .section-link h3 {
    display:inline;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 18px;
    font-size: 1.05rem;

}

.section-link h3 {
    margin-top: .5em;
}

.section-link__description {
    margin-top: 1em;
}

.section-link__description p {
    margin-top: 1em;
}

@media (max-width: 47.99em) {
  .section-link {
    position: relative;
    float: left;
    width: 50%;
    height: 9em;
    min-height: 9em;
    margin: 0;
    border: 0 solid #dddddd;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
  .quickLinks .section-link{
    height: auto;
    min-height: unset;
  }
  .section-link__main-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .section-link__title {
    margin-top: .25em;
  }
  .section-link__description {
    display: none;
  }
}

@media (min-width: 48em) {
  .section-link__main-link {
    display: none;
  }
}

.lt-ie9 .section-link__main-link {
  display: none;
}

.section-links__group--patients .section-link:before {
  color: #abbd42;
}

.section-links__group--KCpatients .section-link:before {
  color: #7d858d;
  margin-top: 15px;
}

.section-links__group--employers .section-link:before {
  color: #7d858d;
}

.section-link:before {
  font-family: Kelsey Seybold Icons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  display: inline;
  font-size: 3em;
  vertical-align: middle;
}

.quickLinks .section-link:before {
    font-size: 32px;
}

.section-link h3 {
  font-weight: bold;
  font-size: 1em;
}

@media (min-width: 48em) {
  .section-link h3 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.lt-ie9 .section-link h3 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.section-link--wellness-exams {
    margin-top: 0;
}

.section-link--insurance:before {
  content: "\e912";
}

.section-link--specialties:before {
  /* content: "\e914"; (old specialties image) */
  content: "\e911";
}

.section-link--pharmacy:before {
  content: "\e90d";
    font-family: Kelsey Seybold Icons;
}

.section-link--appointments:before {
  font-family: "Font Awesome 5 Free";  
  font-weight: 400; 
  content: "\f073";
}

.section-link--physicians:before {
  content: "\e913";
}

.section-link--first-visit:before {
  font-family: "Font Awesome 5 Free";  
  font-weight: 900; 
  content: "\f3c5";
}

.section-link--stethoscope:before {
  content: "\e915";
}

.section-link--doc-talk:before {
  font-family: "Font Awesome 5 Free";  
  font-weight: 900; 
  content: "\f21e";
}

.section-link--plans:before {
  font-family: "Font Awesome 5 Free";  
  font-weight: 900; 
  content: "\f478";
}

.section-link--wellness-exams:before {
  font-family: "Font Awesome 5 Free";  
  font-weight: 900; 
  content: "\f469";
}

.section-link--aetna:before {
  content: "";
  background-image: url(../../_layouts/15/images/KSC%20Website/kelseycare-Aetna-logo.png);
  height:72px;
  display: block;
  background-size: contain;
}

.section-link--uhc:before {
  content: "";
  background-image: url(../../_layouts/15/images/KSC%20Website/kc-uhc-logo.png);
  height:72px;
  display: block;
  background-size: contain;
}

.section-link--cigna:before {
  content: "";
  background-image: url(../../_layouts/15/images/KSC%20Website/Kelseycare-Cigna-logo.png);
  height:72px;
  display: block;
  background-size: contain;
}

.section-link--kelseycare:before {
  content: "";
  background-image: url(../../_layouts/15/images/KSC%20Website/Kelseycare-logo.png);
  height:72px;
  display: block;
  background-size: contain;
}

.section-link--brokers:before {
  content: "";
  background-image: url(../../_layouts/15/images/KSC%20Website/KC-brokers.png);
  height:72px;
  display: block;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  background-position-x:center;
}

.section-link--employers:before {
  content: "";
  background-image: url(../../_layouts/15/images/KSC%20Website/KC-employers.png);
  height:72px;
  display: block;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  background-position-x:center;
}

.section-link--members:before {
  content: "";
  background-image: url(../../_layouts/15/images/KSC%20Website/KC-members.png);
  height:72px;
  display: block;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  width: 50% !important;
  background-position-x:center;
}

.section-link--quotes:before {
  content: "";
  background-image: url(../../_layouts/15/images/KSC%20Website/KC-quotes.png);
  height:72px;
  display: block;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  width: 50% !important;
  background-position-x:center;
}

.featured-video {
    width:48%;
    margin-left:1%;
     float:left;
}

@media (max-width: 79.9px) {
    .featured-event img {
        margin-top: 0px;
        width: 100%;
        height: auto;
        max-width: 338px;
    }
}

.video-header {
    color: #d97c00;
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 5px;
}

.featured-video div {
    margin-top: 0;
    margin-bottom: 0;
}

.featured-video-description {
    margin-top: 0;
}

.featured-event {
    margin-top: 0;
    width:48%;
    margin-left:2%;
    float:left;
}

@media (max-width: 47.9em) {
    .featured-event {
        width:100%;
        margin-left:0;
        float:none;
        margin-top: 1.5em;
    }
    .featured-video {
        width:100%;
        margin-left:0%;
         float:none;
    }
}

.featured-event-header {
    color: #96ad13;
    font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 5px;
}

@media (min-width: 80em) {
    .featured-event img {
        margin-top: 0px;
        width: 100%;
        /*max-width: 289px;*/
        height: auto;
    }
}

.featured-event img {
    margin-top: 0px;
    width: 100%;
    height: auto;
    /*max-width: 338px;*/
}

.ctas {
  margin-top: 3em;
}

.find-a-doctor {
  color: #707070;
  margin-bottom: 3em;
  margin-top: 0.5em;
}

.find-a-doctor__fields {
  padding: 0.5em;
  border: 1px solid #d3d5d6;
}

@media (min-width: 48em) {
  .find-a-doctor__fields {
    padding: 0.5em 3.75em;
  }
}

.lt-ie9 .find-a-doctor__fields {
  padding: 0.5em 3.75em;
}

.find-a-doctor__fields--personal {
  background-color: #eeeeee;
}

.find-a-doctor__field {
  display: block;
  margin: 0;
  margin-top: 1em;
}

@media (min-width: 48em) {
  .find-a-doctor__field {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

.lt-ie9 .find-a-doctor__field {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.find-a-doctor__field > a > img {
    vertical-align: middle;
}

.find-a-doctor__label {
  margin: 0;
  display: inline;
}

@media (min-width: 48em) {
  .find-a-doctor__label {
    text-align: left;
    width:35%;
    max-width:170px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 1em;
    line-height: 1;
  }
}

.lt-ie9 .find-a-doctor__label {
  text-align: left;
    width:35%;
    max-width:170px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 1em;
  line-height: 1;
}

.find-a-doctor__input {
  margin: 0;
}

@media (min-width: 48em) {
  .find-a-doctor__input {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
}

.lt-ie9 .find-a-doctor__input {
  width: 55%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

@media (min-width: 48em) {
  .find-a-doctor__submit {
    padding-left: 5em;
    padding-right: 5em;
  }
}

.lt-ie9 .find-a-doctor__submit {
  padding-left: 5em;
  padding-right: 5em;
}

.find-a-doctor__actions {
  text-align: right;
}

.profile-header {
  font-size: 16px;
  font-size: 1rem;
}

.profile-header__portrait, .doctor__portrait {
  display: block;
  margin: auto;
  padding: .3em;
  width:200px;
}

@media (min-width: 48em) {
  .profile-header__portrait {
    float: left;
    margin-right: 3em;
    width:200px;
  }
}

.lt-ie9 .profile-header__portrait {
  float: left;
  margin-right: 3em;
  width:200px;
}

@media (min-width: 48em) {
    .doctor__portrait {
    width:200px;
  }
}

.lt-ie9 .doctor__portrait {
  width:200px;
}

.profile-header__body {
  overflow: hidden;
}

@media (min-width: 48em) {
  .profile-header__body {
    margin-top: 0;
    padding-top: 1em;
  }
}

.lt-ie9 .profile-header__body {
  margin-top: 0;
  padding-top: 1em;
}

.profile-header__rating * + * {
  margin-top: 0;
}

.profile-header__rating .fa {
  font-size: 1.5em;
}

.profile-header__rating a {
  margin-left: .5em;
}

.profile-header .button {
  font-weight: bold;
}

@media (min-width: 48em) {
  .doctor-profile__bio {
    width: 66.10169%;
    float: right;
    margin-left: 1.69492%;
  }
  .doctor-profile__info {
    float: left;
    margin-top: 0;
  }
  .doctor-profile__basic-info .doctor-profile__info {
    margin-left: 1.69492%;
    width: 23.72881%;
  }
  .doctor-profile__basic-info .doctor-profile__info:first-child {
    margin-left: 0;
  }
  .doctor-profile__info--main {
    width: 57.62712%;
  }
  .doctor-profile__info--additional {
    float: right;
    width: 32.20339%;
  }
}

.lt-ie9 .doctor-profile__bio {
  width: 66.10169%;
  float: right;
  margin-left: 1.69492%;
}

.lt-ie9 .doctor-profile__info {
  float: left;
  margin-top: 0;
}

.doctor-profile__basic-info .lt-ie9 .doctor-profile__info {
  margin-left: 1.69492%;
  width: 23.72881%;
}

.doctor-profile__basic-info .lt-ie9 .doctor-profile__info:first-child {
  margin-left: 0;
}

.lt-ie9 .doctor-profile__info--main {
  width: 57.62712%;
}

.lt-ie9 .doctor-profile__info--additional {
  float: right;
  width: 32.20339%;
}

.doctor-profile__basic-info {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #96ad13;
}

.profile-header__name {
    line-height: 1;
}

.profile-header__specialty {
    color: #ffffff;
    font-size: 20px;
    text-decoration: underline;
    line-height: 1;
}
.profile-header__specialty:hover, .profile-header__specialty:active {
    color: #ffffff;
    text-decoration: underline;
}

@media (min-width: 48em) {
  .doctor-profile__basic-info {
    margin-bottom: 3em;
  }
}

.lt-ie9 .doctor-profile__basic-info {
  margin-bottom: 3em;
}

.doctor-profile__info h3 {
  font-size: 1.1em;
  font-weight: bold;
}

.doctor-profile__quote {
  border: 0 solid #d3d5d6;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.doctor-profile__quote:before {
  top: .2em;
}

.doctor-profile__quote:after {
  bottom: -.3em;
}

.doctor-booking {
  text-align: center;
  background-color: #f2f7fa;
  padding-top: 0;
  margin-top: 4em;
}

.doctor-booking .appointment-types {
  margin-top: -1em;
  border-spacing: 2em;
  width: 100%;
}

.doctor-booking__schedule {
  text-align: center;
  font-weight: bold;
  display: block;
  padding: .5em;
  background-color: #c2e5f8;
}

.doctor-location {
  padding: 1em;
  font-size: 16px;
  font-size: 1rem;
}

.doctor-location * + * {
  margin-top: 0;
}

.doctor-location + .doctor-location {
  border-top: 1px solid #d3d5d6;
  margin-top: 0;
}

.sidebar .doctor-location {
  margin-top: 0;
}

.location-contact {
  background-color: #f2f7fa;
  padding: 3em 0;
  margin-top: 3em;
}

@media (min-width: 48em) {
  .location-contact__group {
    margin-top: 0;
    width: 23.72881%;
    float: left;
    margin-left: 1.69492%;
  }
  .location-contact__group:first-child {
    margin-left: 0;
  }
}

.lt-ie9 .location-contact__group {
  margin-top: 0;
  width: 23.72881%;
  float: left;
  margin-left: 1.69492%;
}

.lt-ie9 .location-contact__group:first-child {
  margin-left: 0;
}

.location-contact__section {
    margin-top: 1.5em;
    width: 100%;
    float: left;
}

@media (min-width: 80em) {
.location-contact__section {
    margin-top: 0;
    width: 48.5%;
    float: left;
    margin-left: 1.5%;
  }
}

@media (min-width: 48em) {
  .location-contact__section {
    margin-top: 0;
    width: 31.5%;
    float: left;
    margin-left: 1.5%;
  }
}

.lt-ie9 .location-contact__section {
  margin-top: 0;
  width: 31.5%;
  float: left;
  margin-left: 1.5%;
}

.location-contact h3 {
  font-size: 1.1em;
}

.location-contact__info {
    margin-top: 0;
    margin-right: 1em;
}

.location-contact__hours {
    margin-left:1em;
    margin-top: 0;
    float:left;
    width:70%;
}

.location-contact__hours h3 {
    line-height: 1.2;
}


.location-contact__hours h3 + p {
    margin-top: 0;
}

.directions {
  padding: 3em 0;
  background-color: #4da9c4;
  color: white;
  overflow-x: hidden;
}

@media (min-width: 48em) {
  .directions__description {
    width: 49.15254%;
    float: right;
    margin-left: 1.69492%;
  }
  .directions .google-map {
    margin: 0;
    width: 49.15254%;
    float: left;
    margin-left: 0;
  }
}

.lt-ie9 .directions__description {
  width: 49.15254%;
  float: right;
  margin-left: 1.69492%;
}

.lt-ie9 .directions .google-map {
  margin: 0;
  width: 49.15254%;
  float: left;
  margin-left: 0;
}

@media print {
  .directions {
    background-color: transparent;
  }
}

.directions .container:before {
  opacity: .12;
  top: -3em;
  bottom: -3em;
}

.directions h1, .directions
.heading--alpha, .directions h2, .directions
.heading--beta, .directions h3, .directions
.heading--gamma, .directions h4, .directions
.heading--delta, .directions h5, .directions
.heading--epsilon, .directions h6, .directions
.heading--zeta, .directions .collapsible-text__title,
.directions a,
.directions .font-control {
  color: inherit;
}

.directions .google-map, .directions__description {
  position: relative;
  z-index: 99;
}

.directions .google-map__canvas {
  min-height: 25em;
}

.photos-and-news {
  margin-top: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9100;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9101;
  position: fixed;
  outline: none !important;
  margin-top: 0;
  -webkit-backface-visibility: hidden;
}

.mfp-wrap * {
  margin-top: 0;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 54px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
            transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.ms-formfieldvaluecontainer
{
    margin-top: 0px;
 line-height: 1em;
}

.js-webpart-menuCell {
    box-sizing: content-box;
}

.ms-webpart-menuLink {
    margin-top: 0;
}

.ms-core-menu-item {
    list-style: none;
    margin-top: 0px;
    padding-top: 0px;
}

.ms-core-menu-list {
    list-style: none;
    margin-top: 0;
    padding-top: 0;
}

.ms-core-menu-label {
    margin-top: 0;
}

#rtePasteFlyoutImg, #rtePasteFlyoutText, #rtePasteFlyoutArrow {
    vertical-align: top;
}

@media print {
  .no-print,
  .mobile-utility,
  .video-link,
  .fancy-quote:before,
  .doctor-profile__quote:before,
  .fancy-quote:after,
  .doctor-profile__quote:after,
  .page-banner__nav,
  .pagination__pages,
  .tabs,
  .site-header .helpers,
  .site-header .menu--featured,
  .site-header__toggle,
  .site-menu,
  .footer-menu,
  .social-media,
  .featured-testimonial__ctas,
  .cta-bar,
  .site-footer__links,
  .site-footer__apps,
  .button,
  .page-nav,
  .page-nav-placeholder,
  .section-links,
  .find-a-doctor,
  .profile-header__rating a,
  .doctor-booking,
  .more-link,
  .featured-testimonial__ctas--desktop a,
  .featured-testimonial__ctas--desktop .font-control,
  .site-footer__links a,
  .site-footer__links .font-control,
  .doctor-booking__schedule,
  .stories,
  .profile-header__rating,
  .mfp-bg,
  .mfp-wrap,
  .review-form, 
  .sidebar__menu {
    display: none !important;
  }
  .container {
    max-width: none;
  }
 * {
    color: #4b5155 !important;
  }
    .site-header {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .site-header__logo {
    max-width: 3in !important;
    text-decoration: none !important;
  }

  .site-header__main {
    border-bottom: 0 !important;
  }
  .site-footer__legal {
    margin: 0 !important;
  }
  .page-banner {
    background-color: white !important;
    padding: 0 !important;
  }
  .equalized {
    height: auto !important;
  }
  .fancy-quote:before, .doctor-profile__quote:before, .fancy-quote:after, .doctor-profile__quote:after {
    display: none !important;
  }
  .doctor__portrait, .story-link__portrait, .profile-header__portrait {
    border: none !important;
    padding: 0 !important;
  }

  .article--pressrelease{
      float:none;
      margin-left:auto;
      margin-right:auto;
  }
}

@media (max-width: 84.49em) {
    .article--main {
        margin-right: 10px;
    }
}

.ms-formfieldcontainer {
    margin-left: 50px;
}

.ms-formfieldvaluecontainer, .ms-formfieldcontainer, .ms-input {
    margin-top: 0px;
}

.ms-formfieldvaluecontainer {
    padding-bottom: 5px;
}

.ms-rtestate-field {
    margin-top: 1.5em;
    -ms-word-break: normal;
    word-break:normal;
    -ms-word-wrap:normal;
    word-wrap:normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.section-links .ms-rtestate-field {
    margin-top: 0;
}

.section-links .ms-rtestate-field h4 {
    margin-top: 0;
}

.section-links .ms-rtestate-field + p {
    margin-top: 0;
}

.ms-rtestate-field + .ms-clear {
    margin-top: 0;
}

.container--mobile-full-bleed + .container--mobile-full-bleed {
    margin-top: 0;
}

hr.greenRule {
    color: #96ad13;
    opacity: 0.9;
    width: 100%;
}

.blueBack {
    background-color: #c2e5f8;
}

.anowSection {
    background-color: #ffffff;
}

.healthy-living-article--content-header-centered {
    text-align:center;
}

.healthy-living-article--full-width {
    width:100%;
}

.healthy-living-article--article-image {
    float:right;
    padding:0 0 10px 10px;
}

.healthy-living--page-banner, .press--page-banner {
    padding-top: 2em;
    padding-bottom: 2em;
}

.healthy-living--quote {
    text-align: center;
    font-size: 2.0em;
}



.buttonContainer .button--more {
        float: left;
        margin-left: 6%;
        margin-top: 1em;
        width: 29%;
    }

.testimonialButton {
        width: auto !important;
    }

.buttonContainer  .button--beta {
        margin-left: 0px;
    }

.featured-testimonial__quote .button {
    padding-top: 9px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 13px;
}

.featured-testimonial__quote .buttonContainer {
    margin-top: 0.2em;
    margin-bottom: 0.5em
}

@media (max-width: 84.49em) {
    .buttonContainer .button--more {
        width: 80%;
        display: block;
        float: none;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .buttonContainer  .button--beta {
        margin-left: auto;
    }

    .featured-testimonial__quote .buttonContainer .button {
        margin-left: 0;
    }
}

    

.lt-ie9 .buttonContainer  .button--beta {
        margin-left: 0px;
}


.video-row {
    padding-top: 1.5em;
    clear: both;
}

.video-thumbnail {
    float: left;
    width: 25%;
    padding-right: 10px;
}

.video-title {
    float: left;
    width: 75%;
    margin-top: 0;
}

.video-description {
    float: left;
    width: 75%;
    margin-top: 5px;
}

@media (max-width: 47.99em){
    .video-row {
        padding-top: 1.5em;
        clear: both;
    }

    .video-thumbnail {
        float: none;
        width: 100%;
        padding-right: 0px;
    }

    .video-title {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .video-description {
        float: none;
        width: 100%;
        margin-top: 5px;
    }
}


article .video-link, article .video-link img {
    width: 100%;
}

.UserSectionTitle a {
    text-decoration: none;
}

.UserSectionTitle a img {
    vertical-align:central;
}

.ms-ToolPaneBody table {
    width: 100%;
}

.hide-in-mobile {
    display: none;
}

@media (min-width: 48em) {
  .hide-in-mobile {
    display: block;
  }
}

.lt-ie9 .hide-in-mobile {
    display: block;
}

option {
    margin-top: 0;
}

div #search {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    width: 12%;
    height:100%;
}


.ms-mpSearchBox {
    margin-top: auto;
    margin-bottom: auto;
    width:210px;
}

@media (max-width: 75.499em) {
    div #search {
        display: none;
    }

    .ms-mpSearchBox {
        margin-top: auto;
        margin-bottom: auto;
        width:100%;
    }
}

.ms-srch-sb > input {
    width:150px;
}

.ms-srch-sbLarge-fullWidth {
    width: 300px;
    max-width: 90%;
}

.ms-rte-wpbox #SearchBox {
    width:350px;
}

/* style for location images at the bottom of the location page*/
.photo-gallery div .ms-rtestate-field a img{
  width: 50%;
  margin: 0;
  float: left;
}

@media (min-width: 48em) {
  .photo-gallery div .ms-rtestate-field a img {
    width: 25%;
  }
}


/* end location image styles */

/* markup styles */



a.ms-rteElement-YouTubePopUpNoIcon {
    -ms-name: "Youtube Popup without Icon";
    color:#5ba7be;
    text-decoration: underline;
}

a.ms-rteElement-YouTubePopUpIcon {
    -ms-name: "Youtube Popup with Icon";
    color:#5ba7be;
    text-decoration: underline;
}

a.ms-rteElement-YouTubePopUpIcon:before{
  content: " \f144 ";
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 900; /* regular style/weight */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  text-decoration: none;
  speak: none;
}

hr.ms-rteElement-HR, hr.grayRule {
    border: 0;
    height: 1px;
    background: #d3d5d6;
    width: 100%;
}


div.ms-rteElement-videoWrapper {
    -ms-name: "Video Wrapper";
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
div.ms-rteElement-videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.videoWrapper {
    -ms-name: "Video Wrapper";
    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%;
}

.mko-header {
    background-image: url(../../_layouts/15/images/KSC%20Website/mko_header.png);
    background-repeat: no-repeat;
    background-position:left center;
    background-color: #ce7b0c;
    height: 72px;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 1.5em;
    font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding-top: 0.7em;
}

.anow-header {
    background-image: url(../../_layouts/15/images/KSC%20Website/anow_header.png);
    background-repeat: no-repeat;
    background-position:left center;
    background-color: #198aad;
    height: 72px;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 1.5em;
    font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding-top: 0.7em;
}

.call-header {
    background-image: url(../../_layouts/15/images/KSC%20Website/call_header.png);
    background-repeat: no-repeat;
    background-position:left center;
    background-color: #96ad13;
    height: 72px;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 1.5em;
    font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding-top: 0.7em;
}

.form-header {
    background-image: url(../../_layouts/15/images/KSC%20Website/form_header.png);
    background-repeat: no-repeat;
    background-position:left center;
    background-color: #6BBED6;
    height: 72px;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 1.5em;
    font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding-top: 0.7em;
}

.floatingColumns_two {
    width: 100%;
    float:none;
}

@media (min-width: 48em) {
    .floatingColumns_two {
       width: 48%;
       float:left;
       margin-right:1%;
    }

}

.floatingColumns_three {
    width: 100%;
    float:none;
}

@media (min-width: 48em) {
    .floatingColumns_three {
        width: 29.3%;
        float: left;
        margin-right: 2%;
        margin-left: 2%;
    }

}

.floatingColumns_four {
    width: 100%;
    float:none;
    margin-top: 1.5em;
}

@media (min-width: 48em) and (max-width: 75.499em){
    .floatingColumns_four {
       width: 45%;
       float:left;
       margin-right:4%;
       margin-top: 1.5em !important;
    }

}

@media (min-width: 75.5em) {
    .floatingColumns_four {
       width: 22%;
       float:left;
       margin-right:2%;
       margin-top:0; 
    }

}


.floatingColumns_30 {
    width: 100%;
    float:none;
    clear: both;
}

.floatingColumns_70 {
    width: 100%;
    float:none;
}

@media (min-width: 75.5em) {
    .floatingColumns_30 {
       width: 28%;
       float:left;
       margin-right: 15px;
       margin-right:2%;
       margin-bottom: 15px;
    }

    .floatingColumns_70 {
       width: 69%;
       float:left;
       margin-top: 0px;
       margin-bottom: 15px;
    }
}

.ms-cui-tabContainer {
    z-index: 1000;
}

.google-map-cloud{
    width:250px;

}

.google-map-cloud-image img {
    width:230px;
}

.google-map-cloud-content{
    padding-left:7px; 
    float:left; 
    color:#000000;
}

.google-map-cloud-content a{
    color:#4d9fb8;
}

.ms-srch-item{
    width:100%;
}

.ms-srch-item a img {
    max-width: 250px;
}

.patientStory-srch a img {
    max-width: 100px;
}

.ms-srch-result div * + * {
    margin-top: 0;
}

.ms-srch-sb-searchLink, .ms-ref-uparrow, .ms-ref-downarrow {
    margin-top: 0;
}

.ms-ref-refinername {
    font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.ms-ref-unselSec, ms-ref-selSec {
    margin-top: 0.5em;
    font-size: 16px;
}

.ms-ref-unselSec div, ms-ref-selSec div {
    margin-top: 0;
}

.ms-srch-item .doctor__portrait {
    width: 100px;
    padding: .2em;
}

.ms-srch-item .proivder-details, .ms-srch-item .location_details {
    margin-top: 0px;
}

.ms-srch-item .provider-name, .ms-srch-item .location_name {
    font-weight: 700;
}

.ms-srch-item .provider-image, .ms-srch-item .location_image  {
    margin-top: 2px;
}

.ms-srch-item a {
    font-weight: 700;
}

.ms-srch-Paging {
    list-style-type:none;
    padding:0;
    margin:45px 0 30px;
    text-align:center;
}

.ms-srch-result ul li:before {
    content: " ";
}

.ms-srch-pagingNext, .ms-promlink-button-enabled:hover .ms-srch-pagingNext {
    left: -110px;
    top: -5px;
    width: auto;
}

#PageLinkPrev .ms-promlink-button-image {
    top: -4px;
}

.ms-promlink-button-image{
    height: 14px;
}


.ms-promlink-button {
    border-width: 0px;
}

.ms-rte-wpbox {
    margin-top: 0px;
}

.ms-srch-result-groups {
    margin-bottom: 0px;
}

.ms-webpartzone-cell {
    margin-bottom: 0px;
}

@media (max-width: 48em){
    .ms-ref-ctrl {
        display: none;
    }

    .search_sidebar {
        display: none;
    }
}

.grid-twoColumn .panel img {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.grid-twoColumn .panel h3 {
    margin-top: 0.25em;
}

.grid-twoColumn .panel p {
    margin-top: 0;
}

.grid-twoColumn {
      width: 100%
}

.grid-twoColumn .panel {
    width: 100%;
    float: none;
    display:inline-block;
    margin-top: 1%;
    text-align: center;
}

@media (min-width: 48em) {
    .grid-twoColumn .panel {
          width: 50%;
          float: left;
          display:inline;
          margin-top: 1%;
          text-align: center;
    }
}

.header_2 {
    color: #3b99b4;
    font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-size: 2.5rem;
    text-rendering: optimizelegibility;
    line-height: 1.2;
    font-weight: normal;
    margin: auto;
}

.header_1 {
    font-size: 46px;
    font-size: 2.8rem;
    color: #3b99b4;
    font-family: Scada, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    line-height: 1.2;
    font-weight: normal;
    margin: auto;
}

.white {
    color: #ffffff;
}

.paragraph {
    font-size: 16px;
    color: #444;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-top: 0.5em;
}

.padRight {
    padding-right: 3px;
}

@media (min-width: 48em){
   .rwd-break { display: none; }
}

.pad15 {
    padding: 15px;
}

.ms-core-listMenu-verticalBox,
.ms-core-listMenu-horizontalBox
{
font-size:1em;
}

.global-nav-menu, .global-nav-menu li ul, .current-site-nav-menu, .current-site-nav-menu li ul {
     list-style-type:none;
     padding: 0;
     margin: 0;
}

.global-nav-menu li {
    background-color: #5c6670;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.current-site-nav-menu li {
    border-bottom: 1px solid #5c6670;
}

.global-nav-menu li ul, .current-site-nav-menu li ul {
    margin-left: 20px;
}

.global-nav-menu li ul li, .current-site-nav-menu li ul li {
    border-bottom: none;
}

.global-nav-menu .collapsed-mobile-toggle {
  background-image: url(../../_layouts/15/images/KSC%20Website/chevron_down_light_24.png);
  background-position-x: right;
  background-position-y: 8px;
  background-repeat: no-repeat;
}

.global-nav-menu .expanded-mobile-toggle{
  background-image: url(../../_layouts/15/images/KSC%20Website/chevron_up_light_24.png);
  background-position-x: right;
  background-position-y: 8px;
  background-repeat: no-repeat;
}

.current-site-nav-menu .expanded-mobile-toggle {
  background-image: url(../../_layouts/15/images/KSC%20Website/chevron_up_dark_24.png);
  background-position-x: right;
  background-position-y: 8px;
  background-repeat: no-repeat;
}

.current-site-nav-menu .collapsed-mobile-toggle {
  background-image: url(../../_layouts/15/images/KSC%20Website/chevron_down_dark_24.png);
  background-position-x: right;
  background-position-y: 8px;
  background-repeat: no-repeat;
}

.wistia_click_to_play * + * {
	margin-top: 0;
}

li.static.selected{
    /*margin-right: 20px;*/
}

.vidyard_player > span {
    width: 100% !important;
    max-width: 640px !important;
    margin: 0 auto !important;
}

.outer_vidyard_wrapper {
    margin-top: 0;
}

.vidyard_wrapper {
    margin-bottom: 1.88em;
}

.featured-video .vidyard_wrapper {
    margin-bottom: 0px;
    float: none !important;
}

.featured-video .vidyard_wrapper {
    margin-bottom: 0px;
    float: none !important;
}

@media (max-width: 48em){
   .vidyard_wrapper { width: 100%}
}

.vidyard_tclose:hover, .vidyard_tclose:focus {
    background-color: rgba(0,0,0,0) !important;
}

.vidyard_tclose, .play-btn, .vidyard_tbox, .vidyard_tinner, .vidyard_tcontent, .vidyard_iframe {
    border: none !important;
    outline: none !important;
}

.page-banner_patient-story .button--more {
    font-size: 0.9em !important;
    margin-right: 10px;
    margin-top: 10px;
}

@media (max-width: 48em) {
    .page-banner_patient-story .button--more {
        padding: 10px;
        margin-top: 20px;
        position: absolute;
        width: 80%;
        bottom: 55px;
    }
    .page-banner_patient-story .button--beta {
        bottom: 5px;
    }

}

.spanish_specialty {
    text-decoration: none !important;
}

.events-sidebar a img {
    width:100%;
}

.event-title {
    font-size: 1.1em;
    margin-top: 0;
}

.event-date {
    margin-top: 0;
    color: #809505;
}

.events-sidebar p {
    margin-top: 0; 
    font-size: 0.8em;
}

.gridviewheader {
    background-color: #198aad;
    color: white;
}

.gridviewheader th {
    border: 1px solid #9e9e9e;
    border-top-width: 0px;
}

.gridview td {
    border: 1px solid #9e9e9e;
}

.gridview {
    border-color:transparent;
}
.gridview th, .gridview td {
    padding:10px 5px;
}
.gridview td {
    text-align: left !important;
}
.image-link img {
    width:300px;
    height:auto;
}
.search-button {
    margin:0;
} 

.stars-outer {
  display: inline-block;
  position: relative;
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 400; /* regular style/weight */
}
 
.stars-outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: darkgray;
  font-size: 1.55em;
}
 
.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Font Awesome 5 Free";  /* updated font-family */
  font-weight: 900; /* solid style/weight */
}
 
.stars-inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #ffffff;
  font-size: 1.55em;
}

.sideNavBox-none {
    display:none!important;
}
.specialties-site-homepage-option-links-container {
    margin: 20px 0;
    overflow:auto;
}
.specialties-site-optionlink {
    float: left;
    width: 24%;
    margin: 0 8px;
    background: gainsboro;
    padding: 0 5px;
    min-height: 8em;
}
.specialties-site-optionlink:first-child {
    margin-left:0;
}
.specialties-site-optionlink:last-child {
    margin-right:0;
}
.specialties-site-article-main {
    width:74.10169%;
    margin:0;
}
@media (max-width: 75.499em) {
    .specialties-site-article-main {
        margin:0 auto;
    }
}
.specialties-site-leftnavhtml img {
    margin: 5px auto;
    width:94.5%!important;
    height:auto;
}
@media (min-width: 375px) {
    .specialties-site-leftnavhtml img {
        width:90.5%!important;
        height:auto;
    }
}
@media (min-width: 48em) {
    .specialties-site-article-main {
        padding: 0 20px;
    }
    .specialties-site-leftnavhtml img {
        width:100%;
        height:auto;
    }
}

@media (max-width: 75.499em) {
    .specialties-site-full-bleed-mobile {
        margin:0 auto;
    }
    .specialties-site-article-main {
        width:initial;
    }
}
@media (min-width: 48em) and (max-width: 75.499em) {
    .specialties-site-article-main {
        width:75%;
    }
}

.specialties-site--section-under-main-content > .container > div {
    margin:25px auto;
}
.specialties-site-healthy-living-articles-container {
    text-align: center;
    margin: 50px auto;
}
.specialties-site-healthy-living-articles {
    text-align:center;
}
.specialties-site-healthy-living-articles > a {
    width: 28%;
    display: inline-block;
    margin-right: 65px;
}
.specialties-site-healthy-living-articles > a img {
    max-height:unset;
}
.specialties-site-healthy-living-articles > a h3 {
    text-align:left;
}
.specialties-site-detail-article-main {
    width: 75%;
    float:right;
    margin: 25px 0 0 0;
}

.specialties-site-detail-article-aside {
    width:24%;
    float:left;
    margin: 25px 0 0 0;
}
.schedule-now-section {
    padding: 10px 0 0 0;
}

.appointments-now-article-content .ms-formfieldcontainer {
    margin:5px 0;
}

.David {
margin-top: 0!important;
}

.site-message-banner {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:3rem;
    color:#FFF;
}

@media(max-width:47.9em) {
    .site-message-banner {
        align-items:flex-start;
        font-size: 10pt;
    }
    .site-message-banner span {
        width:290px;
        margin:0 5px;
        text-align:center;
        line-height:1;
    }
}

.site-message-banner a {
    color:#FFF!important;
}

.site-message-banner-margin {
    margin-top:205px!important;
}


/* -- schedule an appointment webpart modal --*/

.modal-container * {
    margin:0;padding:0;
    box-sizing:border-box;
}

.modal-container {
    background:#FFF;
    color:#000;
    width:90%;
    margin:0 auto;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}

@media (min-width: 765px) {
    .modal-container {
        width:50%;
    }
}

@media (min-width:1280px) {
    .modal-container {
        width:30%;
    }
}

.modal-backdrop {
    background:rgba(0,0,0,0.6);
}

.modal-container > div > div > h2:first-of-type {
    font-size: 1rem;
    background: #96ad13;
    width: 100%;
    color: #FFF;
    padding: 10px;
    text-align:left;
}

.modal-question h2 {
    font-size:1rem;
    color:#000;
    text-align:center;
}

.modal-container p {
    font-size:1rem;
    padding:10px;
    margin:0!important;
}

.modal-button-container {
    display:flex;
    justify-content:center;
}

.modal-container input[type="submit"],
.modal-container input[type="button"] {
    color:#000!important;
    background:#FFF;
    border: solid 1px #000;
    padding:10px;
    margin:1rem;
}

.modal-disclaimer {
    display:none;
}

/* schedulae an appointment webpart*/

/*
@media (min-width: 47.99em) {}
@media (min-width: 75.499em) {}
colors: 
    webpart background: #368AB5;
*/

.sa-webpart-panel {
    display:flex;
}

.sa-webpart-container *,
.sa-webpart-container ::before,
.sa-webpart-container ::after {
    box-sizing:border-box;
    margin:0; padding:0;
}

.sa-webpart-container {
    background: #edeeef;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: #96ad13 solid 10px;
    flex:1;
}

@media (min-width:1280px) {
    .sa-webpart-container {
        justify-content:flex-start;
        align-items:flex-start;
        width:100%;
        margin: 1.5rem 0 0 0;
    }
    .sa-webpart-container::after {
        clear:both;
    }
}

.sa-webpart-container h2 {
    color: #252525;
    font-size: 1.42rem;
    width: 100%;
    text-align:center;
}

@media (min-width: 765px) {
    .sa-webpart-container h2 {
        font-size:1.7rem;
    }
}

@media (min-width:1280px) {
    .sa-webpart-container h2 {
        font-size:1.8rem;
        text-align:left;
    }
}

.sa-webpart-container > p {
    color: #000;
    line-height: 1.2;
    font-size: 1rem;
    margin: 1rem 0;
    width: 100%;
    text-align:center;
}

@media (min-width: 765px) {
    .sa-webpart-container > p {
        width:80%;
        max-width: 35em;
    }
}

@media (min-width:1280px) {
    .sa-webpart-container > p {
        max-width: initial;
        width: 95%;
        text-align:left;
    }
}

.sa-control-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 765px) {
    .sa-control-container {
        width: 50%;
        max-width: 35em;
    }
}

@media (min-width:1280px) {
    .sa-control-container {
        flex-direction:row;
        width: 100%;
        max-width: initial;
    }
}

.sa-control-container table {
    width: 100%;
    color: #000;
    margin: 0 0 1rem 0;
}

@media (min-width:1280px) {
    .sa-control-container table {
        margin:0;
        width: calc(100% - 65%);
    }
}

.sa-control-container table tbody {
    display: flex;
    justify-content: space-evenly;
}

@media (min-width:1280px) {
    .sa-control-container table tbody {
        flex-direction:column;
    }
}

.sa-control-container table input[type="radio"] {
    margin:0 5px 0 0;
}

.sa-control-container select {
    padding: .5rem;
    margin: 0 0 1rem 0;
}

@media (min-width:1280px) {
    .sa-control-container select {
        margin: 0 1rem 0 0;
        width: calc(100% - 50%);
    }
}

.sa-control-container input[type="text"] {
    padding: .5rem;
    margin: 0 0 1rem 0;
}

@media (min-width:1280px) {
    .sa-control-container input[type="text"] {
        margin: 0 1rem 0 0;
        width: calc(100% - 50%);
    }
}

.sa-control-container input[type="submit"] {
    width: 50%;
    margin: 0;
    text-transform: uppercase;
    background: #96ad13;
    color: #FFF!important;
    border-radius: 10px;

}

@media (min-width:1280px) {
    .sa-control-container input[type="submit"] {
        margin: 0 1rem 0 0;
        width: calc(100% - 50%);
    }
}

.sa-webpart-container ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0 0 0;
    text-align:center;
    justify-content:center;
    width: 100%;
}

.webpart-container ul.aetna-links {
    width:100%;
}

@media (min-width: 765px) {
    .sa-webpart-container ul {
        /*width:80%;
        max-width: 35em;*/
    }

    .webpart-container ul.aetna-links {
        width:50%;
    }
}

@media (min-width:1280px) {
    .sa-webpart-container ul {
        width: 100%;
        max-width: initial;
        justify-content:flex-start;
    }

    .webpart-container ul.aetna-links {
        width:100%;
    }
}

.sa-webpart-container > .article ul li {
    padding-left:0;
}

.sa-webpart-container > .article ul li::before {
    content:'';
}

.sa-webpart-container ul li {
    margin: 0 15px;
    line-height: 2;
    position:relative;
}

@media (min-width: 765px) {
    .sa-webpart-container ul li {
        width: auto;
        margin: 0 5px;
    }
}

@media (min-width:1280px) {
    .sa-webpart-container ul li {
        width:auto;
        line-height:initial;
    }

    .sa-webpart-container ul li:first-of-type {
        margin-right: 15px!important;
        margin-left:0;
    }

    .sa-webpart-container ul * + * {
        margin: 0 15px!important;
    }

    .sa-webpart-container ul li:not(:last-of-type)::after {
        content:'';
        border-right:solid 1px #000;
        width:1px;
        margin:0 1rem;
        position:absolute;
        top:0; bottom:0;
    }

}

.sa-webpart-container ul li a {
    display:inline-block;
    line-height:1;
}

/* -- modal --*/

.modal-container * {
    margin:0;padding:0;
    box-sizing:border-box;
}

.modal-container {
    background:#FFF;
    color:#000;
    width:90%;
    margin:0 auto;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}

@media (min-width: 765px) {
    .modal-container {
        width:50%;
    }
}

@media (min-width:1280px) {
    .modal-container {
        width:30%;
    }
}

.modal-backdrop {
    background:rgba(0,0,0,0.6);
    margin:0!important;
}

.modal-container > div > div > h2:first-of-type {
    font-size: 1rem;
    background: #369cb5;
    width: 100%;
    color: #FFF;
    padding: 10px;
    text-align:left;
}

.modal-question h2 {
    font-size:1rem;
    color:#000;
    text-align:center;
}

.modal-container p {
    font-size:1rem;
    padding:10px;
    margin:0!important;
}

.modal-button-container {
    display:flex;
    justify-content:center;
}

.modal-container input[type="submit"],
.modal-container input[type="button"] {
    color:#000!important;
    background:#FFF;
    border: solid 1px #000;
    padding:10px;
    margin:1rem;
}

.modal-disclaimer {
    display:none;
}


/* -- panel results -- */
.results-panel {
    margin:0!important;
}

.results-modal-container {
    width: 90vw;
    background:#FFF;
    max-width: 800px;
}

@media (min-width: 765px) {
    .results-modal-container {
        width: 80vw;
    }
}

@media (min-width: 1280px) {
    .results-modal-container {
        width: 70vw;     
    }
}

.results-modal-header {
    background:#369cb5;
    padding: 0 1rem;
    color:#FFF!important;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.results-modal-header-span {
    font-size:1.2rem!important;
}

@media (min-width: 765px) {
    .results-modal-header-span {
        font-size:1rem!important;
    }
}

@media (min-width: 1280px) {
    .results-modal-header-span {
        font-size:1rem!important;
    }
}

.results-modal-header input[type="button"] {
    background: #369cb5;
    margin: 0;
    font-size: 1rem;
    padding: 10px;
    text-align:right;
}


.results-modal-iframe-container {
    height:600px;
    overflow-y:scroll;
}

.results-modal-iframe {
    width:100%;
    height:950px;
    margin:0!important;
    overflow-y:scroll;
}

@media (min-width: 1280px) {
    .results-modal-iframe {
        height:595px;
    }
}

.fancy-list .sa-webpart-container ul li, 
.checklist .sa-webpart-container ul li, 
.article .sa-webpart-container ul li {
    padding:0!important;
}

.fancy-list .sa-webpart-container ul li:before, 
.checklist .sa-webpart-container ul li:before, 
.article .sa-webpart-container ul li:before {
  content: "";
  color: transparent;
  position: absolute;
  left: 0;
  line-height: 0;
}

/* -- schedule-an-appointment copy -- */

.schedule-appointment-parent {

}

@media (min-width:765px) {
    .schedule-appointment-parent {
        width:95%;
        margin:0 auto;
    }
}

@media (min-width:1280px) {
    .schedule-appointment-parent {
        width:100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}


.schedule-appointment-widget-container {
    float:left;
    width:100%;
}

@media (min-width:765px) {
    .schedule-appointment-widget-container {
        width:100%;
    }
}

@media (min-width:1280px) {
    .schedule-appointment-widget-container {
        width:69%;
    }
}

.schedule-appointment-copy-container {
    background:#edeeef;
    width: 100%;
    border-top:solid 10px #57626C;
    float:right;
    padding:1rem
}

@media (min-width:765px) {
    .schedule-appointment-copy-container {
        width: 100%;
    }
}

@media (min-width:1280px) {
    .schedule-appointment-copy-container {
        width: 30%;
    }
}

.schedule-appointment-copy-container h2 {
    color:#252525;
    font-size:1.8rem;
}

@media (min-width:765px) {
    .schedule-appointment-copy-container h2 {
        text-align:center;
    }
}

@media (min-width:1280px) {
    .schedule-appointment-copy-container h2 {
        text-align:left;
    }
}

.schedule-appointment-copy-container > p {
    color:#000;
    line-height:1.2;
    font-size: 1rem!important;
    margin: .5rem 0;
}

@media (min-width:765px) {
    .schedule-appointment-copy-container > p {
        text-align: center;
        width: 80%;
        margin: 1rem auto!important;
    }
}

@media (min-width:1280px) {
    .schedule-appointment-copy-container > p {
        text-align:left;
        width:100%;
        margin-top:0.5rem!important;
    }
}

.schedule-appointment-copy-container ul {
    list-style:none;
    margin:0;padding:0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

@media (min-width:1280px) {
    .schedule-appointment-copy-container ul {
        margin: 0 0 .3rem 0;
    }
}

.schedule-appointment-copy-container ul li {
    display:inline-block;
    width: calc(100% - 67%);
}

@media (min-width:765px) {
    .schedule-appointment-copy-container ul li {
        text-align:center;
    }
}

@media (min-width:1280px) {
    .schedule-appointment-copy-container ul li {
        text-align:left;
    }
}

@media (min-width:1280px) {
    .schedule-appointment-copy-container ul li:not(:last-of-type)::after {
        content:'';
        border-right:solid 1px #000;
        height: 1vh;
        width:1px;
        margin:0 1rem;
    }
}

.schedule-appointment-copy-container ul li a {
    display:inline-block;
}