/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!../webroot/sass/main.scss ***!
  \****************************************************************************************************************************************************************************************/
@charset "UTF-8";
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

* {
  box-sizing: border-box; }

.container {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto; }
  .container-full {
    max-width: 94%; }

.row {
  margin: 0 -20px; }

.col-1 {
  padding-left: 20px;
  padding-right: 20px; }
  @media all and (min-width: 768px) {
    .col-1 {
      width: 8.33333%;
      float: left; } }

@media all and (min-width: 768px) {
  .col-off-1 {
    margin-left: 8.33333%; } }

.col-2 {
  padding-left: 20px;
  padding-right: 20px; }
  @media all and (min-width: 768px) {
    .col-2 {
      width: 16.66667%;
      float: left; } }

@media all and (min-width: 768px) {
  .col-off-2 {
    margin-left: 16.66667%; } }

.col-3 {
  padding-left: 20px;
  padding-right: 20px; }
  @media all and (min-width: 768px) {
    .col-3 {
      width: 25%;
      float: left; } }

@media all and (min-width: 768px) {
  .col-off-3 {
    margin-left: 25%; } }

.col-4 {
  padding-left: 20px;
  padding-right: 20px; }
  @media all and (min-width: 768px) {
    .col-4 {
      width: 33.33333%;
      float: left; } }

@media all and (min-width: 768px) {
  .col-off-4 {
    margin-left: 33.33333%; } }

.col-5 {
  padding-left: 20px;
  padding-right: 20px; }
  @media all and (min-width: 768px) {
    .col-5 {
      width: 41.66667%;
      float: left; } }

@media all and (min-width: 768px) {
  .col-off-5 {
    margin-left: 41.66667%; } }

.col-6 {
  padding-left: 20px;
  padding-right: 20px; }
  @media all and (min-width: 768px) {
    .col-6 {
      width: 50%;
      float: left; } }

@media all and (min-width: 768px) {
  .col-off-6 {
    margin-left: 50%; } }

.col-7 {
  padding-left: 20px;
  padding-right: 20px; }
  @media all and (min-width: 768px) {
    .col-7 {
      width: 58.33333%;
      float: left; } }

@media all and (min-width: 768px) {
  .col-off-7 {
    margin-left: 58.33333%; } }

.col-8 {
  padding-left: 20px;
  padding-right: 20px; }
  @media all and (min-width: 768px) {
    .col-8 {
      width: 66.66667%;
      float: left; } }

@media all and (min-width: 768px) {
  .col-off-8 {
    margin-left: 66.66667%; } }

.col-9 {
  padding-left: 20px;
  padding-right: 20px; }
  @media all and (min-width: 768px) {
    .col-9 {
      width: 75%;
      float: left; } }

@media all and (min-width: 768px) {
  .col-off-9 {
    margin-left: 75%; } }

.col-10 {
  padding-left: 20px;
  padding-right: 20px; }
  @media all and (min-width: 768px) {
    .col-10 {
      width: 83.33333%;
      float: left; } }

@media all and (min-width: 768px) {
  .col-off-10 {
    margin-left: 83.33333%; } }

.col-11 {
  padding-left: 20px;
  padding-right: 20px; }
  @media all and (min-width: 768px) {
    .col-11 {
      width: 91.66667%;
      float: left; } }

@media all and (min-width: 768px) {
  .col-off-11 {
    margin-left: 91.66667%; } }

.col-12 {
  padding-left: 20px;
  padding-right: 20px; }
  @media all and (min-width: 768px) {
    .col-12 {
      width: 100%;
      float: left; } }

@media all and (min-width: 768px) {
  .col-off-12 {
    margin-left: 100%; } }

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
a.meanmenu-reveal {
  display: none; }

.mean-container .mean-bar {
  width: 100%;
  position: relative;
  background: #666;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999; }

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 700; }

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px; }

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #666;
  margin-top: 44px; }

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none; }

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%; }

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase; }

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: .75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible; }

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0; }

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%; }

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%; }

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%; }

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1); }

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9); }

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both; }

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0; }

.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.mean-remove {
  display: none !important; }

/*! Tablesaw - v2.0.2 - 2015-10-28
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed  */
/*! Tablesaw - v2.0.2 - 2015-10-28
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed  */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

/* Structure */
.tablesaw {
  border: 0;
  padding: 0; }

.tablesaw th,
.tablesaw td {
  box-sizing: border-box;
  padding: .5em .7em; }

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em; }

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 766.9375px) {
  .wrap .tablesaw-stack thead td,
  .wrap .tablesaw-stack thead th {
    display: none; }
  .wrap .tablesaw-stack tbody td,
  .wrap .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; }
  .wrap .tablesaw-cell-label {
    vertical-align: top; }
  .wrap .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block; }
  .wrap .tablesaw-stack td:empty,
  .wrap .tablesaw-stack th:empty {
    display: none; } }

@media (min-width: 767px) {
  .wrap {
    /* Show the table header rows */
    /* Hide the labels in each cell */ }
    .wrap .tablesaw-stack tr {
      display: table-row; }
    .wrap .tablesaw-stack td,
    .wrap .tablesaw-stack th,
    .wrap .tablesaw-stack thead td,
    .wrap .tablesaw-stack thead th {
      display: table-cell;
      margin: 0; }
    .wrap .tablesaw-stack td .tablesaw-cell-label,
    .wrap .tablesaw-stack th .tablesaw-cell-label {
      display: none !important; } }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
  height: 500px;
  object-fit: cover;
  object-position: center center; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 auto 60px;
  background: #fff;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a.flex-prev {
  font-size: 100px;
  height: 100px;
  color: #fff !important;
  top: 40%; }

.flex-direction-nav a.flex-next {
  font-size: 100px;
  height: 130px;
  color: #fff !important;
  top: 40%; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 35%; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 70px;
    top: 73% !important; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 70px;
    top: 73% !important; } }

@media (max-width: 767px) {
  .flex-control-paging {
    display: none; } }

@font-face {
  font-family: 'FFBauWebProRegular';
  src: url(../fonts/BauPro.otf); }

@font-face {
  font-family: 'FFBauWebProBold';
  src: url(../fonts/BauPro-Bold.otf); }

@font-face {
  font-family: 'FFBauWebProBoldItalic';
  src: url(../fonts/BauPro-BoldItalic.otf); }

@font-face {
  font-family: 'FFBauWebProRegularItalic';
  src: url(../fonts/BauPro-Italic.otf); }

@font-face {
  font-family: 'FFBauWebProMedium';
  src: url(../fonts/BauPro-Medium.otf); }

@font-face {
  font-family: 'FFBauWebProMediumItalic';
  src: url(../fonts/BauPro-MediumItalic.otf); }

@font-face {
  font-family: 'FFBauWebProSuper';
  src: url(../fonts/BauPro-Super.otf); }

@font-face {
  font-family: 'FFBauWebProSuperItalic';
  src: url(../fonts/BauPro-SuperItalic.otf); }

.row, .clearfix, .wrap, .navicent-header, .navicent-hero .navicent-form-hero, .branding, #quickmedDropdown, .footer, .footer .footer-info .social ul, .footer .footer-menu, .physician-search .search-bar, .navicent-form-input, .contactForm label[for=ContactEmail], #Complaint label[for=ContactEmail],
.contactFormPeach label[for=ContactEmail],
.complaintFormPeach label[for=ContactEmail], .upcoming-events, #CorporateHealthFairIndexForm .row, .coming-soon-interior, .physician-callback .row, .service-search, .center-summary, .center-summary .nav, .content .button-list, .callouts ul, .awards, .service-icons-wrap, .affordable-care .affordable-care-nav, .contentBody, .hr-icon-wrap, .hr-numbered-list li, .hr-hiring-process li {
  zoom: 1; }
  .row:before, .clearfix:before, .wrap:before, .navicent-header:before, .navicent-hero .navicent-form-hero:before, .branding:before, #quickmedDropdown:before, .footer:before, .footer .footer-info .social ul:before, .footer .footer-menu:before, .physician-search .search-bar:before, .navicent-form-input:before, .contactForm label[for=ContactEmail]:before, #Complaint label[for=ContactEmail]:before,
  .contactFormPeach label[for=ContactEmail]:before,
  .complaintFormPeach label[for=ContactEmail]:before, .upcoming-events:before, #CorporateHealthFairIndexForm .row:before, .coming-soon-interior:before, .physician-callback .row:before, .service-search:before, .center-summary:before, .center-summary .nav:before, .content .button-list:before, .callouts ul:before, .awards:before, .service-icons-wrap:before, .affordable-care .affordable-care-nav:before, .contentBody:before, .hr-icon-wrap:before, .hr-numbered-list li:before, .hr-hiring-process li:before, .row:after, .clearfix:after, .wrap:after, .navicent-header:after, .navicent-hero .navicent-form-hero:after, .branding:after, #quickmedDropdown:after, .footer:after, .footer .footer-info .social ul:after, .footer .footer-menu:after, .physician-search .search-bar:after, .navicent-form-input:after, .contactForm label[for=ContactEmail]:after, #Complaint label[for=ContactEmail]:after,
  .contactFormPeach label[for=ContactEmail]:after,
  .complaintFormPeach label[for=ContactEmail]:after, .upcoming-events:after, #CorporateHealthFairIndexForm .row:after, .coming-soon-interior:after, .physician-callback .row:after, .service-search:after, .center-summary:after, .center-summary .nav:after, .content .button-list:after, .callouts ul:after, .awards:after, .service-icons-wrap:after, .affordable-care .affordable-care-nav:after, .contentBody:after, .hr-icon-wrap:after, .hr-numbered-list li:after, .hr-hiring-process li:after {
    content: "";
    display: table; }
  .row:after, .clearfix:after, .wrap:after, .navicent-header:after, .navicent-hero .navicent-form-hero:after, .branding:after, #quickmedDropdown:after, .footer:after, .footer .footer-info .social ul:after, .footer .footer-menu:after, .physician-search .search-bar:after, .navicent-form-input:after, .contactForm label[for=ContactEmail]:after, #Complaint label[for=ContactEmail]:after,
  .contactFormPeach label[for=ContactEmail]:after,
  .complaintFormPeach label[for=ContactEmail]:after, .upcoming-events:after, #CorporateHealthFairIndexForm .row:after, .coming-soon-interior:after, .physician-callback .row:after, .service-search:after, .center-summary:after, .center-summary .nav:after, .content .button-list:after, .callouts ul:after, .awards:after, .service-icons-wrap:after, .affordable-care .affordable-care-nav:after, .contentBody:after, .hr-icon-wrap:after, .hr-numbered-list li:after, .hr-hiring-process li:after {
    clear: both; }

.clearFix {
  zoom: 1; }
  .clearFix:before, .clearFix:after {
    content: "";
    display: table; }
  .clearFix:after {
    clear: both; }

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "FFBauWebProRegular", sans-serif;
  font-size: 16px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "FFBauWebProBold", sans-serif;
  line-height: 1.2em;
  margin-bottom: .5em; }

p {
  margin-bottom: 1em; }

b,
strong {
  font-weight: bold; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

button,
input,
select,
textarea {
  font-size: 16px;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #00818a;
  color: #fff;
  padding: 10px 40px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */ }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #bbb; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
  color: #666;
  border: 1px solid #ccc; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

.hidden {
  display: none; }

.text-center {
  text-align: center; }

a,
a:hover,
a:visited {
  color: #007078;
  text-decoration: none; }

*:focus {
  border: 1px dotted #007078; }

html {
  box-sizing: border-box; }

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

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "FFBauWebProRegular", sans-serif; }

body {
  width: 100%; }
  body:after {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 30;
    transition: .3s ease-in-out all;
    pointer-events: none; }
  body.search-open {
    overflow-y: hidden; }
    body.search-open:after {
      opacity: 1; }

#page {
  width: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left; }
  .wrap.full-width {
    padding: 0; }

@media (max-width: 767px) {
  .hide-mobile {
    display: none; } }

.flex {
  display: flex !important;
  margin: -15px; }
  .flex + .flex {
    margin-top: 15px; }
  .flex-no-gutters {
    margin: 0; }
  .flex-double-gutters {
    margin: -30px; }
    .flex-double-gutters + .flex-double-gutters {
      margin-top: 30px; }
  .flex-wrap {
    flex-flow: row wrap; }
  .flex-wrap-auto {
    flex-flow: row wrap; }
  .flex-direction-reverse {
    flex-direction: row-reverse; }
  .flex-direction-column {
    flex-direction: column; }
  .flex-direction-column-reverse {
    flex-direction: column-reverse; }
  .flex-space-between {
    justify-content: space-between; }
  .flex-space-around {
    justify-content: space-around; }
  .flex-align-center {
    align-items: center; }
  .flex-align-stretch {
    align-items: stretch; }
  .flex-align-start {
    align-items: flex-start; }
  .flex-align-end {
    align-items: flex-end; }
  .flex-justify-center {
    justify-content: center; }
  .flex-justify-start {
    justify-content: flex-start; }
  .flex-justify-end {
    justify-content: flex-end; }
  .flex-col {
    flex: 1 1 auto;
    flex-basis: 80px;
    padding: 15px; }
    .flex-no-gutters > .flex-col {
      padding: 0; }
    .flex-double-gutters > .flex-col {
      padding: 30px; }
    @media (max-width: 767px) {
      .flex-wrap > .flex-col {
        flex: 1 1 100%; } }
    .flex-col-auto {
      flex: 0 0 auto; }
    .flex-col.flex-align-center {
      align-self: center; }
    .flex-col.flex-align-stretch {
      align-self: stretch; }
    .flex-col.flex-align-start {
      align-self: flex-start; }
    .flex-col.flex-align-end {
      align-self: flex-end; }
    @media (max-width: 767px) {
      .flex-col.flex-first-mobile {
        order: -1; } }
    @media (min-width: 460px) {
      .flex-col-mobile-1 {
        flex: 1 1 8.33333%;
        max-width: 8.33333%; }
      .flex-col-mobile-2 {
        flex: 1 1 16.66667%;
        max-width: 16.66667%; }
      .flex-col-mobile-3 {
        flex: 1 1 25%;
        max-width: 25%; }
      .flex-col-mobile-4 {
        flex: 1 1 33.33333%;
        max-width: 33.33333%; }
      .flex-col-mobile-5 {
        flex: 1 1 41.66667%;
        max-width: 41.66667%; }
      .flex-col-mobile-6 {
        flex: 1 1 50%;
        max-width: 50%; }
      .flex-col-mobile-7 {
        flex: 1 1 58.33333%;
        max-width: 58.33333%; }
      .flex-col-mobile-8 {
        flex: 1 1 66.66667%;
        max-width: 66.66667%; }
      .flex-col-mobile-9 {
        flex: 1 1 75%;
        max-width: 75%; }
      .flex-col-mobile-10 {
        flex: 1 1 83.33333%;
        max-width: 83.33333%; }
      .flex-col-mobile-11 {
        flex: 1 1 91.66667%;
        max-width: 91.66667%; }
      .flex-col-mobile-12 {
        flex: 1 1 100%;
        max-width: 100%; } }
    @media (min-width: 768px) {
      .flex-col-1 {
        flex: 1 1 8.33333%;
        max-width: 8.33333%; }
      .flex-col-2 {
        flex: 1 1 16.66667%;
        max-width: 16.66667%; }
      .flex-col-3 {
        flex: 1 1 25%;
        max-width: 25%; }
      .flex-col-4 {
        flex: 1 1 33.33333%;
        max-width: 33.33333%; }
      .flex-col-5 {
        flex: 1 1 41.66667%;
        max-width: 41.66667%; }
      .flex-col-6 {
        flex: 1 1 50%;
        max-width: 50%; }
      .flex-col-7 {
        flex: 1 1 58.33333%;
        max-width: 58.33333%; }
      .flex-col-8 {
        flex: 1 1 66.66667%;
        max-width: 66.66667%; }
      .flex-col-9 {
        flex: 1 1 75%;
        max-width: 75%; }
      .flex-col-10 {
        flex: 1 1 83.33333%;
        max-width: 83.33333%; }
      .flex-col-11 {
        flex: 1 1 91.66667%;
        max-width: 91.66667%; }
      .flex-col-12 {
        flex: 1 1 100%;
        max-width: 100%; } }
    @media (max-width: 1040px) {
      .flex-wrap > .flex-col-menu {
        flex: 1 1 100%; } }
    @media (min-width: 1040px) {
      .flex-col-menu-1 {
        flex: 1 1 8.33333%;
        max-width: 8.33333%; }
      .flex-col-menu-2 {
        flex: 1 1 16.66667%;
        max-width: 16.66667%; }
      .flex-col-menu-3 {
        flex: 1 1 25%;
        max-width: 25%; }
      .flex-col-menu-4 {
        flex: 1 1 33.33333%;
        max-width: 33.33333%; }
      .flex-col-menu-5 {
        flex: 1 1 41.66667%;
        max-width: 41.66667%; }
      .flex-col-menu-6 {
        flex: 1 1 50%;
        max-width: 50%; }
      .flex-col-menu-7 {
        flex: 1 1 58.33333%;
        max-width: 58.33333%; }
      .flex-col-menu-8 {
        flex: 1 1 66.66667%;
        max-width: 66.66667%; }
      .flex-col-menu-9 {
        flex: 1 1 75%;
        max-width: 75%; }
      .flex-col-menu-10 {
        flex: 1 1 83.33333%;
        max-width: 83.33333%; }
      .flex-col-menu-11 {
        flex: 1 1 91.66667%;
        max-width: 91.66667%; }
      .flex-col-menu-12 {
        flex: 1 1 100%;
        max-width: 100%; } }
  @media (max-width: 767px) {
    .flex-mobile-block {
      display: block; }
    .flex-column-mobile {
      flex-direction: column; }
    .flex-mobile-full-width {
      width: 100%; } }

