/** Variables **/
/** Fonts **/
/** Colors **/
.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

/* =============================================================================
   Base Resets
   ========================================================================== */
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: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

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

input, select {
  vertical-align: middle;
}

/* =============================================================================
   WordPress Compatibility Classes
   ========================================================================== */
.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 0.785714rem;
  line-height: 1.214286rem;
  padding: 0 4px 5px;
  margin: 0;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.sr-only.visible-focus:focus {
  clip: auto;
  height: auto;
  margin: 0;
  position: static;
  width: auto;
  color: #2E3037;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  padding: 2px 0;
  border: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
html {
  font-size: 14px;
  background: #e8ebed;
}

body {
  margin: 0;
  font-size: 0.928571rem;
  line-height: 1.231;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: #c41230;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #c41230;
  color: #fff;
  text-shadow: none;
}

a:focus, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

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

td {
  vertical-align: top;
}

::-webkit-input-placeholder {
  color: #333;
}

:-moz-placeholder { /* Firefox 18- */
  color: #333;
  opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
}

*:focus {
  border: 1px solid #c41230;
}

/* ==|== primary styles =====================================================
   Author: Jon Savage of Studio Ace of Spade
   ========================================================================== */
body {
  color: #222;
  font-family: "Raleway", helvetica, arial, sans-serif;
  font-size: 14px;
}

a, a:visited {
  color: #C41230;
  font-weight: 600;
  text-decoration: none;
  transition: all 250ms linear;
}

a:hover {
  color: #2E3037;
  text-decoration: underline;
  transition: all 250ms linear;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", helvetica, arial, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 2.571429rem;
  line-height: 2.571429rem;
}

h2 {
  font-size: 2rem;
  line-height: 2rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

h4 {
  font-size: 1.285714rem;
  padding-bottom: 6px;
  line-height: 1.4em;
}

p {
  font-size: 1.142857rem;
  line-height: 1.714286rem;
  color: #242424;
  padding-bottom: 15px;
}

p + ol,
p + ul {
  padding-bottom: 0;
}

.last {
  margin-right: 0;
}

.ltext {
  text-align: left !important;
}

.ctext {
  text-align: center;
}

.rtext {
  text-align: right;
}

.table {
  display: table;
  height: 100%;
}

.table-row {
  display: table-row;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.transition,
.transition:hover {
  transition: all 400ms ease;
}

/* =============================================================================
   Forms and inputs
   ========================================================================== */
button {
  padding: 0;
}

.controls button,
input,
select,
textarea {
  background-color: #ccc;
  box-shadow: none;
  border: 1px solid #999;
  border-radius: 2px;
  font-size: 1.142857rem;
  padding: 4px 6px;
  color: #242424;
  line-height: 1.6em;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #66AFE9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

input[type=button],
input[type=reset],
input[type=submit] {
  background: #C41230;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 0.4s ease;
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.4);
}

.form-control {
  background-color: #9297A9;
  border-color: #574046;
  transition: all 0.4s ease;
}

.form-control:focus {
  border-color: #574046;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(87, 64, 70);
  background-color: #d5d5d5;
}

#error form {
  text-align: center;
}

#error #s {
  width: 50%;
}

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

.remodal .location-times .site,
.remodal .location-times .wait {
  display: block;
  float: left;
  width: 50%;
}

.remodal .location-times .site {
  text-align: left;
}

.remodal .location-times .wait {
  text-align: right;
}

.widget-content .in-loc span,
.widget-content .in-loc .time {
  float: none;
  display: block;
}

.widget-content .page-content-times {
  border: 0;
  padding: 0;
  margin: 0;
}

/* =============================================================================
   Header
   ========================================================================== */
/* Alert Text */
.alert-message {
  background-color: #EBE22D;
  clear: both;
  margin-bottom: 20px;
  padding: 15px 15px;
  color: #2E3037;
  font-size: 1.428571rem;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.alert-message.red {
  background-color: #c41230;
  color: white;
}

.alert-message.red p {
  color: white;
}

.alert-message.red a {
  color: #fff;
  font-weight: 700;
  border-bottom: 1px dotted #fff;
}

.alert-message.red a:hover {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  #alertMessage {
    margin-top: 30px;
    font-size: 1.142857rem;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 66px;
  }
  .wait-time {
    position: static;
    font-size: 1.142857rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 485px) {
  .one-half.left {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
  .one-half.right {
    width: 100%;
    float: none;
  }
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
.location-notification-bar {
  background: #c41230;
  color: #fff;
  margin: 20px -15px 10px;
  padding: 10px;
  display: none;
}

.location-notification-bar p {
  color: #fff;
  margin: 0;
  padding: 0;
}

.location-notification-bar p strong {
  padding-right: 21px;
  position: relative;
}

.location-notification-bar p strong::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  right: 5px;
  top: 50%;
  margin-top: -3px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}

.location-notification-bar p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .location-notification-bar {
    margin: 20px 0 10px;
  }
}
.mobile-nav-bg {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 66px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2e3037;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 100;
  height: 90px;
}
.main-navigation .mobile-navigation-trigger {
  display: none;
  height: 100%;
  align-items: center;
  padding: 0 30px;
  background: #2e3037;
  color: #fff;
}
.main-navigation .mobile-navigation-trigger:hover, .main-navigation .mobile-navigation-trigger:focus {
  text-decoration: none;
  background: #b10b27;
}
.main-navigation .mobile-navigation-trigger .text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  padding-right: 10px;
}
.main-navigation .mobile-navigation-trigger .icon {
  font-size: 24px;
}
.main-navigation .main-mobile-menu {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 66px;
  right: 0;
  width: 320px;
  height: calc(100vh - 66px);
  background: #2e3037;
}
.main-navigation .main-mobile-menu > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.main-navigation .main-mobile-menu > ul > li > a {
  color: #fff;
  display: block;
  padding: 10px;
}
.main-navigation .main-mobile-menu > ul > li > a:hover, .main-navigation .main-mobile-menu > ul > li > a:focus {
  background: #b10b27;
  color: #fff;
  text-decoration: none;
}
.main-navigation .main-mobile-menu > ul > li > a.dd-trigger {
  position: relative;
}
.main-navigation .main-mobile-menu > ul > li > a.dd-trigger .menu-text {
  display: block;
}
.main-navigation .main-mobile-menu > ul > li > a.dd-trigger .menu-icon {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 37px;
  align-items: center;
  justify-content: center;
  background: #b10b27;
  color: #fff;
}
.main-navigation .main-mobile-menu > ul > li > a.dd-trigger.nav-active .menu-icon svg {
  transform: rotate(180deg);
}
.main-navigation .main-mobile-menu > ul > li .dd li a {
  display: block;
  padding: 10px;
  color: #fff;
}
.main-navigation .main-mobile-menu > ul > li .dd li a:hover, .main-navigation .main-mobile-menu > ul > li .dd li a:focus {
  background: #b10b27;
  color: #fff;
  text-decoration: none;
}
.main-navigation .main-mobile-menu > ul > li.mobile-menu-search {
  padding: 10px;
}
.main-navigation .main-mobile-menu > ul > li.mobile-menu-search label {
  color: #fff;
  margin: 0 0 5px;
  padding: 0;
}
.main-navigation .main-mobile-menu > ul > li.mobile-menu-search input {
  border: 0;
  background: #fff;
}
.main-navigation .main-mobile-menu > ul > li.mobile-menu-search button {
  background: #b10b27;
  color: #fff;
  margin: 5px 0 0;
  font-family: "Raleway", helvetica, arial, sans-serif;
  border: 2px solid #b10b27;
  font-weight: 700;
  box-shadow: none;
}
.main-navigation .main-mobile-menu > ul > li.mobile-menu-search button:hover, .main-navigation .main-mobile-menu > ul > li.mobile-menu-search button:focus {
  background: #fff;
  color: #2e3037;
}
.main-navigation .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #fff;
  width: 180px;
  height: 100%;
}
.main-navigation .main-menu {
  width: calc(100% - 180px);
  height: 100%;
}
.main-navigation .main-menu > ul {
  display: flex;
  height: 100%;
}
.main-navigation .main-menu > ul > li {
  flex: 1;
  height: 100%;
  border-right: 1px solid #858999;
  position: relative;
}
.main-navigation .main-menu > ul > li > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
}
.main-navigation .main-menu > ul > li > a:hover, .main-navigation .main-menu > ul > li > a:focus,
.main-navigation .main-menu > ul > li > a .nav-active {
  background: #b10b27;
  text-decoration: none;
}
.main-navigation .main-menu > ul > li > a:hover svg, .main-navigation .main-menu > ul > li > a:focus svg,
.main-navigation .main-menu > ul > li > a .nav-active svg {
  color: #fff;
}
.main-navigation .main-menu > ul > li > a svg {
  font-size: 18px;
  color: #858999;
  padding: 0 0 10px;
  transition: all 0.25s ease-in-out;
}
.main-navigation .main-menu > ul > li > a span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-navigation .main-menu > ul > li:last-child {
  border-right: none;
}
.main-navigation .main-menu .dd {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  width: 280px;
  background: #2e3037;
}
.main-navigation .main-menu .dd li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #858999;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
}
.main-navigation .main-menu .dd li a:hover, .main-navigation .main-menu .dd li a:focus {
  border: 0;
  border-bottom: 1px solid #b10b27;
  background: #b10b27;
  color: #fff;
  text-decoration: none;
}
.main-navigation .main-menu .dd li:last-child a {
  border-bottom: 0;
}

