/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@media only all and (min-width: 60rem) {
  .hide-desktop {
    display: none;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .hide-tablet {
    display: none;
  }
}
@media only all and (max-width: 47.99rem) {
  .hide-mobile {
    display: none;
  }
}
@media only all and (min-width: 60rem) {
  .show-mobile {
    display: none;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .show-mobile {
    display: none;
  }
}
#g-notice .alert {
  padding: 0.625rem 0.938rem;
}
#g-notice .alert .alert-notice {
  line-height: 1.2;
  font-size: 0.9rem;
}
@media only all and (max-width: 47.99rem) {
  #g-notice .alert .alert-notice {
    font-size: 1rem;
  }
}
.alert-danger, .alert-error {
  color: #333;
}
#g-container-main .platform-content a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #0068e6;
  font-weight: 500;
}
#g-container-main .platform-content a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #444;
}
.visible-hidden, .visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.visible-hidden:focus, visually-hidden:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
}
.contentpane.modal.print-mode {
  padding: 1rem;
}
.contentpane.modal.print-mode .platform-content {
  padding: 0;
  margin: 0;
}
.contentpane.modal.print-mode .platform-content .printheader img {
  width: 150px;
}
.itemPrint {
  text-align: right;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.itemPrint a {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.itemPrint a:hover {
  text-decoration: none !important;
}
.itemPrintThisPage {
  float: right;
}
@media only print {
  a:link:after, a:visited:after {
    content: "";
  }
  .moduletable.related-doctor .k2ItemsBlock .wrap.g-grid .itemContainer a .itemImage {
    padding-top: 0 !important;
  }
  .moduletable.patient-stories .wrap .itemContainer .imageWrap .itemImage {
    padding-top: 0 !important;
  }
  .moduletable.patient-stories .wrap .itemContainer .imageWrap .itemImage img {
    position: inherit;
  }
  #k2Container .itemSocialSharing {
    display: none;
  }
  .mobile-accord-menu {
    display: none;
  }
  .itemPrintThisPage {
    float: right;
  }
  .maincontent .itemImage, .medicalservices .itemHeaderContentLeft {
    background-image: none !important;
  }
  .maincontent .itemImage img, .medicalservices .itemHeaderContentLeft img {
    position: absolute;
    top: 0;
    display: block !important;
  }
  .maincontent .itemHeaderContentLeft h1, .maincontent .itemDateCreated, .medicalservices .itemHeaderContentLeft h1 {
    color: #fff !important;
  }
  .itemHeaderContentLeft .itemCategory a {
    text-decoration: none !important;
  }
  .related-doctor .moduleItemReadMore {
    background-color: #14559e !important;
  }
  .related-doctor .modItemImage {
    background-image: none;
  }
  .related-doctor .modItemImage img {
    position: absolute;
    top: 0;
  }
  .patient-stories .modItemImage {
    background-image: none;
  }
  .patient-stories .modItemImage img {
    position: absolute;
    top: 0;
  }
}
@media only screen {
  .hideForPrint {
    display: none;
  }
}
.print-mode .itemToolbar {
  display: none;
}
.noliststyle {
  list-style: none;
}
.g-uppercase {
  text-transform: uppercase;
}
.g-notexttransform {
  text-transform: none;
}
.g-positive-margin-top {
  margin-top: 23rem;
}
.g-negative-margin-bottom {
  margin-bottom: -25rem;
}
.g-img-circle {
  border-radius: 50%;
}
.bg-is-gray {
  background-color: #f0f0f0;
}
.bg-is-gradientblue {
  background: transparent linear-gradient(180deg, #09315F 0%, #062140 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.section-horizontal-paddings {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .section-horizontal-paddings {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .section-horizontal-paddings {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.section-horizontal-paddings-small {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .section-horizontal-paddings-small {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .section-horizontal-paddings-small {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.section-horizontal-paddings-large {
  padding-left: 15% !important;
  padding-right: 15% !important;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .section-horizontal-paddings-large {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .section-horizontal-paddings-large {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.section-vertical-paddings {
  padding-top: 4vw !important;
  padding-bottom: 4vw !important;
}
@media only all and (max-width: 47.99rem) {
  .section-vertical-paddings {
    padding-top: 8vw !important;
    padding-bottom: 8vw !important;
  }
}
.section-vertical-paddings-small {
  padding-top: 2vw !important;
  padding-bottom: 2vw !important;
}
@media only all and (max-width: 47.99rem) {
  .section-vertical-paddings-small {
    padding-top: 4vw !important;
    padding-bottom: 4vw !important;
  }
}
.section-vertical-paddings-large {
  padding-top: 6vw !important;
  padding-bottom: 6vw !important;
}
@media only all and (max-width: 47.99rem) {
  .section-vertical-paddings-large {
    padding-top: 8vw !important;
    padding-bottom: 8vw !important;
  }
}
.section-no-paddings {
  padding: 0 !important;
}
.section-vertical-no-padding-top {
  padding-top: 0 !important;
}
.section-vertical-no-padding-bottom {
  padding-bottom: 0 !important;
}
.section-vertical-margins {
  margin-top: 4vw !important;
  margin-bottom: 4vw !important;
}
@media only all and (max-width: 47.99rem) {
  .section-vertical-margins {
    margin-top: 8vw !important;
    margin-bottom: 8vw !important;
  }
}
.section-vertical-margins-small {
  margin-top: 2vw;
  margin-bottom: 2vw;
}
@media only all and (max-width: 47.99rem) {
  .section-vertical-margins-small {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
.section-vertical-margins-large {
  margin-top: 6vw !important;
  margin-bottom: 6vw !important;
}
@media only all and (max-width: 47.99rem) {
  .section-vertical-margins-large {
    margin-top: 8vw !important;
    margin-bottom: 8vw !important;
  }
}
.section-vertical-no-margin-top {
  margin-top: 0 !important;
}
.section-vertical-no-margin-bottom {
  margin-bottom: 0 !important;
}
.center-block {
  text-align: center;
  margin: auto;
}
.g-center-vertical {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
body .full-width, body .fullWidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
body .full-width > .medium-container-width, body .fullWidth > .medium-container-width {
  width: 72.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only all and (min-width: 60rem) and (max-width: 93.74rem) {
  body .full-width > .medium-container-width, body .fullWidth > .medium-container-width {
    width: 57.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  body .full-width > .medium-container-width, body .fullWidth > .medium-container-width {
    width: 45.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  body .full-width > .medium-container-width, body .fullWidth > .medium-container-width {
    width: calc(100% - 2.5rem);
  }
}
body .full-width > .narrow-container-width, body .fullWidth > .narrow-container-width {
  width: 57.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only all and (min-width: 60rem) and (max-width: 93.74rem) {
  body .full-width > .narrow-container-width, body .fullWidth > .narrow-container-width {
    width: 45.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  body .full-width > .narrow-container-width, body .fullWidth > .narrow-container-width {
    width: 45.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  body .full-width > .narrow-container-width, body .fullWidth > .narrow-container-width {
    width: calc(100% - 2.5rem);
  }
}
body .deeper-top-margin {
  margin-top: 80px;
}
body .deeper-bottom-margin {
  margin-bottom: 80px;
}
body .deep-top-margin {
  margin-top: 60px;
}
body .deep-bottom-margin {
  margin-bottom: 60px;
}
body .normal-top-margin {
  margin-top: 30px;
}
body .normal-bottom-margin {
  margin-bottom: 30px;
}
body .flush-block {
  margin-top: 0;
  margin-bottom: 0;
}
body section.flush-block .g-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
body .narrow-container-width {
  width: 44.874rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only all and (min-width: 60rem) and (max-width: 93.74rem) {
  body .narrow-container-width {
    width: 44.874rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  body .narrow-container-width {
    width: 34.374rem;
  }
}
@media only all and (max-width: 47.99rem) {
  body .narrow-container-width {
    width: 80%;
  }
}
body .medium-container-width {
  width: 75rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only all and (min-width: 60rem) and (max-width: 93.74rem) {
  body .medium-container-width {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  body .medium-container-width {
    width: 45.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  body .medium-container-width {
    width: 100%;
  }
}
body .regular-container-width {
  width: 61.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only all and (min-width: 60rem) and (max-width: 93.74rem) {
  body .regular-container-width {
    width: 56.874rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  body .regular-container-width {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  body .regular-container-width {
    width: 100%;
  }
}
body .wide-container-width {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (min-width: 93.75rem) {
  body .wide-container-width {
    width: 93.75rem;
  }
}
@media only screen and (min-width: 75rem) and (max-width: 93.6875rem) {
  body .wide-container-width {
    width: 100%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 93.74rem) {
  body .wide-container-width {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  body .wide-container-width {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  body .wide-container-width {
    width: 100%;
  }
}
body .medium-width-container-width > div {
  width: 75rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only all and (min-width: 60rem) and (max-width: 93.74rem) {
  body .medium-width-container-width > div {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  body .medium-width-container-width > div {
    width: 45.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  body .medium-width-container-width > div {
    width: 100%;
  }
}
body .wide-width-container-width > div {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (min-width: 93.75rem) {
  body .wide-width-container-width > div {
    width: 93.75rem;
  }
}
@media only screen and (min-width: 75rem) and (max-width: 93.6875rem) {
  body .wide-width-container-width > div {
    width: 100%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 93.74rem) {
  body .wide-width-container-width > div {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  body .wide-width-container-width > div {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  body .wide-width-container-width > div {
    width: 100%;
  }
}
body .full-width-container-width > div {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
body .g-img-fill {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
body .g-img-fill > img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
}
.side-by-side {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 2rem;
}
@media only all and (max-width: 47.99rem) {
  .side-by-side {
    flex-flow: column nowrap;
  }
}
.side-by-side .side {
  flex: 0 50%;
  width: 50%;
  padding: 1rem 1rem 1rem;
}
@media only all and (max-width: 47.99rem) {
  .side-by-side .side {
    flex: 0 100%;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
}
.side-by-side .side:last-child {
  border-bottom: none;
}
.side-by-side .side h2, .side-by-side .side h3, .side-by-side .side h4 {
  margin-top: 0;
}
.side-by-side .side p {
  margin-bottom: 1rem;
}
.is-wheat-bg:before {
  content: '';
  width: auto;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: transparent;
  background-image: url('../../images/wheat-bgmark.svg');
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: 1;
  background-position-y: top;
  background-position-x: left;
  background-size: contain;
}
.is-wheat-bg-muted:before {
  content: '';
  width: auto;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: transparent;
  background-image: url('../../images/wheat-bgmark.svg');
  background-repeat: no-repeat;
  opacity: 0.08;
  z-index: 0;
  background-position-y: top;
  background-position-x: left;
  background-size: contain;
}
.background-is-blue {
  background: #004290 !important;
}
.background-is-lightblue {
  background: #C2D8F2 !important;
}
.background-is-gray {
  background: #F7F7F7 !important;
}
.isstrong {
  font-weight: bold;
}
.itemVideoEmbedded, .resp-container {
  width: 100%;
}
@media only all and (min-width: 60rem) {
  .itemVideoEmbedded, .resp-container {
    width: 750px;
    margin: auto;
  }
}
.itemVideoEmbedded .resp-iframe-video, .itemVideoEmbedded .resp-iframe-16x9, .resp-container .resp-iframe-video, .resp-container .resp-iframe-16x9 {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}
.itemVideoEmbedded .resp-iframe-video iframe, .itemVideoEmbedded .resp-iframe-16x9 iframe, .resp-container .resp-iframe-video iframe, .resp-container .resp-iframe-16x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.resp-container {
  width: 100%;
}
@media only all and (min-width: 60rem) {
  .resp-container {
    max-width: 750px;
    margin: auto;
  }
}
.resp-container .resp-iframe-16x9 {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}
.resp-container .resp-iframe-2x1 {
  position: relative;
  overflow: hidden;
  padding-top: 50%;
  width: 100%;
}
.resp-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
ul.is-2col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
@media only all and (max-width: 47.99rem) {
  ul.is-2col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
ul.is-2col li {
  break-inside: avoid-column;
  margin-bottom: 1.5rem !important;
  line-height: 1.3;
}
ul.is-3col {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  ul.is-3col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  ul.is-3col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media only all and (max-width: 30rem) {
  ul.is-3col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
ul.is-3col li {
  break-inside: avoid-column;
  margin-bottom: 1.5rem !important;
  line-height: 1.3;
}
ul.is-2col-nobullet {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  list-style-type: none;
  padding-left: 0;
}
@media only all and (max-width: 47.99rem) {
  ul.is-2col-nobullet {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
ul.is-2col-nobullet li {
  break-inside: avoid-column;
  margin-bottom: 1.5rem !important;
  line-height: 1.3;
}
ul.is-3col-nobullet {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  list-style-type: none;
  padding-left: 0;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  ul.is-3col-nobullet {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  ul.is-3col-nobullet {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media only all and (max-width: 30rem) {
  ul.is-3col-nobullet {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
ul.is-3col-nobullet li {
  break-inside: avoid-column;
  margin-bottom: 1.5rem !important;
  line-height: 1.3;
}
.smalltext {
  font-size: 0.9rem;
}
/*# sourceMappingURL=utilities_18.css.map */