.privacy-notification {
  background: #c11c21;
  text-align: center;
  color: #fff;
  padding: 5px 0; }
  .privacy-notification a {
    color: #fff;
    text-decoration: underline; }

.top-header {
  background-color: #00818a; }
  .top-header-links {
    padding: 15px; }
    @media (max-width: 767px) {
      .top-header-links {
        padding: 10px 0 0 0; } }
  .top-header-icon {
    max-width: 20px;
    float: left;
    margin-right: 5px;
    overflow: hidden; }
    .top-header-icon svg {
      fill: #ffffff;
      width: 20px;
      height: 20px; }
  .top-header span {
    color: #ffffff;
    text-transform: uppercase;
    clear: both; }
  .top-header .text-right {
    text-align: right; }
  .top-header .flex-parent {
    display: flex;
    flex-flow: row wrap;
    background-color: #00818a;
    width: 100vw;
    justify-content: center; }
    .top-header .flex-parent div {
      padding: 5%;
      min-width: 250px; }
    .top-header .flex-parent-top {
      display: flex;
      padding-left: 2vh;
      padding-right: 2vh;
      flex-flow: row nowrap;
      background-color: #00818a;
      width: 100vw;
      justify-content: center; }
      .top-header .flex-parent-top div {
        min-width: 250px;
        padding: 25px; }
        .top-header .flex-parent-top div h1 {
          margin: 0px;
          padding: 0px;
          font-weight: normal; }
        .top-header .flex-parent-top div h2 {
          margin: 0px;
          padding: 0px;
          font-weight: normal; }
  .top-header .navicent-search-input {
    display: none;
    position: relative;
    background-color: rgba(0, 0, 0, 0.9);
    color: #b2d9dc;
    height: 100vh;
    width: 100vw;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
    .top-header .navicent-search-input .title {
      background-color: #00818a;
      text-align: center;
      padding: 20px;
      font-size: 2rem; }
    .top-header .navicent-search-input .close-btn {
      position: absolute;
      top: 2vh;
      color: #001e20 !important;
      right: 6vw; }
      .top-header .navicent-search-input .close-btn a {
        color: #001e20; }
    .top-header .navicent-search-input h1 {
      text-align: center;
      margin-bottom: 0px;
      padding: 25px; }
    .top-header .navicent-search-input h2 {
      font-family: "FFBauWebProRegular", sans-serif; }
    .top-header .navicent-search-input.open {
      display: block;
      position: fixed;
      left: 0px;
      top: 0px;
      z-index: 3000;
      margin: auto; }
    .top-header .navicent-search-input form {
      border-radius: 0px;
      padding: 20px 10px 10px 10px;
      width: 100vw;
      max-width: 100%; }
    .top-header .navicent-search-input input[type="text"] {
      height: 50px;
      border-radius: 0px;
      width: 80%;
      margin-bottom: 10px; }
    .top-header .navicent-search-input input[type="submit"] {
      display: inline-block;
      width: 15%;
      position: relative;
      border: none;
      padding: 10px 20px;
      min-width: 80px;
      -webkit-appearance: none; }

.navicent-header {
  border-bottom: 1px solid rgba(0, 112, 120, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 99;
  padding: 25px 0; }
  .navicent-header .navicent-logo {
    float: left;
    max-width: 200px;
    margin-right: 150px;
    position: relative;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      .navicent-header .navicent-logo {
        margin-right: 0; } }
    .navicent-header .navicent-logo img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: auto; }
  .navicent-header .navicent-navigation {
    position: fixed;
    width: 100vw;
    left: -100vw;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
    transition: .3s ease-in-out all;
    background: rgba(0, 112, 120, 0.9);
    padding-top: 40px; }
    @media all and (max-width: 767px) {
      .navicent-header .navicent-navigation {
        z-index: 10; } }
    .navicent-header .navicent-navigation .mega {
      white-space: normal;
      width: 100%;
      align-items: flex-start; }
    .navicent-header .navicent-navigation.open {
      left: 0; }
    .navicent-header .navicent-navigation ul,
    .navicent-header .navicent-navigation li {
      margin: 0;
      padding: 0; }
    .navicent-header .navicent-navigation li {
      flex: 1 1 auto;
      white-space: nowrap; }
    .navicent-header .navicent-navigation .subNavMenu a {
      padding-left: 20px; }
    .navicent-header .navicent-navigation-item {
      position: relative; }
      .navicent-header .navicent-navigation-item a {
        color: #fff;
        font-size: 14px;
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        border-bottom: 1px solid #007078;
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
        @media screen and (max-width: 1344px) {
          .navicent-header .navicent-navigation-item a {
            font-size: 14px; } }
        @media screen and (max-width: 1237px) {
          .navicent-header .navicent-navigation-item a {
            font-size: 12px; } }
        @media screen and (max-width: 1199px) {
          .navicent-header .navicent-navigation-item a {
            font-size: 14px; } }
      .navicent-header .navicent-navigation-item .more {
        position: absolute;
        display: block;
        z-index: 99;
        top: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.7);
        width: 40px;
        height: 40px;
        color: #007078;
        line-height: 40px;
        font-size: 32px;
        text-align: center; }
        .navicent-header .navicent-navigation-item .more span {
          display: block;
          transition: .3s ease-in-out all; }
        .navicent-header .navicent-navigation-item .more.open span {
          transform: rotate(45deg); }
      .navicent-header .navicent-navigation-item-sub-menu {
        display: none; }
        .navicent-header .navicent-navigation-item-sub-menu a {
          height: 30px;
          line-height: 30px;
          font-weight: normal !important;
          font-size: 14px; }
    .navicent-header .navicent-navigation-toggle {
      display: block;
      float: right;
      width: 40px;
      height: 40px;
      background: #007078;
      position: relative;
      z-index: 99;
      transition: .3s ease-in-out all; }
      .navicent-header .navicent-navigation-toggle svg {
        margin: 5px; }
        .navicent-header .navicent-navigation-toggle svg path {
          fill: #fff; }
      .navicent-header .navicent-navigation-toggle .toggle-line {
        transition: .3s ease-in-out all; }
      .navicent-header .navicent-navigation-toggle.open {
        background: #fff;
        top: 0;
        position: fixed;
        right: 0; }
        .navicent-header .navicent-navigation-toggle.open svg path {
          fill: #007078; }
        .navicent-header .navicent-navigation-toggle.open .toggle-line-top {
          transform-origin: left;
          transform: rotate(45deg) translateX(-10px) translateY(-10px); }
        .navicent-header .navicent-navigation-toggle.open .toggle-line-middle {
          transform: transformX(40px);
          opacity: 0; }
        .navicent-header .navicent-navigation-toggle.open .toggle-line-bottom {
          transform-origin: left;
          transform: rotate(-45deg) translateX(-20px) translateY(20px); }
  .navicent-header .navicent-search-wrap {
    float: right;
    width: 40px;
    height: 40px;
    background: #00818a;
    z-index: 100; }
  .navicent-header .navicent-search-toggle {
    display: block;
    width: 40px;
    height: 40px; }
    .navicent-header .navicent-search-toggle-icon {
      margin: 0 auto; }
    .navicent-header .navicent-search-toggle svg {
      margin: 10px;
      max-width: 40px; }
      .navicent-header .navicent-search-toggle svg path {
        fill: #fff; }
    .navicent-header .navicent-search-toggle span {
      display: none;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center; }
  .navicent-header .navicent-search-input {
    display: none; }
    .navicent-header .navicent-search-input input[type="text"] {
      max-width: 0px;
      transition: .3s ease-in-out all; }
  .navicent-header .navicent-search-wrap.open {
    position: relative; }
  @media all and (min-width: 980px) {
    .navicent-header .navicent-search-wrap {
      width: 100px;
      height: 100px; }
    .navicent-header .navicent-search-toggle {
      width: 100px;
      height: 100px; }
      .navicent-header .navicent-search-toggle-icon {
        width: 60px;
        height: 60px;
        margin: 20px auto 0; }
      .navicent-header .navicent-search-toggle span {
        display: block; } }
  @media all and (min-width: 980px) {
    .navicent-header .navicent-navigation {
      display: block;
      clear: both;
      width: calc(100% - 100px);
      padding: 0;
      left: auto;
      background: none;
      height: auto;
      position: relative;
      overflow-y: visible;
      border-top: 1px solid #b2d9dc; }
      .navicent-header .navicent-navigation > ul {
        display: flex;
        justify-content: space-around; }
      .navicent-header .navicent-navigation-item {
        position: relative;
        display: inline-block; }
        .navicent-header .navicent-navigation-item > a {
          display: block;
          text-transform: uppercase;
          color: #007078;
          border: none; }
        .navicent-header .navicent-navigation-item .more {
          display: none; }
        .navicent-header .navicent-navigation-item li:nth-child(even) {
          background: #e2ebee; }
        .navicent-header .navicent-navigation-item-sub-menu {
          display: none;
          position: absolute;
          z-index: 999;
          top: calc(100% - 10px);
          left: 0;
          background: #fff;
          border: 1px solid #c6d2d7; }
          .navicent-header .navicent-navigation-item-sub-menu li {
            width: 300px; }
          .navicent-header .navicent-navigation-item-sub-menu a {
            display: block;
            width: 100%;
            padding: 3px 7px;
            color: #000;
            line-height: auto;
            height: auto;
            border-bottom: 1px solid rgba(178, 217, 220, 0.5);
            transition: .3s ease-in-out all; }
            .navicent-header .navicent-navigation-item-sub-menu a:hover {
              background: #b2d9dc; }
        .navicent-header .navicent-navigation-item:hover .navicent-navigation-item-sub-menu {
          display: block; }
      .navicent-header .navicent-navigation-toggle {
        display: none; } }
  @media all and (min-width: 1200px) {
    .navicent-header .navicent-navigation {
      clear: none;
      border-top: none; } }

.navicent-hero {
  position: relative;
  padding-top: 140px;
  padding-bottom: 40px;
  background-image: url("../ui/nav-hero-mobile.jpg");
  background-position: right center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .navicent-hero {
      background-position: 801px center !important; } }
  @media screen and (max-width: 508px) {
    .navicent-hero {
      background-position: 676px center !important;
      height: 900px; } }
  .navicent-hero .container {
    position: relative;
    z-index: 2; }
  .navicent-hero .form-wrap {
    padding-left: 20px;
    padding-right: 20px; }
    @media all and (min-width: 768px) {
      .navicent-hero .form-wrap {
        width: 40.33333%;
        float: left; } }
  .navicent-hero-panel-container {
    position: relative;
    height: 180px; }
  .navicent-hero:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 112, 120, 0.3); }
  .navicent-hero h2 {
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 10px #00000080; }
    @media (max-width: 500px) {
      .navicent-hero h2 {
        margin-bottom: 20px; } }
    .navicent-hero h2 em {
      color: #c11c21; }
  .navicent-hero-panel {
    opacity: 0;
    padding: 10px;
    background: #fff;
    border: 2px solid #b2d9dc;
    border-radius: 9px;
    transition: .3s ease-in-out all;
    overflow: hidden;
    transform: translate(-300px, 0);
    position: absolute;
    bottom: 60px; }
    .navicent-hero-panel.active {
      opacity: 1;
      transform: translate(0, 0); }
    .navicent-hero-panel-toggle {
      display: inline-block;
      position: relative;
      padding: 12px 20px 10px 20px;
      margin-top: 10px;
      background: #656f75;
      color: #fff !important;
      border-radius: 5px;
      transition: .3s ease-in-out all; }
      .navicent-hero-panel-toggle-container {
        position: absolute;
        bottom: 0; }
      .navicent-hero-panel-toggle:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #b2d9dc;
        border-width: 10px;
        margin-left: -10px;
        opacity: 0;
        transition: .3s ease-in-out all; }
      .navicent-hero-panel-toggle.active {
        background: #007078; }
        .navicent-hero-panel-toggle.active:after {
          opacity: 1; }
      .navicent-hero-panel-toggle:hover {
        background: #007078; }
        .navicent-hero-panel-toggle:hover:after {
          opacity: 1; }
  .navicent-hero .navicent-form-hero label {
    display: none; }
  .navicent-hero .navicent-form-hero select {
    width: 100%; }
  .navicent-hero .navicent-form-hero-search input {
    display: block;
    float: left; }
  .navicent-hero .navicent-form-hero-search input[type="text"] {
    width: calc(100% - 80px);
    border-radius: 9px 0 0 9px; }
  .navicent-hero .navicent-form-hero-search input[type="submit"] {
    width: 80px;
    border-radius: 0 9px 9px 0; }
  @media all and (min-width: 980px) {
    .navicent-hero {
      padding: 80px 0;
      background-image: url("../ui/nav-hero.jpg"); }
      .navicent-hero:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 112, 120, 0.1); } }
  @media screen and (max-width: 768px) {
    .navicent-hero {
      padding-bottom: 300px !important;
      background-position: 686px center; } }

@media screen and (max-width: 768px) {
  .form-wrap-2 {
    height: 89px; } }

@media screen and (max-width: 768px) {
  .form-wrap-mobile {
    margin-bottom: 126px !important; } }

.navicent-quick-nav {
  background: #007078; }
  .navicent-quick-nav ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around; }
  .navicent-quick-nav ul,
  .navicent-quick-nav li {
    margin: 0;
    padding: 0;
    font-size: 0;
    verticle-align: middle; }
  .navicent-quick-nav .navigation-highlight-item {
    flex-grow: 1;
    min-width: 50%;
    text-align: left; }
    .navicent-quick-nav .navigation-highlight-item a {
      display: block;
      padding: 10px 0;
      font-size: 14px;
      color: #fff;
      font-weight: bold; }
    @media all and (min-width: 768px) {
      .navicent-quick-nav .navigation-highlight-item.patient-portal-item .navigation-highlight-item-icon {
        position: relative;
        left: -5px; } }
    .navicent-quick-nav .navigation-highlight-item-icon {
      position: relative;
      top: 4px;
      margin: 5px auto;
      width: 20px;
      height: 20px;
      display: inline-block; }
      .navicent-quick-nav .navigation-highlight-item-icon svg {
        max-width: 20px;
        max-height: 20px; }
        .navicent-quick-nav .navigation-highlight-item-icon svg path,
        .navicent-quick-nav .navigation-highlight-item-icon svg polygon {
          fill: #b2d9dc;
          stroke: #b2d9dc; }
      .navicent-quick-nav .navigation-highlight-item-icon.no-stroke svg {
        stroke: none; }
    .navicent-quick-nav .navigation-highlight-item span {
      display: inline-block; }
    @media all and (min-width: 980px) {
      .navicent-quick-nav .navigation-highlight-item {
        min-width: 20%; }
        .navicent-quick-nav .navigation-highlight-item-icon {
          display: block;
          width: 100%;
          height: 36px;
          text-align: center; }
          .navicent-quick-nav .navigation-highlight-item-icon svg {
            max-width: 36px;
            max-height: 36px; }
          .navicent-quick-nav .navigation-highlight-item-icon.express svg {
            max-width: 60px;
            top: 7px; }
        .navicent-quick-nav .navigation-highlight-item span {
          display: block;
          text-align: center;
          text-transform: uppercase; } }

.navicent-featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center; }

.navicent-featured-tabs {
  display: none;
  margin: 0;
  padding: 0; }

.navicent-featured-tab {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #007078;
  display: block;
  padding: 10px;
  color: #fff; }
  .navicent-featured-tab:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #007078;
    mix-blend-mode: multiply; }
  .navicent-featured-tab a {
    display: block;
    position: relative;
    padding: 10px;
    color: #fff; }
  .navicent-featured-tab.flex-active, .navicent-featured-tab:hover {
    border: 2px solid rgba(178, 217, 220, 0.5); }
    .navicent-featured-tab.flex-active:before, .navicent-featured-tab:hover:before {
      mix-blend-mode: normal; }

.navicent-featured-single {
  display: none; }
  .navicent-featured-single.active {
    display: block; }

.navicent-featured-caption {
  background: rgba(255, 255, 255, 0.9); }

.navicent-featured-title {
  font-size: 1.75em;
  color: #00818a;
  text-shadow: 0 2px 2px #FFFFFF80; }
  @media (max-width: 767px) {
    .navicent-featured-title {
      font-size: 1rem; } }

.navicent-featured-preview p {
  color: #373e41; }

.navicent-featured-controls .flex-control-nav {
  width: auto;
  bottom: auto;
  text-align: left; }
  .navicent-featured-controls .flex-control-nav li {
    margin: 0;
    display: block; }

.navicent-featured-content .flexslider {
  display: flex;
  position: relative;
  margin: 0 auto;
  height: 500px;
  max-height: 500px;
  overflow: hidden; }
  .navicent-featured-content .flexslider .home-hero-caption {
    position: absolute;
    justify-content: flex-end;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 50px 100px 50px 50px; }
    @media (max-width: 767px) {
      .navicent-featured-content .flexslider .home-hero-caption {
        align-items: flex-end; } }
    .navicent-featured-content .flexslider .home-hero-caption-text {
      color: #e4f0f2;
      font-size: 45px;
      text-shadow: 3px 3px 2px #000; }
      @media (max-width: 767px) {
        .navicent-featured-content .flexslider .home-hero-caption-text {
          font-size: 40px; } }

.navicent-featured-content .slides > li {
  position: relative; }

.navicent-featured-content .flex-control-nav {
  bottom: 50px; }
  @media all and (max-width: 767px) {
    .navicent-featured-content .flex-control-nav {
      bottom: 0px;
      left: 10px; } }
  .navicent-featured-content .flex-control-nav li {
    margin: 0; }
    .navicent-featured-content .flex-control-nav li a {
      width: 50px;
      height: 10px;
      margin: 0 5px;
      background: #b2d9dc;
      border-radius: 0;
      border: #fff;
      transition: .3s ease-in-out all; }
      .navicent-featured-content .flex-control-nav li a:hover, .navicent-featured-content .flex-control-nav li a.flex-active {
        background: #00818a; }

.navicent-featured-caption {
  position: absolute;
  top: 45%;
  left: 6%;
  max-width: 50%;
  padding: 40px; }
  @media (max-width: 767px) {
    .navicent-featured-caption {
      padding: 10px;
      top: 0; } }

.navicent-featured-content .navicent-featured-tabs {
  display: block;
  position: absolute;
  top: 120px;
  left: 40px;
  width: 400px;
  z-index: 20; }

.navicent-about-us {
  margin: 20px 0; }
  .navicent-about-us-tabs {
    padding: 0;
    margin: 0; }
    @media all and (min-width: 768px) {
      .navicent-about-us-tabs {
        margin: 16px 0 0 0; } }
  @media all and (min-width: 980px) {
    .navicent-about-us {
      margin: 40px 0 60px; }
      .navicent-about-us h3 {
        margin-top: 1em;
        font-size: 24px; }
        .navicent-about-us h3 em {
          color: #007078; } }

.navicent-services-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 0;
  padding: 0; }

.navicent-services-wrap-home {
  background: #007078;
  padding: 20px 0; }
  .navicent-services-wrap-home h2 {
    color: #fff;
    text-align: center; }

.navicent-services-item {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
  margin: 0;
  padding: 10px;
  width: 50%;
  min-width: 50%;
  font-weight: bold;
  font-size: 14px;
  text-align: center; }
  .navicent-services-item:nth-child(odd):after {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    top: 0;
    right: -1px;
    bottom: 20px;
    background: rgba(136, 160, 168, 0.5); }
  .navicent-services-item:last-child:after {
    display: none; }
  .navicent-services-item a {
    display: block;
    padding-bottom: 10px;
    width: 100%;
    color: #fff !important;
    border-bottom: 3px solid rgba(136, 160, 168, 0.5); }
  .navicent-services-item:hover .navicent-services-icon {
    border: 3px solid #b2d9dc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.navicent-services-icon {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid rgba(178, 217, 220, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  transition: .3s ease-in-out border; }
  .navicent-services-icon svg {
    width: 100%;
    height: auto;
    max-width: 48px;
    max-height: 48px; }
    .navicent-services-icon svg path,
    .navicent-services-icon svg ellipse,
    .navicent-services-icon svg rect {
      fill: #b2d9dc; }

@media all and (min-width: 768px) {
  .navicent-services-item {
    font-size: 18px; } }

@media all and (min-width: 980px) {
  .navicent-services-wrap-home {
    padding: 40px 0;
    margin-top: -50px; }
    .navicent-services-wrap-home h2 {
      font-size: 36px; }
  .navicent-services-item {
    min-width: 33.33%;
    width: 33.33%; }
    .navicent-services-item:nth-child(odd):after {
      content: '';
      display: none; }
    .navicent-services-item:nth-child(3n + 1):after, .navicent-services-item:nth-child(3n + 2):after {
      content: '';
      display: block;
      position: absolute;
      width: 3px;
      top: 0;
      right: -1px;
      bottom: 20px;
      background: rgba(136, 160, 168, 0.3); }
    .navicent-services-item:last-child:after {
      display: none; }
    .navicent-services-item a {
      border-bottom: 3px solid rgba(136, 160, 168, 0.3); } }

.navicent-footer-top {
  padding: 10px 0;
  margin: 0 0 30px 0;
  background: #656f75; }
  .navicent-footer-top ul,
  .navicent-footer-top li {
    margin: 0;
    padding: 0; }
  .navicent-footer-top a {
    color: #fff !important; }

.navicent-footer-social li {
  display: inline-block; }

.navicent-footer-social a {
  font-size: 24px;
  padding-top: 5px;
  display: block;
  width: 30px;
  text-align: center; }

.navicent-footer-nav {
  margin-top: 20px; }
  .navicent-footer-nav a {
    font-weight: bold;
    font-size: 11px; }

.navicent-footer-logo {
  display: block;
  margin: 20px auto 10px; }

.navicent-footer-contact span {
  display: inline-block;
  margin-bottom: 10px; }

.navicent-footer-contact i {
  display: inline-block;
  width: 20px;
  text-align: center;
  color: #48bb8d; }

.navicent-footer-copyright {
  padding: 20px 0;
  background: #007078;
  color: #fff !important;
  font-size: 14px;
  line-height: 18px; }

@media all and (min-width: 980px) {
  .navicent-footer-nav {
    margin-top: 0;
    text-align: right; }
    .navicent-footer-nav li {
      display: inline-block;
      margin-left: 15px; }
      .navicent-footer-nav li a {
        display: block;
        padding-top: 10px; }
  .navicent-footer-awards {
    text-align: right;
    margin-top: 15px; } }

@media all and (max-width: 767px) {
  .branding .login-patient-portal {
    float: none;
    margin: 0 auto 20px;
    max-width: 350px; }
    .branding .login-patient-portal .patient-portal {
      float: none;
      font-size: 14px; } }

.branding .for-healthcare-professionals {
  float: right;
  position: relative;
  text-align: right;
  color: #004a98;
  text-decoration: none;
  width: 155px;
  margin-top: 10px;
  line-height: 1.2em; }
  .branding .for-healthcare-professionals:before {
    content: url(../ui/icon-arrow.png);
    background: #fff;
    height: 25px;
    width: 25px;
    display: block;
    position: absolute;
    text-align: center;
    padding-top: 5px;
    left: 10px;
    top: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .branding .for-healthcare-professionals:hover:before {
    left: 15px; }
  .branding .for-healthcare-professionals:hover > div {
    left: auto;
    right: 0; }
  .branding .for-healthcare-professionals div {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    left: -999em;
    position: absolute;
    top: 100%;
    z-index: 99999;
    background: #f9f9f9;
    border: 2px solid #ccc;
    border-bottom: 2px solid #004a98;
    border-top: none;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 10px; }
    .branding .for-healthcare-professionals div ul {
      margin: 0; }
      .branding .for-healthcare-professionals div ul li {
        list-style: none; }
        .branding .for-healthcare-professionals div ul li a {
          width: 260px;
          font-size: 14px;
          font-weight: normal;
          padding-top: 5px;
          padding-bottom: 5px;
          border: none;
          text-align: left;
          display: block;
          border-bottom: 1px solid #f1f1f1; }

.branding .ebola-button:after {
  padding-top: 4px; }

.banner.wrap {
  border-top: 3px solid #007078;
  max-width: 960px;
  width: 100%; }
  .banner.wrap img {
    display: none; }

.banner {
  margin-bottom: 30px; }

.home .banner {
  display: none; }

@media (max-width: 767px) {
  .home {
    position: relative; } }

#quickmedDropdown {
  position: relative;
  float: left;
  width: 26%; }
  @media all and (max-width: 767px) {
    #quickmedDropdown {
      width: 100%; } }

#quickmedDropdown ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  list-style: none;
  width: 272px;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px 5px 20px;
  border: none;
  text-align: left;
  display: block;
  border-bottom: 1px solid #f1f1f1;
  position: absolute;
  top: 50px;
  z-index: 99999;
  background: #D1FEEC;
  border: 2px solid #ccc;
  border-bottom: 2px solid #f1f1f1;
  border-top: none;
  -webkit-border-radius: 0 0 5px 5px;
  margin: 0; }
  @media all and (max-width: 767px) {
    #quickmedDropdown ul {
      width: 100%;
      left: 0;
      right: 0;
      margin: auto; } }

#quickmedDropdown ul li {
  margin-top: 9px; }

#quickmedDropdown ul li a:link,
#quickmedDropdown ul li a:visited {
  color: black;
  font-weight: bold; }

#quickmedDropdown ul li a:hover,
#quickmedDropdown ul li a:active {
  color: #F00000; }

.top-bar .quick-med {
  line-height: 2.2em;
  width: 100%; }

.top-bar .quick-med:after {
  line-height: .2em; }

/* Ebola Button */
.branding.wrap {
  position: relative; }

.ebola-button {
  float: right;
  position: absolute;
  right: 20px;
  bottom: 30px;
  color: #C11C21 !important;
  font-size: 16px;
  padding-right: 40px; }

.ebola-button:after {
  content: url(../ui/icon-arrow.png);
  background: #fff;
  height: 23px;
  width: 23px;
  display: block;
  position: absolute;
  text-align: center;
  padding-top: 2px !important;
  right: 10px;
  top: -1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }

.ebola-button2 {
  background: #C11C21;
  display: block; }

ul.subNavMenu {
  margin-left: 15px; }

.footer {
  border-top: 3px solid #004a98;
  padding: 2em 0;
  color: #404041; }
  .footer a {
    color: #404041; }
  @media all and (max-width: 767px) {
    .footer {
      text-align: center; }
      .footer .footer-info,
      .footer .footer-menu {
        width: 100%;
        float: none; }
      .footer .footer-info .footer-logo {
        margin: 0 auto; }
      .footer .footer-info .social {
        float: none;
        margin: 1em auto; }
        .footer .footer-info .social ul {
          text-align: center; }
          .footer .footer-info .social ul li {
            float: none;
            display: inline-block;
            margin: 0 10px; }
      .footer .footer-info .footer-contact {
        text-align: center; }
      .footer .footer-menu ul {
        text-align: center;
        margin: 2%; }
        .footer .footer-menu ul li {
          margin: 3%; }
      .footer .footer-menu .footer-award {
        float: none; }
        .footer .footer-menu .footer-award img {
          margin: 0 auto;
          display: block; } }
  .footer .footer-info {
    float: left;
    width: 30%; }
    .footer .footer-info .footer-logo {
      display: block;
      background: url(../ui/logo-footer-color.png) center center no-repeat;
      width: 196px;
      height: 49px;
      text-indent: -9999px; }
    .footer .footer-info .social ul {
      margin: 1em 0; }
      .footer .footer-info .social ul li {
        list-style: none;
        float: left;
        margin: 0 20px 0 0; }
        .footer .footer-info .social ul li a {
          display: block;
          color: #404040;
          font-size: 20px; }
          .footer .footer-info .social ul li a i {
            line-height: 50px; }
    .footer .footer-info .footer-contact {
      font-size: 14px;
      margin-bottom: 0; }
      .footer .footer-info .footer-contact .phone {
        font-weight: bold;
        display: inline-block;
        margin-top: 1em; }
    @media all and (max-width: 979px) {
      .footer .footer-info {
        width: 25%; } }
    @media all and (max-width: 767px) {
      .footer .footer-info {
        float: none;
        width: 100%; } }
  .footer .footer-menu {
    float: right;
    width: 70%; }
    .footer .footer-menu ul {
      margin: 10px 0 0 0;
      text-align: right; }
      .footer .footer-menu ul li {
        list-style: none;
        margin-bottom: 1em;
        display: inline-block;
        margin-left: 20px; }
        .footer .footer-menu ul li a {
          font-weight: bold; }
    @media all and (max-width: 979px) {
      .footer .footer-menu {
        width: 75%; }
        .footer .footer-menu ul li {
          margin-left: 10px; } }

#footerCopyright {
  float: right;
  width: 100%;
  text-align: center; }
  @media all and (max-width: 767px) {
    #footerCopyright {
      float: none;
      text-align: center; } }

.footer {
  margin-top: 30px; }

.home .footer {
  margin-top: 0; }

.navicent-footer-logo img {
  max-width: 290px; }

@media all and (max-width: 767px) {
  .tt-dropdown-menu {
    max-width: 90vw; } }

.content .services-search-results {
  margin: 0;
  padding: 0;
  list-style: none; }
  .content .services-search-results li {
    list-style: none;
    padding: 10px 0 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc; }

.community-slider-home {
  background-image: url("../ui/bg-community-news.jpg");
  background-position: top center;
  background-size: cover;
  padding: 100px 20px 80px; }
  @media (max-width: 767px) {
    .community-slider-home {
      padding: 20px 20px 40px; } }
  .community-slider-home h2 {
    color: #1f2325;
    margin: 0;
    padding: 20px;
    text-align: center; }
  .community-slider-home h3 {
    margin-top: 0; }
  .community-slider-home .newslist {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 25px;
    margin: 5px;
    min-height: 350px; }
    .community-slider-home .newslist .btn-comm-news {
      margin: 0 auto; }
    @media (max-width: 767px) {
      .community-slider-home .newslist-slides .col-4:nth-child(2) {
        display: none; }
      .community-slider-home .newslist-slides .col-4:nth-child(3) {
        display: none; } }
  .community-slider-home .flexslider {
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: rgba(0, 112, 120, 0.7) 0 0 10px;
    border-radius: 0 0 9px 9px; }

.for-visitors,
.for-patients > ul > li,
.for-visitors > ul > li {
  background: #fff !important; }

#news_category {
  padding: 5px; }

.has-gutter-right-half {
  margin-right: 15px; }

.has-gutter-left-half {
  margin-right: 15px; }

@media (max-width: 767px) {
  .has-gutter-mobile-none {
    margin: 0; } }

/* indclude module styles here or include separate module files from the modules directory */
.accordion {
  margin: 0;
  padding: 0;
  border: 2px solid #27818A;
  border-radius: 3px;
  width: 100%; }

.accordion h3 {
  margin: 0;
  padding: 0; }

.accordion:focus-within {
  border-color: #000; }

.accordion:focus-within h3 {
  background-color: #EFF8F8; }

.accordion > * + * {
  border-top: 1px solid #27818A; }

.accordion-trigger {
  background: none;
  color: #006970;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: 1em 1.5em;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none; }

.accordion-trigger:focus,
.accordion-trigger:hover {
  background: #EFF8F8; }

.accordion-trigger:focus {
  outline: 4px solid transparent; }

.accordion > *:first-child .accordion-trigger,
.accordion > *:first-child {
  border-radius: 5px 5px 0 0; }

.accordion > *:last-child .accordion-trigger,
.accordion > *:last-child {
  border-radius: 0 0 5px 5px; }

button {
  border-style: none; }

.accordion button::-moz-focus-inner {
  border: 0; }

.accordion-title {
  display: block;
  pointer-events: none;
  border: transparent 2px solid;
  border-radius: 5px;
  padding: 0.25em;
  outline: none; }

.accordion-trigger:focus .accordion-title {
  border-color: #27818A; }

.accordion-icon {
  border: solid currentcolor;
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem; }

.accordion-trigger:focus .accordion-icon,
.accordion-trigger:hover .accordion-icon {
  border-color: #006970; }

.accordion-trigger[aria-expanded="true"] .accordion-icon {
  transform: translateY(-50%) rotate(-135deg); }

.accordion-panel {
  margin: 0;
  padding: 1em 1.5em; }
  .accordion-panel ul, .accordion-panel li {
    border-bottom: none !important;
    list-style: disc !important; }

/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.accordion-panel[hidden] {
  display: none; }

.box {
  margin: 20px 0; }

ul {
  list-style: none; }

.top-level {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #c5c5c5;
  line-height: 50px;
  margin: 5px 0;
  font-weight: 400;
  font-size: 16px;
  color: #006970; }
  .top-level:hover {
    cursor: pointer; }
  .top-level .header {
    display: inline-block;
    width: 95%;
    margin-top: 10px;
    padding-left: 20px; }
    .top-level .header h3:hover {
      color: #007078; }
  .top-level::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0dd'; }

.second-level {
  background-color: white;
  color: #373e41;
  display: none;
  margin-top: -5px;
  box-sizing: border-box;
  line-height: 1.3em;
  margin: 0 20px 20px 20px; }

.second-level ul,
.second-level li {
  list-style: none !important; }

.active span {
  width: 100%;
  display: inline-block; }

.alert {
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  margin: 10px auto; }
  .alert-red {
    background: #D41200;
    color: #fff; }
  .alert-teal {
    background: #00818a;
    color: #fff; }
  .alert-blue {
    background: #004a98;
    color: #fff; }
  .alert-yellow {
    background: #f0c300;
    color: #1f2325; }
  .alert-orange {
    background: #ff7f31;
    color: #1f2325; }
  .alert-border {
    background: #fff;
    border: 2px solid #00818a; }
  .alert-footer {
    padding: 8px 0 5px;
    text-align: center;
    color: #1f2325; }
    .alert-footer a {
      color: #1f2325; }
      .alert-footer a:hover {
        color: #00818a;
        text-decoration: underline; }

#covidAlert {
  margin: 0; }
  #covidAlert p {
    margin: 0; }

table {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd; }
  table th {
    background: #00818a;
    color: #fff;
    padding: 5px; }
  table td {
    padding: 5px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; }
  table tr:nth-child(odd) {
    background: #e2ebee; }
  table tr:hover {
    background: #b2d9dc; }

.physician-table {
  border: 1px solid #dddddd; }
  .physician-table td, .physician-table th {
    padding: 5px 10px;
    border-left: 1px solid #dddddd; }
    .physician-table td:first-child, .physician-table th:first-child {
      border: none; }
  .physician-table th a {
    position: relative; }
    .physician-table th a:before {
      content: '';
      width: 9px;
      height: 0px;
      background: url("../img/phys-table-sort.png") no-repeat;
      margin: 0;
      padding: 13px 0 0;
      display: block;
      overflow: hidden;
      outline: none !important;
      position: absolute;
      right: -14px;
      top: 6px; }
    .physician-table th a.asc:before {
      background-position: -9px 0; }
    .physician-table th a.desc:before {
      background-position: -18px 0; }
  .physician-table tr {
    background-color: #fff;
    border-top: 1px solid #dddddd; }
  .physician-table td a:link, .physician-table td a:visited {
    text-decoration: underline; }
  .physician-table td a:hover, .physician-table td a:active {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
  .physician-table tbody tr.altrow {
    background-color: #f0f0f0; }
  .physician-table a.phone {
    padding: 7px 5px 5px 25px !important;
    text-decoration: none !important;
    line-height: auto !important; }
    .physician-table a.phone:before {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      display: block;
      width: 20px;
      height: 20px;
      background: url("../ui/icon-phone.png") left center no-repeat; }
  .physician-table .map-marker {
    text-align: center; }
  .physician-table .map-icon {
    width: 15px;
    height: 0px;
    background: url("../img/map-icon.png") no-repeat;
    margin: 0;
    padding: 24px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
    display: inline-block;
    background-size: 15px 24px; }
  @media all and (max-width: 767px) {
    .physician-table.tablesaw-stack tbody tr {
      box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9); }
    .physician-table.tablesaw-stack tbody td {
      clear: none !important;
      border: none !important; }
      .physician-table.tablesaw-stack tbody td .tablesaw-cell-label {
        display: none !important; }
      .physician-table.tablesaw-stack tbody td .tablesaw-cell-content {
        max-width: 100%; }
      .physician-table.tablesaw-stack tbody td.name {
        font-size: 16px;
        font-weight: 500;
        padding: 7px 3px 3px; }
      .physician-table.tablesaw-stack tbody td.specialty {
        display: none; }
      .physician-table.tablesaw-stack tbody td.practice-name {
        font-size: 10px;
        padding: 3px 3px 7px; }
      .physician-table.tablesaw-stack tbody td.name, .physician-table.tablesaw-stack tbody td.practice-name {
        width: 70%;
        float: left; }
      .physician-table.tablesaw-stack tbody td.phone-wrap, .physician-table.tablesaw-stack tbody td.map-marker {
        width: 13%;
        float: right;
        margin-top: -20px;
        border: none; }
      .physician-table.tablesaw-stack tbody td.phone-wrap {
        margin-right: 3px; }
      .physician-table.tablesaw-stack tbody td .phone {
        text-indent: -999em;
        width: 20px;
        height: 20px;
        background: none;
        border: none;
        padding: 0;
        top: 2px; }
        .physician-table.tablesaw-stack tbody td .phone i {
          display: block; }
        .physician-table.tablesaw-stack tbody td .phone:before {
          background: url("../ui/icon-phone-blue.png") left center no-repeat;
          top: 0; } }

.pagination {
  text-align: center;
  font-size: 0; }
  .pagination span {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-right: 0px; }
  .pagination .number {
    width: 30px; }
    .pagination .number.current {
      background-color: #007078;
      color: #eee; }
  .pagination .next {
    border-right: 1px solid #ccc; }
  .pagination .previous,
  .pagination .next {
    padding-left: 8px;
    padding-right: 8px; }

.physician-search .search-bar .clear-search {
  margin: -1px 0 0 10px; }

@media all and (min-width: 768px) {
  .physician-search .search-bar {
    float: right;
    margin-left: 30px; } }

@media all and (max-width: 767px) {
  .physician-search .search-bar {
    margin-top: 0;
    clear: left; }
    .physician-search .search-bar .clear-search {
      margin-left: 0; } }

.physician-search .search-bar .input.text {
  float: left; }
  .physician-search .search-bar .input.text input[type="text"] {
    line-height: 31px;
    border-radius: 9px 0 0 9px;
    border: 2px solid #ddd;
    border-right: none; }
    @media (min-width: 768px) {
      .physician-search .search-bar .input.text input[type="text"] {
        min-width: 350px; } }

.physician-search .search-bar .submit {
  float: left;
  position: relative;
  top: -1px;
  margin-bottom: 15px; }
  .physician-search .search-bar .submit input {
    line-height: 31px;
    border-radius: 0 9px 9px 0;
    border: 2px solid #b2d9dc;
    font-weight: bold;
    font-size: 14px; }

form {
  background: #e4f0f2;
  padding: 20px;
  border: 1px solid #b2d9dc;
  border-radius: 3px; }
  form .submit input {
    background: #00818a;
    color: #fff;
    padding: 10px 40px;
    border: none;
    border-radius: 3px; }

.navicent-form-input {
  margin-bottom: 10px; }
  .navicent-form-input:last-child {
    margin-bottom: 0; }
  .navicent-form-input input,
  .navicent-form-input textarea,
  .navicent-form-input select {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    border-radius: 9px;
    border: 2px solid #007078;
    color: #007078;
    vertical-align: middle; }
  .navicent-form-input input,
  .navicent-form-input select {
    height: 40px;
    line-height: 40px;
    padding: 0 7px; }
  .navicent-form-input input[type="submit"] {
    background: #007078;
    color: #fff; }

.pfinder label {
  float: left;
  width: 250px; }

.link_wrapper div {
  margin-bottom: .5em; }
  .link_wrapper div label {
    float: left;
    width: 150px; }
  .link_wrapper div input[type="submit"] {
    background: #004a98;
    padding: .25em .5em;
    color: #fff; }

.registrationForm,
.needsForm,
.indemnificationForm {
  margin-bottom: 2em; }
  .registrationForm div,
  .needsForm div,
  .indemnificationForm div {
    margin-bottom: .5em; }
    .registrationForm div label,
    .needsForm div label,
    .indemnificationForm div label {
      float: left;
      width: 150px; }
    .registrationForm div input[type="submit"],
    .needsForm div input[type="submit"],
    .indemnificationForm div input[type="submit"] {
      background: #004a98;
      padding: .25em .5em;
      color: #fff; }

.contactForm {
  font-size: 14px !important;
  margin-bottom: 2em; }
  .contactForm h4 {
    margin-top: 2em; }
  .contactForm div {
    margin-bottom: 1em; }
  .contactForm label {
    margin-bottom: 1em; }
  .contactForm label[for=ContactName],
  .contactForm label[for=ContactSubject] {
    float: left;
    width: 200px; }
  .contactForm #ContactEmail {
    margin-top: .5em; }
  .contactForm input {
    display: block;
    width: 100%;
    border-radius: 3px; }

#Complaint,
.contactFormPeach,
.complaintFormPeach {
  font-size: 14px !important;
  margin-bottom: 2em; }
  #Complaint h4,
  .contactFormPeach h4,
  .complaintFormPeach h4 {
    margin-top: 2em;
    border-top: 1px solid #ccc;
    padding-top: 2em; }
    #Complaint h4:first-child,
    .contactFormPeach h4:first-child,
    .complaintFormPeach h4:first-child {
      margin-top: 0;
      border-top: none; }
  #Complaint div,
  .contactFormPeach div,
  .complaintFormPeach div {
    margin-bottom: 1em; }
  #Complaint label,
  .contactFormPeach label,
  .complaintFormPeach label {
    margin-bottom: .5em;
    float: left;
    width: 200px; }
  #Complaint .radio label,
  .contactFormPeach .radio label,
  .complaintFormPeach .radio label {
    float: none; }
  #Complaint label[for=ContactName],
  #Complaint label[for=ContactSubject],
  .contactFormPeach label[for=ContactName],
  .contactFormPeach label[for=ContactSubject],
  .complaintFormPeach label[for=ContactName],
  .complaintFormPeach label[for=ContactSubject] {
    float: left;
    width: 200px; }
  #Complaint #ContactEmail,
  .contactFormPeach #ContactEmail,
  .complaintFormPeach #ContactEmail {
    margin-top: .5em; }

.boothForm {
  margin-bottom: 2em; }
  .boothForm fieldset {
    margin-bottom: .75em; }
  .boothForm legend {
    font-weight: 600; }
  .boothForm label {
    float: left;
    width: 50px; }
  .boothForm input {
    float: left;
    margin: 3px 5px 0 0; }

.submit {
  margin-bottom: 2em; }

.flat-custom {
  line-height: 20px;
  height: 20px;
  position: relative;
  display: block;
  padding-left: 26px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out; }
  .flat-custom::before {
    height: 20px;
    width: 20px;
    border: 1px solid #ACBABF;
    background: #fff; }
  .flat-custom::after {
    opacity: 1;
    border-color: #00818a; }
  .flat-custom:checked {
    background: #00818a; }

.ng-select-container {
  box-shadow: none !important; }

.navicent-btn, .physician-table a.phone,
a.navicent-btn,
.physician-table a.phone,
a.btn,
button.navicent-btn,
button.btn,
.content a.navicent-btn,
.content .physician-table a.phone,
.physician-table .content a.phone,
.content a.btn,
.submit input.navicent-btn {
  display: inline-block;
  position: relative;
  clear: both;
  width: auto;
  margin: 10px 0;
  padding: 12px 20px 10px 20px;
  background: #007078;
  color: #fff !important;
  font-size: 13px;
  border-radius: 5px;
  text-decoration: none; }
  .navicent-btn:after, .physician-table a.phone:after,
  a.navicent-btn:after,
  .physician-table a.phone:after,
  a.btn:after,
  button.navicent-btn:after,
  button.btn:after,
  .content a.navicent-btn:after,
  .content .physician-table a.phone:after,
  .physician-table .content a.phone:after,
  .content a.btn:after,
  .submit input.navicent-btn:after {
    position: absolute;
    display: block;
    right: 18px;
    width: 24px;
    height: 24px;
    text-align: center; }
    .navicent-btn:after svg, .physician-table a.phone:after svg,
    a.navicent-btn:after svg,
    .physician-table a.phone:after svg,
    a.btn:after svg,
    button.navicent-btn:after svg,
    button.btn:after svg,
    .content a.navicent-btn:after svg,
    .content .physician-table a.phone:after svg,
    .physician-table .content a.phone:after svg,
    .content a.btn:after svg,
    .submit input.navicent-btn:after svg {
      display: block;
      margin: auto auto;
      width: auto;
      height: auto; }
  .navicent-btn-full,
  a.navicent-btn-full,
  a.btn-full,
  button.navicent-btn-full,
  button.btn-full,
  .content a.navicent-btn-full,
  .content a.btn-full,
  .submit input.navicent-btn-full {
    width: 100%; }
    .navicent-btn-full-center,
    a.navicent-btn-full-center,
    a.btn-full-center,
    button.navicent-btn-full-center,
    button.btn-full-center,
    .content a.navicent-btn-full-center,
    .content a.btn-full-center,
    .submit input.navicent-btn-full-center {
      text-align: center; }
  .navicent-btn-article,
  a.navicent-btn-article,
  a.btn-article,
  button.navicent-btn-article,
  button.btn-article,
  .content a.navicent-btn-article,
  .content a.btn-article,
  .submit input.navicent-btn-article {
    padding-right: 50px; }
    .navicent-btn-article:after,
    a.navicent-btn-article:after,
    a.btn-article:after,
    button.navicent-btn-article:after,
    button.btn-article:after,
    .content a.navicent-btn-article:after,
    .content a.btn-article:after,
    .submit input.navicent-btn-article:after {
      content: '';
      background-image: url("../img/icons/icon-document.svg");
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 50%;
      margin-top: -12px;
      right: 10px; }
  .navicent-btn-building,
  a.navicent-btn-building,
  a.btn-building,
  button.navicent-btn-building,
  button.btn-building,
  .content a.navicent-btn-building,
  .content a.btn-building,
  .submit input.navicent-btn-building {
    padding-right: 50px; }
    .navicent-btn-building:after,
    a.navicent-btn-building:after,
    a.btn-building:after,
    button.navicent-btn-building:after,
    button.btn-building:after,
    .content a.navicent-btn-building:after,
    .content a.btn-building:after,
    .submit input.navicent-btn-building:after {
      content: '';
      background-image: url("../img/icons/icon-buildings.svg");
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 50%;
      margin-top: -12px;
      right: 10px; }
  .navicent-btn-news,
  a.navicent-btn-news,
  a.btn-news,
  button.navicent-btn-news,
  button.btn-news,
  .content a.navicent-btn-news,
  .content a.btn-news,
  .submit input.navicent-btn-news {
    padding-right: 50px; }
    .navicent-btn-news:after,
    a.navicent-btn-news:after,
    a.btn-news:after,
    button.navicent-btn-news:after,
    button.btn-news:after,
    .content a.navicent-btn-news:after,
    .content a.btn-news:after,
    .submit input.navicent-btn-news:after {
      content: '';
      background-image: url("../img/icons/icon-news.svg");
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 50%;
      margin-top: -12px;
      right: 10px; }
  .navicent-btn-apply,
  a.navicent-btn-apply,
  a.btn-apply,
  button.navicent-btn-apply,
  button.btn-apply,
  .content a.navicent-btn-apply,
  .content a.btn-apply,
  .submit input.navicent-btn-apply {
    padding-right: 50px; }
    .navicent-btn-apply:after,
    a.navicent-btn-apply:after,
    a.btn-apply:after,
    button.navicent-btn-apply:after,
    button.btn-apply:after,
    .content a.navicent-btn-apply:after,
    .content a.btn-apply:after,
    .submit input.navicent-btn-apply:after {
      content: '';
      background-image: url("../img/icons/btn-apply.svg");
      background-repeat: no-repeat;
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 50%;
      margin-top: -12px;
      right: 10px; }
  .navicent-btn-status,
  a.navicent-btn-status,
  a.btn-status,
  button.navicent-btn-status,
  button.btn-status,
  .content a.navicent-btn-status,
  .content a.btn-status,
  .submit input.navicent-btn-status {
    padding-right: 50px; }
    .navicent-btn-status:after,
    a.navicent-btn-status:after,
    a.btn-status:after,
    button.navicent-btn-status:after,
    button.btn-status:after,
    .content a.navicent-btn-status:after,
    .content a.btn-status:after,
    .submit input.navicent-btn-status:after {
      content: '';
      background-image: url("../img/icons/btn-status.svg");
      background-repeat: no-repeat;
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 50%;
      margin-top: -12px;
      right: 10px; }
  .navicent-btn-join,
  a.navicent-btn-join,
  a.btn-join,
  button.navicent-btn-join,
  button.btn-join,
  .content a.navicent-btn-join,
  .content a.btn-join,
  .submit input.navicent-btn-join {
    padding-right: 50px; }
    .navicent-btn-join:after,
    a.navicent-btn-join:after,
    a.btn-join:after,
    button.navicent-btn-join:after,
    button.btn-join:after,
    .content a.navicent-btn-join:after,
    .content a.btn-join:after,
    .submit input.navicent-btn-join:after {
      content: '';
      background-image: url("../img/icons/btn-join.svg");
      background-repeat: no-repeat;
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 50%;
      margin-top: -12px;
      right: 10px; }
  .navicent-btn-blue,
  a.navicent-btn-blue,
  a.btn-blue,
  button.navicent-btn-blue,
  button.btn-blue,
  .content a.navicent-btn-blue,
  .content a.btn-blue,
  .submit input.navicent-btn-blue {
    background: #004a98;
    color: #fff; }
  .navicent-btn-yellow,
  a.navicent-btn-yellow,
  a.btn-yellow,
  button.navicent-btn-yellow,
  button.btn-yellow,
  .content a.navicent-btn-yellow,
  .content a.btn-yellow,
  .submit input.navicent-btn-yellow {
    background: #f0c300;
    color: #000 !important; }
  .navicent-btn-red,
  a.navicent-btn-red,
  a.btn-red,
  button.navicent-btn-red,
  button.btn-red,
  .content a.navicent-btn-red,
  .content a.btn-red,
  .submit input.navicent-btn-red {
    background: #D41200;
    color: #fff; }
  .navicent-btn-community-news,
  a.navicent-btn-community-news,
  a.btn-community-news,
  button.navicent-btn-community-news,
  button.btn-community-news,
  .content a.navicent-btn-community-news,
  .content a.btn-community-news,
  .submit input.navicent-btn-community-news {
    width: 360px !important;
    font-size: 16px !important;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 767px) {
      .navicent-btn-community-news,
      a.navicent-btn-community-news,
      a.btn-community-news,
      button.navicent-btn-community-news,
      button.btn-community-news,
      .content a.navicent-btn-community-news,
      .content a.btn-community-news,
      .submit input.navicent-btn-community-news {
        width: 300px !important; } }
  .navicent-btn-alert,
  a.navicent-btn-alert,
  a.btn-alert,
  button.navicent-btn-alert,
  button.btn-alert,
  .content a.navicent-btn-alert,
  .content a.btn-alert,
  .submit input.navicent-btn-alert {
    color: #1f2325;
    text-decoration: underline;
    font-weight: bold; }
    .navicent-btn-alert:hover,
    a.navicent-btn-alert:hover,
    a.btn-alert:hover,
    button.navicent-btn-alert:hover,
    button.btn-alert:hover,
    .content a.navicent-btn-alert:hover,
    .content a.btn-alert:hover,
    .submit input.navicent-btn-alert:hover {
      color: #00818a; }

.placeholder {
  height: 300px;
  text-align: center;
  background: #ccc;
  padding-top: 140px;
  margin-bottom: 30px; }

img.hr-full {
  margin-bottom: 30px; }

.margin-top {
  margin-top: 20px; }
  .margin-top-big {
    margin-top: 40px; }

.cal_filter {
  float: left;
  width: 47.5%;
  margin-bottom: .5em; }
  .cal_filter.type, .cal_filter.location {
    float: right; }

.modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
  transition: opacity 0.3s, visibility 0s linear 0.3s; }
  .modal-container .modal {
    max-width: 640px;
    margin: auto;
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 20px;
    right: 20px;
    background: #FFF;
    border-radius: 5px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: top 0.2s, -webkit-transform 0.3s;
    transition: top 0.2s, -webkit-transform 0.3s;
    transition: transform 0.3s, top 0.2s;
    transition: transform 0.3s, top 0.2s, -webkit-transform 0.3s; }
    .modal-container .modal-title {
      background: #00818a;
      color: #fff;
      padding: 10px;
      font-size: 18px;
      font-weight: bold;
      border-radius: 5px 5px 0 0; }

.modal-container.active {
  -webkit-transition: opacity 0.3s, visibility 0s linear;
  transition: opacity 0.3s, visibility 0s linear;
  opacity: 1;
  visibility: visible; }

.modal-container.active .modal {
  -webkit-transform: scale(1);
  transform: scale(1); }

.modal-container .modal-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7); }

.modal-container .modal iframe {
  max-width: 100%; }

.modal-container .modal-close {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 24px;
  color: #CCC;
  text-decoration: none; }

.modal-container .modal-close:hover {
  color: #b2d9dc; }

.modal-container .modal-body,
.modal-container .modal-footer {
  padding: 20px; }

.modal-container .modal-footer {
  border-top: solid 1px #DDD;
  background: #F6F6F6;
  color: #999;
  font-size: 12px;
  text-align: right; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  top: 100px;
  max-width: 1024px;
  background: #eee url("") no-repeat -200px -80px;
  position: absolute;
  z-index: 101;
  padding: 3%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin: auto;
  left: 0;
  right: 0; }
  @media all and (max-width: 979px) {
    .reveal-modal {
      max-width: 92%; } }
  .reveal-modal video,
  .reveal-modal iframe {
    display: none; }
  .reveal-modal.active video,
  .reveal-modal.active iframe {
    display: block; }

.reveal-modal.small {
  width: 200px;
  margin-left: -140px; }

.reveal-modal.medium {
  width: 400px;
  margin-left: -240px; }

.reveal-modal.large {
  width: 600px;
  margin-left: -340px; }

.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px; }

.reveal-modal .close-reveal-modal {
  font-size: 40px;
  line-height: .5;
  position: absolute;
  top: 15px;
  right: 11px;
  color: #6F6F6F;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none; }

/*

NOTES

Close button entity is &#215;

Example markup

<div id="myModal" class="reveal-modal">
	<h2>Awesome. I have it.</h2>
	<p class="lead">Your couch.  I it's mine.</p>
	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
	<a class="close-reveal-modal">&#215;</a>
</div>

*/
.box {
  background-color: #EFF8F8;
  padding: 15px 20px;
  margin: 5px auto;
  border-radius: 4px;
  border: 1px solid #27818A;
  font-family: sans-serif;
  width: 100%; }
  .box .info {
    font-size: 16px; }

.location-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 13px; }

.upcoming-events {
  margin: 20px 0 40px;
  border: 1px solid #ccc;
  background: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
  .upcoming-events li {
    padding: 15px;
    list-style: none !important;
    /* border-top: 1px solid #ddd; */
    float: left;
    width: 50%; }
    .upcoming-events li h3 {
      text-transform: capitalize; }
    .upcoming-events li a {
      background: #004a98;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      color: #fff;
      padding: 3px 10px;
      display: inline-block;
      margin: 0 0 15px 0;
      text-decoration: none; }
    .upcoming-events li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    .upcoming-events li:nth-child(1), .upcoming-events li:nth-child(2) {
      border-top: none; }
    .upcoming-events li:nth-child(odd) {
      border-right: 1px solid #ddd; }
    .upcoming-events li:nth-child(odd) {
      clear: both; }

#CorporateHealthFairIndexForm .form-section {
  padding: 30px 0;
  margin-top: 30px;
  border-bottom: 1px solid #ccc; }

#CorporateHealthFairIndexForm .col-6 {
  float: left;
  width: 50%;
  padding: 0 10px; }

#CorporateHealthFairIndexForm .col-4 {
  float: left;
  width: 33.333333%;
  padding: 0 10px; }

#CorporateHealthFairIndexForm .col-8 {
  float: left;
  width: 66.66666666%;
  padding: 0 10px; }

#CorporateHealthFairIndexForm .col-12 {
  padding: 0 10px; }

#CorporateHealthFairIndexForm input[type="text"] {
  width: 100%; }

#CorporateHealthFairIndexForm .check {
  float: left;
  width: 50%; }

#CorporateHealthFairIndexForm .checkbox {
  float: left;
  position: relative;
  top: 5px;
  margin-right: 5px; }
  #CorporateHealthFairIndexForm .checkbox input {
    margin-right: 5px; }

#CorporateHealthFairIndexForm h3 {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 30px; }

#CorporateHealthFairIndexForm .row {
  margin-top: 10px; }

.coming-soon {
  text-align: center;
  display: block;
  text-decoration: none !important;
  color: initial; }
  .coming-soon h2 {
    padding: 10px;
    margin: 0;
    background-color: #004a98;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 2; }
    .coming-soon h2:before, .coming-soon h2:after {
      content: '';
      display: block;
      position: absolute;
      top: 100%;
      width: 0;
      height: 0;
      z-index: 1; }
    .coming-soon h2:before {
      border-left: 10px solid transparent;
      border-right: 10px solid #003165;
      border-top: 10px solid #003165;
      border-bottom: 10px solid transparent;
      left: 0; }
    .coming-soon h2:after {
      border-right: 10px solid transparent;
      border-left: 10px solid #003165;
      border-top: 10px solid #003165;
      border-bottom: 10px solid transparent;
      right: 0; }
  .coming-soon-interior {
    width: 94%;
    margin: 0 auto;
    position: relative;
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    background-color: #fff;
    z-index: 3; }

.physician-callback .logo {
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .physician-callback .col-6 {
    float: left;
    width: 50%; }
  .physician-callback .col-4 {
    float: left;
    width: 33.333333%; }
  .physician-callback .col-8 {
    float: left;
    width: 66.66666666%; } }

.physician-callback .col-6,
.physician-callback .col-4,
.physician-callback .col-8,
.physician-callback .col-12 {
  padding: 0 10px; }

.physician-callback .row {
  margin: 0 -10px; }
  @media screen and (min-width: 768px) {
    .physician-callback .row + .row {
      margin-top: 10px; } }

@media (max-width: 767px) {
  .physician-callback .input {
    margin: 10px 0 0; } }

.physician-callback label {
  font-size: 14px;
  display: block;
  text-align: left; }

.physician-callback select,
.physician-callback input[type="text"] {
  width: 100%;
  padding: 3px;
  color: #666;
  border: 1px solid #ccc; }

.foundation-campaign {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: solid 1px #ccc; }
  .foundation-campaign img {
    max-width: 100%; }
  .foundation-campaign svg {
    min-height: 325px; }

/* homepage popup modal */
#modalPage {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

.modalBackground {
  filter: Alpha(Opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  z-index: 500;
  top: 0px;
  left: 0px; }

.modalContainer {
  position: fixed;
  width: 900px;
  left: 15%;
  top: 15%;
  z-index: 750; }
  @media (max-width: 768px) {
    .modalContainer {
      width: 600px;
      left: 10%; } }
  @media (max-width: 500px) {
    .modalContainer {
      width: 350px;
      left: 2%;
      top: 28%; } }

.modal {
  top: -150px;
  left: -150px;
  z-index: 1000;
  width: 900px;
  height: auto;
  padding: 0px; }
  @media (max-width: 768px) {
    .modal {
      width: 600px; } }
  @media (max-width: 500px) {
    .modal {
      width: 350px; } }

.modalTop {
  background: #00818a;
  border-radius: 5px 5px 0 0;
  padding: 10px 10px 5px;
  color: #fff;
  text-align: right; }

.modalTop a, .modalTop a:visited {
  color: #fff; }

.sidebar {
  background: #00818a;
  padding: 10px;
  margin-bottom: 30px; }
  @media all and (max-width: 767px) {
    .sidebar {
      margin-top: 20px;
      margin-bottom: 0; } }
  .sidebar ul {
    margin: 0; }
    .sidebar ul li {
      list-style: none; }
      .sidebar ul li a {
        color: #fff;
        font-size: 14px;
        padding: 5px 0;
        line-height: 1.2em;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(178, 217, 220, 0.2); }
      .sidebar ul li ul {
        margin-left: 10px;
        margin-bottom: 10px; }
        .sidebar ul li ul li a {
          font-size: 14px;
          text-transform: none;
          border-bottom: none; }
  .sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar p {
    color: #fff; }
    @media all and (max-width: 767px) {
      .sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar p {
        color: initial; } }
  .sidebar p {
    font-size: 14px;
    font-weight: normal; }
  .sidebar .center {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block; }

.content.full-width {
  width: 100%; }

.service-search {
  margin: 30px auto; }
  @media all and (min-width: 768px) {
    .service-search {
      max-width: 60%; } }

#CenterAddForm {
  width: 100%; }
  #CenterAddForm #scrollable-dropdown-menu label {
    float: left;
    font-size: 1.6em;
    margin-right: 20px; }
  #CenterAddForm #scrollable-dropdown-menu input {
    background: #f1f1f1;
    border: none;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    height: 40px;
    width: 100%;
    padding: 0;
    padding-left: 10px; }
  #CenterAddForm #scrollable-dropdown-menu .twitter-typeahead {
    display: block !important; }
  @media all and (max-width: 767px) {
    #CenterAddForm {
      width: 100%; }
      #CenterAddForm #scrollable-dropdown-menu label {
        float: none; }
      #CenterAddForm #scrollable-dropdown-menu input {
        width: 100%;
        border: 1px solid #00818a;
        border-radius: 3px; } }

.view-all-centers {
  position: relative;
  top: 5px;
  display: block;
  padding-right: 40px;
  font-size: 18px; }
  .view-all-centers:before {
    content: url(../ui/icon-arrow.png);
    background: #fff;
    height: 25px;
    width: 25px;
    display: block;
    position: absolute;
    text-align: center;
    padding-top: 5px;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .view-all-centers:hover:before {
    right: 5px; }

.tt-dropdown-menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  left: -999em;
  position: absolute;
  top: 100%;
  z-index: 99999;
  background: #f9f9f9;
  border: 2px solid #ccc;
  border-bottom: 2px solid #004a98;
  border-top: none;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }
  .tt-dropdown-menu .tt-suggestion {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
    cursor: pointer; }
    .tt-dropdown-menu .tt-suggestion:hover {
      background: #f1f1f1; }

.center-category {
  margin-bottom: 3em; }
  .center-category h2 {
    border-bottom: 2px solid #004a98; }
  .center-category .center-summary:last-child {
    border-bottom: none; }

.center-summary {
  border-bottom: 1px solid #ccc;
  padding: 1.5em 0; }
  .center-summary .nav {
    display: flex;
    margin: .5em 0 1em; }
    .center-summary .nav li {
      flex: 0 1 auto;
      padding: 0 15px 0 0;
      margin-left: 0 !important; }
      .center-summary .nav li:last-child {
        border-right: none; }
      .center-summary .nav li a {
        font-size: 12px;
        font-weight: normal; }
    @media all and (max-width: 767px) {
      .center-summary .nav {
        display: none; } }
  .center-summary p {
    margin-bottom: 0; }
  .center-summary__image {
    flex-basis: 170px;
    flex-shrink: 1;
    margin-right: 1rem; }
    .center-summary__image img {
      aspect-ratio: 350/150;
      width: 100%;
      height: auto;
      object-fit: cover;
      margin-bottom: -1rem; }
      @media (max-width: 480px) {
        .center-summary__image img {
          margin-bottom: 0; } }
    @media (max-width: 480px) {
      .center-summary__image {
        margin-bottom: 1rem;
        margin-right: 0;
        flex-basis: 100%; } }
  .center-summary__excerpt {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%; }

.center.nav li {
  border: none !important; }
  .center.nav li a {
    line-height: 30px !important; }

.center-sub-category {
  border-top: 2px solid #ddd;
  padding-top: 1em; }
  .center-sub-category .center-summary {
    padding-top: 0; }

.content .button-list {
  padding: 1.5em;
  margin: 1.5em 0;
  list-style: none;
  background: #f1f1f1;
  border: 1px solid #ddd; }
  .content .button-list li {
    float: left;
    list-style: none; }
    .content .button-list li a {
      display: block;
      text-align: center;
      text-decoration: none;
      background: #007078;
      padding: .25em .5em;
      margin: 0 10px;
      color: #fff; }
  .content .button-list.halves li {
    width: 50%; }
  .content .button-list.thirds li {
    width: 33.3333%; }
  .content .button-list.quarters li {
    width: 25%; }
  @media all and (max-width: 767px) {
    .content .button-list.halves li, .content .button-list.thirds li, .content .button-list.quarters li {
      width: 100%; } }

.content .blue-title {
  clear: both;
  background: #007078;
  padding: 5px 20px;
  margin-bottom: 1em;
  color: #fff; }

@media all and (min-width: 768px) {
  .content .staff .staff-item {
    float: left;
    width: 47%;
    margin: 10px 1.5%; }
    .content .staff .staff-item:nth-child(2n+2) {
      clear: both; } }

@media all and (min-width: 980px) {
  .content .staff .staff-item {
    float: left;
    width: 30%;
    margin: 10px 1.5%; }
    .content .staff .staff-item:nth-child(2n+2) {
      clear: none; }
    .content .staff .staff-item:nth-child(3n+2) {
      clear: both; } }

.content .staff .staff-item img {
  display: block;
  margin: 5px auto; }

.content .photoimage {
  padding: 10px; }

.babysittingPage label {
  float: left; }

body {
  overflow-x: hidden; }

img {
  max-width: 100%;
  height: auto; }

header {
  height: 100vh;
  position: relative; }
  header .container {
    width: 100%;
    max-width: 1200px;
    margin: auto; }
    @media all and (max-width: 1200px) {
      header .container {
        width: 100%; } }

nav {
  background: rgba(255, 255, 255, 0.75);
  color: black;
  transition: 0.5s all ease;
  z-index: 100;
  width: 100%;
  top: 80px;
  right: 0;
  left: 0;
  z-index: 100; }
  @media all and (max-width: 1200px) {
    nav {
      background: rgba(255, 255, 255, 0.2);
      color: white;
      padding: 1rem;
      top: 0; } }
  nav a,
  nav a:visited,
  nav a:active {
    color: black;
    transition: 200ms all linear; }
    @media all and (max-width: 1200px) {
      nav a,
      nav a:visited,
      nav a:active {
        color: white; } }
  nav .logo {
    display: block;
    max-width: 250px;
    padding: 1rem;
    transition: 200ms all linear;
    opacity: 1; }
    @media all and (max-width: 1200px) {
      nav .logo {
        padding: 0; } }
  nav .mobile-menu {
    transition: 200ms all linear; }
    @media all and (max-width: 1200px) {
      nav .mobile-menu {
        position: fixed;
        z-index: 999;
        top: 0;
        bottom: 0;
        right: -320px;
        width: 320px;
        height: 100%;
        background: #373E41;
        overflow-y: scroll;
        overflow-x: hidden;
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */ }
        nav .mobile-menu::-webkit-scrollbar {
          display: none;
          /* Safari and Chrome */ } }
  nav #mega-menu {
    margin: 0 0 0 auto;
    position: relative;
    width: 1200px; }
    @media all and (max-width: 1200px) {
      nav #mega-menu {
        margin: 0 1rem 0 auto;
        width: 100%;
        padding: 4rem 0 2rem 0;
        background: #373E41; } }
    nav #mega-menu .droplet {
      display: none;
      position: absolute;
      width: 1200px;
      max-width: 100%;
      top: 67px;
      left: -250px;
      background-color: #FFF;
      z-index: 2000;
      font-weight: 600;
      padding: 3rem;
      text-align: left; }
      nav #mega-menu .droplet p {
        font-weight: 400;
        font-family: "FFBauWebProRegular", sans-serif; }
      nav #mega-menu .droplet a {
        color: #00818a;
        font-size: 18px;
        font-family: "FFBauWebProRegular", sans-serif;
        width: 100%;
        display: block;
        padding: 5px;
        line-height: 1; }
        nav #mega-menu .droplet a:hover {
          background: #e4f0f2; }
        @media all and (max-width: 1200px) {
          nav #mega-menu .droplet a {
            color: #b2d9dc; } }
      @media all and (max-width: 1200px) {
        nav #mega-menu .droplet {
          display: block;
          overflow: scroll;
          background-color: #373E41;
          position: fixed;
          width: 320px;
          top: 0;
          bottom: 0;
          right: -320px;
          left: auto;
          min-height: 100vh;
          transition: 200ms all linear;
          border: none; }
          nav #mega-menu .droplet.active {
            right: 0; } }
      nav #mega-menu .droplet ul {
        width: 100%;
        margin: 0; }
        nav #mega-menu .droplet ul li {
          width: 100%;
          margin: 0; }
    nav #mega-menu li {
      list-style-type: none;
      display: inline-block;
      margin: 0 -0.135rem;
      border-right: solid 1px white; }
      @media all and (max-width: 1200px) {
        nav #mega-menu li {
          width: 100%;
          padding: 0.5rem 2rem 0.5rem 0;
          position: relative;
          font-family: FontAwesome, serif; }
          nav #mega-menu li:after {
            content: "\203A";
            color: white;
            font-size: 2rem;
            position: absolute;
            top: 2px;
            bottom: 0;
            right: 2rem; } }
      nav #mega-menu li .mega-menu-link {
        cursor: pointer;
        font-size: 0.8rem;
        letter-spacing: 0.1rem;
        font-family: "FFBauWebProRegular", sans-serif;
        text-transform: uppercase;
        line-height: 0.85rem;
        font-weight: 600;
        position: relative;
        display: block;
        text-align: center;
        width: 100%;
        padding: 20px 8px;
        background-color: transparent;
        text-decoration: none;
        color: #00818a;
        white-space: nowrap; }
        @media all and (max-width: 1200px) {
          nav #mega-menu li .mega-menu-link {
            color: #ffffff;
            text-align: left;
            border-right: none;
            padding: 13px 20px; } }
      nav #mega-menu li:last-of-type {
        border-right: none; }
      nav #mega-menu li.active .mega-menu-link {
        background-color: #e4f0f2;
        color: #00818a; }
        nav #mega-menu li.active .mega-menu-link:hover {
          color: #00818a; }
        @media all and (max-width: 1200px) {
          nav #mega-menu li.active .mega-menu-link {
            padding: 0 2rem 0 4rem; }
            nav #mega-menu li.active .mega-menu-link:after {
              content: "\f053";
              left: 2rem;
              right: auto;
              top: 0; } }
      nav #mega-menu li .border-left {
        border-left: solid 1px white;
        padding-left: 3rem; }
        @media all and (max-width: 1200px) {
          nav #mega-menu li .border-left {
            border-left: none;
            padding-left: 0; } }
      nav #mega-menu li .icon-card.no-border {
        margin-top: -15px;
        padding: 10px 0; }
        @media all and (max-width: 1200px) {
          nav #mega-menu li .icon-card.no-border {
            margin-top: 0; }
            nav #mega-menu li .icon-card.no-border i {
              font-size: 1.5rem; } }
      nav #mega-menu li .mega-menu-sub-link {
        padding: 0.4rem 0;
        /*to accommodate real-world links that wrap to multiple lines*/
        font-size: 0.8125rem;
        font-family: "FFBauWebProRegular", sans-serif;
        text-transform: uppercase;
        line-height: 1.2em;
        /*to accommodate real-world links that wrap to multiple lines*/
        border: none;
        text-align: left;
        position: relative; }
        nav #mega-menu li .mega-menu-sub-link:after {
          position: absolute;
          content: "\0203A";
          margin-left: 0.25rem; }
        @media all and (max-width: 1200px) {
          nav #mega-menu li .mega-menu-sub-link {
            font-size: 0.75rem;
            /*making mobile secondary links match the initial menu links */
            letter-spacing: 0.1rem;
            padding: 1rem 2rem; }
            nav #mega-menu li .mega-menu-sub-link:after {
              content: "\f054";
              font-family: FontAwesome, serif;
              color: white;
              font-size: 2rem;
              position: absolute;
              top: 1rem;
              right: 0; } }
        nav #mega-menu li .mega-menu-sub-link a,
        nav #mega-menu li .mega-menu-sub-link a:visited,
        nav #mega-menu li .mega-menu-sub-link a:active {
          color: black;
          font-weight: 600; }
          @media all and (max-width: 1200px) {
            nav #mega-menu li .mega-menu-sub-link a,
            nav #mega-menu li .mega-menu-sub-link a:visited,
            nav #mega-menu li .mega-menu-sub-link a:active {
              color: white; } }
          nav #mega-menu li .mega-menu-sub-link a:hover,
          nav #mega-menu li .mega-menu-sub-link a:visited:hover,
          nav #mega-menu li .mega-menu-sub-link a:active:hover {
            color: #444; }
      nav #mega-menu li .mega-menu-back-link {
        display: none; }
        @media all and (max-width: 1200px) {
          nav #mega-menu li .mega-menu-back-link {
            display: block;
            position: relative;
            text-align: left;
            color: white;
            padding: 1rem;
            background: #373E41;
            font-family: "FFBauWebProRegular", sans-serif; }
            nav #mega-menu li .mega-menu-back-link:after {
              font-family: FontAwesome, serif;
              color: white;
              font-size: 2rem;
              position: absolute;
              content: "\2039";
              left: -2.25rem;
              right: auto;
              top: 0.25rem; } }
  nav #mobile-menu {
    display: none;
    z-index: 1000;
    right: 1rem;
    top: 4.25rem;
    margin: 0 0 0 auto;
    width: 30px;
    height: 20px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer; }
    @media all and (max-width: 1200px) {
      nav #mobile-menu {
        display: block; } }
    nav #mobile-menu::after {
      display: none; }
    nav #mobile-menu.open + .mobile-menu {
      right: 0; }
    nav #mobile-menu span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #00818a;
      border-radius: 0;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      transition: 0.25s ease-in-out; }
    nav #mobile-menu span:nth-child(1) {
      top: 0; }
    nav #mobile-menu span:nth-child(2),
    nav #mobile-menu span:nth-child(3) {
      top: 8px; }
    nav #mobile-menu span:nth-child(4) {
      top: 16px; }
    nav #mobile-menu.open span:nth-child(1) {
      top: 18px;
      width: 0;
      left: 50%; }
    nav #mobile-menu.open span:nth-child(2) {
      transform: rotate(45deg); }
    nav #mobile-menu.open span:nth-child(3) {
      transform: rotate(-45deg); }
    nav #mobile-menu.open span:nth-child(4) {
      top: 18px;
      width: 0;
      left: 50%; }
  nav .mobile-menu-top {
    display: none; }
    @media all and (max-width: 1200px) {
      nav .mobile-menu-top {
        display: block; } }
  nav .mobile-logo {
    padding: 0 0 1rem 1rem;
    margin-top: 49px; }
  nav.sticky {
    background: #444;
    position: fixed;
    top: 0; }
    nav.sticky #mega-menu li .mega-menu-link {
      color: white; }