.header .skip-to:focus {
  position: fixed !important;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  background: #b10b27;
  text-decoration: none;
}
.header .information-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 0;
  font-size: 14px;
  line-height: 1;
  color: #2e3037;
}
.header .information-bar .phone {
  display: flex;
  align-items: center;
}
.header .information-bar .phone a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #2e3037;
  color: #fff;
  margin-right: 7px;
}
.header .information-bar .phone a:hover, .header .information-bar .phone a:focus {
  background: #b10b27;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    height: 66px;
  }
  .main-navigation .brand {
    width: 150px;
  }
  .main-navigation .mobile-navigation-trigger {
    display: flex;
  }
  .main-navigation .main-menu {
    display: none;
  }
  .header .information-bar {
    padding: 15px 0;
  }
}
footer .info-links a {
  display: inline-block;
  padding-right: 15px;
}

footer .info-links a::after {
  font-family: "FontAwesome";
  content: " \f14c";
}

footer .info-links a.cta::after {
  font-size: 0rem;
}

.disclaimer ul {
  padding: 0 0 10px;
  margin: 0;
}

.disclaimer li {
  padding-bottom: 3px;
  list-style: none;
}

.disclaimer a {
  color: #ddd;
}

.disclaimer a:visited {
  color: #ddd;
}