.hero {
  background: url(../ui/bg-hero.jpg);
  height: 408px;
  position: relative;
  max-width: 1000px !important;
  width: 100%; }
  .hero .play-video {
    position: relative;
    display: block; }
    .hero .play-video:after {
      content: '';
      display: block;
      width: 132px;
      height: 132px;
      background: url(../img/icon-play.png);
      text-indent: -9999px;
      position: absolute;
      margin: auto;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0; }
  .hero .tagline {
    position: absolute;
    top: 120px;
    left: 610px;
    width: 340px;
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-size: 30px;
    font-weight: normal;
    color: #004a98;
    line-height: 1.2em; }

.slogan {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em; }
  .slogan h2 {
    font-family: "Libre Baskerville", serif;
    font-size: 44px;
    font-weight: normal;
    color: #898b8e;
    text-align: center;
    margin: .7em auto;
    display: inline-block;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#004a98, #004a98);
    background-size: 0.10em 0.01em, 0.10em 0.07em, 0.05em 0.05em;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position-y: 93%, 93%, 93%;
    background-position-x: 5%, 100%, 5%;
    text-shadow: 0.1em 0em #fff, 0.1em 0.02em #fff, 0.1em 0.04em #fff, 0.1em 0.06em #fff, 0.1em 0.08em #fff, 0.1em 0.1em #fff, 0.08em 0.1em #fff, 0.06em 0.1em #fff, 0.04em 0.1em #fff, 0.02em 0.1em #fff, 0em 0.1em #fff, -0.02em 0.1em #fff, -0.04em 0.1em #fff, -0.06em 0.1em #fff, -0.08em 0.1em #fff, -0.1em 0.1em #fff, -0.1em 0.08em #fff, -0.1em 0.06em #fff, -0.1em 0.04em #fff, -0.1em 0.02em #fff, -0.1em 0em #fff, -0.1em 0.02em #fff, -0.1em 0.04em #fff, -0.1em -0.06em #fff, -0.1em -0.08em #fff, -0.1em -0.1em #fff, -0.08em -0.1em #fff, -0.06em -0.1em #fff, -0.04em -0.1em #fff, -0.02em -0.1em #fff, 0em -0.1em #fff, 0.02em -0.1em #fff, 0.04em -0.1em #fff, 0.06em -0.1em #fff, 0.08em -0.1em #fff, 0.1em -0.1em #fff, 0.1em -0.08em #fff, 0.1em -0.06em #fff, 0.1em -0.04em #fff, 0.1em -0.02em #fff; }
    .slogan h2 span {
      color: #D41200; }

.callouts ul {
  margin: 0; }
  .callouts ul .callout {
    float: left;
    width: 24%;
    margin: 10px .5%;
    position: relative;
    background: #00bc70;
    padding: 10px;
    min-height: 184px;
    background-position: 95% 95%;
    background-repeat: no-repeat; }
    @media all and (max-width: 979px) {
      .callouts ul .callout {
        min-height: 215px; } }
    @media all and (max-width: 767px) {
      .callouts ul .callout {
        width: 100%;
        margin: 1.5% 0;
        min-height: 185px; }
        .callouts ul .callout .title {
          font-size: 22px; }
        .callouts ul .callout .summary {
          font-size: 16px; } }
    .callouts ul .callout .title {
      font-size: 20px;
      line-height: 1em;
      font-family: "Fira Sans", sans-serif;
      font-weight: bold; }
    .callouts ul .callout .summary {
      font-weight: 300;
      line-height: 1.2em;
      font-size: 14px;
      margin: .5em 0; }
    .callouts ul .callout .learn-more {
      display: inline-block;
      margin-top: .25em;
      background: #fff;
      font-weight: 300;
      font-size: 18px;
      text-align: center;
      padding: 3px 10px;
      color: #404040;
      text-decoration: none;
      position: absolute;
      bottom: 20px;
      left: 10px;
      -webkit-box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.07);
      -moz-box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.07);
      box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.07); }
    .callouts ul .callout.specialties {
      background-image: url(../ui/callout-specialties.png); }
    .callouts ul .callout.top-two {
      background-image: url(../ui/callout-top-two.png); }
    .callouts ul .callout.one-you {
      -webkit-border-radius: 0 0 0 50%;
      border-radius: 0 0 0 50%;
      background-image: url(../ui/callout-one-you.png);
      background-position: 10px 85%; }
      .callouts ul .callout.one-you .title {
        font-size: 36px;
        color: #4d4d4f;
        text-align: center; }
    .callouts ul .callout.team-members {
      background-image: url(../ui/callout-team-members.png); }
    .callouts ul .callout.buildings {
      background-image: url(../ui/callout-buildings.png); }