.disclaimer a:hover {
  color: #c41230;
}

#footer {
  background: #2E3037;
  color: #fff;
  padding-top: 20px;
  margin-top: 40px;
}

#footer h3 {
  font-weight: 700;
  color: #ddd;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.refer p,
.refer li,
.disclaimer p {
  color: #ddd;
  font-size: 1rem;
  line-height: 1.714286rem;
}

.refer ul,
.refer ol {
  margin-top: 0;
  padding-top: 0;
}

.footer-buttons {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px;
}

.footer-buttons a {
  width: 33%;
  margin-right: 2%;
  display: inline-block;
  background: #c41230;
  border: 1px solid #c41230;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}

.footer-buttons a:visited {
  color: #fff;
}

.footer-buttons a:hover {
  color: #c41230;
  background: #fff;
  text-decoration: none;
}

.ins-info {
  padding-left: 15px;
  border-left: 5px solid #c41230;
  margin: 10px 0;
}

.ins-info p,
.disclaimer p {
  padding-bottom: 5px;
  line-height: 1.35rem;
}

.important-links .footer-buttons a {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  footer {
    overflow: auto;
  }
  footer .cta, .widget .cta, .article-footer .cta {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px;
    font-size: 1.214286rem;
    line-height: 2.928571rem;
  }
  footer .info-links a {
    display: block;
    padding: 10px;
  }
}
@media screen and (max-width: 485px) {
  footer .info-links a {
    display: block;
    padding: 10px;
  }
  footer .cta .fa {
    line-height: 4.285714rem;
  }
}
.hero .controls {
  width: 100%;
  text-align: center;
  top: 100%;
  left: 0;
  margin-top: 10px;
}
.hero .slide {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.hero .note {
  background: #2E3037;
}
.hero .note p {
  padding: 10px 20px;
  font-size: 1.1rem;
  line-height: 1.25rem;
  color: #fff;
}
.hero .messaging {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  /* TODO */
}
.hero .messaging h1,
.hero .messaging p {
  color: #fff;
  padding: 20px 300px 10px 20px;
  text-shadow: 0 0 2px #444;
  background: rgba(0, 0, 0, 0.4);
}
.hero .messaging h1 {
  font-weight: 600;
}
.hero .messaging p {
  padding-top: 0;
  font-size: 1.25rem;
}
.hero .messaging .message-buttons {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 270px;
}
.hero .messaging .message-buttons .message-button {
  height: 33.3333337%;
}
.hero .messaging .message-buttons .message-button a {
  border-bottom: #d9d9d9 1px solid;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #2e3037;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.hero .messaging .message-buttons .message-button a:hover, .hero .messaging .message-buttons .message-button a:focus {
  background: #2e3037;
  color: #fff;
  text-decoration: none;
}
.hero .messaging .message-buttons .message-button a:hover svg, .hero .messaging .message-buttons .message-button a:focus svg {
  color: #b10b27;
}
.hero .messaging .message-buttons .message-button a svg {
  font-size: 21px;
  padding: 0 0 10px;
}
.hero .messaging .message-buttons .message-button a .button-question {
  font-size: 21px;
  line-height: 1;
}
.hero .messaging .message-buttons .message-button:last-child a {
  border-bottom: none;
}
.hero .messaging #home .hero .cta:focus {
  color: #fff;
  border-width: 2px;
  border-color: #fff;
}
.hero .messaging .cta {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  background: #2E3037;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 0 10px 0 40px;
  line-height: 2rem;
  margin: 10px 0 0 20px;
  position: relative;
}
.hero .messaging .cta:visited {
  color: #fff;
}
.hero .messaging .cta:hover {
  color: #fff;
  text-decoration: underline;
  background: #c41230;
}
.hero .messaging .cta:hover span {
  text-decoration: underline;
}
.hero .messaging .cta .fa {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  line-height: 2rem;
  color: #fff;
  background: #c41230;
}

@media (max-width: 567px) {
  .hero {
    box-shadow: none;
  }
  .hero .messaging {
    background-image: none !important;
    position: static;
    height: auto;
    box-shadow: none;
  }
  .hero .messaging h1 {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
    text-shadow: none;
    color: #444;
    background: transparent;
  }
  .hero .messaging h2 {
    text-shadow: 0 0 0 #fff;
    font-weight: 400;
    font-size: 1.428571rem;
    padding: 0px;
    margin-bottom: 20px;
    background: transparent;
  }
  .hero .messaging p {
    text-shadow: 0 0 0 #fff;
    color: #444;
    padding: 0;
    background: transparent;
  }
  .hero .messaging .message-buttons {
    margin: 30px 0 0;
    position: static;
    width: 100%;
    height: 100%;
    clear: both;
  }
  .hero .messaging .message-buttons .message-button a {
    padding: 30px;
  }
  .message-button {
    height: 140px;
  }
  .messaging .note {
    position: static;
    margin-top: 20px;
    height: auto;
  }
  .cta {
    display: block;
    padding-left: 0px;
    margin-left: 0px;
    line-height: 3.285714rem;
  }
  .cta .fa {
    line-height: 3.285714rem;
  }
  .main-nav li .dd li a {
    text-indent: 0px;
  }
  ul.dd {
    text-indent: 20px;
  }
  .provider {
    height: auto;
  }
  .provider-image {
    display: none;
  }
  .provider-content {
    padding-left: 0px;
  }
  .provider-content.featured-provider-content {
    padding-left: 0px;
  }
  #footer {
    padding-bottom: 40px;
  }
}
main:focus {
  border: 0;
}