.callouts.childrens-hospital .callout {
  background-color: #eee;
  min-height: 210px;
  list-style: none; }
  @media all and (min-width: 768px) {
    .callouts.childrens-hospital .callout {
      width: 48%;
      margin: 10px 1%; } }
  .callouts.childrens-hospital .callout li {
    margin-left: 15px; }
  .callouts.childrens-hospital .callout.balloons {
    background-image: url("../img/callout-balloons.png"); }
  .callouts.childrens-hospital .callout.person {
    background-image: url("../img/callout-person.png"); }
  .callouts.childrens-hospital .callout.heart {
    background-image: url("../img/callout-heart.png"); }
  .callouts.childrens-hospital .callout.bear {
    background-image: url("../img/callout-bear.png"); }

.home-blurb {
  margin: 1em 0;
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  font-family: "Libre Baskerville", serif; }
  .home-blurb .wrap {
    text-align: center; }
  @media all and (max-width: 979px) {
    .home-blurb {
      font-size: 16px; } }
  @media all and (max-width: 767px) {
    .home-blurb br {
      display: none; } }

.awards {
  margin: 2em 0 4em; }
  .awards .award {
    width: 33.33333%;
    float: left;
    padding: 1em 2em;
    font-size: 18px; }
    .awards .award img {
      display: block;
      margin: 0 auto 2em; }
    .awards .award p {
      margin-bottom: 0; }
    .awards .award:nth-child(2) {
      border-right: 3px solid #c4c5c6;
      border-left: 3px solid #c4c5c6; }

.wrap-wrap {
  text-align: center; }

.service-icons-wrap {
  background: #004a98;
  text-align: center !important;
  margin-top: 50px; }
  .service-icons-wrap .wrap {
    text-align: center; }
  .service-icons-wrap .header {
    margin: 3em auto; }
  .service-icons-wrap h2 {
    font-family: "Libre Baskerville", serif;
    font-size: 44px;
    font-weight: normal;
    color: #fff;
    margin: .7em auto;
    display: inline-block;
    background-image: linear-gradient(#004a98, #004a98), linear-gradient(#004a98, #004a98), linear-gradient(#fff, #fff);
    background-size: 0.10em 0.01em, 0.10em 0.07em, 0.05em 0.05em;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position-y: 93%, 93%, 93%;
    background-position-x: 5%, 100%, 5%;
    text-shadow: 0.1em 0em #004a98, 0.1em 0.02em #004a98, 0.1em 0.04em #004a98, 0.1em 0.06em #004a98, 0.1em 0.08em #004a98, 0.1em 0.1em #004a98, 0.08em 0.1em #004a98, 0.06em 0.1em #004a98, 0.04em 0.1em #004a98, 0.02em 0.1em #004a98, 0em 0.1em #004a98, -0.02em 0.1em #004a98, -0.04em 0.1em #004a98, -0.06em 0.1em #004a98, -0.08em 0.1em #004a98, -0.1em 0.1em #004a98, -0.1em 0.08em #004a98, -0.1em 0.06em #004a98, -0.1em 0.04em #004a98, -0.1em 0.02em #004a98, -0.1em 0em #004a98, -0.1em 0.02em #004a98, -0.1em 0.04em #004a98, -0.1em -0.06em #004a98, -0.1em -0.08em #004a98, -0.1em -0.1em #004a98, -0.08em -0.1em #004a98, -0.06em -0.1em #004a98, -0.04em -0.1em #004a98, -0.02em -0.1em #004a98, 0em -0.1em #004a98, 0.02em -0.1em #004a98, 0.04em -0.1em #004a98, 0.06em -0.1em #004a98, 0.08em -0.1em #004a98, 0.1em -0.1em #004a98, 0.1em -0.08em #004a98, 0.1em -0.06em #004a98, 0.1em -0.04em #004a98, 0.1em -0.02em #004a98;
    text-align: center;
    width: 580px; }
  .service-icons-wrap .service-icons {
    margin: 0; }
    .service-icons-wrap .service-icons li {
      float: left;
      width: 20%;
      float: left;
      padding: 0 10px; }
      .service-icons-wrap .service-icons li img {
        width: auto;
        max-width: 100%; }
      @media all and (max-width: 767px) {
        .service-icons-wrap .service-icons li {
          width: 46%;
          margin-right: 2%;
          margin-left: 2%;
          margin-bottom: 2%; }
          .service-icons-wrap .service-icons li a {
            min-height: 190px;
            padding-left: 0;
            padding-right: 0; } }
      .service-icons-wrap .service-icons li a {
        text-align: center;
        display: block;
        min-height: 175px;
        width: 100%;
        margin: 0 auto;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 120px 10px 0 10px;
        color: #00bc70;
        text-decoration: none;
        font-size: 13px;
        line-height: 1.2em;
        background-size: initial;
        background-image: url(../ui/service-general-healthcare.png); }
      .service-icons-wrap .service-icons li.WomensServices a {
        background-image: url(../ui/services-womens-health.png); }
      .service-icons-wrap .service-icons li.AffiliatedServices a,
      .service-icons-wrap .service-icons li.AffiliatedServicesandHospitals a {
        background-image: url(../ui/services-affiliated.png); }
      .service-icons-wrap .service-icons li.PreventionRehabilitation a {
        background-image: url(../ui/services-rehab.png); }
      .service-icons-wrap .service-icons li.AdultMedicineSpecialtyCenters a {
        background-image: url(../ui/services-adult-new.png); }
      .service-icons-wrap .service-icons li.Diagnostics a {
        background-image: url(../ui/services-diagnostics.png); }
      .service-icons-wrap .service-icons li.ChildrensServices a {
        background-image: url(../ui/services-children.png); }
      .service-icons-wrap .service-icons li.OutpatientUrgentCare a {
        background-image: url(../ui/services-outpatient.png); }
      .service-icons-wrap .service-icons li.PostAcuteCare a {
        background-image: url(../ui/services-post-acute.png); }
      .service-icons-wrap .service-icons li.PhysicianPractices a,
      .service-icons-wrap .service-icons li.NavicentHealthPhysicianGroup a {
        background-image: url(../ui/services-physician-practices.png); }
      .service-icons-wrap .service-icons li.Cancer a {
        background-image: url("../ui/services-adult.png"); }
      .service-icons-wrap .service-icons li.GeneralServices a {
        background-image: url(../ui/service-navicent-general.png); }
      .service-icons-wrap .service-icons li.RegionalPartners a {
        background-image: url("../ui/service-regional-partners.png"); }
      .service-icons-wrap .service-icons li.Heart a {
        background-image: url("../ui/services-heart.png"); }
      .service-icons-wrap .service-icons li.PrimaryCare a {
        background-image: url("../ui/services-primary-care.png"); }
  .service-icons-wrap.white {
    background: #fff; }
    .service-icons-wrap.white h2 {
      background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#004a98, #004a98);
      background-size: 0.10em 0.01em, 0.10em 0.07em, 0.05em 0.05em;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-position-y: 93%, 93%, 93%;
      background-position-x: 5%, 100%, 5%;
      text-shadow: 0.1em 0em #fff, 0.1em 0.02em #fff, 0.1em 0.04em #fff, 0.1em 0.06em #fff, 0.1em 0.08em #fff, 0.1em 0.1em #fff, 0.08em 0.1em #fff, 0.06em 0.1em #fff, 0.04em 0.1em #fff, 0.02em 0.1em #fff, 0em 0.1em #fff, -0.02em 0.1em #fff, -0.04em 0.1em #fff, -0.06em 0.1em #fff, -0.08em 0.1em #fff, -0.1em 0.1em #fff, -0.1em 0.08em #fff, -0.1em 0.06em #fff, -0.1em 0.04em #fff, -0.1em 0.02em #fff, -0.1em 0em #fff, -0.1em 0.02em #fff, -0.1em 0.04em #fff, -0.1em -0.06em #fff, -0.1em -0.08em #fff, -0.1em -0.1em #fff, -0.08em -0.1em #fff, -0.06em -0.1em #fff, -0.04em -0.1em #fff, -0.02em -0.1em #fff, 0em -0.1em #fff, 0.02em -0.1em #fff, 0.04em -0.1em #fff, 0.06em -0.1em #fff, 0.08em -0.1em #fff, 0.1em -0.1em #fff, 0.1em -0.08em #fff, 0.1em -0.06em #fff, 0.1em -0.04em #fff, 0.1em -0.02em #fff;
      color: #004a98; }
    .service-icons-wrap.white .service-icons li a {
      color: #004a98; }
    @media all and (max-width: 767px) {
      .service-icons-wrap.white {
        margin-top: 0; } }

.center.nev li {
  line-height: 30px; }

.affordable-care {
  background: url(../ui/bg-affordable-care.jpg) no-repeat center center;
  padding: 0 100px; }
  @media all and (max-width: 979px) {
    .affordable-care {
      background-size: contain;
      padding: 0 10%;
      min-height: 300px; } }
  @media all and (max-width: 767px) {
    .affordable-care {
      min-height: 275px;
      background-image: none;
      background-color: #fcfcfc; } }
  @media all and (min-width: 980px) {
    .affordable-care {
      min-height: 358px; } }
  .affordable-care h2 {
    margin-top: 100px;
    font-size: 28px;
    color: #004a98;
    font-weight: normal;
    max-width: 650px; }
    @media all and (max-width: 979px) {
      .affordable-care h2 {
        margin-top: 10%; } }
    .affordable-care h2 span {
      color: #D41200;
      font-style: italic; }
  .affordable-care .affordable-care-nav {
    margin: 60px 0; }
    @media all and (max-width: 979px) {
      .affordable-care .affordable-care-nav {
        margin-top: 5%; } }
    .affordable-care .affordable-care-nav li {
      list-style: none;
      float: left;
      margin-right: 20px; }
      .affordable-care .affordable-care-nav li a {
        color: #898b8e;
        font-size: 20px; }

/* Public Alert */
#public_alert {
  padding: 0;
  background-color: #007078;
  margin: 0 auto;
  margin-bottom: 29px;
  max-width: 843px; }

#public_alert h2, #public_alert h3 {
  color: white; }

#public_alert h2 {
  background: #D41200;
  height: 50px;
  line-height: 50px;
  margin: 0; }
  @media all and (max-width: 767px) {
    #public_alert h2 {
      height: auto; } }

#public_alert h3 {
  padding: 20px; }

#closeCovid {
  color: #000; }

.guided-nav {
  position: relative;
  margin-bottom: -110px;
  margin-top: -55px; }
  @media (max-width: 500px) {
    .guided-nav {
      margin-bottom: 0px;
      margin-top: 0px;
      background-color: #007078; } }
  @media (max-width: 767px) {
    .guided-nav #second-box {
      border-radius: 0;
      margin: 10px 0 15px 0; } }
  .guided-nav .box-teal {
    background-color: #007078;
    border-radius: 5px 0 0 5px;
    height: 150px;
    padding: 8%;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .guided-nav .box-teal {
        min-height: 150px;
        height: 100%; } }
    .guided-nav .box-teal form {
      background: none;
      border: none;
      padding: 0;
      width: 100%; }
      .guided-nav .box-teal form label {
        font-family: "FFBauWebProBold", sans-serif;
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px;
        display: block; }
      .guided-nav .box-teal form select {
        width: 100%;
        background-color: #fff; }
    .guided-nav .box-teal-light {
      background-color: #e4f0f2;
      height: 150px;
      padding: 8%;
      display: flex;
      flex-direction: column;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      @media (min-width: 768px) {
        .guided-nav .box-teal-light {
          height: 100%; } }
      .guided-nav .box-teal-light:hover {
        background-color: #ffffff; }
      .guided-nav .box-teal-light .is-teal {
        font-family: "FFBauWebProBold", sans-serif;
        color: #007078;
        font-size: 18px; }
      .guided-nav .box-teal-light p {
        margin: 0 0 5px 0;
        line-height: 1.2; }
      .guided-nav .box-teal-light a {
        text-decoration: underline; }
      .guided-nav .box-teal-light-icon {
        background-image: url("../ui/icon-logo.svg");
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 0 5px 5px 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .guided-nav .box-teal-light-icon a {
          font-family: "FFBauWebProBold", sans-serif;
          font-size: 22px;
          text-decoration: none; }
  .guided-nav .home-navigation-box {
    align-self: start;
    width: 100%;
    height: 80%; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 18px; }

p {
  font-size: 16px;
  margin-bottom: 1em; }

.sidebar {
  float: left;
  width: 29%; }
  .sidebar .left-menu {
    text-align: left; }
  @media all and (max-width: 767px) {
    .sidebar {
      background: none;
      border: 1px solid #007078;
      border-radius: 7px;
      color: #404040;
      padding: 5px 10px; }
      .sidebar ul li a {
        color: #404040; } }

.content {
  float: right;
  font-size: 14px;
  width: 65%;
  padding: 30px 0;
  /* Generic Styling */ }
  .content.content-full {
    width: 100%; }
  .content ul li {
    list-style: disc;
    padding: 10px 5px;
    border-bottom: 1px solid #acbabf; }
  .content a {
    text-decoration: underline; }
  .content .inner-content-box {
    border-bottom: 1px solid #e2ebee;
    padding: 1em 0; }
    .content .inner-content-box p {
      word-break: break-word; }
  .content hr {
    clear: both; }
  .content .align-right {
    float: right;
    max-width: 45%;
    margin: 0 0 20px 20px; }
  .content .align-left {
    float: left;
    max-width: 45%;
    margin: 0 20px 20px 0; }
  @media all and (max-width: 767px) {
    .content .align-left,
    .content .align-right {
      float: none;
      max-width: 100%;
      margin: 5% 0; } }
  .content .full {
    width: 100%;
    clear: both; }
  .content .content-box {
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 20px; }
    .content .content-box:first-child {
      margin-top: 0; }
    .content .content-box:last-child {
      margin-bottom: 0; }

@media all and (max-width: 767px) {
  .sidebar,
  .content {
    width: 100%; } }

ol li {
  list-style: inherit; }

/* Form Styling */
#h5f_form div {
  clear: both;
  margin: .5em 0; }

#h5_form .ui-accordion-content {
  margin-top: 0; }

#h5f_form .text label,
#h5f_form .tel label,
#h5f_form .email label,
#h5f_form .select label {
  float: left;
  width: 200px; }

#h5f_form .radio label {
  float: none;
  margin-right: 5px;
  display: block; }

/* Tables */
.contentBody table {
  border: 1px solid #ccc;
  background: #f1f1f1; }

.contentBody td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 3px;
  text-align: center; }

.contentBody blockquote {
  margin-left: 0;
  padding-left: 20px;
  border-left: 3px solid #ccc; }

/* Accordion */
.faculty-accordion.ui-accordion .ui-accordion-header {
  padding-left: 30px;
  padding: 10px 30px; }

.faculty-accordion.ui-accordion .ui-accordion-content {
  font-size: 13px; }

.faculty-accordion.ui-accordion .ui-accordion-content h3 {
  border-top: 2px solid #ccc;
  padding-top: 20px;
  margin-top: 10px; }

/* Gallery */
.service-gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both; }

.service-gallery li {
  list-style: none !important;
  float: left;
  margin: 12px 2.5%;
  width: 20%;
  height: 100px;
  overflow: hidden; }

.service-gallery li img {
  min-height: 100%;
  min-width: 100%; }

/* Contact page/maps */
.map-preview {
  float: right;
  width: 308px;
  background: #f1f1f1;
  padding: 10px;
  margin: 20px 0 20px 20px;
  border: 1px solid #ccc;
  text-align: center; }
  @media all and (max-width: 767px) {
    .map-preview {
      max-width: 100%; } }

.map-preview a {
  text-decoration: none; }

.map-preview img {
  margin-bottom: 5px;
  border: 1px solid #ccc; }

.map-details {
  padding-top: 20px; }

.map-details a {
  color: #D41200; }

/* Calendar */
.calendar-legend {
  background: #f1f1f1;
  border: 1px solid #ddd;
  padding: 20px 20px 20px 10px; }

.calendar-legend h2 {
  font-size: 18px;
  margin-left: 10px; }

.calendar-legend ul {
  margin-bottom: 0;
  list-style: none; }

.calendar-legend ul li {
  list-style: none;
  position: relative;
  margin-bottom: 10px; }

.calendar-legend li:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  position: absolute;
  left: -30px; }

.calendar-legend .wellness-fitness:before {
  background: #fff; }

.calendar-legend .macon-fitness:before {
  background: #E0CE8C; }

.calendar-legend .special-classes {
  margin-bottom: 0 !important; }

.calendar-legend .special-classes:before {
  background: #26CBD1; }

/* Misc */
#flashMessage,
.flashMessage {
  padding: 10px;
  color: white;
  background-color: #007078;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px; }

.login input {
  margin-left: 10px; }

.jacked_button {
  margin: 20px 0px;
  display: inline-block;
  background: none repeat scroll 0% 0% #555;
  padding: 7px 15px !important;
  border-radius: 3px;
  color: #FFF;
  text-decoration: none;
  border: medium none; }

.jacked_button {
  margin: 20px 0px;
  display: inline-block;
  background: none repeat scroll 0% 0% #555;
  padding: 7px 15px !important;
  border-radius: 3px;
  color: #FFF;
  text-decoration: none;
  border: medium none; }

.childrens-rendering {
  margin: 20px 0; }

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

.fc-calendar-container {
  position: relative;
  height: 600px;
  width: 100%; }

.fc-calendar {
  width: 100%;
  height: 100%; }

.fc-calendar .fc-head {
  height: 30px;
  line-height: 30px;
  background: #007078;
  color: #fff;
  font-size: 14px;
  font-weight: bold; }

.fc-calendar .fc-body {
  position: relative;
  width: 100%;
  height: 100%;
  height: -moz-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #ddd; }

.fc-calendar .fc-row {
  width: 100%;
  border-bottom: 1px solid #ddd; }

.fc-four-rows .fc-row {
  height: 25%; }

.fc-five-rows .fc-row {
  height: 20%; }

.fc-six-rows .fc-row {
  height: 16.66%;
  height: -moz-calc(100%/6);
  height: -webkit-calc(100%/6);
  height: calc(100%/6); }

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: 14.28%;
  /* 100% / 7 */
  width: -moz-calc(100%/7);
  width: -webkit-calc(100%/7);
  /* width: calc(100%/7); */
  position: relative; }

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
  width: 14.2%; }

.fc-calendar .fc-row > div {
  border-right: 1px solid #ddd;
  padding: 4px;
  overflow: hidden;
  position: relative; }

.fc-calendar .fc-head > div {
  text-align: center; }

.fc-calendar .fc-row > div > span.fc-date {
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  background: #007078;
  border-radius: 50%;
  color: #fff;
  bottom: 5px;
  right: 5px;
  text-align: center; }

.fc-calendar .fc-row > div time {
  display: none; }

.fc-calendar .fc-row > div > span.fc-weekday {
  padding-left: 5px;
  display: none; }

.fc-calendar .fc-row > div.fc-today {
  background: #fff4c3; }

.fc-calendar .fc-row > div.fc-out {
  opacity: 0.6; }

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
  border-right: none; }

.fc-calendar .fc-row:last-child {
  border-bottom: none; }

.responsive-calendar .custom-month-year {
  margin-bottom: 20px; }
  .responsive-calendar .custom-month-year nav {
    float: right;
    margin-bottom: 10px; }

.responsive-calendar .custom-prev,
.responsive-calendar .custom-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  cursor: pointer; }

.responsive-calendar .calendar-event {
  position: relative;
  display: block;
  border: 1px solid #ccc;
  padding: 2px 5px;
  border-radius: 3px;
  margin-bottom: 5px;
  background: #f1f1f1;
  font-size: 11px;
  cursor: pointer; }

.responsive-calendar .fc-row > div a {
  text-decoration: none; }

.responsive-calendar .fc-row > div.fc-today {
  background: rgba(39, 68, 105, 0.15); }
  .responsive-calendar .fc-row > div.fc-today .calendar-event {
    background: #fff; }

.responsive-calendar .fc-row > div.fc-past span {
  opacity: .3;
  transition: .3s ease-in-out all; }

.responsive-calendar .fc-row > div.fc-past:hover span {
  opacity: 1; }

.responsive-calendar .fc-row > div.fc-future {
  transition: .3s ease-in-out all; }
  .responsive-calendar .fc-row > div.fc-future .calendar-event {
    transition: .3s ease-in-out all; }
  .responsive-calendar .fc-row > div.fc-future:hover {
    background: rgba(39, 68, 105, 0.15); }
    .responsive-calendar .fc-row > div.fc-future:hover .calendar-event {
      background: #fff; }

@media all and (max-width: 767px) {
  .responsive-calendar .fc-head {
    display: none; }
  .responsive-calendar .fc-row {
    border: none; }
    .responsive-calendar .fc-row > div {
      display: block;
      width: 100%;
      border-top: none;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      border-left: 1px solid #ddd;
      height: auto;
      min-height: 60px; }
      .responsive-calendar .fc-row > div span.fc-weekday {
        display: block;
        position: absolute;
        right: 15px;
        bottom: 7px;
        background: rgba(39, 68, 105, 0.8);
        padding-right: 20px;
        color: #fff;
        border-radius: 10px;
        height: 20px;
        font-size: 10px;
        line-height: 20px;
        z-index: -1; }
      .responsive-calendar .fc-row > div.fc-past {
        display: none; }
    .responsive-calendar .fc-row > div:last-child {
      display: block;
      width: 100%;
      border-top: none;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      border-left: 1px solid #ddd; } }

.tooltipster-navicent-customized {
  background: none; }
  @media all and (min-width: 768px) {
    .tooltipster-navicent-customized {
      margin-left: 40px; } }
  .tooltipster-navicent-customized .tooltipster-box {
    border: 1px solid #ccc !important;
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 5px;
    background: #f1f1f1 !important;
    font-size: 11px; }
    .tooltipster-navicent-customized .tooltipster-box .tooltipster-content {
      color: #333; }

.content .news-preview-wrapper, .content .news-preview-item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.content .news-preview-item {
  display: flex;
  margin-bottom: 20px;
  background: linear-gradient(to right, #fff 1%, #fff 45%, rgba(0, 112, 120, 0.15) 100%);
  background-size: 200% 100%;
  background-position: 2% 0;
  border: 1px solid rgba(0, 112, 120, 0.1);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 112, 120, 0.15);
  text-decoration: none;
  cursor: pointer;
  transition: .3s ease-in-out all; }
  .content .news-preview-item:hover {
    background-position: 100% 0;
    box-shadow: 0 0 0 rgba(0, 112, 120, 0); }
    .content .news-preview-item:hover .news-preview-item-more {
      opacity: 1; }
  .content .news-preview-item-content {
    flex-basis: 70%;
    position: relative;
    padding-bottom: 25px; }
  .content .news-preview-item-title {
    color: #007078;
    padding: 20px;
    transition: .3s ease-in-out all; }
  .content .news-preview-item-date, .content .news-preview-item-more {
    position: absolute;
    bottom: 0;
    display: block;
    width: 90px;
    background: #007078;
    padding: 5px 0;
    text-align: center;
    color: #fff; }
  .content .news-preview-item-date {
    left: 0;
    transition: .3s ease-in-out all; }
  .content .news-preview-item-more {
    right: 0;
    background: #fff;
    color: #007078;
    opacity: 0;
    transition: .3s ease-in-out all; }
  .content .news-preview-item-thumbnail {
    flex-basis: 30%;
    max-height: 160px;
    overflow: hidden; }
    .content .news-preview-item-thumbnail img {
      display: block;
      min-height: 100%; }

@media all and (max-width: 767px) {
  .content .news-preview-item-content {
    flex-basis: 100%; }
  .content .news-preview-item-thumbnail {
    display: none; } }

.content .single-news-image {
  float: right;
  max-width: 45%;
  margin: 0 0 20px 20px; }

.media-resources {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .media-resources a {
    text-decoration: none; }
    .media-resources a:hover {
      color: #007078; }
  .media-resources-item {
    display: flex;
    flex-direction: column;
    width: 45%;
    margin-bottom: 20px;
    background: linear-gradient(to right, #fff 1%, #fff 45%, rgba(0, 112, 120, 0.15) 100%);
    background-size: 200% 100%;
    background-position: 2% 0;
    border: 1px solid rgba(0, 112, 120, 0.1);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 112, 120, 0.15);
    text-decoration: none;
    transition: .3s ease-in-out all;
    padding: 20px; }
    .media-resources-item-thumbnail {
      display: flex;
      justify-content: center;
      height: 160px;
      text-align: center;
      overflow: hidden; }
      .media-resources-item-thumbnail img {
        display: block;
        height: 160px;
        width: auto;
        max-width: none;
        margin: 0 auto; }
    .media-resources-item-title {
      margin: 5px 0;
      color: #00818a; }
  @media all and (max-width: 767px) {
    .media-resources-item {
      width: 100%; } }

@keyframes smooth {
  0% {
    background-position: 10px 5px; }
  25% {
    background-position: 10px 4px; }
  50% {
    background-position: 10px 5px; }
  75% {
    background-position: 10px 6px; }
  100% {
    background-position: 10px 5px; } }

.event-details {
  padding: 20px;
  border: 1px solid #ccc;
  background: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }

.event-details:after {
  content: "";
  display: table;
  clear: both; }

.event-details p {
  margin-bottom: 1em; }

.event-details .space {
  display: inline-block; }

.event-details div {
  border-bottom: 1px solid #ccc;
  padding: 7px 0; }

.event-details div:last-child {
  border-bottom: none; }

.event-details p:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

.event-details img {
  display: block;
  float: right;
  max-width: 40%;
  margin: 0 0 20px 20px; }
  @media all and (max-width: 767px) {
    .event-details img {
      float: none;
      margin: 20px auto;
      max-width: 100%; } }

.event-payment {
  clear: both;
  margin-top: 30px; }

.event-form {
  border: 1px solid #ccc;
  padding: 20px 20px 0 20px;
  background: #f1f1f1;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }

.event-form .input {
  margin-bottom: 7px; }

.event-form label {
  width: 160px;
  display: inline-block; }

.event-form .registration-radio label,
.event-form .registration-radio input {
  display: inline; }

.event-form .registration-radio input {
  margin-right: 10px; }

.event-form .registration-radio + .registration-radio {
  margin-top: 10px; }

.event-form input,
.event-form select {
  max-width: 436px;
  width: 100%; }

.event-form input[type='radio'] {
  width: 36px; }

.event-form .submit {
  margin-bottom: 20px; }

.event-form .submit input {
  width: 100%;
  padding: 10px;
  margin-top: 10px; }

div.event-form .error-message {
  color: #C11C21;
  font-style: oblique; }

.address_block,
.map_box {
  float: left;
  display: inline;
  max-width: 48%;
  margin: 1%; }
  @media all and (max-width: 767px) {
    .address_block,
    .map_box {
      margin: 10px 0;
      max-width: 100%; } }

.address_block p {
  margin-top: 0; }

a.gpop_link {
  color: #007078;
  display: block;
  font-size: smaller;
  line-height: 14px;
  text-decoration: none;
  margin-top: 3px; }

.map_box {
  float: right;
  height: 120px;
  border: solid 1px #acbabf;
  width: 100%; }
  @media all and (max-width: 767px) {
    .map_box {
      display: none; } }

.location_name {
  color: #007078;
  font-weight: bold;
  font-size: larger; }

#branch_locations {
  margin-top: 20px;
  overflow: hidden; }

#map {
  border: solid 1px #acbabf; }

.mobile-hidden {
  display: block !important; }

.mobile-visible {
  display: none !important; }

.nav-button {
  float: right;
  padding: 5px;
  margin-top: 10px; }

.hidden {
  display: none; }

.responsive-menu-checkbox,
.responsive-menu {
  display: none; }

iframe {
  max-width: 100%; }

@media all and (max-width: 767px) {
  .mobile-hidden {
    display: none !important; }
  .mobile-visible {
    display: block !important; }
  .responsive-menu {
    display: block;
    border-radius: 5px;
    position: relative; }
    .responsive-menu:before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      border-top: 8px solid #007078;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      transition: all .2s ease; }
    .about .responsive-menu ~ ul .grandchildren {
      display: none; }
  .responsive-menu-checkbox {
    display: none; }
    .responsive-menu-checkbox ~ ul,
    .responsive-menu-checkbox ~ div {
      max-height: 0;
      opacity: 0;
      transition: .3s ease all;
      margin: 0 !important;
      padding: 0 !important; }
      .responsive-menu-checkbox ~ ul a, .responsive-menu-checkbox ~ ul p,
      .responsive-menu-checkbox ~ div a,
      .responsive-menu-checkbox ~ div p {
        height: 0;
        padding: 0 !important;
        transition: .3s ease all; }
      .responsive-menu-checkbox ~ ul h3, .responsive-menu-checkbox ~ ul a, .responsive-menu-checkbox ~ ul p,
      .responsive-menu-checkbox ~ div h3,
      .responsive-menu-checkbox ~ div a,
      .responsive-menu-checkbox ~ div p {
        color: #404040; }
    .responsive-menu-checkbox:checked ~ ul,
    .responsive-menu-checkbox:checked ~ div {
      max-height: 1000px;
      opacity: 1; }
      .responsive-menu-checkbox:checked ~ ul a,
      .responsive-menu-checkbox:checked ~ div a {
        height: auto;
        padding: 5px 0 !important; }
      .responsive-menu-checkbox:checked ~ ul p,
      .responsive-menu-checkbox:checked ~ div p {
        height: auto; }
    .responsive-menu-checkbox:checked ~ .responsive-menu:before {
      border-bottom: 8px solid #007078;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: none; }
  .crescent-third {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
  .content.physician-practices .box {
    float: none;
    width: 100%; }
  .content.physician-practices .column {
    float: none;
    padding: 0;
    width: 100%; }
  table {
    word-break: break-word; } }

.mainContent,
.aside {
  display: block;
  width: 100%;
  margin-bottom: 15px; }

@media all and (max-width: 767px) {
  .content img[align="right"],
  .content img[align="left"],
  .content img.align-left,
  .content img.align-right {
    float: none;
    display: block;
    margin: 20px auto; } }

@media all and (min-width: 768px) {
  .mainContent {
    width: 66%;
    float: left; }
  .aside {
    width: 29%;
    float: right;
    margin-left: 4%; }
    .aside ul {
      margin-left: 17px; }
  .crescent-third {
    width: 30%;
    margin-right: 5%;
    float: left; }
    .crescent-third.last {
      margin-right: 0; } }

.hr-icon-wrap {
  margin: 40px 0;
  background: #007078;
  color: #fff; }

.hr-icon-group {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media all and (min-width: 768px) {
    .hr-icon-group-last {
      margin-left: 16.667%; } }

.hr-title {
  color: #fff; }

.hr-icon {
  max-width: 80px;
  height: auto;
  margin: 10px auto; }

.hr-videos iframe {
  margin-bottom: 10px; }

.hr-why-icon {
  height: 80px;
  width: 80px;
  background: #007078;
  border: 2px solid #b2d9dc;
  border-radius: 50%;
  padding: 15px;
  position: relative;
  float: left;
  margin-right: 10px; }
  .hr-why-icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 60px;
    max-width: 60px;
    margin: auto;
    display: block; }

.hr-why-icons {
  margin-top: 30px; }
  @media all and (max-width: 767px) {
    .hr-why-icons .col-6 {
      clear: both;
      margin: 20px 0; } }
  .hr-why-icons h4 {
    margin: 30px 0 0 20px; }

.hr-numbered-list {
  margin: 0;
  padding: 0; }
  .hr-numbered-list li {
    margin: 10px 0;
    list-style: none !important; }
  .hr-numbered-list span {
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    background: #007078;
    border: 2px solid #b2d9dc;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    margin-right: 10px; }
  .hr-numbered-list h3 {
    margin: 0;
    padding-top: 10px; }
  .hr-numbered-list-content {
    float: right;
    width: calc(100% - 60px); }

.hr-hiring-process {
  margin: 0 auto;
  padding: 0;
  max-width: 480px;
  position: relative; }
  .hr-hiring-process:before {
    content: '';
    position: absolute;
    left: 38px;
    top: 20px;
    bottom: 100px;
    width: 4px;
    background: #E5E8EC; }
  .hr-hiring-process li {
    margin: 10px 0;
    list-style: none !important; }
  .hr-hiring-process a {
    font-weight: bold;
    text-decoration: none; }
  .hr-hiring-process span {
    display: block;
    float: left;
    height: 80px;
    width: 80px;
    background: #007078;
    border: 2px solid #b2d9dc;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    padding: 15px;
    position: relative; }
    .hr-hiring-process span img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-height: 60px;
      max-width: 60px;
      margin: auto;
      display: block; }
  .hr-hiring-process h3 {
    margin: 0;
    padding-top: 10px; }
  .hr-hiring-process-content {
    float: right;
    width: calc(100% - 100px); }

.hr-sidebar {
  margin-top: 20px; }
  .hr-sidebar a.navicent-btn, .hr-sidebar .physician-table a.phone, .physician-table .hr-sidebar a.phone {
    background: #b2d9dc;
    border: 2px solid #b2d9dc;
    color: #007078 !important; }
  .hr-sidebar small {
    color: #fff; }
    .hr-sidebar small a {
      color: #fff;
      font-weight: bold; }

.hr-departments, .hr-commerce {
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }
  .hr-departments li, .hr-commerce li {
    margin: 0 0 20px;
    padding-left: 50px;
    background-image: url("../img/hr/icon-nursing-departments.svg");
    list-style: none !important;
    height: 40px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    line-height: 40px; }

.hr-commerce li {
  background-image: url("../img/hr/icon-commerce.svg"); }

.hr-tagline {
  font-size: 24px;
  text-align: center; }
  .hr-tagline span {
    font-style: italic;
    color: #D41200; }

@media all and (min-width: 768px) {
  .two-column {
    column-count: 2;
    column-gap: 40px; } }

.two-column a {
  text-decoration: none;
  font-weight: bold; }

.community-slider li {
  padding: 20px 70px;
  text-align: center; }

.community-slider .flex-direction-nav {
  list-style: none; }
  .community-slider .flex-direction-nav li {
    list-style: none;
    margin: 0;
    padding: 0; }
    .community-slider .flex-direction-nav li a {
      opacity: 1;
      top: 40px; }
  .community-slider .flex-direction-nav .flex-next {
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url("../img/hr/community-slider-right.png");
    text-indent: -999em;
    text-align: left; }
    .community-slider .flex-direction-nav .flex-next:before {
      display: none; }
  .community-slider .flex-direction-nav .flex-prev {
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url("../img/hr/community-slider-left.png");
    text-indent: -999em;
    text-align: left; }
    .community-slider .flex-direction-nav .flex-prev:before {
      display: none; }

.blog-intro {
  display: block;
  text-align: center;
  font-weight: bold;
  font-style: italic; }

.physician-practices {
  width: 100%; }
  .physician-practices .box {
    width: 50%;
    float: left; }
  .physician-practices .column {
    float: left;
    width: 50%;
    padding: 0 2.5%; }
    .physician-practices .column h1 {
      font-size: 1.1em; }
      .physician-practices .column h1 a {
        margin-bottom: 0;
        text-decoration: none; }
        .physician-practices .column h1 a:active, .physician-practices .column h1 a:hover {
          font-weight: bold;
          font-size: 105%; }
        .physician-practices .column h1 a:after {
          content: 'View Site »';
          display: block;
          font-size: .8em;
          margin-top: .5em; }
          .physician-practices .column h1 a:after:hover {
            color: #D41200;
            font-size: .12em; }
    .physician-practices .column h2 {
      font-size: 1.3em;
      background: #f4f8f9;
      border: 1px solid #656f75;
      padding: 5px 10px;
      text-align: center;
      margin-bottom: 1em; }
    .physician-practices .column p {
      display: block;
      margin-bottom: 2em; }
      .physician-practices .column p span {
        display: block;
        padding-left: 9px;
        font-size: 12px;
        position: relative;
        margin-left: 5px; }
        .physician-practices .column p span:first-child {
          margin-top: 1em; }
        .physician-practices .column p span:before {
          content: '•';
          position: absolute;
          left: 0; }

.boardImg {
  width: 120px;
  float: right; }

.login-patient-portal {
  float: right;
  margin-top: 40px;
  text-align: center;
  max-width: 375px; }
  .login-patient-portal .commercial {
    float: right;
    clear: both;
    color: #666;
    padding: 2px 0px 0px 30px;
    background: transparent url("../img/commercial.png") no-repeat scroll left center;
    height: 24px; }
  .login-patient-portal .btn-careers {
    display: inline-block;
    background-color: #48BB8D;
    padding: 5px 10px;
    font-size: 18px;
    color: #fff;
    width: 100%;
    text-align: center; }
    .login-patient-portal .btn-careers:hover, .login-patient-portal .btn-careers:active {
      -moz-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
      box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
      text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
      color: whitesmoke; }

.patient-portal {
  background-color: #C11C21;
  color: #fff;
  float: right;
  padding: 5px 10px;
  display: inline-block;
  clear: both;
  font-size: 18px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center; }
  .patient-portal:visited {
    background-color: #C11C21;
    color: #fff;
    float: right;
    padding: 5px 10px;
    display: inline-block;
    clear: both;
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center; }
  .patient-portal a:hover, .patient-portal a:active {
    -moz-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
    color: whitesmoke; }
  .patient-portal .request {
    background-color: #274469; }
    .patient-portal .request:hover {
      color: #cccccc; }

a.physicianDirBtn:hover, a.physiciandirbtn:active {
  -moz-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
  color: whitesmoke; }

@media (max-width: 767px) {
  .login-patient-portal .commercial {
    /*float: none;*/
    margin: 0 auto; }
  .login-patient-portal .btn-careers {
    padding: 2px 10px; } }

.footer-award {
  float: right;
  display: block;
  margin: 1em 0; }

.flash {
  background: #FCF9CE;
  clear: both;
  color: #444;
  font-weight: bold;
  margin: 10px 0;
  padding: 10px; }
  .flash .error {
    background: #FFEBE8;
    color: #900; }
  .flash .success {
    background: #CEE6C3;
    color: #128642; }
    .flash .success a {
      color: #555;
      font-weight: normal; }

.breadcrumbs-trail {
  padding-left: 0px;
  margin-left: 0px; }
  .breadcrumbs-trail li {
    text-decoration: none;
    display: inline;
    margin-right: 3px;
    padding: 0 !important;
    border-bottom: none !important;
    margin-left: 0 !important; }
    .breadcrumbs-trail li a {
      color: #00818a; }
      .breadcrumbs-trail li a:hover {
        color: #007078; }

#CenterPageViewBMIForm .contactForm div {
  margin-bottom: 0.25em; }

#CenterPageViewBMIForm .btn {
  width: 100%; }

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  z-index: 2;
  cursor: pointer; }
  #overlay #text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #222;
    min-height: 25%;
    width: 55%;
    padding: 20px; }

h2.search-title,
.content .news-preview-item-title {
  font-size: 18px !important; }


/*# sourceMappingURL=main.compiled.css.map*/