.posts h1 {
  margin: 30px 0;
}
.posts .excerpt,
.posts .post {
  background: #fff;
  padding: 10px;
  margin: 0 0 30px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.posts .excerpt .post-title,
.posts .post .post-title {
  color: #2e3037;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
}
.posts .excerpt .post-content p,
.posts .post .post-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}
.posts .excerpt .read-more,
.posts .post .read-more {
  display: block;
  margin: 0 -10px -10px -10px;
}
.posts .excerpt .read-more:hover, .posts .excerpt .read-more:focus,
.posts .post .read-more:hover,
.posts .post .read-more:focus {
  background: #b10b27;
  color: #fff;
  text-decoration: none;
}
.posts .excerpt .post-header h1,
.posts .post .post-header h1 {
  padding: 10px;
  margin: 0;
}
.posts .excerpt .post-meta,
.posts .post .post-meta {
  margin: 0 0 10px;
  border-top: 1px solid #2e3037;
  border-bottom: 1px solid #2e3037;
  padding: 10px;
}
.posts .excerpt .post-meta p,
.posts .post .post-meta p {
  padding: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.posts .excerpt .post-meta .icon,
.posts .post .post-meta .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 26px;
  height: 26px;
  background: #2e3037;
  color: #fff;
  margin: 0 7px 0 0;
}
.posts.single-post .sidebar {
  margin-top: 30px;
}
.posts.single-post .post-content {
  padding: 15px 15px 15px 0;
}
.posts .post {
  margin: 30px 0;
  padding: 0;
}
.posts .post .post-meta {
  border-bottom: 0;
}
.posts .post .post-content p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}
.posts .post .post-content p a {
  border-bottom: 1px dotted #b10b27;
}
.posts .post .post-content p a:hover, .posts .post .post-content p a:focus {
  border-bottom: 1px solid #b10b27;
  text-decoration: none;
}
.posts .pagination {
  display: block;
}
.posts .pagination .previous {
  float: left;
}
.posts .pagination .next {
  float: right;
}

.content {
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin: 30px 0 0;
}
.content h1,
.content h2,
.content h3 {
  margin: 0 0 10px;
  color: #2e3037;
}
.content p,
.content ul,
.content ol {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}
.content a {
  color: #b10b27;
  font-weight: 700;
  border-bottom: 1px dashed #b10b27;
}
.content a:hover, .content a:focus {
  color: #2e3037;
  text-decoration: none;
  border-bottom: 1px solid #2e3037;
}
.content .one-half.left {
  width: 46%;
  float: left;
  padding-right: 8%;
}
.content .one-half.right {
  width: 46%;
  float: left;
}

.search-results {
  margin: 45px 0 0;
}
.search-results h1 {
  margin: 0 0 30px;
  font-size: 32px;
  line-height: 1.1;
}

@media (max-width: 485px) {
  .content .one-half.left {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
  .content .one-half.right {
    width: 100%;
    float: none;
  }
}
.subpage .sidebar {
  margin: 30px 0;
}

.sidebar .widget {
  background-color: #fff;
  margin: 0 0 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.sidebar .widget h2,
.sidebar .widget h3 {
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.sidebar .widget p {
  font-weight: 500;
}
.sidebar .widget p:last-child {
  padding-bottom: 0;
}
.sidebar .widget .widget-header,
.sidebar .widget .widget-title {
  background: #2e3037;
  color: #fff;
  padding: 10px;
}
.sidebar .widget .widget-header h2,
.sidebar .widget .widget-header h3,
.sidebar .widget .widget-title h2,
.sidebar .widget .widget-title h3 {
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.sidebar .widget .widget-content {
  padding: 10px;
}
.sidebar .widget .widget-content > ul {
  margin: 0;
}
.sidebar .widget .widget-content > ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar .widget .widget-link {
  display: block;
  margin: 10px -10px -10px -10px;
  text-align: center;
}
.sidebar .widget.location-details p {
  line-height: 1;
  padding: 10px;
  margin: 0 -10px 0;
  border-bottom: 1px solid #2e3037;
}
.sidebar .widget.location-details p + .widget-link {
  margin-top: 0;
}
.sidebar .widget.location-details .widget-content {
  padding-top: 0;
}
.sidebar .widget-button {
  display: flex;
  background: #2e3037;
  margin: 0 0 10px;
  position: relative;
  padding: 10px 10px 10px 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 14px;
}
.sidebar .widget-button:hover, .sidebar .widget-button:focus {
  background: #b10b27;
  color: #fff;
  text-decoration: none;
}
.sidebar .widget-button .icon {
  position: absolute;
  width: 40px;
  top: 0;
  left: 0;
  bottom: 0;
  background: #b10b27;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-image img {
  height: 200px;
  width: auto;
}

.widget p.faq-q span,
.widget a span {
  position: relative;
  top: -1px;
  padding-right: 8px;
}

.widget h4 {
  font-weight: 700;
  color: #6E7383;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.widget h5 {
  color: #6E7383;
  font-weight: 700;
}

.widget p,
.widget ul,
.widget li {
  font-size: 1rem;
}

.widget ul {
  padding-left: 20px;
  list-style-type: square;
}

.widget li {
  padding-bottom: 6px;
}

.widget h4 {
  border-bottom: none;
  padding-bottom: 2px;
}

.widget h5 {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 8px;
  margin-bottom: 14px;
}

.widget h5:last-of-type {
  border-bottom: none;
}

.locations {
  margin: 30px 0 0;
}
.locations .content-links {
  margin: 15px -5px 30px -5px;
}
.locations .content-links a {
  display: inline-block;
  margin: 0 5px 5px;
  background: #b10b27;
  color: #fff;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
}
.locations .content-links a:hover, .locations .content-links a:focus {
  background: #2e3037;
  text-decoration: none;
  color: #fff;
}
.locations .location-wrapper {
  margin: 0 0 30px;
}
.locations .location {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.locations .location h2 {
  margin: 0 0 10px;
}
.locations .location p {
  font-size: 15px;
  font-weight: 500;
  padding: 0 0 10px;
}
.locations .location p a {
  font-weight: 700;
  border-bottom: 1px dotted #b10b27;
  text-decoration: none;
}
.locations .location p a u {
  text-decoration: none;
}
.locations .location p a:focus, .locations .location p a:hover {
  color: #2e3037;
  text-decoration: none;
  border-bottom: 1px solid #b10b27;
}
.locations .location:last-child {
  margin-bottom: 0;
}
.locations .location .post-title {
  margin: -10px -10px 10px -10px;
}
.locations .location .post-title a {
  display: block;
  color: #fff;
  background: #2e3037;
  padding: 10px;
}
.locations .location .post-title a:hover, .locations .location .post-title a:focus {
  color: #fff;
  background: #b10b27;
  text-decoration: none;
}
.locations .location .location-links a {
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px dashed #b10b27;
}
.locations .location .location-links a:hover, .locations .location .location-links a:focus {
  color: #2e3037;
  border-bottom: 1px solid #2e3037;
  text-decoration: none;
}
.locations .location .location-links a.location-more {
  display: block;
  text-align: center;
  margin: 10px -10px -10px -10px;
}

.single-location {
  padding: 30px 0;
}
.single-location .little-hero {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.single-location .little-hero img {
  height: auto !important;
}
.single-location .content a u {
  text-decoration: none;
}
.single-location .content .page-content-times {
  margin: 0 0 20px;
}
.single-location .location-map {
  margin-top: 10px;
  height: 600px;
}
.single-location .location-map iframe {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.single-location .page-content-times {
  font-weight: 500;
}
.single-location .page-content-times span {
  display: block;
}
.single-location .page-content-times span.wait {
  border-bottom: 1px dotted #2e3037;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 660px) {
  .single-location .in-loc span {
    display: block;
  }
  .single-location .in-loc .time {
    float: none;
  }
  .single-location .page-content-times .wait-time {
    margin: 0;
    padding: 0;
  }
}
.page-heading {
  background: #2e3037;
  color: #fff;
  padding: 15px;
  margin: 30px 0 15px;
}

.doctors .main-messaging {
  margin-bottom: 30px;
}
.doctors .doctor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.doctors .doctor-pagination span,
.doctors .doctor-pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background: #2e3037;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.doctors .doctor-pagination span:hover, .doctors .doctor-pagination span:focus,
.doctors .doctor-pagination a:hover,
.doctors .doctor-pagination a:focus {
  background: #b10b27;
  color: #fff;
  text-decoration: none;
}
.doctors .doctor-pagination span:focus-visible,
.doctors .doctor-pagination a:focus-visible {
  outline: 2px solid #b10b27;
  outline-offset: 2px;
}
.doctors .doctor-pagination span.prev, .doctors .doctor-pagination span.next,
.doctors .doctor-pagination a.prev,
.doctors .doctor-pagination a.next {
  width: auto;
  padding: 0 10px;
}
.doctors .doctor-pagination span.dots,
.doctors .doctor-pagination a.dots {
  color: #2e3037;
  background: transparent;
}
.doctors .doctor-pagination span.current,
.doctors .doctor-pagination a.current {
  background: #b10b27;
}
.doctors .doctor {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0 0 30px;
}
.doctors .doctor .doctor-title {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #2e3037;
}
.doctors .doctor .doctor-title h2,
.doctors .doctor .doctor-title h3 {
  color: #2e3037;
}
.doctors .doctor .doctor-title h2 {
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 3px;
}
.doctors .doctor .doctor-title h3 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.doctors .doctor p {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  color: #2e3037;
}
.doctors .doctor .doctor-education {
  margin: 10px 0 0;
}
.doctors .doctor .doctor-education p {
  display: block;
  padding: 10px;
  margin: 0;
  color: #fff;
  background: #2e3037;
  line-height: 1.2;
}
.doctors .doctor .doctor-education p + p {
  margin-top: 10px;
}
.doctors .doctor .info-links a {
  display: inline-block;
  margin-right: 10px;
  color: #b10b27;
  border-bottom: 1px dashed #b10b27;
}
.doctors .doctor .info-links a:hover, .doctors .doctor .info-links a:focus {
  color: #2e3037;
  border-bottom: 1px solid #2e3037;
  text-decoration: none;
}
.doctors .doctor .info-links a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .doctors .doctor .col-sm-3 {
    width: 33.33333%;
    padding: 0 10px 0 0;
  }
  .doctors .doctor .col-sm-9 {
    width: 66.666666%;
    padding: 0;
  }
  .doctors .doctor .row {
    display: flex;
    margin: 0;
  }
  .doctors .doctor .info-links a {
    margin: 0 0 7px;
    display: block;
    width: 100%;
    border: 1px solid #2e3037;
    text-align: center;
    padding: 5px 8px;
  }
  .doctors .doctor .info-links a:last-child {
    margin-bottom: 0;
  }
  .doctors .doctor .info-links a:hover, .doctors .doctor .info-links a:focus {
    color: #fff;
    background: #b10b27;
    border-color: #b10b27;
    text-decoration: none;
  }
}
@media screen and (max-width: 450px) {
  .doctors .doctor .col-sm-3,
  .doctors .doctor .col-sm-9 {
    width: 100%;
    padding: 0;
  }
  .doctors .doctor .row {
    flex-wrap: wrap;
  }
  .doctors .doctor .doctor-title {
    margin-top: 10px;
  }
}
.post-content h2 {
  font-size: 34px;
  line-height: 1.25;
  margin: 0 0 20px;
}
.post-content h3 {
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 20px;
}
.post-content h4 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 15px;
}
.post-content h5 {
  font-size: 21px;
  line-height: 1.25;
  margin: 0 0 10px;
}
.post-content h6 {
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 5px;
}
.post-content ul,
.post-content ol {
  margin-top: 0;
}
.post-content li {
  font-weight: 500;
  font-size: 16px;
  color: #242424;
  line-height: 1.7;
  margin: 0 0 3px;
}
.post-content li:last-child {
  margin-bottom: 0;
}
.post-content td {
  font-weight: 500;
  font-size: 16px;
  color: #242424;
  line-height: 1.7;
}
.post-content a {
  color: #b10b27;
  font-weight: 700;
}
.post-content a:hover, .post-content a:focus {
  background: #b10b27;
  color: #fff;
  border: 0;
}

.block-button, .posts .excerpt .read-more,
.posts .post .read-more, .posts .pagination .previous a,
.posts .pagination .next a, .sidebar .widget .widget-link, .locations .location .location-links a.location-more {
  background: #2e3037;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 15px;
  text-align: center;
}
.block-button:hover, .posts .excerpt .read-more:hover,
.posts .post .read-more:hover, .posts .pagination .previous a:hover,
.posts .pagination .next a:hover, .sidebar .widget .widget-link:hover, .locations .location .location-links a.location-more:hover, .block-button:focus, .posts .excerpt .read-more:focus,
.posts .post .read-more:focus, .posts .pagination .previous a:focus,
.posts .pagination .next a:focus, .sidebar .widget .widget-link:focus, .locations .location .location-links a.location-more:focus {
  background: #b10b27;
  color: #fff;
  text-decoration: none;
}

.jelly {
  display: none;
}
.jelly.notification-show {
  display: block;
  animation-name: animJelly;
  animation-duration: 1s;
  animation-timing-function: linear;
}
.jelly.notification-hide {
  animation-name: animFade;
  animation-duration: 0.3s;
}

.expand {
  display: none;
}
.expand.notification-show {
  display: block;
}
.expand.notification-show.top-left {
  animation: flip-in-diag-1-bl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.expand.notification-show.top-right {
  animation: flip-in-diag-2-tl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes flip-in-diag-2-tl {
  0% {
    transform: rotate3d(-1, 1, 0, 80deg);
    opacity: 0;
  }
  100% {
    transform: rotate3d(1, 1, 0, 0deg);
    opacity: 1;
  }
}
@keyframes flip-in-diag-1-bl {
  0% {
    transform: rotate3d(1, 1, 0, 80deg);
    opacity: 0;
  }
  100% {
    transform: rotate3d(1, 1, 0, 0deg);
    opacity: 1;
  }
}
@keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animJelly {
  0% {
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@media screen and (max-width: 767px) {
  .expand.notification-show.top-right {
    top: auto;
    bottom: 25px;
    right: 10px;
  }
}
.site-meta-nav {
  position: relative;
  z-index: 110;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 10px;
}
.site-meta-nav .wait-times-wrapper {
  width: 70%;
  display: flex;
}
.site-meta-nav .wait-times-wrapper .wait-widget {
  width: 70%;
}
.site-meta-nav .search-wrapper {
  width: 30%;
}
.site-meta-nav .wait-widget {
  width: 70%;
}
.site-meta-nav .wait-times {
  position: relative;
  z-index: 100;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  font-weight: 700;
}
.site-meta-nav .wait-times .wait-header {
  display: flex;
  background: #2e3037;
}
.site-meta-nav .wait-times .wait-header span,
.site-meta-nav .wait-times .wait-header a {
  display: block;
  font-weight: 700;
  padding: 5px;
}
.site-meta-nav .wait-times .wait-header span {
  color: #fff;
  width: 70%;
}
.site-meta-nav .wait-times .wait-header a {
  background: #b10b27;
  color: #fff;
  width: 30%;
  text-align: center;
}
.site-meta-nav .wait-times .wait-header a:focus, .site-meta-nav .wait-times .wait-header a:hover {
  background: #858999;
  color: #fff;
  text-decoration: none;
}
.site-meta-nav .wait-times .wait-boxes {
  display: flex;
  justify-content: space-between;
}
.site-meta-nav .wait-times .location,
.site-meta-nav .wait-times .time {
  width: 50%;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 15px;
}
.site-meta-nav .wait-times .location > span,
.site-meta-nav .wait-times .time > span {
  display: none;
}
.site-meta-nav .wait-times .location > span.active,
.site-meta-nav .wait-times .time > span.active {
  display: block;
}
.site-meta-nav .wait-times .location {
  background: #b10b27;
  color: #fff;
}
.site-meta-nav .wait-times .time {
  background: #fff;
  color: #2e3037;
}
.site-meta-nav .location-list {
  display: none;
  position: absolute;
  top: 61px;
  width: 100%;
  background: #b10b27;
  border-top: 2px solid #fff;
}
.site-meta-nav .location-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-meta-nav .location-list ul li a {
  display: flex;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.site-meta-nav .location-list ul li a .site,
.site-meta-nav .location-list ul li a .wait {
  display: block;
  width: 50%;
  padding: 10px;
}
.site-meta-nav .location-list ul li a:hover, .site-meta-nav .location-list ul li a:focus {
  background: #2e3037;
  color: #fff;
  text-decoration: none;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.site-meta-nav .location-list ul li.wait-time-close a {
  width: 100%;
  background: #2e3037;
  color: #fff;
  padding: 10px;
  justify-content: center;
  border-bottom: 0;
}
.site-meta-nav .location-list ul li.wait-time-close a:hover, .site-meta-nav .location-list ul li.wait-time-close a:focus {
  border-bottom: 0;
  background: #fff;
  color: #2e3037;
}
.site-meta-nav .wait-controls {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 5px 0 0;
}
.site-meta-nav .wait-controls a.control {
  display: inline-block;
  text-align: center;
  color: #2e3037;
}
.site-meta-nav .wait-controls a.control:hover, .site-meta-nav .wait-controls a.control:focus {
  color: #b10b27;
}
.site-meta-nav .meta-mychart {
  display: flex;
  flex-direction: column;
  width: 85px;
  align-items: center;
  margin: 0 0 0 10px;
}
.site-meta-nav .meta-mychart > div {
  width: 100%;
  background: #2e3037;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}
.site-meta-nav .meta-mychart a {
  display: flex;
  background: #fff;
  width: 100%;
  height: 34px;
  font-size: 24px;
  color: #b10b27;
  justify-content: center;
  align-items: center;
}
.site-meta-nav .meta-mychart a:hover, .site-meta-nav .meta-mychart a:focus {
  background: #b10b27;
  color: #fff;
  text-decoration: none;
}
.site-meta-nav .search-wrapper label {
  display: flex;
  align-items: center;
  width: 100%;
  color: #2e3037;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  height: 27px;
}
.site-meta-nav .search-wrapper .header-search-wrapper {
  display: flex;
  justify-content: space-between;
}
.site-meta-nav .search-wrapper input[type=text] {
  font-family: "Raleway", helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #2e3037;
  width: calc(100% - 45px);
  border-radius: 0;
  padding: 10px 0;
  height: 34px;
}
.site-meta-nav .search-wrapper input[type=text]:focus {
  outline: 0;
  border-bottom: 2px solid #b10b27;
  box-shadow: none;
}
.site-meta-nav .search-wrapper button {
  display: flex;
  width: 34px;
  height: 34px;
  border: 0;
  background: #2e3037;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.site-meta-nav .search-wrapper button:hover, .site-meta-nav .search-wrapper button:focus {
  border: 0;
  text-decoration: none;
  background: #b10b27;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .site-meta-nav {
    margin: 0;
  }
  .site-meta-nav .search-wrapper {
    display: none;
  }
  .site-meta-nav .wait-times-wrapper {
    width: 100%;
  }
  .site-meta-nav .wait-times-wrapper .wait-widget {
    width: 100%;
  }
}
.notification {
  position: fixed;
  z-index: 9999;
  top: 15px;
  right: 15px;
  width: 250px;
  height: 250px;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.notification.expand {
  top: 0;
  right: 0;
}
.notification.top-left {
  left: 15px;
  right: auto;
}
.notification.top-left.expand {
  left: 0;
  right: auto;
  top: 0;
}
.notification .notification-close {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.notification .notification-close:hover {
  color: #b10b27;
}
.notification .notification-header {
  position: relative;
  background: #2e3037;
  text-align: center;
  padding: 5px 25px 5px 10px;
}
.notification .notification-header h3 {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}
.notification .notification-header .notification-close {
  top: 50%;
  transform: translate(0, -50%);
}
.notification .notification-button {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  transform: translate(0, 50%);
  background: #b10b27;
  text-align: center;
  color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.notification .notification-button .fa {
  padding-left: 5px;
  transition: all 0.25s ease-in-out;
}
.notification .notification-button:hover {
  text-decoration: none;
  background: #2e3037;
}
.notification .notification-button:hover .fa {
  padding-left: 12px;
}
.notification .notification-button.dark-blue {
  background: #2e3037;
}
.notification .notification-button.dark-blue:hover {
  background: #b10b27;
}
.notification .notification-button.white {
  color: #b10b27;
  background-color: #fff;
}
.notification .notification-button.white:hover {
  background-color: #b10b27;
  color: #fff;
}
.notification .notification-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 10px 25px 10px;
}
.notification .notification-content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.notification .notification-content p {
  font-size: 13px;
  line-height: 1.2;
}
.notification .notification-content.light {
  color: #fff;
}
.notification .notification-content.light p {
  color: #fff;
}
.notification .notification-content.light a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.notification .notification-content.light a:hover {
  border-bottom: 1px solid #fff;
}
.notification .notification-content a {
  font-weight: 700;
}
.notification .notification-content a:hover {
  text-decoration: none;
}
.notification.background-color {
  height: auto;
}
.notification.background-color .notification-content {
  position: static;
}

.remodal-header {
  padding: 30px;
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
}

.remodal-header h2 {
  margin: 0 0 5px;
  font-weight: 700;
}

.remodal-header p {
  font-size: 1rem;
  font-weight: 700;
  padding: 0;
  color: #2E3037;
}

.remodal-content {
  padding: 30px;
}

.remodal-yes,
.remodal-no {
  display: inline-block;
  width: 120px;
  border-radius: 50px;
  line-height: 3rem;
}

.remodal-no {
  color: #fff;
  background: #03A9F4;
}

.remodal-no:focus,
.remodal-no:hover,
.remodal-no:active {
  background: #01579B;
  color: #fff;
  border-width: 2px;
  border-color: #182a3c;
}

.remodal-yes {
  color: #fff;
  background: #f44336;
}

.remodal-yes:focus,
.remodal-yes:hover,
.remodal-yes:active {
  background: #b71c1c;
  color: #fff;
  border-width: 2px;
  border-color: #182a3c;
}

.response p,
.response p.exit,
.success p,
.question p,
.waiting-times {
  font-size: 1.25rem;
}

.response p.exit,
.success p.exit {
  margin: 30px 0px;
}

.waiting-times {
  margin: 20px 0 30px 0;
}

.choices {
  margin: 20px 0 0;
  padding: 0;
}

.choices a:visited {
  color: #fff;
}

.remodal-content ul {
  margin: 20px auto 0;
  padding: 0;
  list-style: none;
  width: 70%;
  border: 1px solid #ddd;
}

.remodal-content li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.remodal-content li:last-child {
  border-bottom: 0;
}

.remodal-content li .location {
  display: block;
  width: 50%;
  font-weight: 700;
  text-align: left;
  float: left;
}

.remodal-content li .time {
  float: left;
  display: block;
  width: 50%;
  text-align: right;
}

.cycle-slideshow {
  z-index: 1;
}

.slide {
  height: 320px;
  width: 100%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.slide p {
  font-weight: 600;
  text-shadow: 0px 0px 2px #444;
  color: #fff;
  padding: 0 15px;
}
.slide .slider-header {
  margin: 15px 0 5px;
  font-size: 36px;
  line-height: 36px;
}
.slide .slider-subheader {
  font-size: 21px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .slide {
    height: 200px;
    background-size: cover !important;
  }
  .slide h1,
  .slide h2 {
    padding: 0;
  }
  .slide h1 {
    padding-bottom: 15px;
  }
  .overlay {
    padding: 10px 15px;
    margin: 0px;
  }
}
#home .main-messaging {
  margin-top: 30px;
  margin-bottom: 30px;
}

.bucket .bucket-header {
  margin: 0 0 20px;
}
.bucket .bucket-header h2 {
  color: #2e3037;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 10px;
}
.bucket .bucket-header a {
  display: block;
  color: #fff;
  background: #2e3037;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px;
}
.bucket .bucket-header a:visited {
  color: #fff;
}
.bucket .bucket-header a:hover, .bucket .bucket-header a:focus {
  background: #b10b27;
  color: #fff;
  text-decoration: none;
}
.bucket .bucket-content > ul {
  padding: 0;
  list-style: none;
}
.bucket .bucket-content .news-item {
  display: flex;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 20px;
  flex-wrap: wrap;
}
.bucket .bucket-content .news-item:last-child {
  margin-bottom: 0;
}
.bucket .bucket-content .news-item .news-image {
  width: 160px;
  border-radius: 4px;
  margin: 10px;
}
.bucket .bucket-content .news-item .news-image img {
  display: block;
  border-radius: 3px;
}
.bucket .bucket-content .news-item .news-content {
  width: calc(100% - 180px);
  padding: 10px 10px 10px 0;
}
.bucket .bucket-content .news-item .news-content h3 {
  color: #2e3037;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.bucket .bucket-content .news-item .news-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  padding: 0;
}
.bucket .bucket-content .bucket-link {
  background: #2e3037;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 15px;
  text-align: center;
  display: block;
  width: 100%;
}
.bucket .bucket-content .bucket-link:hover, .bucket .bucket-content .bucket-link:focus {
  text-decoration: none;
  background: #b10b27;
  color: #fff;
}
.bucket .service {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.bucket .service .service-icon {
  width: 80px;
  background: #b10b27;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.bucket .service:first-child .service-icon svg {
  transform: rotate(90deg);
}
.bucket .service:last-child {
  margin-bottom: 0;
}
.bucket .service .service-content {
  width: calc(100% - 80px);
  padding: 10px;
}
.bucket .service .service-content h3 {
  color: #2e3037;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.bucket .service .service-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  padding: 0;
}
.bucket .service .service-content a {
  background: #2e3037;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 5px 15px;
  text-align: center;
  display: block;
  margin: 10px -10px -10px;
  text-transform: uppercase;
}
.bucket .service .service-content a:hover, .bucket .service .service-content a:focus {
  background: #b10b27;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 570px) {
  .bucket .bucket-content .news-item .news-image {
    width: 100px;
    height: 100px;
  }
  .bucket .bucket-content .news-item .news-image img {
    width: 100px;
    height: 100px;
  }
  .bucket .bucket-content .news-item .news-content {
    width: calc(100% - 120px);
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
