@charset "UTF-8";
/*!
Theme Name: GT Bootstrap
Theme URI: http://www.greystonetech.com
Author: Greystone Technology
Author URI: http://www.greystonetech.com
Description: Default Wordpress theme based on the Twitter Bootstrap 3 bundle
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout
Text Domain: uchealth
*/
/* Colors
-------------------------------------------------- */
/* Service Line Template colors */
/* Brand Colors
-------------------------------------------------- */
/* Typography
-------------------------------------------------- */
/* Reponsive Helpers
-------------------------------------------------- */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*$brand-primary:         darken(#428bca, 6.5%) !default; // #337ab7*/
/*$line-height-base:        1.428571429 !default; // 20/14*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(/node_modules/bootstrap-select/dist/css/bootstrap-select.min.css);
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=a64ed79b-2df7-44d8-97d8-055adfe1418a");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

/*@import 'bootstrap/glyphicons';*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4286;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #a6093d;
  text-decoration: none; }
  a:hover, a:focus {
    color: #ad3700;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.4286;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #a6093d; }

a.text-primary:hover,
a.text-primary:focus {
  color: #76062b; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #a6093d; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #76062b; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.4286; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: ' ';
  display: table; }

.dl-horizontal dd:after {
  clear: both !important; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.4286;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.4286; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
            box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.4286;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: ' ';
    display: table; }
  .container:after {
    clear: both !important; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: ' ';
    display: table; }
  .container-fluid:after {
    clear: both !important; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: ' ';
    display: table; }
  .row:after {
    clear: both !important; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.4286;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.4286;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.4286;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: ' ';
    display: table; }
  .form-horizontal .form-group:after {
    clear: both !important; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.4286;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn {
  border: 0; }
  a.btn.disabled,
  fieldset[disabled] a.btn {
    pointer-events: none; }

.btn-default,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  font-weight: bold; }

.btn-default {
  color: #333;
  background-color: #768692;
  border-color: #ccc;
  color: white;
  background-color: #768692;
  border-color: #768692;
  border: 0;
  /*box-shadow: 0 0.25em 0 0 darken($color__grey-dark, 10%);*/ }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #5e6c77;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #5e6c77;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #5e6c77;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #4f5a63;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #768692;
    border-color: #ccc; }
  .btn-default .badge {
    color: #768692;
    background-color: #333; }
  .btn-default:focus, .btn-default.focus {
    color: white;
    background-color: #5e6c77;
    border-color: #3c454c; }
  .btn-default:hover {
    color: white;
    background-color: #5e6c77;
    border-color: #5a6771; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: white;
    background-color: #5e6c77;
    border-color: #5a6771; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: white;
      background-color: #4f5a63;
      border-color: #3c454c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #768692;
    border-color: #768692; }
  .btn-default .badge {
    color: #768692;
    background-color: white; }

.btn-primary {
  color: #fff;
  background-color: #a6093d;
  border-color: #8e0834;
  color: white;
  background-color: #a6093d;
  border-color: #a6093d;
  border: 0;
  /*&:not(.search-submit) {
    box-shadow: 0 0.25em 0 0 darken($color__primary, 10%);
  }*/ }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #76062b;
    border-color: #150108; }
  .btn-primary:hover {
    color: #fff;
    background-color: #76062b;
    border-color: #54051f; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #76062b;
    border-color: #54051f; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #54051f;
      border-color: #150108; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #a6093d;
    border-color: #8e0834; }
  .btn-primary .badge {
    color: #a6093d;
    background-color: #fff; }
  .btn-primary:focus, .btn-primary.focus {
    color: white;
    background-color: #76062b;
    border-color: #2d0211; }
  .btn-primary:hover {
    color: white;
    background-color: #76062b;
    border-color: #6c0628; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #76062b;
    border-color: #6c0628; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: white;
      background-color: #54051f;
      border-color: #2d0211; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #a6093d;
    border-color: #a6093d; }
  .btn-primary .badge {
    color: #a6093d;
    background-color: white; }

.btn-secondary {
  color: #425563;
  background-color: #eaf0f1;
  border-color: #eaf0f1;
  border: 0;
  /*&:not(.search-submit) {
    box-shadow: 0 0.25em 0 0 desaturate(darken($color__grey, 10%), 8%);
  }*/ }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #425563;
    background-color: #ccd9dd;
    border-color: #9eb8be; }
  .btn-secondary:hover {
    color: #425563;
    background-color: #ccd9dd;
    border-color: #c6d5d9; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #425563;
    background-color: #ccd9dd;
    border-color: #c6d5d9; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #425563;
      background-color: #b6c9ce;
      border-color: #9eb8be; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus,
  fieldset[disabled] .btn-secondary:hover,
  fieldset[disabled] .btn-secondary:focus,
  fieldset[disabled] .btn-secondary.focus {
    background-color: #eaf0f1;
    border-color: #eaf0f1; }
  .btn-secondary .badge {
    color: #eaf0f1;
    background-color: #425563; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  border: 0;
  /*box-shadow: 0 0.25em 0 0 darken($btn-success-bg, 10%);*/ }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  border: 0;
  /*box-shadow: 0 0.25em 0 0 darken($btn-info-bg, 10%);*/ }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  border: 0;
  /*box-shadow: 0 0.25em 0 0 darken($btn-warning-bg, 10%);*/ }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  border: 0;
  /*box-shadow: 0 0.25em 0 0 darken($btn-danger-bg, 10%);*/ }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #a6093d;
  /*color: $color__near-black;*/
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #ad3700;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-outline {
  color: #a6093d;
  font-weight: normal;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 2px #a6093d !important;
          box-shadow: inset 0 0 0 2px #a6093d !important; }
  .btn-outline, .btn-outline:active, .btn-outline.active, .btn-outline[disabled],
  fieldset[disabled] .btn-outline {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-outline:hover, .btn-outline:focus {
    color: white;
    text-decoration: none;
    background-color: #a6093d; }
  .btn-outline[disabled]:hover, .btn-outline[disabled]:focus,
  fieldset[disabled] .btn-outline:hover,
  fieldset[disabled] .btn-outline:focus {
    color: #777777;
    text-decoration: none; }

.btn-white {
  color: #a6093d;
  font-weight: normal;
  border: 2px solid #a6093d !important; }
  .btn-white, .btn-white:active, .btn-white.active, .btn-white[disabled],
  fieldset[disabled] .btn-white {
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-white:hover, .btn-white:focus {
    color: white;
    text-decoration: none;
    background-color: #a6093d; }
  .btn-white[disabled]:hover, .btn-white[disabled]:focus,
  fieldset[disabled] .btn-white:hover,
  fieldset[disabled] .btn-white:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
  padding: 0.6em 1.1em 0.7em;
  font-size: 15px; }
  @media screen and (min-width: 768px) {
    .btn-lg, .btn-group-lg > .btn {
      padding: 0.7em 1.3em 0.8em;
      font-size: 16px; } }
  @media screen and (min-width: 992px) {
    .btn-lg, .btn-group-lg > .btn {
      font-size: 17px; } }
  @media screen and (min-width: 1200px) {
    .btn-lg, .btn-group-lg > .btn {
      font-size: 18px; } }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

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

.btn-block + .btn-block {
  margin-top: 5px; }

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%; }

.btn-bold {
  font-weight: bold; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4286;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #a6093d; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.4286;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: ' ';
    display: table; }
  .btn-toolbar:after {
    clear: both !important; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: ' ';
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both !important; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

/*GWS additions*/
.btn-group:not(.bootstrap-select) .btn {
  padding-left: 0.8em;
  padding-right: 0.8em; }
  .btn-group:not(.bootstrap-select) .btn:first-of-type {
    padding-left: 1em; }
  .btn-group:not(.bootstrap-select) .btn:last-of-type {
    padding-right: 1em;
    border-radius: 0 500px 500px 0 !important; }

.btn-group:not(.bootstrap-select) .btn:not(:first-of-type) {
  border-left: 1px solid white; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: ' ';
    display: table; }
  .nav:after {
    clear: both !important; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eaf0f1; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eaf0f1;
    border-color: #a6093d; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #a4bcc2; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.4286;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #a4bcc2 #a4bcc2 #a4bcc2; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #a4bcc2;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #a6093d; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/*@import 'bootstrap/navbar';*/
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 20px;
      line-height: 1.4286;
      text-decoration: none;
      color: #a6093d;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #ad3700;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #a6093d;
    border-color: #a6093d;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: ' ';
    display: table; }
  .pager:after {
    clear: both !important; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #768692; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e6c77; }

.label-primary {
  background-color: #a6093d; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #76062b; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #a6093d;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #a4bcc2; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #85a6ae; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.4286;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #a6093d; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

/*@import 'bootstrap/progress-bars';*/
.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #a6093d;
  border-color: #a6093d; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #f883aa; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: ' ';
    display: table; }
  .panel-body:after {
    clear: both !important; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #a6093d; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #a6093d;
    border-color: #a6093d; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #a6093d; }
    .panel-primary > .panel-heading .badge {
      color: #a6093d;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #a6093d; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: ' ';
    display: table; }
  .modal-header:after {
    clear: both !important; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.4286; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: ' ';
    display: table; }
  .modal-footer:after {
    clear: both !important; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4286;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4286;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both !important; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.1");
  src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .page-template-page-locations .list-view .location .info .description .phone-fax > div:before, .page-template-page-front-door .list-view .location .info .description .phone-fax > div:before, .page-template-page-doctors .list-view .doctor .info .tel:before, .page-template-page-front-door .list-view .doctor .info .tel:before, .page-template-provider #locations .location .info .description .phone-fax > div:before, body #servicelines .appointment-mod .appt-item .info .tel:before, body #servicelines .appointment-mod .appt-item .info .fax:before, body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .page-template-page-locations .list-view .location .info .description .phone-fax > div.fa-pull-left:before, .page-template-page-front-door .list-view .location .info .description .phone-fax > div.fa-pull-left:before, .page-template-page-doctors .list-view .doctor .info .fa-pull-left.tel:before, .page-template-page-front-door .list-view .doctor .info .fa-pull-left.tel:before, .page-template-provider #locations .location .info .description .phone-fax > div.fa-pull-left:before, body #servicelines .appointment-mod .appt-item .info .fa-pull-left.tel:before, body #servicelines .appointment-mod .appt-item .info .fa-pull-left.fax:before, body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div.fa-pull-left:before {
  margin-right: .3em; }

.fa.fa-pull-right, .page-template-page-locations .list-view .location .info .description .phone-fax > div.fa-pull-right:before, .page-template-page-front-door .list-view .location .info .description .phone-fax > div.fa-pull-right:before, .page-template-page-doctors .list-view .doctor .info .fa-pull-right.tel:before, .page-template-page-front-door .list-view .doctor .info .fa-pull-right.tel:before, .page-template-provider #locations .location .info .description .phone-fax > div.fa-pull-right:before, body #servicelines .appointment-mod .appt-item .info .fa-pull-right.tel:before, body #servicelines .appointment-mod .appt-item .info .fa-pull-right.fax:before, body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div.fa-pull-right:before {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .page-template-page-locations .list-view .location .info .description .phone-fax > div.pull-left:before, .page-template-page-front-door .list-view .location .info .description .phone-fax > div.pull-left:before, .page-template-page-doctors .list-view .doctor .info .pull-left.tel:before, .page-template-page-front-door .list-view .doctor .info .pull-left.tel:before, .page-template-provider #locations .location .info .description .phone-fax > div.pull-left:before, body #servicelines .appointment-mod .appt-item .info .pull-left.tel:before, body #servicelines .appointment-mod .appt-item .info .pull-left.fax:before, body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div.pull-left:before {
  margin-right: .3em; }

.fa.pull-right, .page-template-page-locations .list-view .location .info .description .phone-fax > div.pull-right:before, .page-template-page-front-door .list-view .location .info .description .phone-fax > div.pull-right:before, .page-template-page-doctors .list-view .doctor .info .pull-right.tel:before, .page-template-page-front-door .list-view .doctor .info .pull-right.tel:before, .page-template-provider #locations .location .info .description .phone-fax > div.pull-right:before, body #servicelines .appointment-mod .appt-item .info .pull-right.tel:before, body #servicelines .appointment-mod .appt-item .info .pull-right.fax:before, body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div.pull-right:before {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

html, body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: 'Avenir', Arial, sans-serif; }

div.form-group.ui-widget {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: 'Avenir', Arial, sans-serif; }

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

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

body {
  min-height: 100%;
  width: 100%;
  color: #2e3b44;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background: #fff; }
  body .message-container {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 10%;
    margin: 0 auto;
    display: block;
    -webkit-box-shadow: 0px -1px 19px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px -1px 19px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid white;
    border-bottom: none;
    background-color: #425563; }
    body .message-container .unsupported-browser-message {
      text-align: left;
      color: white;
      padding: 26px 20px;
      width: 80vw;
      margin-bottom: 0;
      font-size: 18px; }
      body .message-container .unsupported-browser-message .browser-download-links {
        color: white;
        text-decoration: underline; }
    body .message-container .remind-me-later-button-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      body .message-container .remind-me-later-button-container .remind-me-later {
        margin-bottom: 26px; }

::-moz-selection {
  background: #a6093d;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

::selection {
  background: #a6093d;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.left {
  float: left; }

.right {
  float: right; }

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

code {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

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

blockquote.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0; }

.wp-caption.alignleft {
  margin: 7px 14px 7px 0; }

blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 24px; }

.wp-caption.alignright {
  margin: 7px 0 7px 14px; }

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px; }

.wp-caption {
  max-width: 100%; }
  .wp-caption .wp-caption-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 9px 0;
    padding-right: 10px;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    line-height: 1.5; }

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

.sticky {
  position: inherit; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: '';
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.bypostauthor {
  position: inherit; }

.nowrap {
  white-space: nowrap; }

.btn:not(.btn-dropdown):not(.subscribe-submit):not(.search-submit) {
  border-radius: 500px; }

/* Lists
-------------------------------------------------- */
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; }

/* Tables
-------------------------------------------------- */
table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Modals
-------------------------------------------------- */
body.modal-open {
  margin-right: 0; }

.modal {
  text-align: center !important;
  padding: 0 !important; }
  .modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px; }
    @media screen and (min-width: 768px) {
      .modal:before {
        height: 100%; } }
  .modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
    .modal .modal-dialog .modal-content {
      border-radius: 0; }
    .modal .modal-dialog .modal-header h2 {
      font-size: 21px; }
      @media screen and (min-width: 992px) {
        .modal .modal-dialog .modal-header h2 {
          font-size: 24px; } }

#scheduleModal {
  display: none; }
  #scheduleModal .modal-content {
    overflow: visible !important; }
  #scheduleModal .modal-header {
    z-index: 9; }
  #scheduleModal .modal-body {
    z-index: 10;
    overflow-y: visible !important; }
  #scheduleModal .modal-footer {
    z-index: 9; }

#schedule-an-appointment {
  display: none; }
  #schedule-an-appointment .modal-content {
    overflow: visible !important; }
  #schedule-an-appointment .modal-header {
    z-index: 9; }
  #schedule-an-appointment .modal-body {
    z-index: 10;
    overflow-y: visible !important; }
  #schedule-an-appointment .modal-footer {
    z-index: 9; }

/* Pagination
-------------------------------------------------- */
ul.pagination {
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-radius: 0; }
  ul.pagination li {
    display: inline-block; }
    ul.pagination li a {
      color: #a6093d;
      border: 0;
      background: 0;
      border-radius: 0 !important; }
      ul.pagination li a:hover {
        background: #a6093d;
        color: white;
        border-color: #a6093d; }
    ul.pagination li > span {
      color: #2e3b44;
      background: 0;
      border: 0;
      border-radius: 0 !important; }
      ul.pagination li > span:hover {
        color: #2e3b44 !important; }
      ul.pagination li > span.current {
        background: #a6093d;
        color: white; }
        ul.pagination li > span.current:hover {
          color: white !important; }
    ul.pagination li:hover span {
      color: white; }
    ul.pagination li.disabled {
      background: 0; }
      ul.pagination li.disabled a,
      ul.pagination li.disabled:hover a span,
      ul.pagination li.disabled a:hover {
        background: 0;
        color: #a4bcc2 !important;
        cursor: default; }
  ul.pagination:not(.pagination-sm) span,
  ul.pagination:not(.pagination-sm) a {
    padding-top: 12px;
    padding-bottom: 12px; }

/* Tooltips
-------------------------------------------------- */
.tooltip.top.in {
  opacity: 1; }

.tooltip.top .tooltip-inner {
  background: #2e3b44; }

.tooltip.top .tooltip-arrow {
  border-top-color: #2e3b44; }

/* Popovers
-------------------------------------------------- */
.popover .popover-content {
  color: #2e3b44; }

/* Loader
-------------------------------------------------- */
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #eaf0f1;
  border-right: 1.1em solid #eaf0f1;
  border-bottom: 1.1em solid #eaf0f1;
  border-left: 1.1em solid #a6093d;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Colors
-------------------------------------------------- */
.color-facebook {
  color: #3b5998; }
  .color-facebook:hover {
    color: #1e2e4f; }

.color-twitter {
  color: #00aced; }
  .color-twitter:hover {
    color: #006287; }

.color-google-plus {
  color: #d34836; }
  .color-google-plus:hover {
    color: #86291d; }

.color-youtube {
  color: #fff; }
  .color-youtube:hover {
    color: #fff; }

.color-instagram {
  color: #bc2a8d; }
  .color-instagram:hover {
    color: #69174e; }

.color-pinterest {
  color: #bc272c; }
  .color-pinterest:hover {
    color: #681518; }

.color-linkedin {
  color: #0c76b3; }
  .color-linkedin:hover {
    color: #063753; }

/* Boxes
-------------------------------------------------- */
@media screen and (min-width: 768px) {
  .grey-box {
    padding: 15px;
    background: #eaf0f1; } }

@media screen and (min-width: 992px) {
  .grey-box {
    padding: 30px; } }

@media screen and (min-width: 1200px) {
  .grey-box {
    padding: 45px; } }

/* Alerts
-------------------------------------------------- */
.shopp-errors.alert {
  margin-bottom: 2em; }
  .shopp-errors.alert ul {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0; }

/* Buttons
-------------------------------------------------- */
*.arrow-right:after {
  padding-left: 0.4em;
  content: '';
  font-family: Fontawesome; }

*.arrow-right.btn:after {
  padding-left: 0.7em; }

*.arrow-right:hover:after {
  text-decoration: none; }

/* Fields
-------------------------------------------------- */
select {
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-color: white;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=") !important; }
  select:not(.form-control) {
    border: 1px solid #768692; }
  select.gfield_select {
    padding: 5px 4px;
    color: #768692; }

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'] {
  border: 1px solid #768692;
  border-radius: 0; }
  input[type='text']:not(.form-control),
  input[type='email']:not(.form-control),
  input[type='url']:not(.form-control),
  input[type='password']:not(.form-control),
  input[type='search']:not(.form-control),
  input[type='number']:not(.form-control),
  input[type='tel']:not(.form-control),
  input[type='range']:not(.form-control),
  input[type='date']:not(.form-control),
  input[type='month']:not(.form-control),
  input[type='week']:not(.form-control),
  input[type='time']:not(.form-control),
  input[type='datetime']:not(.form-control),
  input[type='datetime-local']:not(.form-control),
  input[type='color']:not(.form-control) {
    padding: 3px;
    color: #768692; }
    input[type='text']:not(.form-control):focus,
    input[type='email']:not(.form-control):focus,
    input[type='url']:not(.form-control):focus,
    input[type='password']:not(.form-control):focus,
    input[type='search']:not(.form-control):focus,
    input[type='number']:not(.form-control):focus,
    input[type='tel']:not(.form-control):focus,
    input[type='range']:not(.form-control):focus,
    input[type='date']:not(.form-control):focus,
    input[type='month']:not(.form-control):focus,
    input[type='week']:not(.form-control):focus,
    input[type='time']:not(.form-control):focus,
    input[type='datetime']:not(.form-control):focus,
    input[type='datetime-local']:not(.form-control):focus,
    input[type='color']:not(.form-control):focus {
      color: #2e3b44; }

textarea {
  border: 1px solid #768692;
  border-radius: 0; }
  textarea:not(.form-control) {
    padding-left: 3px;
    width: 100%;
    color: #768692; }

/* Forms
-------------------------------------------------- */
form .form-group label {
  font-size: 1em !important;
  font-weight: bold !important; }

form .form-control,
form .input-group-addon {
  padding-left: 0.8em;
  padding-right: 0.9em;
  border-radius: 0; }

form .input-group {
  border: 1px solid #768692; }
  form .input-group button {
    background: 0; }
  form .input-group.search-subscribe input[type='text'],
  form .input-group.search-subscribe input[type='email'] {
    color: #768692;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    @media screen and (min-width: 768px) {
      form .input-group.search-subscribe input[type='text'],
      form .input-group.search-subscribe input[type='email'] {
        height: 40px; } }
    @media screen and (min-width: 1200px) {
      form .input-group.search-subscribe input[type='text'],
      form .input-group.search-subscribe input[type='email'] {
        height: 60px;
        font-size: 24px;
        line-height: 1.2;
        padding: 0.5em 1em; } }
  @media screen and (max-width: 767px) {
    form .input-group.search-subscribe .input-lg, form .input-group.search-subscribe .input-group-lg > .form-control,
    form .input-group.search-subscribe .input-group-lg > .input-group-addon,
    form .input-group.search-subscribe .input-group-lg > .input-group-btn > .btn {
      height: 36px; } }
  form .input-group.search-subscribe button {
    width: 50px;
    height: 30px;
    padding: 0;
    text-indent: 300%;
    white-space: nowrap;
    background: white url("img/searchIcon.png") center center no-repeat;
    background-size: 30px auto;
    border-radius: 0;
    overflow: hidden; }
    form .input-group.search-subscribe button:hover {
      background-color: #fff;
      -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px inset;
              box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px inset; }
    @media screen and (min-width: 768px) {
      form .input-group.search-subscribe button {
        height: 40px; } }
    @media screen and (min-width: 1200px) {
      form .input-group.search-subscribe button {
        height: 60px;
        width: 70px;
        font-size: 21px;
        line-height: 0.5;
        background-size: 42px auto; } }
  form .input-group.search-subscribe .search-icon {
    background-color: #fff;
    padding: 10px 15px;
    height: 40px;
    margin: 0;
    color: #768692; }
  form .input-group.search-subscribe ::-webkit-input-placeholder {
    font-size: 15px; }
  form .input-group.search-subscribe ::-moz-placeholder {
    font-size: 15px; }
  form .input-group.search-subscribe :-ms-input-placeholder {
    font-size: 15px; }
  form .input-group.search-subscribe ::-ms-input-placeholder {
    font-size: 15px; }
  form .input-group.search-subscribe ::placeholder {
    font-size: 15px; }
    @media screen and (min-width: 768px) {
      form .input-group.search-subscribe ::-webkit-input-placeholder {
        font-size: 18px; }
      form .input-group.search-subscribe ::-moz-placeholder {
        font-size: 18px; }
      form .input-group.search-subscribe :-ms-input-placeholder {
        font-size: 18px; }
      form .input-group.search-subscribe ::-ms-input-placeholder {
        font-size: 18px; }
      form .input-group.search-subscribe ::placeholder {
        font-size: 18px; } }
    @media screen and (min-width: 992px) {
      form .input-group.search-subscribe ::-webkit-input-placeholder {
        font-size: 21px; }
      form .input-group.search-subscribe ::-moz-placeholder {
        font-size: 21px; }
      form .input-group.search-subscribe :-ms-input-placeholder {
        font-size: 21px; }
      form .input-group.search-subscribe ::-ms-input-placeholder {
        font-size: 21px; }
      form .input-group.search-subscribe ::placeholder {
        font-size: 21px; } }
    @media screen and (min-width: 1200px) {
      form .input-group.search-subscribe ::-webkit-input-placeholder {
        font-size: 24px; }
      form .input-group.search-subscribe ::-moz-placeholder {
        font-size: 24px; }
      form .input-group.search-subscribe :-ms-input-placeholder {
        font-size: 24px; }
      form .input-group.search-subscribe ::-ms-input-placeholder {
        font-size: 24px; }
      form .input-group.search-subscribe ::placeholder {
        font-size: 24px; } }

form .form-control {
  border: 1px solid #768692; }

form .dropdown-toggle {
  background: white;
  border-color: #a4bcc2; }

form ::-webkit-input-placeholder {
  font-style: normalsud; }

form ::-moz-placeholder {
  font-style: normalsud; }

form :-ms-input-placeholder {
  font-style: normalsud; }

form ::-ms-input-placeholder {
  font-style: normalsud; }

form ::placeholder {
  font-style: normalsud; }

form .btn-group.block {
  display: table;
  table-layout: fixed;
  width: 100%; }
  form .btn-group.block button {
    display: table-cell;
    float: none; }

form input.zip-is-not-valid {
  color: #a94442;
  background: #f2dede;
  border-color: #a94442 !important;
  outline-color: #d6001c !important; }

.search-results form .input-group.search-subscribe input[type='text'],
.search-results form .input-group.search-subscribe input[type='email'] {
  color: #768692;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 30px; }
  @media screen and (min-width: 768px) {
    .search-results form .input-group.search-subscribe input[type='text'],
    .search-results form .input-group.search-subscribe input[type='email'] {
      height: 30px; } }
  @media screen and (min-width: 1200px) {
    .search-results form .input-group.search-subscribe input[type='text'],
    .search-results form .input-group.search-subscribe input[type='email'] {
      height: 30px;
      font-size: 20px;
      line-height: 1.2;
      padding: 0.5em 1em; } }

.search-results form .input-group.search-subscribe button {
  width: 50px;
  height: 30px; }
  @media screen and (min-width: 768px) {
    .search-results form .input-group.search-subscribe button {
      height: 30px; } }
  @media screen and (min-width: 1200px) {
    .search-results form .input-group.search-subscribe button {
      height: 30px;
      width: 50px;
      font-size: 21px;
      line-height: 0.5;
      background-size: 30px auto; } }

/* Gravity Forms
-------------------------------------------------- */
.gform_wrapper.box_wrapper {
  padding: 15px;
  background: #eaf0f1; }
  @media screen and (min-width: 992px) {
    .gform_wrapper.box_wrapper {
      padding: 30px; } }

.gform_wrapper .gfield_checkbox input,
.gform_wrapper .gfield_radio input {
  position: relative;
  top: 0.2em;
  margin-top: 0 !important;
  vertical-align: top !important; }

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  white-space: normal !important; }

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container span label {
  font-size: 0.8em;
  font-weight: normal; }

.gform_wrapper .gfield .gfield_description {
  font-size: 1em; }

.gform_wrapper .gf_list_2col .gfield_checkbox > li,
.gform_wrapper .gf_list_2col .gfield_radio > li,
.gform_wrapper .gf_list_3col .gfield_checkbox > li,
.gform_wrapper .gf_list_3col .gfield_radio > li {
  margin-bottom: 1em !important; }

/* Selectpicker
-------------------------------------------------- */
.bootstrap-select .dropdown-toggle {
  padding-left: 0.8em;
  cursor: pointer;
  background: white;
  border-color: #768692;
  border-radius: 0; }

.bootstrap-select .dropdown-menu li a {
  cursor: pointer; }

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed; }
  .bootstrap-select .dropdown-menu li.disabled a span {
    color: #c9d7db; }

.bootstrap-select .dropdown-menu li.disabled.selected a {
  background: 0; }

.bootstrap-select .dropdown-menu li:not(.disabled):hover a {
  color: white;
  background: #a6093d; }

/* Links
-------------------------------------------------- */
a {
  /*&:visited { color: $color__link-visited; }
  &:hover, &:focus, &:active { color: $color__link-hover; }
  &:focus { outline: thin dotted; }
  &:hover, &:active { outline: 0; }*/ }
  a.left {
    margin: 0 10px 10px 0; }
  a.right {
    margin: 0 0 10px 10px; }

#header {
  top: 0px;
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: transparent;
  height: 8rem;
  padding: 0 0 0 20px;
  width: 100%;
  -webkit-transition: background-color 500ms linear;
  transition: background-color 500ms linear; }
  #header.scrolled {
    background-color: rgba(255, 255, 255, 0.95) !important;
    -webkit-transition: background-color 500ms linear;
    transition: background-color 500ms linear; }
    #header.scrolled .header__nav-button {
      background-color: #425563;
      color: #fff;
      -webkit-transition: background-color 250ms linear;
      transition: background-color 250ms linear; }
      #header.scrolled .header__nav-button a {
        color: #fff; }
  #header__logo {
    width: 20rem;
    height: 50px;
    background-image: url(img/logo.svg);
    background-repeat: no-repeat;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #header__logo {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%); } }
  #header__nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear; }
    #header__nav.active {
      background-color: #a5083c;
      -webkit-transition: background-color 0.25s linear .25s;
      transition: background-color 0.25s linear .25s; }
      #header__nav.active ul {
        color: #fff;
        -webkit-transition: color 0.25s linear .25s;
        transition: color 0.25s linear .25s; }
        #header__nav.active ul li a {
          color: #fff;
          -webkit-transition: color 0.25s linear .25s;
          transition: color 0.25s linear .25s; }
        #header__nav.active ul li:last-child a {
          color: #a6093d; }
      #header__nav.active .header__nav-menu-btn {
        -webkit-transition: color 0.25s linear .25s;
        transition: color 0.25s linear .25s;
        color: #fff; }
      #header__nav.active .header__nav-button {
        -webkit-transition: all 0.25s linear .25s;
        transition: all 0.25s linear .25s;
        background-color: #fff;
        color: #a6093d; }
      @media screen and (max-width: 1199px) {
        #header__nav.active {
          background-color: transparent; } }
    #header__nav button {
      background-color: transparent;
      border: none; }
    #header__nav-main {
      display: inline-block;
      list-style: none;
      font-size: 18px;
      color: #a6093d;
      font-weight: 600;
      padding: 0;
      margin: 0 15px 0 15px;
      width: 100%;
      text-align: right; }
      #header__nav-main li {
        display: inline;
        padding: 1.25rem 2rem; }
        #header__nav-main li:last-child {
          padding: 1.25rem 2rem; }
          #header__nav-main li:last-child a {
            -webkit-transition: color 0.25s linear;
            transition: color 0.25s linear;
            color: #a6093d; }
            #header__nav-main li:last-child a:hover {
              color: #fff; }
        @media screen and (max-width: 1199px) {
          #header__nav-main li {
            padding: 0 8px; } }
    #header__nav-submenu {
      opacity: 0;
      position: absolute;
      top: 0;
      width: 100%;
      -webkit-transition: opacity 0.25s linear;
      transition: opacity 0.25s linear;
      pointer-events: none; }
      #header__nav-submenu .subnav-wrapper {
        top: -80px;
        height: 200px; }
      #header__nav-submenu .subnav-container {
        margin-top: 80px;
        position: absolute;
        top: 0;
        width: 100%; }
        @media screen and (max-width: 1199px) {
          #header__nav-submenu .subnav-container {
            height: calc(100vh - 80px);
            overflow: scroll; } }
        #header__nav-submenu .subnav-container #mobilesearchform {
          padding: 0 15px 15px 35px;
          background: #bdc4ca; }
          #header__nav-submenu .subnav-container #mobilesearchform form {
            width: 50%; }
        #header__nav-submenu .subnav-container p.connect {
          text-align: center; }
          #header__nav-submenu .subnav-container p.connect a {
            display: inline;
            padding: 0.4em 0em 0 0em;
            color: #fff;
            text-decoration: none;
            outline: 1; }
            #header__nav-submenu .subnav-container p.connect a .fa, #header__nav-submenu .subnav-container p.connect a .page-template-page-locations .list-view .location .info .description .phone-fax > div:before, .page-template-page-locations .list-view .location .info .description #header__nav-submenu .subnav-container p.connect a .phone-fax > div:before, #header__nav-submenu .subnav-container p.connect a .page-template-page-front-door .list-view .location .info .description .phone-fax > div:before, .page-template-page-front-door .list-view .location .info .description #header__nav-submenu .subnav-container p.connect a .phone-fax > div:before, #header__nav-submenu .subnav-container p.connect a .page-template-page-doctors .list-view .doctor .info .tel:before, .page-template-page-doctors .list-view .doctor .info #header__nav-submenu .subnav-container p.connect a .tel:before, #header__nav-submenu .subnav-container p.connect a .page-template-page-front-door .list-view .doctor .info .tel:before, .page-template-page-front-door .list-view .doctor .info #header__nav-submenu .subnav-container p.connect a .tel:before, #header__nav-submenu .subnav-container p.connect a .page-template-provider #locations .location .info .description .phone-fax > div:before, .page-template-provider #locations .location .info .description #header__nav-submenu .subnav-container p.connect a .phone-fax > div:before, #header__nav-submenu .subnav-container p.connect a body #servicelines .appointment-mod .appt-item .info .tel:before, body #servicelines .appointment-mod .appt-item .info #header__nav-submenu .subnav-container p.connect a .tel:before, #header__nav-submenu .subnav-container p.connect a body #servicelines .appointment-mod .appt-item .info .fax:before, body #servicelines .appointment-mod .appt-item .info #header__nav-submenu .subnav-container p.connect a .fax:before, #header__nav-submenu .subnav-container p.connect a body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:before, body.page-template-page-homepage-2020 .list-view .location .info .description #header__nav-submenu .subnav-container p.connect a .phone-fax > div:before {
              padding: 0 0.5em;
              font-size: 24px; }
      #header__nav-submenu ul {
        margin: 0px 0 0 0;
        padding: 25px 0 20px 35px;
        list-style: none; }
        #header__nav-submenu ul.top {
          background: #a5083c; }
          @media screen and (min-width: 1200px) {
            #header__nav-submenu ul.top {
              display: none; } }
          #header__nav-submenu ul.top li {
            color: #fff; }
            #header__nav-submenu ul.top li a {
              color: #fff; }
        #header__nav-submenu ul.middle {
          background: #345064;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          #header__nav-submenu ul.middle li {
            color: #fff;
            -webkit-box-flex: 50%;
                -ms-flex: 50%;
                    flex: 50%; }
            #header__nav-submenu ul.middle li a {
              color: #fff !important; }
          @media screen and (max-width: 1199px) {
            #header__nav-submenu ul.middle {
              margin: 0; } }
        #header__nav-submenu ul.bottom {
          margin: 0;
          background: #bdc4ca; }
          #header__nav-submenu ul.bottom li {
            color: #345064; }
            #header__nav-submenu ul.bottom li a {
              color: #345064 !important; }
        #header__nav-submenu ul li {
          padding: 0 0 15px 0;
          font-weight: 600; }
        #header__nav-submenu ul li:last-child {
          padding-bottom: 0; }
      #header__nav-submenu.active {
        opacity: 1;
        -webkit-transition: opacity 0.25s linear .25s;
        transition: opacity 0.25s linear .25s;
        pointer-events: auto; }
        @media screen and (max-width: 1199px) {
          #header__nav-submenu.active ul.top {
            display: block; } }
        #header__nav-submenu.active ul.middle {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
        #header__nav-submenu.active ul.bottom {
          display: block; }
        #header__nav-submenu.active .header__nav-menu-btn {
          -webkit-transition: color 0.25s linear .25s;
          transition: color 0.25s linear .25s;
          color: #fff; }
    #header__nav-menu-btn {
      display: inline-block;
      font-size: 18px;
      color: #a6093d;
      font-weight: 600;
      padding: 0;
      margin: 0;
      width: 100%;
      text-align: right;
      position: relative; }
      #header__nav-menu-btn:before {
        font-size: 25px;
        font-family: FontAwesome;
        content: '\f107';
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        margin-top: 15px; }
    #header__nav-hamburger {
      cursor: pointer;
      cursor: pointer;
      width: 6px;
      height: 6px;
      border-radius: 4px;
      margin-bottom: 4px;
      background-color: #a5083c;
      display: inline-block; }
      #header__nav-hamburger:last-child {
        margin-bottom: 0px; }
      #header__nav-hamburger.hamburger-1.open {
        -webkit-animation: hamburger-1-open 0.25s ease-out forwards;
                animation: hamburger-1-open 0.25s ease-out forwards; }
      #header__nav-hamburger.hamburger-2.open {
        -webkit-animation: hamburger-2-open 0.25s linear forwards;
                animation: hamburger-2-open 0.25s linear forwards; }
      #header__nav-hamburger.hamburger-3.open {
        -webkit-animation: hamburger-3-open 0.25s linear forwards;
                animation: hamburger-3-open 0.25s linear forwards; }
      @media screen and (min-width: 1200px) {
        @-webkit-keyframes hamburger-1-open {
          0% {
            opacity: 1; }
          100% {
            opacity: 0;
            width: 6px; } }
        @keyframes hamburger-1-open {
          0% {
            opacity: 1; }
          100% {
            opacity: 0;
            width: 6px; } }
        @-webkit-keyframes hamburger-2-open {
          0% {
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(45deg);
                    transform: translate(0px, 0px) rotate(45deg); } }
        @keyframes hamburger-2-open {
          0% {
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(45deg);
                    transform: translate(0px, 0px) rotate(45deg); } }
        @-webkit-keyframes hamburger-3-open {
          0% {
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, -9px) rotate(-45deg);
                    transform: translate(0px, -9px) rotate(-45deg); } }
        @keyframes hamburger-3-open {
          0% {
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, -9px) rotate(-45deg);
                    transform: translate(0px, -9px) rotate(-45deg); } } }
      @media screen and (max-width: 1199px) {
        @-webkit-keyframes hamburger-1-open {
          0% {
            opacity: 1;
            width: 25px; }
          100% {
            opacity: 0;
            width: 6px; } }
        @keyframes hamburger-1-open {
          0% {
            opacity: 1;
            width: 25px; }
          100% {
            opacity: 0;
            width: 6px; } }
        @-webkit-keyframes hamburger-2-open {
          0% {
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(45deg);
                    transform: translate(0px, 0px) rotate(45deg); } }
        @keyframes hamburger-2-open {
          0% {
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(45deg);
                    transform: translate(0px, 0px) rotate(45deg); } }
        @-webkit-keyframes hamburger-3-open {
          0% {
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, -9px) rotate(-45deg);
                    transform: translate(0px, -9px) rotate(-45deg); } }
        @keyframes hamburger-3-open {
          0% {
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, -9px) rotate(-45deg);
                    transform: translate(0px, -9px) rotate(-45deg); } } }
      #header__nav-hamburger.hamburger-1.close {
        opacity: 0;
        -webkit-animation: hamburger-1-close 0.25s ease-out forwards;
                animation: hamburger-1-close 0.25s ease-out forwards; }
      #header__nav-hamburger.hamburger-2.close {
        -webkit-transform: translate(0px, 0px) rotate(40deg);
                transform: translate(0px, 0px) rotate(40deg);
        -webkit-animation: hamburger-2-close 0.25s ease-out forwards;
                animation: hamburger-2-close 0.25s ease-out forwards; }
      #header__nav-hamburger.hamburger-3.close {
        -webkit-transform: translate(0px, -9px) rotate(-40deg);
                transform: translate(0px, -9px) rotate(-40deg);
        -webkit-animation: hamburger-3-close 0.25s ease-out forwards;
                animation: hamburger-3-close 0.25s ease-out forwards; }
      @media screen and (min-width: 1200px) {
        @-webkit-keyframes hamburger-1-close {
          0% {
            opacity: 0;
            width: 6px;
            height: 6px; }
          100% {
            opacity: 1;
            width: 6px;
            height: 6px; } }
        @keyframes hamburger-1-close {
          0% {
            opacity: 0;
            width: 6px;
            height: 6px; }
          100% {
            opacity: 1;
            width: 6px;
            height: 6px; } }
        @-webkit-keyframes hamburger-2-close {
          0% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(45deg);
                    transform: translate(0px, 0px) rotate(45deg); }
          100% {
            width: 6px;
            height: 6px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg);
            opacity: 1; } }
        @keyframes hamburger-2-close {
          0% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(45deg);
                    transform: translate(0px, 0px) rotate(45deg); }
          100% {
            width: 6px;
            height: 6px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg);
            opacity: 1; } }
        @-webkit-keyframes hamburger-3-close {
          0% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, -9px) rotate(-45deg);
                    transform: translate(0px, -9px) rotate(-45deg); }
          100% {
            width: 6px;
            height: 6px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg);
            opacity: 1; } }
        @keyframes hamburger-3-close {
          0% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, -9px) rotate(-45deg);
                    transform: translate(0px, -9px) rotate(-45deg); }
          100% {
            width: 6px;
            height: 6px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg);
            opacity: 1; } } }
      @media screen and (max-width: 1199px) {
        @-webkit-keyframes hamburger-1-close {
          0% {
            opacity: 0;
            width: 6px;
            height: 6px; }
          100% {
            opacity: 1;
            width: 25px;
            height: 4px; } }
        @keyframes hamburger-1-close {
          0% {
            opacity: 0;
            width: 6px;
            height: 6px; }
          100% {
            opacity: 1;
            width: 25px;
            height: 4px; } }
        @-webkit-keyframes hamburger-2-close {
          0% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(45deg);
                    transform: translate(0px, 0px) rotate(45deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg);
            opacity: 1; } }
        @keyframes hamburger-2-close {
          0% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(45deg);
                    transform: translate(0px, 0px) rotate(45deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg);
            opacity: 1; } }
        @-webkit-keyframes hamburger-3-close {
          0% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, -9px) rotate(-45deg);
                    transform: translate(0px, -9px) rotate(-45deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg);
            opacity: 1; } }
        @keyframes hamburger-3-close {
          0% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, -9px) rotate(-45deg);
                    transform: translate(0px, -9px) rotate(-45deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg);
            opacity: 1; } } }
      @media screen and (min-width: 1200px) {
        #header__nav-hamburger {
          width: 6px;
          height: 6px; } }
      @media screen and (max-width: 1199px) {
        #header__nav-hamburger {
          width: 25px;
          height: 4px; } }
    #header__nav-container {
      width: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding-bottom: 0px;
      padding-right: 15px;
      cursor: pointer;
      z-index: 1; }
      @media screen and (max-width: 1199px) {
        #header__nav-container {
          margin-left: auto; } }
      @media screen and (min-width: 1200px) {
        #header__nav-container {
          margin: auto; } }
    #header__nav-button {
      font-size: 16px;
      position: relative;
      padding: 1.25rem 2rem;
      font-weight: bold;
      background-color: #fff;
      border-radius: 2.25rem;
      -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
      -webkit-transition: background-color 250ms linear;
      transition: background-color 250ms linear; }
      #header__nav-button:hover {
        background-color: #a6093d;
        color: #fff; }
        #header__nav-button:hover a {
          color: #fff; }
    @media screen and (max-width: 1199px) {
      #header__nav {
        width: 80%; } }
    @media screen and (max-width: 767px) {
      #header__nav {
        width: 100%; } }
  @media screen and (max-width: 1199px) {
    #header {
      background-color: #fff; } }

/* Menus
-------------------------------------------------- */
/*Main Menu*/
#menu-main-navigation {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media screen and (min-width: 992px) {
    #menu-main-navigation {
      display: table-cell;
      text-align: right;
      vertical-align: middle; } }
  #menu-main-navigation > li {
    display: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.3px;
    vertical-align: middle;
    /*&.header-nav-services {  }*/
    /*&.header-nav-classes {  }*/ }
    @media screen and (min-width: 992px) {
      #menu-main-navigation > li {
        display: inline-block; } }
    @media screen and (min-width: 1100px) {
      #menu-main-navigation > li {
        font-size: 20px; } }
    @media screen and (min-width: 1200px) {
      #menu-main-navigation > li {
        display: inline-block; } }
    #menu-main-navigation > li > a {
      display: block;
      padding: 0.2em 0.8em;
      color: #425563; }
      @media screen and (min-width: 992px) {
        #menu-main-navigation > li > a {
          padding-right: 0.8em;
          padding-left: 0.8em; } }
      @media screen and (min-width: 1200px) {
        #menu-main-navigation > li > a {
          padding: 0.4em 0.8em; } }
      #menu-main-navigation > li > a:hover {
        text-decoration: none;
        color: #425563; }
    #menu-main-navigation > li:first-of-type a {
      padding-left: 0;
      border: 0; }
    #menu-main-navigation > li.header-nav-location {
      display: inline-block; }
    #menu-main-navigation > li.header-nav-doctor {
      display: inline-block;
      /*a {
        @media screen and (max-width: 1199px) { border: 0; }
      }*/ }
    #menu-main-navigation > li.header-nav-schedule {
      display: inline-block;
      background-color: #425563;
      border-color: #425563;
      padding: 0px 10px;
      margin: 0px;
      border-top-left-radius: 500px;
      border-top-right-radius: 500px;
      border-bottom-right-radius: 500px;
      border-bottom-left-radius: 500px;
      margin-left: 20px; }
      #menu-main-navigation > li.header-nav-schedule:hover {
        background-color: #355064;
        border-color: #355064; }
      #menu-main-navigation > li.header-nav-schedule a {
        font-size: 16px;
        color: white; }
        @media screen and (min-width: 1100px) {
          #menu-main-navigation > li.header-nav-schedule a {
            font-size: 16px; } }
        @media screen and (min-width: 1200px) {
          #menu-main-navigation > li.header-nav-schedule a {
            padding: 0.3em; } }
        #menu-main-navigation > li.header-nav-schedule a:hover {
          color: #fff; }
    #menu-main-navigation > li.header-nav-urgent {
      display: inline-block;
      background-color: #620a26;
      border-color: #620a26;
      padding: 0px 10px;
      margin: 0px;
      border-radius: 50px;
      margin-left: 20px; }
      #menu-main-navigation > li.header-nav-urgent:hover {
        text-decoration: none;
        background-color: #a6093d;
        border-color: #a6093d; }
      #menu-main-navigation > li.header-nav-urgent a {
        font-size: 16px;
        color: white; }
        @media screen and (min-width: 1100px) {
          #menu-main-navigation > li.header-nav-urgent a {
            font-size: 16px; } }
        @media screen and (min-width: 1200px) {
          #menu-main-navigation > li.header-nav-urgent a {
            padding: 0.3em; } }
        #menu-main-navigation > li.header-nav-urgent a:hover {
          color: #fff; }
    #menu-main-navigation > li.header-nav-covid {
      display: inline-block;
      background-color: #425563;
      border-color: #425563;
      padding: 0px 10px;
      margin: 0px;
      border-radius: 50px;
      margin-left: 20px; }
      #menu-main-navigation > li.header-nav-covid:hover {
        text-decoration: none;
        background-color: #355064;
        border-color: #355064; }
      #menu-main-navigation > li.header-nav-covid a {
        font-size: 16px;
        color: white; }
        @media screen and (min-width: 1100px) {
          #menu-main-navigation > li.header-nav-covid a {
            font-size: 16px; } }
        @media screen and (min-width: 1200px) {
          #menu-main-navigation > li.header-nav-covid a {
            padding: 0.3em; } }
        #menu-main-navigation > li.header-nav-covid a:hover {
          color: #fff; }
    @media screen and (min-width: 1200px) {
      #menu-main-navigation > li.header-nav-my-health-connection a {
        padding-right: 0; } }
    #menu-main-navigation > li.header-nav-search {
      display: inline-block; }
      @media screen and (min-width: 1200px) {
        #menu-main-navigation > li.header-nav-search {
          display: none; } }

#megamenuSearch {
  /*Megamenu*/
  /*Search Bar*/ }
  #megamenuSearch .megamenu-search-blog {
    display: block;
    position: absolute;
    top: 152px;
    right: 0;
    left: 0;
    z-index: 100;
    pointer-events: none; }
  #megamenuSearch .megamenu-search {
    display: block;
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
    z-index: 100;
    pointer-events: none; }
  #megamenuSearch > .container {
    width: 100%;
    padding-top: 0;
    overflow-y: hidden; }
    @media screen and (min-width: 1400px) {
      #megamenuSearch > .container {
        width: 1370px; } }
    #megamenuSearch > .container > .inner {
      top: -265px;
      float: right;
      width: 100%;
      margin: 0 auto;
      max-width: 960px;
      padding: 0;
      background: #eaf0f1;
      border: 1px solid #c9d7db;
      border-top: 1px solid #eaf0f1;
      color: #2e3b44;
      width: 250px;
      position: relative;
      height: 140px;
      overflow: hidden;
      pointer-events: all; }
      #megamenuSearch > .container > .inner.in {
        animation-name: search_in;
        animation-duration: 0.5s;
        -webkit-animation-name: search_in;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
      #megamenuSearch > .container > .inner.out {
        animation-name: search_out;
        animation-duration: 0.5s;
        -webkit-animation-name: search_out;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
      #megamenuSearch > .container > .inner .btn.btn-primary {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        padding: 6px 20px; }
      #megamenuSearch > .container > .inner .search-question {
        margin-bottom: 20px; }
      #megamenuSearch > .container > .inner .row {
        margin: 0; }
      #megamenuSearch > .container > .inner .searchbox-container {
        padding: 1em 2em;
        display: block;
        position: absolute;
        background: #eaf0f1;
        width: 250px;
        height: 250px; }
        #megamenuSearch > .container > .inner .searchbox-container .search-question {
          margin-top: 10px; }
        #megamenuSearch > .container > .inner .searchbox-container .button {
          color: #2e3b44;
          border: none;
          background-color: rgba(0, 0, 0, 0);
          margin-bottom: 10px;
          padding: 0; }
          #megamenuSearch > .container > .inner .searchbox-container .button:hover {
            text-decoration: underline;
            color: #2e3b44; }
        #megamenuSearch > .container > .inner .searchbox-container form {
          margin-bottom: 0; }
          #megamenuSearch > .container > .inner .searchbox-container form .actions {
            margin-top: 20px; }
        #megamenuSearch > .container > .inner .searchbox-container input.form-control {
          border: none; }
      #megamenuSearch > .container > .inner .searchbox-doctors {
        padding: 1em 2em;
        display: block;
        position: absolute;
        background: #eaf0f1;
        width: 250px;
        height: 320px;
        left: 250px; }
        #megamenuSearch > .container > .inner .searchbox-doctors.in {
          animation-name: form_in;
          animation-duration: 0.5s;
          -webkit-animation-name: form_in;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        #megamenuSearch > .container > .inner .searchbox-doctors.out {
          animation-name: form_out;
          animation-duration: 0.5s;
          -webkit-animation-name: form_out;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        #megamenuSearch > .container > .inner .searchbox-doctors input.form-control {
          border: none; }
        #megamenuSearch > .container > .inner .searchbox-doctors .button {
          color: #2e3b44;
          border: none;
          background-color: rgba(0, 0, 0, 0);
          margin-bottom: 10px;
          padding: 0; }
          #megamenuSearch > .container > .inner .searchbox-doctors .button:hover {
            text-decoration: underline;
            color: #2e3b44; }
        #megamenuSearch > .container > .inner .searchbox-doctors .area-of-care-list {
          padding: 0;
          margin: 0; }
        #megamenuSearch > .container > .inner .searchbox-doctors p.actions {
          margin-top: 10px; }
        #megamenuSearch > .container > .inner .searchbox-doctors .find-a-doctor .form-group {
          margin-bottom: 10px; }
          #megamenuSearch > .container > .inner .searchbox-doctors .find-a-doctor .form-group .col-sm-12 {
            padding: 0; }
        #megamenuSearch > .container > .inner .searchbox-doctors .find-a-doctor .area-of-care-list label {
          font-weight: normal !important; }
        #megamenuSearch > .container > .inner .searchbox-doctors .find-a-doctor .name-of-doctor-primary-care {
          padding: 0;
          margin: 0; }
          #megamenuSearch > .container > .inner .searchbox-doctors .find-a-doctor .name-of-doctor-primary-care label {
            font-weight: normal !important; }
          #megamenuSearch > .container > .inner .searchbox-doctors .find-a-doctor .name-of-doctor-primary-care .form-group {
            margin-bottom: 5px; }
            #megamenuSearch > .container > .inner .searchbox-doctors .find-a-doctor .name-of-doctor-primary-care .form-group .col-sm-12 {
              padding: 0; }
      #megamenuSearch > .container > .inner .searchbox-locations {
        padding: 1em 2em;
        display: block;
        position: absolute;
        background: #eaf0f1;
        width: 250px;
        height: 320px;
        left: 250px; }
        #megamenuSearch > .container > .inner .searchbox-locations.in {
          animation-name: form_in;
          animation-duration: 0.5s;
          -webkit-animation-name: form_in;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        #megamenuSearch > .container > .inner .searchbox-locations.out {
          animation-name: form_out;
          animation-duration: 0.5s;
          -webkit-animation-name: form_out;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        #megamenuSearch > .container > .inner .searchbox-locations .button {
          color: #2e3b44;
          border: none;
          background-color: rgba(0, 0, 0, 0);
          margin-bottom: 10px;
          padding: 0; }
          #megamenuSearch > .container > .inner .searchbox-locations .button:hover {
            text-decoration: underline;
            color: #2e3b44; }
        #megamenuSearch > .container > .inner .searchbox-locations form {
          margin-bottom: 0; }
          #megamenuSearch > .container > .inner .searchbox-locations form .actions {
            margin-top: 10px; }
        #megamenuSearch > .container > .inner .searchbox-locations .find-a-location .col-sm-12 {
          padding: 0; }
        #megamenuSearch > .container > .inner .searchbox-locations .find-a-location .form-group {
          margin-bottom: 10px; }
          #megamenuSearch > .container > .inner .searchbox-locations .find-a-location .form-group label {
            font-weight: normal !important; }
      #megamenuSearch > .container > .inner .searchbox-services {
        padding: 1em 2em;
        display: block;
        position: absolute;
        background: #eaf0f1;
        width: 250px;
        height: 320px;
        left: 250px; }
        #megamenuSearch > .container > .inner .searchbox-services.in {
          animation-name: form_in;
          animation-duration: 0.5s;
          -webkit-animation-name: form_in;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        #megamenuSearch > .container > .inner .searchbox-services.out {
          animation-name: form_out;
          animation-duration: 0.5s;
          -webkit-animation-name: form_out;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        #megamenuSearch > .container > .inner .searchbox-services .button {
          color: #2e3b44;
          border: none;
          background-color: rgba(0, 0, 0, 0);
          margin-bottom: 10px;
          padding: 0; }
          #megamenuSearch > .container > .inner .searchbox-services .button:hover {
            text-decoration: underline;
            color: #2e3b44; }
        #megamenuSearch > .container > .inner .searchbox-services form {
          margin-bottom: 0; }
          #megamenuSearch > .container > .inner .searchbox-services form .actions {
            margin-top: 10px; }
          #megamenuSearch > .container > .inner .searchbox-services form .col-sm-12 {
            padding: 0; }
            #megamenuSearch > .container > .inner .searchbox-services form .col-sm-12 .form-group {
              margin-bottom: 10px; }
      #megamenuSearch > .container > .inner .searchbox-other {
        padding: 1em 2em;
        display: block;
        position: absolute;
        background: #eaf0f1;
        width: 250px;
        height: 250px;
        left: 250px; }
        #megamenuSearch > .container > .inner .searchbox-other.in {
          animation-name: form_in;
          animation-duration: 0.5s;
          -webkit-animation-name: form_in;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        #megamenuSearch > .container > .inner .searchbox-other.out {
          animation-name: form_out;
          animation-duration: 0.5s;
          -webkit-animation-name: form_out;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-fill-mode: backwards;
                  animation-fill-mode: backwards; }
        #megamenuSearch > .container > .inner .searchbox-other.outDelay {
          animation-name: form_out;
          -webkit-animation-name: form_out;
          animation-duration: 0.5s;
          -webkit-animation-duration: 0.5s;
          animation-delay: 0.5s;
          -webkit-animation-delay: 0.5s;
          -webkit-animation-fill-mode: backwards;
                  animation-fill-mode: backwards; }

@-webkit-keyframes form_in {
  0% {
    left: 250px; }
  100% {
    left: 0px; } }

@keyframes form_in {
  0% {
    left: 250px; }
  100% {
    left: 0px; } }

@-webkit-keyframes form_out {
  0% {
    left: 0px; }
  100% {
    left: 250px; } }

@keyframes form_out {
  0% {
    left: 0px; }
  100% {
    left: 250px; } }

@-webkit-keyframes form_out_delay {
  0% {
    left: 250px; }
  100% {
    left: 250px; } }

@keyframes form_out_delay {
  0% {
    left: 250px; }
  100% {
    left: 250px; } }

@-webkit-keyframes search_in {
  0% {
    top: -265px; }
  100% {
    top: 0px; } }

@keyframes search_in {
  0% {
    top: -265px; }
  100% {
    top: 0px; } }

@-webkit-keyframes search_out {
  0% {
    top: 0px; }
  100% {
    top: -265px; } }

@keyframes search_out {
  0% {
    top: 0px; }
  100% {
    top: -265px; } }
      @media screen and (min-width: 1200px) {
        #megamenuSearch > .container > .inner {
          padding: 0; } }
  #megamenuSearch #megamenu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    /*div.megamenu-my-health-connection { display: block; }*/
    /*Find a location*/
    /*Find a doctor*/
    /*Schedule an Appointment*/
    /*Services*/
    /*My Health Connection*/ }
    #megamenuSearch #megamenu > .container {
      width: 100%; }
      @media screen and (min-width: 1400px) {
        #megamenuSearch #megamenu > .container {
          width: 1370px; } }
      #megamenuSearch #megamenu > .container > .inner {
        float: right;
        width: 100%;
        margin: 0 auto;
        max-width: 960px;
        padding: 2em;
        background: #eaf0f1;
        border: 1px solid #c9d7db;
        border-top: 1px solid #eaf0f1; }
        @media screen and (min-width: 1200px) {
          #megamenuSearch #megamenu > .container > .inner {
            padding: 3em; } }
    #megamenuSearch #megamenu div[class^="megamenu-"] {
      display: none; }
    #megamenuSearch #megamenu a:not(.btn):hover {
      color: #d6001c; }
    #megamenuSearch #megamenu .info-box .image {
      position: relative;
      height: 200px;
      background-position: center center;
      background-size: cover;
      /*&:before { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; background: url('img/bg-funnel-horizon-top.png') center top no-repeat; background-size: contain; }*/
      /*&:after { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; background: url('img/bg-funnel-horizon-bottom.png') center bottom no-repeat; background-size: contain; }*/ }
      @media screen and (min-width: 1200px) {
        #megamenuSearch #megamenu .info-box .image {
          height: 240px; } }
    #megamenuSearch #megamenu .info-box .description {
      padding: 20px 16px;
      background: white;
      border: 1px solid #a4bcc2; }
      @media screen and (min-width: 1200px) {
        #megamenuSearch #megamenu .info-box .description {
          padding: 24px 20px; } }
      #megamenuSearch #megamenu .info-box .description p {
        font-size: 14px; }
        @media screen and (min-width: 1200px) {
          #megamenuSearch #megamenu .info-box .description p {
            font-size: 16px; } }
        #megamenuSearch #megamenu .info-box .description p:last-of-type {
          margin-bottom: 0; }
    #megamenuSearch #megamenu .info-box .actions {
      margin: 1em 0 0; }
    #megamenuSearch #megamenu .content {
      padding-left: 20px; }
      #megamenuSearch #megamenu .content h2 {
        position: relative;
        margin: 0 0 1em;
        padding-bottom: 0.2em;
        font-size: 30px;
        font-weight: bold; }
        #megamenuSearch #megamenu .content h2:after {
          display: block;
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          height: 2px;
          content: "";
          background: #a6093d;
          background: -webkit-gradient(linear, left top, right top, from(#a6093d), to(rgba(166, 9, 61, 0)));
          background: linear-gradient(to right, #a6093d, rgba(166, 9, 61, 0)); }
        #megamenuSearch #megamenu .content h2 a:hover {
          text-decoration: none; }
    #megamenuSearch #megamenu .megamenu-location h2 .geotargeting {
      position: relative;
      top: 0.55em;
      float: right;
      font-size: 16px;
      font-weight: normal; }
      #megamenuSearch #megamenu .megamenu-location h2 .geotargeting .use-precise-location {
        display: inline-block;
        font-size: 15px;
        color: #425563;
        text-decoration: underline;
        cursor: pointer; }
    #megamenuSearch #megamenu .megamenu-location .locations .location {
      margin-bottom: 2.5em;
      font-size: 14px; }
      @media screen and (min-width: 1200px) {
        #megamenuSearch #megamenu .megamenu-location .locations .location {
          margin-bottom: 3.5em; } }
      #megamenuSearch #megamenu .megamenu-location .locations .location h3 {
        font-size: 15px;
        font-weight: bold; }
        @media screen and (min-width: 1200px) {
          #megamenuSearch #megamenu .megamenu-location .locations .location h3 {
            font-size: 18px; } }
      #megamenuSearch #megamenu .megamenu-location .locations .location .address {
        position: relative;
        margin-bottom: 0.75em;
        padding-left: 1.5em; }
        #megamenuSearch #megamenu .megamenu-location .locations .location .address:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "";
          font-family: FontAwesome; }
      #megamenuSearch #megamenu .megamenu-location .locations .location .distance {
        margin-bottom: 0.75em;
        padding-left: 1.5em;
        font-style: italic; }
      #megamenuSearch #megamenu .megamenu-location .locations .location .phone {
        position: relative;
        padding-left: 1.5em; }
        #megamenuSearch #megamenu .megamenu-location .locations .location .phone:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "";
          font-family: FontAwesome; }
        #megamenuSearch #megamenu .megamenu-location .locations .location .phone a {
          color: #425563;
          text-decoration: underline; }
    #megamenuSearch #megamenu .megamenu-location p.actions {
      margin: 0;
      text-align: right; }
    @media screen and (max-width: 1199px) {
      #megamenuSearch #megamenu .megamenu-doctor form .megamenu-doctor-type-toggle .radio-inline {
        display: block;
        margin-left: 0; } }
    @media screen and (min-width: 1200px) {
      #megamenuSearch #megamenu .megamenu-doctor form .megamenu-doctor-type-toggle .radio-inline {
        margin-top: 0.4em; } }
    @media screen and (min-width: 1200px) {
      #megamenuSearch #megamenu .megamenu-doctor form .megamenu-doctor-type-toggle .radio-inline input {
        position: relative;
        top: -2px; } }
    #megamenuSearch #megamenu .megamenu-doctor form .megamenu-primary-care-types {
      margin-top: 1em; }
    #megamenuSearch #megamenu .megamenu-doctor form p.actions {
      margin: 2em 0 0;
      text-align: right; }
    #megamenuSearch #megamenu .megamenu-doctor form.specialist p.actions {
      margin: 0;
      text-align: right; }
      #megamenuSearch #megamenu .megamenu-doctor form.specialist p.actions button {
        position: relative;
        top: -3.7em; }
        @media screen and (min-width: 1200px) {
          #megamenuSearch #megamenu .megamenu-doctor form.specialist p.actions button {
            top: -3.2em; } }
    #megamenuSearch #megamenu .megamenu-schedule > .inner {
      max-width: 800px; }
    #megamenuSearch #megamenu .megamenu-schedule .content {
      padding-left: 0; }
    #megamenuSearch #megamenu .megamenu-schedule #get-started-megamenu a.preview {
      padding: 30px 30px 20px; }
    #megamenuSearch #megamenu .megamenu-schedule #get-started-megamenu h3 {
      margin: 0; }
      @media screen and (min-width: 1200px) {
        #megamenuSearch #megamenu .megamenu-schedule #get-started-megamenu h3 {
          min-height: 46px; } }
    #megamenuSearch #megamenu .megamenu-services > .inner {
      max-width: 800px; }
    #megamenuSearch #megamenu .megamenu-services .content {
      padding-left: 0; }
    #megamenuSearch #megamenu .megamenu-services ul {
      margin: 0 0 1em;
      padding: 0;
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3;
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px;
      font-size: 0.9em; }
      #megamenuSearch #megamenu .megamenu-services ul li {
        margin-left: 1em !important;
        padding-bottom: 0.5em;
        line-height: 1.2;
        -webkit-column-break-inside: avoid; }
        @media screen and (min-width: 1200px) {
          #megamenuSearch #megamenu .megamenu-services ul li {
            padding-bottom: 1em; } }
        #megamenuSearch #megamenu .megamenu-services ul li a {
          color: #2e3b44; }
    #megamenuSearch #megamenu .megamenu-services p.actions {
      text-align: right; }
    #megamenuSearch #megamenu .megamenu-my-health-connection .info-box .form-container {
      padding: 20px 30px 16px;
      background: white;
      border: 1px solid #c9d7db; }
      @media screen and (min-width: 1200px) {
        #megamenuSearch #megamenu .megamenu-my-health-connection .info-box .form-container iframe {
          width: 100%; } }
    #megamenuSearch #megamenu .megamenu-my-health-connection .info-box .forgot {
      padding: 16px;
      font-size: 13px;
      background: white;
      border: 1px solid #c9d7db;
      border-top: 0; }
      #megamenuSearch #megamenu .megamenu-my-health-connection .info-box .forgot a {
        color: #768692;
        text-decoration: underline; }
      #megamenuSearch #megamenu .megamenu-my-health-connection .info-box .forgot .forgot-username {
        float: left; }
      #megamenuSearch #megamenu .megamenu-my-health-connection .info-box .forgot .forgot-password {
        float: right; }
    #megamenuSearch #megamenu .megamenu-my-health-connection .info-box .off-site-warning {
      font-size: 15px;
      margin-top: 15px;
      text-align: center; }
    #megamenuSearch #megamenu .megamenu-my-health-connection ul {
      margin: 1.5em 0 1em;
      padding: 0;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px; }
      #megamenuSearch #megamenu .megamenu-my-health-connection ul li {
        margin-left: 1em !important;
        padding-bottom: 0.5em;
        line-height: 1.2;
        -webkit-column-break-inside: avoid; }
        @media screen and (min-width: 1200px) {
          #megamenuSearch #megamenu .megamenu-my-health-connection ul li {
            padding-bottom: 1em; } }
    #megamenuSearch #megamenu .megamenu-my-health-connection .health-connection-links {
      font-size: 13px;
      margin-right: 4px;
      margin-left: 4px;
      width: 100%; }
    #megamenuSearch #megamenu .megamenu-my-health-connection .health-links-padding {
      padding-bottom: 10px; }
    #megamenuSearch #megamenu .megamenu-my-health-connection p.actions {
      text-align: right; }
  #megamenuSearch .search-icon {
    float: right;
    height: 27px;
    margin-top: -7px;
    cursor: pointer;
    font-size: 18px !important;
    border: 0;
    background-color: transparent;
    padding: 0 10px;
    margin-right: 15px; }
  #megamenuSearch li#menu-item-3291 > a:before {
    position: relative;
    content: url(/wp-content/themes/uchealth/img/lock.png);
    right: 5px;
    top: 2px; }
  #megamenuSearch li#menu-item-3291 {
    margin-left: -6px !important; }

header .pre-header-nav {
  margin-bottom: 0;
  height: 35px;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #425563;
  z-index: 21;
  font-size: 16px;
  line-height: 1;
  color: white;
  font-family: "Avenir", arial, sans-serif; }
  header .pre-header-nav .links {
    display: inline-block;
    width: 100%; }
    header .pre-header-nav .links #menu-top-preheader-2020 {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 16px;
      font-weight: 550;
      text-align: right;
      font-family: "Avenir", arial, sans-serif; }
      header .pre-header-nav .links #menu-top-preheader-2020 li {
        display: inline-block;
        margin-left: 2.3em;
        padding-top: 0.5em; }
        header .pre-header-nav .links #menu-top-preheader-2020 li a {
          color: white;
          text-decoration: none;
          background-color: transparent; }
      header .pre-header-nav .links #menu-top-preheader-2020 li:first-of-type {
        margin-left: 0; }
      header .pre-header-nav .links #menu-top-preheader-2020 .search-icon {
        float: right;
        height: 35px;
        margin-top: -8px;
        cursor: pointer;
        font-size: 18px !important;
        border: 0;
        background-color: transparent;
        padding: 0 10px;
        margin-right: 15px; }
      header .pre-header-nav .links #menu-top-preheader-2020 #gtranslate_selector {
        color: #fff; }
        header .pre-header-nav .links #menu-top-preheader-2020 #gtranslate_selector option {
          color: #000; }
      header .pre-header-nav .links #menu-top-preheader-2020 .pre-header-search {
        margin-left: 0; }
  header .pre-header-nav #megamenuSearch .megamenu-search-blog {
    display: block;
    position: absolute;
    top: 152px;
    right: 0;
    left: 0;
    z-index: 100;
    pointer-events: none; }
  header .pre-header-nav #megamenuSearch .megamenu-search {
    display: block;
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 100;
    pointer-events: none; }
  header .pre-header-nav #megamenuSearch > .container {
    width: 100%;
    padding-top: 0;
    overflow-y: hidden; }
    header .pre-header-nav #megamenuSearch > .container > .inner {
      top: -265px;
      float: right;
      width: 100%;
      margin: 0 auto;
      max-width: 960px;
      padding: 0;
      background: #eaf0f1;
      border: 1px solid #c9d7db;
      border-top: 1px solid #eaf0f1;
      color: #2e3b44;
      width: 250px;
      position: relative;
      height: 140px;
      overflow: hidden;
      pointer-events: all; }
      header .pre-header-nav #megamenuSearch > .container > .inner.in {
        animation-name: search_in;
        animation-duration: 0.5s;
        -webkit-animation-name: search_in;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
      header .pre-header-nav #megamenuSearch > .container > .inner.out {
        animation-name: search_out;
        animation-duration: 0.5s;
        -webkit-animation-name: search_out;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
      header .pre-header-nav #megamenuSearch > .container > .inner .btn.btn-primary {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        padding: 6px 20px; }
      header .pre-header-nav #megamenuSearch > .container > .inner .search-question {
        margin-bottom: 20px; }
      header .pre-header-nav #megamenuSearch > .container > .inner .row {
        margin: 0; }
      header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-container {
        padding: 1em 2em;
        display: block;
        position: absolute;
        background: #eaf0f1;
        width: 250px;
        height: 250px; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-container .search-question {
          margin-top: 10px; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-container .button {
          color: #2e3b44;
          border: none;
          background-color: rgba(0, 0, 0, 0);
          margin-bottom: 10px;
          padding: 0; }
          header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-container .button:hover {
            text-decoration: underline;
            color: #2e3b44; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-container form {
          margin-bottom: 0; }
          header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-container form .actions {
            margin-top: 20px; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-container input.form-control {
          border: none; }
      header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-doctors {
        padding: 1em 2em;
        display: block;
        position: absolute;
        background: #eaf0f1;
        width: 250px;
        height: 320px;
        left: 250px; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-doctors.in {
          animation-name: form_in;
          animation-duration: 0.5s;
          -webkit-animation-name: form_in;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-doctors.out {
          animation-name: form_out;
          animation-duration: 0.5s;
          -webkit-animation-name: form_out;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-doctors input.form-control {
          border: none; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-doctors .button {
          color: #2e3b44;
          border: none;
          background-color: rgba(0, 0, 0, 0);
          margin-bottom: 10px;
          padding: 0; }
          header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-doctors .button:hover {
            text-decoration: underline;
            color: #2e3b44; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-doctors .area-of-care-list {
          padding: 0;
          margin: 0; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-doctors p.actions {
          margin-top: 10px; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-doctors .find-a-doctor .form-group {
          margin-bottom: 10px; }
          header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-doctors .find-a-doctor .form-group .col-sm-12 {
            padding: 0; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-doctors .find-a-doctor .area-of-care-list label {
          font-weight: normal !important; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-doctors .find-a-doctor .name-of-doctor-primary-care {
          padding: 0;
          margin: 0; }
          header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-doctors .find-a-doctor .name-of-doctor-primary-care label {
            font-weight: normal !important; }
          header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-doctors .find-a-doctor .name-of-doctor-primary-care .form-group {
            margin-bottom: 5px; }
            header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-doctors .find-a-doctor .name-of-doctor-primary-care .form-group .col-sm-12 {
              padding: 0; }
      header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-locations {
        padding: 1em 2em;
        display: block;
        position: absolute;
        background: #eaf0f1;
        width: 250px;
        height: 320px;
        left: 250px; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-locations.in {
          animation-name: form_in;
          animation-duration: 0.5s;
          -webkit-animation-name: form_in;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-locations.out {
          animation-name: form_out;
          animation-duration: 0.5s;
          -webkit-animation-name: form_out;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-locations .button {
          color: #2e3b44;
          border: none;
          background-color: rgba(0, 0, 0, 0);
          margin-bottom: 10px;
          padding: 0; }
          header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-locations .button:hover {
            text-decoration: underline;
            color: #2e3b44; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-locations form {
          margin-bottom: 0; }
          header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-locations form .actions {
            margin-top: 10px; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-locations .find-a-location .col-sm-12 {
          padding: 0; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-locations .find-a-location .form-group {
          margin-bottom: 10px; }
          header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-locations .find-a-location .form-group label {
            font-weight: normal !important; }
      header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-services {
        padding: 1em 2em;
        display: block;
        position: absolute;
        background: #eaf0f1;
        width: 250px;
        height: 320px;
        left: 250px; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-services.in {
          animation-name: form_in;
          animation-duration: 0.5s;
          -webkit-animation-name: form_in;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-services.out {
          animation-name: form_out;
          animation-duration: 0.5s;
          -webkit-animation-name: form_out;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-services .button {
          color: #2e3b44;
          border: none;
          background-color: rgba(0, 0, 0, 0);
          margin-bottom: 10px;
          padding: 0; }
          header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-services .button:hover {
            text-decoration: underline;
            color: #2e3b44; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-services form {
          margin-bottom: 0; }
          header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-services form .actions {
            margin-top: 10px; }
          header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-services form .col-sm-12 {
            padding: 0; }
            header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-services form .col-sm-12 .form-group {
              margin-bottom: 10px; }
      header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-other {
        padding: 1em 2em;
        display: block;
        position: absolute;
        background: #eaf0f1;
        width: 250px;
        height: 250px;
        left: 250px; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-other.in {
          animation-name: form_in;
          animation-duration: 0.5s;
          -webkit-animation-name: form_in;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-other.out {
          animation-name: form_out;
          animation-duration: 0.5s;
          -webkit-animation-name: form_out;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-fill-mode: backwards;
                  animation-fill-mode: backwards; }
        header .pre-header-nav #megamenuSearch > .container > .inner .searchbox-other.outDelay {
          animation-name: form_out;
          -webkit-animation-name: form_out;
          animation-duration: 0.5s;
          -webkit-animation-duration: 0.5s;
          animation-delay: 0.5s;
          -webkit-animation-delay: 0.5s;
          -webkit-animation-fill-mode: backwards;
                  animation-fill-mode: backwards; }

@keyframes form_in {
  0% {
    left: 250px; }
  100% {
    left: 0px; } }

@keyframes form_out {
  0% {
    left: 0px; }
  100% {
    left: 250px; } }

@keyframes form_out_delay {
  0% {
    left: 250px; }
  100% {
    left: 250px; } }

@keyframes search_in {
  0% {
    top: -265px; }
  100% {
    top: 0px; } }

@keyframes search_out {
  0% {
    top: 0px; }
  100% {
    top: -265px; } }
      @media screen and (min-width: 1200px) {
        header .pre-header-nav #megamenuSearch > .container > .inner {
          padding: 0; } }

#nav2020.header {
  top: 35px;
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: transparent;
  height: 8rem;
  padding: 0 0 0 20px;
  width: 100%;
  -webkit-transition: background-color 500ms linear;
  transition: background-color 500ms linear; }
  #nav2020.header.pinned {
    position: fixed;
    top: 0px; }
  #nav2020.header.scrolled {
    background-color: rgba(255, 255, 255, 0.95) !important;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 500ms linear;
    transition: background-color 500ms linear; }
    #nav2020.header.scrolled .header__nav-button {
      background-color: #425563;
      color: #fff;
      -webkit-transition: background-color 250ms linear;
      transition: background-color 250ms linear; }
      #nav2020.header.scrolled .header__nav-button a {
        color: #fff; }
  #nav2020.header .header__logo {
    width: 20rem;
    height: 50px;
    background-image: url(img/logo.svg);
    background-repeat: no-repeat;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #nav2020.header .header__logo {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%); } }
  #nav2020.header .header__nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear; }
    #nav2020.header .header__nav.active {
      background-color: #a5083c;
      -webkit-transition: background-color 0.25s linear .25s;
      transition: background-color 0.25s linear .25s; }
      #nav2020.header .header__nav.active ul {
        color: #fff;
        -webkit-transition: color 0.25s linear .25s;
        transition: color 0.25s linear .25s; }
        #nav2020.header .header__nav.active ul li.button a {
          color: #a6093d;
          -webkit-transition: color 0.25s linear .25s;
          transition: color 0.25s linear .25s; }
        #nav2020.header .header__nav.active ul li a {
          color: #fff;
          -webkit-transition: color 0.25s linear .25s;
          transition: color 0.25s linear .25s; }
        #nav2020.header .header__nav.active ul li:last-child a {
          color: #a6093d; }
      #nav2020.header .header__nav.active .header__nav-menu-btn {
        -webkit-transition: color 0.25s linear .25s;
        transition: color 0.25s linear .25s;
        color: #fff; }
      #nav2020.header .header__nav.active .header__nav-button {
        -webkit-transition: all 0.25s linear .25s;
        transition: all 0.25s linear .25s;
        background-color: #fff;
        color: #a6093d; }
      @media screen and (max-width: 1199px) {
        #nav2020.header .header__nav.active {
          background-color: transparent; } }
    #nav2020.header .header__nav button {
      background-color: transparent;
      border: none; }
    #nav2020.header .header__nav-main {
      display: inline-block;
      list-style: none;
      font-size: 18px;
      color: #a6093d;
      font-weight: 600;
      padding: 0;
      margin: 0 15px 0 15px;
      width: 100%;
      text-align: right; }
      #nav2020.header .header__nav-main li {
        display: inline;
        padding: 0.6rem 0.7rem; }
        #nav2020.header .header__nav-main li a {
          -webkit-transition: color 0.25s linear;
          transition: color 0.25s linear;
          color: #a6093d; }
          #nav2020.header .header__nav-main li a:hover {
            color: #ad3700; }
        #nav2020.header .header__nav-main li.button {
          padding: 0.6rem 1rem; }
          #nav2020.header .header__nav-main li.button a:hover {
            color: #fff; }
        #nav2020.header .header__nav-main li:last-child a:hover {
          color: #fff; }
    #nav2020.header .header__nav-submenu {
      opacity: 0;
      position: absolute;
      top: 0;
      width: 100%;
      -webkit-transition: opacity 0.25s linear;
      transition: opacity 0.25s linear;
      pointer-events: none; }
      #nav2020.header .header__nav-submenu .subnav-wrapper {
        top: -80px;
        height: 200px; }
      #nav2020.header .header__nav-submenu .subnav-container {
        margin-top: 80px;
        position: absolute;
        top: 0;
        width: 100%; }
        @media screen and (max-width: 1199px) {
          #nav2020.header .header__nav-submenu .subnav-container {
            height: calc(100vh - 80px);
            overflow: scroll; } }
        #nav2020.header .header__nav-submenu .subnav-container #mobilesearchform {
          padding: 0 0px 25px 35px;
          background: #bdc4ca; }
          #nav2020.header .header__nav-submenu .subnav-container #mobilesearchform form {
            width: 50%; }
            #nav2020.header .header__nav-submenu .subnav-container #mobilesearchform form ::-webkit-input-placeholder {
              font-size: 20px;
              color: #555555; }
            #nav2020.header .header__nav-submenu .subnav-container #mobilesearchform form ::-moz-placeholder {
              font-size: 20px;
              color: #555555; }
            #nav2020.header .header__nav-submenu .subnav-container #mobilesearchform form :-ms-input-placeholder {
              font-size: 20px;
              color: #555555; }
            #nav2020.header .header__nav-submenu .subnav-container #mobilesearchform form ::-ms-input-placeholder {
              font-size: 20px;
              color: #555555; }
            #nav2020.header .header__nav-submenu .subnav-container #mobilesearchform form ::placeholder {
              font-size: 20px;
              color: #555555; }
            #nav2020.header .header__nav-submenu .subnav-container #mobilesearchform form .input-group.search-subscribe input[type="text"],
            #nav2020.header .header__nav-submenu .subnav-container #mobilesearchform form form .input-group.search-subscribe input[type="email"] {
              height: 40px; }
            #nav2020.header .header__nav-submenu .subnav-container #mobilesearchform form .input-group.search-subscribe button {
              height: 40px;
              background-size: 30px auto;
              background-color: #fff; }
            #nav2020.header .header__nav-submenu .subnav-container #mobilesearchform form .input-group.search-subscribe .input-lg, #nav2020.header .header__nav-submenu .subnav-container #mobilesearchform form .input-group.search-subscribe .input-group-lg > .form-control,
            #nav2020.header .header__nav-submenu .subnav-container #mobilesearchform form .input-group.search-subscribe .input-group-lg > .input-group-addon,
            #nav2020.header .header__nav-submenu .subnav-container #mobilesearchform form .input-group.search-subscribe .input-group-lg > .input-group-btn > .btn {
              font-size: 20px; }
            @media screen and (max-width: 767px) {
              #nav2020.header .header__nav-submenu .subnav-container #mobilesearchform form {
                width: 100%; } }
          @media screen and (max-width: 767px) {
            #nav2020.header .header__nav-submenu .subnav-container #mobilesearchform {
              padding: 0 35px 25px 35px; } }
        #nav2020.header .header__nav-submenu .subnav-container .social-container {
          background-color: #a5083c;
          width: 100%;
          position: relative;
          float: left; }
          #nav2020.header .header__nav-submenu .subnav-container .social-container .connect {
            text-align: center;
            margin: 0;
            padding: 15px 0 !important;
            background-color: #a5083c; }
            #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a {
              display: inline;
              padding: 0.4em 0em 0 0em;
              color: #fff;
              text-decoration: none;
              outline: 1; }
              #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a .fa, #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a .page-template-page-locations .list-view .location .info .description .phone-fax > div:before, .page-template-page-locations .list-view .location .info .description #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a .phone-fax > div:before, #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a .page-template-page-front-door .list-view .location .info .description .phone-fax > div:before, .page-template-page-front-door .list-view .location .info .description #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a .phone-fax > div:before, #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a .page-template-page-doctors .list-view .doctor .info .tel:before, .page-template-page-doctors .list-view .doctor .info #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a .tel:before, #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a .page-template-page-front-door .list-view .doctor .info .tel:before, .page-template-page-front-door .list-view .doctor .info #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a .tel:before, #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a .page-template-provider #locations .location .info .description .phone-fax > div:before, .page-template-provider #locations .location .info .description #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a .phone-fax > div:before, #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a body #servicelines .appointment-mod .appt-item .info .tel:before, body #servicelines .appointment-mod .appt-item .info #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a .tel:before, #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a body #servicelines .appointment-mod .appt-item .info .fax:before, body #servicelines .appointment-mod .appt-item .info #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a .fax:before, #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:before, body.page-template-page-homepage-2020 .list-view .location .info .description #nav2020.header .header__nav-submenu .subnav-container .social-container .connect a .phone-fax > div:before {
                padding: 0 0.5em;
                font-size: 24px; }
      #nav2020.header .header__nav-submenu ul {
        margin: 0px 0 0 0;
        padding: 25px 0 20px 35px;
        list-style: none; }
        #nav2020.header .header__nav-submenu ul.top {
          background: #a5083c; }
          @media screen and (min-width: 1200px) {
            #nav2020.header .header__nav-submenu ul.top {
              display: none; } }
          #nav2020.header .header__nav-submenu ul.top li {
            color: #fff; }
            #nav2020.header .header__nav-submenu ul.top li.button {
              color: #fff;
              background-color: transparent;
              -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
                      box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
              #nav2020.header .header__nav-submenu ul.top li.button a {
                color: #fff; }
            #nav2020.header .header__nav-submenu ul.top li a {
              color: #fff; }
            #nav2020.header .header__nav-submenu ul.top li:last-child a {
              color: #fff; }
              #nav2020.header .header__nav-submenu ul.top li:last-child a:hover {
                color: #fff; }
        #nav2020.header .header__nav-submenu ul.middle {
          background: #345064;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          #nav2020.header .header__nav-submenu ul.middle li {
            color: #fff;
            -webkit-box-flex: 50%;
                -ms-flex: 50%;
                    flex: 50%; }
            #nav2020.header .header__nav-submenu ul.middle li a {
              color: #fff !important; }
          @media screen and (max-width: 1199px) {
            #nav2020.header .header__nav-submenu ul.middle {
              margin: 0; } }
        #nav2020.header .header__nav-submenu ul.bottom {
          margin: 0;
          background: #bdc4ca;
          padding: 25px 0 20px 35px; }
          #nav2020.header .header__nav-submenu ul.bottom li {
            color: #345064; }
            #nav2020.header .header__nav-submenu ul.bottom li a {
              color: #345064 !important; }
          #nav2020.header .header__nav-submenu ul.bottom #gtranslate-2 {
            padding-bottom: 0; }
          @media screen and (max-width: 992px) {
            #nav2020.header .header__nav-submenu ul.bottom #gtranslate_selector {
              color: #345064;
              padding: 0;
              margin: 0;
              border-bottom: none;
              margin-left: 0px;
              height: 27px; } }
        #nav2020.header .header__nav-submenu ul li {
          padding: 0 0 15px 0;
          font-weight: 600; }
        #nav2020.header .header__nav-submenu ul li:last-child {
          padding: 0; }
      #nav2020.header .header__nav-submenu.active {
        opacity: 1;
        -webkit-transition: opacity 0.25s linear .25s;
        transition: opacity 0.25s linear .25s;
        pointer-events: auto; }
        @media screen and (max-width: 1199px) {
          #nav2020.header .header__nav-submenu.active ul.top {
            display: block; } }
        #nav2020.header .header__nav-submenu.active ul.middle {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    #nav2020.header .header__nav-menu-btn {
      display: inline-block;
      font-size: 18px;
      color: #a6093d;
      font-weight: 600;
      padding: 0;
      margin: 0;
      width: 100%;
      text-align: right;
      position: relative; }
      #nav2020.header .header__nav-menu-btn:before {
        font-size: 25px;
        font-family: FontAwesome;
        content: '\f107';
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        margin-top: 15px; }
    #nav2020.header .header__nav-hamburger {
      cursor: pointer;
      cursor: pointer;
      width: 6px;
      height: 6px;
      border-radius: 4px;
      margin-bottom: 4px;
      background-color: #a5083c;
      display: inline-block; }
      #nav2020.header .header__nav-hamburger:last-child {
        margin-bottom: 0px; }
      #nav2020.header .header__nav-hamburger.hamburger-1.open {
        -webkit-animation: hamburger-1-open 0.25s ease-out forwards;
                animation: hamburger-1-open 0.25s ease-out forwards; }
      #nav2020.header .header__nav-hamburger.hamburger-2.open {
        -webkit-animation: hamburger-2-open 0.25s linear forwards;
                animation: hamburger-2-open 0.25s linear forwards; }
      #nav2020.header .header__nav-hamburger.hamburger-3.open {
        -webkit-animation: hamburger-3-open 0.25s linear forwards;
                animation: hamburger-3-open 0.25s linear forwards; }
      @media screen and (min-width: 1200px) {
        @-webkit-keyframes hamburger-1-open {
          0% {
            opacity: 1; }
          100% {
            opacity: 0;
            width: 6px; } }
        @keyframes hamburger-1-open {
          0% {
            opacity: 1; }
          100% {
            opacity: 0;
            width: 6px; } }
        @-webkit-keyframes hamburger-2-open {
          0% {
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(45deg);
                    transform: translate(0px, 0px) rotate(45deg); } }
        @keyframes hamburger-2-open {
          0% {
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(45deg);
                    transform: translate(0px, 0px) rotate(45deg); } }
        @-webkit-keyframes hamburger-3-open {
          0% {
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, -9px) rotate(-45deg);
                    transform: translate(0px, -9px) rotate(-45deg); } }
        @keyframes hamburger-3-open {
          0% {
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, -9px) rotate(-45deg);
                    transform: translate(0px, -9px) rotate(-45deg); } } }
      @media screen and (max-width: 1199px) {
        @-webkit-keyframes hamburger-1-open {
          0% {
            opacity: 1;
            width: 25px; }
          100% {
            opacity: 0;
            width: 6px; } }
        @keyframes hamburger-1-open {
          0% {
            opacity: 1;
            width: 25px; }
          100% {
            opacity: 0;
            width: 6px; } }
        @-webkit-keyframes hamburger-2-open {
          0% {
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(45deg);
                    transform: translate(0px, 0px) rotate(45deg); } }
        @keyframes hamburger-2-open {
          0% {
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(45deg);
                    transform: translate(0px, 0px) rotate(45deg); } }
        @-webkit-keyframes hamburger-3-open {
          0% {
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, -9px) rotate(-45deg);
                    transform: translate(0px, -9px) rotate(-45deg); } }
        @keyframes hamburger-3-open {
          0% {
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, -9px) rotate(-45deg);
                    transform: translate(0px, -9px) rotate(-45deg); } } }
      #nav2020.header .header__nav-hamburger.hamburger-1.close {
        opacity: 0;
        -webkit-animation: hamburger-1-close 0.25s ease-out forwards;
                animation: hamburger-1-close 0.25s ease-out forwards; }
      #nav2020.header .header__nav-hamburger.hamburger-2.close {
        -webkit-transform: translate(0px, 0px) rotate(40deg);
                transform: translate(0px, 0px) rotate(40deg);
        -webkit-animation: hamburger-2-close 0.25s ease-out forwards;
                animation: hamburger-2-close 0.25s ease-out forwards; }
      #nav2020.header .header__nav-hamburger.hamburger-3.close {
        -webkit-transform: translate(0px, -9px) rotate(-40deg);
                transform: translate(0px, -9px) rotate(-40deg);
        -webkit-animation: hamburger-3-close 0.25s ease-out forwards;
                animation: hamburger-3-close 0.25s ease-out forwards; }
      @media screen and (min-width: 1200px) {
        @-webkit-keyframes hamburger-1-close {
          0% {
            opacity: 0;
            width: 6px;
            height: 6px; }
          100% {
            opacity: 1;
            width: 6px;
            height: 6px; } }
        @keyframes hamburger-1-close {
          0% {
            opacity: 0;
            width: 6px;
            height: 6px; }
          100% {
            opacity: 1;
            width: 6px;
            height: 6px; } }
        @-webkit-keyframes hamburger-2-close {
          0% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(45deg);
                    transform: translate(0px, 0px) rotate(45deg); }
          100% {
            width: 6px;
            height: 6px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg);
            opacity: 1; } }
        @keyframes hamburger-2-close {
          0% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(45deg);
                    transform: translate(0px, 0px) rotate(45deg); }
          100% {
            width: 6px;
            height: 6px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg);
            opacity: 1; } }
        @-webkit-keyframes hamburger-3-close {
          0% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, -9px) rotate(-45deg);
                    transform: translate(0px, -9px) rotate(-45deg); }
          100% {
            width: 6px;
            height: 6px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg);
            opacity: 1; } }
        @keyframes hamburger-3-close {
          0% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, -9px) rotate(-45deg);
                    transform: translate(0px, -9px) rotate(-45deg); }
          100% {
            width: 6px;
            height: 6px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg);
            opacity: 1; } } }
      @media screen and (max-width: 1199px) {
        @-webkit-keyframes hamburger-1-close {
          0% {
            opacity: 0;
            width: 6px;
            height: 6px; }
          100% {
            opacity: 1;
            width: 25px;
            height: 4px; } }
        @keyframes hamburger-1-close {
          0% {
            opacity: 0;
            width: 6px;
            height: 6px; }
          100% {
            opacity: 1;
            width: 25px;
            height: 4px; } }
        @-webkit-keyframes hamburger-2-close {
          0% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(45deg);
                    transform: translate(0px, 0px) rotate(45deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg);
            opacity: 1; } }
        @keyframes hamburger-2-close {
          0% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, 0px) rotate(45deg);
                    transform: translate(0px, 0px) rotate(45deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg);
            opacity: 1; } }
        @-webkit-keyframes hamburger-3-close {
          0% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, -9px) rotate(-45deg);
                    transform: translate(0px, -9px) rotate(-45deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg);
            opacity: 1; } }
        @keyframes hamburger-3-close {
          0% {
            width: 25px;
            height: 4px;
            background-color: #fff;
            -webkit-transform: translate(0px, -9px) rotate(-45deg);
                    transform: translate(0px, -9px) rotate(-45deg); }
          100% {
            width: 25px;
            height: 4px;
            background-color: #a5083c;
            -webkit-transform: translate(0px, 0px) rotate(0deg);
                    transform: translate(0px, 0px) rotate(0deg);
            opacity: 1; } } }
      @media screen and (min-width: 1200px) {
        #nav2020.header .header__nav-hamburger {
          width: 6px;
          height: 6px; } }
      @media screen and (max-width: 1199px) {
        #nav2020.header .header__nav-hamburger {
          width: 25px;
          height: 4px; } }
    #nav2020.header .header__nav-container {
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding-bottom: 0px;
      padding-right: 15px;
      cursor: pointer;
      z-index: 1; }
      @media screen and (max-width: 1199px) {
        #nav2020.header .header__nav-container {
          margin-left: auto; } }
      @media screen and (min-width: 1200px) {
        #nav2020.header .header__nav-container {
          margin: auto; } }
    #nav2020.header .header__nav-button {
      font-size: 16px;
      position: relative;
      font-weight: bold;
      background-color: #fff;
      border-radius: 2.25rem;
      -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
      -webkit-transition: background-color 250ms linear;
      transition: background-color 250ms linear; }
      #nav2020.header .header__nav-button.red {
        background-color: #620a26; }
        #nav2020.header .header__nav-button.red a {
          color: #fff; }
      #nav2020.header .header__nav-button:hover {
        background-color: #a6093d;
        color: #fff; }
        #nav2020.header .header__nav-button:hover a {
          color: #fff; }
    @media screen and (max-width: 1199px) {
      #nav2020.header .header__nav {
        width: 60%; } }
    @media screen and (max-width: 991px) {
      #nav2020.header .header__nav {
        width: 80%; } }
    @media screen and (max-width: 767px) {
      #nav2020.header .header__nav {
        width: 100%; } }
  @media screen and (max-width: 1199px) {
    #nav2020.header {
      background-color: #fff;
      top: 0px;
      position: fixed; } }

.page-template-provider #nav2020 .header__nav .schedule,
.page-template-location #nav2020 .header__nav .schedule {
  display: none; }

.uchealth-today .header {
  top: 0px; }

@media screen and (min-width: 1200px) {
  #nav2020 .header__nav .header__nav-submenu .bottom {
    display: none; } }

@media screen and (min-width: 1200px) {
  #nav2020 .header__nav .header__nav-submenu #mobilesearchform {
    display: none; } }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .flex-space-between {
      display: block; } }

.clear:before:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
  content: ' ';
  display: table; }

.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  clear: both !important; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/* Sidebar
-------------------------------------------------- */
#secondary {
  margin-top: 3em;
  margin-bottom: 3em;
  /*a {
    &:hover {  }
  }*/
  /* Widgets */ }
  @media screen and (min-width: 768px) {
    #secondary {
      border: 0;
      margin-top: 0; } }
  #secondary h2.widget-title {
    margin: 0 0 1em;
    padding-bottom: 0.5em;
    font-size: 21px;
    border-bottom: 1px solid #a6093d; }
  #secondary .widget {
    margin: 0 0 2em; }
    #secondary .widget:last-of-type {
      margin-bottom: 0; }
    #secondary .widget select {
      max-width: 100%; }
    #secondary .widget ul.menu {
      width: 100%;
      margin: 0 0 1em;
      padding: 0;
      list-style: none; }
      #secondary .widget ul.menu li {
        position: relative;
        margin: 0 0 0.3em;
        padding: 0 0 0 1em; }
        #secondary .widget ul.menu li:before {
          position: absolute;
          top: -.1em;
          left: 0;
          content: '';
          font-family: Fontawesome;
          padding-right: 1em; }
      #secondary .widget ul.menu .sub-menu {
        margin-top: 0.3em;
        margin-left: 0;
        padding: 0;
        list-style: none; }
        #secondary .widget ul.menu .sub-menu li:before {
          top: 0;
          content: '';
          font-size: 0.9em; }
    #secondary .widget .checkbox {
      margin-bottom: 1em;
      font-style: italic; }
      #secondary .widget .checkbox:last-of-type {
        margin-bottom: 0; }
      #secondary .widget .checkbox label {
        padding-left: 30px; }
      #secondary .widget .checkbox input {
        position: relative;
        top: -0.1em;
        left: -10px; }
  #secondary h3 {
    margin-bottom: 0.75em;
    font-size: 18px;
    font-weight: bold; }

.widget.widget_sendgrid_nlvx_widget {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget.widget_sendgrid_nlvx_widget p.sendgrid_widget_text {
    display: none; }
    .widget.widget_sendgrid_nlvx_widget p.sendgrid_widget_text.sendgrid_widget_success {
      display: block;
      line-height: 1; }
  .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    margin: 1em 0 0 !important;
    padding: 0 !important;
    border: 1px solid #768692; }
    @media screen and (min-width: 1200px) {
      .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form {
        margin-top: 1.5em !important; } }
    .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form .sendgrid_mc_fields {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 0 !important;
      padding: 0 !important; }
    .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form .sendgrid_mc_label_div {
      display: none; }
    .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form #sendgrid_mc_email {
      width: 100%;
      font-size: 15px;
      height: 36px;
      padding-left: 1em;
      color: #50585F;
      border: 0; }
      @media screen and (min-width: 768px) {
        .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form #sendgrid_mc_email {
          font-size: 20px; } }
      @media screen and (min-width: 1200px) {
        .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form #sendgrid_mc_email {
          height: 60px;
          font-size: 24px; } }
    .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form #sendgrid_mc_email_submit {
      margin: 0 !important;
      padding: 0 !important;
      width: 50px;
      height: 36px !important;
      text-indent: 300%;
      font-size: 12px;
      font-weight: bold;
      line-height: 0px;
      background-color: #ebebeb;
      white-space: nowrap;
      background: white url("img/icon-envelope-grey-darkest.png") center center no-repeat;
      background-size: 30px auto;
      border: 0;
      border-radius: 0;
      overflow: hidden; }
      @media screen and (min-width: 1200px) {
        .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form #sendgrid_mc_email_submit {
          height: 60px !important;
          width: 70px;
          background-size: 42px auto; } }
  .uchealth-today .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form {
    margin-top: 0 !important; }
    @media screen and (min-width: 768px) {
      .uchealth-today .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form #sendgrid_mc_email {
        font-size: 16px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-today .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form #sendgrid_mc_email {
        height: 28px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-today .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form #sendgrid_mc_email_submit {
        height: 28px !important;
        background-size: 42px auto !important; } }
  .page-template-page-contact .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form {
    margin-top: 0 !important; }
    @media screen and (min-width: 768px) {
      .page-template-page-contact .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form #sendgrid_mc_email {
        font-size: 16px; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-contact .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form #sendgrid_mc_email {
        height: 28px; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-contact .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form #sendgrid_mc_email_submit {
        height: 28px !important;
        background-size: 42px auto !important; } }
  .uchealth-newsroom .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form {
    margin-top: 0 !important; }
    @media screen and (min-width: 768px) {
      .uchealth-newsroom .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form #sendgrid_mc_email {
        font-size: 14px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form #sendgrid_mc_email {
        height: 28px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form #sendgrid_mc_email_submit {
        height: 28px !important;
        background-size: 42px auto !important; } }
  .page-template-page-homepage.uchealth-main .widget.widget_sendgrid_nlvx_widget p.sendgrid_widget_text {
    color: white; }
  .page-template-page-homepage.uchealth-main .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form {
    margin: 0 !important; }
    .page-template-page-homepage.uchealth-main .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form #sendgrid_mc_email {
      font-size: 16px;
      height: 28px; }
    .page-template-page-homepage.uchealth-main .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form #sendgrid_mc_email_submit {
      height: 28px !important;
      width: 75px !important;
      text-indent: 0%;
      font-size: 12px;
      font-weight: bold;
      line-height: 0px;
      background-image: none;
      background-color: #ebebeb;
      border: 0; }
      @media screen and (max-width: 991px) {
        .page-template-page-homepage.uchealth-main .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form #sendgrid_mc_email_submit {
          background-color: #a6093d;
          color: white;
          width: 75px !important; } }

.widget.widget_uch_salesforce_signup_widget {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget.widget_uch_salesforce_signup_widget p.sendgrid_widget_text {
    display: none; }
    .widget.widget_uch_salesforce_signup_widget p.sendgrid_widget_text.sendgrid_widget_success {
      display: block;
      line-height: 1; }
  .widget.widget_uch_salesforce_signup_widget #salesforce_form_message {
    display: none; }
  .widget.widget_uch_salesforce_signup_widget #salesforce_email_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    margin: 1em 0 0 !important;
    padding: 0 !important;
    border: 1px solid #768692;
    background-color: #ffffff; }
    @media screen and (min-width: 1200px) {
      .widget.widget_uch_salesforce_signup_widget #salesforce_email_form {
        margin-top: 1.5em !important; } }
    .widget.widget_uch_salesforce_signup_widget #salesforce_email_form .salesforce_fields {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 0 !important;
      padding-left: 1em; }
    .widget.widget_uch_salesforce_signup_widget #salesforce_email_form .sendgrid_mc_label_div {
      display: none; }
    .widget.widget_uch_salesforce_signup_widget #salesforce_email_form .salesforce_name {
      display: none;
      font-size: 15px;
      width: 49%;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      border-bottom: 1px solid #768692; }
    .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email {
      width: 100%;
      font-size: 15px;
      height: 36px;
      color: #50585F;
      border: 0; }
    @media screen and (min-width: 768px) {
      .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email, .widget.widget_uch_salesforce_signup_widget #salesforce_email_form .salesforce_name {
        font-size: 20px; } }
    @media screen and (min-width: 1200px) {
      .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email, .widget.widget_uch_salesforce_signup_widget #salesforce_email_form .salesforce_name {
        height: 60px;
        font-size: 24px; } }
    @media screen and (max-width: 768px) {
      .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email, .widget.widget_uch_salesforce_signup_widget #salesforce_email_form .salesforce_name {
        width: 100%; } }
    .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email_submit {
      margin: 0 !important;
      padding: 0 !important;
      width: 50px;
      height: 36px !important;
      text-indent: 300%;
      font-size: 12px;
      font-weight: bold;
      line-height: 0px;
      background-color: #ebebeb;
      white-space: nowrap;
      background: white url("img/icon-envelope-grey-darkest.png") center center no-repeat;
      background-size: 30px auto;
      border: 0;
      border-radius: 0;
      overflow: hidden; }
      @media screen and (min-width: 1200px) {
        .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email_submit {
          height: 60px !important;
          width: 70px;
          background-size: 42px auto; } }
  aside.widget-area .widget.widget_uch_salesforce_signup_widget .salesforce_name {
    width: 100% !important; }
  .uchealth-today .widget.widget_uch_salesforce_signup_widget #salesforce_email_form {
    margin-top: 0 !important; }
    @media screen and (min-width: 768px) {
      .uchealth-today .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email, .uchealth-today .widget.widget_uch_salesforce_signup_widget #salesforce_email_form .salesforce_name {
        font-size: 16px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-today .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email, .uchealth-today .widget.widget_uch_salesforce_signup_widget #salesforce_email_form .salesforce_name {
        height: 28px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-today .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email_submit {
        height: 28px !important;
        background-size: 42px auto !important; } }
  .page-template-page-contact .widget.widget_uch_salesforce_signup_widget #salesforce_email_form {
    margin-top: 0 !important; }
    @media screen and (min-width: 768px) {
      .page-template-page-contact .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email, .page-template-page-contact .widget.widget_uch_salesforce_signup_widget #salesforce_email_form .salesforce_name {
        font-size: 16px; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-contact .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email, .page-template-page-contact .widget.widget_uch_salesforce_signup_widget #salesforce_email_form .salesforce_name {
        height: 28px; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-contact .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email_submit {
        height: 28px !important;
        background-size: 42px auto !important; } }
  .uchealth-newsroom .widget.widget_uch_salesforce_signup_widget #salesforce_email_form {
    margin-top: 0 !important; }
    @media screen and (min-width: 768px) {
      .uchealth-newsroom .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email, .uchealth-newsroom .widget.widget_uch_salesforce_signup_widget #salesforce_email_form .salesforce_name {
        font-size: 14px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email, .uchealth-newsroom .widget.widget_uch_salesforce_signup_widget #salesforce_email_form .salesforce_name {
        height: 28px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email_submit {
        height: 28px !important;
        background-size: 42px auto !important; } }
  .page-template-page-homepage.uchealth-main .widget.widget_uch_salesforce_signup_widget #salesforce_form_message {
    margin-top: 15px !important;
    color: white;
    line-height: 1; }
  .page-template-page-homepage.uchealth-main .widget.widget_uch_salesforce_signup_widget .salesforce_fields {
    padding-left: 0 !important; }
  .page-template-page-homepage.uchealth-main .widget.widget_uch_salesforce_signup_widget #salesforce_email_form {
    margin: 0 !important;
    margin-top: 10px !important;
    border: none;
    background-color: transparent; }
    .page-template-page-homepage.uchealth-main .widget.widget_uch_salesforce_signup_widget #salesforce_email_form .salesforce_name {
      margin-bottom: 5px; }
    .page-template-page-homepage.uchealth-main .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email {
      width: 99%; }
    .page-template-page-homepage.uchealth-main .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email, .page-template-page-homepage.uchealth-main .widget.widget_uch_salesforce_signup_widget #salesforce_email_form .salesforce_name {
      font-size: 16px;
      height: 28px; }
    .page-template-page-homepage.uchealth-main .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email_submit {
      height: 28px !important;
      width: 75px !important;
      text-indent: 0%;
      font-size: 12px;
      font-weight: bold;
      line-height: 0px;
      background-image: none;
      background-color: #ebebeb;
      border: 0; }
      @media screen and (max-width: 991px) {
        .page-template-page-homepage.uchealth-main .widget.widget_uch_salesforce_signup_widget #salesforce_email_form #salesforce_email_submit {
          background-color: #a6093d;
          color: white;
          width: 75px !important; } }

/* Posts and pages
-------------------------------------------------- */
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Asides
-------------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* Comments
-------------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Sticky Footer
-------------------------------------------------- */
body {
  display: table; }

#wrap {
  display: table-row;
  height: 100%; }

#footer {
  display: table-row;
  height: 1px; }

/* Cookie consent banner styles
-------------------------------------------------- */
.mobile-active #catapult-cookie-bar {
  display: none; }

#catapult-cookie-bar {
  -webkit-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.5); }
  #catapult-cookie-bar .cookie-container {
    padding: 0 100px 0 100px;
    position: relative;
    display: block !important;
    text-align: center;
    line-height: 32px; }
    @media screen and (max-width: 991px) {
      #catapult-cookie-bar .cookie-container {
        padding: 0 20px 0 20px; } }
  @media screen and (max-width: 991px) {
    #catapult-cookie-bar .ctcc-left-side {
      margin-right: 0; } }

.cookie-bar-bar button#catapultCookie {
  line-height: 20px;
  margin: 0 0 0 15px;
  border-radius: 2em !important;
  padding: 6px 15px !important;
  border-radius: 2em !important;
  border: none !important;
  font-weight: bold !important; }

.ctcc-more-info-link {
  font-weight: bold; }

/* Container
-------------------------------------------------- */
#wrap {
  position: relative;
  z-index: 8; }
  #wrap #main {
    /*margin-bottom: -3em;
    @media screen and (min-width: 992px) { margin-bottom: -5em; }
    @media screen and (min-width: 1200px) { margin-bottom: -6em; }*/ }
  #wrap .container:after {
    clear: both; }
  #wrap .container .row:after {
    clear: both; }

/* Pre-Header
-------------------------------------------------- */
.pre-header {
  font-size: 14px;
  line-height: 1;
  color: white;
  background: #a6093d;
  font-family: 'Avenir', arial, sans-serif; }
  @media screen and (min-width: 768px) {
    .pre-header {
      margin-bottom: 82px; } }
  @media screen and (min-width: 992px) {
    .pre-header {
      font-size: 16px; } }
  @media screen and (min-width: 1200px) {
    .pre-header {
      font-size: 16px; } }
  .pre-header .container {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media screen and (min-width: 992px) {
      .pre-header .container {
        padding-top: 5px;
        padding-bottom: 5px; } }
    @media screen and (min-width: 1200px) {
      .pre-header .container {
        padding-top: 5px;
        padding-bottom: 5px; } }
    @media screen and (min-width: 1370px) {
      .pre-header .container {
        width: 1370px; } }
  .pre-header .container-fluid.top {
    background-color: #eaeff2;
    padding-top: 5px;
    padding-bottom: 7px;
    margin: 0 auto;
    text-align: center; }
    .pre-header .container-fluid.top .links {
      max-width: 1340px; }
    .pre-header .container-fluid.top a {
      color: #2e3b44; }
  .pre-header a {
    color: white; }
  .pre-header .location {
    display: inline-block;
    width: 45%; }
    @media screen and (min-width: 1200px) {
      .pre-header .location {
        width: 28%; } }
    .pre-header .location .fa, .pre-header .page-template-page-locations .list-view .location .info .description .phone-fax > div:before, .page-template-page-locations .list-view .pre-header .location .info .description .phone-fax > div:before, .pre-header .page-template-page-front-door .list-view .location .info .description .phone-fax > div:before, .page-template-page-front-door .list-view .pre-header .location .info .description .phone-fax > div:before, .pre-header .location .page-template-page-doctors .list-view .doctor .info .tel:before, .page-template-page-doctors .list-view .doctor .info .pre-header .location .tel:before, .pre-header .location .page-template-page-front-door .list-view .doctor .info .tel:before, .page-template-page-front-door .list-view .doctor .info .pre-header .location .tel:before, .pre-header .page-template-provider #locations .location .info .description .phone-fax > div:before, .page-template-provider #locations .pre-header .location .info .description .phone-fax > div:before, .pre-header .location body #servicelines .appointment-mod .appt-item .info .tel:before, body #servicelines .appointment-mod .appt-item .info .pre-header .location .tel:before, .pre-header .location body #servicelines .appointment-mod .appt-item .info .fax:before, body #servicelines .appointment-mod .appt-item .info .pre-header .location .fax:before, .pre-header body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:before, body.page-template-page-homepage-2020 .list-view .pre-header .location .info .description .phone-fax > div:before {
      margin-right: 0.3em;
      font-size: 14px; }
    .pre-header .location .my-location {
      display: inline;
      padding: 0 1em 0 0.4em; }
      .pre-header .location .my-location label {
        margin-right: 0.3em;
        font-weight: normal;
        cursor: pointer; }
        .pre-header .location .my-location label span {
          display: none; }
          @media screen and (min-width: 992px) {
            .pre-header .location .my-location label span {
              display: inline; } }
      .pre-header .location .my-location input {
        padding: 0;
        font-weight: bold;
        line-height: 1;
        color: white;
        background: none;
        border: 0;
        cursor: pointer; }
      .pre-header .location .my-location ::-webkit-input-placeholder {
        padding-top: 0.2em;
        color: white; }
      .pre-header .location .my-location ::-moz-placeholder {
        padding-top: 0.2em;
        color: white; }
      .pre-header .location .my-location :-ms-input-placeholder {
        padding-top: 0.2em;
        color: white; }
      .pre-header .location .my-location ::-ms-input-placeholder {
        padding-top: 0.2em;
        color: white; }
      .pre-header .location .my-location ::placeholder {
        padding-top: 0.2em;
        color: white; }
    .pre-header .location .precise {
      font-size: 14px;
      text-decoration: underline;
      cursor: pointer; }
  .pre-header .links {
    display: inline-block;
    width: 54.5%; }
    @media screen and (min-width: 992px) {
      .pre-header .links {
        width: 100%; } }
    @media screen and (min-width: 1200px) {
      .pre-header .links {
        width: 100%; } }
  .pre-header #menu-pre-header {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    font-family: 'Avenir', arial, sans-serif; }
    @media screen and (min-width: 1200px) {
      .pre-header #menu-pre-header {
        font-size: 13px; } }
    .pre-header #menu-pre-header li {
      display: none;
      margin-left: 1.5em;
      padding-top: 0.6em;
      /*&.pre-header-about a:before { content: ''; }
      &.pre-header-employees a:before { content: ''; }
      &.pre-header-providers a:before { content: ''; }
      &.pre-header-careers a:before { content: ''; }
      &.pre-header-contact a:before { content: ''; }
      &.pre-header-search a { content: ''; cursor: pointer;
        &::before { display: inline-block; content: ''; }
      }*/ }
      @media screen and (min-width: 992px) {
        .pre-header #menu-pre-header li {
          display: inline-block;
          margin-left: 2.3em; } }
      @media screen and (min-width: 1200px) {
        .pre-header #menu-pre-header li {
          display: inline-block;
          margin-left: 2.3em; } }
      @media screen and (min-width: 1400px) {
        .pre-header #menu-pre-header li {
          margin-left: 2.3em; } }
      .pre-header #menu-pre-header li:first-of-type {
        margin-left: 0; }
      .pre-header #menu-pre-header li a {
        /*&::before { display: none; margin-right: 0.5em; font-family: Fontawesome;
          @media screen and (min-width: 1200px) { display: inline-block; }
        }*/ }
      .pre-header #menu-pre-header li.pre-header-language {
        display: inline-block; }
      .pre-header #menu-pre-header li.pre-header-my-health-connection {
        display: inline-block; }
        @media screen and (min-width: 1200px) {
          .pre-header #menu-pre-header li.pre-header-my-health-connection {
            display: inline-block; } }
  .pre-header #menu-top-pre-header {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    color: #425563;
    font-weight: 550; }
    @media screen and (min-width: 1200px) {
      .pre-header #menu-top-pre-header {
        font-size: 13px; } }
    .pre-header #menu-top-pre-header li {
      vertical-align: text-top;
      height: 20px;
      line-height: 20px;
      display: none;
      margin-left: 1.5em;
      padding-top: 0em; }
      @media screen and (min-width: 992px) {
        .pre-header #menu-top-pre-header li {
          display: inline-block;
          margin-left: 2.3em; } }
      @media screen and (min-width: 1200px) {
        .pre-header #menu-top-pre-header li {
          display: inline-block;
          margin-left: 2.3em; } }
      @media screen and (min-width: 1400px) {
        .pre-header #menu-top-pre-header li {
          margin-left: 2.3em; } }
      .pre-header #menu-top-pre-header li:first-of-type {
        margin-left: 0; }
      .pre-header #menu-top-pre-header li a {
        /*&::before { display: none; margin-right: 0.5em; font-family: Fontawesome;
          @media screen and (min-width: 1200px) { display: inline-block; }
        }*/ }
      .pre-header #menu-top-pre-header li.pre-header-language {
        display: inline-block; }
      .pre-header #menu-top-pre-header li.pre-header-my-health-connection {
        display: inline-block; }
        @media screen and (min-width: 1200px) {
          .pre-header #menu-top-pre-header li.pre-header-my-health-connection {
            display: inline-block; } }

/* header container styles for provider, location, and specialties */
.header-container {
  position: relative;
  overflow: hidden;
  margin-top: 116px;
  height: 250px;
  background-color: #a6093d; }
  @media screen and (max-width: 1199px) {
    .header-container {
      margin-top: 0px; } }
  @media screen and (max-width: 991px) {
    .header-container {
      height: 150px; } }
  .header-container:after {
    display: block;
    content: "";
    position: absolute;
    right: -1vw;
    bottom: -1px;
    left: -1vw;
    height: calc(62vw / 2000 * 100);
    background: url("img/arcs/arc-bottom-white.svg") center bottom no-repeat;
    background-size: cover; }
  .header-container .title {
    margin: 0;
    font-weight: 600;
    color: white;
    padding: 40px 0 30px;
    text-align: center; }
  .header-container .marketing-copy {
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: 525;
    padding: 0 10px; }

#gtranslate_selector {
  margin: 0 0 -.15em;
  vertical-align: text-top;
  height: 20px;
  display: inline-block;
  background-image: none !important;
  border: none;
  background: none;
  line-height: 20px;
  color: #2e3b44; }
  #gtranslate_selector:hover {
    cursor: pointer;
    text-decoration: underline; }
  #gtranslate_selector:focus::-ms-value {
    background: none;
    color: #2e3b44; }
  #gtranslate_selector:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #2e3b44; }
  #gtranslate_selector::-ms-expand {
    display: none; }
  #gtranslate_selector option {
    text-decoration: none;
    background: transparent; }
  @media screen and (max-width: 992px) {
    #gtranslate_selector {
      color: #fff;
      height: 46px;
      padding: 12px 15px 2px;
      border-bottom: 1px solid #CC7C94;
      margin: 0 0 15px;
      width: 100%;
      font-size: 16px;
      line-height: inherit; }
      #gtranslate_selector option {
        color: black;
        text-decoration: none;
        background: transparent; }
      #gtranslate_selector:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #fff; }
      #gtranslate_selector:focus {
        outline: none; }
        #gtranslate_selector:focus::-ms-value {
          background: none;
          color: #fff; } }

#my-location {
  width: 55px; }

.my-location2 input {
  padding: 0;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: 0 0;
  border: 0;
  cursor: pointer; }

.my-location2 {
  display: inline;
  padding: 0 1em 0 .4em; }

/* Header
-------------------------------------------------- */
#masthead {
  padding-top: 16px;
  padding-bottom: 16px;
  background: #a6093d;
  z-index: 15;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  top: 0;
  font-family: 'Avenir', arial, sans-serif;
  position: fixed;
  width: 100%; }
  @media screen and (min-width: 992px) {
    #masthead {
      position: absolute;
      top: 69px;
      left: 0;
      right: 0;
      border-bottom: 1px solid #c9d7db;
      background: white; } }
  @media screen and (min-width: 1200px) {
    #masthead {
      top: 69px; } }
  @media screen and (min-width: 992px) {
    .admin-bar #masthead {
      top: 80px; } }
  @media screen and (min-width: 1200px) {
    .admin-bar #masthead {
      top: 83px; } }
  @media screen and (min-width: 992px) {
    .admin-bar.home.uchealth-main #masthead {
      top: 48px; } }
  @media screen and (min-width: 1200px) {
    .admin-bar.home.uchealth-main #masthead {
      top: 51px; } }
  @media screen and (min-width: 992px) {
    #masthead.solid, #masthead.pinned {
      background: rgba(255, 255, 255, 0.5);
      border-bottom: 1px solid #c9d7db;
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
              box-shadow: 0 0 20px rgba(0, 0, 0, 0.07); } }
  @media screen and (min-width: 992px) {
    #masthead.pinned {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.97); } }
  #masthead > .container {
    display: table; }
    @media screen and (min-width: 1370px) {
      #masthead > .container {
        width: 1370px; } }
  #masthead #logo {
    width: 160px;
    height: 40px;
    background: url("img/logo-white.svg") left center no-repeat;
    background-size: contain; }
    @media screen and (min-width: 992px) {
      #masthead #logo {
        width: 200px;
        height: 50px;
        background-image: url("img/logo.svg"); } }
    @media screen and (min-width: 1400px) {
      #masthead #logo {
        position: relative;
        left: -20px; } }
    #masthead #logo a {
      display: block;
      height: 100%;
      width: 100%; }
  #masthead .mobile-menu-toggle {
    font-size: 24px;
    text-align: right;
    position: absolute;
    top: 20px;
    right: 20px; }
    @media screen and (min-width: 992px) {
      #masthead .mobile-menu-toggle {
        display: none;
        width: 60px;
        font-size: 32px; } }
    @media screen and (min-width: 1200px) {
      #masthead .mobile-menu-toggle {
        display: none; } }
    #masthead .mobile-menu-toggle a {
      color: white;
      cursor: pointer; }
      @media screen and (min-width: 992px) {
        #masthead .mobile-menu-toggle a {
          color: #a6093d; } }
      .pushy-open-right #masthead .mobile-menu-toggle a {
        display: none; }

/* Pushy (offscreen menu)
-------------------------------------------------- */
.pushy {
  background: #a6093d; }
  @media screen and (min-width: 992px) {
    .pushy {
      display: none; } }
  .pushy-open-right .pushy {
    -webkit-box-shadow: 0 0 120px #000;
            box-shadow: 0 0 120px #000; }
  .admin-bar .pushy {
    padding-top: 32px; }
  .pushy .mobile-menu-close {
    display: none;
    position: absolute;
    right: 100%;
    padding: 28px 20px;
    font-size: 42px;
    line-height: 0.4;
    cursor: pointer; }
    @media screen and (min-width: 992px) {
      .pushy .mobile-menu-close {
        padding: 15px 20px; } }
    .pushy-open-right .pushy .mobile-menu-close {
      display: inline-block; }
    .admin-bar .pushy .mobile-menu-close {
      top: 1.1em; }
  .pushy #menu-mobile-menu-1 {
    margin: 0;
    padding: 0;
    list-style: none; }
    .pushy #menu-mobile-menu-1 li {
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
      .pushy #menu-mobile-menu-1 li a {
        position: relative;
        padding: 12px 15px; }
  .pushy #mobilesearchform {
    display: none;
    margin-bottom: 15px;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .pushy #mobilesearchform form {
      margin-bottom: 0; }
  .pushy #menu-mobile-menu-2 {
    margin: 0 0 0px;
    padding: 0 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    list-style: none; }
    .pushy #menu-mobile-menu-2 li {
      display: inline-block;
      width: 49%;
      margin: 0;
      padding: 0;
      font-size: 0.9em;
      vertical-align: top; }
      .pushy #menu-mobile-menu-2 li a {
        padding: 0 15px 10px; }
  .pushy .connect {
    margin-bottom: 2em;
    text-align: center; }
    .pushy .connect a {
      display: inline;
      padding: 0; }
    .pushy .connect .fa, .pushy .connect .page-template-page-locations .list-view .location .info .description .phone-fax > div:before, .page-template-page-locations .list-view .location .info .description .pushy .connect .phone-fax > div:before, .pushy .connect .page-template-page-front-door .list-view .location .info .description .phone-fax > div:before, .page-template-page-front-door .list-view .location .info .description .pushy .connect .phone-fax > div:before, .pushy .connect .page-template-page-doctors .list-view .doctor .info .tel:before, .page-template-page-doctors .list-view .doctor .info .pushy .connect .tel:before, .pushy .connect .page-template-page-front-door .list-view .doctor .info .tel:before, .page-template-page-front-door .list-view .doctor .info .pushy .connect .tel:before, .pushy .connect .page-template-provider #locations .location .info .description .phone-fax > div:before, .page-template-provider #locations .location .info .description .pushy .connect .phone-fax > div:before, .pushy .connect body #servicelines .appointment-mod .appt-item .info .tel:before, body #servicelines .appointment-mod .appt-item .info .pushy .connect .tel:before, .pushy .connect body #servicelines .appointment-mod .appt-item .info .fax:before, body #servicelines .appointment-mod .appt-item .info .pushy .connect .fax:before, .pushy .connect body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:before, body.page-template-page-homepage-2020 .list-view .location .info .description .pushy .connect .phone-fax > div:before {
      margin: 0 0.5em;
      font-size: 24px; }
    .pushy .connect .footer-social2-google-news-icon {
      width: 25px;
      position: relative;
      top: -5px;
      right: -6px; }

/* Content
-------------------------------------------------- */
@media screen and (min-width: 1400px) {
  #content .container {
    width: 1170px; } }

/* Page Banners
-------------------------------------------------- */
.image-page-banner .page-banner, .has-page-banner .page-banner {
  margin-top: 80px;
  position: relative;
  height: 180px;
  margin-bottom: 1em;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 4; }
  @media screen and (min-width: 768px) {
    .image-page-banner .page-banner, .has-page-banner .page-banner {
      margin-top: 80px;
      height: 40vw;
      max-height: 400px;
      margin-bottom: -1em;
      margin-bottom: 2em; } }
  @media screen and (min-width: 992px) {
    .image-page-banner .page-banner, .has-page-banner .page-banner {
      margin-top: 80px;
      margin-bottom: 0;
      margin-bottom: 3em; } }
  @media screen and (min-width: 1200px) {
    .image-page-banner .page-banner, .has-page-banner .page-banner {
      margin-top: 115px;
      margin-bottom: 1em;
      margin-bottom: 3em; } }
  @media screen and (min-width: 992px) and (max-height: 800px) {
    .image-page-banner .page-banner, .has-page-banner .page-banner {
      height: 350px;
      margin-bottom: -4.5em; } }
  .image-page-banner .page-banner .entry-header, .has-page-banner .page-banner .entry-header {
    margin: 0;
    height: 100%; }
    .image-page-banner .page-banner .entry-header .container, .has-page-banner .page-banner .entry-header .container {
      display: table;
      height: 100%; }
    .image-page-banner .page-banner .entry-header .inner, .has-page-banner .page-banner .entry-header .inner {
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      padding: 0;
      border: 0; }
      .image-page-banner .page-banner .entry-header .inner .entry-header-title, .has-page-banner .page-banner .entry-header .inner .entry-header-title {
        display: block;
        width: 100%;
        color: white;
        text-align: center; }
  .image-page-banner .page-banner .arc-top, .has-page-banner .page-banner .arc-top {
    height: 15vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("img/arcs/arc-top.png") center top no-repeat;
    background-size: 100% 100%;
    opacity: 0.58;
    /*@media screen and (min-width: 768px) { height: 18vw; }*/ }
    @media screen and (min-width: 992px) {
      .image-page-banner .page-banner .arc-top, .has-page-banner .page-banner .arc-top {
        height: 130px; } }
    @media screen and (min-width: 1200px) {
      .image-page-banner .page-banner .arc-top, .has-page-banner .page-banner .arc-top {
        height: 140px; } }
  .image-page-banner .page-banner .arc-bottom, .has-page-banner .page-banner .arc-bottom {
    height: 4vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("img/arcs/arc-of-life.png") center bottom no-repeat;
    background-size: 100% auto; }
    @media screen and (min-width: 992px) and (max-height: 800px) {
      .image-page-banner .page-banner .arc-bottom, .has-page-banner .page-banner .arc-bottom {
        display: none; } }
  .image-page-banner .page-banner .bottom-gradient, .has-page-banner .page-banner .bottom-gradient {
    height: 10vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
    @media screen and (min-width: 768px) {
      .image-page-banner .page-banner .bottom-gradient, .has-page-banner .page-banner .bottom-gradient {
        height: 13vw; } }
    @media screen and (min-width: 992px) {
      .image-page-banner .page-banner .bottom-gradient, .has-page-banner .page-banner .bottom-gradient {
        height: 110px; } }
    @media screen and (min-width: 992px) and (max-height: 800px) {
      .image-page-banner .page-banner .bottom-gradient, .has-page-banner .page-banner .bottom-gradient {
        display: block !important;
        height: 100%;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(22%, rgba(255, 255, 255, 0)), color-stop(90%, white), to(white));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 22%, white 90%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); } }
  .image-page-banner .page-banner.tab-banner .bottom-gradient, .has-page-banner .page-banner.tab-banner .bottom-gradient {
    display: none !important; }

.image-page-banner .entry-content, .has-page-banner .entry-content {
  margin-top: 0; }

.no-page-banner:not(.uchealth-today) .banner-divider {
  height: 80px;
  margin: 0;
  overflow: hidden;
  background: #768692; }
  @media screen and (min-width: 768px) {
    .no-page-banner:not(.uchealth-today) .banner-divider {
      height: 80px; } }
  @media screen and (min-width: 992px) {
    .no-page-banner:not(.uchealth-today) .banner-divider {
      height: 80px; } }
  @media screen and (min-width: 1200px) {
    .no-page-banner:not(.uchealth-today) .banner-divider {
      height: 115px; } }

.search .page-banner, .search-results .page-banner {
  height: 10vw;
  margin-bottom: 3em; }

.video-page-banner .page-banner {
  margin-bottom: 1em;
  max-height: 60vh;
  overflow-y: hidden; }
  @media screen and (min-width: 768px) {
    .video-page-banner .page-banner {
      margin-bottom: 1.7em; } }
  @media screen and (min-width: 992px) {
    .video-page-banner .page-banner {
      margin-bottom: 3em; } }
  .video-page-banner .page-banner figure,
  .video-page-banner .page-banner iframe {
    height: 100%;
    width: 100%; }

/* Quick Links
-------------------------------------------------- */
#quick-links {
  position: relative;
  z-index: 11; }
  @media screen and (min-width: 992px) {
    #quick-links {
      margin-top: -2em;
      margin-bottom: 2em; } }
  @media screen and (min-width: 1200px) {
    #quick-links {
      margin-top: -3em;
      margin-bottom: 2em; } }
  #quick-links ul.nav {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    /*@media screen and (min-width: 1200px) { font-size: 15px; }*/ }
    @media screen and (min-width: 768px) {
      #quick-links ul.nav {
        display: table-cell;
        padding-bottom: 1.5em;
        border-bottom: 1px solid #768692; } }
    @media screen and (min-width: 992px) {
      #quick-links ul.nav {
        padding-bottom: 1.1em;
        list-style: none; } }
    #quick-links ul.nav > li {
      position: static;
      float: none;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 768px) {
        #quick-links ul.nav > li {
          float: left;
          margin: 0 1em 1em 0; } }
      @media screen and (min-width: 992px) {
        #quick-links ul.nav > li {
          float: left;
          margin: 0; } }
      #quick-links ul.nav > li > a {
        margin: 0;
        border: 0;
        padding: 0;
        border-radius: 0;
        /*@media screen and (min-width: 1200px) { padding: 1.2em 1.7em; }*/ }
        @media screen and (min-width: 992px) {
          #quick-links ul.nav > li > a {
            padding: 0.8em 1em; } }
        #quick-links ul.nav > li > a:focus {
          background: none; }
          @media screen and (min-width: 992px) {
            #quick-links ul.nav > li > a:focus {
              color: #a6093d; } }
        #quick-links ul.nav > li > a::-moz-focus-inner {
          border: 0; }
      #quick-links ul.nav > li.active > a,
      #quick-links ul.nav > li:hover > a {
        background: none; }
        @media screen and (min-width: 992px) {
          #quick-links ul.nav > li.active > a,
          #quick-links ul.nav > li:hover > a {
            color: white !important;
            background: #a6093d; } }
      #quick-links ul.nav > li.secondary-services-lines {
        position: relative; }
        #quick-links ul.nav > li.secondary-services-lines > ul {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          margin: 0;
          padding: 15px;
          list-style: none;
          background: #eaf0f1;
          border-top: 1px solid #768692;
          z-index: 10; }
          @media screen and (max-width: 767px) {
            #quick-links ul.nav > li.secondary-services-lines > ul {
              font-size: 0.9em; } }
          @media screen and (min-width: 768px) {
            #quick-links ul.nav > li.secondary-services-lines > ul {
              left: -50px;
              width: 720px;
              padding: 20px; } }
          @media screen and (min-width: 992px) {
            #quick-links ul.nav > li.secondary-services-lines > ul {
              left: -64px;
              width: 940px;
              padding: 30px; } }
          @media screen and (min-width: 1200px) {
            #quick-links ul.nav > li.secondary-services-lines > ul {
              left: -65px;
              width: 1140px; } }
          #quick-links ul.nav > li.secondary-services-lines > ul li {
            position: relative;
            -webkit-margin-before: 0;
            -webkit-margin-after: 0;
            padding-bottom: 0.8em;
            padding-left: 1em;
            font-size: 1.1em;
            line-height: 1.2;
            -webkit-column-break-inside: avoid; }
            @media screen and (min-width: 1200px) {
              #quick-links ul.nav > li.secondary-services-lines > ul li {
                padding-bottom: 1em; } }
            #quick-links ul.nav > li.secondary-services-lines > ul li:before {
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              content: '';
              font-family: Fontawesome;
              line-height: 1; }
            #quick-links ul.nav > li.secondary-services-lines > ul li.page_item_has_children:before {
              content: ''; }
          @media screen and (min-width: 768px) {
            #quick-links ul.nav > li.secondary-services-lines > ul > li {
              display: inline-block;
              width: 49%;
              vertical-align: top; } }
          @media screen and (min-width: 992px) {
            #quick-links ul.nav > li.secondary-services-lines > ul > li {
              width: 33%; } }
          #quick-links ul.nav > li.secondary-services-lines > ul > li ul {
            display: none;
            margin: 1em 0 0;
            padding-left: 0;
            padding-bottom: 0;
            list-style: none; }
            #quick-links ul.nav > li.secondary-services-lines > ul > li ul li {
              font-size: 1em; }
              #quick-links ul.nav > li.secondary-services-lines > ul > li ul li:last-of-type {
                padding-bottom: 0; }
          #quick-links ul.nav > li.secondary-services-lines > ul ul {
            display: none;
            margin: 1em 0 0;
            padding-left: 0;
            padding-bottom: 0;
            list-style: none; }
            #quick-links ul.nav > li.secondary-services-lines > ul ul li {
              font-size: 1em; }
              #quick-links ul.nav > li.secondary-services-lines > ul ul li:last-of-type {
                padding-bottom: 0; }
          #quick-links ul.nav > li.secondary-services-lines > ul li:hover ul {
            display: block; }
  @media screen and (min-width: 768px) {
    #quick-links .border {
      display: none; } }
  #quick-links .inner {
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    /*@media screen and (max-width: 991px) {  }*/ }
  @media screen and (min-width: 768px) {
    #quick-links .container {
      display: table;
      margin-bottom: 1.5em;
      padding-bottom: 2em; } }
  #quick-links .actions {
    margin-top: 1em;
    margin-bottom: 1.5em;
    padding-bottom: 2em;
    border-bottom: 1px solid #768692; }
    @media screen and (min-width: 768px) {
      #quick-links .actions {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 0 0 1.5em 1em;
        text-align: right;
        border-bottom: 1px solid #768692; } }
    @media screen and (min-width: 992px) {
      #quick-links .actions {
        position: relative;
        vertical-align: top;
        padding-bottom: 1em; } }
    #quick-links .actions .btn {
      /*@media screen and (min-width: 1200px) { top: 0.6em; }*/ }
      @media screen and (min-width: 768px) {
        #quick-links .actions .btn {
          position: relative;
          top: -4px; } }
      @media screen and (min-width: 992px) {
        #quick-links .actions .btn {
          top: 5px; } }
  #quick-links.fixed {
    /*a:not(.btn) {
      @media screen and (min-width: 992px) { box-shadow: inset 0 1px 0 0 $color__grey-light, inset 0 -1px 0 0 $color__grey-light; }
    }*/ }
    #quick-links.fixed .inner {
      background: rgba(234, 240, 241, 0.97);
      -webkit-box-shadow: inset 0 -1px 0 0 #c9d7db;
              box-shadow: inset 0 -1px 0 0 #c9d7db; }
      #quick-links.fixed .inner .border {
        display: none; }
    #quick-links.fixed .container {
      margin-bottom: 0;
      padding-bottom: 0; }
    #quick-links.fixed ul {
      padding-bottom: 0;
      border: 0; }
    #quick-links.fixed .actions {
      border: 0;
      padding: 0; }

/* Flexslider
-------------------------------------------------- */
.flexslider-container {
  /*#slider {  }*/ }
  .flexslider-container .flexslider {
    margin-bottom: 0;
    border: 0;
    border-radius: 0; }
  .flexslider-container #carousel li {
    background: #2e3b44;
    cursor: pointer; }
    .flexslider-container #carousel li img {
      opacity: 0.3;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .flexslider-container #carousel li.flex-active-slide {
      cursor: default; }
      .flexslider-container #carousel li.flex-active-slide img {
        opacity: 1; }
    .flexslider-container #carousel li.video-thumb {
      position: relative; }
      .flexslider-container #carousel li.video-thumb:after {
        display: block;
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url("img/icon-play-white-50w.png") center center no-repeat;
        opacity: 1;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .flexslider-container #carousel li.video-thumb.flex-active-slide:after {
        opacity: 0; }
  .flexslider-container .flex-direction-nav a:before {
    color: #eaf0f1; }

/* Entry Headers
-------------------------------------------------- */
.entry-header {
  position: relative;
  z-index: 5; }
  @media screen and (min-width: 992px) {
    .entry-header {
      margin-bottom: 2em; } }
  .no-page-banner .entry-header {
    position: relative;
    margin-bottom: 2em;
    padding-top: 1.3em;
    padding-bottom: 10vw; }
    @media screen and (min-width: 768px) {
      .no-page-banner .entry-header {
        padding-top: 3em; } }
    @media screen and (min-width: 992px) {
      .no-page-banner .entry-header {
        margin-bottom: 1em; } }
    @media screen and (min-width: 1200px) {
      .no-page-banner .entry-header {
        padding-bottom: 3em; } }
  .has-page-banner .entry-header,
  .map-page-banner .entry-header {
    margin-bottom: 1.5em; }
    @media screen and (min-width: 768px) {
      .has-page-banner .entry-header,
      .map-page-banner .entry-header {
        margin-bottom: 2em; } }
    @media screen and (min-width: 992px) {
      .has-page-banner .entry-header,
      .map-page-banner .entry-header {
        margin: 1em 0 3em; } }
    @media screen and (min-width: 1200px) {
      .has-page-banner .entry-header,
      .map-page-banner .entry-header {
        margin-bottom: 4em; } }
  .entry-header .inner {
    padding-bottom: 1em;
    border-bottom: 1px solid #768692; }
    @media screen and (min-width: 992px) {
      .entry-header .inner {
        display: table;
        width: 100%; } }
    @media screen and (min-width: 992px) {
      .entry-header .inner .entry-header-title {
        display: table-cell;
        vertical-align: top;
        width: 50%; } }
    @media screen and (min-width: 1200px) {
      .entry-header .inner .entry-header-title {
        width: 60%; } }
    .entry-header .inner .entry-header-title .entry-title {
      margin: 0 0 .25em;
      font-size: 28px;
      font-weight: bold; }
      @media screen and (min-width: 992px) {
        .entry-header .inner .entry-header-title .entry-title {
          margin: 0;
          font-size: 36px; } }
      @media screen and (min-width: 1200px) {
        .entry-header .inner .entry-header-title .entry-title {
          font-size: 42px; } }
    .entry-header .inner .entry-header-breadcrumbs,
    .entry-header .inner .breadcrumbs {
      font-size: 13px;
      color: #425563; }
      @media screen and (min-width: 768px) {
        .entry-header .inner .entry-header-breadcrumbs,
        .entry-header .inner .breadcrumbs {
          font-size: 0.9em; } }
      @media screen and (min-width: 992px) {
        .entry-header .inner .entry-header-breadcrumbs,
        .entry-header .inner .breadcrumbs {
          font-size: 16px; } }
      .entry-header .inner .entry-header-breadcrumbs .fa-angle-right,
      .entry-header .inner .breadcrumbs .fa-angle-right {
        margin: 0 0.4em; }
      .entry-header .inner .entry-header-breadcrumbs a,
      .entry-header .inner .breadcrumbs a {
        text-decoration: underline; }
    @media screen and (min-width: 992px) {
      .entry-header .inner .entry-header-breadcrumbs {
        display: table-cell;
        vertical-align: bottom;
        width: 50%;
        padding-bottom: .1em;
        text-align: right; } }
    @media screen and (min-width: 1200px) {
      .entry-header .inner .entry-header-breadcrumbs {
        width: 40%; } }
    @media screen and (min-width: 1200px) {
      .entry-header .inner .entry-header-breadcrumbs {
        padding-bottom: 0.2em; } }
    .has-page-banner .entry-header .inner {
      padding-bottom: 1em;
      border-bottom: 1px solid #768692; }

.tab-banner.page-banner {
  height: 15vw;
  max-height: 100px;
  margin-bottom: 2em;
  overflow: hidden;
  background: #768692;
  margin-top: 80px; }
  @media screen and (min-width: 768px) {
    .tab-banner.page-banner {
      margin-bottom: 3em;
      height: 10vw;
      margin-top: 80px; } }
  @media screen and (min-width: 992px) {
    .tab-banner.page-banner {
      margin-bottom: 4em;
      margin-top: 80px; } }
  @media screen and (min-width: 1200px) {
    .tab-banner.page-banner {
      margin-top: 115px; } }
  .tab-banner.page-banner .tabs {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    text-align: center;
    z-index: 6; }
    .tab-banner.page-banner .tabs ul {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 14px;
      line-height: 1; }
      @media screen and (max-width: 359px) {
        .tab-banner.page-banner .tabs ul {
          display: table; } }
      @media screen and (min-width: 992px) {
        .tab-banner.page-banner .tabs ul {
          font-size: 16px; } }
      @media screen and (min-width: 1200px) {
        .tab-banner.page-banner .tabs ul {
          font-size: 18px; } }
      .tab-banner.page-banner .tabs ul li {
        display: inline-block;
        margin: 0 0.2em 0 0;
        padding: 0; }
        @media screen and (max-width: 359px) {
          .tab-banner.page-banner .tabs ul li {
            display: table-cell; } }
        @media screen and (min-width: 768px) {
          .tab-banner.page-banner .tabs ul li {
            margin-right: 0.5em; } }
        .tab-banner.page-banner .tabs ul li:last-of-type {
          margin-right: 0; }
        .tab-banner.page-banner .tabs ul li a {
          display: inline-block;
          padding: 0.6em 0.9em;
          background: #eaf0f1;
          border-radius: 4px 4px 0 0;
          text-decoration: none;
          -webkit-box-shadow: inset 0 -5px 5px rgba(0, 0, 0, 0.08);
                  box-shadow: inset 0 -5px 5px rgba(0, 0, 0, 0.08); }
          @media screen and (min-width: 768px) {
            .tab-banner.page-banner .tabs ul li a {
              padding: 1em 1.5em;
              font-weight: bold; } }
          @media screen and (min-width: 992px) {
            .tab-banner.page-banner .tabs ul li a {
              padding: 0.8em 1.5em; } }
        .tab-banner.page-banner .tabs ul li.active a,
        .tab-banner.page-banner .tabs ul li:hover a {
          background: white;
          -webkit-box-shadow: none;
                  box-shadow: none; }

.map-page-banner #map {
  height: 100px; }
  @media screen and (min-width: 768px) {
    .map-page-banner #map {
      height: 120px; } }
  @media screen and (min-width: 992px) {
    .map-page-banner #map {
      height: 160px; } }
  @media screen and (min-width: 1200px) {
    .map-page-banner #map {
      height: 200px; } }

.map-page-banner .page-banner {
  position: relative;
  /*.entry-header {  }*/ }
  @media screen and (min-width: 768px) {
    .map-page-banner .page-banner {
      margin-bottom: 3em;
      margin-top: 80px; } }
  @media screen and (min-width: 992px) {
    .map-page-banner .page-banner {
      margin: 1em 0 4em;
      margin-top: 80px; } }
  @media screen and (min-width: 1200px) {
    .map-page-banner .page-banner {
      margin-top: 115px; } }

/* Entry Content
-------------------------------------------------- */
.entry-content {
  margin-bottom: 3em;
  /*Tabs*/
  /*Shortcode - Accordion*/ }
  @media screen and (min-width: 768px) {
    .entry-content {
      margin-bottom: 4em; } }
  @media screen and (min-width: 992px) {
    .entry-content {
      margin-bottom: 5em; } }
  @media screen and (min-width: 1200px) {
    .entry-content {
      margin-bottom: 6em; } }
  .entry-content > :first-child {
    margin-top: 0 !important; }
    .entry-content > :first-child > :first-child {
      margin-top: 0 !important; }
  .entry-content > :last-child {
    margin-bottom: 0 !important; }
    .entry-content > :last-child > :last-child {
      margin-bottom: 0 !important; }
  .entry-content h1 {
    font-size: 30px;
    font-weight: bold; }
    @media screen and (min-width: 992px) {
      .entry-content h1 {
        font-size: 36px; } }
    @media screen and (min-width: 1200px) {
      .entry-content h1 {
        font-size: 42px; } }
  .entry-content h2 {
    margin: 1.5em 0 1em;
    font-size: 21px;
    color: #425563;
    font-weight: bold;
    line-height: 1.3; }
    @media screen and (min-width: 992px) {
      .entry-content h2 {
        font-size: 24px; } }
    @media screen and (min-width: 1200px) {
      .entry-content h2 {
        font-size: 30px; } }
    .entry-content h2 .subheading {
      font-size: 0.7em; }
  .entry-content h3 {
    margin: 2em 0 1em;
    font-size: 18px;
    color: #6B7785; }
    @media screen and (min-width: 992px) {
      .entry-content h3 {
        font-size: 21px; } }
    @media screen and (min-width: 1200px) {
      .entry-content h3 {
        font-size: 24px; } }
  .entry-content h2 + h3 {
    margin: -0.5em 0 2em; }
  .entry-content p {
    margin-bottom: 1em; }
    @media screen and (min-width: 992px) {
      .entry-content p {
        line-height: 1.5;
        font-size: 18px; } }
    @media screen and (min-width: 1200px) {
      .entry-content p {
        line-height: 1.6; } }
    .entry-content p a:not(.btn) {
      font-weight: 550; }
  .entry-content hr {
    margin: 2em 0;
    background-color: #768692; }
    @media screen and (min-width: 768px) {
      .entry-content hr {
        margin: 3em 0; } }
    @media screen and (min-width: 992px) {
      .entry-content hr {
        margin: 4em 0; } }
    @media screen and (min-width: 1200px) {
      .entry-content hr {
        margin: 5em 0; } }
  .entry-content blockquote {
    margin: 1.5em 0;
    padding: 1em 0;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    border: 0;
    border-top: 2px solid #a4bcc2;
    border-bottom: 2px solid #a4bcc2; }
    @media screen and (min-width: 768px) {
      .entry-content blockquote {
        margin: 2em 0;
        font-size: 1.3em; } }
    .entry-content blockquote p {
      font-size: 1em; }
  .entry-content ul {
    margin: 1.5em 0 1.5em 1em;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .entry-content ul {
        margin-top: 2em;
        margin-bottom: 3em; } }
    .entry-content ul  li {
      position: relative;
      margin: 0 0 0.3em;
      padding: 0 0 0 1em;
      padding: 0; }
    .entry-content ul  ul {
      margin: 0.3em 0 0.3em 1em;
      color: #425563;
      font-style: italic; }
  .entry-content ol {
    margin: 1.5em 0 1.5em 2em;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .entry-content ol {
        margin-top: 2em;
        margin-bottom: 3em; } }
    .entry-content ol li {
      position: relative;
      margin: 0 0 0.3em; }
    .entry-content ol ol {
      margin: 0.3em 0 0.3em 1em;
      font-style: italic; }
      .entry-content ol ol ol {
        color: #425563; }
  .entry-content ul.nav-tabs {
    margin-left: 0; }
    @media screen and (max-width: 767px) {
      .entry-content ul.nav-tabs li {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .entry-content ul.nav-tabs li a {
        border-radius: 0; } }
    @media screen and (min-width: 992px) {
      .entry-content ul.nav-tabs li a {
        padding-left: 25px;
        padding-right: 25px; } }
    .entry-content ul.nav-tabs li a:hover {
      color: #2e3b44; }
    @media screen and (max-width: 767px) {
      .entry-content ul.nav-tabs li.active a {
        background: #eaf0f1;
        border-color: #eaf0f1; } }
    @media screen and (max-width: 767px) {
      .entry-content ul.nav-tabs li:hover a {
        border-color: #eaf0f1;
        border-radius: 0; } }
    @media screen and (min-width: 768px) {
      .entry-content ul.nav-tabs.many-tabs {
        margin-bottom: -1px;
        padding: 15px 15px 0;
        border: 1px solid #a4bcc2;
        border-bottom: 1px solid white; }
        .entry-content ul.nav-tabs.many-tabs li {
          display: inline-block;
          float: none;
          font-size: 0.9em; }
          .entry-content ul.nav-tabs.many-tabs li a {
            margin-bottom: 0.5em;
            padding: 0.25em 0.75em 0.35em;
            border: 0;
            border-radius: 500px; }
          .entry-content ul.nav-tabs.many-tabs li.active a, .entry-content ul.nav-tabs.many-tabs li:hover a {
            color: white;
            background: #a6093d; } }
  .entry-content .tab-content {
    padding: 30px 0 0; }
    @media screen and (min-width: 768px) {
      .entry-content .tab-content {
        padding: 30px 15px;
        border: 1px solid #a4bcc2;
        border-top: 0; } }
    @media screen and (min-width: 992px) {
      .entry-content .tab-content {
        padding: 30px 25px; } }
    .entry-content .tab-content a {
      cursor: pointer; }
  .entry-content .su-accordion {
    margin: 2em 0 1.5em; }
    .entry-content .su-accordion .su-spoiler {
      color: white;
      background-color: #425563;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
      .entry-content .su-accordion .su-spoiler.su-spoiler-closed .su-spoiler-icon:before {
        -webkit-transition: all 200ms 0s ease-in-out;
        transition: all 200ms 0s ease-in-out;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
      .entry-content .su-accordion .su-spoiler .su-spoiler-icon:before {
        -webkit-transition: all 200ms 0s ease-in-out;
        transition: all 200ms 0s ease-in-out;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .entry-content .su-accordion .su-spoiler-title {
      padding: 10px 15px 10px 30px;
      font-size: 16px; }
      .entry-content .su-accordion .su-spoiler-title .su-spoiler-icon {
        left: 5px;
        top: 10px; }
        .entry-content .su-accordion .su-spoiler-title .su-spoiler-icon:before {
          font-size: 20px;
          content: "\f105";
          display: inline-block; }
    .entry-content .su-accordion .su-spoiler-content {
      padding: 15px;
      background-color: #eaf0f1;
      color: #425563; }
  .entry-content .tags .btn {
    margin-bottom: 0.5em; }
    .entry-content .tags .btn:last-of-type {
      margin-bottom: 0.5em !important; }

/* Bugs and comments button
-------------------------------------------------- */
.bugs-and-comments-button {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background: #a6093d;
  border-radius: 3px;
  z-index: 11;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s; }
  .bugs-and-comments-button:after {
    display: block;
    content: '';
    font-family: Fontawesome;
    font-size: 21px;
    color: white;
    text-align: center;
    line-height: 36px; }

/* Back to Top
-------------------------------------------------- */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 125px;
  right: 35px;
  height: 40px;
  width: 40px;
  padding: 0;
  cursor: pointer;
  background: #a6093d;
  border-radius: 3px;
  z-index: 11; }
  .back-to-top:after {
    display: block;
    content: '';
    font-family: Fontawesome;
    font-size: 21px;
    color: white;
    text-align: center;
    line-height: 36px; }
  .mobile-active .back-to-top {
    bottom: 20px;
    right: 20px; }
  @media only screen and (max-device-width: 600px) {
    .back-to-top {
      right: 25px; } }

/* Section - Subscribe
-------------------------------------------------- */
section.subscribe {
  margin-top: 3em;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #eaf0f1; }
  @media screen and (min-width: 768px) {
    section.subscribe {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media screen and (min-width: 992px) {
    section.subscribe {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.subscribe .section-title {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 600;
    color: #a6093d;
    text-align: center; }
    @media screen and (min-width: 768px) {
      section.subscribe .section-title {
        margin-bottom: 0.75em;
        font-size: 28px; } }
    @media screen and (min-width: 992px) {
      section.subscribe .section-title {
        font-size: 32px; } }
    section.subscribe .section-title a {
      color: #a6093d; }
  section.subscribe p {
    font-size: 18px;
    color: #2e3b44;
    text-align: center; }
    @media screen and (min-width: 992px) {
      section.subscribe p {
        font-size: 20px; } }
  section.subscribe a {
    color: #a6093d; }
  section.subscribe form {
    margin-top: 1em; }
    @media screen and (min-width: 992px) {
      section.subscribe form {
        margin-top: 1.5em; } }
    section.subscribe form .input-group button {
      background-image: url("img/icon-envelope-grey-darkest.png"); }
    section.subscribe form ._form-content {
      position: relative; }
      section.subscribe form ._form-content ._error._above {
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        margin-bottom: 1.5em;
        padding: 1em;
        color: white;
        text-align: center;
        background: #a6093d;
        border-radius: 4px; }
        section.subscribe form ._form-content ._error._above:after {
          display: block;
          content: "";
          position: absolute;
          bottom: -10px;
          left: 50%;
          margin-left: -7px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 7.5px 0 7.5px;
          border-color: #a6093d transparent transparent transparent; }
    section.subscribe form ._form-thank-you {
      font-size: 18px;
      color: #2e3b44;
      text-align: center; }
      @media screen and (min-width: 992px) {
        section.subscribe form ._form-thank-you {
          font-size: 20px; } }

/* Calendar
-------------------------------------------------- */
.fc-unthemed .fc-toolbar button {
  font-weight: normal;
  text-transform: capitalize; }

@media screen and (max-width: 991px) {
  .fc-unthemed .fc-toolbar .fc-left {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 1em; } }

@media screen and (max-width: 991px) {
  .fc-unthemed .fc-toolbar .fc-left .btn-group,
  .fc-unthemed .fc-toolbar .fc-left button {
    float: none; } }

@media screen and (max-width: 991px) {
  .fc-unthemed .fc-toolbar .fc-center {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 1em; } }

.fc-unthemed .fc-toolbar .fc-center h2 {
  margin: 0;
  font-size: 21px; }
  @media screen and (max-width: 991px) {
    .fc-unthemed .fc-toolbar .fc-center h2 {
      float: none; } }
  @media screen and (min-width: 992px) {
    .fc-unthemed .fc-toolbar .fc-center h2 {
      line-height: 1.6; } }

@media screen and (max-width: 991px) {
  .fc-unthemed .fc-toolbar .fc-right {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 1em; } }

@media screen and (max-width: 991px) {
  .fc-unthemed .fc-toolbar .fc-right .btn-group {
    float: none; } }

.fc-unthemed .fc-toolbar .fc-state-active {
  background: #a6093d;
  color: white; }
  .fc-unthemed .fc-toolbar .fc-state-active + .btn {
    margin-left: 0; }

.fc-unthemed .fc-toolbar .fc-state-disabled {
  background: #c9d7db;
  color: #768692; }

.fc-view-container table {
  margin: 0; }

.fc-view-container hr {
  margin: 0; }

.fc-view-container .fc-list-view {
  margin-top: 30px;
  border: 0; }
  .fc-view-container .fc-list-view .fc-scroller {
    height: auto !important; }
  .fc-view-container .fc-list-view .fc-list-empty-wrap1 {
    padding: 1em;
    color: #2e3b44;
    background: #eaf0f1; }

.fc-view-container .fc-month-view {
  margin-top: 30px; }
  .fc-view-container .fc-month-view .fc-other-month {
    background: #eaf0f1; }
  .fc-view-container .fc-month-view .fc-day-number {
    padding: 2px 3px;
    font-size: 0.9em; }
  .fc-view-container .fc-month-view .fc-row.fc-week {
    min-height: 120px; }
  .fc-view-container .fc-month-view .fc-day.fc-today {
    background: 0;
    -webkit-box-shadow: inset 0 0 0 2px #a6093d;
            box-shadow: inset 0 0 0 2px #a6093d;
    /*.fc-day-number { color: white; font-weight: bold; }*/ }
  .fc-view-container .fc-month-view .fc-head-container th.fc-day-header {
    padding: 0.5em 0;
    font-size: 12px;
    font-weight: normal;
    color: #768692;
    text-align: center;
    background: white;
    border: 0; }
  .fc-view-container .fc-month-view .fc-event-container a.fc-event {
    background: 0;
    color: #a6093d;
    border: 0;
    margin-bottom: 0.75em; }
    .fc-view-container .fc-month-view .fc-event-container a.fc-event .fc-title {
      display: block;
      height: 2.6em;
      white-space: normal; }
    .fc-view-container .fc-month-view .fc-event-container a.fc-event:hover {
      text-decoration: underline; }
  .fc-view-container .fc-month-view .fc-event-container .fc-time {
    display: none; }

.fc-view-container .fc-agendaWeek-view,
.fc-view-container .fc-agendaDay-view {
  margin-top: 30px; }
  .fc-view-container .fc-agendaWeek-view .fc-head-container th.fc-day-header,
  .fc-view-container .fc-agendaDay-view .fc-head-container th.fc-day-header {
    padding: 0.5em 0;
    font-size: 12px;
    font-weight: normal;
    color: #768692;
    text-align: center;
    background: white;
    border: 0; }
  .fc-view-container .fc-agendaWeek-view .fc-axis,
  .fc-view-container .fc-agendaDay-view .fc-axis {
    font-size: 12px;
    font-weight: normal;
    color: #768692; }
  .fc-view-container .fc-agendaWeek-view .fc-day-grid .fc-bg .fc-today,
  .fc-view-container .fc-agendaDay-view .fc-day-grid .fc-bg .fc-today {
    background: #eaf0f1; }
  .fc-view-container .fc-agendaWeek-view .fc-time-grid .fc-bg .fc-today,
  .fc-view-container .fc-agendaDay-view .fc-time-grid .fc-bg .fc-today {
    background: #eaf0f1; }
  .fc-view-container .fc-agendaWeek-view .fc-divider.fc-widget-header,
  .fc-view-container .fc-agendaDay-view .fc-divider.fc-widget-header {
    padding: 0;
    border-bottom: 2px solid #c9d7db; }
  .fc-view-container .fc-agendaWeek-view .fc-day-grid-event,
  .fc-view-container .fc-agendaDay-view .fc-day-grid-event {
    display: block;
    background: #425563; }
    .fc-view-container .fc-agendaWeek-view .fc-day-grid-event .fc-content,
    .fc-view-container .fc-agendaDay-view .fc-day-grid-event .fc-content {
      white-space: normal; }
  .fc-view-container .fc-agendaWeek-view .fc-time-grid-event,
  .fc-view-container .fc-agendaDay-view .fc-time-grid-event {
    background: #425563;
    border: 1px solid #2e3b44; }
    .fc-view-container .fc-agendaWeek-view .fc-time-grid-event .fc-time,
    .fc-view-container .fc-agendaDay-view .fc-time-grid-event .fc-time {
      display: none; }
    .fc-view-container .fc-agendaWeek-view .fc-time-grid-event .fc-bg,
    .fc-view-container .fc-agendaDay-view .fc-time-grid-event .fc-bg {
      background: #425563; }

/* Schedule appointment
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  #make-an-appointment .inner div[class^='col-'] {
    margin-bottom: 3em; } }

@media screen and (max-width: 767px) {
  #make-an-appointment .inner div[class^='col-']:last-of-type {
    margin-bottom: 0; } }

#make-an-appointment .inner div[class^='col-'] > :first-child {
  margin-top: 0 !important; }

#make-an-appointment .inner div[class^='col-'] > :last-child {
  margin-bottom: 0 !important; }

#make-an-appointment h2 {
  margin: 0 0 1em;
  font-size: 21px;
  color: #2e3b44; }
  @media screen and (min-width: 1200px) {
    #make-an-appointment h2 {
      font-size: 24px; } }

@media screen and (max-width: 767px) {
  #schedule-an-appointment .modal-dialog {
    width: calc(100vw - 30px); } }

#schedule-an-appointment .bootstrap-select.btn-group .dropdown-menu {
  max-width: calc(100vw - 60px); }

#schedule-an-appointment .online-scheduling-body {
  height: 60vh;
  max-height: calc(100vh - 60px);
  min-height: 425px;
  position: relative;
  padding: 15px;
  overflow-y: hidden; }
  #schedule-an-appointment .online-scheduling-body:after {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2em;
    background: white;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%); }

#schedule-an-appointment .covid-19-warning {
  overflow-y: scroll;
  max-height: calc(100% + 25px) !important;
  padding-bottom: 2em; }
  #schedule-an-appointment .covid-19-warning .call-to-action {
    margin-top: 26px;
    margin-bottom: 2em; }

#schedule-an-appointment .schedule-online {
  display: none;
  text-align: center; }

#schedule-an-appointment .scheduling-intake-screen {
  overflow-y: scroll;
  max-height: calc(100% + 25px) !important;
  padding-bottom: 2em;
  display: none;
  text-align: center;
  margin-bottom: 10px; }

#schedule-an-appointment .covid-19-symptoms {
  margin: auto; }

#schedule-an-appointment .schedule-online-divider {
  text-align: center;
  padding-top: 5px;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff; }
  #schedule-an-appointment .schedule-online-divider::before {
    content: "";
    display: block;
    margin: .75em 0 -.75em;
    border-top: 1px solid #cccccc; }

#schedule-an-appointment button.btn[data-dismiss="modal"] {
  background-color: #6B7785; }

/* Image posts
-------------------------------------------------- */
.post.with-image {
  position: relative;
  height: 200px;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 768px) {
    .post.with-image {
      height: 240px; } }
  @media screen and (min-width: 992px) {
    .post.with-image {
      height: 313px; } }
  @media screen and (min-width: 1200px) {
    .post.with-image {
      height: 285px; } }
  .post.with-image .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
    .post.with-image .bg .inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #768692;
      background-position: center center;
      background-size: cover;
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s; }
  .post.with-image a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .post.with-image .text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    padding: 80px 15px 15px;
    text-shadow: 1px 1px 10px black;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); }
    @media screen and (min-width: 992px) {
      .post.with-image .text {
        padding: 80px 20px 20px; } }
    @media screen and (min-width: 1200px) {
      .post.with-image .text {
        padding: 80px 24px 24px; } }
    .post.with-image .text h2,
    .post.with-image .text h3 {
      margin: 0 0 0.3em;
      font-size: 18px;
      font-weight: bold;
      color: white; }
      @media screen and (min-width: 992px) {
        .post.with-image .text h2,
        .post.with-image .text h3 {
          font-size: 20px; } }
    .post.with-image .text .date {
      font-size: 16px;
      font-weight: 300;
      font-style: italic; }
  .post.with-image:hover .bg .inner {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

/* Section - Recent News
-------------------------------------------------- */
section.recent-news {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 992px) {
    section.recent-news {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    section.recent-news {
      padding-top: 80px;
      padding-bottom: 80px; } }
  section.recent-news h2 {
    margin: 1.5em 0 1em;
    font-size: 21px;
    color: #425563;
    font-weight: bold;
    line-height: 1.3; }
    @media screen and (min-width: 992px) {
      section.recent-news h2 {
        font-size: 24px; } }
    @media screen and (min-width: 1200px) {
      section.recent-news h2 {
        font-size: 30px; } }
    section.recent-news h2 .subheading {
      font-size: 0.7em; }
  section.recent-news .section-title {
    margin-top: 0;
    /*@media screen and (min-width: 768px) { position: absolute; top: 40px; left: 40px; margin-left: 0; z-index: 10; }*/
    /*@media screen and (min-width: 1200px) { left: 60px; }*/ }
    @media screen and (max-width: 767px) {
      section.recent-news .section-title {
        margin-bottom: 0.6em; } }
    section.recent-news .section-title a {
      color: #ad3700; }
    section.recent-news .section-title::after {
      color: #ad3700; }
  section.recent-news .row {
    margin-left: 0;
    margin-right: 0; }
    @media screen and (max-width: 1199px) {
      section.recent-news .row .post:nth-of-type(4) {
        display: none; } }

/* Section - Clinical Trials
-------------------------------------------------- */
section.clinical-trials {
  padding-top: 40px;
  padding-bottom: 40px;
  /*.row { margin-left: 0; margin-right: 0; }*/ }
  @media screen and (min-width: 992px) {
    section.clinical-trials {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    section.clinical-trials {
      padding-top: 80px;
      padding-bottom: 80px; } }
  section.clinical-trials .clinical-trial {
    position: relative;
    height: 200px;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 768px) {
      section.clinical-trials .clinical-trial {
        height: 240px;
        margin-bottom: 0; } }
    @media screen and (min-width: 992px) {
      section.clinical-trials .clinical-trial {
        height: 313px; } }
    @media screen and (min-width: 1200px) {
      section.clinical-trials .clinical-trial {
        height: 260px; } }
    section.clinical-trials .clinical-trial .bg {
      position: absolute;
      top: 0;
      right: 15px;
      bottom: 0;
      left: 15px;
      overflow: hidden; }
      section.clinical-trials .clinical-trial .bg .inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #768692;
        background-position: center center;
        background-size: cover;
        -webkit-transition: -webkit-transform 0.6s;
        transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
        transition: transform 0.6s, -webkit-transform 0.6s; }
    section.clinical-trials .clinical-trial a {
      display: table;
      width: 100%;
      position: absolute;
      top: 0;
      right: 15px;
      bottom: 0;
      left: 15px;
      height: 100%;
      padding-right: 30px; }
      section.clinical-trials .clinical-trial a:hover {
        text-decoration: none; }
    section.clinical-trials .clinical-trial h3.text {
      display: table-cell;
      height: 100%;
      vertical-align: middle;
      font-size: 16px;
      line-height: 1.4;
      color: white;
      padding: 15px;
      background: rgba(0, 0, 0, 0.6); }
      @media screen and (min-width: 992px) {
        section.clinical-trials .clinical-trial h3.text {
          padding: 20px;
          font-size: 18px; } }
      @media screen and (min-width: 1200px) {
        section.clinical-trials .clinical-trial h3.text {
          padding: 24px; } }
    section.clinical-trials .clinical-trial:hover .bg .inner {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

/* Main
-------------------------------------------------- */
/* Bug and Comment Forms
-------------------------------------------------- */
#modal-bug-reporting .nav-tabs {
  margin-left: 0; }

/* Survey Modal
-------------------------------------------------- */
#modal-popup .modal-body {
  padding: 0; }

#modal-popup .top {
  position: relative;
  padding: 25px 35px 45px;
  color: white;
  background: #a6093d; }
  #modal-popup .top:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    height: 30px;
    background: url("img/arcs/arc-of-life-sm.png") center bottom no-repeat;
    background-size: 100% 100%; }
  #modal-popup .top .close {
    position: relative;
    top: -3px;
    font-size: 32px;
    font-weight: normal;
    color: white;
    opacity: 0.9; }
  #modal-popup .top > *:last-child {
    margin-bottom: 0; }
  #modal-popup .top h2 {
    margin: 0 0 0.5em;
    font-size: 24px; }
  #modal-popup .top p {
    font-size: 16px;
    line-height: 1.5; }

#modal-popup .middle {
  position: relative;
  padding: 15px;
  color: white;
  background-position: center center;
  background-size: cover;
  border: 2px solid; }
  @media screen and (min-width: 992px) {
    #modal-popup .middle {
      padding: 30px; } }
  #modal-popup .middle:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0; }
  #modal-popup .middle .close {
    position: relative;
    top: -58px;
    padding: 5px 10px;
    font-size: 32px;
    font-weight: normal;
    color: white;
    background: #a6093d;
    opacity: 1; }
    @media screen and (max-width: 767px) {
      #modal-popup .middle .close {
        top: -45px; } }
    @media screen and (max-width: 507px) {
      #modal-popup .middle .close {
        top: -25px; } }
    #modal-popup .middle .close:hover {
      background: #76062b; }
  #modal-popup .middle .logo {
    max-width: 50%;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: auto; }
  #modal-popup .middle .text {
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 1; }
    #modal-popup .middle .text h2 {
      margin: 0 0 0.4em;
      font-size: 24px; }
      @media screen and (min-width: 992px) {
        #modal-popup .middle .text h2 {
          font-size: 32px; } }

#modal-popup .bottom {
  position: relative;
  padding: 10px 35px 15px; }
  #modal-popup .bottom:after {
    display: block;
    content: "";
    height: 38px;
    width: 172px;
    margin-top: 2em;
    background: url("img/logo-dark-red.png") right bottom no-repeat;
    background-size: contain; }
    @media screen and (min-width: 600px) {
      #modal-popup .bottom:after {
        position: absolute;
        bottom: 20px;
        right: 20px;
        margin-top: 0; } }
  #modal-popup .bottom > *:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 600px) {
    #modal-popup .bottom p {
      max-width: 300px; } }
  #modal-popup .bottom p.fine-print {
    margin-top: 1em;
    font-size: 13px; }
    @media screen and (min-width: 600px) {
      #modal-popup .bottom p.fine-print {
        max-width: 200px; } }

/* Chatbot
-------------------------------------------------- */
.avaamo__chat__widget {
  position: relative;
  z-index: 20; }
  @media only screen and (max-device-width: 1024px) {
    .avaamo__chat__widget .avaamo__icon {
      bottom: 55px; } }

/* Footer
-------------------------------------------------- */
#footer {
  display: block;
  position: relative;
  color: white;
  margin-bottom: -28px;
  height: auto;
  font-family: 'Avenir', arial, sans-serif;
  font-weight: 500; }
  #footer a {
    color: white; }
  #footer > .container {
    padding-top: 20px;
    padding-bottom: 20px; }
  #footer .footer-top {
    padding-top: 1em;
    background: #425563; }
    @media screen and (min-width: 768px) {
      #footer .footer-top {
        padding-bottom: 20px; } }
    @media screen and (min-width: 992px) {
      #footer .footer-top {
        padding-top: 3em;
        padding-bottom: 3em; } }
    @media screen and (min-width: 1200px) {
      #footer .footer-top {
        padding-top: 4em;
        padding-bottom: 4em; } }
    #footer .footer-top img.horizon-top {
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto; }
    #footer .footer-top .location {
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        #footer .footer-top .location {
          width: 170px;
          margin-left: auto;
          margin-right: auto;
          padding: 0; } }
    #footer .footer-top .logo {
      margin-bottom: 2em; }
      @media screen and (max-width: 767px) {
        #footer .footer-top .logo {
          width: 200px;
          margin-left: auto;
          margin-right: auto; } }
      #footer .footer-top .logo img {
        width: auto;
        height: auto; }
        @media screen and (min-width: 992px) {
          #footer .footer-top .logo img {
            width: auto; } }
    #footer .footer-top .logo-footer-main {
      margin-bottom: 23px; }
      @media screen and (max-width: 767px) {
        #footer .footer-top .logo-footer-main {
          width: 200px;
          margin-left: auto;
          margin-right: auto; } }
      #footer .footer-top .logo-footer-main img {
        width: 150px;
        height: auto; }
        @media screen and (min-width: 992px) {
          #footer .footer-top .logo-footer-main img {
            width: 150px; } }
    #footer .footer-top .footer-text {
      text-align: center; }
      @media screen and (min-width: 992px) {
        #footer .footer-top .footer-text {
          text-align: left; } }
    #footer .footer-top .logo-connect .logo {
      text-align: center; }
      @media screen and (min-width: 992px) {
        #footer .footer-top .logo-connect .logo {
          text-align: left; } }
  #footer .menus {
    margin-bottom: 0em;
    padding-top: 2em;
    padding-bottom: 2em; }
    @media screen and (min-width: 992px) {
      #footer .menus {
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        border: 0; } }
    @media screen and (max-width: 767px) {
      #footer .menus {
        margin-bottom: 0; } }
    #footer .menus h4 {
      font-size: 24px;
      margin-bottom: 20px;
      letter-spacing: 0px;
      font-weight: 600; }
      @media screen and (max-width: 992px) {
        #footer .menus h4 {
          margin-left: auto;
          margin-right: auto;
          width: 170px; } }
      @media screen and (max-width: 767px) {
        #footer .menus h4 {
          width: 170px;
          margin-left: auto;
          margin-right: auto; } }
    #footer .menus ul {
      margin: 0 auto;
      padding: 0;
      list-style: none; }
      @media screen and (max-width: 991px) {
        #footer .menus ul {
          width: 170px; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    #footer .menus ul {
      margin-bottom: 2em; } }
      #footer .menus ul li {
        margin: 0 0 0.5em;
        padding: 0; }
  #footer .locations {
    border-right: 2px solid white; }
    @media screen and (max-width: 992px) {
      #footer .locations {
        text-align: center;
        border-right: 0px solid white;
        border-bottom: 1px solid #768692; } }
    @media screen and (max-width: 767px) {
      #footer .locations {
        text-align: left; } }
    #footer .locations .location {
      margin-bottom: 1.8em; }
      @media screen and (min-width: 992px) {
        #footer .locations .location {
          margin-bottom: 0em; } }
      @media screen and (min-width: 1200px) {
        #footer .locations .location {
          padding-left: 15px; } }
      #footer .locations .location .location-name {
        position: relative;
        margin-bottom: 0em;
        font-size: 1.1em;
        line-height: 1.5em; }
      #footer .locations .location .location-phone {
        display: inline-block;
        margin-right: 2.5em; }
        @media screen and (min-width: 768px) {
          #footer .locations .location .location-phone {
            margin-right: 0em;
            font-size: 0.9em; } }
        @media screen and (min-width: 992px) {
          #footer .locations .location .location-phone {
            font-size: 1em; } }
        @media screen and (min-width: 1200px) {
          #footer .locations .location .location-phone {
            margin-right: 2.5em; } }
      #footer .locations .location .location-map {
        display: inline-block; }
        @media screen and (min-width: 768px) {
          #footer .locations .location .location-map {
            font-size: 0.9em; } }
        @media screen and (min-width: 992px) {
          #footer .locations .location .location-map {
            font-size: 1em; } }
      #footer .locations .location .fa, #footer .locations .page-template-page-locations .list-view .location .info .description .phone-fax > div:before, .page-template-page-locations .list-view #footer .locations .location .info .description .phone-fax > div:before, #footer .locations .page-template-page-front-door .list-view .location .info .description .phone-fax > div:before, .page-template-page-front-door .list-view #footer .locations .location .info .description .phone-fax > div:before, #footer .locations .location .page-template-page-doctors .list-view .doctor .info .tel:before, .page-template-page-doctors .list-view .doctor .info #footer .locations .location .tel:before, #footer .locations .location .page-template-page-front-door .list-view .doctor .info .tel:before, .page-template-page-front-door .list-view .doctor .info #footer .locations .location .tel:before, #footer .locations .page-template-provider #locations .location .info .description .phone-fax > div:before, .page-template-provider #locations #footer .locations .location .info .description .phone-fax > div:before, #footer .locations .location body #servicelines .appointment-mod .appt-item .info .tel:before, body #servicelines .appointment-mod .appt-item .info #footer .locations .location .tel:before, #footer .locations .location body #servicelines .appointment-mod .appt-item .info .fax:before, body #servicelines .appointment-mod .appt-item .info #footer .locations .location .fax:before, #footer .locations body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:before, body.page-template-page-homepage-2020 .list-view #footer .locations .location .info .description .phone-fax > div:before {
        margin-right: 0.5em; }

.footer-app-download {
  background: #425563;
  padding: 35px 0 25px 0;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #768692; }
  .footer-app-download p {
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .footer-app-download p {
        display: block; } }
  .footer-app-download .app-description {
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .footer-app-download .app-description {
        margin-right: 0; } }

.footer-bottom {
  padding: 20px 0;
  font-size: 16px;
  background: #333; }
  @media screen and (min-width: 992px) {
    .footer-bottom {
      padding: 30px 0; } }
  .footer-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer-bottom ul li {
      display: inline-block;
      margin: 0;
      padding: 0; }
  .footer-bottom #menu-footer-bottom {
    margin-bottom: 0em;
    width: 33.3333%;
    float: left;
    display: block;
    text-align: left;
    height: 45px;
    line-height: 45px;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .footer-bottom #menu-footer-bottom {
        width: 100%;
        text-align: center; } }
    .footer-bottom #menu-footer-bottom li {
      margin: 0 2em 0 0; }
      @media screen and (min-width: 992px) {
        .footer-bottom #menu-footer-bottom li {
          margin-right: 3em; } }
    @media screen and (max-width: 767px) {
      .footer-bottom #menu-footer-bottom li:nth-child(2) {
        margin-right: 0; } }
  .footer-bottom #menu-footer {
    margin-bottom: 0em;
    width: 40%;
    float: left;
    display: block;
    text-align: left;
    height: 45px;
    line-height: 45px; }
    @media screen and (max-width: 767px) {
      .footer-bottom #menu-footer {
        width: 100%;
        text-align: center; } }
    .footer-bottom #menu-footer li {
      margin: 0 .5em 0 0; }
      .footer-bottom #menu-footer li a {
        font-size: 0.9em; }
      @media screen and (min-width: 992px) {
        .footer-bottom #menu-footer li {
          margin-right: 1em; }
          .footer-bottom #menu-footer li a {
            font-size: 0.9em; } }
    @media screen and (max-width: 767px) {
      .footer-bottom #menu-footer li:nth-child(2) {
        margin-right: 0; } }
  .footer-bottom .connect-footer {
    margin-bottom: 0em;
    font-size: 21px;
    width: 20%;
    float: left;
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    min-width: 190px; }
    @media screen and (min-width: 1200px) {
      .footer-bottom .connect-footer {
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      .footer-bottom .connect-footer {
        width: 100%;
        text-align: center; } }
    .footer-bottom .connect-footer li {
      margin: 0 1em 0 0; }
      @media screen and (max-width: 991px) {
        .footer-bottom .connect-footer li {
          margin: 0 .5em 0 0; } }
    .footer-bottom .connect-footer li:nth-child(5) {
      position: relative;
      margin-right: 0;
      top: -3px; }
      .footer-bottom .connect-footer li:nth-child(5) img {
        width: 24px;
        height: 24px; }
  .footer-bottom .copyright {
    width: 40%;
    float: left;
    display: block;
    text-align: right;
    height: 45px;
    line-height: 45px;
    padding-top: 0px !important; }
    @media screen and (max-width: 767px) {
      .footer-bottom .copyright {
        width: 100%;
        text-align: center; } }
  .footer-bottom .privacy-policy {
    width: 40%;
    float: left;
    display: block;
    text-align: right;
    height: 45px;
    line-height: 45px;
    padding-top: 0px !important; }
    @media screen and (max-width: 767px) {
      .footer-bottom .privacy-policy {
        width: 100%;
        text-align: center; } }

.uchealth-today #blog-header #menu-blog-main-navigation-1 > li.blog-nav-search a:before {
  display: inline-block; }

.uchealth-newsroom #blog-header #menu-blog-main-navigation-1 > li.blog-nav-search a:before {
  display: inline-block; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Captions
-------------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*='wp-image-'] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }
    @media screen and (min-width: 992px) {
      .wp-caption .wp-caption-text {
        font-size: 13px; } }
    @media screen and (min-width: 1200px) {
      .wp-caption .wp-caption-text {
        font-size: 14px; } }
  .wp-caption.alignnone {
    margin-top: 1.5em; }
    @media screen and (min-width: 768px) {
      .wp-caption.alignnone {
        margin-top: 2em;
        margin-bottom: 2em; } }

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

/* Galleries
-------------------------------------------------- */
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }
  .gallery-columns-10 .gallery-item {
    max-width: 10%; }
  .gallery-columns-11 .gallery-item {
    max-width: 9.090909091%; }
  .gallery-columns-12 .gallery-item {
    max-width: 8.333333333%; }

.gallery-caption {
  display: block; }

/*Galleria*/
.amw-galleria-slideshow {
  margin: 1.5em 0; }
  @media screen and (min-width: 1200px) {
    .amw-galleria-slideshow {
      margin: 2em 0; } }
  .amw-galleria-slideshow .galleria-image {
    /*img { top: 0 !important; }*/ }
  .amw-galleria-slideshow .galleria-info {
    /*@media screen and (min-width: 768px) { bottom: 68px; }
    @media screen and (min-width: 992px) { bottom: 89px; }
    @media screen and (min-width: 1200px) { bottom: 108px; }*/ }

/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

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

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

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

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

.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
  -moz-user-select: none; }

.flexslider .slides:after {
  content: '\0020';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

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

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider .slides {
  zoom: 1; }

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

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

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

.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 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "Fontawesome";
  font-size: 40px;
  display: inline-block;
  /*content: '\f001';*/
  content: '';
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }

.flex-direction-nav a.flex-next:before {
  /*content: '\f002';*/
  content: ''; }

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

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

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

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

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

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

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

.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: 'Fontawesome';
  font-size: 20px;
  display: inline-block;
  content: ''; }

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

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

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.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-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);
  border-radius: 20px; }

.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%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

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

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

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/* Class to hide items on mobile=1, important added to override other display properties that may be applied
-------------------------------------------------- */
body.mobile-active .hidden-on-mobile, body.mobile-active .home__header, body.mobile-active .pre-header-nav {
  display: none !important; }

.page-template-default {
  font-family: 'Avenir', Arial, sans-serif; }

/* Home
-------------------------------------------------- */
.uchealth-main.home #wrap {
  display: block;
  height: auto; }

.uchealth-main.home .row:after {
  clear: both; }

.uchealth-main.home .pre-header {
  margin-bottom: 0 !important; }

.uchealth-main.home #masthead {
  /*@media screen and (min-width: 768px) and (max-width: 991px) { background: rgba(white, 0.5); box-shadow: 0 0 20px rgba(0, 0, 0, .07); }*/ }
  @media screen and (min-width: 992px) {
    .uchealth-main.home #masthead {
      border: 0;
      background: #ffffff; } }
  @media screen and (min-width: 992px) {
    .uchealth-main.home #masthead.pinned, .uchealth-main.home #masthead.solid {
      background: rgba(255, 255, 255, 0.97); } }

.uchealth-main.home #content {
  position: relative;
  z-index: 9; }
  .uchealth-main.home #content > section {
    padding-top: 40px;
    padding-bottom: 40px;
    /* Banner */
    /* Mobile Links */
    /* My Health Connection */
    /* Subscribe */
    /* Recent News */
    /* Sport Logos*/
    /* Moments to Shine */
    /* Funnels */ }
    @media screen and (min-width: 768px) {
      .uchealth-main.home #content > section {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media screen and (min-width: 992px) {
      .uchealth-main.home #content > section {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-main.home #content > section {
        padding-top: 100px;
        padding-bottom: 100px; } }
    .uchealth-main.home #content > section .section-title {
      margin-top: 0;
      margin-bottom: 0em;
      font-size: 24px;
      font-weight: 600; }
      @media screen and (min-width: 768px) {
        .uchealth-main.home #content > section .section-title {
          margin-bottom: 0em;
          font-size: 28px; } }
      @media screen and (min-width: 992px) {
        .uchealth-main.home #content > section .section-title {
          font-size: 32px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-main.home #content > section .section-title {
          margin-bottom: 0em;
          font-size: 36px; } }
      .uchealth-main.home #content > section .section-title a, .uchealth-main.home #content > section .section-title.arrow-right:after {
        color: #a6093d; }
      .uchealth-main.home #content > section .section-title a:after {
        font-family: FontAwesome;
        content: " \f105"; }
    .uchealth-main.home #content > section.banner {
      position: relative;
      padding: 0;
      min-height: 150px;
      max-height: 80vh;
      overflow: hidden;
      /* Search */ }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .uchealth-main.home #content > section.banner {
          margin-bottom: 20px; } }
      .uchealth-main.home #content > section.banner .bg img {
        width: 100%;
        height: auto; }
      .uchealth-main.home #content > section.banner .horizon-top-old {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        .uchealth-main.home #content > section.banner .horizon-top-old .inner {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: url("img/sample/banners/banner-1/sample-banner-horizon-top.png") center top no-repeat;
          background-size: contain;
          opacity: 0.75; }
      .uchealth-main.home #content > section.banner .cutout {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        .uchealth-main.home #content > section.banner .cutout img {
          width: 100%;
          height: auto; }
      .uchealth-main.home #content > section.banner .arc-top {
        display: none;
        height: 15vw;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        background: url("img/arcs/arc-top.png") center bottom no-repeat;
        background-size: 100% auto;
        opacity: 0.58; }
        @media screen and (min-width: 768px) {
          .uchealth-main.home #content > section.banner .arc-top {
            height: 18vw; } }
      .uchealth-main.home #content > section.banner .arc-bottom {
        height: 4vw;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        background: url("img/arcs/arc-of-life.png") center bottom no-repeat;
        background-size: 100% auto;
        opacity: 1; }
      .uchealth-main.home #content > section.banner .bottom-gradient {
        display: none;
        height: 10vw;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
        @media screen and (min-width: 768px) {
          .uchealth-main.home #content > section.banner .bottom-gradient {
            height: 13vw; } }
      .uchealth-main.home #content > section.banner .text {
        position: absolute;
        top: 10px;
        right: 0;
        left: 0;
        color: white; }
        @media screen and (min-width: 768px) {
          .uchealth-main.home #content > section.banner .text {
            bottom: 10px; } }
        @media screen and (min-width: 992px) {
          .uchealth-main.home #content > section.banner .text {
            top: 100px; } }

@-webkit-keyframes animateHeroHeadline {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes animateHeroHeadline {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
        .uchealth-main.home #content > section.banner .text .hero-headline.fadeHeadlineInUp {
          animation: animateHeroHeadline 1.0s forwards;
          -webkit-animation: animateHeroHeadline 1.0s forwards;
          animation-delay: 1.4s;
          -webkit-animation-delay: 1.4s; }
        .uchealth-main.home #content > section.banner .text .hero-name-label {
          font-size: 15px;
          font-weight: 600;
          text-align: center;
          margin-top: 10px;
          margin-bottom: 0;
          opacity: 0;
          text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.75); }

@keyframes animateHeroHeadline {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
          .uchealth-main.home #content > section.banner .text .hero-name-label.fadeSubheadlineInUp {
            animation: animateHeroHeadline 1.0s forwards;
            -webkit-animation: animateHeroHeadline 1.0s forwards;
            animation-delay: 2.4s;
            -webkit-animation-delay: 2.4s; }
          @media screen and (min-width: 550px) {
            .uchealth-main.home #content > section.banner .text .hero-name-label {
              font-size: 15px;
              margin-top: 10px; } }
          @media screen and (min-width: 768px) {
            .uchealth-main.home #content > section.banner .text .hero-name-label {
              font-size: 20px;
              margin-top: 0px; } }
          .uchealth-main.home #content > section.banner .text .hero-name-label a {
            color: #fff; }
            .uchealth-main.home #content > section.banner .text .hero-name-label a:hover {
              text-decoration: underline; }
            .uchealth-main.home #content > section.banner .text .hero-name-label a:after {
              font-family: FontAwesome;
              content: " \f105"; }
        .uchealth-main.home #content > section.banner .text h1 {
          margin: 0;
          font-family: 'Avenir', sans-serif;
          font-weight: 400;
          line-height: 1.3;
          text-align: center;
          font-size: 5vw;
          letter-spacing: 5px;
          text-align: center;
          text-transform: uppercase;
          white-space: nowrap;
          display: block;
          opacity: 0;
          text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.75); }
          @media screen and (min-width: 768px) {
            .uchealth-main.home #content > section.banner .text h1 {
              font-size: 5vw;
              letter-spacing: 10px; } }
          @media screen and (min-width: 992px) {
            .uchealth-main.home #content > section.banner .text h1 {
              font-size: 6vw;
              letter-spacing: 20px; } }
          .uchealth-main.home #content > section.banner .text h1 a {
            color: white; }
            .uchealth-main.home #content > section.banner .text h1 a:hover {
              color: white;
              text-decoration: underline; }
      .uchealth-main.home #content > section.banner .search {
        position: absolute;
        bottom: 15%;
        left: 0;
        right: 0; }
        @media screen and (min-width: 992px) {
          .uchealth-main.home #content > section.banner .search {
            bottom: 18%; } }
    .uchealth-main.home #content > section.mobile-links {
      margin-top: 1.5em;
      padding: 0;
      background: #768692; }
      .uchealth-main.home #content > section.mobile-links #menu-mobile-links {
        margin: 0;
        padding: 0; }
        .uchealth-main.home #content > section.mobile-links #menu-mobile-links li {
          position: relative;
          border-bottom: 1px solid rgba(255, 255, 255, 0.4);
          text-align: center; }
          .uchealth-main.home #content > section.mobile-links #menu-mobile-links li a {
            display: block;
            position: relative;
            padding: 12px 15px;
            color: white; }
            .uchealth-main.home #content > section.mobile-links #menu-mobile-links li a:hover {
              text-decoration: none; }
    .uchealth-main.home #content > section.my-health-connection {
      padding-top: 24px;
      padding-bottom: 35px;
      background: #eaf0f1; }
      .uchealth-main.home #content > section.my-health-connection ul {
        margin: 0 0 1.5em 20px;
        padding: 0;
        list-style: none;
        font-style: italic; }
        .uchealth-main.home #content > section.my-health-connection ul li {
          position: relative;
          margin-bottom: 0.4em; }
          .uchealth-main.home #content > section.my-health-connection ul li:before {
            position: absolute;
            left: -1.2em;
            content: '';
            font-family: Fontawesome; }
    .uchealth-main.home #content > section.subscribe {
      margin-top: 0;
      background: 0; }
      @media screen and (min-width: 768px) {
        .uchealth-main.home #content > section.subscribe {
          padding-top: 10px;
          padding-bottom: 40px; } }
      @media screen and (min-width: 992px) {
        .uchealth-main.home #content > section.subscribe {
          padding-top: 20px;
          padding-bottom: 60px; } }
      @media screen and (min-width: 768px) {
        .uchealth-main.home #content > section.subscribe .section-title {
          margin-bottom: 0.75em;
          font-size: 28px; } }
    .uchealth-main.home #content > section.recent-news {
      position: relative;
      padding-top: 0;
      padding-bottom: 0; }
      .uchealth-main.home #content > section.recent-news .news-block-top {
        display: block;
        position: relative;
        width: 100%;
        height: 50px;
        background-color: #a6093d; }
        .uchealth-main.home #content > section.recent-news .news-block-top .news-container-title {
          color: white;
          font-size: 24px;
          font-weight: bold;
          margin: 0 0 0 24px;
          line-height: 50px;
          height: 50px; }
          @media screen and (min-width: 768px) {
            .uchealth-main.home #content > section.recent-news .news-block-top .news-container-title {
              font-size: 28px; } }
          @media screen and (min-width: 992px) {
            .uchealth-main.home #content > section.recent-news .news-block-top .news-container-title {
              font-size: 32px; } }
          @media screen and (min-width: 1200px) {
            .uchealth-main.home #content > section.recent-news .news-block-top .news-container-title {
              font-size: 35px; } }
      .uchealth-main.home #content > section.recent-news .news-block {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        min-height: 50px;
        background-color: #ebebeb; }
        @media screen and (min-width: 992px) {
          .uchealth-main.home #content > section.recent-news .news-block {
            background-color: #a6093d; } }
        .uchealth-main.home #content > section.recent-news .news-block .news-container-btn {
          height: 50px;
          line-height: 50px;
          padding: 0; }
          .uchealth-main.home #content > section.recent-news .news-block .news-container-btn a {
            color: #fff;
            text-decoration: none;
            margin-left: 24px;
            font-size: 24px;
            font-weight: 600; }
            .uchealth-main.home #content > section.recent-news .news-block .news-container-btn a:hover {
              text-decoration: underline; }
            .uchealth-main.home #content > section.recent-news .news-block .news-container-btn a:after {
              font-family: FontAwesome;
              content: " \f105"; }
          @media screen and (max-width: 991px) {
            .uchealth-main.home #content > section.recent-news .news-block .news-container-btn {
              text-align: center;
              background-color: #a6093d; } }
        .uchealth-main.home #content > section.recent-news .news-block .connect {
          padding: 1.5em 0 !important;
          text-align: center; }
          @media screen and (min-width: 992px) {
            .uchealth-main.home #content > section.recent-news .news-block .connect {
              padding: 2em 0 !important; } }
          @media screen and (min-width: 1200px) {
            .uchealth-main.home #content > section.recent-news .news-block .connect {
              padding: 2.5em 0 2em !important; } }
          .uchealth-main.home #content > section.recent-news .news-block .connect h2 {
            display: inline-block;
            position: relative;
            top: -0.1em;
            margin: 0 0.5em 0 0;
            font-size: 21px;
            line-height: 1;
            color: #425563;
            font-weight: bold; }
            @media screen and (min-width: 768px) {
              .uchealth-main.home #content > section.recent-news .news-block .connect h2 {
                top: -0.25em; } }
            @media screen and (min-width: 992px) {
              .uchealth-main.home #content > section.recent-news .news-block .connect h2 {
                top: -0.3em;
                font-size: 24px; } }
            @media screen and (min-width: 1200px) {
              .uchealth-main.home #content > section.recent-news .news-block .connect h2 {
                top: -0.5em; } }
        @media screen and (max-width: 991px) {
          .uchealth-main.home #content > section.recent-news .news-block {
            min-height: 140px; } }
      .uchealth-main.home #content > section.recent-news .news-block.open-subscribe-form {
        padding-bottom: 8px; }
      .uchealth-main.home #content > section.recent-news .social-links-container {
        text-align: center;
        margin-bottom: 0px;
        padding: 10px 0 15px 0;
        background-color: #ebebeb; }
        @media screen and (min-width: 992px) {
          .uchealth-main.home #content > section.recent-news .social-links-container {
            padding: 10px 0; } }
        .uchealth-main.home #content > section.recent-news .social-links-container .social-links {
          display: inline-block;
          font-size: 30px;
          line-height: 1; }
          @media screen and (min-width: 768px) {
            .uchealth-main.home #content > section.recent-news .social-links-container .social-links {
              font-size: 36px; } }
          @media screen and (min-width: 992px) {
            .uchealth-main.home #content > section.recent-news .social-links-container .social-links {
              font-size: 42px; } }
          @media screen and (min-width: 1200px) {
            .uchealth-main.home #content > section.recent-news .social-links-container .social-links {
              font-size: 60px; } }
          .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link {
            display: inline-block;
            margin-left: 0.2em;
            -webkit-transition: color 0.3s;
            transition: color 0.3s; }
            .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link.google-news {
              position: relative;
              top: -4px;
              left: -2px;
              width: 38px; }
            @media screen and (min-width: 768px) {
              .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link {
                margin-left: 0.5em; } }
            @media screen and (min-width: 1200px) {
              .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link {
                margin-left: 0.4em; } }
            .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link .fa, .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link .page-template-page-locations .list-view .location .info .description .phone-fax > div:before, .page-template-page-locations .list-view .location .info .description .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link .phone-fax > div:before, .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link .page-template-page-front-door .list-view .location .info .description .phone-fax > div:before, .page-template-page-front-door .list-view .location .info .description .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link .phone-fax > div:before, .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link .page-template-page-doctors .list-view .doctor .info .tel:before, .page-template-page-doctors .list-view .doctor .info .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link .tel:before, .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link .page-template-page-front-door .list-view .doctor .info .tel:before, .page-template-page-front-door .list-view .doctor .info .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link .tel:before, .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link .page-template-provider #locations .location .info .description .phone-fax > div:before, .page-template-provider #locations .location .info .description .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link .phone-fax > div:before, .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link body #servicelines .appointment-mod .appt-item .info .tel:before, body #servicelines .appointment-mod .appt-item .info .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link .tel:before, .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link body #servicelines .appointment-mod .appt-item .info .fax:before, body #servicelines .appointment-mod .appt-item .info .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link .fax:before, .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:before, body.page-template-page-homepage-2020 .list-view .location .info .description .uchealth-main.home #content > section.recent-news .social-links-container .social-links .link .phone-fax > div:before {
              line-height: 1; }
      @media screen and (max-width: 767px) {
        .uchealth-main.home #content > section.recent-news .social-links-container {
          margin-bottom: 40px; } }
      .uchealth-main.home #content > section.recent-news .social-links-container .social-title {
        font-size: 24px !important;
        margin-bottom: 0em !important;
        margin-top: 0em !important;
        top: 0em !important;
        vertical-align: middle;
        display: inline-block;
        margin-right: 12px !important; }
      @media screen and (max-width: 767px) {
        .uchealth-main.home #content > section.recent-news .social-links-container .social-title {
          vertical-align: middle;
          display: inline-block;
          margin-right: 12px !important; } }
      .uchealth-main.home #content > section.recent-news .social-links-container .social-links {
        font-size: 35px;
        vertical-align: middle;
        display: inline-block;
        margin-right: 12px !important; }
      @media screen and (max-width: 767px) {
        .uchealth-main.home #content > section.recent-news .social-links-container .social-links {
          vertical-align: middle;
          display: inline-block;
          margin-right: 12px !important; } }
      .uchealth-main.home #content > section.recent-news .connect .social-links-container .social-links .link {
        margin: 8px 14px 0px 0px; }
      .uchealth-main.home #content > section.recent-news .social-links-container .social-links .fa-youtube-play {
        background-color: #ff0000;
        font-size: 22px;
        padding: 4px;
        border-radius: 6px;
        vertical-align: top;
        margin-top: 2px;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .uchealth-main.home #content > section.recent-news .social-links-container .social-links .fa-youtube-play:hover {
          background-color: #990000;
          color: #fff; }
      .uchealth-main.home #content > section.recent-news .newsletter-container .newsletter-text {
        height: 50px;
        line-height: 50px;
        margin-top: 0;
        padding-right: 0px; }
        .uchealth-main.home #content > section.recent-news .newsletter-container .newsletter-text p {
          color: #fff;
          font-weight: 600;
          text-align: right;
          font-size: 18px; }
        @media screen and (max-width: 991px) {
          .uchealth-main.home #content > section.recent-news .newsletter-container .newsletter-text {
            height: 25px;
            line-height: 25px; }
            .uchealth-main.home #content > section.recent-news .newsletter-container .newsletter-text p {
              text-align: center;
              color: #2e3b44; } }
      .uchealth-main.home #content > section.recent-news .newsletter-container .form {
        padding-right: 39px;
        line-height: 0px; }
        @media screen and (max-width: 991px) {
          .uchealth-main.home #content > section.recent-news .newsletter-container .form {
            padding-right: 15px; } }
      @media screen and (max-width: 991px) {
        .uchealth-main.home #content > section.recent-news .newsletter-container {
          margin-top: 15px; } }
      .uchealth-main.home #content > section.recent-news .col-xs-12 .newsletter-container {
        margin-bottom: 25px; }
      .uchealth-main.home #content > section.recent-news .newsletter-container, .uchealth-main.home #content > section.recent-news .newsletter-container .col-xs-12, .uchealth-main.home #content > section.recent-news .newsletter-container .col-md-12 {
        text-align: left;
        margin-bottom: 0px; }
      @media screen and (max-width: 767px) {
        .uchealth-main.home #content > section.recent-news .newsletter-container, .uchealth-main.home #content > section.recent-news .newsletter-container .col-xs-12, .uchealth-main.home #content > section.recent-news .newsletter-container .col-md-12 {
          margin-bottom: 0px; } }
      .uchealth-main.home #content > section.recent-news .newsletter-container p {
        margin: 0 0 10px; }
      @media screen and (max-width: 767px) {
        .uchealth-main.home #content > section.recent-news .newsletter-container p {
          margin: 0; } }
      .uchealth-main.home #content > section.recent-news .newsletter-container form ._error._below {
        display: none !important; }
      .uchealth-main.home #content > section.recent-news .newsletter-container form ._form-thank-you {
        font-size: 18px;
        color: #2e3b44;
        text-align: center;
        color: white;
        font-weight: 600;
        text-align: left;
        font-size: 18px;
        line-height: 50px;
        position: absolute;
        margin-top: -10px; }
      .uchealth-main.home #content > section.recent-news .newsletter-container form .input-group button {
        background-image: url(""); }
      .uchealth-main.home #content > section.recent-news .newsletter-container form .input-group.search-subscribe button {
        height: 28px;
        width: 75px;
        text-indent: 0%;
        font-size: 12px;
        line-height: 0px;
        background-color: #ebebeb; }
        @media screen and (max-width: 991px) {
          .uchealth-main.home #content > section.recent-news .newsletter-container form .input-group.search-subscribe button {
            background-color: #a6093d;
            color: white;
            width: 75px; } }
      .uchealth-main.home #content > section.recent-news .newsletter-container form .input-group.search-subscribe input {
        font-size: 14px;
        height: 28px; }
      .uchealth-main.home #content > section.recent-news .newsletter-container form .input-group.search-subscribe ::-webkit-input-placeholder {
        padding-top: 0px;
        font-size: 14px; }
      .uchealth-main.home #content > section.recent-news .newsletter-container form .input-group.search-subscribe :-ms-input-placeholder {
        padding-top: 0px;
        font-size: 14px; }
      .uchealth-main.home #content > section.recent-news .newsletter-container form .input-group.search-subscribe ::-moz-placeholder {
        padding-top: 0px;
        font-size: 14px; }
      .uchealth-main.home #content > section.recent-news .newsletter-container form .input-group.search-subscribe ::-ms-input-placeholder {
        padding-top: 0px;
        font-size: 14px; }
      .uchealth-main.home #content > section.recent-news .newsletter-container form .input-group.search-subscribe ::placeholder {
        padding-top: 0px;
        font-size: 14px; }
      .uchealth-main.home #content > section.recent-news .section-title {
        margin-left: 15px; }
        @media screen and (max-width: 767px) {
          .uchealth-main.home #content > section.recent-news .section-title {
            margin-bottom: 0.6em; } }
        @media screen and (min-width: 768px) {
          .uchealth-main.home #content > section.recent-news .section-title {
            position: absolute;
            top: 90px;
            left: 40px;
            margin-left: 0;
            z-index: 10; } }
        @media screen and (min-width: 1200px) {
          .uchealth-main.home #content > section.recent-news .section-title {
            left: 60px; } }
        @media screen and (min-width: 768px) {
          .uchealth-main.home #content > section.recent-news .section-title a {
            color: white; } }
      .uchealth-main.home #content > section.recent-news .row {
        margin-left: -15px;
        margin-right: -15px; }
        @media screen and (max-width: 1199px) {
          .uchealth-main.home #content > section.recent-news .row .post:nth-of-type(4) {
            display: block; } }
      @media screen and (min-width: 768px) {
        .uchealth-main.home #content > section.recent-news .post {
          height: 200px; } }
      @media screen and (min-width: 992px) {
        .uchealth-main.home #content > section.recent-news .post {
          height: 230px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-main.home #content > section.recent-news .post {
          height: 280px; } }
      .uchealth-main.home #content > section.recent-news .post.featured {
        height: 200px; }
        @media screen and (min-width: 768px) {
          .uchealth-main.home #content > section.recent-news .post.featured {
            height: 400px; } }
        @media screen and (min-width: 992px) {
          .uchealth-main.home #content > section.recent-news .post.featured {
            height: 460px; } }
        @media screen and (min-width: 1200px) {
          .uchealth-main.home #content > section.recent-news .post.featured {
            height: 560px; } }
        @media screen and (min-width: 768px) {
          .uchealth-main.home #content > section.recent-news .post.featured .text {
            padding: 80px 24px 24px; } }
        @media screen and (min-width: 1200px) {
          .uchealth-main.home #content > section.recent-news .post.featured .text {
            padding: 80px 24px 24px; } }
        @media screen and (min-width: 992px) {
          .uchealth-main.home #content > section.recent-news .post.featured .text h2 {
            font-weight: 900; } }
        .uchealth-main.home #content > section.recent-news .post.featured .text .featured-title {
          font-size: 24px; }
          @media screen and (min-width: 768px) {
            .uchealth-main.home #content > section.recent-news .post.featured .text .featured-title {
              font-size: 28px; } }
          @media screen and (min-width: 992px) {
            .uchealth-main.home #content > section.recent-news .post.featured .text .featured-title {
              font-size: 32px; } }
          @media screen and (min-width: 1200px) {
            .uchealth-main.home #content > section.recent-news .post.featured .text .featured-title {
              font-size: 40px; } }
        .uchealth-main.home #content > section.recent-news .post.featured .text .featured-subtitle {
          margin-bottom: 1em;
          font-size: 21px; }
        .uchealth-main.home #content > section.recent-news .post.featured .text .featured-title,
        .uchealth-main.home #content > section.recent-news .post.featured .text .featured-subtitle {
          display: none; }
          @media screen and (min-width: 768px) {
            .uchealth-main.home #content > section.recent-news .post.featured .text .featured-title,
            .uchealth-main.home #content > section.recent-news .post.featured .text .featured-subtitle {
              display: block; } }
        .uchealth-main.home #content > section.recent-news .post.featured .text .featured-button {
          display: none; }
          @media screen and (min-width: 768px) {
            .uchealth-main.home #content > section.recent-news .post.featured .text .featured-button {
              display: inline-block; } }
        .uchealth-main.home #content > section.recent-news .post.featured .text .title,
        .uchealth-main.home #content > section.recent-news .post.featured .text .date {
          display: block; }
          @media screen and (min-width: 768px) {
            .uchealth-main.home #content > section.recent-news .post.featured .text .title,
            .uchealth-main.home #content > section.recent-news .post.featured .text .date {
              display: none; } }
      .uchealth-main.home #content > section.recent-news .post:nth-of-type(3) {
        display: block; }
        @media screen and (min-width: 992px) {
          .uchealth-main.home #content > section.recent-news .post:nth-of-type(3) {
            display: block; } }
    .uchealth-main.home #content > section.sport-logos {
      padding-top: 25px;
      padding-bottom: 25px;
      background-color: #ebebeb; }
      .uchealth-main.home #content > section.sport-logos .logos-container-right {
        padding-left: 0;
        padding: 0; }
        .uchealth-main.home #content > section.sport-logos .logos-container-right .col-xs-4 {
          padding: 0; }
        @media screen and (max-width: 767px) {
          .uchealth-main.home #content > section.sport-logos .logos-container-right {
            margin-top: 10px; } }
      .uchealth-main.home #content > section.sport-logos .logos-container-left {
        padding-right: 0;
        padding: 0; }
        .uchealth-main.home #content > section.sport-logos .logos-container-left .col-xs-4 {
          padding: 0; }
        @media screen and (max-width: 767px) {
          .uchealth-main.home #content > section.sport-logos .logos-container-left {
            margin-bottom: 10px; } }
      .uchealth-main.home #content > section.sport-logos h2 {
        color: #a6093d;
        font-size: 24px;
        font-weight: 600;
        text-align: left;
        line-height: 1.1;
        margin: 0 0 25px 0;
        padding-left: 15px; }
        @media screen and (min-width: 768px) {
          .uchealth-main.home #content > section.sport-logos h2 {
            margin: 0 0 15px 0;
            font-size: 28px; } }
        @media screen and (min-width: 992px) {
          .uchealth-main.home #content > section.sport-logos h2 {
            margin: 0 0 25px 0;
            font-size: 32px; } }
        @media screen and (min-width: 1200px) {
          .uchealth-main.home #content > section.sport-logos h2 {
            margin: 0 0 25px 0;
            font-size: 36px; } }
      @media screen and (max-width: 767px) {
        .uchealth-main.home #content > section.sport-logos {
          margin-top: 25px; }
          .uchealth-main.home #content > section.sport-logos h2 {
            font-size: 26px; }
          .uchealth-main.home #content > section.sport-logos p {
            font-size: 18px; } }
      .uchealth-main.home #content > section.sport-logos h4 {
        margin-top: 25px; }
        @media screen and (min-width: 768px) {
          .uchealth-main.home #content > section.sport-logos h4 {
            margin-top: 15px; } }
        @media screen and (min-width: 992px) {
          .uchealth-main.home #content > section.sport-logos h4 {
            margin-top: 25px; } }
        .uchealth-main.home #content > section.sport-logos h4 a:after {
          font-family: FontAwesome;
          content: " \f105"; }
    .uchealth-main.home #content > section.moments-to-shine {
      padding-bottom: 80px;
      padding-top: 150px; }
      @media screen and (min-width: 768px) {
        .uchealth-main.home #content > section.moments-to-shine {
          padding-bottom: 80px; } }
      @media screen and (min-width: 992px) {
        .uchealth-main.home #content > section.moments-to-shine {
          padding-bottom: 240px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-main.home #content > section.moments-to-shine {
          padding-bottom: 110px; } }
      @media screen and (min-width: 768px) {
        .uchealth-main.home #content > section.moments-to-shine p {
          font-size: 18px; } }
      @media screen and (min-width: 992px) {
        .uchealth-main.home #content > section.moments-to-shine p {
          font-size: 20px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-main.home #content > section.moments-to-shine p {
          font-size: 21px; } }
      .uchealth-main.home #content > section.moments-to-shine h4 a:after {
        font-family: FontAwesome;
        content: " \f105"; }
      .uchealth-main.home #content > section.moments-to-shine .container {
        max-width: 500px; }
        @media screen and (min-width: 768px) {
          .uchealth-main.home #content > section.moments-to-shine .container {
            max-width: 100%; } }
      @media screen and (min-width: 1200px) {
        .uchealth-main.home #content > section.moments-to-shine .carousel-inner {
          margin-top: -3em; } }
      .uchealth-main.home #content > section.moments-to-shine .carousel-indicators {
        bottom: -70px; }
        @media screen and (min-width: 1200px) {
          .uchealth-main.home #content > section.moments-to-shine .carousel-indicators {
            bottom: -80px; } }
        .uchealth-main.home #content > section.moments-to-shine .carousel-indicators li {
          height: 12px;
          width: 12px;
          margin: 0.1em;
          border: 1px solid #425563; }
          @media screen and (min-width: 992px) {
            .uchealth-main.home #content > section.moments-to-shine .carousel-indicators li {
              height: 15px;
              width: 15px;
              margin: 0.2em;
              border-width: 2px; } }
          .uchealth-main.home #content > section.moments-to-shine .carousel-indicators li.active, .uchealth-main.home #content > section.moments-to-shine .carousel-indicators li:hover {
            margin: 0.1em;
            background: #425563; }
            @media screen and (min-width: 992px) {
              .uchealth-main.home #content > section.moments-to-shine .carousel-indicators li.active, .uchealth-main.home #content > section.moments-to-shine .carousel-indicators li:hover {
                margin: 0.2em; } }
      @media screen and (min-width: 1200px) {
        .uchealth-main.home #content > section.moments-to-shine .text {
          padding-top: 2em; } }
      .uchealth-main.home #content > section.moments-to-shine .item {
        max-width: 500px;
        margin-top: 25px; }
        @media screen and (min-width: 768px) {
          .uchealth-main.home #content > section.moments-to-shine .item {
            margin-top: 35px;
            max-width: 100%; } }
        @media screen and (min-width: 991px) {
          .uchealth-main.home #content > section.moments-to-shine .item {
            margin-top: 25px;
            max-width: 100%; } }
      .uchealth-main.home #content > section.moments-to-shine .image {
        margin-top: 0px;
        margin-left: 0px; }
        @media screen and (min-width: 768px) {
          .uchealth-main.home #content > section.moments-to-shine .image {
            margin-top: 0;
            margin-left: 0; } }
        @media screen and (min-width: 991px) {
          .uchealth-main.home #content > section.moments-to-shine .image {
            margin-left: 0; } }
        @media screen and (min-width: 1200px) {
          .uchealth-main.home #content > section.moments-to-shine .image {
            margin-left: 40px; } }
        .uchealth-main.home #content > section.moments-to-shine .image .inner {
          width: 100%; }
          .uchealth-main.home #content > section.moments-to-shine .image .inner a {
            display: block;
            height: 100%;
            width: 100%; }
      .uchealth-main.home #content > section.moments-to-shine .moments-divider {
        height: 2px;
        background-color: #dedede;
        width: 80%;
        margin: 25px auto 45px auto; }
        @media screen and (min-width: 768px) {
          .uchealth-main.home #content > section.moments-to-shine .moments-divider {
            margin: 30px auto; } }
    .uchealth-main.home #content > section.funnels {
      background: #fff;
      padding-bottom: 0px;
      padding-top: 0px; }
      @media screen and (max-width: 767px) {
        .uchealth-main.home #content > section.funnels {
          text-align: center; } }
      @media screen and (min-width: 768px) {
        .uchealth-main.home #content > section.funnels {
          padding-bottom: 0px; } }
      @media screen and (min-width: 992px) {
        .uchealth-main.home #content > section.funnels {
          padding-bottom: 0px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-main.home #content > section.funnels {
          padding-bottom: 0px; } }
      .uchealth-main.home #content > section.funnels .funnel {
        /*.inner {  }*/ }
        @media screen and (max-width: 767px) {
          .uchealth-main.home #content > section.funnels .funnel {
            margin-bottom: 2em;
            max-width: 500px;
            margin: 0 auto; }
            .uchealth-main.home #content > section.funnels .funnel:last-of-type {
              margin-bottom: 0; } }
        @media screen and (min-width: 992px) {
          .uchealth-main.home #content > section.funnels .funnel {
            padding-left: 15px;
            padding-right: 15px; } }
        .uchealth-main.home #content > section.funnels .funnel h3 {
          font-size: 18px;
          font-weight: 600;
          text-align: center;
          margin-top: 22px;
          margin-bottom: 11px; }
          @media screen and (min-width: 768px) {
            .uchealth-main.home #content > section.funnels .funnel h3 {
              font-size: 16px; } }
          @media screen and (min-width: 992px) {
            .uchealth-main.home #content > section.funnels .funnel h3 {
              margin-bottom: .5em;
              font-size: 21px; } }
          @media screen and (min-width: 1200px) {
            .uchealth-main.home #content > section.funnels .funnel h3 {
              margin-bottom: .5em;
              font-size: 32px; } }
          .uchealth-main.home #content > section.funnels .funnel h3 a {
            color: #a6093d; }
            .uchealth-main.home #content > section.funnels .funnel h3 a:after {
              font-family: FontAwesome;
              content: " \f105"; }
          .uchealth-main.home #content > section.funnels .funnel h3:after {
            color: #ad3700; }
        .uchealth-main.home #content > section.funnels .funnel .inner {
          margin-bottom: 30px; }
        .uchealth-main.home #content > section.funnels .funnel .image {
          width: 100%; }
          .uchealth-main.home #content > section.funnels .funnel .image a {
            position: relative;
            display: block;
            height: 100%;
            width: 100%;
            /*&:before { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; background: url('img/bg-funnel-horizon-top.png') center top no-repeat; background-size: contain; }*/
            /*&:after { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; background: url('img/bg-funnel-horizon-bottom.png') center bottom no-repeat; background-size: contain; }*/ }
        .uchealth-main.home #content > section.funnels .funnel .text {
          text-align: center;
          padding: 0 0px 5px;
          /*> a {  }*/ }
          @media screen and (min-width: 768px) {
            .uchealth-main.home #content > section.funnels .funnel .text {
              display: block; } }
          @media screen and (min-width: 992px) {
            .uchealth-main.home #content > section.funnels .funnel .text {
              padding: 0 0px 5px; } }
          @media screen and (min-width: 1200px) {
            .uchealth-main.home #content > section.funnels .funnel .text {
              padding-left: 0px;
              padding-right: 0px; } }
          @media screen and (min-width: 1200px) {
            .uchealth-main.home #content > section.funnels .funnel .text p {
              font-size: 18px;
              line-height: 1.5;
              text-align: center; } }
          .uchealth-main.home #content > section.funnels .funnel .text p:last-of-type {
            margin-bottom: 2em; }
        .uchealth-main.home #content > section.funnels .funnel:last-of-type .text {
          border: 0; }
    .uchealth-main.home #content > section.heading-container {
      text-align: center;
      padding: 0; }
      .uchealth-main.home #content > section.heading-container h1 {
        color: #a6093d;
        font-size: 32px;
        font-weight: 600;
        text-align: center;
        line-height: 1.1;
        margin: 0; }
      .uchealth-main.home #content > section.heading-container .home-divider {
        background-color: #a6093d;
        height: 2px;
        width: 150px;
        margin: 30px auto; }
      .uchealth-main.home #content > section.heading-container p {
        font-size: 26px; }
      .uchealth-main.home #content > section.heading-container .btn-provider {
        background-color: #425563;
        border-color: #425563;
        padding: 10px 50px;
        margin: 25px 0 50px 0; }
        .uchealth-main.home #content > section.heading-container .btn-provider:hover {
          background-color: #355064;
          border-color: #355064; }
      @media screen and (max-width: 767px) {
        .uchealth-main.home #content > section.heading-container {
          margin-top: 25px; }
          .uchealth-main.home #content > section.heading-container h1 {
            font-size: 26px; }
          .uchealth-main.home #content > section.heading-container p {
            font-size: 18px; } }

.uchealth-main.home #footer {
  display: block;
  position: relative;
  height: auto;
  padding-top: 0; }
  @media screen and (min-width: 768px) {
    .uchealth-main.home #footer .arc {
      padding-top: 20vw;
      background-size: 100% 40%; } }

/* Services and Specialties
-------------------------------------------------- */
.specialties-module-tabs {
  position: relative;
  margin-bottom: 0 !important; }

#specialty-pages-module {
  margin-top: 116px;
  height: 100%;
  width: 100%; }
  @media screen and (max-width: 1199px) {
    #specialty-pages-module {
      margin-top: 0; } }
  #specialty-pages-module .slider-container {
    position: relative;
    height: 400px;
    margin-bottom: 20px; }
    #specialty-pages-module .slider-container .introduction {
      color: #2e3b44;
      text-align: center;
      padding: 0 10px 30px 10px;
      font-weight: 600; }
    #specialty-pages-module .slider-container .keen-slider {
      height: 100%; }
    #specialty-pages-module .slider-container .gt-carousel-slide {
      display: block;
      height: 100%;
      background-position: 50%;
      background-size: cover;
      white-space: normal;
      position: relative;
      text-decoration: none;
      opacity: .8; }
      #specialty-pages-module .slider-container .gt-carousel-slide:hover {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        opacity: 1;
        cursor: pointer; }
      #specialty-pages-module .slider-container .gt-carousel-slide a:hover {
        text-decoration: none; }
      #specialty-pages-module .slider-container .gt-carousel-slide .gt-carousel__content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -webkit-box-pack: end;
        height: 100%;
        -webkit-box-orient: vertical; }
        #specialty-pages-module .slider-container .gt-carousel-slide .gt-carousel__content-wrapper:hover .gt-carousel__title {
          -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
          background-color: #a6093d; }
        #specialty-pages-module .slider-container .gt-carousel-slide .gt-carousel__content-wrapper .gt-carousel__title {
          background-color: #324255;
          height: 25%;
          width: 100%;
          color: #fff;
          font-size: 20px;
          font-weight: 525;
          text-align: center;
          padding: 5px;
          top: 100%;
          position: sticky;
          margin-bottom: -1px;
          line-height: normal; }
    #specialty-pages-module .slider-container .gt-carousel--fixed-height {
      height: 250px;
      width: 85%;
      margin: auto; }
    #specialty-pages-module .slider-container .gt-carousel-buttons .gt-carousel__arrow {
      position: absolute;
      top: 50%;
      color: #a6093d;
      background-color: transparent;
      border: none;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 2;
      opacity: .7;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      #specialty-pages-module .slider-container .gt-carousel-buttons .gt-carousel__arrow:active, #specialty-pages-module .slider-container .gt-carousel-buttons .gt-carousel__arrow:focus {
        outline: none;
        border: none; }
      #specialty-pages-module .slider-container .gt-carousel-buttons .gt-carousel__arrow:hover {
        opacity: 1; }
      #specialty-pages-module .slider-container .gt-carousel-buttons .gt-carousel__arrow svg {
        vertical-align: middle;
        stroke: currentColor;
        width: 2.5em;
        stroke-width: 2px;
        fill: none; }
    #specialty-pages-module .slider-container .gt-carousel-buttons .gt-carousel__arrow--prev {
      left: -3.5em; }
    #specialty-pages-module .slider-container .gt-carousel-buttons .gt-carousel__arrow--next {
      right: -3.5em; }
  #specialty-pages-module .sort-by-letter {
    position: relative;
    margin-top: 10px;
    padding-bottom: 0.25em;
    background: #eaf0f1;
    margin-bottom: 60px; }
    @media screen and (min-width: 992px) {
      #specialty-pages-module .sort-by-letter {
        padding-top: 1em;
        padding-bottom: 1em;
        outline: none; } }
    #specialty-pages-module .sort-by-letter .container-fluid {
      display: table; }
      @media screen and (max-width: 768px) {
        #specialty-pages-module .sort-by-letter .container-fluid {
          width: 100%; } }
    #specialty-pages-module .sort-by-letter .letters {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      cursor: default;
      text-align: center; }
      @media screen and (max-width: 1152px) and (min-width: 993px) {
        #specialty-pages-module .sort-by-letter .letters {
          width: 577px; } }
      @media screen and (max-width: 900px) and (min-width: 769px) {
        #specialty-pages-module .sort-by-letter .letters {
          width: 445px; } }
      @media screen and (max-width: 768px) and (min-width: 532px) {
        #specialty-pages-module .sort-by-letter .letters {
          width: 487px; } }
      @media screen and (max-width: 531px) and (min-width: 357px) {
        #specialty-pages-module .sort-by-letter .letters {
          width: 327px; } }
      @media screen and (max-width: 356px) {
        #specialty-pages-module .sort-by-letter .letters {
          width: 256px; } }
    #specialty-pages-module .sort-by-letter .letter {
      display: inline-block;
      padding: 0.5em;
      font-size: 24px;
      color: #a4bcc2;
      cursor: default; }
      @media screen and (max-width: 992px) {
        #specialty-pages-module .sort-by-letter .letter {
          padding: 0.4em;
          font-size: 21px; } }
      @media screen and (max-width: 768px) {
        #specialty-pages-module .sort-by-letter .letter {
          padding: 0.4em;
          font-size: 23px; } }
      #specialty-pages-module .sort-by-letter .letter.has-pages, #specialty-pages-module .sort-by-letter .letter.all {
        color: #324255;
        font-weight: bold;
        cursor: pointer; }
        #specialty-pages-module .sort-by-letter .letter.has-pages.active, #specialty-pages-module .sort-by-letter .letter.all.active {
          color: #a6093d; }
        #specialty-pages-module .sort-by-letter .letter.has-pages:hover, #specialty-pages-module .sort-by-letter .letter.has-pages:focus, #specialty-pages-module .sort-by-letter .letter.all:hover, #specialty-pages-module .sort-by-letter .letter.all:focus {
          text-decoration: none;
          color: #a6093d; }
      #specialty-pages-module .sort-by-letter .letter.no-pages:hover, #specialty-pages-module .sort-by-letter .letter.no-pages:focus {
        cursor: not-allowed;
        text-decoration: none; }
  @media screen and (max-width: 992px) {
    #specialty-pages-module .specialty-pages-container {
      margin-top: 35px; } }
  #specialty-pages-module .specialty-pages-container .title {
    color: #2e3b44;
    text-align: center;
    margin: 20px 0 40px;
    font-weight: 600; }
    #specialty-pages-module .specialty-pages-container .title:focus {
      outline: none; }
  #specialty-pages-module .specialty-pages-container .specialty-page-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    margin-bottom: 100px; }
    #specialty-pages-module .specialty-pages-container .specialty-page-list .anchor-container {
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid;
      padding-bottom: 30px; }
      @media screen and (max-width: 820px) {
        #specialty-pages-module .specialty-pages-container .specialty-page-list .anchor-container {
          padding: 0 40px; } }
    #specialty-pages-module .specialty-pages-container .specialty-page-list .specialty-page-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 20px;
      width: 100%;
      border-top: solid 1px #eaf0f1;
      padding-top: 8px; }
      #specialty-pages-module .specialty-pages-container .specialty-page-list .specialty-page-info .term {
        font-size: 20px;
        font-weight: 500;
        padding-top: 10px; }
        #specialty-pages-module .specialty-pages-container .specialty-page-list .specialty-page-info .term:first-of-type {
          padding: 20px 0 0; }
    @media screen and (min-width: 1200px) {
      #specialty-pages-module .specialty-pages-container .specialty-page-list {
        padding-left: 43px; } }
    @media screen and (min-width: 992px) {
      #specialty-pages-module .specialty-pages-container .specialty-page-list {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px; } }
  #specialty-pages-module .specialty-pages-container .one-column {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    margin-bottom: 0; }

/* Service Lines
-------------------------------------------------- */
.page-template-page-service-line,
.page-template-page-service-line-subpage {
  /*Make an appointment*/
  /*Schedule Online*/
  /*Conditions and Treatments, Additional Services*/
  /*Locations*/
  /*Events*/
  /*Additional Resources*/
  /*Recent News*/
  /*Clinical Trials*/ }
  .page-template-page-service-line #make-an-appointment .entry-content,
  .page-template-page-service-line-subpage #make-an-appointment .entry-content {
    margin: 0; }
  .page-template-page-service-line #make-an-appointment .inner,
  .page-template-page-service-line-subpage #make-an-appointment .inner {
    display: none;
    margin-bottom: 1em;
    padding: 1em;
    background: #eaf0f1;
    border-radius: 3px;
    border: 1px solid #a4bcc2; }
    @media screen and (min-width: 768px) {
      .page-template-page-service-line #make-an-appointment .inner,
      .page-template-page-service-line-subpage #make-an-appointment .inner {
        margin-bottom: 2em;
        padding: 1.5em; } }
    @media screen and (min-width: 992px) {
      .page-template-page-service-line #make-an-appointment .inner,
      .page-template-page-service-line-subpage #make-an-appointment .inner {
        margin-bottom: 3em;
        padding: 2em; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-service-line #make-an-appointment .inner,
      .page-template-page-service-line-subpage #make-an-appointment .inner {
        margin-bottom: 4em; } }
  .page-template-page-service-line .schedule-online,
  .page-template-page-service-line-subpage .schedule-online {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #768692; }
    @media screen and (min-width: 768px) {
      .page-template-page-service-line .schedule-online,
      .page-template-page-service-line-subpage .schedule-online {
        float: right;
        width: 50%;
        margin: 0 0 1.5em 1.5em;
        padding-bottom: 0;
        border: 1px solid #a4bcc2; } }
    @media screen and (min-width: 992px) {
      .page-template-page-service-line .schedule-online,
      .page-template-page-service-line-subpage .schedule-online {
        width: 38%;
        margin: 0 0 2em 3em; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-service-line .schedule-online,
      .page-template-page-service-line-subpage .schedule-online {
        width: 34%;
        margin: 0 0 3em 4em; } }
    @media screen and (min-width: 768px) {
      .page-template-page-service-line .schedule-online .top,
      .page-template-page-service-line-subpage .schedule-online .top {
        padding: 1em;
        border-bottom: 1px solid #a4bcc2; } }
    @media screen and (min-width: 992px) {
      .page-template-page-service-line .schedule-online .top,
      .page-template-page-service-line-subpage .schedule-online .top {
        padding: 1.5em; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-service-line .schedule-online .top,
      .page-template-page-service-line-subpage .schedule-online .top {
        padding: 1.5em 2em; } }
    .page-template-page-service-line .schedule-online .top h2,
    .page-template-page-service-line-subpage .schedule-online .top h2 {
      margin: 0 0 0.5em; }
      @media screen and (min-width: 1200px) {
        .page-template-page-service-line .schedule-online .top h2,
        .page-template-page-service-line-subpage .schedule-online .top h2 {
          margin-bottom: 0.25em; } }
    .page-template-page-service-line .schedule-online .top .breadcrumb,
    .page-template-page-service-line-subpage .schedule-online .top .breadcrumb {
      margin: 0 0 2em;
      font-size: 0.9em;
      background: 0;
      border-radius: 0; }
      @media screen and (min-width: 768px) {
        .page-template-page-service-line .schedule-online .top .breadcrumb,
        .page-template-page-service-line-subpage .schedule-online .top .breadcrumb {
          margin-bottom: 0; } }
      .page-template-page-service-line .schedule-online .top .breadcrumb li,
      .page-template-page-service-line-subpage .schedule-online .top .breadcrumb li {
        margin-bottom: 0;
        color: #425563; }
        .page-template-page-service-line .schedule-online .top .breadcrumb li.active,
        .page-template-page-service-line-subpage .schedule-online .top .breadcrumb li.active {
          font-weight: bold;
          color: #425563; }
        .page-template-page-service-line .schedule-online .top .breadcrumb li + li:before,
        .page-template-page-service-line-subpage .schedule-online .top .breadcrumb li + li:before {
          content: ' ';
          font-family: Fontawesome; }
          @media screen and (min-width: 992px) and (max-width: 1199px) {
            .page-template-page-service-line .schedule-online .top .breadcrumb li + li:before,
            .page-template-page-service-line-subpage .schedule-online .top .breadcrumb li + li:before {
              padding: 0 2px; } }
    @media screen and (min-width: 768px) {
      .page-template-page-service-line .schedule-online .content,
      .page-template-page-service-line-subpage .schedule-online .content {
        padding: 1em; } }
    @media screen and (min-width: 992px) {
      .page-template-page-service-line .schedule-online .content,
      .page-template-page-service-line-subpage .schedule-online .content {
        padding: 1.5em 1.5em 2em; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-service-line .schedule-online .content,
      .page-template-page-service-line-subpage .schedule-online .content {
        padding: 2em 2em 2.5em; } }
    .page-template-page-service-line .schedule-online .content .location,
    .page-template-page-service-line-subpage .schedule-online .content .location {
      position: relative;
      margin-bottom: 2em;
      padding-left: 1.2em; }
      @media screen and (min-width: 1200px) {
        .page-template-page-service-line .schedule-online .content .location,
        .page-template-page-service-line-subpage .schedule-online .content .location {
          margin-bottom: 2.5em;
          padding-left: 1.5em; } }
      .page-template-page-service-line .schedule-online .content .location:before,
      .page-template-page-service-line-subpage .schedule-online .content .location:before {
        position: absolute;
        top: -0.2em;
        left: 0;
        content: '';
        font-family: Fontawesome;
        color: #a6093d; }
      @media screen and (min-width: 768px) {
        .page-template-page-service-line .schedule-online .content .location:last-of-type,
        .page-template-page-service-line-subpage .schedule-online .content .location:last-of-type {
          margin-bottom: 0; } }
    .page-template-page-service-line .schedule-online .content h4,
    .page-template-page-service-line-subpage .schedule-online .content h4 {
      margin-bottom: 0.25em;
      font-size: 16px;
      font-weight: bold; }
    .page-template-page-service-line .schedule-online .content .distance,
    .page-template-page-service-line-subpage .schedule-online .content .distance {
      margin-bottom: 0.4em;
      font-size: 0.9em;
      font-style: italic; }
    @media screen and (min-width: 768px) {
      .page-template-page-service-line .schedule-online .bottom,
      .page-template-page-service-line-subpage .schedule-online .bottom {
        padding: 1em;
        border-top: 1px solid #a4bcc2; } }
    @media screen and (min-width: 992px) {
      .page-template-page-service-line .schedule-online .bottom,
      .page-template-page-service-line-subpage .schedule-online .bottom {
        padding: 1em 1.5em; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-service-line .schedule-online .bottom,
      .page-template-page-service-line-subpage .schedule-online .bottom {
        padding: 1.2em 2em; } }
    .page-template-page-service-line .schedule-online .bottom h3,
    .page-template-page-service-line-subpage .schedule-online .bottom h3 {
      margin: 0;
      font-size: 16px;
      color: #425563; }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        .page-template-page-service-line .schedule-online .bottom h3,
        .page-template-page-service-line-subpage .schedule-online .bottom h3 {
          font-size: 15px; } }
      .page-template-page-service-line .schedule-online .bottom h3 .use-precise-location,
      .page-template-page-service-line-subpage .schedule-online .bottom h3 .use-precise-location {
        display: inline-block;
        margin-left: 1em;
        font-size: 0.9em;
        color: #425563;
        text-decoration: underline; }
        @media screen and (min-width: 992px) and (max-width: 1199px) {
          .page-template-page-service-line .schedule-online .bottom h3 .use-precise-location,
          .page-template-page-service-line-subpage .schedule-online .bottom h3 .use-precise-location {
            margin-left: 0.2em; } }
  .page-template-page-service-line .conditions-and-treatments-detail a.subpage,
  .page-template-page-service-line .additional-services-detail a.subpage,
  .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage,
  .page-template-page-service-line-subpage .additional-services-detail a.subpage {
    display: block;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .page-template-page-service-line .conditions-and-treatments-detail a.subpage,
      .page-template-page-service-line .additional-services-detail a.subpage,
      .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage,
      .page-template-page-service-line-subpage .additional-services-detail a.subpage {
        margin-bottom: 30px; } }
    .page-template-page-service-line .conditions-and-treatments-detail a.subpage:hover,
    .page-template-page-service-line .additional-services-detail a.subpage:hover,
    .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage:hover,
    .page-template-page-service-line-subpage .additional-services-detail a.subpage:hover {
      text-decoration: none; }
    .page-template-page-service-line .conditions-and-treatments-detail a.subpage > .inner,
    .page-template-page-service-line .additional-services-detail a.subpage > .inner,
    .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage > .inner,
    .page-template-page-service-line-subpage .additional-services-detail a.subpage > .inner {
      display: table;
      padding: 15px;
      background: #5ece3b;
      border-radius: 3px;
      -webkit-transition: background 0.2s;
      transition: background 0.2s; }
      @media screen and (min-width: 768px) {
        .page-template-page-service-line .conditions-and-treatments-detail a.subpage > .inner,
        .page-template-page-service-line .additional-services-detail a.subpage > .inner,
        .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage > .inner,
        .page-template-page-service-line-subpage .additional-services-detail a.subpage > .inner {
          padding: 24px; } }
      @media screen and (min-width: 992px) {
        .page-template-page-service-line .conditions-and-treatments-detail a.subpage > .inner,
        .page-template-page-service-line .additional-services-detail a.subpage > .inner,
        .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage > .inner,
        .page-template-page-service-line-subpage .additional-services-detail a.subpage > .inner {
          min-height: 220px; } }
      @media screen and (min-width: 1200px) {
        .page-template-page-service-line .conditions-and-treatments-detail a.subpage > .inner,
        .page-template-page-service-line .additional-services-detail a.subpage > .inner,
        .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage > .inner,
        .page-template-page-service-line-subpage .additional-services-detail a.subpage > .inner {
          min-height: 176px; } }
      .page-template-page-service-line .conditions-and-treatments-detail a.subpage > .inner:hover,
      .page-template-page-service-line .additional-services-detail a.subpage > .inner:hover,
      .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage > .inner:hover,
      .page-template-page-service-line-subpage .additional-services-detail a.subpage > .inner:hover {
        background: #49ab2b; }
    .page-template-page-service-line .conditions-and-treatments-detail a.subpage .image,
    .page-template-page-service-line .additional-services-detail a.subpage .image,
    .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage .image,
    .page-template-page-service-line-subpage .additional-services-detail a.subpage .image {
      vertical-align: top;
      padding-right: 15px; }
      @media screen and (max-width: 767px) {
        .page-template-page-service-line .conditions-and-treatments-detail a.subpage .image,
        .page-template-page-service-line .additional-services-detail a.subpage .image,
        .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage .image,
        .page-template-page-service-line-subpage .additional-services-detail a.subpage .image {
          float: left; } }
      @media screen and (min-width: 768px) {
        .page-template-page-service-line .conditions-and-treatments-detail a.subpage .image,
        .page-template-page-service-line .additional-services-detail a.subpage .image,
        .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage .image,
        .page-template-page-service-line-subpage .additional-services-detail a.subpage .image {
          display: table-cell;
          padding-right: 24px; } }
      .page-template-page-service-line .conditions-and-treatments-detail a.subpage .image .inner,
      .page-template-page-service-line .additional-services-detail a.subpage .image .inner,
      .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage .image .inner,
      .page-template-page-service-line-subpage .additional-services-detail a.subpage .image .inner {
        height: 40px;
        width: 40px;
        background-position: center center;
        background-size: cover;
        border: 2px solid white; }
        @media screen and (min-width: 768px) {
          .page-template-page-service-line .conditions-and-treatments-detail a.subpage .image .inner,
          .page-template-page-service-line .additional-services-detail a.subpage .image .inner,
          .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage .image .inner,
          .page-template-page-service-line-subpage .additional-services-detail a.subpage .image .inner {
            height: 80px;
            width: 80px; } }
    @media screen and (min-width: 768px) {
      .page-template-page-service-line .conditions-and-treatments-detail a.subpage .info,
      .page-template-page-service-line .additional-services-detail a.subpage .info,
      .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage .info,
      .page-template-page-service-line-subpage .additional-services-detail a.subpage .info {
        display: table-cell;
        vertical-align: top; } }
    .page-template-page-service-line .conditions-and-treatments-detail a.subpage .info h3,
    .page-template-page-service-line .additional-services-detail a.subpage .info h3,
    .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage .info h3,
    .page-template-page-service-line-subpage .additional-services-detail a.subpage .info h3 {
      margin: 0.2em 0 0.3em;
      font-size: 18px;
      color: white; }
      @media screen and (max-width: 767px) {
        .page-template-page-service-line .conditions-and-treatments-detail a.subpage .info h3,
        .page-template-page-service-line .additional-services-detail a.subpage .info h3,
        .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage .info h3,
        .page-template-page-service-line-subpage .additional-services-detail a.subpage .info h3 {
          min-height: 2em; } }
      @media screen and (min-width: 768px) {
        .page-template-page-service-line .conditions-and-treatments-detail a.subpage .info h3,
        .page-template-page-service-line .additional-services-detail a.subpage .info h3,
        .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage .info h3,
        .page-template-page-service-line-subpage .additional-services-detail a.subpage .info h3 {
          margin-bottom: 0.6em;
          padding-bottom: 0.6em;
          border-bottom: 1px solid white; } }
      @media screen and (min-width: 992px) {
        .page-template-page-service-line .conditions-and-treatments-detail a.subpage .info h3,
        .page-template-page-service-line .additional-services-detail a.subpage .info h3,
        .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage .info h3,
        .page-template-page-service-line-subpage .additional-services-detail a.subpage .info h3 {
          font-size: 21px; } }
    .page-template-page-service-line .conditions-and-treatments-detail a.subpage .info .excerpt,
    .page-template-page-service-line .additional-services-detail a.subpage .info .excerpt,
    .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage .info .excerpt,
    .page-template-page-service-line-subpage .additional-services-detail a.subpage .info .excerpt {
      clear: both;
      color: white; }
      @media screen and (max-width: 767px) {
        .page-template-page-service-line .conditions-and-treatments-detail a.subpage .info .excerpt,
        .page-template-page-service-line .additional-services-detail a.subpage .info .excerpt,
        .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage .info .excerpt,
        .page-template-page-service-line-subpage .additional-services-detail a.subpage .info .excerpt {
          margin-top: 1em;
          padding-top: 1em;
          border-top: 1px solid white; } }
      .page-template-page-service-line .conditions-and-treatments-detail a.subpage .info .excerpt p,
      .page-template-page-service-line .additional-services-detail a.subpage .info .excerpt p,
      .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage .info .excerpt p,
      .page-template-page-service-line-subpage .additional-services-detail a.subpage .info .excerpt p {
        font-size: 15px; }
        @media screen and (min-width: 992px) {
          .page-template-page-service-line .conditions-and-treatments-detail a.subpage .info .excerpt p,
          .page-template-page-service-line .additional-services-detail a.subpage .info .excerpt p,
          .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage .info .excerpt p,
          .page-template-page-service-line-subpage .additional-services-detail a.subpage .info .excerpt p {
            font-size: 16px; } }
        .page-template-page-service-line .conditions-and-treatments-detail a.subpage .info .excerpt p:last-of-type,
        .page-template-page-service-line .additional-services-detail a.subpage .info .excerpt p:last-of-type,
        .page-template-page-service-line-subpage .conditions-and-treatments-detail a.subpage .info .excerpt p:last-of-type,
        .page-template-page-service-line-subpage .additional-services-detail a.subpage .info .excerpt p:last-of-type {
          margin-bottom: 0; }
  .page-template-page-service-line .conditions-and-treatments-categories .category,
  .page-template-page-service-line .additional-services-categories .category,
  .page-template-page-service-line-subpage .conditions-and-treatments-categories .category,
  .page-template-page-service-line-subpage .additional-services-categories .category {
    margin-bottom: 1em; }
    .page-template-page-service-line .conditions-and-treatments-categories .category .inner,
    .page-template-page-service-line .additional-services-categories .category .inner,
    .page-template-page-service-line-subpage .conditions-and-treatments-categories .category .inner,
    .page-template-page-service-line-subpage .additional-services-categories .category .inner {
      position: relative; }
    .page-template-page-service-line .conditions-and-treatments-categories .category h3,
    .page-template-page-service-line .additional-services-categories .category h3,
    .page-template-page-service-line-subpage .conditions-and-treatments-categories .category h3,
    .page-template-page-service-line-subpage .additional-services-categories .category h3 {
      position: relative;
      margin: 0;
      padding: 0.5em 1em 0.5em 55px;
      color: white;
      background: #5ece3b;
      border-radius: 3px;
      cursor: pointer; }
      @media screen and (min-width: 992px) {
        .page-template-page-service-line .conditions-and-treatments-categories .category h3,
        .page-template-page-service-line .additional-services-categories .category h3,
        .page-template-page-service-line-subpage .conditions-and-treatments-categories .category h3,
        .page-template-page-service-line-subpage .additional-services-categories .category h3 {
          font-size: 18px; } }
      @media screen and (min-width: 1200px) {
        .page-template-page-service-line .conditions-and-treatments-categories .category h3,
        .page-template-page-service-line .additional-services-categories .category h3,
        .page-template-page-service-line-subpage .conditions-and-treatments-categories .category h3,
        .page-template-page-service-line-subpage .additional-services-categories .category h3 {
          font-size: 21px;
          padding-left: 68px; } }
      .page-template-page-service-line .conditions-and-treatments-categories .category h3:before,
      .page-template-page-service-line .additional-services-categories .category h3:before,
      .page-template-page-service-line-subpage .conditions-and-treatments-categories .category h3:before,
      .page-template-page-service-line-subpage .additional-services-categories .category h3:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 40px;
        border-right: 1px solid white;
        content: ''; }
        @media screen and (min-width: 1200px) {
          .page-template-page-service-line .conditions-and-treatments-categories .category h3:before,
          .page-template-page-service-line .additional-services-categories .category h3:before,
          .page-template-page-service-line-subpage .conditions-and-treatments-categories .category h3:before,
          .page-template-page-service-line-subpage .additional-services-categories .category h3:before {
            width: 50px;
            border-width: 2px; } }
      .page-template-page-service-line .conditions-and-treatments-categories .category h3:after,
      .page-template-page-service-line .additional-services-categories .category h3:after,
      .page-template-page-service-line-subpage .conditions-and-treatments-categories .category h3:after,
      .page-template-page-service-line-subpage .additional-services-categories .category h3:after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 40px;
        content: '';
        font-family: Fontawesome;
        text-align: center;
        line-height: 2;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; }
        @media screen and (min-width: 1200px) {
          .page-template-page-service-line .conditions-and-treatments-categories .category h3:after,
          .page-template-page-service-line .additional-services-categories .category h3:after,
          .page-template-page-service-line-subpage .conditions-and-treatments-categories .category h3:after,
          .page-template-page-service-line-subpage .additional-services-categories .category h3:after {
            width: 50px;
            font-size: 24px;
            line-height: 1.8; } }
    .page-template-page-service-line .conditions-and-treatments-categories .category ul,
    .page-template-page-service-line .additional-services-categories .category ul,
    .page-template-page-service-line-subpage .conditions-and-treatments-categories .category ul,
    .page-template-page-service-line-subpage .additional-services-categories .category ul {
      display: none;
      margin: 0;
      padding: 1em;
      background: white;
      border: 1px solid #5ece3b;
      border-top: 0;
      border-radius: 0 0 3px 3px; }
      @media screen and (min-width: 768px) {
        .page-template-page-service-line .conditions-and-treatments-categories .category ul,
        .page-template-page-service-line .additional-services-categories .category ul,
        .page-template-page-service-line-subpage .conditions-and-treatments-categories .category ul,
        .page-template-page-service-line-subpage .additional-services-categories .category ul {
          position: absolute;
          top: 100%;
          right: 0;
          left: 0;
          z-index: 10; } }
      @media screen and (min-width: 1200px) {
        .page-template-page-service-line .conditions-and-treatments-categories .category ul,
        .page-template-page-service-line .additional-services-categories .category ul,
        .page-template-page-service-line-subpage .conditions-and-treatments-categories .category ul,
        .page-template-page-service-line-subpage .additional-services-categories .category ul {
          padding: 1.5em 1.5em 1.5em 48px;
          border-width: 2px; } }
      .page-template-page-service-line .conditions-and-treatments-categories .category ul li:last-of-type,
      .page-template-page-service-line .additional-services-categories .category ul li:last-of-type,
      .page-template-page-service-line-subpage .conditions-and-treatments-categories .category ul li:last-of-type,
      .page-template-page-service-line-subpage .additional-services-categories .category ul li:last-of-type {
        margin-bottom: 0; }
      .page-template-page-service-line .conditions-and-treatments-categories .category ul li a,
      .page-template-page-service-line .additional-services-categories .category ul li a,
      .page-template-page-service-line-subpage .conditions-and-treatments-categories .category ul li a,
      .page-template-page-service-line-subpage .additional-services-categories .category ul li a {
        color: #2e3b44; }
    .page-template-page-service-line .conditions-and-treatments-categories .category.open h3,
    .page-template-page-service-line .additional-services-categories .category.open h3,
    .page-template-page-service-line-subpage .conditions-and-treatments-categories .category.open h3,
    .page-template-page-service-line-subpage .additional-services-categories .category.open h3 {
      border-radius: 3px 3px 0 0; }
      .page-template-page-service-line .conditions-and-treatments-categories .category.open h3:after,
      .page-template-page-service-line .additional-services-categories .category.open h3:after,
      .page-template-page-service-line-subpage .conditions-and-treatments-categories .category.open h3:after,
      .page-template-page-service-line-subpage .additional-services-categories .category.open h3:after {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
  @media screen and (min-width: 768px) {
    .page-template-page-service-line #locations h2,
    .page-template-page-service-line-subpage #locations h2 {
      float: left;
      width: 70%; } }
  @media screen and (min-width: 992px) {
    .page-template-page-service-line #locations h2,
    .page-template-page-service-line-subpage #locations h2 {
      width: 75%; } }
  @media screen and (min-width: 1200px) {
    .page-template-page-service-line #locations h2,
    .page-template-page-service-line-subpage #locations h2 {
      width: 80%; } }
  .page-template-page-service-line #locations .select-view,
  .page-template-page-service-line-subpage #locations .select-view {
    margin: 0 0 30px; }
    @media screen and (min-width: 768px) {
      .page-template-page-service-line #locations .select-view,
      .page-template-page-service-line-subpage #locations .select-view {
        float: right;
        width: 30%;
        margin-top: 48px;
        text-align: right; } }
    @media screen and (min-width: 992px) {
      .page-template-page-service-line #locations .select-view,
      .page-template-page-service-line-subpage #locations .select-view {
        width: 25%;
        margin-top: 60px; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-service-line #locations .select-view,
      .page-template-page-service-line-subpage #locations .select-view {
        width: 20%;
        margin-top: 75px; } }
  .page-template-page-service-line #locations .locations-list-view,
  .page-template-page-service-line-subpage #locations .locations-list-view {
    display: none;
    margin-bottom: 60px; }
    .page-template-page-service-line #locations .locations-list-view ul,
    .page-template-page-service-line-subpage #locations .locations-list-view ul {
      padding: 0; }
  .page-template-page-service-line #locations #map_wrapper,
  .page-template-page-service-line-subpage #locations #map_wrapper {
    display: none;
    height: 50vw;
    min-height: 300px;
    max-height: 700px;
    margin-bottom: 60px; }
  .page-template-page-service-line #locations #map_canvas,
  .page-template-page-service-line-subpage #locations #map_canvas {
    width: 100%;
    height: 100%; }
  .page-template-page-service-line #locations.list-visible .locations-list-view,
  .page-template-page-service-line-subpage #locations.list-visible .locations-list-view {
    display: block; }
    @media screen and (min-width: 1200px) {
      .page-template-page-service-line #locations.list-visible .locations-list-view,
      .page-template-page-service-line-subpage #locations.list-visible .locations-list-view {
        width: 40%;
        float: left;
        padding-right: 15px; } }
  .page-template-page-service-line #locations.map-visible #map_wrapper,
  .page-template-page-service-line-subpage #locations.map-visible #map_wrapper {
    display: block; }
  @media screen and (min-width: 1200px) {
    .page-template-page-service-line #locations.map-visible.list-visible #map_wrapper,
    .page-template-page-service-line-subpage #locations.map-visible.list-visible #map_wrapper {
      width: 60%;
      float: right;
      padding-left: 15px; } }
  @media screen and (min-width: 768px) {
    .page-template-page-service-line .events,
    .page-template-page-service-line-subpage .events {
      border-top: 1px solid #768692; } }
  .page-template-page-service-line .events .event,
  .page-template-page-service-line-subpage .events .event {
    position: relative;
    padding: 1em 0;
    border-bottom: 1px solid #768692; }
    @media screen and (min-width: 768px) {
      .page-template-page-service-line .events .event,
      .page-template-page-service-line-subpage .events .event {
        display: table;
        width: 100%; } }
    .page-template-page-service-line .events .event .icon,
    .page-template-page-service-line-subpage .events .event .icon {
      position: absolute;
      top: 1em;
      left: 0;
      width: 2em;
      height: 1em;
      color: #a6093d;
      background: url("img/icon-event-50w.png") center center no-repeat;
      background-size: contain; }
      @media screen and (min-width: 768px) {
        .page-template-page-service-line .events .event .icon,
        .page-template-page-service-line-subpage .events .event .icon {
          display: table-cell;
          vertical-align: middle;
          position: relative;
          top: -1px;
          left: auto;
          width: 2.5em; } }
      @media screen and (min-width: 992px) {
        .page-template-page-service-line .events .event .icon,
        .page-template-page-service-line-subpage .events .event .icon {
          top: -2px;
          width: 2.5em; } }
    .page-template-page-service-line .events .event .date,
    .page-template-page-service-line-subpage .events .event .date {
      position: absolute;
      top: 0.9em;
      left: 2.5em;
      font-style: italic; }
      @media screen and (min-width: 768px) {
        .page-template-page-service-line .events .event .date,
        .page-template-page-service-line-subpage .events .event .date {
          display: table-cell;
          vertical-align: middle;
          position: relative;
          top: auto;
          left: auto;
          width: 3.8em;
          padding-left: 0.8em; } }
      @media screen and (min-width: 992px) {
        .page-template-page-service-line .events .event .date,
        .page-template-page-service-line-subpage .events .event .date {
          width: 3.7em;
          font-size: 16px; } }
      @media screen and (min-width: 1200px) {
        .page-template-page-service-line .events .event .date,
        .page-template-page-service-line-subpage .events .event .date {
          font-weight: bold; } }
    .page-template-page-service-line .events .event .title,
    .page-template-page-service-line-subpage .events .event .title {
      padding: 0 0 0 5.2em; }
      @media screen and (min-width: 768px) {
        .page-template-page-service-line .events .event .title,
        .page-template-page-service-line-subpage .events .event .title {
          display: table-cell;
          vertical-align: middle;
          padding: 0; } }
      .page-template-page-service-line .events .event .title h4,
      .page-template-page-service-line-subpage .events .event .title h4 {
        margin: 0;
        font-size: 18px; }
        .page-template-page-service-line .events .event .title h4 a,
        .page-template-page-service-line-subpage .events .event .title h4 a {
          color: #425563; }
    .page-template-page-service-line .events .event .actions,
    .page-template-page-service-line-subpage .events .event .actions {
      display: none; }
      @media screen and (min-width: 768px) {
        .page-template-page-service-line .events .event .actions,
        .page-template-page-service-line-subpage .events .event .actions {
          display: table-cell;
          vertical-align: middle;
          text-align: right; } }
    .page-template-page-service-line .events .event:hover,
    .page-template-page-service-line-subpage .events .event:hover {
      background: #eaf0f1; }
  .page-template-page-service-line #additional_resources .btn,
  .page-template-page-service-line-subpage #additional_resources .btn {
    display: inline-block;
    margin: 0 0.5em 0.5em 0;
    white-space: normal;
    text-align: left; }
  .page-template-page-service-line .recent-news,
  .page-template-page-service-line-subpage .recent-news {
    padding-top: 0;
    padding-bottom: 0; }
  .page-template-page-service-line .clinical-trials,
  .page-template-page-service-line-subpage .clinical-trials {
    padding-top: 0;
    padding-bottom: 0; }

.page-template-page-new-serviceline #servicelines {
  max-width: 100%;
  overflow-x: hidden; }

/* Locations main page
-------------------------------------------------- */
.location-module-tabs {
  margin-bottom: 0 !important; }

.page-template-page-locations, .page-template-page-front-door {
  /*#results-and-filter { display: none; }*/ }
  .page-template-page-locations #primary, .page-template-page-front-door #primary {
    margin-top: 30px; }
  .page-template-page-locations .find-a-location.simple, .page-template-page-front-door .find-a-location.simple {
    margin-bottom: 2.5em; }
    @media screen and (min-width: 768px) {
      .page-template-page-locations .find-a-location.simple, .page-template-page-front-door .find-a-location.simple {
        margin-bottom: 3.5em; } }
    @media screen and (min-width: 992px) {
      .page-template-page-locations .find-a-location.simple, .page-template-page-front-door .find-a-location.simple {
        margin-bottom: 4em; } }
    .page-template-page-locations .find-a-location.simple .actions, .page-template-page-front-door .find-a-location.simple .actions {
      margin-top: 0.5em; }
      @media screen and (min-width: 768px) {
        .page-template-page-locations .find-a-location.simple .actions, .page-template-page-front-door .find-a-location.simple .actions {
          margin-top: 1em;
          text-align: center; } }
  .page-template-page-locations .pagination-and-toggle, .page-template-page-front-door .pagination-and-toggle {
    margin-bottom: 40px;
    padding: 15px;
    background: #eaf0f1; }
    @media screen and (min-width: 768px) {
      .page-template-page-locations .pagination-and-toggle, .page-template-page-front-door .pagination-and-toggle {
        padding: 20px; } }
    @media screen and (min-width: 992px) {
      .page-template-page-locations .pagination-and-toggle, .page-template-page-front-door .pagination-and-toggle {
        margin-bottom: 60px; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-locations .pagination-and-toggle, .page-template-page-front-door .pagination-and-toggle {
        margin-bottom: 50px;
        padding: 0;
        background: 0; } }
    .page-template-page-locations .pagination-and-toggle .top-row > div, .page-template-page-front-door .pagination-and-toggle .top-row > div {
      line-height: 22px;
      margin-bottom: 1em; }
    @media screen and (min-width: 1200px) {
      .page-template-page-locations .pagination-and-toggle .top-row, .page-template-page-front-door .pagination-and-toggle .top-row {
        display: table;
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
    .page-template-page-locations .pagination-and-toggle .total-results, .page-template-page-front-door .pagination-and-toggle .total-results {
      text-align: center; }
      @media screen and (min-width: 768px) {
        .page-template-page-locations .pagination-and-toggle .total-results, .page-template-page-front-door .pagination-and-toggle .total-results {
          text-align: left; } }
      @media screen and (min-width: 992px) {
        .page-template-page-locations .pagination-and-toggle .total-results, .page-template-page-front-door .pagination-and-toggle .total-results {
          margin-bottom: 0; } }
      @media screen and (min-width: 1200px) {
        .page-template-page-locations .pagination-and-toggle .total-results, .page-template-page-front-door .pagination-and-toggle .total-results {
          display: table-cell;
          vertical-align: top;
          float: none;
          width: auto;
          margin: 0;
          padding: 0;
          white-space: nowrap; } }
      .page-template-page-locations .pagination-and-toggle .total-results span, .page-template-page-front-door .pagination-and-toggle .total-results span {
        font-weight: bold; }
    .page-template-page-locations .pagination-and-toggle .results-per-page, .page-template-page-front-door .pagination-and-toggle .results-per-page {
      text-align: center; }
      @media screen and (min-width: 992px) {
        .page-template-page-locations .pagination-and-toggle .results-per-page, .page-template-page-front-door .pagination-and-toggle .results-per-page {
          margin-bottom: 0;
          text-align: center; } }
      @media screen and (min-width: 1200px) {
        .page-template-page-locations .pagination-and-toggle .results-per-page, .page-template-page-front-door .pagination-and-toggle .results-per-page {
          display: table-cell;
          vertical-align: top;
          float: none;
          width: auto;
          margin: 0;
          padding: 0;
          white-space: nowrap; } }
      .page-template-page-locations .pagination-and-toggle .results-per-page select, .page-template-page-front-door .pagination-and-toggle .results-per-page select {
        display: inline;
        width: auto;
        min-width: 50px;
        margin: -1em 6px 0;
        padding-left: 5px; }
    .page-template-page-locations .pagination-and-toggle .find-a-doctor.pages a, .page-template-page-front-door .pagination-and-toggle .find-a-doctor.pages a {
      float: none; }
    @media screen and (min-width: 1200px) {
      .page-template-page-locations .pagination-and-toggle .find-a-doctor.pages, .page-template-page-front-door .pagination-and-toggle .find-a-doctor.pages {
        display: table-cell;
        vertical-align: top;
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        white-space: nowrap; } }
    .page-template-page-locations .pagination-and-toggle .pagination, .page-template-page-front-door .pagination-and-toggle .pagination {
      margin: 0;
      text-align: center;
      /*li {  }*/ }
      .page-template-page-locations .pagination-and-toggle .pagination li, .page-template-page-front-door .pagination-and-toggle .pagination li {
        line-height: 22px; }
        .page-template-page-locations .pagination-and-toggle .pagination li:hover, .page-template-page-front-door .pagination-and-toggle .pagination li:hover {
          cursor: pointer; }
        .page-template-page-locations .pagination-and-toggle .pagination li a, .page-template-page-front-door .pagination-and-toggle .pagination li a {
          z-index: 0; }
        .page-template-page-locations .pagination-and-toggle .pagination li > span, .page-template-page-front-door .pagination-and-toggle .pagination li > span {
          float: none;
          padding-left: 5px;
          padding-right: 5px; }
      @media screen and (min-width: 992px) {
        .page-template-page-locations .pagination-and-toggle .pagination, .page-template-page-front-door .pagination-and-toggle .pagination {
          display: block;
          width: auto;
          float: right; } }
      .page-template-page-locations .pagination-and-toggle .pagination a, .page-template-page-front-door .pagination-and-toggle .pagination a {
        cursor: pointer; }
    .page-template-page-locations .pagination-and-toggle .select-view, .page-template-page-front-door .pagination-and-toggle .select-view {
      text-align: center; }
      @media screen and (min-width: 768px) {
        .page-template-page-locations .pagination-and-toggle .select-view, .page-template-page-front-door .pagination-and-toggle .select-view {
          margin-top: 2em; } }
      @media screen and (min-width: 992px) {
        .page-template-page-locations .pagination-and-toggle .select-view .filter-your-results, .page-template-page-front-door .pagination-and-toggle .select-view .filter-your-results {
          display: none; } }
    .page-template-page-locations .pagination-and-toggle#pagination-and-toggle-bottom, .page-template-page-front-door .pagination-and-toggle#pagination-and-toggle-bottom {
      margin: 3em 0 0;
      padding: 3em 0 0;
      background: 0;
      border-top: 1px solid #a4bcc2; }
      @media screen and (min-width: 1200px) {
        .page-template-page-locations .pagination-and-toggle#pagination-and-toggle-bottom, .page-template-page-front-door .pagination-and-toggle#pagination-and-toggle-bottom {
          margin-top: 80px;
          padding-top: 0;
          border-top: 0; } }
  .page-template-page-locations #results-and-filter, .page-template-page-front-door #results-and-filter {
    padding-bottom: 40px; }
    @media screen and (min-width: 992px) {
      .page-template-page-locations #results-and-filter, .page-template-page-front-door #results-and-filter {
        padding-bottom: 60px; } }
  .page-template-page-locations #secondary, .page-template-page-front-door #secondary {
    margin-top: 0; }
    .page-template-page-locations #secondary .filter-your-results, .page-template-page-front-door #secondary .filter-your-results {
      cursor: pointer; }
      @media screen and (min-width: 992px) {
        .page-template-page-locations #secondary .filter-your-results, .page-template-page-front-door #secondary .filter-your-results {
          cursor: default; } }
      @media screen and (min-width: 992px) {
        .page-template-page-locations #secondary .filter-your-results span, .page-template-page-front-door #secondary .filter-your-results span {
          display: none; } }
    .page-template-page-locations #secondary .widget, .page-template-page-front-door #secondary .widget {
      margin-bottom: 40px; }
      @media screen and (min-width: 768px) {
        .page-template-page-locations #secondary .widget, .page-template-page-front-door #secondary .widget {
          margin-bottom: 60px; } }
      @media screen and (min-width: 992px) {
        .page-template-page-locations #secondary .widget, .page-template-page-front-door #secondary .widget {
          margin-bottom: 0; } }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        .page-template-page-locations #secondary .widget, .page-template-page-front-door #secondary .widget {
          padding-right: 30px; } }
      .page-template-page-locations #secondary .widget .inner, .page-template-page-front-door #secondary .widget .inner {
        display: block;
        max-width: 360px; }
        @media screen and (min-width: 992px) {
          .page-template-page-locations #secondary .widget .inner, .page-template-page-front-door #secondary .widget .inner {
            display: block; } }
      .page-template-page-locations #secondary .widget .actions, .page-template-page-front-door #secondary .widget .actions {
        margin-top: 2em; }
    .page-template-page-locations #secondary #filterWithin, .page-template-page-front-door #secondary #filterWithin {
      width: 100px; }
  .page-template-page-locations .views.loading, .page-template-page-front-door .views.loading {
    position: relative; }
    .page-template-page-locations .views.loading .loader, .page-template-page-front-door .views.loading .loader {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
    .page-template-page-locations .views.loading .list-view,
    .page-template-page-locations .views.loading .map-view, .page-template-page-front-door .views.loading .list-view,
    .page-template-page-front-door .views.loading .map-view {
      opacity: 0.1; }
  .page-template-page-locations .list-view .location, .page-template-page-front-door .list-view .location {
    width: 100%;
    margin-bottom: 2em;
    border: 1px solid #eaf0f1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-shadow: 0px 0px 1px 1px #eaf0f1;
            box-shadow: 0px 0px 1px 1px #eaf0f1; }
    .page-template-page-locations .list-view .location .fa, .page-template-page-locations .list-view .location .info .description .phone-fax > div:before, .page-template-page-locations .page-template-page-doctors .list-view .location .doctor .info .tel:before, .page-template-page-doctors .page-template-page-locations .list-view .location .doctor .info .tel:before, .page-template-page-locations .page-template-page-doctors .list-view .doctor .info .location .tel:before, .page-template-page-doctors .page-template-page-locations .list-view .doctor .info .location .tel:before, .page-template-page-locations .page-template-page-front-door .list-view .location .doctor .info .tel:before, .page-template-page-front-door .page-template-page-locations .list-view .location .doctor .info .tel:before, .page-template-page-locations .page-template-page-front-door .list-view .doctor .info .location .tel:before, .page-template-page-front-door .page-template-page-locations .list-view .doctor .info .location .tel:before, .page-template-page-locations .list-view .page-template-provider #locations .location .info .description .phone-fax > div:before, .page-template-provider #locations .page-template-page-locations .list-view .location .info .description .phone-fax > div:before, .page-template-page-locations .list-view .location body #servicelines .appointment-mod .appt-item .info .tel:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-locations .list-view .location .tel:before, .page-template-page-locations .list-view .location body #servicelines .appointment-mod .appt-item .info .fax:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-locations .list-view .location .fax:before, .page-template-page-locations body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:before, body.page-template-page-homepage-2020 .page-template-page-locations .list-view .location .info .description .phone-fax > div:before, .page-template-page-front-door .list-view .location .fa, .page-template-page-front-door .list-view .location .info .description .phone-fax > div:before, .page-template-page-front-door .list-view .location .doctor .info .tel:before, .page-template-page-front-door .list-view .doctor .info .location .tel:before, .page-template-page-front-door .list-view .page-template-provider #locations .location .info .description .phone-fax > div:before, .page-template-provider #locations .page-template-page-front-door .list-view .location .info .description .phone-fax > div:before, .page-template-page-front-door .list-view .location body #servicelines .appointment-mod .appt-item .info .tel:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-front-door .list-view .location .tel:before, .page-template-page-front-door .list-view .location body #servicelines .appointment-mod .appt-item .info .fax:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-front-door .list-view .location .fax:before, .page-template-page-front-door body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:before, body.page-template-page-homepage-2020 .page-template-page-front-door .list-view .location .info .description .phone-fax > div:before {
      font-family: FontAwesome;
      color: #425563;
      position: absolute;
      font-size: 20px; }
      .page-template-page-locations .list-view .location .fa:hover, .page-template-page-locations .list-view .location .info .description .phone-fax > div:hover:before, .page-template-page-locations .page-template-page-doctors .list-view .location .doctor .info .tel:hover:before, .page-template-page-doctors .page-template-page-locations .list-view .location .doctor .info .tel:hover:before, .page-template-page-locations .page-template-page-doctors .list-view .doctor .info .location .tel:hover:before, .page-template-page-doctors .page-template-page-locations .list-view .doctor .info .location .tel:hover:before, .page-template-page-locations .page-template-page-front-door .list-view .location .doctor .info .tel:hover:before, .page-template-page-front-door .page-template-page-locations .list-view .location .doctor .info .tel:hover:before, .page-template-page-locations .page-template-page-front-door .list-view .doctor .info .location .tel:hover:before, .page-template-page-front-door .page-template-page-locations .list-view .doctor .info .location .tel:hover:before, .page-template-page-locations .list-view .page-template-provider #locations .location .info .description .phone-fax > div:hover:before, .page-template-provider #locations .page-template-page-locations .list-view .location .info .description .phone-fax > div:hover:before, .page-template-page-locations .list-view .location body #servicelines .appointment-mod .appt-item .info .tel:hover:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-locations .list-view .location .tel:hover:before, .page-template-page-locations .list-view .location body #servicelines .appointment-mod .appt-item .info .fax:hover:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-locations .list-view .location .fax:hover:before, .page-template-page-locations .list-view .location .fa:focus, .page-template-page-locations .list-view .location .info .description .phone-fax > div:focus:before, .page-template-page-locations .page-template-page-doctors .list-view .location .doctor .info .tel:focus:before, .page-template-page-doctors .page-template-page-locations .list-view .location .doctor .info .tel:focus:before, .page-template-page-locations .page-template-page-doctors .list-view .doctor .info .location .tel:focus:before, .page-template-page-doctors .page-template-page-locations .list-view .doctor .info .location .tel:focus:before, .page-template-page-locations .page-template-page-front-door .list-view .location .doctor .info .tel:focus:before, .page-template-page-front-door .page-template-page-locations .list-view .location .doctor .info .tel:focus:before, .page-template-page-locations .page-template-page-front-door .list-view .doctor .info .location .tel:focus:before, .page-template-page-front-door .page-template-page-locations .list-view .doctor .info .location .tel:focus:before, .page-template-page-locations .list-view .page-template-provider #locations .location .info .description .phone-fax > div:focus:before, .page-template-provider #locations .page-template-page-locations .list-view .location .info .description .phone-fax > div:focus:before, .page-template-page-locations .list-view .location body #servicelines .appointment-mod .appt-item .info .tel:focus:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-locations .list-view .location .tel:focus:before, .page-template-page-locations .list-view .location body #servicelines .appointment-mod .appt-item .info .fax:focus:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-locations .list-view .location .fax:focus:before, .page-template-page-locations .list-view .location .fa:active, .page-template-page-locations .list-view .location .info .description .phone-fax > div:active:before, .page-template-page-locations .page-template-page-doctors .list-view .location .doctor .info .tel:active:before, .page-template-page-doctors .page-template-page-locations .list-view .location .doctor .info .tel:active:before, .page-template-page-locations .page-template-page-doctors .list-view .doctor .info .location .tel:active:before, .page-template-page-doctors .page-template-page-locations .list-view .doctor .info .location .tel:active:before, .page-template-page-locations .page-template-page-front-door .list-view .location .doctor .info .tel:active:before, .page-template-page-front-door .page-template-page-locations .list-view .location .doctor .info .tel:active:before, .page-template-page-locations .page-template-page-front-door .list-view .doctor .info .location .tel:active:before, .page-template-page-front-door .page-template-page-locations .list-view .doctor .info .location .tel:active:before, .page-template-page-locations .list-view .page-template-provider #locations .location .info .description .phone-fax > div:active:before, .page-template-provider #locations .page-template-page-locations .list-view .location .info .description .phone-fax > div:active:before, .page-template-page-locations .list-view .location body #servicelines .appointment-mod .appt-item .info .tel:active:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-locations .list-view .location .tel:active:before, .page-template-page-locations .list-view .location body #servicelines .appointment-mod .appt-item .info .fax:active:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-locations .list-view .location .fax:active:before, .page-template-page-front-door .list-view .location .fa:hover, .page-template-page-front-door .list-view .location .info .description .phone-fax > div:hover:before, .page-template-page-front-door .list-view .location .doctor .info .tel:hover:before, .page-template-page-front-door .list-view .doctor .info .location .tel:hover:before, .page-template-page-front-door .list-view .page-template-provider #locations .location .info .description .phone-fax > div:hover:before, .page-template-provider #locations .page-template-page-front-door .list-view .location .info .description .phone-fax > div:hover:before, .page-template-page-front-door .list-view .location body #servicelines .appointment-mod .appt-item .info .tel:hover:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-front-door .list-view .location .tel:hover:before, .page-template-page-front-door .list-view .location body #servicelines .appointment-mod .appt-item .info .fax:hover:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-front-door .list-view .location .fax:hover:before, .page-template-page-front-door .list-view .location .fa:focus, .page-template-page-front-door .list-view .location .info .description .phone-fax > div:focus:before, .page-template-page-front-door .list-view .location .doctor .info .tel:focus:before, .page-template-page-front-door .list-view .doctor .info .location .tel:focus:before, .page-template-page-front-door .list-view .page-template-provider #locations .location .info .description .phone-fax > div:focus:before, .page-template-provider #locations .page-template-page-front-door .list-view .location .info .description .phone-fax > div:focus:before, .page-template-page-front-door .list-view .location body #servicelines .appointment-mod .appt-item .info .tel:focus:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-front-door .list-view .location .tel:focus:before, .page-template-page-front-door .list-view .location body #servicelines .appointment-mod .appt-item .info .fax:focus:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-front-door .list-view .location .fax:focus:before, .page-template-page-front-door .list-view .location .fa:active, .page-template-page-front-door .list-view .location .info .description .phone-fax > div:active:before, .page-template-page-front-door .list-view .location .doctor .info .tel:active:before, .page-template-page-front-door .list-view .doctor .info .location .tel:active:before, .page-template-page-front-door .list-view .page-template-provider #locations .location .info .description .phone-fax > div:active:before, .page-template-provider #locations .page-template-page-front-door .list-view .location .info .description .phone-fax > div:active:before, .page-template-page-front-door .list-view .location body #servicelines .appointment-mod .appt-item .info .tel:active:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-front-door .list-view .location .tel:active:before, .page-template-page-front-door .list-view .location body #servicelines .appointment-mod .appt-item .info .fax:active:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-front-door .list-view .location .fax:active:before {
        text-decoration: none; }
    .page-template-page-locations .list-view .location .info, .page-template-page-front-door .list-view .location .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #eaf0f1;
      padding: 10px 5px; }
      @media (min-width: 768px) {
        .page-template-page-locations .list-view .location .info, .page-template-page-front-door .list-view .location .info {
          position: relative;
          padding: 20px; } }
      .page-template-page-locations .list-view .location .info .image, .page-template-page-front-door .list-view .location .info .image {
        margin-right: 1em; }
        .page-template-page-locations .list-view .location .info .image .inner, .page-template-page-front-door .list-view .location .info .image .inner {
          display: block;
          width: 100px;
          height: 100px;
          border-radius: 100px;
          background: #eaf0f1;
          background-position: center top;
          background-size: cover;
          background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .page-template-page-locations .list-view .location .info .description, .page-template-page-front-door .list-view .location .info .description {
          margin-right: 145px; } }
      .page-template-page-locations .list-view .location .info .description .title a:hover, .page-template-page-front-door .list-view .location .info .description .title a:hover {
        color: #C53C00; }
      .page-template-page-locations .list-view .location .info .description h3, .page-template-page-locations .list-view .location .info .description .phone-fax, .page-template-page-locations .list-view .location .info .description .category, .page-template-page-front-door .list-view .location .info .description h3, .page-template-page-front-door .list-view .location .info .description .phone-fax, .page-template-page-front-door .list-view .location .info .description .category {
        margin: 0 0 0.4em 0; }
      .page-template-page-locations .list-view .location .info .description h3, .page-template-page-front-door .list-view .location .info .description h3 {
        font-size: 18px;
        font-weight: bold; }
      .page-template-page-locations .list-view .location .info .description .phone-fax > div, .page-template-page-front-door .list-view .location .info .description .phone-fax > div {
        position: relative;
        padding-left: 25px; }
        .page-template-page-locations .list-view .location .info .description .phone-fax > div:before, .page-template-page-front-door .list-view .location .info .description .phone-fax > div:before {
          left: 0px; }
      .page-template-page-locations .list-view .location .info .description .phone-fax .phone:before, .page-template-page-front-door .list-view .location .info .description .phone-fax .phone:before {
        content: "\f095"; }
      .page-template-page-locations .list-view .location .info .description .phone-fax .phone a:hover, .page-template-page-front-door .list-view .location .info .description .phone-fax .phone a:hover {
        color: #C53C00; }
      .page-template-page-locations .list-view .location .info .description .phone-fax .fax:before, .page-template-page-front-door .list-view .location .info .description .phone-fax .fax:before {
        content: "\f1ac"; }
      .page-template-page-locations .list-view .location .info .description .category, .page-template-page-front-door .list-view .location .info .description .category {
        font-style: italic;
        color: #425563; }
      @media (min-width: 768px) {
        .page-template-page-locations .list-view .location .info .description .actions, .page-template-page-front-door .list-view .location .info .description .actions {
          position: absolute;
          top: 20px;
          right: 20px; } }
      .page-template-page-locations .list-view .location .info .description .actions > a, .page-template-page-front-door .list-view .location .info .description .actions > a {
        padding: 5px 20px; }
      .page-template-page-locations .list-view .location .info .description .actions.secondary, .page-template-page-front-door .list-view .location .info .description .actions.secondary {
        margin-top: 10px; }
        @media (min-width: 768px) {
          .page-template-page-locations .list-view .location .info .description .actions.secondary, .page-template-page-front-door .list-view .location .info .description .actions.secondary {
            margin-top: 0;
            top: 60px; } }
      .page-template-page-locations .list-view .location .info .description .actions.tertiary-link, .page-template-page-front-door .list-view .location .info .description .actions.tertiary-link {
        font-weight: 600;
        top: 80px; }
        .page-template-page-locations .list-view .location .info .description .actions.tertiary-link:hover, .page-template-page-front-door .list-view .location .info .description .actions.tertiary-link:hover {
          text-decoration: underline; }
    .page-template-page-locations .list-view .location .details, .page-template-page-front-door .list-view .location .details {
      padding: 15px;
      color: #425563; }
      @media (min-width: 768px) {
        .page-template-page-locations .list-view .location .details, .page-template-page-front-door .list-view .location .details {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .page-template-page-locations .list-view .location .details .contact, .page-template-page-locations .list-view .location .details .hours, .page-template-page-front-door .list-view .location .details .contact, .page-template-page-front-door .list-view .location .details .hours {
        padding: 5px 0; }
        @media (min-width: 768px) {
          .page-template-page-locations .list-view .location .details .contact, .page-template-page-locations .list-view .location .details .hours, .page-template-page-front-door .list-view .location .details .contact, .page-template-page-front-door .list-view .location .details .hours {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; } }
      @media (min-width: 768px) {
        .page-template-page-locations .list-view .location .details .contact, .page-template-page-front-door .list-view .location .details .contact {
          padding-right: 25px; } }
      .page-template-page-locations .list-view .location .details .contact .address, .page-template-page-front-door .list-view .location .details .contact .address {
        display: inline-block; }
      .page-template-page-locations .list-view .location .details .hours, .page-template-page-front-door .list-view .location .details .hours {
        position: relative; }
        @media (max-width: 767px) {
          .page-template-page-locations .list-view .location .details .hours, .page-template-page-front-door .list-view .location .details .hours {
            margin-top: 22px;
            padding-top: 27px; } }
        @media (min-width: 768px) {
          .page-template-page-locations .list-view .location .details .hours, .page-template-page-front-door .list-view .location .details .hours {
            padding-left: 25px; } }
        @media (max-width: 767px) {
          .page-template-page-locations .list-view .location .details .hours:before, .page-template-page-front-door .list-view .location .details .hours:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 150px;
            height: 1px;
            border-top: 1px solid #a4bcc2; } }
        @media (min-width: 768px) {
          .page-template-page-locations .list-view .location .details .hours:before, .page-template-page-front-door .list-view .location .details .hours:before {
            content: "";
            position: absolute;
            display: block;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            border: 1px solid #eaf0f1;
            width: 1px;
            height: 100px;
            opacity: 0.5; } }
        .page-template-page-locations .list-view .location .details .hours > div, .page-template-page-front-door .list-view .location .details .hours > div {
          font-weight: bold; }
          .page-template-page-locations .list-view .location .details .hours > div span, .page-template-page-front-door .list-view .location .details .hours > div span {
            display: inline-block;
            width: 100px;
            font-weight: normal; }
  .page-template-page-locations .map-view #map_wrapper, .page-template-page-front-door .map-view #map_wrapper {
    height: 50vw;
    min-height: 300px;
    max-height: 700px; }
  .page-template-page-locations .map-view #map_canvas, .page-template-page-front-door .map-view #map_canvas {
    width: 100%;
    height: 100%; }
  .page-template-page-locations #st-2 .st-btn[data-network='facebook'], .page-template-page-front-door #st-2 .st-btn[data-network='facebook'] {
    background-color: #4d5e6e;
    border: 1px solid #2f393b; }
  .page-template-page-locations #st-2 .st-btn[data-network='twitter'], .page-template-page-front-door #st-2 .st-btn[data-network='twitter'] {
    background-color: #4d5e6e;
    border: 1px solid #2f393b;
    margin-top: -1px; }
  .page-template-page-locations #st-2 .st-btn[data-network='pinterest'], .page-template-page-front-door #st-2 .st-btn[data-network='pinterest'] {
    background-color: #4d5e6e;
    border: 1px solid #2f393b;
    margin-top: -1px; }
  .page-template-page-locations #st-2 .st-btn[data-network='linkedin'], .page-template-page-front-door #st-2 .st-btn[data-network='linkedin'] {
    background-color: #4d5e6e;
    border: 1px solid #2f393b;
    margin-top: -1px; }
  .page-template-page-locations #st-2 .st-btn[data-network='email'], .page-template-page-front-door #st-2 .st-btn[data-network='email'] {
    background-color: #4d5e6e;
    border: 1px solid #2f393b;
    margin-top: -1px; }
  .page-template-page-locations #st-2 .st-btn[data-network='sharethis'], .page-template-page-front-door #st-2 .st-btn[data-network='sharethis'] {
    background-color: #4d5e6e;
    border: 1px solid #2f393b;
    margin-top: -1px; }

#wp-admin-bar-edit_location .ab-item:before {
  content: "\f464";
  top: 2px;
  position: relative;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  position: relative;
  float: left;
  font: 400 20px/1 dashicons;
  speak: none;
  padding: 4px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none !important;
  margin-right: 6px;
  color: #EEE !important; }

body.page-template-location #locations .location__breadcrumbs {
  position: relative;
  z-index: 10;
  background-color: #F6F7F8;
  padding: 20px 0;
  font-size: 13px; }
  @media screen and (min-width: 768px) {
    body.page-template-location #locations .location__breadcrumbs {
      font-size: 16px; } }
  body.page-template-location #locations .location__breadcrumbs-inner {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    body.page-template-location #locations .location__breadcrumbs-ellipsis-wrap {
      max-width: 280px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }

body.page-template-location #locations .location__banner {
  position: relative;
  z-index: 10;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    body.page-template-location #locations .location__banner {
      height: 300px;
      width: 98%; } }
  body.page-template-location #locations .location__banner-inner {
    position: relative;
    padding: 20px;
    border-left: 4px solid #a6093d;
    background-color: rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
    width: 100%; }
    @media screen and (min-width: 768px) {
      body.page-template-location #locations .location__banner-inner {
        top: 25px;
        height: 250px;
        width: 750px; } }
    @media screen and (min-width: 991px) {
      body.page-template-location #locations .location__banner-inner {
        width: 750px; } }
  body.page-template-location #locations .location__banner a[href^="http://maps.google.com/maps"] {
    opacity: 0.5 !important; }
  body.page-template-location #locations .location__banner a[href^="https://maps.google.com/maps"] {
    opacity: 0.5 !important; }
  body.page-template-location #locations .location__banner .gmnoprint a, body.page-template-location #locations .location__banner .gmnoprint span, body.page-template-location #locations .location__banner .gm-style-cc, body.page-template-location #locations .location__banner .gm-style img[src^="https://maps.gstatic.com/mapfiles/api-3/images/google_white5.png"] {
    opacity: 0.5; }
  body.page-template-location #locations .location__banner .gmnoprint div {
    background: none !important; }
  body.page-template-location #locations .location__banner-title {
    margin: 0;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      body.page-template-location #locations .location__banner-title {
        font-size: 28px; } }
  body.page-template-location #locations .location__banner-info {
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      body.page-template-location #locations .location__banner-info {
        margin-bottom: 20px; } }
  body.page-template-location #locations .location__banner-address, body.page-template-location #locations .location__banner-phone {
    font-weight: 500;
    -webkit-transform: translateX(24px);
            transform: translateX(24px); }
    body.page-template-location #locations .location__banner-address a, body.page-template-location #locations .location__banner-phone a {
      color: #fff; }
  body.page-template-location #locations .location__banner-address-link {
    color: #FFFFFF; }
  body.page-template-location #locations .location__banner-cta {
    margin: 12px 0;
    font-size: 16px;
    font-weight: 550; }
  body.page-template-location #locations .location__banner-icon-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-left: -24px;
    font-size: 18px;
    width: 5%; }
    @media screen and (max-width: 600px) {
      body.page-template-location #locations .location__banner-icon-wrapper {
        width: 10%; } }
  body.page-template-location #locations .location__banner-hr {
    width: 140px;
    border-top: 4px solid #425462;
    height: 0; }
  body.page-template-location #locations .location__banner-icon-p {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    width: 95%; }
    @media screen and (max-width: 600px) {
      body.page-template-location #locations .location__banner-icon-p {
        width: 90%; } }

body.page-template-location #locations .location__hero {
  background-color: #425563;
  margin-top: 80px; }
  body.page-template-location #locations .location__hero-slider {
    height: 369px;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 69px; }
    @media screen and (min-width: 992px) {
      body.page-template-location #locations .location__hero-slider {
        top: 80px;
        height: 380px; } }
    @media screen and (max-width: 991px) {
      body.page-template-location #locations .location__hero-slider {
        display: none; } }
  body.page-template-location #locations .location__hero-slides {
    height: 100%; }
  body.page-template-location #locations .location__hero-map {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 80px;
    height: 369px; }
    @media screen and (min-width: 992px) {
      body.page-template-location #locations .location__hero-map {
        top: 115px;
        height: 380px; } }
    @media screen and (min-width: 1200px) {
      body.page-template-location #locations .location__hero-map {
        top: 115px;
        height: 380px; } }
    @media screen and (max-width: 991px) {
      body.page-template-location #locations .location__hero-map {
        display: none; } }
    body.page-template-location #locations .location__hero-map-inner {
      height: 369px; }
      @media screen and (min-width: 992px) {
        body.page-template-location #locations .location__hero-map-inner {
          height: 380px; } }
  body.page-template-location #locations .location__hero-image {
    height: 100%;
    background-size: cover;
    background-position: center center; }
  @media screen and (min-width: 768px) {
    body.page-template-location #locations .location__hero {
      margin-top: 80px; } }
  @media screen and (min-width: 992px) {
    body.page-template-location #locations .location__hero {
      margin-top: 80px; } }
  @media screen and (min-width: 1200px) {
    body.page-template-location #locations .location__hero {
      margin-top: 115px; } }

body.page-template-location #locations .location__quick-nav {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    body.page-template-location #locations .location__quick-nav {
      margin-bottom: 40px; } }
  body.page-template-location #locations .location__quick-nav-link {
    display: block;
    cursor: pointer;
    font-weight: 550 !important;
    font-size: 16px;
    margin-bottom: 8px; }
    @media screen and (min-width: 768px) {
      body.page-template-location #locations .location__quick-nav-link {
        display: inline-block;
        margin-right: 40px;
        margin-bottom: 0; } }
  body.page-template-location #locations .location__quick-nav-physicians {
    display: none; }
    @media screen and (min-width: 768px) {
      body.page-template-location #locations .location__quick-nav-physicians {
        display: inline-block; } }

body.page-template-location #locations .location__information {
  position: relative;
  padding-bottom: 4em;
  padding-top: 20px;
  z-index: 10;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    body.page-template-location #locations .location__information {
      padding-top: 40px; } }
  body.page-template-location #locations .location__information p strong {
    font-weight: 550; }
  @media only screen and (max-width: 414px) {
    body.page-template-location #locations .location__information img {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    body.page-template-location #locations .location__information-section .su-column {
      margin-bottom: 0 !important; }
      body.page-template-location #locations .location__information-section .su-column ul {
        margin-bottom: 0 !important; } }
  body.page-template-location #locations .location__information-inner {
    display: inline-block;
    width: 100%;
    margin-bottom: 2em; }
    @media screen and (min-width: 768px) {
      body.page-template-location #locations .location__information-inner {
        width: 100%;
        margin-bottom: 0; } }
    @media screen and (min-width: 992px) {
      body.page-template-location #locations .location__information-inner {
        width: calc(100% - 341px);
        max-width: 900px; } }
    body.page-template-location #locations .location__information-inner a {
      font-weight: 500; }
  body.page-template-location #locations .location__information-sidebar {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    @media screen and (min-width: 992px) {
      body.page-template-location #locations .location__information-sidebar {
        float: right;
        margin-left: 4%;
        width: 280px; } }
  body.page-template-location #locations .location__information-center {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto; }
  body.page-template-location #locations .location__information .su-row .su-column {
    margin: 0;
    width: 50%; }
  body.page-template-location #locations .location__information .su-spoiler-title {
    font-size: 20px; }
    body.page-template-location #locations .location__information .su-spoiler-title:focus {
      background-color: #a6093d; }
  body.page-template-location #locations .location__information .su-spoiler.su-spoiler-closed > .su-spoiler-content {
    padding: 0; }
  body.page-template-location #locations .location__information .su-spoiler-style-default > .su-spoiler-content {
    padding: 2em 60px 1em; }
  body.page-template-location #locations .location__information-section-title {
    color: #425462;
    margin-top: 80px;
    margin-bottom: 40px; }
  body.page-template-location #locations .location__information #physicians {
    display: none; }
    @media screen and (min-width: 768px) {
      body.page-template-location #locations .location__information #physicians {
        display: block; } }
  body.page-template-location #locations .location__information h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 30px; }
  body.page-template-location #locations .location__information h3 {
    font-size: 22px; }
  body.page-template-location #locations .location__information h2, body.page-template-location #locations .location__information h3 {
    color: #425462; }
  body.page-template-location #locations .location__information p {
    margin-bottom: 20px; }
  body.page-template-location #locations .location__information ul {
    margin-left: 1em;
    margin-bottom: 1em;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    list-style-image: url("/wp-content/themes/uchealth/img/bullet.png"); }
    body.page-template-location #locations .location__information ul  li {
      margin-top: 15px;
      padding-left: 15px; }
    body.page-template-location #locations .location__information ul  ul {
      list-style-image: url("/wp-content/themes/uchealth/img/bullet-circle-solid.png"); }
      body.page-template-location #locations .location__information ul  ul ul {
        list-style-image: url("/wp-content/themes/uchealth/img/bullet-dash.png"); }
        body.page-template-location #locations .location__information ul  ul ul ul {
          list-style-image: url("/wp-content/themes/uchealth/img/bullet-circle-hollow.png"); }
  body.page-template-location #locations .location__information-testimonial {
    border: 1px solid #DDD;
    padding: 24px;
    margin-bottom: 36px; }
    body.page-template-location #locations .location__information-testimonial-author {
      font-size: 22px;
      color: #425462;
      font-weight: 700;
      margin-bottom: 24px; }
    body.page-template-location #locations .location__information-testimonial-quote p {
      padding: 0;
      margin: 0; }

body.page-template-location #locations .location__information-physicians {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.page-template-location #locations .location__information-physicians .location__provider {
    font-size: 13px;
    max-width: 370px;
    border: 1px solid #DDD;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 20px;
    margin: 12px 0; }
    body.page-template-location #locations .location__information-physicians .location__provider-image {
      height: 80px;
      width: 80px;
      border-radius: 50%;
      background-size: cover; }
    body.page-template-location #locations .location__information-physicians .location__provider-info {
      margin-left: 20px; }

body.page-template-location #locations .location__hours, body.page-template-location #locations .location__providers {
  position: relative;
  margin-bottom: 36px;
  width: 100%;
  z-index: 10; }
  body.page-template-location #locations .location__hours-header, body.page-template-location #locations .location__providers-header {
    color: #FFFFFF;
    background-color: #A5093E;
    padding: 8px 12px;
    font-weight: bold; }
  body.page-template-location #locations .location__hours-list, body.page-template-location #locations .location__providers-list {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    padding: 12px;
    font-size: 16px;
    list-style: none; }
  body.page-template-location #locations .location__hours-list-row, body.page-template-location #locations .location__providers-list-row {
    margin-bottom: 8px; }
  body.page-template-location #locations .location__hours-day, body.page-template-location #locations .location__providers-day {
    display: inline-block;
    width: 40%; }
  body.page-template-location #locations .location__hours-hour, body.page-template-location #locations .location__providers-hour {
    font-weight: bold;
    color: #425563; }

body.page-template-location #locations .location__hours-list {
  font-size: 16px; }

body.page-template-location #locations .location__providers a {
  font-weight: 700; }

body.page-template-location #locations .location__provider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  body.page-template-location #locations .location__provider:first-child {
    margin-top: 12px; }
  body.page-template-location #locations .location__provider-name {
    font-weight: 700;
    -ms-flex-item-align: center;
        align-self: center; }
  body.page-template-location #locations .location__provider-specialty {
    font-style: italic; }
  body.page-template-location #locations .location__provider-stars {
    display: block;
    position: relative;
    height: 10px;
    width: 62px;
    background: #eaf0f1; }
  body.page-template-location #locations .location__provider-stars-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("img/mask-stars-white.png");
    background-size: 100%; }
  body.page-template-location #locations .location__provider-rating {
    margin: 6px 0;
    font-size: 16px;
    font-weight: normal; }
  body.page-template-location #locations .location__provider-percentage {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #a6093d; }
  body.page-template-location #locations .location__provider-image {
    -ms-flex-item-align: center;
        align-self: center;
    height: 45px;
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    border-radius: 50%;
    background-size: cover;
    margin-right: 12px; }
    body.page-template-location #locations .location__provider-image.male {
      background: url(img/icon-doctor-male.png) no-repeat top center;
      background-size: 110% auto; }
    body.page-template-location #locations .location__provider-image.female {
      background: url(img/icon-doctor-female.png) no-repeat top center;
      background-size: 110% auto; }

body.page-template-location #locations .su-accordion {
  margin: 2em 0 1.5em; }
  body.page-template-location #locations .su-accordion .su-spoiler {
    color: white;
    background-color: #425563;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    body.page-template-location #locations .su-accordion .su-spoiler.su-spoiler-closed .su-spoiler-icon:before {
      -webkit-transition: all 200ms 0s ease-in-out;
      transition: all 200ms 0s ease-in-out;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    body.page-template-location #locations .su-accordion .su-spoiler .su-spoiler-icon:before {
      -webkit-transition: all 200ms 0s ease-in-out;
      transition: all 200ms 0s ease-in-out;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  body.page-template-location #locations .su-accordion .su-spoiler-title {
    padding: 10px 15px 10px 30px;
    font-size: 16px; }
    body.page-template-location #locations .su-accordion .su-spoiler-title .su-spoiler-icon {
      left: 5px;
      top: 10px; }
      body.page-template-location #locations .su-accordion .su-spoiler-title .su-spoiler-icon:before {
        font-size: 20px;
        content: "\f105";
        display: inline-block; }
  body.page-template-location #locations .su-accordion .su-spoiler-content {
    padding: 15px;
    background-color: #eaf0f1;
    color: #425563; }

body.page-template-location .btn {
  font-size: 16px; }

body.page-template-location #content {
  margin-top: 0 !important; }

body.page-template-location #menu-main-navigation > li.header-nav-schedule {
  display: none; }

body.page-template-location.mobile-active #locations .location__hero-map {
  top: 0; }

body.page-template-location.mobile-active #locations .location__hero {
  margin-top: 0; }

body.page-template-location.mobile-active .home__header.header {
  display: none; }

body.page-template-location.mobile-active .pre-header-nav {
  display: none; }

body.page-template-location #st-2 .st-btn[data-network='facebook'] {
  background-color: #4d5e6e;
  border: 1px solid #2f393b; }

body.page-template-location #st-2 .st-btn[data-network='twitter'] {
  background-color: #4d5e6e;
  border: 1px solid #2f393b;
  margin-top: -1px; }

body.page-template-location #st-2 .st-btn[data-network='pinterest'] {
  background-color: #4d5e6e;
  border: 1px solid #2f393b;
  margin-top: -1px; }

body.page-template-location #st-2 .st-btn[data-network='linkedin'] {
  background-color: #4d5e6e;
  border: 1px solid #2f393b;
  margin-top: -1px; }

body.page-template-location #st-2 .st-btn[data-network='email'] {
  background-color: #4d5e6e;
  border: 1px solid #2f393b;
  margin-top: -1px; }

body.page-template-location #st-2 .st-btn[data-network='sharethis'] {
  background-color: #4d5e6e;
  border: 1px solid #2f393b;
  margin-top: -1px; }

body.page-template-location #st-2 .st-btn[data-network='print'] {
  background-color: #4d5e6e;
  border: 1px solid #2f393b;
  margin-top: -1px; }

@media screen and (max-width: 1024px) {
  body.page-template-location #st-2 .st-btn[data-network='twitter'] {
    margin-top: 0px; }
  body.page-template-location #st-2 .st-btn[data-network='pinterest'] {
    margin-top: 0px; }
  body.page-template-location #st-2 .st-btn[data-network='linkedin'] {
    margin-top: 0px; }
  body.page-template-location #st-2 .st-btn[data-network='email'] {
    margin-top: 0px; }
  body.page-template-location #st-2 .st-btn[data-network='sharethis'] {
    margin-top: 0px; }
  body.page-template-location #st-2 .st-btn[data-network='print'] {
    margin-top: 0px; } }

.my-location-link, #use-current-location-sidebar {
  cursor: pointer; }

.view-info-button {
  font-weight: 550;
  font-size: 16px; }

/* Doctors main page
-------------------------------------------------- */
.provider-module-tabs {
  margin-bottom: 0 !important; }

.page-template-page-doctors, .page-template-page-front-door {
  /*#results-and-filter { display: none; }*/ }
  .page-template-page-doctors .btn, .page-template-page-front-door .btn {
    font-size: 16px; }
  .page-template-page-doctors #primary, .page-template-page-front-door #primary {
    margin-top: 50px; }
  .page-template-page-doctors .find-a-doctor.simple, .page-template-page-front-door .find-a-doctor.simple {
    margin-bottom: 2.5em; }
    @media screen and (min-width: 768px) {
      .page-template-page-doctors .find-a-doctor.simple, .page-template-page-front-door .find-a-doctor.simple {
        margin-bottom: 3.5em; } }
    @media screen and (min-width: 992px) {
      .page-template-page-doctors .find-a-doctor.simple, .page-template-page-front-door .find-a-doctor.simple {
        margin-bottom: 4em; } }
    .page-template-page-doctors .find-a-doctor.simple label, .page-template-page-front-door .find-a-doctor.simple label {
      display: block; }
    .page-template-page-doctors .find-a-doctor.simple .doctor-types-toggle, .page-template-page-front-door .find-a-doctor.simple .doctor-types-toggle {
      margin-bottom: 2em; }
      .page-template-page-doctors .find-a-doctor.simple .doctor-types-toggle .btn-group.block button, .page-template-page-front-door .find-a-doctor.simple .doctor-types-toggle .btn-group.block button {
        width: 50%; }
        .page-template-page-doctors .find-a-doctor.simple .doctor-types-toggle .btn-group.block button:nth-of-type(2), .page-template-page-front-door .find-a-doctor.simple .doctor-types-toggle .btn-group.block button:nth-of-type(2) {
          border-left: 0; }
    .page-template-page-doctors .find-a-doctor.simple .primary-care-types, .page-template-page-front-door .find-a-doctor.simple .primary-care-types {
      margin-top: -1em; }
    @media screen and (max-width: 767px) {
      .page-template-page-doctors .find-a-doctor.simple #doctorFirstNameTop, .page-template-page-front-door .find-a-doctor.simple #doctorFirstNameTop {
        margin-bottom: 0.5em; } }
    @media screen and (min-width: 768px) {
      .page-template-page-doctors .find-a-doctor.simple #doctorFirstNameTop, .page-template-page-front-door .find-a-doctor.simple #doctorFirstNameTop {
        display: block;
        width: 49%;
        float: left; } }
    @media screen and (min-width: 768px) {
      .page-template-page-doctors .find-a-doctor.simple #doctorLastNameTop, .page-template-page-front-door .find-a-doctor.simple #doctorLastNameTop {
        display: block;
        width: 49%;
        float: right; } }
    .page-template-page-doctors .find-a-doctor.simple .actions, .page-template-page-front-door .find-a-doctor.simple .actions {
      margin-top: 0.5em; }
      @media screen and (min-width: 768px) {
        .page-template-page-doctors .find-a-doctor.simple .actions, .page-template-page-front-door .find-a-doctor.simple .actions {
          margin-top: 1em;
          text-align: center; } }
  .page-template-page-doctors .pagination-and-toggle, .page-template-page-front-door .pagination-and-toggle {
    margin-bottom: 40px;
    padding: 15px;
    background: #eaf0f1; }
    @media screen and (min-width: 768px) {
      .page-template-page-doctors .pagination-and-toggle, .page-template-page-front-door .pagination-and-toggle {
        padding: 20px; } }
    @media screen and (min-width: 992px) {
      .page-template-page-doctors .pagination-and-toggle, .page-template-page-front-door .pagination-and-toggle {
        margin-bottom: 60px; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-doctors .pagination-and-toggle, .page-template-page-front-door .pagination-and-toggle {
        margin-bottom: 50px;
        padding: 0;
        background: 0; } }
    .page-template-page-doctors .pagination-and-toggle .top-row > div, .page-template-page-front-door .pagination-and-toggle .top-row > div {
      line-height: 22px;
      margin-bottom: 1em; }
    @media screen and (min-width: 1200px) {
      .page-template-page-doctors .pagination-and-toggle .top-row, .page-template-page-front-door .pagination-and-toggle .top-row {
        display: table;
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
    .page-template-page-doctors .pagination-and-toggle .total-results, .page-template-page-front-door .pagination-and-toggle .total-results {
      text-align: center; }
      @media screen and (min-width: 768px) {
        .page-template-page-doctors .pagination-and-toggle .total-results, .page-template-page-front-door .pagination-and-toggle .total-results {
          text-align: left; } }
      @media screen and (min-width: 992px) {
        .page-template-page-doctors .pagination-and-toggle .total-results, .page-template-page-front-door .pagination-and-toggle .total-results {
          margin-bottom: 0; } }
      @media screen and (min-width: 1200px) {
        .page-template-page-doctors .pagination-and-toggle .total-results, .page-template-page-front-door .pagination-and-toggle .total-results {
          display: table-cell;
          vertical-align: top;
          float: none;
          width: auto;
          margin: 0;
          padding: 0;
          white-space: nowrap; } }
      .page-template-page-doctors .pagination-and-toggle .total-results span, .page-template-page-front-door .pagination-and-toggle .total-results span {
        font-weight: bold; }
    .page-template-page-doctors .pagination-and-toggle .results-per-page, .page-template-page-front-door .pagination-and-toggle .results-per-page {
      text-align: center; }
      @media screen and (min-width: 992px) {
        .page-template-page-doctors .pagination-and-toggle .results-per-page, .page-template-page-front-door .pagination-and-toggle .results-per-page {
          margin-bottom: 0;
          text-align: center; } }
      @media screen and (min-width: 1200px) {
        .page-template-page-doctors .pagination-and-toggle .results-per-page, .page-template-page-front-door .pagination-and-toggle .results-per-page {
          display: table-cell;
          vertical-align: top;
          float: none;
          width: auto;
          margin: 0;
          padding: 0;
          white-space: nowrap; } }
      .page-template-page-doctors .pagination-and-toggle .results-per-page select, .page-template-page-front-door .pagination-and-toggle .results-per-page select {
        display: inline;
        width: auto;
        min-width: 50px;
        margin: -1em 6px 0;
        padding-left: 5px; }
    .page-template-page-doctors .pagination-and-toggle .find-a-doctor.pages a, .page-template-page-front-door .pagination-and-toggle .find-a-doctor.pages a {
      float: none; }
    @media screen and (min-width: 1200px) {
      .page-template-page-doctors .pagination-and-toggle .find-a-doctor.pages, .page-template-page-front-door .pagination-and-toggle .find-a-doctor.pages {
        display: table-cell;
        vertical-align: top;
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        white-space: nowrap; } }
    .page-template-page-doctors .pagination-and-toggle .pagination, .page-template-page-front-door .pagination-and-toggle .pagination {
      margin: 0;
      text-align: center;
      /*li {  }*/ }
      .page-template-page-doctors .pagination-and-toggle .pagination li, .page-template-page-front-door .pagination-and-toggle .pagination li {
        line-height: 22px; }
        .page-template-page-doctors .pagination-and-toggle .pagination li:hover, .page-template-page-front-door .pagination-and-toggle .pagination li:hover {
          cursor: pointer; }
        .page-template-page-doctors .pagination-and-toggle .pagination li a, .page-template-page-front-door .pagination-and-toggle .pagination li a {
          z-index: 0; }
        .page-template-page-doctors .pagination-and-toggle .pagination li > span, .page-template-page-front-door .pagination-and-toggle .pagination li > span {
          float: none;
          padding-left: 5px;
          padding-right: 5px; }
      @media screen and (min-width: 992px) {
        .page-template-page-doctors .pagination-and-toggle .pagination, .page-template-page-front-door .pagination-and-toggle .pagination {
          display: block;
          width: auto;
          float: right; } }
      .page-template-page-doctors .pagination-and-toggle .pagination a, .page-template-page-front-door .pagination-and-toggle .pagination a {
        cursor: pointer; }
    .page-template-page-doctors .pagination-and-toggle .select-view, .page-template-page-front-door .pagination-and-toggle .select-view {
      text-align: center; }
      @media screen and (min-width: 768px) {
        .page-template-page-doctors .pagination-and-toggle .select-view, .page-template-page-front-door .pagination-and-toggle .select-view {
          margin-top: 2em; } }
      @media screen and (min-width: 992px) {
        .page-template-page-doctors .pagination-and-toggle .select-view .filter-your-results, .page-template-page-front-door .pagination-and-toggle .select-view .filter-your-results {
          display: none; } }
    .page-template-page-doctors .pagination-and-toggle#pagination-and-toggle-bottom, .page-template-page-front-door .pagination-and-toggle#pagination-and-toggle-bottom {
      margin: 3em 0 0;
      padding: 3em 0 0;
      background: 0;
      border-top: 1px solid #a4bcc2; }
      @media screen and (min-width: 1200px) {
        .page-template-page-doctors .pagination-and-toggle#pagination-and-toggle-bottom, .page-template-page-front-door .pagination-and-toggle#pagination-and-toggle-bottom {
          margin-top: 80px;
          padding-top: 0;
          border-top: 0; } }
  .page-template-page-doctors #results-and-filter, .page-template-page-front-door #results-and-filter {
    padding-bottom: 40px; }
    @media screen and (min-width: 992px) {
      .page-template-page-doctors #results-and-filter, .page-template-page-front-door #results-and-filter {
        padding-bottom: 60px; } }
  .page-template-page-doctors #secondary, .page-template-page-front-door #secondary {
    margin-top: 0;
    margin-bottom: 0 !important; }
    .page-template-page-doctors #secondary .filter-your-results, .page-template-page-front-door #secondary .filter-your-results {
      cursor: pointer; }
      @media screen and (min-width: 992px) {
        .page-template-page-doctors #secondary .filter-your-results, .page-template-page-front-door #secondary .filter-your-results {
          cursor: default; } }
      @media screen and (min-width: 992px) {
        .page-template-page-doctors #secondary .filter-your-results span, .page-template-page-front-door #secondary .filter-your-results span {
          display: none; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .page-template-page-doctors #secondary .widget, .page-template-page-front-door #secondary .widget {
        padding-right: 30px; } }
    .page-template-page-doctors #secondary .widget .inner, .page-template-page-front-door #secondary .widget .inner {
      display: block;
      margin-bottom: 40px; }
      @media screen and (min-width: 768px) {
        .page-template-page-doctors #secondary .widget .inner, .page-template-page-front-door #secondary .widget .inner {
          margin-bottom: 60px; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .page-template-page-doctors #secondary .widget .inner, .page-template-page-front-door #secondary .widget .inner {
          margin: 0 auto 60px; } }
      @media screen and (min-width: 992px) {
        .page-template-page-doctors #secondary .widget .inner, .page-template-page-front-door #secondary .widget .inner {
          display: block;
          margin-bottom: 0; } }
    .page-template-page-doctors #secondary .widget .actions, .page-template-page-front-door #secondary .widget .actions {
      margin-top: 2em; }
    .page-template-page-doctors #secondary #filterWithin, .page-template-page-front-door #secondary #filterWithin {
      width: 100px; }
    .page-template-page-doctors #secondary #doctorFirstName, .page-template-page-front-door #secondary #doctorFirstName {
      margin-bottom: 0.5em; }
    @media screen and (min-width: 992px) {
      .page-template-page-doctors #secondary #locationWithinFormGroup ul.dropdown-menu, .page-template-page-front-door #secondary #locationWithinFormGroup ul.dropdown-menu {
        max-width: 100%; } }
    @media screen and (max-width: 991px) {
      .page-template-page-doctors #secondary #locationWithinFormGroup ul.dropdown-menu li a, .page-template-page-front-door #secondary #locationWithinFormGroup ul.dropdown-menu li a {
        padding-top: 0.6em;
        padding-bottom: 0.6em;
        font-size: 14px;
        white-space: normal; } }
  .page-template-page-doctors .views.loading, .page-template-page-front-door .views.loading {
    position: relative; }
    .page-template-page-doctors .views.loading .loader, .page-template-page-front-door .views.loading .loader {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
    .page-template-page-doctors .views.loading .list-view,
    .page-template-page-doctors .views.loading .map-view, .page-template-page-front-door .views.loading .list-view,
    .page-template-page-front-door .views.loading .map-view {
      opacity: 0.1; }
  .page-template-page-doctors .list-view .doctor, .page-template-page-front-door .list-view .doctor {
    width: 100%;
    margin-bottom: 2em;
    border: 1px solid #eaf0f1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-shadow: 0px 0px 1px 1px #eaf0f1;
            box-shadow: 0px 0px 1px 1px #eaf0f1; }
    @media screen and (min-width: 992px) {
      .page-template-page-doctors .list-view .doctor, .page-template-page-front-door .list-view .doctor {
        margin-bottom: 3em; } }
    .page-template-page-doctors .list-view .doctor:last-of-type, .page-template-page-front-door .list-view .doctor:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border: 0; }
      @media screen and (min-width: 1200px) {
        .page-template-page-doctors .list-view .doctor:last-of-type, .page-template-page-front-door .list-view .doctor:last-of-type {
          padding-bottom: 30px; } }
    .page-template-page-doctors .list-view .doctor .fa, .page-template-page-doctors .page-template-page-locations .list-view .doctor .location .info .description .phone-fax > div:before, .page-template-page-locations .page-template-page-doctors .list-view .doctor .location .info .description .phone-fax > div:before, .page-template-page-doctors .page-template-page-locations .list-view .location .info .description .doctor .phone-fax > div:before, .page-template-page-locations .page-template-page-doctors .list-view .location .info .description .doctor .phone-fax > div:before, .page-template-page-doctors .page-template-page-front-door .list-view .doctor .location .info .description .phone-fax > div:before, .page-template-page-front-door .page-template-page-doctors .list-view .doctor .location .info .description .phone-fax > div:before, .page-template-page-doctors .page-template-page-front-door .list-view .location .info .description .doctor .phone-fax > div:before, .page-template-page-front-door .page-template-page-doctors .list-view .location .info .description .doctor .phone-fax > div:before, .page-template-page-doctors .list-view .doctor .info .tel:before, .page-template-page-doctors .list-view .doctor .page-template-provider #locations .location .info .description .phone-fax > div:before, .page-template-provider #locations .location .info .description .page-template-page-doctors .list-view .doctor .phone-fax > div:before, .page-template-page-doctors .list-view .doctor body #servicelines .appointment-mod .appt-item .info .tel:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-doctors .list-view .doctor .tel:before, .page-template-page-doctors .list-view .doctor body #servicelines .appointment-mod .appt-item .info .fax:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-doctors .list-view .doctor .fax:before, .page-template-page-doctors body.page-template-page-homepage-2020 .list-view .doctor .location .info .description .phone-fax > div:before, body.page-template-page-homepage-2020 .page-template-page-doctors .list-view .doctor .location .info .description .phone-fax > div:before, .page-template-page-doctors body.page-template-page-homepage-2020 .list-view .location .info .description .doctor .phone-fax > div:before, body.page-template-page-homepage-2020 .page-template-page-doctors .list-view .location .info .description .doctor .phone-fax > div:before, .page-template-page-front-door .list-view .doctor .fa, .page-template-page-front-door .list-view .doctor .location .info .description .phone-fax > div:before, .page-template-page-front-door .list-view .location .info .description .doctor .phone-fax > div:before, .page-template-page-front-door .list-view .doctor .info .tel:before, .page-template-page-front-door .list-view .doctor .page-template-provider #locations .location .info .description .phone-fax > div:before, .page-template-provider #locations .location .info .description .page-template-page-front-door .list-view .doctor .phone-fax > div:before, .page-template-page-front-door .list-view .doctor body #servicelines .appointment-mod .appt-item .info .tel:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-front-door .list-view .doctor .tel:before, .page-template-page-front-door .list-view .doctor body #servicelines .appointment-mod .appt-item .info .fax:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-front-door .list-view .doctor .fax:before {
      font-family: FontAwesome;
      color: #425563;
      position: absolute;
      font-size: 20px; }
    .page-template-page-doctors .list-view .doctor .info, .page-template-page-front-door .list-view .doctor .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #eaf0f1;
      padding: 10px 5px; }
      @media (min-width: 768px) {
        .page-template-page-doctors .list-view .doctor .info, .page-template-page-front-door .list-view .doctor .info {
          position: relative;
          padding: 20px; } }
      .page-template-page-doctors .list-view .doctor .info > .image, .page-template-page-front-door .list-view .doctor .info > .image {
        margin-right: 1em; }
        .page-template-page-doctors .list-view .doctor .info > .image .inner, .page-template-page-front-door .list-view .doctor .info > .image .inner {
          display: block;
          width: 100px;
          height: 100px;
          border-radius: 100px;
          background: #eaf0f1;
          background-position: center top;
          background-size: cover;
          background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .page-template-page-doctors .list-view .doctor .info .details, .page-template-page-front-door .list-view .doctor .info .details {
          margin-right: 125px; } }
      .page-template-page-doctors .list-view .doctor .info .accepting-new-patients, .page-template-page-front-door .list-view .doctor .info .accepting-new-patients {
        display: block;
        font-weight: bold;
        color: #425563;
        margin-bottom: 0.4em; }
      .page-template-page-doctors .list-view .doctor .info .title,
      .page-template-page-doctors .list-view .doctor .info .appointment,
      .page-template-page-doctors .list-view .doctor .info .category, .page-template-page-front-door .list-view .doctor .info .title,
      .page-template-page-front-door .list-view .doctor .info .appointment,
      .page-template-page-front-door .list-view .doctor .info .category {
        margin: 0 0 0.4em 0; }
      .page-template-page-doctors .list-view .doctor .info .title, .page-template-page-front-door .list-view .doctor .info .title {
        font-size: 18px;
        font-weight: bold;
        color: #425563; }
      .page-template-page-doctors .list-view .doctor .info .appointment, .page-template-page-front-door .list-view .doctor .info .appointment {
        display: inline-block; }
        .page-template-page-doctors .list-view .doctor .info .appointment a, .page-template-page-front-door .list-view .doctor .info .appointment a {
          display: block; }
      .page-template-page-doctors .list-view .doctor .info .tel, .page-template-page-front-door .list-view .doctor .info .tel {
        padding-left: 25px;
        position: relative; }
        .page-template-page-doctors .list-view .doctor .info .tel:hover, .page-template-page-doctors .list-view .doctor .info .tel:focus, .page-template-page-doctors .list-view .doctor .info .tel:active, .page-template-page-front-door .list-view .doctor .info .tel:hover, .page-template-page-front-door .list-view .doctor .info .tel:focus, .page-template-page-front-door .list-view .doctor .info .tel:active {
          text-decoration: none;
          color: #c53c00; }
        .page-template-page-doctors .list-view .doctor .info .tel:before, .page-template-page-front-door .list-view .doctor .info .tel:before {
          content: "\f095";
          left: 0px; }
      .page-template-page-doctors .list-view .doctor .info .schedule-online, .page-template-page-front-door .list-view .doctor .info .schedule-online {
        margin-top: 0.4em;
        font-weight: normal; }
      .page-template-page-doctors .list-view .doctor .info .category, .page-template-page-front-door .list-view .doctor .info .category {
        font-style: italic;
        color: #425563; }
        @media (min-width: 768px) {
          .page-template-page-doctors .list-view .doctor .info .category, .page-template-page-front-door .list-view .doctor .info .category {
            margin-bottom: 0; } }
      .page-template-page-doctors .list-view .doctor .info .right-actions a, .page-template-page-front-door .list-view .doctor .info .right-actions a {
        font-weight: 550; }
      @media (min-width: 768px) {
        .page-template-page-doctors .list-view .doctor .info .right-actions, .page-template-page-front-door .list-view .doctor .info .right-actions {
          position: absolute;
          top: 20px;
          right: 20px;
          text-align: right; } }
      .page-template-page-doctors .list-view .doctor .info .right-actions .schedule-an-appointment-button, .page-template-page-front-door .list-view .doctor .info .right-actions .schedule-an-appointment-button {
        display: block !important;
        margin-bottom: 8px;
        width: 150px; }
      .page-template-page-doctors .list-view .doctor .info .profile-btn, .page-template-page-front-door .list-view .doctor .info .profile-btn {
        font-weight: normal; }
        .page-template-page-doctors .list-view .doctor .info .profile-btn > span, .page-template-page-front-door .list-view .doctor .info .profile-btn > span {
          display: inline-block;
          padding: 5px 15px; }
      .page-template-page-doctors .list-view .doctor .info .rating, .page-template-page-front-door .list-view .doctor .info .rating {
        margin: 5px 0; }
        .page-template-page-doctors .list-view .doctor .info .rating .stars, .page-template-page-front-door .list-view .doctor .info .rating .stars {
          display: inline-block;
          position: relative;
          height: 22px;
          width: 130px;
          background: #c9d7db; }
          .page-template-page-doctors .list-view .doctor .info .rating .stars .percentage, .page-template-page-front-door .list-view .doctor .info .rating .stars .percentage {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            background: #a6093d; }
          .page-template-page-doctors .list-view .doctor .info .rating .stars .image, .page-template-page-front-door .list-view .doctor .info .rating .stars .image {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: url("img/mask-stars-grey.png");
            background-size: 100%;
            background-repeat: no-repeat; }
    .page-template-page-doctors .list-view .doctor .doctor-row, .page-template-page-front-door .list-view .doctor .doctor-row {
      padding: 15px;
      color: #425563; }
      @media (min-width: 768px) {
        .page-template-page-doctors .list-view .doctor .doctor-row, .page-template-page-front-door .list-view .doctor .doctor-row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .page-template-page-doctors .list-view .doctor .doctor-row > div, .page-template-page-front-door .list-view .doctor .doctor-row > div {
        padding: 5px 0; }
        @media (min-width: 768px) {
          .page-template-page-doctors .list-view .doctor .doctor-row > div, .page-template-page-front-door .list-view .doctor .doctor-row > div {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; } }
      .page-template-page-doctors .list-view .doctor .doctor-row h3:after, .page-template-page-front-door .list-view .doctor .doctor-row h3:after {
        content: "";
        position: absolute;
        width: 55px;
        height: 1px;
        border-bottom: 2px solid #a6093d;
        left: 0;
        bottom: 0; }
      .page-template-page-doctors .list-view .doctor .doctor-row h3, .page-template-page-front-door .list-view .doctor .doctor-row h3 {
        display: block;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: bold;
        color: #425563; }
      .page-template-page-doctors .list-view .doctor .doctor-row .primary-location, .page-template-page-front-door .list-view .doctor .doctor-row .primary-location {
        position: relative; }
        @media (min-width: 768px) {
          .page-template-page-doctors .list-view .doctor .doctor-row .primary-location, .page-template-page-front-door .list-view .doctor .doctor-row .primary-location {
            padding-right: 25px; } }
        .page-template-page-doctors .list-view .doctor .doctor-row .primary-location h3, .page-template-page-front-door .list-view .doctor .doctor-row .primary-location h3 {
          margin-top: 0; }
        .page-template-page-doctors .list-view .doctor .doctor-row .primary-location .address, .page-template-page-front-door .list-view .doctor .doctor-row .primary-location .address {
          display: block;
          margin-bottom: .1em; }
          .page-template-page-doctors .list-view .doctor .doctor-row .primary-location .address:before, .page-template-page-front-door .list-view .doctor .doctor-row .primary-location .address:before {
            content: '\f041';
            font-family: 'FontAwesome';
            margin-right: 8px; }
          .page-template-page-doctors .list-view .doctor .doctor-row .primary-location .address:hover, .page-template-page-front-door .list-view .doctor .doctor-row .primary-location .address:hover {
            text-decoration: none; }
        .page-template-page-doctors .list-view .doctor .doctor-row .primary-location .directions-map, .page-template-page-front-door .list-view .doctor .doctor-row .primary-location .directions-map {
          margin-top: 20px; }
          .page-template-page-doctors .list-view .doctor .doctor-row .primary-location .directions-map a, .page-template-page-front-door .list-view .doctor .doctor-row .primary-location .directions-map a {
            padding: 5px 15px; }
      @media (max-width: 767px) {
        .page-template-page-doctors .list-view .doctor .doctor-row .primary-location + .specialties:before, .page-template-page-front-door .list-view .doctor .doctor-row .primary-location + .specialties:before {
          border-top: 1px solid #a4bcc2; } }
      @media (min-width: 768px) {
        .page-template-page-doctors .list-view .doctor .doctor-row .primary-location + .specialties:before, .page-template-page-front-door .list-view .doctor .doctor-row .primary-location + .specialties:before {
          border: 1px solid #eaf0f1; } }
      .page-template-page-doctors .list-view .doctor .doctor-row .specialties, .page-template-page-front-door .list-view .doctor .doctor-row .specialties {
        position: relative; }
        @media (max-width: 767px) {
          .page-template-page-doctors .list-view .doctor .doctor-row .specialties, .page-template-page-front-door .list-view .doctor .doctor-row .specialties {
            margin-top: 22px;
            padding-top: 5px; }
            .page-template-page-doctors .list-view .doctor .doctor-row .specialties:before, .page-template-page-front-door .list-view .doctor .doctor-row .specialties:before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              width: 150px;
              height: 1px; } }
        @media (min-width: 768px) {
          .page-template-page-doctors .list-view .doctor .doctor-row .specialties, .page-template-page-front-door .list-view .doctor .doctor-row .specialties {
            padding-left: 25px; }
            .page-template-page-doctors .list-view .doctor .doctor-row .specialties:before, .page-template-page-front-door .list-view .doctor .doctor-row .specialties:before {
              content: "";
              position: absolute;
              display: block;
              top: 50%;
              left: 0;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
              width: 1px;
              height: 100px;
              opacity: 0.5; } }
        @media (min-width: 768px) {
          .page-template-page-doctors .list-view .doctor .doctor-row .specialties h3, .page-template-page-front-door .list-view .doctor .doctor-row .specialties h3 {
            margin-top: 0; } }
        .page-template-page-doctors .list-view .doctor .doctor-row .specialties ul, .page-template-page-front-door .list-view .doctor .doctor-row .specialties ul {
          margin: 0;
          padding-left: 15px;
          list-style: none; }
          .page-template-page-doctors .list-view .doctor .doctor-row .specialties ul li, .page-template-page-front-door .list-view .doctor .doctor-row .specialties ul li {
            font-style: italic;
            position: relative;
            margin-bottom: .1em; }
            .page-template-page-doctors .list-view .doctor .doctor-row .specialties ul li:before, .page-template-page-front-door .list-view .doctor .doctor-row .specialties ul li:before {
              content: "•";
              color: #a6093d;
              position: absolute;
              left: -15px; }
            .page-template-page-doctors .list-view .doctor .doctor-row .specialties ul li.view-more:before, .page-template-page-front-door .list-view .doctor .doctor-row .specialties ul li.view-more:before {
              content: "\00a0"; }
  .page-template-page-doctors .list-view .suggested-results-heading, .page-template-page-front-door .list-view .suggested-results-heading {
    margin-bottom: 1em;
    padding-bottom: 0.5em; }
    .page-template-page-doctors .list-view .suggested-results-heading .suggested-results-title, .page-template-page-front-door .list-view .suggested-results-heading .suggested-results-title {
      font-size: 21px;
      margin-bottom: 3px; }
  .page-template-page-doctors .map-view #map_wrapper, .page-template-page-front-door .map-view #map_wrapper {
    height: 50vw;
    min-height: 300px;
    max-height: 700px; }
  .page-template-page-doctors .map-view #map_canvas, .page-template-page-front-door .map-view #map_canvas {
    width: 100%;
    height: 100%; }
  .page-template-page-doctors .pagination.results, .page-template-page-front-door .pagination.results {
    margin-top: 3em; }
  .page-template-page-doctors ul.ui-autocomplete, .page-template-page-front-door ul.ui-autocomplete {
    padding: 0.5em 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #FFFFFF;
    z-index: 9999999; }
    .page-template-page-doctors ul.ui-autocomplete li a, .page-template-page-front-door ul.ui-autocomplete li a {
      display: block;
      padding: 3px 0.7em;
      line-height: 1.4286;
      text-decoration: none;
      color: black; }
    .page-template-page-doctors ul.ui-autocomplete li:focus, .page-template-page-doctors ul.ui-autocomplete li:hover, .page-template-page-front-door ul.ui-autocomplete li:focus, .page-template-page-front-door ul.ui-autocomplete li:hover {
      border-color: #eaf0f1;
      background: #eaf0f1;
      cursor: pointer; }

/* Doctor single page
-------------------------------------------------- */
.page-template-provider.providers-index h2:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  background-color: transparent;
  margin-top: 0; }

.page-template-provider .btn {
  font-size: 16px; }

.page-template-provider #content {
  margin-top: 0 !important; }

.page-template-provider h2.filter-your-results:after, .page-template-provider .entry-content h2:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #a6093d;
  margin-top: 20px; }

.page-template-provider .hero-container {
  background-color: #445763;
  margin-top: 80px; }
  .page-template-provider .hero-container > .container {
    position: relative; }
  .page-template-provider .hero-container .profile-image {
    position: absolute;
    width: 100px;
    height: 130px;
    top: 15px;
    right: 15px;
    border: 3px solid white;
    background-size: cover;
    background-position: center center;
    background-color: #eaf0f1;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .page-template-provider .hero-container .profile-image {
        width: 200px;
        height: 260px;
        right: 30px;
        top: 50px; } }
  .page-template-provider .hero-container .hero-overlay {
    display: inline-block;
    max-width: 92%;
    padding: 30px;
    background: #222b31;
    border-left: 4px solid #a6093d;
    margin: 130px 0 50px;
    color: white; }
    @media (min-width: 768px) {
      .page-template-provider .hero-container .hero-overlay {
        max-width: 420px;
        margin-top: 50px; } }
    @media (min-width: 992px) {
      .page-template-provider .hero-container .hero-overlay {
        max-width: 650px; } }
    .page-template-provider .hero-container .hero-overlay h1 {
      margin: 0 0 20px 0;
      font-size: 20px; }
      @media (min-width: 768px) {
        .page-template-provider .hero-container .hero-overlay h1 {
          font-size: 28px;
          margin-bottom: 20px; } }
    .page-template-provider .hero-container .hero-overlay a {
      color: white; }
      .page-template-provider .hero-container .hero-overlay a:hover {
        color: white;
        text-decoration: underline; }
    .page-template-provider .hero-container .hero-overlay .online-scheduling-block {
      margin-top: 8px; }
      .page-template-provider .hero-container .hero-overlay .online-scheduling-block .schedule-an-appointment-button {
        margin-right: 15px; }
        .page-template-provider .hero-container .hero-overlay .online-scheduling-block .schedule-an-appointment-button:hover {
          text-decoration: none; }
      .page-template-provider .hero-container .hero-overlay .online-scheduling-block .accepting-new-patients {
        font-weight: bold;
        margin-top: 8px; }
        @media (min-width: 768px) {
          .page-template-provider .hero-container .hero-overlay .online-scheduling-block .accepting-new-patients {
            display: inline-block; } }
    .page-template-provider .hero-container .hero-overlay .rating {
      margin: 0.7em 0 0;
      font-size: 14px;
      font-weight: normal; }
      .page-template-provider .hero-container .hero-overlay .rating:hover {
        text-decoration: none; }
      .page-template-provider .hero-container .hero-overlay .rating .stars {
        display: inline-block;
        position: relative;
        height: 17px;
        width: 100px;
        background: #eaf0f1; }
        .page-template-provider .hero-container .hero-overlay .rating .stars .percentage {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          background: #a6093d; }
        .page-template-provider .hero-container .hero-overlay .rating .stars .image {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          background: url("img/mask-stars-darkgrey.png");
          background-size: 100%; }
      .page-template-provider .hero-container .hero-overlay .rating .reviews {
        position: relative;
        top: -0.1em;
        padding-left: 1em; }
    .page-template-provider .hero-container .hero-overlay .practice > div {
      margin-top: 8px; }
  @media screen and (min-width: 768px) {
    .page-template-provider .hero-container {
      margin-top: 80px; } }
  @media screen and (min-width: 992px) {
    .page-template-provider .hero-container {
      margin-top: 80px; } }
  @media screen and (min-width: 1200px) {
    .page-template-provider .hero-container {
      margin-top: 115px; } }

.page-template-provider #breadcrumbs {
  padding: 20px 0;
  background-color: #F6F7F8; }
  @media screen and (max-width: 767px) {
    .page-template-provider #breadcrumbs {
      font-size: 12px; } }
  .page-template-provider #breadcrumbs a, .page-template-provider #breadcrumbs i {
    color: #576872;
    opacity: .6; }
  .page-template-provider #breadcrumbs a, .page-template-provider #breadcrumbs span, .page-template-provider #breadcrumbs i {
    font-weight: 800; }
  .page-template-provider #breadcrumbs a.home:before {
    color: #576872;
    content: '\f015';
    font-family: 'FontAwesome';
    margin-right: 8px; }
  .page-template-provider #breadcrumbs .fa-angle-right {
    font-size: 10px;
    margin: 0 4px; }

.page-template-provider #quick-links {
  margin: 18px 0 0 0px; }
  @media (min-width: 768px) {
    .page-template-provider #quick-links {
      margin: 35px 0 0px -25px; } }
  .page-template-provider #quick-links.fixed .nav {
    max-width: none; }
  .page-template-provider #quick-links.fixed .actions {
    display: table-cell;
    border-bottom: none; }
  .page-template-provider #quick-links .container {
    display: block; }
  .page-template-provider #quick-links .nav {
    font-size: 16px;
    border-bottom: none; }
    @media (min-width: 768px) {
      .page-template-provider #quick-links .nav {
        max-width: 485px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .page-template-provider #quick-links .nav {
        max-width: 640px;
        padding-left: 0; } }
    @media (min-width: 1200px) {
      .page-template-provider #quick-links .nav {
        max-width: 870px; } }
    .page-template-provider #quick-links .nav li a {
      font-weight: 800; }
  .page-template-provider #quick-links .actions {
    display: none; }

.page-template-provider #locations .location {
  width: 100%;
  margin-bottom: 2em;
  border: 1px solid #eaf0f1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0px 0px 1px 1px #eaf0f1;
          box-shadow: 0px 0px 1px 1px #eaf0f1; }
  .page-template-provider #locations .location .fa, .page-template-provider #locations .location .page-template-page-doctors .list-view .doctor .info .tel:before, .page-template-page-doctors .list-view .doctor .info .page-template-provider #locations .location .tel:before, .page-template-provider #locations .location .page-template-page-front-door .list-view .doctor .info .tel:before, .page-template-page-front-door .list-view .doctor .info .page-template-provider #locations .location .tel:before, .page-template-provider #locations .location .info .description .phone-fax > div:before, .page-template-provider #locations .location body #servicelines .appointment-mod .appt-item .info .tel:before, body #servicelines .appointment-mod .appt-item .info .page-template-provider #locations .location .tel:before, .page-template-provider #locations .location body #servicelines .appointment-mod .appt-item .info .fax:before, body #servicelines .appointment-mod .appt-item .info .page-template-provider #locations .location .fax:before {
    font-family: FontAwesome;
    color: #425563;
    position: absolute;
    font-size: 20px; }
    .page-template-provider #locations .location .fa:hover, .page-template-provider #locations .location .page-template-page-doctors .list-view .doctor .info .tel:hover:before, .page-template-page-doctors .list-view .doctor .info .page-template-provider #locations .location .tel:hover:before, .page-template-provider #locations .location .page-template-page-front-door .list-view .doctor .info .tel:hover:before, .page-template-page-front-door .list-view .doctor .info .page-template-provider #locations .location .tel:hover:before, .page-template-provider #locations .location .info .description .phone-fax > div:hover:before, .page-template-provider #locations .location body #servicelines .appointment-mod .appt-item .info .tel:hover:before, body #servicelines .appointment-mod .appt-item .info .page-template-provider #locations .location .tel:hover:before, .page-template-provider #locations .location body #servicelines .appointment-mod .appt-item .info .fax:hover:before, body #servicelines .appointment-mod .appt-item .info .page-template-provider #locations .location .fax:hover:before, .page-template-provider #locations .location .fa:focus, .page-template-provider #locations .location .page-template-page-doctors .list-view .doctor .info .tel:focus:before, .page-template-page-doctors .list-view .doctor .info .page-template-provider #locations .location .tel:focus:before, .page-template-provider #locations .location .page-template-page-front-door .list-view .doctor .info .tel:focus:before, .page-template-page-front-door .list-view .doctor .info .page-template-provider #locations .location .tel:focus:before, .page-template-provider #locations .location .info .description .phone-fax > div:focus:before, .page-template-provider #locations .location body #servicelines .appointment-mod .appt-item .info .tel:focus:before, body #servicelines .appointment-mod .appt-item .info .page-template-provider #locations .location .tel:focus:before, .page-template-provider #locations .location body #servicelines .appointment-mod .appt-item .info .fax:focus:before, body #servicelines .appointment-mod .appt-item .info .page-template-provider #locations .location .fax:focus:before, .page-template-provider #locations .location .fa:active, .page-template-provider #locations .location .page-template-page-doctors .list-view .doctor .info .tel:active:before, .page-template-page-doctors .list-view .doctor .info .page-template-provider #locations .location .tel:active:before, .page-template-provider #locations .location .page-template-page-front-door .list-view .doctor .info .tel:active:before, .page-template-page-front-door .list-view .doctor .info .page-template-provider #locations .location .tel:active:before, .page-template-provider #locations .location .info .description .phone-fax > div:active:before, .page-template-provider #locations .location body #servicelines .appointment-mod .appt-item .info .tel:active:before, body #servicelines .appointment-mod .appt-item .info .page-template-provider #locations .location .tel:active:before, .page-template-provider #locations .location body #servicelines .appointment-mod .appt-item .info .fax:active:before, body #servicelines .appointment-mod .appt-item .info .page-template-provider #locations .location .fax:active:before {
      text-decoration: none; }
  .page-template-provider #locations .location .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #eaf0f1;
    padding: 10px 5px; }
    @media (min-width: 768px) {
      .page-template-provider #locations .location .info {
        position: relative;
        padding: 20px; } }
    @media (min-width: 768px) {
      .page-template-provider #locations .location .info .description {
        margin-right: 125px; } }
    .page-template-provider #locations .location .info .description h3, .page-template-provider #locations .location .info .description .phone-fax, .page-template-provider #locations .location .info .description .category {
      margin: 0 0 0.4em 0; }
    .page-template-provider #locations .location .info .description h3 {
      font-size: 18px;
      font-weight: bold; }
      .page-template-provider #locations .location .info .description h3 a:hover {
        color: #c53c00; }
    .page-template-provider #locations .location .info .description .phone-fax > div {
      position: relative;
      padding-left: 25px; }
      .page-template-provider #locations .location .info .description .phone-fax > div:before {
        left: 0px; }
    .page-template-provider #locations .location .info .description .phone-fax .phone:before {
      content: "\f095"; }
    .page-template-provider #locations .location .info .description .phone-fax .phone a:hover {
      color: #c53c00; }
    .page-template-provider #locations .location .info .description .phone-fax .fax:before {
      content: "\f1ac"; }
    .page-template-provider #locations .location .info .description .category {
      font-style: italic;
      color: #425563; }
    @media (min-width: 768px) {
      .page-template-provider #locations .location .info .description .actions {
        position: absolute;
        top: 20px;
        right: 20px; } }
    .page-template-provider #locations .location .info .description .actions > a {
      font-weight: normal;
      padding: 5px 20px; }
  .page-template-provider #locations .location .details {
    padding: 15px;
    color: #425563; }
    @media (min-width: 768px) {
      .page-template-provider #locations .location .details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .page-template-provider #locations .location .details .contact, .page-template-provider #locations .location .details .hours {
      padding: 5px 0; }
      @media (min-width: 768px) {
        .page-template-provider #locations .location .details .contact, .page-template-provider #locations .location .details .hours {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; } }
    @media (min-width: 768px) {
      .page-template-provider #locations .location .details .contact {
        padding-right: 25px; } }
    .page-template-provider #locations .location .details .contact .address {
      display: inline-block; }
    .page-template-provider #locations .location .details .hours {
      position: relative; }
      @media (max-width: 767px) {
        .page-template-provider #locations .location .details .hours {
          margin-top: 22px;
          padding-top: 27px; } }
      @media (min-width: 768px) {
        .page-template-provider #locations .location .details .hours {
          padding-left: 25px; } }
      @media (max-width: 767px) {
        .page-template-provider #locations .location .details .hours:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 150px;
          height: 1px;
          border-top: 1px solid #a4bcc2; } }
      @media (min-width: 768px) {
        .page-template-provider #locations .location .details .hours:before {
          content: "";
          position: absolute;
          display: block;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          border: 1px solid #eaf0f1;
          width: 1px;
          height: 100px;
          opacity: 0.5; } }
      .page-template-provider #locations .location .details .hours > div {
        font-weight: bold; }
        .page-template-provider #locations .location .details .hours > div span {
          display: inline-block;
          width: 100px;
          font-weight: normal; }

@media screen and (min-width: 992px) {
  .page-template-provider .widget.schedule-online {
    padding-left: 20px; } }

@media screen and (min-width: 1200px) {
  .page-template-provider .widget.schedule-online {
    padding-left: 30px; } }

@media screen and (min-width: 768px) {
  .page-template-provider .entry-content {
    margin-top: 0; } }

.page-template-provider .entry-content .tab-content {
  /*.address { line-height: 1.6;
        @media screen and (min-width: 768px) { line-height: 1.8; }
      }*/ }
  .page-template-provider .entry-content .tab-content .additional-info {
    margin-top: 2em; }
    @media screen and (min-width: 768px) {
      .page-template-provider .entry-content .tab-content .additional-info {
        margin-top: 0; } }
    .page-template-provider .entry-content .tab-content .additional-info dl {
      margin-bottom: 0; }
    .page-template-provider .entry-content .tab-content .additional-info dt,
    .page-template-provider .entry-content .tab-content .additional-info dd {
      margin-bottom: 0.5em; }
      .page-template-provider .entry-content .tab-content .additional-info dt:last-of-type,
      .page-template-provider .entry-content .tab-content .additional-info dd:last-of-type {
        margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .page-template-provider .entry-content .tab-content .additional-info dt {
        width: 60px; } }
    @media screen and (min-width: 768px) {
      .page-template-provider .entry-content .tab-content .additional-info dd {
        margin-left: 80px; } }
  .page-template-provider .entry-content .tab-content .show-map {
    cursor: pointer; }
  .page-template-provider .entry-content .tab-content .location-map {
    display: none;
    margin-top: 2em;
    height: 200px;
    background: #eaf0f1; }
    @media screen and (min-width: 768px) {
      .page-template-provider .entry-content .tab-content .location-map {
        height: 250px; } }
    @media screen and (min-width: 992px) {
      .page-template-provider .entry-content .tab-content .location-map {
        height: 300px; } }
    @media screen and (min-width: 1200px) {
      .page-template-provider .entry-content .tab-content .location-map {
        height: 350px; } }

@media screen and (min-width: 768px) {
  .page-template-provider .entry-content #qualifications dt {
    text-align: left;
    font-weight: normal;
    color: #587C84;
    white-space: normal; } }

@media screen and (min-width: 768px) {
  .page-template-provider .entry-content #qualifications dd {
    margin: 0 0 2em;
    padding-left: 180px;
    padding-bottom: 2em;
    border-bottom: 1px solid #a4bcc2; } }

.page-template-provider .entry-content #qualifications dd:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0; }

.page-template-provider .entry-content #qualifications dd > :last-child {
  margin-bottom: 0 !important; }

@media screen and (min-width: 1200px) {
  .page-template-provider .entry-content #qualifications dd p {
    font-size: 16px; } }

.page-template-provider .entry-content #qualifications dd table th {
  background-color: transparent;
  color: #2e3b44;
  font-weight: bold; }

.page-template-provider .entry-content #qualifications table th {
  padding-top: 0;
  font-weight: normal;
  color: #a4bcc2;
  border-color: #c9d7db; }

.page-template-provider .entry-content #qualifications table tbody tr td {
  border-color: #c9d7db; }

.page-template-provider #make-an-appointment .inner {
  display: none;
  margin-bottom: 1em;
  padding: 1em;
  background: #eaf0f1;
  border-radius: 3px;
  border: 1px solid #a4bcc2; }
  @media screen and (min-width: 768px) {
    .page-template-provider #make-an-appointment .inner {
      margin-bottom: 2em;
      padding: 1.5em; } }
  @media screen and (min-width: 992px) {
    .page-template-provider #make-an-appointment .inner {
      margin-bottom: 3em;
      padding: 2em; } }
  @media screen and (min-width: 1200px) {
    .page-template-provider #make-an-appointment .inner {
      margin-bottom: 4em; } }
  @media screen and (max-width: 767px) {
    .page-template-provider #make-an-appointment .inner div[class^='col-'] {
      margin-bottom: 3em; } }
  @media screen and (max-width: 767px) {
    .page-template-provider #make-an-appointment .inner div[class^='col-']:last-of-type {
      margin-bottom: 0; } }
  .page-template-provider #make-an-appointment .inner div[class^='col-'] > :first-child {
    margin-top: 0 !important; }
  .page-template-provider #make-an-appointment .inner div[class^='col-'] > :last-child {
    margin-bottom: 0 !important; }

.page-template-provider #make-an-appointment h2 {
  margin: 0 0 1em;
  font-size: 21px;
  color: #2e3b44; }
  @media screen and (min-width: 1200px) {
    .page-template-provider #make-an-appointment h2 {
      font-size: 24px; } }

.page-template-provider #secondary {
  margin-top: 0; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .page-template-provider #secondary {
      margin-bottom: 3em; } }
  .page-template-provider #secondary h2.widget-title {
    border-bottom: none; }

@media screen and (min-width: 768px) {
  .page-template-provider .schedule-online .top {
    padding-bottom: 1em;
    border-bottom: 1px solid #a4bcc2; } }

@media screen and (min-width: 992px) {
  .page-template-provider .schedule-online .top {
    padding-bottom: 1.5em; } }

@media screen and (min-width: 1200px) {
  .page-template-provider .schedule-online .top {
    padding-bottom: 1.5em; } }

.page-template-provider .schedule-online .top .breadcrumb {
  margin: 0 0 1.5em;
  padding: 0;
  font-size: 0.9em;
  background: 0;
  border-radius: 0; }
  @media screen and (min-width: 768px) {
    .page-template-provider .schedule-online .top .breadcrumb {
      margin-bottom: 0; } }
  .page-template-provider .schedule-online .top .breadcrumb li {
    margin-bottom: 0;
    color: #425563; }
    .page-template-provider .schedule-online .top .breadcrumb li.active {
      font-weight: bold;
      color: #425563; }
    .page-template-provider .schedule-online .top .breadcrumb li + li:before {
      content: ' ';
      font-family: Fontawesome; }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        .page-template-provider .schedule-online .top .breadcrumb li + li:before {
          padding: 0 2px; } }

@media screen and (min-width: 768px) {
  .page-template-provider .schedule-online .content {
    padding-top: 1em; } }

@media screen and (min-width: 992px) {
  .page-template-provider .schedule-online .content {
    padding-top: 1.5em; } }

@media screen and (min-width: 1200px) {
  .page-template-provider .schedule-online .content {
    padding-top: 2em; } }

.page-template-provider .schedule-online .content .location {
  position: relative;
  margin-bottom: 2em;
  padding-left: 1.2em; }
  @media screen and (min-width: 1200px) {
    .page-template-provider .schedule-online .content .location {
      margin-bottom: 2.5em;
      padding-left: 1.5em; } }
  .page-template-provider .schedule-online .content .location:before {
    position: absolute;
    top: -0.2em;
    left: 0;
    content: '';
    font-family: Fontawesome;
    color: #a6093d; }
  @media screen and (min-width: 768px) {
    .page-template-provider .schedule-online .content .location:last-of-type {
      margin-bottom: 0; } }

.page-template-provider .schedule-online .content h4 {
  margin-bottom: 0.25em;
  font-size: 16px;
  font-weight: bold; }

.page-template-provider .schedule-online .content .distance {
  margin-bottom: 0.4em;
  font-size: 0.9em;
  font-style: italic; }

.page-template-provider #reviews {
  margin: 3em 0 0;
  padding: 2em 0;
  background: #eaf0f1; }
  @media screen and (min-width: 768px) {
    .page-template-provider #reviews {
      margin-top: 4em; } }
  @media screen and (min-width: 992px) {
    .page-template-provider #reviews {
      margin-top: 5em; } }
  @media screen and (min-width: 1200px) {
    .page-template-provider #reviews {
      margin-top: 6em;
      padding: 3em 0; } }
  .page-template-provider #reviews h2 {
    margin: 1em 0;
    font-size: 21px;
    font-weight: bold; }
    @media screen and (min-width: 992px) {
      .page-template-provider #reviews h2 {
        font-size: 24px; } }
    @media screen and (min-width: 1200px) {
      .page-template-provider #reviews h2 {
        font-size: 30px; } }
  .page-template-provider #reviews .container > .rating {
    margin: 0.7em 0 1em;
    font-size: 14px;
    font-weight: normal; }
    .page-template-provider #reviews .container > .rating .stars {
      display: block;
      position: relative;
      height: 17px;
      width: 100px;
      margin-bottom: 0.5em;
      background: #eaf0f1; }
      .page-template-provider #reviews .container > .rating .stars .percentage {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #a6093d; }
      .page-template-provider #reviews .container > .rating .stars .image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: url("img/mask-stars-grey.png");
        background-size: 100%; }
  .page-template-provider #reviews .review {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #a4bcc2; }
    @media screen and (min-width: 768px) {
      .page-template-provider #reviews .review {
        display: table;
        width: 100%; } }
    @media screen and (min-width: 1200px) {
      .page-template-provider #reviews .review {
        margin-bottom: 2em;
        padding-bottom: 2em; } }
    .page-template-provider #reviews .review:first-of-type {
      margin-top: 1.5em;
      padding-top: 1.5em;
      border-top: 1px solid #a4bcc2; }
      @media screen and (min-width: 1200px) {
        .page-template-provider #reviews .review:first-of-type {
          margin-top: 2em;
          padding-top: 2em; } }
  @media screen and (min-width: 768px) {
    .page-template-provider #reviews .text {
      display: table-cell;
      vertical-align: top; } }
  .page-template-provider #reviews .pagination {
    margin: 0; }
    @media screen and (min-width: 768px) {
      .page-template-provider #reviews .pagination {
        width: auto; } }
  .page-template-provider #reviews .total-reviews {
    margin-top: 1em;
    color: #768692;
    font-style: italic;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .page-template-provider #reviews .total-reviews {
        float: right;
        margin-top: 3px;
        text-align: right; } }
  .page-template-provider #reviews .ds-comments {
    position: relative; }
    .page-template-provider #reviews .ds-comments .ds-commentprefix {
      margin-bottom: 2em;
      color: #2e3b44; }
      .page-template-provider #reviews .ds-comments .ds-commentprefix .ds-average-max {
        color: #2e3b44; }
      .page-template-provider #reviews .ds-comments .ds-commentprefix .ds-ratingcount {
        display: block;
        margin: 0.5em 0;
        color: #2e3b44; }
    .page-template-provider #reviews .ds-comments .ds-comment {
      display: table;
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      margin-bottom: 1.5em;
      padding-bottom: 1.5em;
      border-bottom: 1px solid #a4bcc2; }
      @media screen and (min-width: 1200px) {
        .page-template-provider #reviews .ds-comments .ds-comment {
          margin-bottom: 2em;
          padding-bottom: 2em; } }
      .page-template-provider #reviews .ds-comments .ds-comment .ds-lcol {
        display: table-cell;
        vertical-align: top;
        float: none;
        width: 120px;
        max-width: auto;
        min-width: auto; }
        @media screen and (min-width: 768px) {
          .page-template-provider #reviews .ds-comments .ds-comment .ds-lcol {
            width: 160px; } }
        @media screen and (min-width: 1200px) {
          .page-template-provider #reviews .ds-comments .ds-comment .ds-lcol {
            width: 200px; } }
        .page-template-provider #reviews .ds-comments .ds-comment .ds-lcol .ds-stars {
          display: block;
          position: relative;
          height: 17px;
          width: 100px;
          background: 0; }
          .page-template-provider #reviews .ds-comments .ds-comment .ds-lcol .ds-stars:before {
            display: block;
            height: 100%;
            width: 0;
            position: absolute;
            top: 0;
            left: 0;
            background: #a6093d;
            content: ''; }
          .page-template-provider #reviews .ds-comments .ds-comment .ds-lcol .ds-stars:after {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: url("img/mask-stars-grey.png");
            background-size: 100%;
            content: ''; }
          .page-template-provider #reviews .ds-comments .ds-comment .ds-lcol .ds-stars.ds-stars1:before {
            width: 20%; }
          .page-template-provider #reviews .ds-comments .ds-comment .ds-lcol .ds-stars.ds-stars2:before {
            width: 40%; }
          .page-template-provider #reviews .ds-comments .ds-comment .ds-lcol .ds-stars.ds-stars3:before {
            width: 60%; }
          .page-template-provider #reviews .ds-comments .ds-comment .ds-lcol .ds-stars.ds-stars4:before {
            width: 80%; }
          .page-template-provider #reviews .ds-comments .ds-comment .ds-lcol .ds-stars.ds-stars5:before {
            width: 100%; }
        .page-template-provider #reviews .ds-comments .ds-comment .ds-lcol .ds-date {
          display: block;
          margin: 0.5em 0 1em;
          color: #5a6f7e;
          font-style: italic;
          font-size: 16px; }
          @media screen and (min-width: 768px) {
            .page-template-provider #reviews .ds-comments .ds-comment .ds-lcol .ds-date {
              margin-bottom: 0; } }
      .page-template-provider #reviews .ds-comments .ds-comment .ds-rcol {
        display: table-cell;
        vertical-align: top;
        width: auto;
        max-width: auto;
        min-width: auto;
        float: none; }
    .page-template-provider #reviews .ds-comments .ds-commentprefix + .ds-comment {
      margin-top: 1.5em;
      padding-top: 1.5em;
      border-top: 1px solid #a4bcc2; }
      @media screen and (min-width: 1200px) {
        .page-template-provider #reviews .ds-comments .ds-commentprefix + .ds-comment {
          margin-top: 2em;
          padding-top: 2em; } }
    .page-template-provider #reviews .ds-comments .ds-divider {
      display: none; }
    .page-template-provider #reviews .ds-comments .ds-comments-more {
      display: block; }
    .page-template-provider #reviews .ds-comments .ds-poweredby {
      text-align: left; }
  .page-template-provider #reviews .ds-summary .ds-title {
    display: none; }
  .page-template-provider #reviews .ds-summary .ds-stars {
    display: none; }

/* My Health Connection
-------------------------------------------------- */
.page-template-page-my-health-connection hr {
  margin: 2em 0 !important; }

.page-template-page-my-health-connection .no-padding {
  padding-bottom: 0; }

.page-template-page-my-health-connection .text-black {
  color: black; }

.page-template-page-my-health-connection .mhc-info-heading {
  line-height: 1.6;
  margin-top: 0; }

.page-template-page-my-health-connection .row {
  margin: 0; }

.page-template-page-my-health-connection .mhc-info-list {
  list-style-image: url("/wp-content/themes/uchealth/img/bullet.png");
  margin-top: 1em !important;
  margin-bottom: 1em !important; }

@media screen and (max-width: 768px) {
  .page-template-page-my-health-connection .su-row {
    margin-top: 20px; } }

@media screen and (max-width: 768px) {
  .page-template-page-my-health-connection .su-row .su-column {
    margin: 0 !important; } }

@media screen and (max-width: 768px) {
  .page-template-page-my-health-connection .su-row .su-column ul {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }

.page-template-page-my-health-connection .mch-content-container {
  padding-left: 0;
  padding-right: 30px; }

@media screen and (max-width: 768px) {
  .page-template-page-my-health-connection .entry-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; } }

.page-template-page-my-health-connection .entry-content .mhc-fraud-page-link {
  margin-bottom: 2em !important; }

.page-template-page-my-health-connection .entry-content .form-column {
  color: #a6093d;
  border: 1px solid #a6093d; }
  .page-template-page-my-health-connection .entry-content .form-column .mhc-sidebar-title {
    margin: 30px 0; }
  @media screen and (max-width: 991px) {
    .page-template-page-my-health-connection .entry-content .form-column {
      margin-bottom: 2em; } }

/* Contact
-------------------------------------------------- */
.page-template-page-contact {
  position: relative; }
  @media screen and (min-width: 991px) {
    .page-template-page-contact {
      min-height: 500px !important; } }
  .page-template-page-contact .page-banner {
    margin-bottom: 0; }
  .page-template-page-contact .entry-title {
    text-align: center;
    padding-top: 60px;
    color: white;
    font-size: 60px;
    font-weight: 600;
    text-shadow: 0px 6px 9px #7A7A7A; }
    @media screen and (max-width: 991px) {
      .page-template-page-contact .entry-title {
        padding-top: 10px;
        padding-left: 30px;
        color: black;
        text-shadow: none;
        font-size: 30px !important; } }
    @media screen and (max-width: 768px) {
      .page-template-page-contact .entry-title {
        padding-left: 15px; } }
  .page-template-page-contact #arc {
    position: absolute;
    bottom: -1px; }
    .page-template-page-contact #arc .st0 {
      fill: #FFFFFF; }
    .page-template-page-contact #arc .st1 {
      -webkit-clip-path: url(#SVGID_2_);
              clip-path: url(#SVGID_2_); }
    .page-template-page-contact #arc .st2 {
      fill: #FFFFFF; }
  .page-template-page-contact .featured-intro {
    font-weight: 550;
    text-align: center;
    margin-bottom: 55px;
    padding-left: 15px; }
    @media screen and (max-width: 991px) {
      .page-template-page-contact .featured-intro {
        font-size: 26px; } }
  .page-template-page-contact .featured-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px 85px; }
    .page-template-page-contact .featured-options .option {
      position: relative;
      min-height: 270px;
      padding: 15px;
      text-align: center;
      background-color: #eaf0f1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .page-template-page-contact .featured-options .option img {
        height: 100px;
        width: 100px;
        margin: 15px 0 30px; }
      .page-template-page-contact .featured-options .option p {
        font-size: 20px;
        font-weight: 500; }
      .page-template-page-contact .featured-options .option a {
        position: relative;
        border-radius: 2.5rem;
        color: #fff;
        width: 210px;
        text-align: center;
        margin: 20px 0 -34px;
        font-size: 16px;
        font-weight: 550;
        padding: 10px;
        max-width: 210px;
        background-color: #a6093d; }
        .page-template-page-contact .featured-options .option a:hover {
          background-color: #425563;
          text-decoration: none; }
    @media screen and (max-width: 991px) {
      .page-template-page-contact .featured-options {
        width: 100%;
        margin: auto;
        height: 400px;
        -ms-flex-line-pack: start;
            align-content: flex-start; }
        .page-template-page-contact .featured-options .option {
          text-align: center;
          margin: auto auto 10px auto;
          width: 80%;
          min-height: 70px;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
          .page-template-page-contact .featured-options .option img {
            height: 60px;
            width: 60px;
            margin: 0; }
          .page-template-page-contact .featured-options .option p {
            display: none; }
          .page-template-page-contact .featured-options .option a {
            max-width: 220px;
            width: 75%;
            margin: 0;
            position: unset;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
    @media screen and (max-width: 600px) {
      .page-template-page-contact .featured-options .option {
        width: 100%; } }
    @media screen and (max-width: 424px) {
      .page-template-page-contact .featured-options {
        height: 325px; }
        .page-template-page-contact .featured-options .option a {
          width: 100%; }
        .page-template-page-contact .featured-options .option img {
          display: none; } }
  .page-template-page-contact .page-contact-us-body-content .body-intro {
    font-size: 28px;
    text-align: center;
    font-weight: 550;
    margin: 22px 0 55px; }
    @media screen and (max-width: 991px) {
      .page-template-page-contact .page-contact-us-body-content .body-intro {
        margin: 66px 0 55px;
        font: 26px; } }
  .page-template-page-contact .page-contact-us-body-content .container {
    width: inherit !important; }
    @media screen and (max-width: 991px) {
      .page-template-page-contact .page-contact-us-body-content .container {
        height: 310px !important; } }
    .page-template-page-contact .page-contact-us-body-content .container .col-xs-12 {
      padding: 0 0 40px 0; }
    .page-template-page-contact .page-contact-us-body-content .container .tabs-left > .nav-tabs {
      width: 25%;
      height: 462px;
      border-bottom: 0;
      margin-left: 0; }
    .page-template-page-contact .page-contact-us-body-content .container .tab-content {
      margin-left: 25%;
      margin-bottom: 80px;
      border: 1px solid #a6093d;
      background-color: #eaf0f1;
      padding-top: 30px; }
      .page-template-page-contact .page-contact-us-body-content .container .tab-content .tab-pane {
        width: 90%;
        min-height: 350px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; }
        @media screen and (max-width: 1200px) {
          .page-template-page-contact .page-contact-us-body-content .container .tab-content .tab-pane {
            width: 98%; } }
    .page-template-page-contact .page-contact-us-body-content .container .tab-content > .tab-pane,
    .page-template-page-contact .page-contact-us-body-content .container .pill-content > .pill-pane {
      display: none; }
    .page-template-page-contact .page-contact-us-body-content .container .tab-content > .active,
    .page-template-page-contact .page-contact-us-body-content .container .pill-content > .active {
      display: block; }
    .page-template-page-contact .page-contact-us-body-content .container .tabs-left > .nav-tabs > li {
      float: none; }
    .page-template-page-contact .page-contact-us-body-content .container .tabs-left > .nav-tabs > li > a {
      min-width: 74px;
      margin-right: 0px;
      border: 1px solid #a6093d;
      border-right: 0;
      border-radius: 0; }
    .page-template-page-contact .page-contact-us-body-content .container .tabs-left > .nav-tabs {
      float: left;
      margin-right: 19px; }
      .page-template-page-contact .page-contact-us-body-content .container .tabs-left > .nav-tabs .active > a {
        background-color: #eaf0f1; }
    .page-template-page-contact .page-contact-us-body-content .container .tabs-left > .nav-tabs .active > a {
      background-color: #a6093d;
      color: white;
      font-weight: bold; }
    .page-template-page-contact .page-contact-us-body-content .container .tabs-left > .nav-tabs .active > a:hover {
      border-color: #a6093d transparent #a6093d #a6093d;
      border-right-color: #eaf0f1; }
    .page-template-page-contact .page-contact-us-body-content .container .panel-group {
      border: 1px solid #a6093d; }
      .page-template-page-contact .page-contact-us-body-content .container .panel-group a.accordion-toggle {
        background-color: white;
        color: #a6093d;
        display: block;
        padding: 20px 30px;
        text-decoration: none; }
        .page-template-page-contact .page-contact-us-body-content .container .panel-group a.accordion-toggle:hover {
          background-color: #eaf0f1; }
        @media screen and (max-width: 768px) {
          .page-template-page-contact .page-contact-us-body-content .container .panel-group a.accordion-toggle {
            padding: 20px 50px 20px 15px; } }
      .page-template-page-contact .page-contact-us-body-content .container .panel-group .active-accordion-toggle {
        background-color: #eaf0f1 !important; }
      .page-template-page-contact .page-contact-us-body-content .container .panel-group .panel-heading {
        position: relative;
        padding: 0;
        border-color: #a6093d; }
        .page-template-page-contact .page-contact-us-body-content .container .panel-group .panel-heading i {
          position: absolute;
          top: 23%;
          margin-left: 90%;
          color: #a6093d; }
      .page-template-page-contact .page-contact-us-body-content .container .panel-group .panel {
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 0;
        border-bottom: 1px solid #a6093d; }
      .page-template-page-contact .page-contact-us-body-content .container .panel-group .panel:last-of-type {
        border-bottom: none !important; }
      .page-template-page-contact .page-contact-us-body-content .container .panel-group .panel-body {
        border-top-color: #a6093d;
        background-color: #eaf0f1; }
        @media screen and (max-width: 768px) {
          .page-template-page-contact .page-contact-us-body-content .container .panel-group .panel-body {
            padding: 15px 10px 15px 0; }
            .page-template-page-contact .page-contact-us-body-content .container .panel-group .panel-body ul {
              margin: 0; } }
  .page-template-page-contact .entry-content {
    padding: 0 15px;
    margin-bottom: 40px; }
  .page-template-page-contact .section-banner-section .container {
    padding: 0;
    width: inherit !important; }
  .page-template-page-contact .section-banner-section .section-banner {
    color: white;
    display: block;
    text-decoration: none;
    margin-bottom: 24px; }
    .page-template-page-contact .section-banner-section .section-banner p {
      margin: 0; }
  .page-template-page-contact .connect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.5em 0 !important;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .page-template-page-contact .connect {
        padding: 2em 0 !important; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-contact .connect {
        padding: 2.5em 0 0 !important; } }
    @media screen and (max-width: 768px) {
      .page-template-page-contact .connect {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left; } }
    .page-template-page-contact .connect h2 {
      display: inline-block;
      position: relative;
      top: -0.1em;
      margin: 0 0.5em 0 0;
      font-size: 21px;
      line-height: 1;
      color: #425563;
      font-weight: bold; }
      @media screen and (min-width: 768px) {
        .page-template-page-contact .connect h2 {
          top: -0.25em; } }
      @media screen and (min-width: 992px) {
        .page-template-page-contact .connect h2 {
          top: -0.3em;
          font-size: 24px; } }
      @media screen and (min-width: 1200px) {
        .page-template-page-contact .connect h2 {
          top: -0.5em; } }
    .page-template-page-contact .connect .social-links {
      display: inline-block;
      font-size: 30px;
      line-height: 1; }
      @media screen and (min-width: 768px) {
        .page-template-page-contact .connect .social-links {
          font-size: 36px; } }
      @media screen and (min-width: 992px) {
        .page-template-page-contact .connect .social-links {
          font-size: 42px; } }
      @media screen and (min-width: 1200px) {
        .page-template-page-contact .connect .social-links {
          font-size: 60px; } }
      .page-template-page-contact .connect .social-links .link {
        display: inline-block;
        margin-left: 0.2em;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        margin: 8px 6px 0px 0px !important; }
        .page-template-page-contact .connect .social-links .link .fa-youtube-play {
          background-color: #ff0000;
          font-size: 22px;
          padding: 4px;
          border-radius: 6px;
          vertical-align: top;
          margin-top: 2px;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .page-template-page-contact .connect .social-links .link .fa-youtube-play:hover {
            background-color: #990000;
            color: #fff; }
        @media screen and (min-width: 768px) {
          .page-template-page-contact .connect .social-links .link {
            margin-left: 0.5em; } }
        @media screen and (min-width: 1200px) {
          .page-template-page-contact .connect .social-links .link {
            margin-left: 0.4em; } }
        .page-template-page-contact .connect .social-links .link .fa, .page-template-page-contact .connect .social-links .link .page-template-page-locations .list-view .location .info .description .phone-fax > div:before, .page-template-page-locations .list-view .location .info .description .page-template-page-contact .connect .social-links .link .phone-fax > div:before, .page-template-page-contact .connect .social-links .link .page-template-page-front-door .list-view .location .info .description .phone-fax > div:before, .page-template-page-front-door .list-view .location .info .description .page-template-page-contact .connect .social-links .link .phone-fax > div:before, .page-template-page-contact .connect .social-links .link .page-template-page-doctors .list-view .doctor .info .tel:before, .page-template-page-doctors .list-view .doctor .info .page-template-page-contact .connect .social-links .link .tel:before, .page-template-page-contact .connect .social-links .link .page-template-page-front-door .list-view .doctor .info .tel:before, .page-template-page-front-door .list-view .doctor .info .page-template-page-contact .connect .social-links .link .tel:before, .page-template-page-contact .connect .social-links .link .page-template-provider #locations .location .info .description .phone-fax > div:before, .page-template-provider #locations .location .info .description .page-template-page-contact .connect .social-links .link .phone-fax > div:before, .page-template-page-contact .connect .social-links .link body #servicelines .appointment-mod .appt-item .info .tel:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-contact .connect .social-links .link .tel:before, .page-template-page-contact .connect .social-links .link body #servicelines .appointment-mod .appt-item .info .fax:before, body #servicelines .appointment-mod .appt-item .info .page-template-page-contact .connect .social-links .link .fax:before, .page-template-page-contact .connect .social-links .link body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:before, body.page-template-page-homepage-2020 .list-view .location .info .description .page-template-page-contact .connect .social-links .link .phone-fax > div:before {
          line-height: 1; }
  .page-template-page-contact section.social-share-newsletter {
    padding: 0 !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 15px 5px; }
  .page-template-page-contact .about-link {
    font-size: 24px; }
    @media screen and (min-width: 992px) {
      .page-template-page-contact .about-link {
        font-size: 16px;
        margin-top: 3rem; } }
  .page-template-page-contact .social-share-newsletter .social-links-container {
    text-align: left;
    margin-bottom: 25px;
    padding: 0;
    width: 253px; }
  @media screen and (max-width: 768px) {
    .page-template-page-contact .social-share-newsletter .social-links-container {
      padding: 0;
      width: 100%; } }
  .page-template-page-contact .social-share-newsletter .social-links-container .social-title {
    font-size: 18px !important;
    margin-bottom: 0em !important;
    margin-top: 0em !important;
    font-weight: 600;
    color: #425563;
    top: 0em !important; }
  @media screen and (max-width: 767px) {
    .page-template-page-contact .social-share-newsletter .social-links-container .social-title {
      vertical-align: middle;
      display: inline-block;
      margin-right: 12px !important; } }
  .page-template-page-contact .social-share-newsletter .social-links-container .social-links {
    font-size: 35px; }
  @media screen and (max-width: 767px) {
    .page-template-page-contact .social-share-newsletter .social-links-container .social-links {
      vertical-align: middle;
      display: inline-block;
      margin-right: 12px !important; } }
  .page-template-page-contact .social-share-newsletter .connect .social-links-container .social-links .link {
    margin: 8px 14px 0px 0px; }
  .page-template-page-contact .social-share-newsletter .newsletter-container {
    margin-bottom: 25px; }
  .page-template-page-contact .social-share-newsletter .newsletter-container, .page-template-page-contact .social-share-newsletter .newsletter-container .col-xs-12, .page-template-page-contact .social-share-newsletter .newsletter-container {
    width: 506px;
    padding: 0;
    margin-bottom: 60px;
    text-align: left; }
  @media screen and (max-width: 767px) {
    .page-template-page-contact .social-share-newsletter .newsletter-container, .page-template-page-contact .social-share-newsletter .newsletter-container {
      margin-bottom: 10px;
      width: 100%; } }
  .page-template-page-contact .social-share-newsletter .newsletter-container p {
    margin: 0 0 10px; }
  @media screen and (max-width: 767px) {
    .page-template-page-contact .social-share-newsletter .newsletter-container p {
      margin: 0; } }
  .page-template-page-contact .social-share-newsletter .newsletter-container form .input-group button {
    background-image: url("img/icon-envelope-grey-darkest.png"); }
  .page-template-page-contact .social-share-newsletter .newsletter-container form .input-group.search-subscribe button {
    height: 28px; }
  .page-template-page-contact .social-share-newsletter .newsletter-container form .input-group.search-subscribe input {
    font-size: 14px;
    height: 28px; }
  .page-template-page-contact .social-share-newsletter .newsletter-container form .input-group.search-subscribe ::-webkit-input-placeholder {
    padding-top: 0px;
    font-size: 14px; }
  .page-template-page-contact .social-share-newsletter .newsletter-container form .input-group.search-subscribe :-ms-input-placeholder {
    padding-top: 0px;
    font-size: 14px; }
  .page-template-page-contact .social-share-newsletter .newsletter-container form .input-group.search-subscribe ::-moz-placeholder {
    padding-top: 0px;
    font-size: 14px; }
  .page-template-page-contact .social-share-newsletter .newsletter-container form .input-group.search-subscribe ::-ms-input-placeholder {
    padding-top: 0px;
    font-size: 14px; }
  .page-template-page-contact .social-share-newsletter .newsletter-container form .input-group.search-subscribe ::placeholder {
    padding-top: 0px;
    font-size: 14px; }

/* Events Manager list
-------------------------------------------------- */
.page-template-page-events-manager-list {
  font-family: 'Avenir', Arial, sans-serif; }
  .page-template-page-events-manager-list h2.widget-title {
    font-weight: normal; }
  .page-template-page-events-manager-list div.css-search {
    padding: 0;
    border: 0; }
    .page-template-page-events-manager-list div.css-search .form-group {
      margin-bottom: 15px; }
    .page-template-page-events-manager-list div.css-search input {
      width: 100%;
      font-style: normal;
      font-weight: normal; }
    .page-template-page-events-manager-list div.css-search .em-search-options {
      display: none; }
    .page-template-page-events-manager-list div.css-search div.em-search-advanced {
      padding: 0; }
      .page-template-page-events-manager-list div.css-search div.em-search-advanced label {
        display: block; }
      .page-template-page-events-manager-list div.css-search div.em-search-advanced label + label {
        margin-top: 0.5em; }
    .page-template-page-events-manager-list div.css-search .em-search-field span {
      display: none; }
      .page-template-page-events-manager-list div.css-search .em-search-field span.em-events-search-dates {
        display: block; }
    .page-template-page-events-manager-list div.css-search .em-search-field select {
      width: 100%;
      font-weight: normal; }
    .page-template-page-events-manager-list div.css-search input[type=submit] {
      margin-top: 2em;
      width: auto;
      padding: 6px 20px;
      font-size: 16px;
      font-weight: bold; }
  .page-template-page-events-manager-list .events-table th {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #a4bcc2; }
    @media screen and (min-width: 1200px) {
      .page-template-page-events-manager-list .events-table th {
        display: none; } }
  .page-template-page-events-manager-list .events-table tr td {
    vertical-align: top;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    border-bottom: 1px solid #a4bcc2; }
    @media screen and (min-width: 1200px) {
      .page-template-page-events-manager-list .events-table tr td {
        padding: 30px;
        background: #eaf0f1;
        border: 0;
        border-bottom: 30px solid white; } }
    .page-template-page-events-manager-list .events-table tr td:first-of-type {
      padding-right: 2em;
      white-space: nowrap; }
  .page-template-page-events-manager-list .events-table a {
    font-size: 18px;
    font-weight: bold; }
  .page-template-page-events-manager-list .em-pagination {
    display: block;
    margin-top: 3em; }
  .page-template-page-events-manager-list .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    line-height: 1.4;
    font-weight: bold;
    cursor: pointer; }
    .page-template-page-events-manager-list .page-numbers.current, .page-template-page-events-manager-list .page-numbers:hover {
      color: white;
      text-decoration: none;
      background: #a6093d; }
  .page-template-page-events-manager-list .events-block {
    padding: 30px 15px;
    background: #eaf0f1;
    border: 0;
    border-bottom: 30px solid white; }
    .page-template-page-events-manager-list .events-block .event-title {
      margin-top: 0px; }
  .page-template-page-events-manager-list .event-btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .page-template-page-events-manager-list .event-btn-container .btn-primary {
      max-width: 150px;
      margin-top: 26px;
      background: #768692; }
  @media screen and (max-width: 991px) {
    .page-template-page-events-manager-list .event-btn-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .page-template-page-events-manager-list .events-block .event-title {
      margin-top: 10px; }
    .page-template-page-events-manager-list .events-block .event-date {
      font-size: 14px; }
    .page-template-page-events-manager-list .events-block .event-time {
      display: block;
      font-size: 12px; } }

/* Events Manager single event page
-------------------------------------------------- */
.event-template-default.single-event {
  font-family: 'Avenir', Arial, sans-serif; }
  .event-template-default.single-event .site a {
    font-weight: 550;
    text-decoration: none; }
  .event-template-default.single-event .entry-header .inner .entry-header-breadcrumbs a {
    text-decoration: none; }
  .event-template-default.single-event .em-locations-map img, .event-template-default.single-event #em-map img {
    margin: 11px !important; }
  .event-template-default.single-event .em-location-map img, .event-template-default.single-event .em-locations-map img, .event-template-default.single-event #em-map img {
    width: inherit; }
  .event-template-default.single-event .arc-bottom {
    display: none; }
  .event-template-default.single-event .shares {
    display: none; }
  .event-template-default.single-event #quick-links .container {
    position: relative; }
  .event-template-default.single-event #quick-links .toolbar {
    position: absolute;
    top: 0;
    right: 15px; }
    @media screen and (min-width: 992px) {
      .event-template-default.single-event #quick-links .toolbar {
        top: 0.5em; } }
    @media screen and (min-width: 1200px) {
      .event-template-default.single-event #quick-links .toolbar {
        top: 0.6em; } }
    .event-template-default.single-event #quick-links .toolbar a {
      /* HIDE CART BUTTON */ }
      @media screen and (max-width: 767px) {
        .event-template-default.single-event #quick-links .toolbar a {
          display: block;
          width: auto; } }
      @media screen and (min-width: 768px) {
        .event-template-default.single-event #quick-links .toolbar a:first-of-type:after {
          display: inline-block;
          content: '|';
          margin: 0 0.5em; } }
      .event-template-default.single-event #quick-links .toolbar a:nth-child(2) {
        display: none; }
  .event-template-default.single-event #primary .entry-content {
    padding-left: 0; }
    @media screen and (min-width: 1200px) {
      .event-template-default.single-event #primary .entry-content .event-details {
        padding-left: 50px; } }
    .event-template-default.single-event #primary .entry-content .event-details #event-info h2 {
      margin-top: 0; }
    @media screen and (min-width: 768px) {
      .event-template-default.single-event #primary .entry-content .event-details #event-info p {
        margin-bottom: 0.3em; } }
    .event-template-default.single-event #primary .entry-content .event-details #event-info .info-title {
      display: block;
      color: #768692; }
      @media screen and (min-width: 768px) {
        .event-template-default.single-event #primary .entry-content .event-details #event-info .info-title {
          display: inline-block;
          width: 100px; } }
      @media screen and (min-width: 1200px) {
        .event-template-default.single-event #primary .entry-content .event-details #event-info .info-title {
          width: 120px; } }
    .event-template-default.single-event #primary .entry-content .event-details .additional-dates-table {
      table-layout: fixed; }
      .event-template-default.single-event #primary .entry-content .event-details .additional-dates-table .full {
        color: #768692; }
    .event-template-default.single-event #primary .entry-content .event-details .em-location-map-container {
      max-width: 100%; }
    .event-template-default.single-event #primary .entry-content .event-details #map_wrapper {
      height: 50vw;
      min-height: 300px;
      max-height: 700px; }
    .event-template-default.single-event #primary .entry-content .event-details #map_canvas {
      width: 100%;
      height: 100%; }
    .event-template-default.single-event #primary .entry-content .event-details ul.event-categories {
      margin: 0;
      padding: 0;
      list-style: none; }
      .event-template-default.single-event #primary .entry-content .event-details ul.event-categories li {
        display: inline-block;
        margin: 0 0.3em 0.5em 0;
        padding: 0; }
        .event-template-default.single-event #primary .entry-content .event-details ul.event-categories li a {
          display: inline-block;
          padding: 5px 10px;
          font-size: 14px;
          line-height: 1.5;
          -webkit-box-shadow: inset 0 0 0 2px #a6093d !important;
                  box-shadow: inset 0 0 0 2px #a6093d !important;
          border-radius: 100px; }
          .event-template-default.single-event #primary .entry-content .event-details ul.event-categories li a:hover {
            color: white;
            text-decoration: none;
            background: #a6093d; }
    .event-template-default.single-event #primary .entry-content .em-booking-form p {
      width: 100%; }
    .event-template-default.single-event #primary .entry-content .em-booking-form label {
      display: block;
      width: 100%; }
    .event-template-default.single-event #primary .entry-content .em-booking-form select {
      padding-left: 0.5em;
      padding-right: 1em; }
    .event-template-default.single-event #primary .entry-content .em-booking-form .em-booking-form-details {
      max-width: 100%;
      padding: 0; }
      .event-template-default.single-event #primary .entry-content .em-booking-form .em-booking-form-details input {
        width: 100%; }
    .event-template-default.single-event #primary .entry-content .em-booking-form .em-booking-buttons {
      margin-top: 2em;
      padding-left: 30px; }
    .event-template-default.single-event #primary .entry-content section.register {
      margin-top: 3em;
      max-width: 360px; }
      @media screen and (min-width: 768px) {
        .event-template-default.single-event #primary .entry-content section.register {
          width: 100%;
          padding: 45px 30px;
          background: #eaf0f1; } }
      @media screen and (min-width: 992px) {
        .event-template-default.single-event #primary .entry-content section.register {
          margin: 0; } }
      .event-template-default.single-event #primary .entry-content section.register h2 {
        margin-top: 0; }
  .event-template-default.single-event #secondary {
    padding-top: 0; }
    .event-template-default.single-event #secondary .em-location-map-container {
      max-width: 100%; }
    .event-template-default.single-event #secondary .widget-title {
      font-weight: normal;
      border-bottom: 1px solid #a6093d; }

.col-md-4 p.input-dbem_state.input-user-field {
  width: 48% !important;
  padding-right: 0; }

.col-md-4 p.input-dbem_zip.input-user-field {
  width: 52% !important;
  padding-left: 5px; }

.em-bookings-form-gateway-expiry select[name=x_exp_date_month] {
  width: 55px; }

.em-bookings-form-gateway-expiry select[name=x_exp_date_year] {
  width: 75px; }

p.em-bookings-form-gateway-expiry {
  float: left;
  width: 60% !important; }

p.em-bookings-form-ccv {
  float: left;
  width: 40% !important; }

.event-template-default.single-event #quick-links .toolbar a:first-of-type:after {
  content: ""; }

.page-template-page-event .ui-widget-header {
  background: #333;
  border: 1px solid #333; }

.page-template-page-event .ui-widget-header .ui-datepicker-prev {
  top: 5px;
  left: 5px; }

.page-template-page-event .ui-widget-header .ui-datepicker-next {
  top: 5px;
  right: 5px; }

.page-template-page-event .ui-datepicker-title select {
  color: #333;
  padding-left: 5px; }

.event-toolbar a[title="Cart"] {
  display: none; }

#schedule-appointment-page {
  margin-top: 80px; }
  @media screen and (min-width: 768px) {
    #schedule-appointment-page {
      margin-top: 80px; } }
  @media screen and (min-width: 992px) {
    #schedule-appointment-page {
      margin-top: 80px; } }
  @media screen and (min-width: 1200px) {
    #schedule-appointment-page {
      margin-top: 115px; } }
  #schedule-appointment-page .hero-image-container {
    width: 100%;
    min-height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-size: cover;
    background-position: center; }
    #schedule-appointment-page .hero-image-container .page-title {
      margin: 0;
      padding-top: 40px;
      text-align: center;
      color: white;
      font-weight: bold;
      letter-spacing: 1.5px;
      text-shadow: 2px 2px 6px #000000; }
    #schedule-appointment-page .hero-image-container .featured-scheduling-options-svgs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  #schedule-appointment-page .featured-scheduling-options-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -20px; }
    #schedule-appointment-page .featured-scheduling-options-content .featured-option {
      width: 25%; }
      @media screen and (max-width: 991px) {
        #schedule-appointment-page .featured-scheduling-options-content .featured-option {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        #schedule-appointment-page .featured-scheduling-options-content .featured-option {
          width: 100%; }
          #schedule-appointment-page .featured-scheduling-options-content .featured-option:nth-of-type(odd) {
            background-color: #c6cfd3; }
          #schedule-appointment-page .featured-scheduling-options-content .featured-option:nth-of-type(even) {
            background-color: #d9e4e6; }
          #schedule-appointment-page .featured-scheduling-options-content .featured-option:last-of-type {
            background: #d9e4e6;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #d9e4e6), to(white));
            background: linear-gradient(180deg, #d9e4e6 90%, white 100%);
            padding-bottom: 25px; } }
      #schedule-appointment-page .featured-scheduling-options-content .featured-option:nth-of-type(odd) .featured-option-title {
        background-color: #516774; }
      #schedule-appointment-page .featured-scheduling-options-content .featured-option:nth-of-type(even) .featured-option-title {
        background-color: #657783; }
      #schedule-appointment-page .featured-scheduling-options-content .featured-option:nth-of-type(odd) .featured-option-content {
        background-color: #c6cfd3; }
      #schedule-appointment-page .featured-scheduling-options-content .featured-option:nth-of-type(even) .featured-option-content {
        background-color: #d9e4e6; }
      #schedule-appointment-page .featured-scheduling-options-content .featured-option .featured-option-title {
        color: white;
        font-size: 2.5vw;
        margin: 0;
        padding: 20px 0 20px 20px;
        font-weight: 700;
        letter-spacing: -0.1rem; }
        @media screen and (max-width: 991px) {
          #schedule-appointment-page .featured-scheduling-options-content .featured-option .featured-option-title {
            font-size: 34px; } }
        @media screen and (max-width: 767px) {
          #schedule-appointment-page .featured-scheduling-options-content .featured-option .featured-option-title {
            padding: 30px 0 30px 20px;
            font-weight: bold; } }
      #schedule-appointment-page .featured-scheduling-options-content .featured-option .featured-option-content {
        margin: 0;
        padding: 30px 20px 20px 20px;
        height: 160px; }
      #schedule-appointment-page .featured-scheduling-options-content .featured-option .featured-option-button {
        -ms-flex-item-align: center;
            align-self: center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
                align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
                justify-content: center;
        max-width: 220px;
        text-align: center;
        height: 5rem;
        border-radius: 2.5rem;
        margin: -2.5rem auto 35px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        background-color: #a6093d;
        text-align: center;
        -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
                box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25); }
        #schedule-appointment-page .featured-scheduling-options-content .featured-option .featured-option-button:hover {
          background-color: #1f845a;
          text-decoration: none; }
        #schedule-appointment-page .featured-scheduling-options-content .featured-option .featured-option-button p {
          margin: 0; }
        #schedule-appointment-page .featured-scheduling-options-content .featured-option .featured-option-button .chevron-right-circle {
          height: 20px;
          width: 20px;
          margin-left: 10px; }
      #schedule-appointment-page .featured-scheduling-options-content .featured-option .featured-option-url-container {
        margin: auto;
        width: 100%;
        max-width: 220px; }
        #schedule-appointment-page .featured-scheduling-options-content .featured-option .featured-option-url-container .featured-option-url {
          text-align: right;
          padding-bottom: 2vh;
          text-decoration: underline; }
          #schedule-appointment-page .featured-scheduling-options-content .featured-option .featured-option-url-container .featured-option-url a {
            color: #2d2d2d; }
            #schedule-appointment-page .featured-scheduling-options-content .featured-option .featured-option-url-container .featured-option-url a:hover {
              color: black; }
  @media screen and (max-width: 991px) {
    #schedule-appointment-page .container {
      width: 80%; } }
  #schedule-appointment-page .schedule-message {
    margin-bottom: 20px; }
  #schedule-appointment-page .provider-message {
    margin: 20px 0;
    padding-top: 0;
    text-align: center; }
  #schedule-appointment-page .provider-select {
    padding-bottom: 10px; }
  #schedule-appointment-page .page-template-page-schedule-appointment .page-banner {
    height: 80px;
    background-image: none !important;
    max-height: 80px;
    margin-bottom: 0;
    overflow: hidden;
    background: #768692; }
    @media screen and (max-width: 768px) {
      #schedule-appointment-page .page-template-page-schedule-appointment .page-banner {
        display: none; } }
  #schedule-appointment-page .other-scheduling-options-title {
    margin-bottom: 2vh;
    padding: 0.5em 0 0.5em 0.5em; }
  #schedule-appointment-page .other-scheduling-options-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: calc(8vh + 20px);
    margin-top: calc(8vh + 20px);
    padding: 0 10px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-line-pack: center;
        align-content: center; }
    #schedule-appointment-page .other-scheduling-options-content .other-option {
      width: 33%;
      padding: 0 10px;
      margin-bottom: 10px; }
      @media screen and (max-width: 991px) {
        #schedule-appointment-page .other-scheduling-options-content .other-option {
          width: 100%; } }
      #schedule-appointment-page .other-scheduling-options-content .other-option .other-option-title {
        margin-top: 0;
        margin-bottom: 20px;
        font-weight: bold;
        letter-spacing: 0.6px; }
      #schedule-appointment-page .other-scheduling-options-content .other-option .other-option-content {
        padding-right: 10px; }
      #schedule-appointment-page .other-scheduling-options-content .other-option .other-option-url {
        font-weight: bold;
        margin-top: 20px;
        padding-right: 15px;
        text-align: right;
        text-decoration: underline; }
  #schedule-appointment-page .other-scheduling-options-title ~ .other-scheduling-options-content {
    margin-top: 0; }

/* Search page
-------------------------------------------------- */
.page-template-page-search #searchform {
  margin-bottom: 2em; }
  @media screen and (min-width: 768px) {
    .page-template-page-search #searchform {
      margin-bottom: 3em; } }
  @media screen and (min-width: 992px) {
    .page-template-page-search #searchform {
      margin-bottom: 4em; } }
  @media screen and (min-width: 1200px) {
    .page-template-page-search #searchform {
      margin-bottom: 5em; } }

body.search .search-result:not(:last-child) {
  border-bottom: 1px solid #768692;
  margin-bottom: 2em; }

body.search .search-form {
  margin-bottom: 4em; }

body.search.search-results .page-banner, body.search.search-no-results .page-banner {
  background-color: #768692;
  height: 180px; }
  @media screen and (min-width: 768px) {
    body.search.search-results .page-banner, body.search.search-no-results .page-banner {
      height: 10vw; } }

body.search.search-results form.search-subscribe input[type='text'],
body.search.search-results form.search-subscribe input[type='email'], body.search.search-no-results form.search-subscribe input[type='text'],
body.search.search-no-results form.search-subscribe input[type='email'] {
  color: #768692;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media screen and (min-width: 768px) {
    body.search.search-results form.search-subscribe input[type='text'],
    body.search.search-results form.search-subscribe input[type='email'], body.search.search-no-results form.search-subscribe input[type='text'],
    body.search.search-no-results form.search-subscribe input[type='email'] {
      height: 40px; } }
  @media screen and (min-width: 1200px) {
    body.search.search-results form.search-subscribe input[type='text'],
    body.search.search-results form.search-subscribe input[type='email'], body.search.search-no-results form.search-subscribe input[type='text'],
    body.search.search-no-results form.search-subscribe input[type='email'] {
      height: 40px;
      font-size: 20px;
      line-height: 1.2;
      padding: 0.5em 1em; } }

/* Staywell Conditions List */
/*CSS3 multiple columns.*/
/* Get em size for colums: 184/16 */
.staywell-columns {
  -moz-column-width: 20em;
  /* Firefox */
  -webkit-column-width: 20em;
  /* webkit, Safari, Chrome */
  column-width: 20em; }

/*remove standard list and bullet formatting from ul*/
.staywell-columns ul {
  margin: 0;
  padding: 0;
  list-style-type: disc; }

/* correct webkit/chrome uneven margin on the first column*/
.staywell-columns ul li:first-child {
  margin-top: 0px; }

.staywell-columns ul {
  margin-top: 0px !important; }

#sw-related-services, #sw-related-resources, #sw-related-videos {
  background-color: #eaeaea;
  padding: 10px 20px;
  margin: 0px 0px 20px 25px; }

.staywell .entry-content ul {
  margin-left: 2em !important;
  margin-top: 1em !important;
  margin-bottom: 1em !important; }

.staywell .entry-content table p {
  margin: 0em 1em; }

/*Service Line Nav Box*/
#sw-related-services-service-line {
  background-color: #fff;
  padding: 0;
  margin: 0px 0px 20px 40px;
  float: right;
  width: 300px;
  border: 1px solid #ccc; }

#sw-related-services-service-line h3 {
  margin-top: 0;
  background-color: #b5063f;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px; }

#sw-related-services-service-line ul {
  margin: 0;
  padding: 5px 20px 20px 35px; }

#sw-related-services-service-line ul.children {
  padding: 0; }

/*Related Resources Nav Box*/
#sw-related-resources {
  background-color: #fff;
  padding: 0;
  margin: 0px 0px 20px 25px;
  width: 100%;
  border: 1px solid #ccc; }

#sw-related-resources h3 {
  margin-top: 0;
  background-color: #b5063f;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px; }

#sw-related-resources ul {
  margin: 0;
  padding: 5px 20px 20px 10px; }

#sw-related-resources ul.children {
  padding: 0; }

/*Related Services Nav Box*/
#sw-related-services {
  background-color: #fff;
  padding: 0;
  margin: 0px 0px 20px 25px;
  width: 100%;
  border: 1px solid #ccc; }

#sw-related-services h3 {
  margin-top: 0;
  background-color: #b5063f;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px; }

#sw-related-services ul {
  margin: 0;
  padding: 5px 20px 20px 10px; }

#sw-related-services ul.children {
  padding: 0; }

@media screen and (max-width: 767px) {
  #sw-related-services-service-line {
    background-color: #ffffff;
    padding: 0;
    margin: 20px 0px 20px 0px;
    float: none;
    width: 100%; }
  #sw-related-services, #sw-related-resources, #sw-related-videos {
    margin: 0px 0px 20px 0px; } }

.conditionsList {
  padding: 3px;
  margin: 2px; }

.conditionsList .text.short, .conditionsList .txt.shrt {
  height: 75px;
  overflow: hidden; }

.conditionsListSmall {
  background-color: #f00; }

.read-more, .rd-mr {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 6px 10px;
  background-color: #a6093d;
  color: white;
  margin: 20px 2px 2px 2px;
  border-radius: 500px;
  font-size: 14px;
  line-height: 1.5; }

.read-more:hover, .rd-mr:hover {
  background-color: #54051f;
  border-color: #2d0211; }

.short, .shrt {
  position: relative; }

.short:after, .shrt:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 90%);
  width: 100%;
  height: 2em; }

.read-less, .rd-lss {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 3px;
  background-color: #a6093d;
  color: white;
  margin: 20px 2px 2px 2px; }

.staywellcontent h1 {
  display: none; }

.healthsheets-v1 h1 {
  display: none; }
  .healthsheets-v1 h1 hr.ds-divider {
    display: none; }
  .healthsheets-v1 h1 .events-grey-box {
    background: #eaf0f1;
    margin-bottom: 30px;
    padding: 10px 20px; }
  @media screen and (max-width: 670px) {
    .healthsheets-v1 h1 .entry-content > figure {
      width: 100% !important; } }

/* Fonts */
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@font-face {
  font-family: "Avenir";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix");
  src: url("fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix") format("eot"), url("fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"), url("fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"), url("fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype"); }

@font-face {
  font-family: "Avenir";
  font-weight: 400;
  font-style: italic;
  src: url("fonts/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix");
  src: url("fonts/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix") format("eot"), url("fonts/7377dbe6-f11a-4a05-b33c-bc8ce1f60f84.woff2") format("woff2"), url("fonts/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff") format("woff"), url("fonts/18839597-afa8-4f0b-9abb-4a30262d0da8.ttf") format("truetype"); }

@font-face {
  font-family: "Avenir";
  font-weight: 500;
  font-style: normal;
  src: url("fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix");
  src: url("fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix") format("eot"), url("fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format("woff2"), url("fonts/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff"), url("fonts/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf") format("truetype"); }

@font-face {
  font-family: "Avenir";
  font-weight: 500;
  font-style: italic;
  src: url("fonts/77a9cdce-ea6a-4f94-95df-e6a54555545e.eot?#iefix");
  src: url("fonts/77a9cdce-ea6a-4f94-95df-e6a54555545e.eot?#iefix") format("eot"), url("fonts/3f380a53-50ea-4a62-95c5-d5d8dba03ab8.woff2") format("woff2"), url("fonts/8344e877-560d-44d4-82eb-9822766676f9.woff") format("woff"), url("fonts/b28b01d9-78c5-46c6-a30d-9a62c8f407c5.ttf") format("truetype"); }

@font-face {
  font-family: "Avenir";
  font-weight: 550;
  font-style: normal;
  src: url("fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix");
  src: url("fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix") format("eot"), url("fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2") format("woff2"), url("fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff") format("woff"), url("fonts/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf") format("truetype"); }

@font-face {
  font-family: "Avenir";
  font-weight: 550;
  font-style: italic;
  src: url("fonts/770d9a7e-8842-4376-9319-8f2c8b8e880d.eot?#iefix");
  src: url("fonts/770d9a7e-8842-4376-9319-8f2c8b8e880d.eot?#iefix") format("eot"), url("fonts/687932cb-145b-4690-a21d-ed1243db9e36.woff2") format("woff2"), url("fonts/bc350df4-3100-4ce1-84ce-4a5363dbccfa.woff") format("woff"), url("fonts/bc13ae80-cd05-42b4-b2a9-c123259cb166.ttf") format("truetype"); }

@font-face {
  font-family: "Avenir";
  font-weight: 700;
  font-style: normal;
  src: url("Fonts/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix");
  src: url("Fonts/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix") format("eot"), url("fonts/Avenir/Fonts/c78eb7af-a1c8-4892-974b-52379646fef4.woff2") format("woff2"), url("fonts/Avenir/Fonts/75b36c58-2a02-4057-a537-09af0832ae46.woff") format("woff"), url("fonts/Avenir/Fonts/b5c44a82-eeb8-41de-9c3f-a8db50b24b8a.ttf") format("truetype"); }

@font-face {
  font-family: "Avenir";
  font-weight: 700;
  font-style: italic;
  src: url("fonts/ac2d4349-4327-448f-9887-083a6a227a52.eot?#iefix");
  src: url("fonts/ac2d4349-4327-448f-9887-083a6a227a52.eot?#iefix") format("eot"), url("fonts/eaafcb26-9296-4a57-83e4-4243abc03db7.woff2") format("woff2"), url("fonts/25e83bf5-47e3-4da7-98b1-755efffb0089.woff") format("woff"), url("fonts/4112ec87-6ded-438b-83cf-aaff98f7e987.ttf") format("truetype"); }

@font-face {
  font-family: "Avenir";
  font-weight: 900;
  font-style: normal;
  src: url("fonts/3418f6be-70a5-4c26-af1d-c09a8642ca20.eot?#iefix");
  src: url("fonts/3418f6be-70a5-4c26-af1d-c09a8642ca20.eot?#iefix") format("eot"), url("fonts/5c57b2e2-f641-421e-a95f-65fcb47e409a.woff2") format("woff2"), url("fonts/181c847e-cdbc-43d5-ae14-03a81c8953b4.woff") format("woff"), url("fonts/045d1654-97f2-4ff0-9d24-21ba9dfee219.ttf") format("truetype"); }

@font-face {
  font-family: "Avenir";
  font-weight: 900;
  font-style: italic;
  src: url("fonts/ca9162bc-20bd-4810-91a9-e816fdc64dae.eot?#iefix");
  src: url("fonts/ca9162bc-20bd-4810-91a9-e816fdc64dae.eot?#iefix") format("eot"), url("fonts/71b9791b-4350-4b52-8b43-c03b82004511.woff2") format("woff2"), url("fonts/8c17992f-c017-49e0-b573-779f62016f06.woff") format("woff"), url("fonts/2b4885a7-fc02-4aa0-b998-5b008a589c80.ttf") format("truetype"); }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-new-serviceline #masthead {
    position: relative; } }

/* Service Lines CSS */
body #servicelines {
  font-family: 'Avenir';
  font-weight: normal;
  font-size: 18px;
  /* Plugins */
  /* Global Styles */
  /* Servicelines global classes */ }
  body #servicelines .hero {
    position: relative;
    height: 430px;
    overflow: hidden;
    margin-top: 80px; }
    @media screen and (min-width: 768px) {
      body #servicelines .hero {
        margin-top: 80px; } }
    @media screen and (min-width: 992px) {
      body #servicelines .hero {
        margin-top: 80px; } }
    @media screen and (min-width: 1200px) {
      body #servicelines .hero {
        margin-top: 115px; } }
    @media screen and (max-width: 767px) {
      body #servicelines .hero {
        height: auto;
        padding: 0 0 91%; } }
    body #servicelines .hero .hero-bg {
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      width: 100%;
      bottom: 0;
      right: 0; }
      @media screen and (max-width: 1199px) {
        body #servicelines .hero .hero-bg {
          top: 0;
          z-index: 0; } }
      @media screen and (max-width: 991px) {
        body #servicelines .hero .hero-bg {
          top: 0;
          z-index: 0; } }
      @media screen and (max-width: 767px) {
        body #servicelines .hero .hero-bg {
          padding: 0 0 91%;
          top: 0; } }
    body #servicelines .hero .hero-content {
      position: absolute;
      bottom: 20%;
      right: 3%;
      padding: 15px 25px;
      color: white;
      background: rgba(66, 85, 99, 0.6);
      border-left: 5px solid #425563;
      text-shadow: 0 0 5px #000000; }
      @media screen and (max-width: 1199px) {
        body #servicelines .hero .hero-content {
          bottom: 20%; } }
      @media screen and (max-width: 767px) {
        body #servicelines .hero .hero-content {
          right: 0;
          width: 80%;
          max-width: 400px;
          bottom: 15%; } }
      body #servicelines .hero .hero-content p {
        margin: 0;
        font-size: 20px;
        line-height: 1.25;
        font-style: italic; }
        @media screen and (max-width: 1199px) {
          body #servicelines .hero .hero-content p {
            font-size: 16px; } }
      body #servicelines .hero .hero-content .hero-title {
        font-size: 30px;
        line-height: 1.25;
        margin: 0;
        font-weight: 550;
        font-style: normal;
        display: block; }
        @media screen and (max-width: 1199px) {
          body #servicelines .hero .hero-content .hero-title {
            font-size: 22px; } }
  body #servicelines .hero-carousel {
    padding: 0; }
    body #servicelines .hero-carousel .hero-container {
      margin: 0 -15px; }
      body #servicelines .hero-carousel .hero-container .slide {
        width: 100%;
        height: 430px;
        position: relative; }
      body #servicelines .hero-carousel .hero-container .hero-bg {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat; }
        @media screen and (max-width: 991px) {
          body #servicelines .hero-carousel .hero-container .hero-bg {
            background-position: top center; } }
        @media screen and (max-width: 767px) {
          body #servicelines .hero-carousel .hero-container .hero-bg {
            padding: 0;
            background-size: cover;
            background-position: top center; } }
      body #servicelines .hero-carousel .hero-container .hero-intro {
        right: 8%;
        bottom: 15%; }
    body #servicelines .hero-carousel ul.slick-dots {
      display: none !important; }
  body #servicelines .slick-slider {
    position: relative; }
    body #servicelines .slick-slider .slick-arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 9000;
      background: transparent;
      border: none;
      padding: 10px 13px 10px 13px;
      line-height: 1;
      width: auto; }
      body #servicelines .slick-slider .slick-arrow:before {
        display: block;
        font-family: 'Fontawesome';
        content: '\f104';
        font-size: 70px;
        line-height: 1;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.5);
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
        vertical-align: middle; }
      body #servicelines .slick-slider .slick-arrow:hover {
        text-decoration: none; }
        body #servicelines .slick-slider .slick-arrow:hover:before {
          color: white; }
      body #servicelines .slick-slider .slick-arrow.slick-prev {
        left: 20px; }
      body #servicelines .slick-slider .slick-arrow.slick-next {
        right: 20px; }
        body #servicelines .slick-slider .slick-arrow.slick-next:before {
          content: '\f105'; }
  body #servicelines .container-fluid {
    position: relative; }
  body #servicelines .container {
    padding: 80px 0 105px; }
    @media screen and (max-width: 1199px) {
      body #servicelines .container {
        padding: 80px 15px 50px; } }
    @media screen and (max-width: 991px) {
      body #servicelines .container {
        width: 100%;
        padding: 35px 15px; } }
  body #servicelines .arc-top {
    position: relative;
    padding-bottom: 45px; }
    body #servicelines .arc-top .container {
      padding: 5px 15px 60px; }
      @media screen and (max-width: 991px) {
        body #servicelines .arc-top .container {
          padding: 10px 15px 20px; } }
      @media screen and (max-width: 991px) {
        body #servicelines .arc-top .container {
          padding: 10px 15px 45px; } }
    @media screen and (max-width: 767px) {
      body #servicelines .arc-top {
        top: -23px;
        padding-bottom: 0; } }
    body #servicelines .arc-top .arc {
      display: block;
      width: 100vw;
      height: 45px;
      position: absolute;
      left: 0;
      right: 0;
      top: 1px; }
      @media screen and (max-width: 991px) {
        body #servicelines .arc-top .arc {
          height: 31px;
          top: 16px; } }
      @media screen and (max-width: 767px) {
        body #servicelines .arc-top .arc {
          height: 23px;
          top: -22px; } }
    body #servicelines .arc-top.lt-red .arc {
      background: url("img/arcs/arc-lt-red.png") center bottom no-repeat;
      background-size: 100% 45px; }
      @media screen and (max-width: 991px) {
        body #servicelines .arc-top.lt-red .arc {
          background: url("img/arcs/arc-lt-red-tab.png") center bottom no-repeat;
          background-size: 100%; } }
      @media screen and (max-width: 767px) {
        body #servicelines .arc-top.lt-red .arc {
          background: url("img/arcs/arc-lt-red-m.png") center bottom no-repeat;
          background-size: 100%; } }
    body #servicelines .arc-top.lt-gray {
      background: #d1dde0; }
      body #servicelines .arc-top.lt-gray .arc {
        background: url("img/arcs/arc-lt-gray.png") center bottom no-repeat;
        background-size: 100% 45px; }
        @media screen and (max-width: 991px) {
          body #servicelines .arc-top.lt-gray .arc {
            background: url("img/arcs/arc-lt-gray-tab.png") center bottom no-repeat;
            background-size: 100%; } }
        @media screen and (max-width: 767px) {
          body #servicelines .arc-top.lt-gray .arc {
            background: url("img/arcs/arc-lt-gray-m.png") center bottom no-repeat;
            background-size: 100%; } }
    body #servicelines .arc-top.md2-gray .arc {
      background: url("img/arcs/arc-md2-gray.png") center bottom no-repeat;
      background-size: 100% 45px; }
      @media screen and (max-width: 991px) {
        body #servicelines .arc-top.md2-gray .arc {
          background: url("img/arcs/arc-md2-gray-tab.png") center bottom no-repeat;
          background-size: 100%; } }
      @media screen and (max-width: 767px) {
        body #servicelines .arc-top.md2-gray .arc {
          background: url("img/arcs/arc-md2-gray-m.png") center bottom no-repeat;
          background-size: 100%; } }
    body #servicelines .arc-top.dk-red .arc {
      background: url("img/arcs/arc-dk-red.png") center bottom no-repeat;
      background-size: 100% 45px; }
      @media screen and (max-width: 991px) {
        body #servicelines .arc-top.dk-red .arc {
          background: url("img/arcs/arc-dk-red-tab.png") center bottom no-repeat;
          background-size: 100%; } }
      @media screen and (max-width: 767px) {
        body #servicelines .arc-top.dk-red .arc {
          background: url("img/arcs/arc-dk-red-m.png") center bottom no-repeat;
          background-size: 100%; } }
    body #servicelines .arc-top.md-gray .arc {
      background: url("img/arcs/arc-md-gray.png") center bottom no-repeat;
      background-size: 100% 45px; }
      @media screen and (max-width: 991px) {
        body #servicelines .arc-top.md-gray .arc {
          background: url("img/arcs/arc-md-gray-tab.png") center bottom no-repeat;
          background-size: 100%; } }
      @media screen and (max-width: 767px) {
        body #servicelines .arc-top.md-gray .arc {
          background: url("img/arcs/arc-md-gray-m.png") center bottom no-repeat;
          background-size: 100%; } }
    body #servicelines .arc-top.dk-gray .arc {
      background: url("img/arcs/arc-dk-gray.png") center bottom no-repeat;
      background-size: 100% 45px; }
      @media screen and (max-width: 991px) {
        body #servicelines .arc-top.dk-gray .arc {
          background: url("img/arcs/arc-dk-gray-tab.png") center bottom no-repeat;
          background-size: 100%; } }
      @media screen and (max-width: 767px) {
        body #servicelines .arc-top.dk-gray .arc {
          background: url("img/arcs/arc-dk-gray-m.png") center bottom no-repeat;
          background-size: 100%; } }
    body #servicelines .arc-top.white .arc, body #servicelines .arc-top.parallax-1-mod .arc, body #servicelines .arc-top.parallax-2-mod .arc {
      background: url("img/arcs/arc-white.png") center bottom no-repeat;
      background-size: 100% 45px; }
      @media screen and (max-width: 991px) {
        body #servicelines .arc-top.white .arc, body #servicelines .arc-top.parallax-1-mod .arc, body #servicelines .arc-top.parallax-2-mod .arc {
          background: url("img/arcs/arc-white-tab.png") center bottom no-repeat;
          background-size: 100%; } }
      @media screen and (max-width: 767px) {
        body #servicelines .arc-top.white .arc, body #servicelines .arc-top.parallax-1-mod .arc, body #servicelines .arc-top.parallax-2-mod .arc {
          background: url("img/arcs/arc-white-m.png") center bottom no-repeat;
          background-size: 100%; } }
  body #servicelines .arc-bottom {
    position: relative;
    background: white;
    padding-bottom: 45px;
    top: 1px;
    color: #21759b; }
    @media screen and (max-width: 767px) {
      body #servicelines .arc-bottom {
        top: -23px; } }
    body #servicelines .arc-bottom .bottom-arc {
      display: block;
      width: 100vw;
      height: 45px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -45px;
      background: url("img/arcs/arc-bottom-white.png") center bottom no-repeat;
      background-size: 100% 45px;
      z-index: 100; }
      @media screen and (max-width: 991px) {
        body #servicelines .arc-bottom .bottom-arc {
          background: url("img/arcs/arc-bottom-white.png") center bottom no-repeat;
          background-size: 100%;
          bottom: -24px; } }
      @media screen and (max-width: 767px) {
        body #servicelines .arc-bottom .bottom-arc {
          background: url("img/arcs/arc-bottom-white.png") center bottom no-repeat;
          background-size: 100%;
          bottom: -11px; } }
  body #servicelines .detail-header {
    color: #768692;
    text-align: center;
    padding-bottom: 45px; }
    @media screen and (max-width: 767px) {
      body #servicelines .detail-header {
        padding-bottom: 15px; } }
    body #servicelines .detail-header h2 {
      font-size: 50px; }
      @media screen and (max-width: 991px) {
        body #servicelines .detail-header h2 {
          font-size: 38px; } }
      @media screen and (max-width: 767px) {
        body #servicelines .detail-header h2 {
          font-size: 32px; } }
    body #servicelines .detail-header p {
      font-size: 20px; }
    body #servicelines .detail-header .buttons {
      margin: 50px 0 25px; }
      @media screen and (max-width: 767px) {
        body #servicelines .detail-header .buttons {
          margin: 30px 0; }
          body #servicelines .detail-header .buttons span {
            margin-top: 25px;
            display: block; } }
      body #servicelines .detail-header .buttons a {
        margin: 0 15px; }
        @media screen and (max-width: 991px) {
          body #servicelines .detail-header .buttons a {
            margin: 0 15px 25px; } }
        @media screen and (max-width: 767px) {
          body #servicelines .detail-header .buttons a {
            margin: 0 15px; } }
    body #servicelines .detail-header .serviceline-breadcrumbs {
      text-align: right; }
      body #servicelines .detail-header .serviceline-breadcrumbs p {
        font-size: 14px;
        margin: 10px 0 15px 0;
        max-width: 400px;
        line-height: 1.75;
        float: right; }
      body #servicelines .detail-header .serviceline-breadcrumbs a {
        color: #a61d40; }
  body #servicelines .parallax-1-mod {
    position: relative; }
    body #servicelines .parallax-1-mod .parallax-flush {
      padding: 0; }
    body #servicelines .parallax-1-mod .container {
      padding: 45px 0 50px; }
      @media screen and (max-width: 767px) {
        body #servicelines .parallax-1-mod .container {
          padding: 25px 0 0; } }
      @media screen and (max-width: 991px) {
        body #servicelines .parallax-1-mod .container p {
          margin-bottom: 0; } }
    body #servicelines .parallax-1-mod .bg-img {
      width: 100%;
      background-position: bottom right;
      background-size: cover;
      padding-bottom: 78%;
      background-repeat: no-repeat;
      right: -15%;
      position: absolute;
      top: 0; }
      @media screen and (max-width: 767px) {
        body #servicelines .parallax-1-mod .bg-img {
          position: relative;
          right: 0;
          padding-bottom: 100%;
          z-index: 0;
          background-position: 0 0; } }
    body #servicelines .parallax-1-mod .content {
      padding-bottom: 90%; }
      @media screen and (max-width: 1199px) {
        body #servicelines .parallax-1-mod .content {
          padding-bottom: 100%; } }
      @media screen and (max-width: 767px) {
        body #servicelines .parallax-1-mod .content {
          padding-bottom: 0; } }
      body #servicelines .parallax-1-mod .content .header {
        margin-bottom: 15px; }
        body #servicelines .parallax-1-mod .content .header h4 {
          font-weight: 700;
          margin: 0; }
    body #servicelines .parallax-1-mod .box-1a {
      width: 45%;
      position: absolute;
      left: 20%;
      top: 0;
      z-index: 4;
      padding: 50px 5%; }
      body #servicelines .parallax-1-mod .box-1a.white {
        background: rgba(255, 255, 255, 0.6); }
      @media screen and (max-width: 1199px) {
        body #servicelines .parallax-1-mod .box-1a {
          width: 60%;
          left: 18%;
          padding: 30px 3%; } }
      @media screen and (max-width: 991px) {
        body #servicelines .parallax-1-mod .box-1a {
          top: -2%;
          width: 60%;
          left: 15%;
          padding: 20px 25px; } }
      @media screen and (max-width: 767px) {
        body #servicelines .parallax-1-mod .box-1a {
          position: static;
          width: 100%;
          padding: 30px; } }
      body #servicelines .parallax-1-mod .box-1a .details p:last-child {
        margin-bottom: 0; }
    body #servicelines .parallax-1-mod .box-1b {
      width: 60%;
      position: absolute;
      left: 10%;
      top: 40%;
      z-index: 2; }
      @media screen and (max-width: 1199px) {
        body #servicelines .parallax-1-mod .box-1b {
          top: 40%;
          left: 10%;
          width: 55%; } }
      @media screen and (max-width: 991px) {
        body #servicelines .parallax-1-mod .box-1b {
          top: 30%;
          left: 10%;
          width: 50%; } }
      @media screen and (max-width: 767px) {
        body #servicelines .parallax-1-mod .box-1b {
          position: static;
          width: 100%; } }
      body #servicelines .parallax-1-mod .box-1b .box1-img {
        width: 100%;
        padding-bottom: 54%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
    body #servicelines .parallax-1-mod .box-1c {
      width: 35%;
      position: absolute;
      right: 5%;
      bottom: 0%;
      z-index: 2;
      padding: 50px 5%;
      z-index: 3; }
      body #servicelines .parallax-1-mod .box-1c.white {
        background: rgba(255, 255, 255, 0.6); }
      @media screen and (max-width: 1199px) {
        body #servicelines .parallax-1-mod .box-1c {
          width: 45%;
          padding: 30px 3%;
          bottom: 0%;
          right: 2.5%; } }
      @media screen and (max-width: 991px) {
        body #servicelines .parallax-1-mod .box-1c {
          width: 70%;
          padding: 20px 25px;
          bottom: -22%;
          right: 4%; } }
      @media screen and (max-width: 767px) {
        body #servicelines .parallax-1-mod .box-1c {
          position: static;
          width: 100%;
          padding: 30px 30px 55px; } }
      body #servicelines .parallax-1-mod .box-1c .details p:last-child {
        margin-bottom: 0; }
  body #servicelines .parallax-2-mod {
    position: relative; }
    body #servicelines .parallax-2-mod .parallax-flush {
      padding: 0; }
    body #servicelines .parallax-2-mod .container {
      padding: 45px 0 50px; }
      @media screen and (max-width: 991px) {
        body #servicelines .parallax-2-mod .container {
          padding: 45px 0 0; } }
      @media screen and (max-width: 767px) {
        body #servicelines .parallax-2-mod .container {
          padding: 25px 0 0; } }
      @media screen and (max-width: 991px) {
        body #servicelines .parallax-2-mod .container p {
          margin-bottom: 0; } }
    body #servicelines .parallax-2-mod .bg-img {
      width: 100%;
      background-position: bottom right;
      background-size: cover;
      padding-bottom: 78%;
      background-repeat: no-repeat;
      right: -15%;
      position: absolute;
      top: -10%; }
      @media screen and (max-width: 767px) {
        body #servicelines .parallax-2-mod .bg-img {
          position: relative;
          right: 0;
          padding-bottom: 100%;
          z-index: 0;
          background-position: 0 0; } }
    body #servicelines .parallax-2-mod .content {
      padding-bottom: 70%; }
      @media screen and (max-width: 1199px) {
        body #servicelines .parallax-2-mod .content {
          padding-bottom: 100%; } }
      @media screen and (max-width: 767px) {
        body #servicelines .parallax-2-mod .content {
          padding-bottom: 0; } }
      body #servicelines .parallax-2-mod .content .header {
        margin-bottom: 35px; }
        @media screen and (max-width: 991px) {
          body #servicelines .parallax-2-mod .content .header {
            margin-bottom: 15px; } }
        body #servicelines .parallax-2-mod .content .header h4 {
          margin: 0;
          font-weight: 700; }
        @media screen and (max-width: 991px) {
          body #servicelines .parallax-2-mod .content .header p {
            margin-bottom: 0; } }
    body #servicelines .parallax-2-mod .box-2a {
      width: 50%;
      position: absolute;
      left: 5%;
      top: 0;
      z-index: 2;
      padding: 50px 5%;
      color: #435663; }
      body #servicelines .parallax-2-mod .box-2a.white {
        background: rgba(255, 255, 255, 0.6); }
      @media screen and (max-width: 1199px) {
        body #servicelines .parallax-2-mod .box-2a {
          width: 65%; } }
      @media screen and (max-width: 991px) {
        body #servicelines .parallax-2-mod .box-2a {
          width: 60%;
          padding: 20px 25px; } }
      @media screen and (max-width: 767px) {
        body #servicelines .parallax-2-mod .box-2a {
          position: static;
          width: 100%;
          padding: 30px; } }
      body #servicelines .parallax-2-mod .box-2a .details p:last-child {
        margin-bottom: 0; }
    body #servicelines .parallax-2-mod .box-2b {
      width: 30%;
      position: absolute;
      left: 10%;
      top: 60%;
      z-index: 2; }
      @media screen and (max-width: 1199px) {
        body #servicelines .parallax-2-mod .box-2b {
          left: 2.5%;
          width: 40%;
          top: 56%; } }
      @media screen and (max-width: 991px) {
        body #servicelines .parallax-2-mod .box-2b {
          left: 2.5%;
          width: 35%;
          top: 52%; } }
      @media screen and (max-width: 767px) {
        body #servicelines .parallax-2-mod .box-2b {
          position: static;
          width: 100%; } }
      body #servicelines .parallax-2-mod .box-2b .box-img {
        width: 100%;
        padding-bottom: 75%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
    body #servicelines .parallax-2-mod .box-2c {
      width: 45%;
      position: absolute;
      right: 5%;
      top: 50%;
      z-index: 2;
      padding: 50px 5%; }
      body #servicelines .parallax-2-mod .box-2c.white {
        background: rgba(255, 255, 255, 0.6); }
      @media screen and (max-width: 991px) {
        body #servicelines .parallax-2-mod .box-2c {
          width: 57%;
          right: 2.5%;
          padding: 20px 25px; } }
      @media screen and (max-width: 767px) {
        body #servicelines .parallax-2-mod .box-2c {
          position: static;
          width: 100%;
          padding: 30px 30px 55px; } }
      body #servicelines .parallax-2-mod .box-2c .details p:last-child {
        margin-bottom: 0; }
  body #servicelines .col-50 .col-50-left {
    padding-right: 30px; }
    @media screen and (max-width: 767px) {
      body #servicelines .col-50 .col-50-left {
        padding-right: 15px; } }
  body #servicelines .col-50 .col-50-right {
    padding-left: 30px; }
    @media screen and (max-width: 767px) {
      body #servicelines .col-50 .col-50-right {
        padding-left: 15px; } }
  body #servicelines .mod-img-left .content, body #servicelines .mod-img-right .content {
    padding: 50px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 991px) {
      body #servicelines .mod-img-left .content, body #servicelines .mod-img-right .content {
        display: block;
        padding: 35px 0 25px; }
        body #servicelines .mod-img-left .content .col-2 p:last-child, body #servicelines .mod-img-left .content .col-2 img:last-child, body #servicelines .mod-img-right .content .col-2 p:last-child, body #servicelines .mod-img-right .content .col-2 img:last-child {
          margin-bottom: 0; } }
    @media screen and (max-width: 767px) {
      body #servicelines .mod-img-left .content, body #servicelines .mod-img-right .content {
        padding: 0; } }
    body #servicelines .mod-img-left .content .col-1, body #servicelines .mod-img-left .content .col-2, body #servicelines .mod-img-right .content .col-1, body #servicelines .mod-img-right .content .col-2 {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    body #servicelines .mod-img-left .content .col-1, body #servicelines .mod-img-right .content .col-1 {
      margin-right: 50px; }
      @media screen and (max-width: 991px) {
        body #servicelines .mod-img-left .content .col-1, body #servicelines .mod-img-right .content .col-1 {
          margin-right: 0; }
          body #servicelines .mod-img-left .content .col-1 img, body #servicelines .mod-img-right .content .col-1 img {
            margin: 35px 0 20px; } }
    @media screen and (max-width: 991px) {
      body #servicelines .mod-img-left .content .col-2 img, body #servicelines .mod-img-right .content .col-2 img {
        margin: 20px 0 35px; } }
    body #servicelines .mod-img-left .content img, body #servicelines .mod-img-right .content img {
      width: 100%;
      height: auto;
      max-width: none; }
  body #servicelines .list-special .header {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    body #servicelines .list-special .container {
      padding-bottom: 65px; } }
  body #servicelines .list-special ul {
    margin: 50px 0 25px;
    list-style-type: none; }
    body #servicelines .list-special ul li {
      vertical-align: middle;
      margin-top: 25px; }
      body #servicelines .list-special ul li:first-child {
        margin: 0; }
      body #servicelines .list-special ul li a {
        display: block;
        text-align: left;
        padding-left: 30px;
        color: #2e3b44; }
        body #servicelines .list-special ul li a:hover {
          color: #a61d40; }
      body #servicelines .list-special ul li:hover:before {
        background: #768692; }
      body #servicelines .list-special ul li:before {
        content: '';
        width: 8px;
        height: 8px;
        background: #a61d40;
        display: block;
        margin-right: 20px;
        vertical-align: middle;
        position: relative;
        top: 7px;
        float: left; }
    @media screen and (max-width: 991px) {
      body #servicelines .list-special ul {
        padding: 0;
        margin: 25px 0 0; } }
    @media screen and (max-width: 767px) {
      body #servicelines .list-special ul {
        margin: 20px 0 0; } }
  body #servicelines .three-col {
    padding-bottom: 65px; }
    @media screen and (max-width: 767px) {
      body #servicelines .three-col {
        padding-bottom: 0; } }
    body #servicelines .three-col img {
      width: 100%;
      padding: 0 15px; }
      @media screen and (max-width: 991px) {
        body #servicelines .three-col img {
          padding: 0; } }
      @media screen and (max-width: 767px) {
        body #servicelines .three-col img {
          border: 1px solid #adb7be;
          margin-bottom: 25px; } }
  body #servicelines .accolades {
    text-align: center; }
    @media screen and (max-width: 767px) {
      body #servicelines .accolades .header {
        margin: 0 0 15px; } }
    body #servicelines .accolades .content {
      margin: 50px 0 0; }
      @media screen and (max-width: 991px) {
        body #servicelines .accolades .content {
          margin-top: 15px; } }
      @media screen and (max-width: 767px) {
        body #servicelines .accolades .content {
          margin: 0 0 15px; } }
    body #servicelines .accolades .accolade .inner {
      padding: 0 10%; }
      @media screen and (max-width: 991px) {
        body #servicelines .accolades .accolade .inner {
          padding: 0; } }
      @media screen and (max-width: 767px) {
        body #servicelines .accolades .accolade .inner {
          padding: 0 10%; } }
      body #servicelines .accolades .accolade .inner img {
        margin-bottom: 15px; }
      body #servicelines .accolades .accolade .inner p {
        margin-bottom: 5px;
        line-height: 1.5; }
    @media screen and (max-width: 991px) {
      body #servicelines .accolades .accolade {
        margin-top: 35px; } }
  body #servicelines .meet-your-team {
    padding: 0; }
    body #servicelines .meet-your-team .bg-img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 767px) {
        body #servicelines .meet-your-team .bg-img {
          display: none; } }
    body #servicelines .meet-your-team .header {
      padding: 50px 0 15px;
      position: relative;
      z-index: 10;
      background: white;
      margin: 0; }
      @media screen and (max-width: 767px) {
        body #servicelines .meet-your-team .header {
          padding-top: 15px; } }
    body #servicelines .meet-your-team h2 {
      margin: 0;
      text-align: center; }
    body #servicelines .meet-your-team .container {
      padding-top: 0;
      padding-bottom: 15px; }
      body #servicelines .meet-your-team .container.has-bg-img {
        padding-bottom: 20%; }
      @media screen and (max-width: 767px) {
        body #servicelines .meet-your-team .container {
          padding-bottom: 15px; }
          body #servicelines .meet-your-team .container.has-bg-img {
            padding-bottom: 15px; } }
    body #servicelines .meet-your-team .content {
      background: white;
      padding: 0 30px 40px; }
      @media screen and (max-width: 767px) {
        body #servicelines .meet-your-team .content {
          padding: 0 15px 15px; } }
      body #servicelines .meet-your-team .content .team-member {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid #c9d7db;
        padding: 30px;
        margin-top: 40px; }
        @media screen and (max-width: 767px) {
          body #servicelines .meet-your-team .content .team-member {
            display: block; } }
        body #servicelines .meet-your-team .content .team-member h3 {
          margin-top: 0; }
        body #servicelines .meet-your-team .content .team-member:first-child {
          margin: 0; }
        body #servicelines .meet-your-team .content .team-member a {
          font-weight: 700;
          vertical-align: middle;
          font-size: 18px; }
          body #servicelines .meet-your-team .content .team-member a:after {
            content: '\f105';
            font-family: 'Fontawesome';
            font-size: 24px;
            line-height: 14px;
            vertical-align: middle;
            position: relative;
            top: -2px;
            margin-left: 10px;
            font-weight: 300;
            display: inline-block; }
        body #servicelines .meet-your-team .content .team-member img {
          width: 100%; }
        body #servicelines .meet-your-team .content .team-member .col-1 {
          margin-right: 30px; }
        body #servicelines .meet-your-team .content .team-member.img-left .col-1 {
          width: 25%; }
          @media screen and (max-width: 767px) {
            body #servicelines .meet-your-team .content .team-member.img-left .col-1 {
              width: 100%;
              margin-bottom: 25px; } }
        body #servicelines .meet-your-team .content .team-member.img-left .col-2 {
          width: 75%; }
          @media screen and (max-width: 767px) {
            body #servicelines .meet-your-team .content .team-member.img-left .col-2 {
              width: 100%; }
              body #servicelines .meet-your-team .content .team-member.img-left .col-2 p:last-child {
                margin-bottom: 0; } }
        body #servicelines .meet-your-team .content .team-member.img-right .col-1 {
          width: 75%; }
          @media screen and (max-width: 767px) {
            body #servicelines .meet-your-team .content .team-member.img-right .col-1 {
              width: 100%;
              margin-bottom: 25px; } }
        body #servicelines .meet-your-team .content .team-member.img-right .col-2 {
          width: 25%; }
          @media screen and (max-width: 767px) {
            body #servicelines .meet-your-team .content .team-member.img-right .col-2 {
              width: 100%; } }
  body #servicelines .cases-like-yours .header {
    text-align: center; }
  @media screen and (max-width: 767px) {
    body #servicelines .cases-like-yours .content .like-case {
      margin-bottom: 25px; }
      body #servicelines .cases-like-yours .content .like-case:last-child {
        margin-bottom: 0; } }
  body #servicelines .cases-like-yours .content .like-case img {
    width: 100%; }
  body #servicelines .cases-like-yours .content .like-case .inner {
    margin: 0 15px;
    border: 1px solid #c9d7db; }
    @media screen and (max-width: 1199px) {
      body #servicelines .cases-like-yours .content .like-case .inner {
        margin: 0; } }
    body #servicelines .cases-like-yours .content .like-case .inner.lt-red .info p.title {
      color: white;
      background: #a61d40; }
    body #servicelines .cases-like-yours .content .like-case .inner.lt-red .info a {
      color: white;
      background: #a61d40; }
    body #servicelines .cases-like-yours .content .like-case .inner .info {
      height: 160px;
      padding: 20px 25px;
      position: relative; }
      @media screen and (max-width: 991px) {
        body #servicelines .cases-like-yours .content .like-case .inner .info {
          padding: 15px; } }
      @media screen and (max-width: 767px) {
        body #servicelines .cases-like-yours .content .like-case .inner .info {
          padding: 25px 30px;
          height: auto; } }
      body #servicelines .cases-like-yours .content .like-case .inner .info p {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 15px;
        height: 80px;
        overflow: hidden; }
        @media screen and (max-width: 767px) {
          body #servicelines .cases-like-yours .content .like-case .inner .info p {
            height: auto; } }
      body #servicelines .cases-like-yours .content .like-case .inner .info p.title {
        font-weight: 700;
        text-align: center;
        border-radius: 10px 10px 0 0;
        position: absolute;
        bottom: 87%;
        width: 80%;
        padding: 10px 20px;
        background: white;
        display: inline-block;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        font-size: 21px;
        line-height: 1.35;
        height: auto;
        color: #768692; }
        @media screen and (max-width: 991px) {
          body #servicelines .cases-like-yours .content .like-case .inner .info p.title {
            font-size: 16px;
            padding: 10px 10px;
            bottom: 85%; } }
        @media screen and (max-width: 767px) {
          body #servicelines .cases-like-yours .content .like-case .inner .info p.title {
            font-size: 18px; } }
      body #servicelines .cases-like-yours .content .like-case .inner .info a {
        vertical-align: middle;
        font-weight: 700;
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          body #servicelines .cases-like-yours .content .like-case .inner .info a {
            font-size: 15px; } }
        body #servicelines .cases-like-yours .content .like-case .inner .info a:after {
          content: '\f105';
          font-family: 'Fontawesome';
          font-size: 26px;
          line-height: 16px;
          vertical-align: middle;
          position: relative;
          top: -2px;
          margin-left: 10px;
          font-weight: 300;
          display: inline-block; }
          @media screen and (max-width: 767px) {
            body #servicelines .cases-like-yours .content .like-case .inner .info a:after {
              font-size: 15px; } }
  body #servicelines .video-mod {
    text-align: center; }
    @media screen and (max-width: 767px) {
      body #servicelines .video-mod {
        padding: 0; }
        body #servicelines .video-mod .container {
          padding: 10px 0 45px; } }
  body #servicelines .appointment-mod .header {
    background: #768692;
    color: white;
    margin: 0;
    padding: 10px 20px; }
    body #servicelines .appointment-mod .header h2 {
      margin: 0;
      font-size: 26px;
      margin: 0;
      color: white; }
      @media screen and (max-width: 1199px) {
        body #servicelines .appointment-mod .header h2 {
          font-size: 22px; } }
      @media screen and (max-width: 991px) {
        body #servicelines .appointment-mod .header h2 {
          font-size: 20px; } }
  body #servicelines .appointment-mod .container {
    padding: 45px 15px 60px; }
  body #servicelines .appointment-mod .appt-item {
    width: 100%;
    margin-bottom: 10px; }
    body #servicelines .appointment-mod .appt-item .fa, body #servicelines .appointment-mod .appt-item .page-template-page-locations .list-view .location .info .description .phone-fax > div:before, .page-template-page-locations .list-view .location .info .description body #servicelines .appointment-mod .appt-item .phone-fax > div:before, body #servicelines .appointment-mod .appt-item .page-template-page-front-door .list-view .location .info .description .phone-fax > div:before, .page-template-page-front-door .list-view .location .info .description body #servicelines .appointment-mod .appt-item .phone-fax > div:before, .page-template-page-doctors .list-view .doctor .info body #servicelines .appointment-mod .appt-item .tel:before, .page-template-page-front-door .list-view .doctor .info body #servicelines .appointment-mod .appt-item .tel:before, body #servicelines .appointment-mod .appt-item .page-template-provider #locations .location .info .description .phone-fax > div:before, .page-template-provider #locations .location .info .description body #servicelines .appointment-mod .appt-item .phone-fax > div:before, body #servicelines .appointment-mod .appt-item .info .tel:before, body #servicelines .appointment-mod .appt-item .info .fax:before, body.page-template-page-homepage-2020 #servicelines .appointment-mod .appt-item .list-view .location .info .description .phone-fax > div:before, body.page-template-page-homepage-2020 .list-view .location .info .description #servicelines .appointment-mod .appt-item .phone-fax > div:before {
      font-family: 'FontAwesome';
      color: #425563;
      position: absolute;
      font-size: 20px; }
    body #servicelines .appointment-mod .appt-item .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #eaf0f1;
      padding: 10px 5px; }
      @media (min-width: 768px) {
        body #servicelines .appointment-mod .appt-item .info {
          position: relative;
          padding: 20px; } }
      body #servicelines .appointment-mod .appt-item .info > .image {
        margin-right: 1em; }
        body #servicelines .appointment-mod .appt-item .info > .image .inner {
          display: block;
          width: 100px;
          height: 100px;
          border-radius: 100px;
          background: #eaf0f1;
          background-position: center top;
          background-size: cover;
          background-repeat: no-repeat; }
      @media (min-width: 768px) {
        body #servicelines .appointment-mod .appt-item .info .details {
          margin-right: 125px; } }
      body #servicelines .appointment-mod .appt-item .info .title, body #servicelines .appointment-mod .appt-item .info .appointment {
        margin: 0 0 0.4em 0; }
      body #servicelines .appointment-mod .appt-item .info .title {
        font-weight: 700;
        font-size: 18px;
        color: #425563; }
      body #servicelines .appointment-mod .appt-item .info .appointment {
        display: inline-block; }
        body #servicelines .appointment-mod .appt-item .info .appointment a {
          display: block; }
      body #servicelines .appointment-mod .appt-item .info .category {
        font-style: italic; }
      body #servicelines .appointment-mod .appt-item .info .tel, body #servicelines .appointment-mod .appt-item .info .fax {
        padding-left: 25px;
        position: relative; }
        body #servicelines .appointment-mod .appt-item .info .tel:hover, body #servicelines .appointment-mod .appt-item .info .tel:focus, body #servicelines .appointment-mod .appt-item .info .tel:active, body #servicelines .appointment-mod .appt-item .info .fax:hover, body #servicelines .appointment-mod .appt-item .info .fax:focus, body #servicelines .appointment-mod .appt-item .info .fax:active {
          text-decoration: none; }
      body #servicelines .appointment-mod .appt-item .info .tel:before {
        content: "\f095";
        left: 0px; }
      body #servicelines .appointment-mod .appt-item .info .fax:before {
        content: "\f1ac";
        left: 0px; }
      body #servicelines .appointment-mod .appt-item .info .appt-btn {
        font-weight: 700; }
        @media screen and (max-width: 767px) {
          body #servicelines .appointment-mod .appt-item .info .appt-btn {
            margin-top: 5px; } }
        @media (min-width: 768px) {
          body #servicelines .appointment-mod .appt-item .info .appt-btn {
            position: absolute;
            top: 20px;
            right: 20px; } }
        body #servicelines .appointment-mod .appt-item .info .appt-btn > span {
          display: inline-block;
          padding: 1px 5px; }
          @media (min-width: 768px) {
            body #servicelines .appointment-mod .appt-item .info .appt-btn > span {
              padding: 5px 15px; } }
  body #servicelines .appointment-mod-all .header {
    margin-bottom: 25px;
    color: white; }
  body #servicelines .appointment-mod-all .container {
    padding: 35px 25px 35px; }
  body #servicelines .appointment-mod-all .inner {
    text-align: center;
    background: #768692;
    color: white;
    margin: 0;
    padding: 15px 25px 35px; }
    body #servicelines .appointment-mod-all .inner .header {
      color: white; }
      body #servicelines .appointment-mod-all .inner .header h2 {
        color: white; }
    body #servicelines .appointment-mod-all .inner h2 {
      margin: 0;
      font-size: 26px;
      margin: 0; }
      @media screen and (max-width: 1199px) {
        body #servicelines .appointment-mod-all .inner h2 {
          font-size: 22px; } }
      @media screen and (max-width: 991px) {
        body #servicelines .appointment-mod-all .inner h2 {
          font-size: 20px; } }
  @media screen and (max-width: 767px) {
    body #servicelines .appointment-mod-all .buttons span {
      margin-top: 25px;
      display: block; } }
  body #servicelines .appointment-mod-all .buttons a {
    margin: 0 15px; }
    @media screen and (max-width: 991px) {
      body #servicelines .appointment-mod-all .buttons a {
        margin: 0 15px 25px; } }
    @media screen and (max-width: 767px) {
      body #servicelines .appointment-mod-all .buttons a {
        margin: 0 15px; } }
  body #servicelines .recent-news {
    padding: 0; }
    body #servicelines .recent-news .container {
      padding: 50px 0; }
      @media screen and (max-width: 767px) {
        body #servicelines .recent-news .container {
          padding: 25px 0 0; } }
    body #servicelines .recent-news h2 {
      margin-top: 0; }
    body #servicelines .recent-news .row {
      margin-left: -15px;
      margin-right: -15px; }
      @media screen and (max-width: 767px) {
        body #servicelines .recent-news .row {
          margin: 0 5px; } }
    @media screen and (max-width: 767px) {
      body #servicelines .recent-news article {
        margin: 15px 0; } }
    body #servicelines .recent-news article.post.with-image {
      height: 350px; }
      body #servicelines .recent-news article.post.with-image .post-holder {
        margin: 0 15px; }
        @media screen and (max-width: 767px) {
          body #servicelines .recent-news article.post.with-image .post-holder {
            margin: 0; } }
      @media screen and (max-width: 767px) {
        body #servicelines .recent-news article.post.with-image {
          height: auto; } }
      body #servicelines .recent-news article.post.with-image .bg {
        position: static;
        overflow: visible; }
        body #servicelines .recent-news article.post.with-image .bg .inner {
          position: static;
          width: 100%;
          -webkit-transition: none;
          transition: none;
          height: 200px;
          overflow: hidden; }
          @media screen and (max-width: 767px) {
            body #servicelines .recent-news article.post.with-image .bg .inner {
              margin: 15px 0; } }
      body #servicelines .recent-news article.post.with-image:hover .bg .inner {
        -webkit-transform: none;
                transform: none; }
      body #servicelines .recent-news article.post.with-image .text {
        margin: 15px 0;
        position: static;
        padding: 0;
        background: none;
        color: #425563; }
        @media screen and (max-width: 767px) {
          body #servicelines .recent-news article.post.with-image .text {
            margin: 25px 0; } }
        body #servicelines .recent-news article.post.with-image .text .title {
          font-size: 18px;
          text-shadow: none;
          color: #425563;
          height: 80px;
          overflow: hidden; }
          @media screen and (min-width: 768px) and (max-width: 991px) {
            body #servicelines .recent-news article.post.with-image .text .title {
              font-size: 17px; } }
          @media screen and (max-width: 767px) {
            body #servicelines .recent-news article.post.with-image .text .title {
              height: auto; } }
        body #servicelines .recent-news article.post.with-image .text .date {
          font-size: 16px;
          text-shadow: none; }
          @media screen and (min-width: 768px) and (max-width: 991px) {
            body #servicelines .recent-news article.post.with-image .text .date {
              font-size: 15px; } }
          @media screen and (max-width: 767px) {
            body #servicelines .recent-news article.post.with-image .text .date {
              font-size: 14px; } }
      body #servicelines .recent-news article.post.with-image a {
        position: static; }
  body #servicelines h1, body #servicelines h2, body #servicelines h3, body #servicelines h4 {
    line-height: 1.25; }
  body #servicelines h1 {
    font-size: 48px;
    font-weight: 700; }
    @media screen and (max-width: 991px) {
      body #servicelines h1 {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      body #servicelines h1 {
        font-size: 30px; } }
  body #servicelines h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25; }
    @media screen and (max-width: 991px) {
      body #servicelines h2 {
        font-size: 28px; } }
    @media screen and (max-width: 767px) {
      body #servicelines h2 {
        font-size: 25px; } }
  body #servicelines h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.25; }
    @media screen and (max-width: 991px) {
      body #servicelines h3 {
        font-size: 26px; } }
    @media screen and (max-width: 767px) {
      body #servicelines h3 {
        font-size: 24px; } }
  body #servicelines h4 {
    font-weight: 550;
    font-size: 22px; }
    @media screen and (max-width: 767px) {
      body #servicelines h4 {
        font-size: 20px; } }
  body #servicelines h5 {
    font-weight: 700;
    font-size: 22px; }
    @media screen and (max-width: 767px) {
      body #servicelines h5 {
        font-size: 20px; } }
  body #servicelines ul, body #servicelines ol {
    margin: 0 0 35px 0; }
    body #servicelines ul li, body #servicelines ol li {
      margin-top: 15px; }
      body #servicelines ul li:first-child, body #servicelines ol li:first-child {
        margin: 0; }
      @media screen and (max-width: 767px) {
        body #servicelines ul li, body #servicelines ol li {
          font-size: 16px; } }
  body #servicelines p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px; }
    @media screen and (max-width: 991px) {
      body #servicelines p {
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 28px; } }
    @media screen and (max-width: 767px) {
      body #servicelines p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 25px; } }
  body #servicelines .lt-red {
    background: #a61d40; }
  body #servicelines .lt-gray {
    background: #d1dde0; }
  body #servicelines .md-gray {
    background: #adb7be; }
  body #servicelines .md2-gray {
    background: #768692; }
  body #servicelines .dk-red {
    background: #6f132b; }
  body #servicelines .dk-gray {
    background: #435663; }
    body #servicelines .dk-gray .serviceline-breadcrumbs p {
      color: white; }
    body #servicelines .dk-gray .serviceline-breadcrumbs a {
      color: white; }
  body #servicelines .white {
    background: white; }
  body #servicelines .lt-red, body #servicelines .md2-gray, body #servicelines .dk-gray, body #servicelines .dk-red {
    color: white; }
    body #servicelines .lt-red h1, body #servicelines .lt-red h2, body #servicelines .lt-red h3, body #servicelines .lt-red h4, body #servicelines .md2-gray h1, body #servicelines .md2-gray h2, body #servicelines .md2-gray h3, body #servicelines .md2-gray h4, body #servicelines .dk-gray h1, body #servicelines .dk-gray h2, body #servicelines .dk-gray h3, body #servicelines .dk-gray h4, body #servicelines .dk-red h1, body #servicelines .dk-red h2, body #servicelines .dk-red h3, body #servicelines .dk-red h4 {
      color: white; }
  body #servicelines .white, body #servicelines .md-gray {
    color: #2e3b44; }
    body #servicelines .white h1, body #servicelines .white h2, body #servicelines .white h3, body #servicelines .white h4, body #servicelines .md-gray h1, body #servicelines .md-gray h2, body #servicelines .md-gray h3, body #servicelines .md-gray h4 {
      color: #2e3b44; }
  body #servicelines .lt-gray {
    color: #40474f; }
    body #servicelines .lt-gray h1, body #servicelines .lt-gray h2, body #servicelines .lt-gray h3, body #servicelines .lt-gray h4 {
      color: #40474f; }
  body #servicelines .white h2 {
    color: #768692; }
  body #servicelines .white.detail-header h2 {
    color: #435663; }
  body #servicelines .white.detail-header p {
    color: #768692; }
  body #servicelines .white .arrow-btn {
    color: white; }
  body #servicelines .header-accordion, body #servicelines .header-full {
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 991px) {
      body #servicelines .header-accordion, body #servicelines .header-full {
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      body #servicelines .header-accordion, body #servicelines .header-full {
        margin-bottom: 30px;
        padding: 0 15px; } }
  body #servicelines .arrow-btn {
    vertical-align: middle;
    color: white;
    font-size: 16px;
    font-weight: 700; }
    body #servicelines .arrow-btn:after {
      content: '\f105';
      font-family: 'Fontawesome';
      font-size: 26px;
      line-height: 14px;
      vertical-align: middle;
      position: relative;
      top: -2px;
      margin-left: 20px;
      font-weight: 300;
      display: inline-block; }
  body #servicelines .video-wrapper {
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    height: 0; }
    body #servicelines .video-wrapper iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  body #servicelines .accordion .header {
    margin-bottom: 0;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      body #servicelines .accordion .header {
        padding: 0 15px 30px; } }
    body #servicelines .accordion .header h2 {
      margin: 0; }
      body #servicelines .accordion .header h2:after {
        display: block;
        font-family: 'Fontawesome';
        content: '\f106';
        font-size: 40px;
        line-height: 1;
        font-weight: 300;
        margin: 5px 0 0; }
    body #servicelines .accordion .header h3 {
      margin: 5px 0 0; }
    body #servicelines .accordion .header.collapsed h2:after {
      font-family: 'Fontawesome';
      content: '\f107';
      display: block;
      font-size: 40px;
      line-height: 20px;
      font-weight: 300; }
    body #servicelines .accordion .header.collapsed.subhead h2:after {
      line-height: 1; }
  @media screen and (max-width: 991px) {
    body #servicelines .accordion .container {
      padding: 20px 15px; } }
  body #servicelines .accordion .acd_50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 991px) {
      body #servicelines .accordion .acd_50 {
        display: block; } }
  body #servicelines .accordion .content {
    padding: 35px 0 0; }
    @media screen and (max-width: 767px) {
      body #servicelines .accordion .content {
        padding: 15px 0 0; } }
  body #servicelines .scroll-down {
    position: fixed;
    opacity: 0;
    bottom: 20px;
    left: 50%;
    height: 45px;
    width: 50px;
    margin-left: -25px;
    cursor: pointer;
    background: #a6093d;
    border-radius: 3px;
    z-index: 900;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear; }
    @media screen and (min-width: 1200px) {
      body #servicelines .scroll-down.scrolled {
        opacity: 1; } }
    body #servicelines .scroll-down:after {
      display: block;
      content: '\f107';
      font-family: Fontawesome;
      font-size: 25px;
      color: white;
      text-align: center;
      vertical-align: middle;
      line-height: 45px; }
  body #servicelines .su-lightbox {
    color: #a6093d; }
    body #servicelines .su-lightbox:hover {
      color: #ad3700;
      text-decoration: underline; }

body.mobile-active #servicelines .hero {
  margin-top: 0 !important; }

body .sl-faq__container {
  margin-bottom: 25px; }

body .sl-faq__header {
  margin: 0;
  padding: 22px 0 11px 0; }

body .sl-faq__question {
  margin-top: 0;
  padding-top: 11px; }
  body .sl-faq__question a {
    color: #40474f; }
  body .sl-faq__question [data-toggle="collapse"]:before {
    color: #a61d40;
    position: absolute;
    left: 15px;
    display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
    line-height: 25px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all linear 0.25s;
    transition: all linear 0.25s; }
  body .sl-faq__question [data-toggle="collapse"].collapsed:before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

body .sl-faq__answer p {
  margin-bottom: 10px !important; }

body .sl-faq__card-block {
  margin-left: 50px; }

body .sl-faq__card-body {
  padding-left: 30px; }

body .sl-faq.lt-red, body .sl-faq.md2-gray, body .sl-faq.dk-red, body .sl-faq.dk-gray {
  color: white; }
  body .sl-faq.lt-red h1, body .sl-faq.lt-red h2, body .sl-faq.lt-red h3, body .sl-faq.lt-red h4, body .sl-faq.md2-gray h1, body .sl-faq.md2-gray h2, body .sl-faq.md2-gray h3, body .sl-faq.md2-gray h4, body .sl-faq.dk-red h1, body .sl-faq.dk-red h2, body .sl-faq.dk-red h3, body .sl-faq.dk-red h4, body .sl-faq.dk-gray h1, body .sl-faq.dk-gray h2, body .sl-faq.dk-gray h3, body .sl-faq.dk-gray h4 {
    color: white; }
    body .sl-faq.lt-red h1 a, body .sl-faq.lt-red h2 a, body .sl-faq.lt-red h3 a, body .sl-faq.lt-red h4 a, body .sl-faq.md2-gray h1 a, body .sl-faq.md2-gray h2 a, body .sl-faq.md2-gray h3 a, body .sl-faq.md2-gray h4 a, body .sl-faq.dk-red h1 a, body .sl-faq.dk-red h2 a, body .sl-faq.dk-red h3 a, body .sl-faq.dk-red h4 a, body .sl-faq.dk-gray h1 a, body .sl-faq.dk-gray h2 a, body .sl-faq.dk-gray h3 a, body .sl-faq.dk-gray h4 a {
      color: white; }
  body .sl-faq.lt-red [data-toggle="collapse"]:before, body .sl-faq.md2-gray [data-toggle="collapse"]:before, body .sl-faq.dk-red [data-toggle="collapse"]:before, body .sl-faq.dk-gray [data-toggle="collapse"]:before {
    color: white; }

body.page-template-page-clinical-trials {
  overflow-x: auto; }

#clinical-trials strong {
  font-weight: 500; }

#clinical-trials #main .entry-content {
  margin-bottom: 12px !important; }

#clinical-trials .su-button, #clinical-trials .modal-title {
  font-weight: bold; }

#clinical-trials .page-banner.tab-banner {
  margin-bottom: 0;
  height: 0; }
  @media screen and (min-width: 992px) {
    #clinical-trials .page-banner.tab-banner {
      margin-bottom: 0;
      height: 50px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  #clinical-trials .btn-group .btn-checkbox {
    font-size: 12px !important; } }

#clinical-trials .entry-header {
  width: 100%; }
  #clinical-trials .entry-header-hr {
    background-color: #788690;
    height: 1px; }
  @media screen and (min-width: 992px) {
    #clinical-trials .entry-header-title {
      display: inline-block;
      vertical-align: top;
      width: 50%; } }
  @media screen and (min-width: 1200px) {
    #clinical-trials .entry-header-title {
      width: 50%; } }
  #clinical-trials .entry-header-title .entry-title {
    margin: 0 0 .25em;
    font-size: 28px;
    font-weight: bold; }
    @media screen and (min-width: 992px) {
      #clinical-trials .entry-header-title .entry-title {
        margin: 0;
        font-size: 36px; } }
    @media screen and (min-width: 1200px) {
      #clinical-trials .entry-header-title .entry-title {
        font-size: 42px; } }
  #clinical-trials .entry-header-breadcrumbs {
    font-size: 13px;
    color: #425563; }
    @media screen and (min-width: 768px) {
      #clinical-trials .entry-header-breadcrumbs {
        font-size: 0.9em; } }
    @media screen and (min-width: 992px) {
      #clinical-trials .entry-header-breadcrumbs {
        font-size: 16px; } }
    #clinical-trials .entry-header-breadcrumbs .fa-angle-right {
      margin: 0 0.4em; }
    #clinical-trials .entry-header-breadcrumbs a {
      text-decoration: underline; }
  @media screen and (min-width: 992px) {
    #clinical-trials .entry-header-breadcrumbs {
      display: inline-block;
      vertical-align: bottom;
      width: 49%;
      padding-bottom: .1em;
      text-align: right; } }
  @media screen and (min-width: 1200px) {
    #clinical-trials .entry-header-breadcrumbs {
      width: 49%; } }
  @media screen and (min-width: 1200px) {
    #clinical-trials .entry-header-breadcrumbs {
      padding-bottom: 0.2em; } }

#clinical-trials .btn-group .btn-primary:not(.active) {
  background-color: #d1dde0;
  color: #2e3b44; }

#clinical-trials .btn-group .btn-primary.active {
  background-color: #a6093d; }

/* Media Queries
@media screen and (min-width: 768px) { }
@media screen and (min-width: 992px) { }
@media screen and (min-width: 1200px) { }
*/
#front-door {
  font-family: "Avenir", Arial, sans-serif;
  margin-top: 80px; }
  #front-door .btn {
    font-weight: 550; }
  #front-door .front-door__headline {
    color: #fff;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    padding: 28px 0;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.75); }
    #front-door .front-door__headline-h1 {
      font-weight: 700;
      margin: 0;
      font-size: 22px; }
      @media screen and (min-width: 768px) {
        #front-door .front-door__headline-h1 {
          font-size: 32px; } }
    #front-door .front-door__headline-h2 {
      margin: 12px 0 0;
      font-size: 14px; }
      @media screen and (min-width: 768px) {
        #front-door .front-door__headline-h2 {
          font-size: 24px; } }
  #front-door .front-door__segments {
    position: relative;
    background-size: cover;
    background-position: center top;
    height: 182vw;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      #front-door .front-door__segments {
        height: 140vw; } }
    @media screen and (min-width: 992px) {
      #front-door .front-door__segments {
        height: 55.5vw; } }
    #front-door .front-door__segments-card {
      position: relative;
      padding: 0 4px 0; }
      @media screen and (max-width: 991px) {
        #front-door .front-door__segments-card:nth-of-type(n) {
          padding: 0 2px 4px 0; }
        #front-door .front-door__segments-card:nth-of-type(2n) {
          padding: 0 0 4px 2px; } }
      @media screen and (min-width: 992px) {
        #front-door .front-door__segments-card:first-of-type {
          padding: 0 4px 0 0; }
        #front-door .front-door__segments-card:last-of-type {
          padding: 0 0 0 4px; } }
      #front-door .front-door__segments-card-inner {
        background-color: rgba(255, 255, 255, 0.8); }
      #front-door .front-door__segments-card-heading {
        position: relative;
        overflow-wrap: normal;
        margin: 0;
        color: #425563;
        font-weight: 700;
        z-index: 10;
        font-size: 7vw; }
        @media screen and (min-width: 768px) {
          #front-door .front-door__segments-card-heading {
            padding: 0 1.6vw;
            font-size: 5vw; } }
        @media screen and (min-width: 992px) {
          #front-door .front-door__segments-card-heading {
            font-size: 2.5vw; }
            #front-door .front-door__segments-card-heading.virtual {
              padding: 0 2vw; } }
      #front-door .front-door__segments-card-subheading {
        color: #425563;
        font-weight: 500;
        line-height: 1.2;
        font-size: 3.8vw;
        margin: 8px auto; }
        @media screen and (min-width: 768px) {
          #front-door .front-door__segments-card-subheading {
            font-size: 24px; } }
        @media screen and (min-width: 992px) {
          #front-door .front-door__segments-card-subheading {
            font-size: 18px; } }
      #front-door .front-door__segments-card-bottom {
        text-align: center;
        padding: 10vw 12px 12px;
        height: 60vw; }
        @media screen and (min-width: 768px) {
          #front-door .front-door__segments-card-bottom {
            padding: 5vw 24px 24px;
            height: 42vw; } }
        @media screen and (min-width: 992px) {
          #front-door .front-door__segments-card-bottom {
            height: 28vw; } }
    #front-door .front-door__segments-button {
      width: 90%;
      margin: 4px auto;
      font-weight: 550;
      font-size: 13px; }
      @media screen and (min-width: 768px) {
        #front-door .front-door__segments-button {
          font-size: 16px; } }
      @media screen and (min-width: 1200px) {
        #front-door .front-door__segments-button {
          width: 80%;
          font-size: 18px; } }
    #front-door .front-door__segments-border-shadow {
      z-index: 10;
      -webkit-box-shadow: inset 10px 10px 40px #888;
              box-shadow: inset 10px 10px 40px #888;
      pointer-events: none;
      border-top: 5px #fff solid; }
      @media screen and (min-width: 992px) {
        #front-door .front-door__segments-border-shadow {
          border-top: 8px #fff solid; } }
    #front-door .front-door__segments-curve-wrapper, #front-door .front-door__segments-border-shadow {
      position: absolute;
      top: 60vw;
      right: -66vw;
      left: -66vw;
      bottom: 0;
      border-radius: 50% 50% 0 0;
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        #front-door .front-door__segments-curve-wrapper, #front-door .front-door__segments-border-shadow {
          top: 55vw; } }
      @media screen and (min-width: 992px) {
        #front-door .front-door__segments-curve-wrapper, #front-door .front-door__segments-border-shadow {
          top: 30vw;
          right: -33vw;
          left: -33vw; } }
    #front-door .front-door__segments-curve-wrapper-inner {
      max-width: 100vw;
      margin: 0 auto; }
    #front-door .front-door__segments-link {
      display: block;
      color: #425563;
      font-weight: 500;
      font-style: italic;
      font-size: 14px; }
      @media screen and (min-width: 768px) {
        #front-door .front-door__segments-link {
          font-size: 20px; } }
    #front-door .front-door__segments-image {
      height: 28vw;
      background-size: cover;
      position: relative;
      text-align: center;
      color: #FFFFFF; }
      #front-door .front-door__segments-image-overlay {
        background-color: #A4103F;
        opacity: 0.4;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
  #front-door .front-door__loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8); }
  #front-door .results {
    min-height: 90vh; }
    #front-door .results__controls {
      background-color: #eaf0f1;
      line-height: 32px;
      padding: 2em 0;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #front-door .results__controls {
          text-align: left; } }
      @media screen and (min-width: 768px) {
        #front-door .results__controls-buttons {
          text-align: right; } }
    #front-door .results__filters {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.3s linear;
      transition: max-height 0.3s linear; }
      #front-door .results__filters.open {
        max-height: 800px; }
      @media screen and (min-width: 768px) {
        #front-door .results__filters {
          max-height: initial; } }
    #front-door .results__per-page-select {
      display: inline-block;
      height: 32px;
      width: 60px; }
    #front-door .results__filter-title {
      margin: 1em 0;
      padding-bottom: 0.5em;
      font-size: 21px;
      border-bottom: 1px solid #a6093d; }
    #front-door .results__list-view {
      padding-top: 28px; }
    #front-door .results__pagination {
      width: 175px;
      margin: 8px auto 16px; }
      @media screen and (min-width: 768px) {
        #front-door .results__pagination {
          width: 100%;
          margin: 0 auto; } }
      #front-door .results__pagination-btn {
        display: inline-block; }
      #front-door .results__pagination-bottom {
        padding: 40px 0; }
    #front-door .results__map {
      padding-top: 100%; }
  #front-door .dropdown-menu li {
    padding: 8px 12px;
    cursor: pointer; }
    #front-door .dropdown-menu li:hover {
      background-color: #eaf0f1; }
    #front-door .dropdown-menu li.active {
      background-color: #a6093d;
      color: #fff; }
      #front-door .dropdown-menu li.active:hover {
        background-color: #76062b; }
  #front-door .js-toggle-filter-btn {
    margin-left: 12px; }
  @media screen and (min-width: 768px) {
    #front-door {
      margin-top: 80px; } }
  @media screen and (min-width: 992px) {
    #front-door {
      margin-top: 80px; } }
  @media screen and (min-width: 1200px) {
    #front-door {
      margin-top: 115px; } }

body.page-template-provider {
  font-family: 'Avenir', arial, sans-serif; }
  body.page-template-provider #locations .location {
    font-size: 16px; }
    body.page-template-provider #locations .location a.btn {
      font-weight: 550 !important; }
  body.page-template-provider #st-2 .st-btn[data-network='facebook'] {
    background-color: #4d5e6e;
    border: 1px solid #2f393b; }
  body.page-template-provider #st-2 .st-btn[data-network='twitter'] {
    background-color: #4d5e6e;
    border: 1px solid #2f393b;
    margin-top: -1px; }
  body.page-template-provider #st-2 .st-btn[data-network='pinterest'] {
    background-color: #4d5e6e;
    border: 1px solid #2f393b;
    margin-top: -1px; }
  body.page-template-provider #st-2 .st-btn[data-network='linkedin'] {
    background-color: #4d5e6e;
    border: 1px solid #2f393b;
    margin-top: -1px; }
  body.page-template-provider #st-2 .st-btn[data-network='email'] {
    background-color: #4d5e6e;
    border: 1px solid #2f393b;
    margin-top: -1px; }
  body.page-template-provider #st-2 .st-btn[data-network='sharethis'] {
    background-color: #4d5e6e;
    border: 1px solid #2f393b;
    margin-top: -1px; }
  body.page-template-provider #st-2 .st-btn[data-network='print'] {
    background-color: #4d5e6e;
    border: 1px solid #2f393b;
    margin-top: -1px; }
  @media screen and (max-width: 1024px) {
    body.page-template-provider #st-2 .st-btn[data-network='twitter'] {
      margin-top: 0px; }
    body.page-template-provider #st-2 .st-btn[data-network='pinterest'] {
      margin-top: 0px; }
    body.page-template-provider #st-2 .st-btn[data-network='linkedin'] {
      margin-top: 0px; }
    body.page-template-provider #st-2 .st-btn[data-network='email'] {
      margin-top: 0px; }
    body.page-template-provider #st-2 .st-btn[data-network='sharethis'] {
      margin-top: 0px; }
    body.page-template-provider #st-2 .st-btn[data-network='print'] {
      margin-top: 0px; } }

body.map-page-banner li.header-nav-schedule {
  display: none !important; }

.my-location-link {
  cursor: pointer; }

.schedule-an-appointment-button {
  font-weight: 550; }

/* Opioids Landing Page
-------------------------------------------------- */
.page-template-page-opioid-aware #main {
  font-size: 16px;
  word-wrap: normal; }
  @media screen and (min-width: 992px) {
    .page-template-page-opioid-aware #main {
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    .page-template-page-opioid-aware #main {
      font-size: 21px; } }
  .page-template-page-opioid-aware #main h1, .page-template-page-opioid-aware #main h2, .page-template-page-opioid-aware #main h3, .page-template-page-opioid-aware #main h4, .page-template-page-opioid-aware #main h5, .page-template-page-opioid-aware #main h6 {
    font-family: 'Avenir', sans-serif;
    font-weight: 500; }
  .page-template-page-opioid-aware #main .hentry {
    margin-bottom: 0; }
  @media screen and (min-width: 1400px) {
    .page-template-page-opioid-aware #main .container {
      width: 1300px; } }
  @media screen and (min-width: 1500px) {
    .page-template-page-opioid-aware #main .container {
      width: 1400px; } }
  .page-template-page-opioid-aware #main .big-ol-button {
    padding: 0.6em 1em;
    font-family: 'Avenir LT W01_95 Black1475556', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #425563;
    text-transform: uppercase;
    text-decoration: none;
    background: white;
    border-radius: 0.4em;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    @media screen and (min-width: 768px) {
      .page-template-page-opioid-aware #main .big-ol-button {
        font-size: 21px; } }
    @media screen and (min-width: 992px) {
      .page-template-page-opioid-aware #main .big-ol-button {
        font-size: 30px; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-opioid-aware #main .big-ol-button {
        font-size: 36px; } }
    .page-template-page-opioid-aware #main .big-ol-button:hover {
      opacity: 0.7; }
  .page-template-page-opioid-aware #main #intro {
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .page-template-page-opioid-aware #main #intro {
        background: url(template-pages/opioidaware-assets/img/bg-pills-full.jpg) center center;
        background-size: cover; } }
    .page-template-page-opioid-aware #main #intro #falling-pills {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      overflow: hidden;
      margin-top: -20%; }
      @media screen and (max-width: 767px) {
        .page-template-page-opioid-aware #main #intro #falling-pills {
          display: none; } }
      .page-template-page-opioid-aware #main #intro #falling-pills .falling-pill {
        position: absolute; }
        .page-template-page-opioid-aware #main #intro #falling-pills .falling-pill img {
          width: 100%; }
    .page-template-page-opioid-aware #main #intro .intro-content {
      position: relative;
      z-index: 2;
      width: 70%;
      margin: 3em auto 6em 0;
      padding: 15px;
      background: #a6093d;
      color: white; }
      @media screen and (max-width: 991px) {
        .page-template-page-opioid-aware #main #intro .intro-content {
          margin-left: auto; } }
      @media screen and (min-width: 768px) {
        .page-template-page-opioid-aware #main #intro .intro-content {
          padding: 30px; } }
      @media screen and (min-width: 992px) {
        .page-template-page-opioid-aware #main #intro .intro-content {
          width: 50%;
          margin: 4em auto 10em 0; } }
      .page-template-page-opioid-aware #main #intro .intro-content h1 {
        margin: 0 0 0.5em;
        font-size: 30px;
        line-height: 1.3; }
        @media screen and (min-width: 992px) {
          .page-template-page-opioid-aware #main #intro .intro-content h1 {
            font-size: 48px; } }
        @media screen and (min-width: 1400px) {
          .page-template-page-opioid-aware #main #intro .intro-content h1 {
            font-size: 60px; } }
      .page-template-page-opioid-aware #main #intro .intro-content .arrow-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 2em;
        cursor: pointer; }
        .page-template-page-opioid-aware #main #intro .intro-content .arrow-icon img {
          height: 30px;
          width: 30px;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
          .page-template-page-opioid-aware #main #intro .intro-content .arrow-icon img + img {
            margin-top: -0.5em; }
  .page-template-page-opioid-aware #main #questions {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
    background: #425563; }
    @media screen and (min-width: 992px) {
      .page-template-page-opioid-aware #main #questions {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-opioid-aware #main #questions {
        padding-top: 90px;
        padding-bottom: 90px; } }
    @media screen and (min-width: 992px) {
      .page-template-page-opioid-aware #main #questions .col-lg-6:first-of-type {
        padding-right: 6vw; } }
    .page-template-page-opioid-aware #main #questions h2 {
      margin: 0 0 0.5em;
      font-size: 24px; }
      @media screen and (min-width: 992px) {
        .page-template-page-opioid-aware #main #questions h2 {
          font-size: 36px; } }
    .page-template-page-opioid-aware #main #questions ol {
      margin: 2em 0 0;
      padding: 0;
      counter-reset: my-awesome-counter;
      list-style: none; }
      .page-template-page-opioid-aware #main #questions ol li {
        position: relative;
        margin: 0 0 1.8em;
        padding: 0 0 0 3.7em;
        counter-increment: my-awesome-counter; }
        .page-template-page-opioid-aware #main #questions ol li:before {
          position: absolute;
          top: -0.2em;
          left: 0;
          content: counter(my-awesome-counter);
          height: 1.5em;
          width: 1.5em;
          font-size: 1.2em;
          line-height: 1.5em;
          color: #425563;
          text-align: center;
          font-weight: bold;
          background: white;
          border-radius: 100%; }
        .page-template-page-opioid-aware #main #questions ol li:after {
          position: absolute;
          top: 0;
          left: 2.7em;
          height: 2em;
          width: 1.5em;
          font-size: 0.7em;
          line-height: 2em;
          content: "";
          background: url(template-pages/opioidaware-assets/img/arrow-icon.svg) left center no-repeat; }
    @media screen and (max-width: 1200px) {
      .page-template-page-opioid-aware #main #questions .what-you-need-to-know {
        margin-top: 4em; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-opioid-aware #main #questions .what-you-need-to-know h2 {
        margin-bottom: 2.2em; } }
    .page-template-page-opioid-aware #main #questions .what-you-need-to-know .big-ol-button:after {
      display: inline-block;
      margin-left: 1.5em;
      content: '';
      height: 0.75em;
      width: 1em;
      background: url(template-pages/opioidaware-assets/img/arrow-icon-right-grey.svg) center center no-repeat;
      background-size: contain;
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    .page-template-page-opioid-aware #main #questions #common-opioids {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 10;
      height: 210vw;
      background: #425563;
      overflow: hidden; }
      @media screen and (min-width: 992px) {
        .page-template-page-opioid-aware #main #questions #common-opioids {
          bottom: 0;
          height: auto;
          min-height: 37vw; } }
      .page-template-page-opioid-aware #main #questions #common-opioids .inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        @media screen and (min-width: 1200px) {
          .page-template-page-opioid-aware #main #questions #common-opioids .inner {
            -webkit-transform: scale(0.8);
                    transform: scale(0.8);
            -webkit-transform-origin: 50% 50%;
                    transform-origin: 50% 50%; } }
        .page-template-page-opioid-aware #main #questions #common-opioids .inner button.close {
          position: absolute;
          top: 7vw;
          right: 4vw;
          opacity: 0;
          -webkit-animation-delay: 2.5s;
                  animation-delay: 2.5s; }
          @media screen and (min-width: 1200px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .inner button.close {
              top: 0;
              right: 0; } }
          .page-template-page-opioid-aware #main #questions #common-opioids .inner button.close img {
            height: 5vw;
            width: 5vw; }
            @media screen and (min-width: 992px) {
              .page-template-page-opioid-aware #main #questions #common-opioids .inner button.close img {
                height: 30px;
                width: 30px; } }
      .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid {
        position: absolute;
        top: 0;
        left: auto;
        right: auto;
        width: 40vw;
        margin: 0;
        font-size: 4vw;
        text-align: center; }
        @media screen and (min-width: 992px) {
          .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid {
            width: 25vw;
            font-size: 1.3vw; } }
        .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid img {
          height: 8vw;
          width: auto;
          margin: 0 auto 1em; }
          @media screen and (min-width: 992px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid img {
              height: 4.5vw; } }
        .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid .opioid-description {
          font-size: 0.85em; }
        .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-hyrodocodone {
          top: 7vw;
          left: 0;
          right: 0;
          margin: 0 auto;
          -webkit-animation-delay: 2s;
                  animation-delay: 2s; }
          @media screen and (min-width: 992px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-hyrodocodone {
              left: 4vw;
              margin: 0; } }
          @media screen and (min-width: 1200px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-hyrodocodone {
              top: 0; } }
        .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-meperidine {
          top: 34vw;
          -webkit-animation-delay: 1.8s;
                  animation-delay: 1.8s; }
          @media screen and (min-width: 992px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-meperidine {
              top: 7vw;
              left: 54vw; } }
          @media screen and (min-width: 1200px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-meperidine {
              top: 0; } }
        .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-oxymorphone {
          top: 34vw;
          right: 0;
          -webkit-animation-delay: 1.4s;
                  animation-delay: 1.4s; }
          @media screen and (min-width: 992px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-oxymorphone {
              top: 11vw; } }
          @media screen and (min-width: 1200px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-oxymorphone {
              top: 4vw; } }
        .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-buprenorphine {
          top: 50vw;
          left: 0;
          right: 0;
          margin: 0 auto;
          -webkit-animation-delay: 1.6s;
                  animation-delay: 1.6s; }
          @media screen and (min-width: 992px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-buprenorphine {
              top: 11vw;
              left: 33vw;
              margin: 0; } }
          @media screen and (min-width: 1200px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-buprenorphine {
              top: 4vw; } }
        .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-tramadol {
          top: 79vw;
          -webkit-animation-delay: 0.8s;
                  animation-delay: 0.8s; }
          @media screen and (min-width: 992px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-tramadol {
              top: 24vw;
              left: 45vw; } }
          @media screen and (min-width: 1200px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-tramadol {
              top: 17vw; } }
        .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-hydromorphone {
          top: 79vw;
          right: 0;
          -webkit-animation-delay: 1s;
                  animation-delay: 1s; }
          @media screen and (min-width: 992px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-hydromorphone {
              top: 20vw;
              left: 3vw;
              right: auto; } }
          @media screen and (min-width: 1200px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-hydromorphone {
              top: 13vw; } }
        .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-morphine {
          top: 95vw;
          left: 0;
          right: 0;
          margin: 0 auto;
          -webkit-animation-delay: 0.6s;
                  animation-delay: 0.6s; }
          @media screen and (min-width: 992px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-morphine {
              top: 26vw;
              left: 20vw;
              margin: 0; } }
          @media screen and (min-width: 1200px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-morphine {
              top: 19vw; } }
        .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-codeine {
          top: 119vw;
          -webkit-animation-delay: 0.2s;
                  animation-delay: 0.2s; }
          @media screen and (min-width: 992px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-codeine {
              top: 34vw;
              left: 68vw; } }
          @media screen and (min-width: 1200px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-codeine {
              top: 27vw; } }
        .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-methadone {
          top: 119vw;
          right: 0;
          -webkit-animation-delay: 1.2s;
                  animation-delay: 1.2s; }
          @media screen and (min-width: 992px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-methadone {
              top: 19vw;
              right: 12vw; } }
          @media screen and (min-width: 1200px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-methadone {
              top: 12vw; } }
        .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-oxycodone {
          top: 145vw;
          left: 0;
          right: 0;
          margin: 0 auto;
          -webkit-animation-delay: 0s;
                  animation-delay: 0s; }
          @media screen and (min-width: 992px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-oxycodone {
              top: 35vw;
              left: 34vw;
              margin: 0; } }
          @media screen and (min-width: 1200px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-oxycodone {
              top: 28vw; } }
        .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-fentanyl {
          top: 179vw;
          -webkit-animation-delay: 0.4s;
                  animation-delay: 0.4s; }
          @media screen and (min-width: 992px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-fentanyl {
              top: 32vw;
              left: -2vw; } }
          @media screen and (min-width: 1200px) {
            .page-template-page-opioid-aware #main #questions #common-opioids .common-opioid#common-opioid-fentanyl {
              top: 25vw; } }
  .page-template-page-opioid-aware #main #risks {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .page-template-page-opioid-aware #main #risks {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media screen and (min-width: 992px) {
      .page-template-page-opioid-aware #main #risks {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-opioid-aware #main #risks {
        padding-top: 100px;
        padding-bottom: 100px; } }
    .page-template-page-opioid-aware #main #risks h2 {
      margin: 0 0 0.25em;
      font-size: 30px;
      color: #a6093d; }
      @media screen and (min-width: 992px) {
        .page-template-page-opioid-aware #main #risks h2 {
          margin: 0 0 0.5em;
          font-size: 48px; } }
      @media screen and (min-width: 1400px) {
        .page-template-page-opioid-aware #main #risks h2 {
          font-size: 60px; } }
    .page-template-page-opioid-aware #main #risks .boxes {
      position: relative;
      margin-top: 40px;
      color: white; }
      @media screen and (min-width: 992px) {
        .page-template-page-opioid-aware #main #risks .boxes {
          margin-top: 50px; } }
      .page-template-page-opioid-aware #main #risks .boxes .col-md-4 {
        position: static; }
      .page-template-page-opioid-aware #main #risks .boxes .box {
        margin-bottom: 20px;
        background: #a6093d; }
        @media screen and (min-width: 992px) {
          .page-template-page-opioid-aware #main #risks .boxes .box {
            position: relative; } }
        .page-template-page-opioid-aware #main #risks .boxes .box .box-title {
          padding: 30px;
          cursor: pointer;
          background: #a6093d;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          @media screen and (max-width: 991px) {
            .page-template-page-opioid-aware #main #risks .boxes .box .box-title {
              height: auto !important; } }
          @media screen and (min-width: 992px) {
            .page-template-page-opioid-aware #main #risks .boxes .box .box-title {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              height: 400px; } }
          .page-template-page-opioid-aware #main #risks .boxes .box .box-title:hover {
            background: #425563; }
          .page-template-page-opioid-aware #main #risks .boxes .box .box-title h3 {
            margin: 0 0 1em;
            font-size: 24px; }
            @media screen and (min-width: 992px) {
              .page-template-page-opioid-aware #main #risks .boxes .box .box-title h3 {
                margin-top: 30%; } }
          .page-template-page-opioid-aware #main #risks .boxes .box .box-title .box-arrow-down {
            height: 24px;
            width: 24px;
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
            @media screen and (min-width: 1200px) {
              .page-template-page-opioid-aware #main #risks .boxes .box .box-title .box-arrow-down {
                height: 36px;
                width: 36px; } }
        .page-template-page-opioid-aware #main #risks .boxes .box .box-content {
          opacity: 0;
          position: absolute;
          top: 0;
          right: 15px;
          bottom: 20px;
          left: 15px;
          z-index: 10;
          padding: 40px 15px 15px;
          background: #425563;
          -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
          pointer-events: none; }
          @media screen and (min-width: 768px) {
            .page-template-page-opioid-aware #main #risks .boxes .box .box-content {
              padding: 40px 30px 30px; } }
          @media screen and (min-width: 992px) {
            .page-template-page-opioid-aware #main #risks .boxes .box .box-content {
              right: 0;
              bottom: auto;
              left: 0; } }
          .page-template-page-opioid-aware #main #risks .boxes .box .box-content.active {
            opacity: 1;
            pointer-events: all; }
          .page-template-page-opioid-aware #main #risks .boxes .box .box-content .close {
            position: absolute;
            top: 15px;
            right: 15px;
            opacity: 1; }
            .page-template-page-opioid-aware #main #risks .boxes .box .box-content .close img {
              height: 16px;
              width: 16px; }
          .page-template-page-opioid-aware #main #risks .boxes .box .box-content ul {
            margin: 0;
            padding: 0 0 0 1em; }
            .page-template-page-opioid-aware #main #risks .boxes .box .box-content ul li:not(:last-of-type) {
              margin-bottom: 0.5em; }
  .page-template-page-opioid-aware #main #three-things {
    padding: 2em 0 0; }
    .page-template-page-opioid-aware #main #three-things h2 {
      margin: 0 0 1em; }
      @media screen and (min-width: 992px) {
        .page-template-page-opioid-aware #main #three-things h2 {
          font-size: 48px; } }
      @media screen and (min-width: 1400px) {
        .page-template-page-opioid-aware #main #three-things h2 {
          font-size: 60px; } }
    .page-template-page-opioid-aware #main #three-things .three-things-thing {
      margin-bottom: 40px; }
      @media screen and (min-width: 768px) {
        .page-template-page-opioid-aware #main #three-things .three-things-thing {
          margin-bottom: 60px; } }
      @media screen and (min-width: 992px) {
        .page-template-page-opioid-aware #main #three-things .three-things-thing {
          margin-bottom: 80px; } }
      @media screen and (min-width: 1200px) {
        .page-template-page-opioid-aware #main #three-things .three-things-thing {
          margin-bottom: 100px;
          font-size: 18px; } }
      .page-template-page-opioid-aware #main #three-things .three-things-thing:last-of-type {
        margin-bottom: 0; }
      .page-template-page-opioid-aware #main #three-things .three-things-thing .container > .inner {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media screen and (min-width: 1200px) {
          .page-template-page-opioid-aware #main #three-things .three-things-thing .container > .inner {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; } }
      .page-template-page-opioid-aware #main #three-things .three-things-thing .bg {
        position: relative;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        min-height: 300px;
        margin-top: 1.5em; }
        @media screen and (min-width: 768px) {
          .page-template-page-opioid-aware #main #three-things .three-things-thing .bg {
            min-height: 300px; } }
        @media screen and (min-width: 1200px) {
          .page-template-page-opioid-aware #main #three-things .three-things-thing .bg {
            -webkit-box-flex: 1;
                -ms-flex: 1 0;
                    flex: 1 0;
            margin-top: 0; } }
        .page-template-page-opioid-aware #main #three-things .three-things-thing .bg .static,
        .page-template-page-opioid-aware #main #three-things .three-things-thing .bg .animated {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
        @media screen and (min-width: 1200px) {
          .page-template-page-opioid-aware #main #three-things .three-things-thing .bg .animated {
            display: none; } }
      @media screen and (min-width: 1200px) {
        .page-template-page-opioid-aware #main #three-things .three-things-thing:hover .animated {
          display: block; } }
      .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-description {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        @media screen and (min-width: 1200px) {
          .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-description {
            width: 40%; } }
        .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-description h3 {
          margin: 0 0 0.8em;
          font-size: 21px; }
          @media screen and (min-width: 992px) {
            .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-description h3 {
              font-size: 24px;
              margin-bottom: 0.5em; } }
          @media screen and (min-width: 1200px) {
            .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-description h3 {
              font-size: 28px; } }
        .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-description .action {
          margin-top: 0.8em; }
          .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-description .action button {
            padding: 0;
            font-weight: 500;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            text-decoration: underline;
            background: 0;
            border: 0; }
            @media screen and (min-width: 992px) {
              .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-description .action button {
                font-size: 1.1em; } }
            .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-description .action button:after {
              display: inline-block;
              margin-left: 1em;
              content: '';
              height: 0.75em;
              width: 1em;
              background: url(template-pages/opioidaware-assets/img/arrow-icon-right-grey.svg) center center no-repeat;
              background-size: contain;
              -webkit-transform: scale(1.2);
                      transform: scale(1.2); }
            .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-description .action button:hover {
              color: #a6093d; }
      .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3;
        color: white;
        background: #425563;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
        pointer-events: none; }
        @media screen and (max-width: 767px) {
          .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content {
            font-size: 0.9em; } }
        .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content a:not(.big-ol-button) {
          color: white;
          text-decoration: underline; }
        .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .big-ol-button {
          display: inline-block;
          margin-top: 1em; }
          .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .big-ol-button:after {
            display: inline-block;
            margin-left: 1em;
            content: '';
            height: 0.75em;
            width: 1em;
            background: url(template-pages/opioidaware-assets/img/arrow-icon-right-grey.svg) center center no-repeat;
            background-size: contain;
            -webkit-transform: scale(1.2);
                    transform: scale(1.2); }
        .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner {
          position: relative;
          height: 100%;
          overflow: hidden; }
          .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner ul,
          .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner ol {
            margin: 0;
            padding: 0 0 0 1em; }
            .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner ul li:not(:last-of-type),
            .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner ol li:not(:last-of-type) {
              margin-bottom: 0.5em; }
          .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner .close {
            position: absolute;
            top: 15px;
            right: 15px;
            z-index: 5;
            opacity: 1; }
            .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner .close img {
              height: 16px;
              width: 16px; }
          .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner .three-things-main-content {
            padding: 40px 15px 15px; }
            @media screen and (min-width: 768px) {
              .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner .three-things-main-content {
                padding: 30px; } }
          .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner .three-things-additional-content {
            position: absolute;
            top: 0;
            right: -10%;
            bottom: 0;
            left: 10%;
            padding: 40px 15px 15px;
            background: #425563;
            opacity: 0;
            pointer-events: none;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
            @media screen and (min-width: 768px) {
              .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner .three-things-additional-content {
                padding: 30px; } }
            .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner .three-things-additional-content.active {
              right: 0;
              left: 0;
              opacity: 1;
              pointer-events: all; }
            .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner .three-things-additional-content ol {
              padding: 0;
              counter-reset: my-awesome-counter;
              list-style: none; }
              .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner .three-things-additional-content ol li {
                position: relative;
                margin: 0 0 1em;
                padding: 0 0 0 2.5em;
                counter-increment: my-awesome-counter; }
                .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner .three-things-additional-content ol li:before {
                  position: absolute;
                  top: -0.1em;
                  left: 0;
                  content: counter(my-awesome-counter);
                  height: 1.5em;
                  width: 1.5em;
                  font-size: 1em;
                  line-height: 1.5em;
                  color: #425563;
                  text-align: center;
                  font-weight: bold;
                  background: white;
                  border-radius: 100%; }
            .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner .three-things-additional-content .button-back {
              position: absolute;
              top: 17px;
              left: 5px;
              -webkit-appearance: none;
                 -moz-appearance: none;
                      appearance: none;
              background: 0;
              border: 0; }
              @media screen and (min-width: 768px) {
                .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner .three-things-additional-content .button-back {
                  top: auto;
                  bottom: 25px;
                  left: 15px; } }
              .page-template-page-opioid-aware #main #three-things .three-things-thing .three-things-content .inner .three-things-additional-content .button-back img {
                height: 16px;
                width: 16px;
                -webkit-transform: rotate(180deg);
                        transform: rotate(180deg); }
      .page-template-page-opioid-aware #main #three-things .three-things-thing.active .three-things-content {
        opacity: 1;
        pointer-events: all; }
      @media screen and (min-width: 1200px) {
        .page-template-page-opioid-aware #main #three-things .three-things-thing.thing-1 .bg {
          position: relative;
          top: -3em; } }
      .page-template-page-opioid-aware #main #three-things .three-things-thing.thing-1 .static {
        background-image: url(template-pages/opioidaware-assets/img/mouth-talking-still-full.jpg); }
      .page-template-page-opioid-aware #main #three-things .three-things-thing.thing-1 .animated {
        background-image: url(template-pages/opioidaware-assets/img/mouth-talking2-half.gif); }
        @media screen and (min-width: 768px) {
          .page-template-page-opioid-aware #main #three-things .three-things-thing.thing-1 .animated {
            background-image: url(template-pages/opioidaware-assets/img/mouth-talking2-full.gif); } }
      @media screen and (min-width: 1200px) {
        .page-template-page-opioid-aware #main #three-things .three-things-thing.thing-2 .bg {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0;
          position: relative;
          top: -3em; } }
      .page-template-page-opioid-aware #main #three-things .three-things-thing.thing-2 .static {
        background-image: url(template-pages/opioidaware-assets/img/pills-still-full.jpg); }
      .page-template-page-opioid-aware #main #three-things .three-things-thing.thing-2 .animated {
        background-image: url(template-pages/opioidaware-assets/img/pills-breaking-loop-half.gif); }
        @media screen and (min-width: 768px) {
          .page-template-page-opioid-aware #main #three-things .three-things-thing.thing-2 .animated {
            background-image: url(template-pages/opioidaware-assets/img/pills-breaking-loop-full.gif); } }
      @media screen and (min-width: 1200px) {
        .page-template-page-opioid-aware #main #three-things .three-things-thing.thing-3 .inner {
          min-height: 410px; } }
      .page-template-page-opioid-aware #main #three-things .three-things-thing.thing-3 .static {
        background-image: url(template-pages/opioidaware-assets/img/dropboxstill-full.jpg); }
      .page-template-page-opioid-aware #main #three-things .three-things-thing.thing-3 .animated {
        background-image: url(template-pages/opioidaware-assets/img/dropboxarrow-frames-half.gif); }
        @media screen and (min-width: 768px) {
          .page-template-page-opioid-aware #main #three-things .three-things-thing.thing-3 .animated {
            background-image: url(template-pages/opioidaware-assets/img/dropboxarrow-frames-full.gif); } }
  .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-top {
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
    background: #a6093d; }
    @media screen and (min-width: 992px) {
      .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-top {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media screen and (min-width: 768px) {
      .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-top .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-top .row h2 {
      margin: 0 0 0.5em; }
      @media screen and (max-width: 767px) {
        .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-top .row h2 {
          text-align: center; } }
      @media screen and (min-width: 768px) {
        .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-top .row h2 {
          margin: 0; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-top .row p {
        font-size: 24px; } }
    .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-top .row p:last-of-type {
      margin-bottom: 0; }
  .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #eaf0f1; }
    @media screen and (min-width: 768px) {
      .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-bottom {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media screen and (min-width: 992px) {
      .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-bottom {
        padding-top: 90px;
        padding-bottom: 90px; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-bottom {
        padding-top: 120px;
        padding-bottom: 120px; } }
    .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-bottom .opioid-safety-tips-titles .title {
      margin-bottom: 1em; }
      @media screen and (min-width: 1200px) {
        .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-bottom .opioid-safety-tips-titles .title {
          font-size: 23px; } }
      .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-bottom .opioid-safety-tips-titles .title span {
        display: inline-block;
        padding-bottom: 0.3em;
        cursor: pointer; }
        .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-bottom .opioid-safety-tips-titles .title span:after {
          display: inline-block;
          margin-left: 0.5em;
          content: '';
          height: 0.75em;
          width: 1em;
          background: url(template-pages/opioidaware-assets/img/arrow-icon-right-grey-single.svg) center center no-repeat;
          background-size: contain;
          -webkit-transform: scale(1.2);
                  transform: scale(1.2); }
      .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-bottom .opioid-safety-tips-titles .title.active span, .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-bottom .opioid-safety-tips-titles .title:hover span {
        -webkit-box-shadow: inset 0 -4px 0 0 #425563;
                box-shadow: inset 0 -4px 0 0 #425563; }
      .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-bottom .opioid-safety-tips-titles .title.active {
        font-weight: bold; }
    .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-bottom .opioid-safety-tips-content .tab-content {
      display: none;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: opacity 0.4s;
      transition: opacity 0.4s; }
      .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-bottom .opioid-safety-tips-content .tab-content.active {
        display: block;
        pointer-events: all;
        opacity: 1; }
      .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-bottom .opioid-safety-tips-content .tab-content ul {
        margin: 0;
        padding: 0 0 0 1em; }
        @media screen and (min-width: 768px) {
          .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-bottom .opioid-safety-tips-content .tab-content ul {
            padding-left: 0; } }
        .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-bottom .opioid-safety-tips-content .tab-content ul li:not(:last-of-type) {
          margin-bottom: 1em; }
        @media screen and (min-width: 768px) {
          .page-template-page-opioid-aware #main #opioid-safety .opioid-safety-bottom .opioid-safety-tips-content .tab-content ul {
            -webkit-column-count: 2;
               -moz-column-count: 2;
                    column-count: 2;
            -webkit-column-gap: 60px;
               -moz-column-gap: 60px;
                    column-gap: 60px; } }
  .page-template-page-opioid-aware #main #what-it-looks-like {
    padding: 40px 0; }
    @media screen and (min-width: 768px) {
      .page-template-page-opioid-aware #main #what-it-looks-like {
        padding: 80px 0; } }
    @media screen and (min-width: 992px) {
      .page-template-page-opioid-aware #main #what-it-looks-like {
        padding: 120px 0; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-opioid-aware #main #what-it-looks-like {
        padding: 160px 0; } }
    @media screen and (min-width: 992px) {
      .page-template-page-opioid-aware #main #what-it-looks-like .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .page-template-page-opioid-aware #main #what-it-looks-like .row > div {
      position: relative;
      z-index: 10; }
      @media screen and (min-width: 992px) {
        .page-template-page-opioid-aware #main #what-it-looks-like .row > div h2 {
          font-size: 30px; } }
      .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box {
        padding: 30px;
        color: white;
        background: #a6093d; }
        @media screen and (max-width: 991px) {
          .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box {
            margin-top: 2em; } }
        @media screen and (min-width: 768px) {
          .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box {
            padding: 30px; } }
        @media screen and (min-width: 1200px) {
          .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box {
            padding: 45px; } }
        .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box h3 {
          margin: 0 0 1em;
          font-size: 24px;
          max-width: 400px; }
          @media screen and (min-width: 1200px) {
            .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box h3 {
              margin-bottom: 1.8em;
              font-size: 36px; } }
        .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box img.box-arrow-down {
          height: 24px;
          width: 24px;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
          @media screen and (min-width: 1200px) {
            .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box img.box-arrow-down {
              height: 36px;
              width: 36px; } }
      .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box-content {
        position: absolute;
        top: 0;
        right: 15px;
        left: 15px;
        padding: 20px;
        color: white;
        background: #425563;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s; }
        @media screen and (max-width: 767px) {
          .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box-content {
            padding-top: 40px; } }
        @media screen and (min-width: 768px) {
          .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box-content {
            padding: 30px; } }
        @media screen and (min-width: 1200px) {
          .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box-content {
            padding: 45px; } }
        .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box-content.active {
          opacity: 1;
          pointer-events: all; }
        .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box-content .close {
          position: absolute;
          top: 15px;
          right: 15px;
          z-index: 10;
          opacity: 1;
          cursor: pointer; }
          @media screen and (min-width: 1200px) {
            .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box-content .close {
              display: none; } }
          .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box-content .close img {
            height: 16px;
            width: 16px; }
        .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box-content h4 {
          margin: 0 0 1em; }
          @media screen and (min-width: 1200px) {
            .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box-content h4 {
              font-size: 26px; } }
        .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box-content ul {
          margin: 0;
          padding: 0 0 0 1em; }
          .page-template-page-opioid-aware #main #what-it-looks-like .row > div .box-content ul li:not(:last-of-type) {
            margin-bottom: 1em; }
  @media screen and (min-width: 992px) {
    .page-template-page-opioid-aware #main #get-help-now h2 {
      margin-top: 2em; } }
  .page-template-page-opioid-aware #main #get-help-now .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-template-page-opioid-aware #main #get-help-now .logos .logo {
      width: 40%;
      margin: 0 5% 1.5em;
      height: 60px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (min-width: 576px) {
        .page-template-page-opioid-aware #main #get-help-now .logos .logo {
          width: 29.33333333333333%;
          height: 70px;
          margin: 0 2% 2em; } }
      .page-template-page-opioid-aware #main #get-help-now .logos .logo:first-of-type {
        width: 100%;
        height: 100px; }
  .page-template-page-opioid-aware #main #cdc {
    margin-top: 2em;
    padding: 30px 0 45px;
    color: white;
    background: #a6093d; }
    @media screen and (min-width: 992px) {
      .page-template-page-opioid-aware #main #cdc {
        margin-top: 4em;
        padding: 60px 0; } }
    @media screen and (min-width: 1200px) {
      .page-template-page-opioid-aware #main #cdc {
        padding: 90px 0; } }
    .page-template-page-opioid-aware #main #cdc .row > div > *:first-child {
      margin-top: 0; }
    .page-template-page-opioid-aware #main #cdc .row > div > *:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 991px) {
      .page-template-page-opioid-aware #main #cdc .actions {
        margin-top: 2em; } }
    @media screen and (min-width: 992px) {
      .page-template-page-opioid-aware #main #cdc .actions {
        text-align: right; } }
    .page-template-page-opioid-aware #main #cdc .big-ol-button {
      color: #a6093d; }

.page-template-page-opioid-aware section.subscribe {
  margin-top: 0; }

body.page-template-page-homepage-2020 {
  background-color: #888;
  /* Locations main page
  -------------------------------------------------- */
  /*#results-and-filter { display: none; }*/ }
  @media screen and (max-width: 993px) {
    body.page-template-page-homepage-2020 #content {
      padding-top: 72px; } }
  body.page-template-page-homepage-2020 .widget.widget_sendgrid_nlvx_widget #sendgrid_mc_email_form {
    margin-top: 0 !important; }
  body.page-template-page-homepage-2020 .underline {
    text-decoration: underline; }
  body.page-template-page-homepage-2020 .fa-angle-right {
    font-size: 18px;
    left: 1px; }
  body.page-template-page-homepage-2020 .fa-circle-thin {
    font-size: 22px; }
  body.page-template-page-homepage-2020 .care-options-top {
    background-color: #345064; }
    body.page-template-page-homepage-2020 .care-options-top #arc {
      width: 100%;
      padding: 0;
      margin: 0;
      margin-top: -65px; }
  body.page-template-page-homepage-2020 .care-options-top-mobile {
    background-color: #345064; }
    body.page-template-page-homepage-2020 .care-options-top-mobile #arcMobile {
      width: 100%;
      padding: 0;
      margin: 0;
      margin-top: -70px; }
  body.page-template-page-homepage-2020 #care-options-container {
    background-color: #fff; }
  body.page-template-page-homepage-2020 .care-options {
    background-color: transparent;
    margin-top: -50px; }
    body.page-template-page-homepage-2020 .care-options__wrapper {
      padding: 0; }
      @media screen and (max-width: 990px) {
        body.page-template-page-homepage-2020 .care-options__wrapper {
          padding: 0 0 25px 0; } }
    body.page-template-page-homepage-2020 .care-options__wrapper:nth-of-type(2n) .care-options__section {
      background-color: #c5c8ca;
      background: linear-gradient(0deg, #fff 45px, #c5c8ca 45px); }
      @media screen and (max-width: 767px) {
        body.page-template-page-homepage-2020 .care-options__wrapper:nth-of-type(2n) .care-options__section {
          background: linear-gradient(0deg, #e7e9ea 45px, #e7e9ea 45px); } }
      body.page-template-page-homepage-2020 .care-options__wrapper:nth-of-type(2n) .care-options__section .care-options__h2 {
        background-color: #2d4556; }
    @media screen and (max-width: 767px) {
      body.page-template-page-homepage-2020 .care-options__wrapper:nth-of-type(2n) .care-options__link-container {
        background-color: #e7e9ea; } }
    @media screen and (max-width: 767px) {
      body.page-template-page-homepage-2020 .care-options__wrapper:nth-of-type(2n) {
        background-color: #e7e9ea; } }
    body.page-template-page-homepage-2020 .care-options__section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: linear-gradient(0deg, #fff 45px, #dddee0 45px); }
      body.page-template-page-homepage-2020 .care-options__section:nth-of-type(2n) {
        background-color: #c5c8ca;
        background: linear-gradient(0deg, #fff 45px, #c5c8ca 45px); }
        @media screen and (max-width: 767px) {
          body.page-template-page-homepage-2020 .care-options__section:nth-of-type(2n) {
            background: linear-gradient(0deg, #e7e9ea 45px, #e7e9ea 45px); } }
        body.page-template-page-homepage-2020 .care-options__section:nth-of-type(2n) .care-options__h2 {
          background-color: #2d4556; }
      @media screen and (max-width: 990px) {
        body.page-template-page-homepage-2020 .care-options__section {
          padding: 0;
          background: linear-gradient(0deg, #fff 45px, #dddee0 45px); } }
      @media screen and (max-width: 767px) {
        body.page-template-page-homepage-2020 .care-options__section {
          background: linear-gradient(0deg, #fff 45px, #fff 45px); } }
      body.page-template-page-homepage-2020 .care-options__section.active {
        background: #dddee0; }
        body.page-template-page-homepage-2020 .care-options__section.active::after {
          border-right: solid 25px transparent;
          border-left: solid 25px transparent;
          border-top: solid 25px #dddee0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          position: absolute;
          content: '';
          top: 100%;
          left: 50%;
          height: 0;
          width: 0; }
      body.page-template-page-homepage-2020 .care-options__section .box-1 {
        height: 100px;
        background-color: #345064; }
      body.page-template-page-homepage-2020 .care-options__section .box-2 {
        height: 100px;
        background-color: #2d4556; }
      body.page-template-page-homepage-2020 .care-options__section .box-3 {
        height: 100px;
        background-color: #345064; }
      body.page-template-page-homepage-2020 .care-options__section .box-4 {
        height: 100px;
        background-color: #2d4556; }
    body.page-template-page-homepage-2020 .care-options__h2 {
      margin-top: 0;
      background-color: #345064;
      color: #fff;
      font-weight: 700;
      letter-spacing: -0.1rem;
      padding: 4rem 2rem 2rem; }
      @media screen and (min-width: 992px) {
        body.page-template-page-homepage-2020 .care-options__h2 {
          font-size: 2.5vw; } }
    body.page-template-page-homepage-2020 .care-options__h3 {
      font-size: 1.8rem;
      font-weight: 600;
      padding: 0 2rem; }
    body.page-template-page-homepage-2020 .care-options__p {
      padding: 0 2rem;
      margin-bottom: 35px; }
    body.page-template-page-homepage-2020 .care-options__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 80%;
      max-width: 250px;
      text-align: center;
      height: 5rem;
      border-radius: 2.5rem;
      padding: 1.25rem;
      font-size: 16px;
      margin: 0 auto 2rem;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      background-color: #a6093d;
      text-align: center;
      margin-top: auto;
      -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25); }
      body.page-template-page-homepage-2020 .care-options__button .cta-btn-label {
        width: 100%; }
      body.page-template-page-homepage-2020 .care-options__button .fa-stack {
        margin-left: 10px;
        margin-top: -2px; }
        body.page-template-page-homepage-2020 .care-options__button .fa-stack .fa-smile-o {
          display: none;
          font-size: 22px; }
      body.page-template-page-homepage-2020 .care-options__button:hover {
        background-color: #1f845a; }
      body.page-template-page-homepage-2020 .care-options__button.active {
        background-color: #1f845a; }
        body.page-template-page-homepage-2020 .care-options__button.active .fa-stack .fa-circle-thin {
          display: none; }
        body.page-template-page-homepage-2020 .care-options__button.active .fa-stack .fa-angle-right {
          display: none; }
        body.page-template-page-homepage-2020 .care-options__button.active .fa-stack .fa-smile-o {
          display: block; }
      @media screen and (max-width: 767px) {
        body.page-template-page-homepage-2020 .care-options__button {
          -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
                  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); } }
    body.page-template-page-homepage-2020 .care-options__link-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      background-color: #fff;
      width: 80%;
      max-width: 250px;
      margin: 0 auto;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end; }
      @media screen and (max-width: 767px) {
        body.page-template-page-homepage-2020 .care-options__link-container {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    body.page-template-page-homepage-2020 .care-options__link {
      display: block;
      text-align: right;
      color: #345064;
      text-decoration: underline; }
    @media screen and (max-width: 991px) {
      body.page-template-page-homepage-2020 .care-options {
        margin-top: -50px; } }
    @media screen and (max-width: 767px) {
      body.page-template-page-homepage-2020 .care-options {
        margin-top: 0px; } }
  body.page-template-page-homepage-2020 .connect {
    background-color: #fff; }
    body.page-template-page-homepage-2020 .connect .social-links-container {
      margin-bottom: 40px;
      text-align: center;
      margin-bottom: 0px;
      padding: 10px 0 15px 0;
      background-color: #fff; }
      body.page-template-page-homepage-2020 .connect .social-links-container .social-title {
        font-size: 24px !important;
        margin-bottom: 0em !important;
        margin-top: 0em !important;
        top: 0em !important;
        vertical-align: middle;
        display: inline-block;
        margin-right: 12px !important;
        color: #425563;
        font-weight: bold; }
      body.page-template-page-homepage-2020 .connect .social-links-container .social-links {
        font-size: 35px;
        vertical-align: middle;
        display: inline-block;
        margin-right: 12px !important; }
        body.page-template-page-homepage-2020 .connect .social-links-container .social-links .link {
          margin-left: 0.4em;
          display: inline-block;
          margin-left: 0.2em;
          -webkit-transition: color 0.3s;
          transition: color 0.3s; }
          body.page-template-page-homepage-2020 .connect .social-links-container .social-links .link .fa-youtube-play {
            background-color: #ff0000;
            font-size: 22px;
            padding: 4px;
            border-radius: 6px;
            vertical-align: middle;
            margin-top: -8px;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            body.page-template-page-homepage-2020 .connect .social-links-container .social-links .link .fa-youtube-play:hover {
              background-color: #990000;
              color: #fff; }
        body.page-template-page-homepage-2020 .connect .social-links-container .social-links .google-news {
          position: relative;
          top: -4px;
          left: -2px;
          width: 38px; }
  body.page-template-page-homepage-2020 .sport-logos {
    padding: 80px 0;
    background-color: #ebebeb; }
    body.page-template-page-homepage-2020 .sport-logos__headline {
      font-size: 40px;
      line-height: 35px;
      letter-spacing: 2px;
      color: #5f7280;
      font-weight: 700;
      padding: 8px 16px;
      border-left: 4px solid #a5083c;
      margin: 0 0 30px; }
      @media screen and (max-width: 767px) {
        body.page-template-page-homepage-2020 .sport-logos__headline {
          font-size: 30px; } }
    body.page-template-page-homepage-2020 .sport-logos__container {
      padding: 0; }
    body.page-template-page-homepage-2020 .sport-logos__logo {
      padding: 0; }
      @media screen and (max-width: 767px) {
        body.page-template-page-homepage-2020 .sport-logos__logo {
          padding: 0 15px; } }
  body.page-template-page-homepage-2020 .admin-bar .header {
    top: 32px; }
  body.page-template-page-homepage-2020 .nav__secondary {
    background-color: #a5083c;
    display: none; }
    body.page-template-page-homepage-2020 .nav__secondary-ul {
      margin: 0;
      -webkit-padding-start: 0;
              padding-inline-start: 0;
      width: 100%;
      list-style-type: none; }
    body.page-template-page-homepage-2020 .nav__secondary-li:hover {
      background-color: #840630; }
    body.page-template-page-homepage-2020 .nav__secondary-li:not(:last-child) {
      border-bottom: 1px solid #de014a; }
    body.page-template-page-homepage-2020 .nav__secondary-link {
      padding: 1rem 2rem;
      display: block;
      color: #fff;
      font-weight: 500;
      font-size: 2rem;
      letter-spacing: -0.1rem; }
      body.page-template-page-homepage-2020 .nav__secondary-link:active, body.page-template-page-homepage-2020 .nav__secondary-link:focus {
        text-decoration: none; }
    @media screen and (max-width: 767px) {
      body.page-template-page-homepage-2020 .nav__secondary {
        display: block; } }
  body.page-template-page-homepage-2020 .home__hero {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 300px;
    background-size: cover;
    padding: 2rem; }
    body.page-template-page-homepage-2020 .home__hero.mobile-hero {
      display: none; }
      @media (max-width: 767px) {
        body.page-template-page-homepage-2020 .home__hero.mobile-hero {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important; } }
    @media screen and (min-width: 768px) {
      body.page-template-page-homepage-2020 .home__hero {
        height: 500px; } }
    @media screen and (min-width: 992px) {
      body.page-template-page-homepage-2020 .home__hero {
        height: 800px; } }
    body.page-template-page-homepage-2020 .home__hero .gradient-top {
      position: absolute;
      top: 32px;
      left: 0;
      height: 160px;
      width: 100%; }
    body.page-template-page-homepage-2020 .home__hero-button {
      position: absolute;
      padding: 1.25rem 5rem;
      font-weight: bold;
      text-transform: uppercase;
      background-color: #fff;
      height: 4.5rem;
      border-radius: 2.25rem;
      -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
      top: 7.5em; }
      body.page-template-page-homepage-2020 .home__hero-button:hover {
        background-color: #a6093d;
        color: #fff; }
      @media screen and (min-width: 768px) {
        body.page-template-page-homepage-2020 .home__hero-button {
          top: 10em; } }
    body.page-template-page-homepage-2020 .home__hero__button-red {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      height: 5rem;
      border-radius: 2.5rem;
      padding: 1.25rem 1.1rem 1.25rem 3rem;
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      background-color: #a6093d;
      text-align: center;
      -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
      margin: 15px 0 0 150px; }
      body.page-template-page-homepage-2020 .home__hero__button-red .fa-stack {
        margin-left: 10px;
        margin-top: -2px; }
    body.page-template-page-homepage-2020 .home__hero-copy {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      color: #fff;
      padding: 0px 0 0px 16px;
      border-left: 4px solid #a5083c; }
      @media screen and (max-width: 767px) {
        body.page-template-page-homepage-2020 .home__hero-copy {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border-left: 2px solid #a5083c; } }
    body.page-template-page-homepage-2020 .home__hero-h2 {
      font-size: 60px;
      font-weight: bold;
      text-shadow: 0 0 2rem rgba(0, 0, 0, 0.75);
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        body.page-template-page-homepage-2020 .home__hero-h2 {
          font-size: 35px;
          margin: 5px 0; } }
    body.page-template-page-homepage-2020 .home__hero-p {
      padding-left: 3px;
      font-size: 21px;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        body.page-template-page-homepage-2020 .home__hero-p {
          font-size: 18px; } }
    body.page-template-page-homepage-2020 .home__hero-link {
      color: #fff;
      text-transform: uppercase;
      text-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
      font-weight: bold; }
  body.page-template-page-homepage-2020 .faq {
    padding: 100px 0;
    color: #fff;
    background-color: #345064; }
    body.page-template-page-homepage-2020 .faq__h2 {
      font-weight: 700;
      border-left: 2px solid #a5083c;
      padding-left: 0.6rem;
      margin-left: -0.6rem;
      margin-top: 0;
      margin-bottom: 40px;
      font-size: 40px; }
    body.page-template-page-homepage-2020 .faq__caret {
      font-size: 1.3rem; }
    body.page-template-page-homepage-2020 .faq__container a {
      color: #fff;
      text-decoration: underline; }
      body.page-template-page-homepage-2020 .faq__container a:hover {
        color: #ad3700; }
    body.page-template-page-homepage-2020 .faq__question {
      font-size: 2.4rem; }
    body.page-template-page-homepage-2020 .faq__answer:before {
      font-family: FontAwesome;
      content: '\f105';
      display: inline-block;
      padding-right: 3px;
      vertical-align: middle;
      font-weight: 900;
      position: absolute; }
    body.page-template-page-homepage-2020 .faq__answer p {
      margin-left: 20px; }
    body.page-template-page-homepage-2020 .faq__answer a {
      color: #fff;
      font-weight: 800;
      text-decoration: none; }
      body.page-template-page-homepage-2020 .faq__answer a:hover, body.page-template-page-homepage-2020 .faq__answer a:focus {
        text-decoration: underline;
        color: #fff; }
    body.page-template-page-homepage-2020 .faq__link {
      color: #fff;
      text-decoration: underline; }
    body.page-template-page-homepage-2020 .faq__button-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 25px; }
      @media screen and (max-width: 767px) {
        body.page-template-page-homepage-2020 .faq__button-container {
          display: block;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    body.page-template-page-homepage-2020 .faq__button {
      padding: 2rem;
      display: block;
      background-color: #2d4556;
      letter-spacing: 0.1rem;
      text-align: center;
      font-weight: 700;
      color: #fff;
      text-decoration: underline; }
  body.page-template-page-homepage-2020 .featured-stories {
    background-color: #18242d;
    color: #fff;
    padding: 75px 0; }
    body.page-template-page-homepage-2020 .featured-stories__image {
      height: 400px;
      background-size: cover !important; }
    body.page-template-page-homepage-2020 .featured-stories__carousel {
      padding: 0; }
      @media screen and (max-width: 767px) {
        body.page-template-page-homepage-2020 .featured-stories__carousel {
          width: 100vw;
          margin-bottom: 25px; } }
    body.page-template-page-homepage-2020 .featured-stories__content-container {
      position: relative;
      width: 100%;
      height: 100%; }
    body.page-template-page-homepage-2020 .featured-stories__container {
      padding: 0; }
    body.page-template-page-homepage-2020 .featured-stories__block {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        body.page-template-page-homepage-2020 .featured-stories__block {
          margin-bottom: 0px; } }
    body.page-template-page-homepage-2020 .featured-stories__h2 {
      margin-top: 0;
      margin-bottom: 25px;
      margin-left: 1.5rem;
      border-left: 2px solid #a5083c;
      padding: 5px 10px;
      font-size: 40px;
      line-height: 35px;
      font-weight: 700;
      letter-spacing: 0.2rem;
      color: #fff; }
      body.page-template-page-homepage-2020 .featured-stories__h2 a {
        color: #fff; }
      @media screen and (max-width: 767px) {
        body.page-template-page-homepage-2020 .featured-stories__h2 {
          font-size: 30px; } }
    body.page-template-page-homepage-2020 .featured-stories__article {
      position: relative; }
      body.page-template-page-homepage-2020 .featured-stories__article-header {
        position: absolute;
        padding-left: 15px;
        padding-right: 15px;
        left: 30px;
        bottom: 3rem;
        border-left: 2px solid #a5083c; }
      body.page-template-page-homepage-2020 .featured-stories__article-blog-title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.2rem;
        text-shadow: 0 0 1rem rgba(0, 0, 0, 0.75); }
      body.page-template-page-homepage-2020 .featured-stories__article-h3 {
        margin: 0;
        font-weight: 700;
        text-shadow: 0 0 1rem black; }
      body.page-template-page-homepage-2020 .featured-stories__article-link {
        color: #fff;
        font-weight: 700;
        font-size: 2rem;
        text-shadow: 0 0 1rem black; }
    body.page-template-page-homepage-2020 .featured-stories__more-stories-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      height: 60px; }
    body.page-template-page-homepage-2020 .featured-stories__subscribe-form-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      height: 60px; }
    body.page-template-page-homepage-2020 .featured-stories__more-stories-button {
      float: right;
      color: #fff;
      font-size: 20px;
      font-weight: 500; }
      body.page-template-page-homepage-2020 .featured-stories__more-stories-button .fa-long-arrow-right {
        margin-left: 10px;
        top: 2px;
        position: relative; }
  body.page-template-page-homepage-2020 .find-a-location.simple {
    margin-bottom: 2.5em; }
    @media screen and (min-width: 768px) {
      body.page-template-page-homepage-2020 .find-a-location.simple {
        margin-bottom: 3.5em; } }
    @media screen and (min-width: 992px) {
      body.page-template-page-homepage-2020 .find-a-location.simple {
        margin-bottom: 4em; } }
    body.page-template-page-homepage-2020 .find-a-location.simple .actions {
      margin-top: 0.5em; }
      @media screen and (min-width: 768px) {
        body.page-template-page-homepage-2020 .find-a-location.simple .actions {
          margin-top: 1em;
          text-align: center; } }
  body.page-template-page-homepage-2020 .pagination-and-toggle {
    margin-bottom: 40px;
    padding-top: 2em;
    padding-bottom: 1.5em;
    background: #eaf0f1; }
    @media screen and (min-width: 992px) {
      body.page-template-page-homepage-2020 .pagination-and-toggle {
        margin-bottom: 60px; } }
    body.page-template-page-homepage-2020 .pagination-and-toggle .total-results {
      margin-bottom: 1em;
      text-align: center; }
      @media screen and (min-width: 768px) {
        body.page-template-page-homepage-2020 .pagination-and-toggle .total-results {
          text-align: left; } }
      @media screen and (min-width: 992px) {
        body.page-template-page-homepage-2020 .pagination-and-toggle .total-results {
          margin-bottom: 0; } }
      body.page-template-page-homepage-2020 .pagination-and-toggle .total-results span {
        font-weight: bold; }
    body.page-template-page-homepage-2020 .pagination-and-toggle .results-per-page {
      margin-bottom: 1em;
      text-align: center; }
      @media screen and (min-width: 768px) {
        body.page-template-page-homepage-2020 .pagination-and-toggle .results-per-page {
          text-align: right; } }
      @media screen and (min-width: 992px) {
        body.page-template-page-homepage-2020 .pagination-and-toggle .results-per-page {
          margin-bottom: 0;
          text-align: center; } }
      body.page-template-page-homepage-2020 .pagination-and-toggle .results-per-page select {
        display: inline;
        width: auto;
        min-width: 50px;
        margin: -1em 6px 0; }
    body.page-template-page-homepage-2020 .pagination-and-toggle form.pages {
      margin-bottom: 1em;
      text-align: center; }
      @media screen and (min-width: 768px) {
        body.page-template-page-homepage-2020 .pagination-and-toggle form.pages {
          margin-bottom: 0;
          text-align: right; } }
      body.page-template-page-homepage-2020 .pagination-and-toggle form.pages .pagination {
        margin: 0;
        /*li {  }*/ }
        @media screen and (min-width: 768px) {
          body.page-template-page-homepage-2020 .pagination-and-toggle form.pages .pagination {
            text-align: right; } }
        @media screen and (min-width: 992px) {
          body.page-template-page-homepage-2020 .pagination-and-toggle form.pages .pagination {
            margin-top: -0.4em; } }
        @media screen and (min-width: 1200px) {
          body.page-template-page-homepage-2020 .pagination-and-toggle form.pages .pagination {
            text-align: center; } }
    body.page-template-page-homepage-2020 .pagination-and-toggle .select-view {
      text-align: center; }
      @media screen and (min-width: 768px) {
        body.page-template-page-homepage-2020 .pagination-and-toggle .select-view {
          text-align: left; } }
      @media screen and (min-width: 992px) {
        body.page-template-page-homepage-2020 .pagination-and-toggle .select-view {
          margin-top: 1em;
          text-align: center; } }
      @media screen and (min-width: 1200px) {
        body.page-template-page-homepage-2020 .pagination-and-toggle .select-view {
          margin-top: -0.4em; } }
  body.page-template-page-homepage-2020 #results-and-filter {
    padding-bottom: 40px; }
    @media screen and (min-width: 992px) {
      body.page-template-page-homepage-2020 #results-and-filter {
        padding-bottom: 60px; } }
  body.page-template-page-homepage-2020 #secondary {
    margin-top: 0; }
    body.page-template-page-homepage-2020 #secondary .filter-your-results {
      cursor: pointer; }
      @media screen and (min-width: 992px) {
        body.page-template-page-homepage-2020 #secondary .filter-your-results {
          cursor: default; } }
      @media screen and (min-width: 992px) {
        body.page-template-page-homepage-2020 #secondary .filter-your-results span {
          display: none; } }
    body.page-template-page-homepage-2020 #secondary .widget {
      margin-bottom: 40px; }
      @media screen and (min-width: 768px) {
        body.page-template-page-homepage-2020 #secondary .widget {
          margin-bottom: 60px; } }
      @media screen and (min-width: 992px) {
        body.page-template-page-homepage-2020 #secondary .widget {
          margin-bottom: 0; } }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        body.page-template-page-homepage-2020 #secondary .widget {
          padding-right: 30px; } }
      body.page-template-page-homepage-2020 #secondary .widget .inner {
        display: none;
        max-width: 360px; }
        @media screen and (min-width: 992px) {
          body.page-template-page-homepage-2020 #secondary .widget .inner {
            display: block; } }
      body.page-template-page-homepage-2020 #secondary .widget .actions {
        margin-top: 2em; }
    body.page-template-page-homepage-2020 #secondary #filterWithin {
      width: 100px; }
  body.page-template-page-homepage-2020 .views.loading {
    position: relative; }
    body.page-template-page-homepage-2020 .views.loading .loader {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
    body.page-template-page-homepage-2020 .views.loading .list-view,
    body.page-template-page-homepage-2020 .views.loading .map-view {
      opacity: 0.1; }
  body.page-template-page-homepage-2020 #results {
    max-width: 800px;
    margin: 0 auto; }
  body.page-template-page-homepage-2020 #results-btn-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    height: 25px; }
    body.page-template-page-homepage-2020 #results-btn-container a {
      position: absolute;
      right: 0;
      padding: 0 25px 25px 0; }
      body.page-template-page-homepage-2020 #results-btn-container a:hover, body.page-template-page-homepage-2020 #results-btn-container a:focus {
        color: #ad3700; }
  body.page-template-page-homepage-2020 #results-btn-container-btm {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    height: 25px;
    padding-bottom: 50px; }
    body.page-template-page-homepage-2020 #results-btn-container-btm a {
      position: absolute;
      right: 0;
      padding: 0 25px 25px 0; }
      body.page-template-page-homepage-2020 #results-btn-container-btm a:hover, body.page-template-page-homepage-2020 #results-btn-container-btm a:focus {
        color: #ad3700; }
  body.page-template-page-homepage-2020 .list-view .location {
    width: 100%;
    margin-bottom: 2em;
    border: 1px solid #eaf0f1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-shadow: 0px 0px 1px 1px #eaf0f1;
            box-shadow: 0px 0px 1px 1px #eaf0f1; }
    body.page-template-page-homepage-2020 .list-view .location .fa, body.page-template-page-homepage-2020 .page-template-page-doctors .list-view .location .doctor .info .tel:before, .page-template-page-doctors body.page-template-page-homepage-2020 .list-view .location .doctor .info .tel:before, body.page-template-page-homepage-2020 .page-template-page-doctors .list-view .doctor .info .location .tel:before, .page-template-page-doctors body.page-template-page-homepage-2020 .list-view .doctor .info .location .tel:before, body.page-template-page-homepage-2020 .page-template-page-front-door .list-view .location .doctor .info .tel:before, .page-template-page-front-door body.page-template-page-homepage-2020 .list-view .location .doctor .info .tel:before, body.page-template-page-homepage-2020 .page-template-page-front-door .list-view .doctor .info .location .tel:before, .page-template-page-front-door body.page-template-page-homepage-2020 .list-view .doctor .info .location .tel:before, body.page-template-page-homepage-2020 .list-view .page-template-provider #locations .location .info .description .phone-fax > div:before, .page-template-provider #locations body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:before, body.page-template-page-homepage-2020 .list-view .location #servicelines .appointment-mod .appt-item .info .tel:before, body.page-template-page-homepage-2020 #servicelines .appointment-mod .appt-item .info .list-view .location .tel:before, body.page-template-page-homepage-2020 .list-view .location #servicelines .appointment-mod .appt-item .info .fax:before, body.page-template-page-homepage-2020 #servicelines .appointment-mod .appt-item .info .list-view .location .fax:before, body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:before {
      font-family: FontAwesome;
      color: #425563;
      position: absolute;
      font-size: 20px; }
      body.page-template-page-homepage-2020 .list-view .location .fa:hover, body.page-template-page-homepage-2020 .page-template-page-doctors .list-view .location .doctor .info .tel:hover:before, .page-template-page-doctors body.page-template-page-homepage-2020 .list-view .location .doctor .info .tel:hover:before, body.page-template-page-homepage-2020 .page-template-page-doctors .list-view .doctor .info .location .tel:hover:before, .page-template-page-doctors body.page-template-page-homepage-2020 .list-view .doctor .info .location .tel:hover:before, body.page-template-page-homepage-2020 .page-template-page-front-door .list-view .location .doctor .info .tel:hover:before, .page-template-page-front-door body.page-template-page-homepage-2020 .list-view .location .doctor .info .tel:hover:before, body.page-template-page-homepage-2020 .page-template-page-front-door .list-view .doctor .info .location .tel:hover:before, .page-template-page-front-door body.page-template-page-homepage-2020 .list-view .doctor .info .location .tel:hover:before, body.page-template-page-homepage-2020 .list-view .page-template-provider #locations .location .info .description .phone-fax > div:hover:before, .page-template-provider #locations body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:hover:before, body.page-template-page-homepage-2020 .list-view .location #servicelines .appointment-mod .appt-item .info .tel:hover:before, body.page-template-page-homepage-2020 #servicelines .appointment-mod .appt-item .info .list-view .location .tel:hover:before, body.page-template-page-homepage-2020 .list-view .location #servicelines .appointment-mod .appt-item .info .fax:hover:before, body.page-template-page-homepage-2020 #servicelines .appointment-mod .appt-item .info .list-view .location .fax:hover:before, body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:hover:before, body.page-template-page-homepage-2020 .list-view .location .fa:focus, body.page-template-page-homepage-2020 .page-template-page-doctors .list-view .location .doctor .info .tel:focus:before, .page-template-page-doctors body.page-template-page-homepage-2020 .list-view .location .doctor .info .tel:focus:before, body.page-template-page-homepage-2020 .page-template-page-doctors .list-view .doctor .info .location .tel:focus:before, .page-template-page-doctors body.page-template-page-homepage-2020 .list-view .doctor .info .location .tel:focus:before, body.page-template-page-homepage-2020 .page-template-page-front-door .list-view .location .doctor .info .tel:focus:before, .page-template-page-front-door body.page-template-page-homepage-2020 .list-view .location .doctor .info .tel:focus:before, body.page-template-page-homepage-2020 .page-template-page-front-door .list-view .doctor .info .location .tel:focus:before, .page-template-page-front-door body.page-template-page-homepage-2020 .list-view .doctor .info .location .tel:focus:before, body.page-template-page-homepage-2020 .list-view .page-template-provider #locations .location .info .description .phone-fax > div:focus:before, .page-template-provider #locations body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:focus:before, body.page-template-page-homepage-2020 .list-view .location #servicelines .appointment-mod .appt-item .info .tel:focus:before, body.page-template-page-homepage-2020 #servicelines .appointment-mod .appt-item .info .list-view .location .tel:focus:before, body.page-template-page-homepage-2020 .list-view .location #servicelines .appointment-mod .appt-item .info .fax:focus:before, body.page-template-page-homepage-2020 #servicelines .appointment-mod .appt-item .info .list-view .location .fax:focus:before, body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:focus:before, body.page-template-page-homepage-2020 .list-view .location .fa:active, body.page-template-page-homepage-2020 .page-template-page-doctors .list-view .location .doctor .info .tel:active:before, .page-template-page-doctors body.page-template-page-homepage-2020 .list-view .location .doctor .info .tel:active:before, body.page-template-page-homepage-2020 .page-template-page-doctors .list-view .doctor .info .location .tel:active:before, .page-template-page-doctors body.page-template-page-homepage-2020 .list-view .doctor .info .location .tel:active:before, body.page-template-page-homepage-2020 .page-template-page-front-door .list-view .location .doctor .info .tel:active:before, .page-template-page-front-door body.page-template-page-homepage-2020 .list-view .location .doctor .info .tel:active:before, body.page-template-page-homepage-2020 .page-template-page-front-door .list-view .doctor .info .location .tel:active:before, .page-template-page-front-door body.page-template-page-homepage-2020 .list-view .doctor .info .location .tel:active:before, body.page-template-page-homepage-2020 .list-view .page-template-provider #locations .location .info .description .phone-fax > div:active:before, .page-template-provider #locations body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:active:before, body.page-template-page-homepage-2020 .list-view .location #servicelines .appointment-mod .appt-item .info .tel:active:before, body.page-template-page-homepage-2020 #servicelines .appointment-mod .appt-item .info .list-view .location .tel:active:before, body.page-template-page-homepage-2020 .list-view .location #servicelines .appointment-mod .appt-item .info .fax:active:before, body.page-template-page-homepage-2020 #servicelines .appointment-mod .appt-item .info .list-view .location .fax:active:before, body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:active:before {
        text-decoration: none; }
    body.page-template-page-homepage-2020 .list-view .location .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #eaf0f1;
      padding: 10px 5px; }
      @media (min-width: 768px) {
        body.page-template-page-homepage-2020 .list-view .location .info {
          position: relative;
          padding: 20px; } }
      body.page-template-page-homepage-2020 .list-view .location .info .image {
        margin-right: 1em; }
        body.page-template-page-homepage-2020 .list-view .location .info .image .inner {
          display: block;
          width: 100px;
          height: 100px;
          border-radius: 100px;
          background: #eaf0f1;
          background-position: center top;
          background-size: cover;
          background-repeat: no-repeat; }
      @media (min-width: 768px) {
        body.page-template-page-homepage-2020 .list-view .location .info .description {
          margin-right: 145px; } }
      body.page-template-page-homepage-2020 .list-view .location .info .description h3,
      body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax,
      body.page-template-page-homepage-2020 .list-view .location .info .description .category {
        margin: 0 0 0.4em 0; }
      body.page-template-page-homepage-2020 .list-view .location .info .description h3 {
        font-size: 18px;
        font-weight: bold; }
      body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div {
        position: relative;
        padding-left: 25px; }
        body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:before {
          left: 0px; }
      body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax .phone:before {
        content: '\f095'; }
      body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax .fax:before {
        content: '\f1ac'; }
      body.page-template-page-homepage-2020 .list-view .location .info .description .category {
        font-style: italic;
        color: #425563; }
      @media (min-width: 768px) {
        body.page-template-page-homepage-2020 .list-view .location .info .description .actions {
          position: absolute;
          top: 20px;
          right: 20px; } }
      body.page-template-page-homepage-2020 .list-view .location .info .description .actions > a {
        padding: 5px 20px; }
      body.page-template-page-homepage-2020 .list-view .location .info .description .actions.secondary {
        margin-top: 10px; }
        @media (min-width: 768px) {
          body.page-template-page-homepage-2020 .list-view .location .info .description .actions.secondary {
            margin-top: 0;
            top: 60px; } }
    body.page-template-page-homepage-2020 .list-view .location .details {
      padding: 15px;
      color: #425563; }
      @media (min-width: 768px) {
        body.page-template-page-homepage-2020 .list-view .location .details {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      body.page-template-page-homepage-2020 .list-view .location .details .contact,
      body.page-template-page-homepage-2020 .list-view .location .details .hours {
        padding: 5px 0; }
        @media (min-width: 768px) {
          body.page-template-page-homepage-2020 .list-view .location .details .contact,
          body.page-template-page-homepage-2020 .list-view .location .details .hours {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; } }
      @media (min-width: 768px) {
        body.page-template-page-homepage-2020 .list-view .location .details .contact {
          padding-right: 25px; } }
      body.page-template-page-homepage-2020 .list-view .location .details .contact .address {
        display: inline-block; }
      body.page-template-page-homepage-2020 .list-view .location .details .hours {
        position: relative; }
        @media (max-width: 767px) {
          body.page-template-page-homepage-2020 .list-view .location .details .hours {
            margin-top: 22px;
            padding-top: 27px; } }
        @media (min-width: 768px) {
          body.page-template-page-homepage-2020 .list-view .location .details .hours {
            padding-left: 25px; } }
        @media (max-width: 767px) {
          body.page-template-page-homepage-2020 .list-view .location .details .hours:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 150px;
            height: 1px;
            border-top: 1px solid #a4bcc2; } }
        @media (min-width: 768px) {
          body.page-template-page-homepage-2020 .list-view .location .details .hours:before {
            content: '';
            position: absolute;
            display: block;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            border: 1px solid #eaf0f1;
            width: 1px;
            height: 100px;
            opacity: 0.5; } }
        body.page-template-page-homepage-2020 .list-view .location .details .hours > div {
          font-weight: bold; }
          body.page-template-page-homepage-2020 .list-view .location .details .hours > div span {
            display: inline-block;
            width: 100px;
            font-weight: normal; }
  body.page-template-page-homepage-2020 .map-view {
    display: none; }
    body.page-template-page-homepage-2020 .map-view #map_wrapper {
      height: 50vw;
      min-height: 300px;
      max-height: 700px; }
    body.page-template-page-homepage-2020 .map-view #map_canvas {
      width: 100%;
      height: 100%; }
  body.page-template-page-homepage-2020 .front-door {
    margin-top: 0 !important;
    background-color: #fff;
    padding: 50px 0 0 0; }

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

div.row-eq-height:before,
div.row-eq-height:after {
  display: none; }

.custom-slick-prev {
  left: 15px !important;
  z-index: 10;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  padding: 0; }

.custom-slick-next {
  right: 15px !important;
  z-index: 10;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  padding: 0; }

.custom-slick-prev:before {
  background-image: url("/wp-content/themes/uchealth/img/arrow-left.png");
  background-size: 50px 75px;
  display: inline-block;
  width: 50px;
  height: 75px;
  content: ''; }

.custom-slick-next:before {
  background-image: url("/wp-content/themes/uchealth/img/arrow-right.png");
  background-size: 50px 75px;
  display: inline-block;
  width: 50px;
  height: 75px;
  content: ''; }

/* Class to hide items on mobile=1, important added to override other display properties that may be applied
-------------------------------------------------- */
body.mobile-active .gradient-top {
  display: none !important; }

/* Blog
-------------------------------------------------- */
.uchealth-newsroom {
  font-family: 'Avenir', arial, sans-serif; }
  .uchealth-newsroom #masthead {
    top: 0; }
  .uchealth-newsroom #logo {
    position: relative; }
    .uchealth-newsroom #logo:after {
      display: none;
      content: ' ';
      position: absolute;
      top: 0.5em;
      left: 105%;
      font-size: 24px;
      color: white;
      line-height: 1;
      font-weight: 300; }
      @media screen and (min-width: 992px) {
        .uchealth-newsroom #logo:after {
          top: 0.4em;
          font-size: 32px;
          color: #a6093d; } }
  .uchealth-newsroom #blog-header {
    display: none;
    padding: 1em 0;
    line-height: 1;
    color: white;
    background: #a6093d; }
    @media screen and (min-width: 992px) {
      .uchealth-newsroom #blog-header {
        display: block; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom #blog-header {
        padding: 1.3em 0; } }
    .uchealth-newsroom #blog-header .description {
      display: inline-block;
      float: left;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 26px; }
      @media screen and (min-width: 1200px) {
        .uchealth-newsroom #blog-header .description {
          font-size: 26px; } }
      .uchealth-newsroom #blog-header .description a {
        color: white; }
    .uchealth-newsroom #blog-header nav {
      display: inline-block;
      float: right; }
    .uchealth-newsroom #blog-header #menu-blog-main-navigation {
      margin: 0;
      padding: 0; }
      .uchealth-newsroom #blog-header #menu-blog-main-navigation > li {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-size: 15px;
        font-weight: 600; }
        .uchealth-newsroom #blog-header #menu-blog-main-navigation > li > a {
          display: block;
          position: relative;
          padding: 0.2em 0.6em;
          color: white;
          border-left: 1px solid #ad3700; }
          @media screen and (min-width: 1200px) {
            .uchealth-newsroom #blog-header #menu-blog-main-navigation > li > a {
              padding: 0.4em 0.8em; } }
          .uchealth-newsroom #blog-header #menu-blog-main-navigation > li > a:hover {
            text-decoration: none; }
        .uchealth-newsroom #blog-header #menu-blog-main-navigation > li:first-of-type a {
          border: 0; }
        .uchealth-newsroom #blog-header #menu-blog-main-navigation > li.current-menu-item > a:after,
        .uchealth-newsroom #blog-header #menu-blog-main-navigation > li.current-menu-parent > a:after,
        .uchealth-newsroom #blog-header #menu-blog-main-navigation > li:hover > a:after {
          display: block;
          content: '';
          position: absolute;
          bottom: -22px;
          left: 50%;
          width: 0;
          height: 0;
          margin-left: -12px;
          border-style: solid;
          border-width: 0 12px 8px;
          border-color: transparent transparent white; }
        .uchealth-newsroom #blog-header #menu-blog-main-navigation > li.blog-nav-search a {
          cursor: pointer; }
          @media screen and (min-width: 1200px) {
            .uchealth-newsroom #blog-header #menu-blog-main-navigation > li.blog-nav-search a:before {
              display: inline-block; } }
  .uchealth-newsroom .pushy #menu-mobile-menu-2 #menu-item-59 {
    display: none; }
  .uchealth-newsroom .pushy #menu-blog-main-navigation {
    margin: 0 0 15px;
    padding: 0 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    list-style: none; }
    .uchealth-newsroom .pushy #menu-blog-main-navigation li {
      display: inline-block;
      width: 49%;
      margin: 0;
      padding: 0;
      font-size: 0.9em; }
      .uchealth-newsroom .pushy #menu-blog-main-navigation li a {
        padding: 0 15px 10px; }
      .uchealth-newsroom .pushy #menu-blog-main-navigation li.blog-nav-search {
        display: none; }
  .uchealth-newsroom section.subscribe {
    margin-top: 0;
    background: none; }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom section.subscribe {
        margin-top: 0.5em; } }
    .uchealth-newsroom section.subscribe .blog-title {
      padding-left: 35px;
      color: #a6093d;
      font-size: 40px; }
    .uchealth-newsroom section.subscribe p {
      color: #2e3b44;
      text-align: left; }
      @media screen and (min-width: 1200px) {
        .uchealth-newsroom section.subscribe p {
          font-size: 18px; } }
      .uchealth-newsroom section.subscribe p a {
        color: #2e3b44; }
    .uchealth-newsroom section.subscribe #subscribeform {
      margin-top: 0; }
      @media screen and (min-width: 768px) {
        .uchealth-newsroom section.subscribe #subscribeform {
          margin-top: 0.25em; } }
      @media screen and (min-width: 992px) {
        .uchealth-newsroom section.subscribe #subscribeform {
          margin-top: 0.35em; } }
      @media screen and (min-width: 1200px) {
        .uchealth-newsroom section.subscribe #subscribeform {
          margin-top: -0.25em; } }
  .uchealth-newsroom .featured-videos {
    background: #eaf0f1; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .uchealth-newsroom .featured-videos .post.video {
        margin-bottom: 30px; } }
    @media screen and (min-width: 992px) {
      .uchealth-newsroom .featured-videos .post.video {
        height: 212px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom .featured-videos .post.video {
        height: 262px; } }
    .uchealth-newsroom .featured-videos .post.video .bg {
      left: 15px;
      right: 15px; }
    .uchealth-newsroom .featured-videos .post.video a {
      left: 15px;
      right: 15px;
      background: rgba(0, 0, 0, 0.6); }
      .uchealth-newsroom .featured-videos .post.video a .text {
        background: 0; }
        @media screen and (min-width: 992px) {
          .uchealth-newsroom .featured-videos .post.video a .text h3 {
            font-size: 18px; } }
      .uchealth-newsroom .featured-videos .post.video a:after {
        position: absolute;
        display: block;
        width: 100%;
        top: 25%;
        content: '';
        font-family: Fontawesome;
        font-size: 48px;
        text-align: center;
        color: white; }
        @media screen and (min-width: 768px) {
          .uchealth-newsroom .featured-videos .post.video a:after {
            top: 30%; } }
        @media screen and (min-width: 992px) {
          .uchealth-newsroom .featured-videos .post.video a:after {
            top: 25%; } }
    .uchealth-newsroom .featured-videos .post h3 {
      margin-bottom: 0; }
  .uchealth-newsroom .connect {
    padding: 1.5em 0 !important;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .uchealth-newsroom .connect {
        padding: 2em 0 !important; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom .connect {
        padding: 2.5em 0 2em !important; } }
    .uchealth-newsroom .connect h2 {
      display: inline-block;
      position: relative;
      top: -0.1em;
      margin: 0 0.5em 0 0;
      font-size: 21px;
      line-height: 1;
      color: #425563;
      font-weight: bold; }
      @media screen and (min-width: 768px) {
        .uchealth-newsroom .connect h2 {
          top: -0.25em; } }
      @media screen and (min-width: 992px) {
        .uchealth-newsroom .connect h2 {
          top: -0.3em;
          font-size: 24px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-newsroom .connect h2 {
          top: -0.5em; } }
    .uchealth-newsroom .connect .social-links {
      display: inline-block;
      font-size: 30px;
      line-height: 1; }
      @media screen and (min-width: 768px) {
        .uchealth-newsroom .connect .social-links {
          font-size: 36px; } }
      @media screen and (min-width: 992px) {
        .uchealth-newsroom .connect .social-links {
          font-size: 42px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-newsroom .connect .social-links {
          font-size: 60px; } }
      .uchealth-newsroom .connect .social-links .link {
        display: inline-block;
        margin-left: 0.2em;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        margin: 8px 6px 0px 0px !important; }
        .uchealth-newsroom .connect .social-links .link .fa-youtube-play {
          background-color: #ff0000;
          font-size: 22px;
          padding: 4px;
          border-radius: 6px;
          vertical-align: top;
          margin-top: 2px;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .uchealth-newsroom .connect .social-links .link .fa-youtube-play:hover {
            background-color: #990000;
            color: #fff; }
        @media screen and (min-width: 768px) {
          .uchealth-newsroom .connect .social-links .link {
            margin-left: 0.5em; } }
        @media screen and (min-width: 1200px) {
          .uchealth-newsroom .connect .social-links .link {
            margin-left: 0.4em; } }
        .uchealth-newsroom .connect .social-links .link .fa, .uchealth-newsroom .connect .social-links .link .page-template-page-locations .list-view .location .info .description .phone-fax > div:before, .page-template-page-locations .list-view .location .info .description .uchealth-newsroom .connect .social-links .link .phone-fax > div:before, .uchealth-newsroom .connect .social-links .link .page-template-page-front-door .list-view .location .info .description .phone-fax > div:before, .page-template-page-front-door .list-view .location .info .description .uchealth-newsroom .connect .social-links .link .phone-fax > div:before, .uchealth-newsroom .connect .social-links .link .page-template-page-doctors .list-view .doctor .info .tel:before, .page-template-page-doctors .list-view .doctor .info .uchealth-newsroom .connect .social-links .link .tel:before, .uchealth-newsroom .connect .social-links .link .page-template-page-front-door .list-view .doctor .info .tel:before, .page-template-page-front-door .list-view .doctor .info .uchealth-newsroom .connect .social-links .link .tel:before, .uchealth-newsroom .connect .social-links .link .page-template-provider #locations .location .info .description .phone-fax > div:before, .page-template-provider #locations .location .info .description .uchealth-newsroom .connect .social-links .link .phone-fax > div:before, .uchealth-newsroom .connect .social-links .link body #servicelines .appointment-mod .appt-item .info .tel:before, body #servicelines .appointment-mod .appt-item .info .uchealth-newsroom .connect .social-links .link .tel:before, .uchealth-newsroom .connect .social-links .link body #servicelines .appointment-mod .appt-item .info .fax:before, body #servicelines .appointment-mod .appt-item .info .uchealth-newsroom .connect .social-links .link .fax:before, .uchealth-newsroom .connect .social-links .link body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:before, body.page-template-page-homepage-2020 .list-view .location .info .description .uchealth-newsroom .connect .social-links .link .phone-fax > div:before {
          line-height: 1; }
  .uchealth-newsroom section.social-share-newsletter {
    padding: 0 !important; }
  .uchealth-newsroom .social-share-newsletter .social-links-container {
    text-align: left;
    margin-bottom: 25px;
    padding: 0; }
  @media screen and (max-width: 767px) {
    .uchealth-newsroom .social-share-newsletter .social-links-container {
      padding: 0; } }
  .uchealth-newsroom .social-share-newsletter .social-links-container .social-title {
    font-size: 18px !important;
    margin-bottom: 0em !important;
    margin-top: 0em !important;
    top: 0em !important; }
  @media screen and (max-width: 767px) {
    .uchealth-newsroom .social-share-newsletter .social-links-container .social-title {
      vertical-align: middle;
      display: inline-block;
      margin-right: 12px !important; } }
  .uchealth-newsroom .social-share-newsletter .social-links-container .social-links {
    font-size: 35px; }
  @media screen and (max-width: 767px) {
    .uchealth-newsroom .social-share-newsletter .social-links-container .social-links {
      vertical-align: middle;
      display: inline-block;
      margin-right: 12px !important; } }
  .uchealth-newsroom .social-share-newsletter .connect .social-links-container .social-links .link {
    margin: 8px 14px 0px 0px; }
  .uchealth-newsroom .social-share-newsletter .col-xs-12 .newsletter-container {
    margin-bottom: 25px; }
  .uchealth-newsroom .social-share-newsletter .newsletter-container, .uchealth-newsroom .social-share-newsletter .newsletter-container .col-xs-12, .uchealth-newsroom .social-share-newsletter .newsletter-container .col-md-12 {
    padding: 0;
    text-align: left; }
  @media screen and (max-width: 767px) {
    .uchealth-newsroom .social-share-newsletter .newsletter-container, .uchealth-newsroom .social-share-newsletter .newsletter-container .col-xs-12, .uchealth-newsroom .social-share-newsletter .newsletter-container .col-md-12 {
      margin-bottom: 10px; } }
  .uchealth-newsroom .social-share-newsletter .newsletter-container p {
    margin: 0 0 10px; }
  @media screen and (max-width: 767px) {
    .uchealth-newsroom .social-share-newsletter .newsletter-container p {
      margin: 0; } }
  .uchealth-newsroom .social-share-newsletter .newsletter-container form .input-group button {
    background-image: url("img/icon-envelope-grey-darkest.png"); }
  .uchealth-newsroom .social-share-newsletter .newsletter-container form .input-group.search-subscribe button {
    height: 28px; }
  .uchealth-newsroom .social-share-newsletter .newsletter-container form .input-group.search-subscribe input {
    font-size: 14px;
    height: 28px; }
  .uchealth-newsroom .social-share-newsletter .newsletter-container form .input-group.search-subscribe ::-webkit-input-placeholder {
    padding-top: 0px;
    font-size: 14px; }
  .uchealth-newsroom .social-share-newsletter .newsletter-container form .input-group.search-subscribe :-ms-input-placeholder {
    padding-top: 0px;
    font-size: 14px; }
  .uchealth-newsroom .social-share-newsletter .newsletter-container form .input-group.search-subscribe ::-moz-placeholder {
    padding-top: 0px;
    font-size: 14px; }
  .uchealth-newsroom .social-share-newsletter .newsletter-container form .input-group.search-subscribe ::-ms-input-placeholder {
    padding-top: 0px;
    font-size: 14px; }
  .uchealth-newsroom .social-share-newsletter .newsletter-container form .input-group.search-subscribe ::placeholder {
    padding-top: 0px;
    font-size: 14px; }
  .uchealth-newsroom .clinical-trials {
    background: #eaf0f1;
    margin-bottom: -20vw;
    padding-bottom: 20vw; }
    @media screen and (min-width: 768px) {
      .uchealth-newsroom .clinical-trials {
        margin-bottom: -25vw;
        padding-bottom: 28vw; } }
  .uchealth-newsroom .newsroom-articles {
    padding: 0; }
    .uchealth-newsroom .newsroom-articles .newsroom-section-title {
      display: block;
      font-size: 21px;
      margin: 0px 0px 5px 0px;
      color: #a6093d; }
    .uchealth-newsroom .newsroom-articles .newsroom-title {
      font-weight: bold;
      font-size: 42px;
      margin-bottom: 25px; }
    .uchealth-newsroom .newsroom-articles .post {
      margin-bottom: 45px; }
      .uchealth-newsroom .newsroom-articles .post .content {
        padding: 0; }
        .uchealth-newsroom .newsroom-articles .post .content h3 {
          margin-top: 0; }
    .uchealth-newsroom .newsroom-articles .pagination .page-numbers {
      background: #ebebeb;
      color: #2e3b44;
      display: block;
      width: auto;
      float: left;
      margin: 4px 4px 4px 0;
      padding: 10px 13px 9px 13px;
      text-decoration: none; }
    .uchealth-newsroom .newsroom-articles .pagination .page-numbers:hover {
      background: #a6093d;
      color: #fff;
      text-decoration: none; }
    .uchealth-newsroom .newsroom-articles .pagination .current {
      background: #a6093d;
      color: #fff;
      padding: 10px 13px 9px 13px; }
  .uchealth-newsroom .no-page-banner .banner-divider {
    display: none; }
    @media screen and (max-width: 767px) {
      .uchealth-newsroom .no-page-banner .banner-divider {
        display: none; } }

/* Blog home
-------------------------------------------------- */
.uchealth-newsroom.home section {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .uchealth-newsroom.home section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 992px) {
    .uchealth-newsroom.home section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media screen and (min-width: 1200px) {
    .uchealth-newsroom.home section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .uchealth-newsroom.home section.subscribe {
    padding: 40px 0; }
  .uchealth-newsroom.home section .section-title {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .uchealth-newsroom.home section .section-title {
        margin-bottom: 1.5em;
        font-size: 28px; } }
    @media screen and (min-width: 992px) {
      .uchealth-newsroom.home section .section-title {
        font-size: 32px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom.home section .section-title {
        margin-bottom: 1.8em;
        font-size: 36px; } }
    .uchealth-newsroom.home section .section-title a, .uchealth-newsroom.home section .section-title.arrow-right:after {
      color: #ad3700; }
  .uchealth-newsroom.home section h2:not(.section-title) {
    margin: 1.5em 0 0.5em;
    font-size: 21px;
    color: #425563;
    font-weight: bold; }
    @media screen and (min-width: 992px) {
      .uchealth-newsroom.home section h2:not(.section-title) {
        font-size: 24px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom.home section h2:not(.section-title) {
        margin-top: 0.5em;
        font-size: 30px; } }

.uchealth-newsroom.home .top-posts {
  padding: 0; }
  .uchealth-newsroom.home .top-posts .featured-post {
    padding-right: 0; }
    @media screen and (max-width: 767px) {
      .uchealth-newsroom.home .top-posts .featured-post {
        padding-left: 0; } }
    @media screen and (min-width: 992px) {
      .uchealth-newsroom.home .top-posts .featured-post {
        position: relative; } }
    .uchealth-newsroom.home .top-posts .featured-post h2 {
      display: none; }
      @media screen and (min-width: 992px) {
        .uchealth-newsroom.home .top-posts .featured-post h2 {
          display: block;
          position: absolute;
          top: 0;
          left: 35px;
          color: white;
          z-index: 10; } }
      @media screen and (min-width: 1200px) {
        .uchealth-newsroom.home .top-posts .featured-post h2 {
          left: 75px; } }
    .uchealth-newsroom.home .top-posts .featured-post .post {
      padding-left: 0;
      padding-right: 0; }
      @media screen and (min-width: 768px) {
        .uchealth-newsroom.home .top-posts .featured-post .post {
          height: 300px; } }
      @media screen and (min-width: 992px) {
        .uchealth-newsroom.home .top-posts .featured-post .post {
          height: 360px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-newsroom.home .top-posts .featured-post .post {
          height: 579px; } }
      .uchealth-newsroom.home .top-posts .featured-post .post a {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      @media screen and (max-width: 767px) {
        .uchealth-newsroom.home .top-posts .featured-post .post .text {
          left: 15px;
          right: 15px; } }
      @media screen and (min-width: 768px) {
        .uchealth-newsroom.home .top-posts .featured-post .post .text {
          padding: 80px 40px 40px; } }
      @media screen and (min-width: 992px) {
        .uchealth-newsroom.home .top-posts .featured-post .post .text {
          padding: 80px 20px 20px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-newsroom.home .top-posts .featured-post .post .text {
          padding: 120px 60px 60px; } }
      .uchealth-newsroom.home .top-posts .featured-post .post .text h3 {
        margin: 0 0 0.3em;
        font-size: 18px;
        font-weight: bold;
        color: white; }
        @media screen and (min-width: 768px) {
          .uchealth-newsroom.home .top-posts .featured-post .post .text h3 {
            margin-bottom: 0.75em; } }
        @media screen and (min-width: 992px) {
          .uchealth-newsroom.home .top-posts .featured-post .post .text h3 {
            font-size: 20px;
            font-weight: 900; } }
        @media screen and (min-width: 1200px) {
          .uchealth-newsroom.home .top-posts .featured-post .post .text h3 {
            margin-bottom: 0.9em; } }
      .uchealth-newsroom.home .top-posts .featured-post .post .text .featured-title {
        display: none;
        font-size: 24px; }
        @media screen and (min-width: 768px) {
          .uchealth-newsroom.home .top-posts .featured-post .post .text .featured-title {
            display: block;
            font-size: 28px; } }
        @media screen and (min-width: 992px) {
          .uchealth-newsroom.home .top-posts .featured-post .post .text .featured-title {
            font-size: 32px; } }
        @media screen and (min-width: 1200px) {
          .uchealth-newsroom.home .top-posts .featured-post .post .text .featured-title {
            font-size: 40px; } }
      .uchealth-newsroom.home .top-posts .featured-post .post .text .featured-subtitle {
        display: block;
        margin: 0.5em 0 0;
        font-size: 15px;
        font-weight: normal; }
        @media screen and (min-width: 768px) {
          .uchealth-newsroom.home .top-posts .featured-post .post .text .featured-subtitle {
            margin: 0.5em 0 0;
            font-size: 18px; } }
        @media screen and (min-width: 992px) {
          .uchealth-newsroom.home .top-posts .featured-post .post .text .featured-subtitle {
            margin: 1em 0 0;
            font-size: 21px; } }
      .uchealth-newsroom.home .top-posts .featured-post .post .text .featured-button {
        display: none; }
        @media screen and (min-width: 768px) {
          .uchealth-newsroom.home .top-posts .featured-post .post .text .featured-button {
            display: inline-block; } }
      .uchealth-newsroom.home .top-posts .featured-post .post .text .title,
      .uchealth-newsroom.home .top-posts .featured-post .post .text .date {
        display: block; }
        @media screen and (min-width: 768px) {
          .uchealth-newsroom.home .top-posts .featured-post .post .text .title,
          .uchealth-newsroom.home .top-posts .featured-post .post .text .date {
            display: none; } }
  .uchealth-newsroom.home .top-posts .latest {
    padding-left: 30px; }
    @media screen and (max-width: 767px) {
      .uchealth-newsroom.home .top-posts .latest {
        padding-right: 30px; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .uchealth-newsroom.home .top-posts .latest {
        padding-right: 0; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom.home .top-posts .latest {
        padding-left: 40px; } }
    @media screen and (min-width: 1400px) {
      .uchealth-newsroom.home .top-posts .latest {
        padding-left: 50px;
        padding-right: 25px; } }
    .uchealth-newsroom.home .top-posts .latest h2 {
      margin-bottom: 1em; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .uchealth-newsroom.home .top-posts .latest h2 {
          margin-top: 0; } }
    .uchealth-newsroom.home .top-posts .latest .post {
      margin-bottom: 1em;
      padding-bottom: 1em;
      border-bottom: 1px solid #6B7785; }
      @media screen and (min-width: 1200px) {
        .uchealth-newsroom.home .top-posts .latest .post {
          margin-bottom: 2em;
          padding-bottom: 2em; } }
      @media screen and (min-width: 1400px) {
        .uchealth-newsroom.home .top-posts .latest .post {
          margin-bottom: 2.4em;
          padding-bottom: 2.4em; } }
      .uchealth-newsroom.home .top-posts .latest .post:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0; }
      .uchealth-newsroom.home .top-posts .latest .post h3 {
        margin: 0;
        font-size: 16px;
        font-weight: normal;
        font-style: italic; }
        @media screen and (min-width: 992px) {
          .uchealth-newsroom.home .top-posts .latest .post h3 {
            line-height: 1.6; } }
        .uchealth-newsroom.home .top-posts .latest .post h3 a {
          color: #6B7785;
          font-weight: 550; }
  .uchealth-newsroom.home .top-posts .trending {
    position: relative;
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (min-width: 768px) {
      .uchealth-newsroom.home .top-posts .trending {
        margin-top: 2em; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom.home .top-posts .trending {
        margin-top: 0;
        padding-left: 15px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .uchealth-newsroom.home .top-posts .trending h2 {
        margin-top: 0; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom.home .top-posts .trending h2 {
        position: absolute;
        top: 0;
        left: 25px;
        color: white;
        z-index: 10; } }
    @media screen and (min-width: 992px) {
      .uchealth-newsroom.home .top-posts .trending .post {
        height: 200px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom.home .top-posts .trending .post {
        height: 193px; } }
    .uchealth-newsroom.home .top-posts .trending .post:first-of-type {
      /*.text {
            @media screen and (min-width: 1200px) { background: 0; }
          }*/ }
      @media screen and (min-width: 1200px) {
        .uchealth-newsroom.home .top-posts .trending .post:first-of-type a {
          background: rgba(0, 0, 0, 0.3);
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); } }

@media screen and (min-width: 768px) {
  .uchealth-newsroom.home .category-posts:nth-of-type(even) {
    background: #eaf0f1; } }

.uchealth-newsroom.home .category-posts .category-title {
  display: block;
  color: #2e3b44; }
  @media screen and (min-width: 992px) {
    .uchealth-newsroom.home .category-posts .category-title.category-5 .inner {
      background: #a6093d; }
    .uchealth-newsroom.home .category-posts .category-title.category-6 .inner {
      background: #d6001c; }
    .uchealth-newsroom.home .category-posts .category-title.category-7 .inner {
      background: #ad3700; }
    .uchealth-newsroom.home .category-posts .category-title.category-8 .inner {
      background: #ffa300; }
    .uchealth-newsroom.home .category-posts .category-title.category-9 .inner {
      background: #ffe822; }
    .uchealth-newsroom.home .category-posts .category-title.category-8 .inner,
    .uchealth-newsroom.home .category-posts .category-title.category-8 .inner h2,
    .uchealth-newsroom.home .category-posts .category-title.category-9 .inner,
    .uchealth-newsroom.home .category-posts .category-title.category-9 .inner h2 {
      color: #2e3b44; } }
  @media screen and (min-width: 992px) {
    .uchealth-newsroom.home .category-posts .category-title:hover {
      text-decoration: none; } }
  .uchealth-newsroom.home .category-posts .category-title .inner {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 992px) {
      .uchealth-newsroom.home .category-posts .category-title .inner {
        height: 484px;
        padding: 60px 30px;
        color: white;
        background: #768692;
        border-radius: 4px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom.home .category-posts .category-title .inner {
        height: 584px;
        padding: 90px 30px; } }
    .uchealth-newsroom.home .category-posts .category-title .inner h2 {
      margin-top: 0;
      color: #a6093d;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 992px) {
        .uchealth-newsroom.home .category-posts .category-title .inner h2 {
          margin-bottom: 1em;
          font-size: 24px;
          color: white; } }
      @media screen and (min-width: 1200px) {
        .uchealth-newsroom.home .category-posts .category-title .inner h2 {
          margin-bottom: 0.75em;
          font-size: 36px; } }
    .uchealth-newsroom.home .category-posts .category-title .inner .category-description {
      margin-bottom: 1.5em;
      font-style: italic; }
      @media screen and (min-width: 1200px) {
        .uchealth-newsroom.home .category-posts .category-title .inner .category-description {
          font-size: 21px;
          line-height: 1.4; } }
  @media screen and (min-width: 992px) {
    .uchealth-newsroom.home .category-posts .category-title:hover .inner {
      color: white;
      background: #a6093d; } }
  @media screen and (min-width: 992px) {
    .uchealth-newsroom.home .category-posts .category-title:hover .inner h2 {
      color: white; } }

@media screen and (min-width: 768px) {
  .uchealth-newsroom.home .category-posts .posts {
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (max-width: 767px) {
  .uchealth-newsroom.home .category-posts .post {
    display: none; } }

@media screen and (min-width: 992px) {
  .uchealth-newsroom.home .category-posts .post {
    height: 242px; } }

@media screen and (min-width: 1200px) {
  .uchealth-newsroom.home .category-posts .post {
    height: 292px; } }

@media screen and (max-width: 767px) {
  .uchealth-newsroom.home .category-posts .post:nth-of-type(-n+3) {
    display: block; } }

.uchealth-newsroom.home .clinical-trials {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .uchealth-newsroom.home .clinical-trials {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 992px) {
    .uchealth-newsroom.home .clinical-trials {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media screen and (min-width: 1200px) {
    .uchealth-newsroom.home .clinical-trials {
      padding-top: 100px;
      padding-bottom: 100px; } }

.uchealth-newsroom.home .social-feeds {
  background: #eaf0f1; }
  .uchealth-newsroom.home .social-feeds h3 {
    margin-top: 0;
    font-size: 21px;
    font-weight: bold;
    color: #2e3b44; }
    @media screen and (min-width: 992px) {
      .uchealth-newsroom.home .social-feeds h3 {
        margin-bottom: 1em;
        font-size: 24px; } }
  .uchealth-newsroom.home .social-feeds .social-holder {
    width: 100%;
    height: 350px;
    margin-bottom: 3em;
    border: 2px solid #a4bcc2;
    overflow-y: hidden; }
    @media screen and (min-width: 768px) {
      .uchealth-newsroom.home .social-feeds .social-holder {
        height: 430px; } }
    @media screen and (min-width: 992px) {
      .uchealth-newsroom.home .social-feeds .social-holder {
        height: 340px;
        margin-bottom: 0; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom.home .social-feeds .social-holder {
        height: 360px; } }
  @media screen and (max-width: 767px) {
    .uchealth-newsroom.home .social-feeds .google-plus .social-holder {
      height: 450px; } }

/* Archive pages
-------------------------------------------------- */
.archive .newsroom-articles {
  padding-top: 100px;
  padding-bottom: 100px; }

.archive #wrap #main {
  margin-bottom: 0; }

.archive h1.pagetitle {
  margin: 1.2em 0;
  font-size: 30px;
  font-weight: bold;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .archive h1.pagetitle {
      margin: 1.5em 0; } }
  @media screen and (min-width: 992px) {
    .archive h1.pagetitle {
      margin: 1.4em 0;
      font-size: 36px; } }
  @media screen and (min-width: 1200px) {
    .archive h1.pagetitle {
      font-size: 42px; } }

.archive h1.pagetitle.no-margin-bottom {
  margin-bottom: 0; }

.archive .author-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px; }
  .archive .author-container .author-avatar {
    margin-right: 10px;
    min-width: 55px;
    min-height: 55px; }
    .archive .author-container .author-avatar img {
      float: left; }

.archive .author-description {
  margin: 11px 0 15px 0; }

.archive section {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .archive section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 992px) {
    .archive section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media screen and (min-width: 1200px) {
    .archive section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .archive section.subscribe {
    padding: 40px 0; }
  .archive section.top-posts {
    padding-top: 0; }
  .archive section h2.section-title {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .archive section h2.section-title {
        margin-bottom: 1.5em;
        font-size: 28px; } }
    @media screen and (min-width: 992px) {
      .archive section h2.section-title {
        font-size: 32px; } }
    @media screen and (min-width: 1200px) {
      .archive section h2.section-title {
        margin-bottom: 1.8em;
        font-size: 36px; } }
    .archive section h2.section-title a, .archive section h2.section-title.arrow-right:after {
      color: #ad3700; }

.archive #primary {
  padding-top: 0; }

@media screen and (min-width: 768px) {
  .archive #main > .row {
    margin: 0; } }

.archive #main .pagination {
  margin: 0;
  padding: 2em 0;
  border-bottom: 1px solid #a4bcc2; }
  @media screen and (min-width: 768px) {
    .archive #main .pagination {
      padding: 2.5em 0; } }
  @media screen and (min-width: 992px) {
    .archive #main .pagination {
      padding: 3em 0; } }
  @media screen and (min-width: 1200px) {
    .archive #main .pagination {
      padding: 4em 0; } }

.archive .connect {
  padding: 0 0 40px !important; }
  @media screen and (min-width: 768px) {
    .archive .connect {
      padding-bottom: 60px !important; } }
  @media screen and (min-width: 992px) {
    .archive .connect {
      padding-bottom: 80px !important; } }
  @media screen and (min-width: 1200px) {
    .archive .connect {
      margin-top: -20px; } }

/* Category pages
-------------------------------------------------- */
.category .newsroom-articles {
  padding-top: 100px;
  padding-bottom: 100px; }

.category #primary {
  padding-top: 40px; }
  @media screen and (min-width: 768px) {
    .category #primary {
      padding-top: 60px; } }
  @media screen and (min-width: 992px) {
    .category #primary {
      padding-top: 80px; } }
  @media screen and (min-width: 1200px) {
    .category #primary {
      padding-top: 100px; } }

@media screen and (min-width: 992px) {
  .category .top-posts {
    padding-bottom: 60px; } }

@media screen and (min-width: 1200px) {
  .category .top-posts {
    padding-bottom: 80px; } }

.category .featured-post {
  padding-right: 0;
  padding-left: 0; }
  @media screen and (max-width: 767px) {
    .category .featured-post {
      padding-left: 0; } }
  .category .featured-post .post {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 768px) {
      .category .featured-post .post {
        height: 300px; } }
    @media screen and (min-width: 992px) {
      .category .featured-post .post {
        height: 441px; } }
    @media screen and (min-width: 1200px) {
      .category .featured-post .post {
        height: 579px; } }
    .category .featured-post .post a {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    @media screen and (min-width: 768px) {
      .category .featured-post .post .text {
        padding: 80px 40px 40px; } }
    @media screen and (min-width: 992px) {
      .category .featured-post .post .text {
        padding: 80px 20px 20px; } }
    @media screen and (min-width: 1200px) {
      .category .featured-post .post .text {
        padding: 120px 60px 60px; } }
    .category .featured-post .post .text h3 {
      margin: 0 0 0.3em;
      font-size: 18px;
      font-weight: bold;
      color: white; }
      @media screen and (min-width: 768px) {
        .category .featured-post .post .text h3 {
          margin-bottom: 0.75em; } }
      @media screen and (min-width: 992px) {
        .category .featured-post .post .text h3 {
          font-size: 20px;
          font-weight: 900; } }
      @media screen and (min-width: 1200px) {
        .category .featured-post .post .text h3 {
          margin-bottom: 0.9em; } }
    .category .featured-post .post .text .featured-title {
      display: none;
      font-size: 24px; }
      @media screen and (min-width: 768px) {
        .category .featured-post .post .text .featured-title {
          display: block;
          font-size: 28px; } }
      @media screen and (min-width: 992px) {
        .category .featured-post .post .text .featured-title {
          font-size: 32px; } }
      @media screen and (min-width: 1200px) {
        .category .featured-post .post .text .featured-title {
          font-size: 40px; } }
    .category .featured-post .post .text .featured-subtitle {
      display: block;
      margin: 0.5em 0 0;
      font-size: 15px;
      font-weight: normal; }
      @media screen and (min-width: 768px) {
        .category .featured-post .post .text .featured-subtitle {
          margin: 0.5em 0 0;
          font-size: 18px; } }
      @media screen and (min-width: 992px) {
        .category .featured-post .post .text .featured-subtitle {
          margin: 1em 0 0;
          font-size: 21px; } }
    .category .featured-post .post .text .featured-button {
      display: none; }
      @media screen and (min-width: 768px) {
        .category .featured-post .post .text .featured-button {
          display: inline-block; } }
    .category .featured-post .post .text .title,
    .category .featured-post .post .text .date {
      display: block; }
      @media screen and (min-width: 768px) {
        .category .featured-post .post .text .title,
        .category .featured-post .post .text .date {
          display: none; } }

@media screen and (min-width: 768px) {
  .category .trending .post {
    height: 300px; } }

@media screen and (min-width: 992px) {
  .category .trending .post {
    height: 147px; } }

@media screen and (min-width: 1200px) {
  .category .trending .post {
    height: 193px; } }

@media screen and (min-width: 992px) {
  .category .most {
    padding-left: 30px; } }

@media screen and (min-width: 1200px) {
  .category .most {
    padding-left: 45px; } }

.category .most h2 {
  margin: 1.5em 0 0.5em;
  font-size: 21px;
  color: #425563;
  font-weight: bold; }
  @media screen and (min-width: 992px) {
    .category .most h2 {
      margin-top: 1em;
      font-size: 24px; } }

@media screen and (min-width: 992px) {
  .category .most .most-read h2:first-of-type {
    margin-top: 0; } }

@media screen and (min-width: 992px) {
  .category .most .most-read,
  .category .most .most-shared {
    margin-bottom: 1em;
    padding-bottom: 1.7em;
    border-bottom: 1px solid #a4bcc2; } }

@media screen and (min-width: 1200px) {
  .category .most .most-read,
  .category .most .most-shared {
    margin-bottom: 1.5em;
    padding-bottom: 2em; } }

.category .most .post {
  display: table;
  width: 100%; }
  .category .most .post .image {
    display: table-cell;
    position: relative;
    overflow: hidden;
    height: 60px;
    width: 80px; }
    @media screen and (min-width: 768px) {
      .category .most .post .image {
        height: 75px;
        width: 100px; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .category .most .post .image {
        height: 60px;
        width: 80px; } }
    .category .most .post .image .inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #768692;
      background-position: center center;
      background-size: cover;
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s; }
  .category .most .post .info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px; }
    .category .most .post .info h3 {
      margin: 0;
      font-size: 16px;
      font-weight: normal;
      font-style: italic; }
      @media screen and (min-width: 992px) {
        .category .most .post .info h3 {
          line-height: 1.6; } }
      .category .most .post .info h3 a {
        color: #768692;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
  .category .most .post:hover .image .inner {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  .category .most .post:hover h3 a {
    color: #a6093d; }

.category .featured-videos h2 span {
  font-weight: normal;
  /*@media screen and (max-width: 767px) { display: block; }*/ }

/* Single posts
-------------------------------------------------- */
.mobile-active.single #primary .entry-header h1 {
  margin-top: 10px; }

.uchealth-newsroom.single #content {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .uchealth-newsroom.single #content {
      margin-top: 40px; } }
  @media screen and (min-width: 992px) {
    .uchealth-newsroom.single #content {
      margin-top: 60px; } }
  @media screen and (min-width: 1200px) {
    .uchealth-newsroom.single #content {
      margin-top: 80px; } }

.uchealth-newsroom.single #primary .newsroom-section-title {
  display: block;
  font-size: 21px;
  margin: 0px 0px 5px 0px; }

.uchealth-newsroom.single #primary .entry-header {
  padding: 0;
  background: 0; }
  .uchealth-newsroom.single #primary .entry-header:after {
    display: none; }
  .uchealth-newsroom.single #primary .entry-header h1 {
    margin: 0 0 0.4em;
    font-size: 30px;
    font-weight: bold;
    margin-top: 60px; }
    @media screen and (min-width: 992px) {
      .uchealth-newsroom.single #primary .entry-header h1 {
        margin-top: 0;
        font-size: 36px; } }
  .uchealth-newsroom.single #primary .entry-header .news-outlet {
    margin: 0 0 1em;
    padding-bottom: 0.5em;
    font-size: 21px;
    font-weight: bold; }
  .uchealth-newsroom.single #primary .entry-header .subtitle {
    margin: 0 0 0.5em;
    font-size: 1.1em;
    font-style: italic; }
    @media screen and (min-width: 768px) {
      .uchealth-newsroom.single #primary .entry-header .subtitle {
        margin-bottom: 0.6em; } }
    @media screen and (min-width: 992px) {
      .uchealth-newsroom.single #primary .entry-header .subtitle {
        margin-bottom: 0.7em; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom.single #primary .entry-header .subtitle {
        margin-bottom: 1em; } }
  .uchealth-newsroom.single #primary .entry-header .byline {
    margin: 0 0 0.5em;
    font-size: 15px; }
    @media screen and (min-width: 768px) {
      .uchealth-newsroom.single #primary .entry-header .byline {
        display: inline-block; } }
    .uchealth-newsroom.single #primary .entry-header .byline a {
      color: #2e3b44;
      font-weight: 550; }
      .uchealth-newsroom.single #primary .entry-header .byline a:hover {
        color: #a6093d; }
  .uchealth-newsroom.single #primary .entry-header .date {
    margin: 0 0 0.5em;
    font-size: 15px; }
    @media screen and (min-width: 768px) {
      .uchealth-newsroom.single #primary .entry-header .date {
        display: inline-block; } }
    @media screen and (min-width: 768px) {
      .uchealth-newsroom.single #primary .entry-header .date:before {
        display: inline-block;
        content: '';
        margin: 0; } }
  .uchealth-newsroom.single #primary .entry-header .share {
    font-size: 24px; }
    @media screen and (min-width: 768px) {
      .uchealth-newsroom.single #primary .entry-header .share {
        display: inline-block;
        float: right;
        position: relative;
        top: -6px; } }
    @media screen and (min-width: 768px) {
      .uchealth-newsroom.single #primary .entry-header .share:before {
        display: inline-block;
        content: 'Share';
        position: relative;
        top: -0.2em;
        margin-right: 1em;
        font-size: 15px; } }
    .uchealth-newsroom.single #primary .entry-header .share a {
      display: inline-block;
      margin-right: 0.4em; }
  .uchealth-newsroom.single #primary .entry-header .featured-image {
    margin: 1em 0 0;
    height: 180px;
    background-position: center center;
    background-size: cover; }
    @media screen and (min-width: 768px) {
      .uchealth-newsroom.single #primary .entry-header .featured-image {
        height: 320px; } }
    @media screen and (min-width: 992px) {
      .uchealth-newsroom.single #primary .entry-header .featured-image {
        margin-top: 2em; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom.single #primary .entry-header .featured-image {
        height: 380px; } }
  .uchealth-newsroom.single #primary .entry-header .video-wrapper {
    position: relative;
    margin: 1em 0 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
    @media screen and (min-width: 992px) {
      .uchealth-newsroom.single #primary .entry-header .video-wrapper {
        margin-top: 2em; } }
    .uchealth-newsroom.single #primary .entry-header .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@media screen and (min-width: 1200px) {
  .uchealth-newsroom.single #primary .entry-content {
    padding-left: 0px; } }

@media screen and (min-width: 1200px) {
  .uchealth-newsroom.single #primary .entry-content blockquote {
    position: absolute;
    right: -277px;
    width: 232px;
    margin: 0.4em 0 0; } }

.uchealth-newsroom.single #primary .entry-content .tags {
  margin-top: 2em; }
  @media screen and (min-width: 1200px) {
    .uchealth-newsroom.single #primary .entry-content .tags {
      margin-top: 1em; } }

@media screen and (max-width: 600px) {
  .uchealth-newsroom.single #primary .entry-content .alignleft,
  .uchealth-newsroom.single #primary .entry-content .alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto; } }

.uchealth-newsroom.single #primary .entry-content .share {
  font-size: 24px; }
  @media screen and (min-width: 768px) {
    .uchealth-newsroom.single #primary .entry-content .share {
      display: inline-block;
      position: relative;
      top: -6px; } }
  @media screen and (min-width: 768px) {
    .uchealth-newsroom.single #primary .entry-content .share:before {
      display: inline-block;
      content: 'Share';
      position: relative;
      top: -0.2em;
      margin-right: 1em;
      font-size: 15px; } }
  .uchealth-newsroom.single #primary .entry-content .share a {
    display: inline-block;
    margin-right: 0.4em; }

.uchealth-newsroom.single #primary .entry-footer {
  padding-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .uchealth-newsroom.single #primary .entry-footer {
      padding-bottom: 1em; } }
  @media screen and (min-width: 992px) {
    .uchealth-newsroom.single #primary .entry-footer {
      padding-bottom: 1em; } }
  @media screen and (min-width: 1200px) {
    .uchealth-newsroom.single #primary .entry-footer {
      padding-bottom: 1em;
      padding-left: 0px; } }
  .uchealth-newsroom.single #primary .entry-footer section {
    margin-bottom: 3em; }
    @media screen and (min-width: 992px) {
      .uchealth-newsroom.single #primary .entry-footer section {
        margin-bottom: 4em; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom.single #primary .entry-footer section {
        margin-bottom: 6em; } }
    .uchealth-newsroom.single #primary .entry-footer section:last-of-type {
      margin-bottom: 0; }
    .uchealth-newsroom.single #primary .entry-footer section h2 {
      margin: 0 0 1em;
      padding-bottom: 1em;
      font-size: 21px;
      color: #425563;
      font-weight: bold;
      border-bottom: 1px solid #a4bcc2; }
      @media screen and (min-width: 992px) {
        .uchealth-newsroom.single #primary .entry-footer section h2 {
          font-size: 24px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-newsroom.single #primary .entry-footer section h2 {
          font-size: 30px; } }
  .uchealth-newsroom.single #primary .entry-footer .about-the-author > .inner {
    display: table;
    width: 100%; }
  .uchealth-newsroom.single #primary .entry-footer .about-the-author .image {
    display: table-cell;
    width: 55px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) {
      .uchealth-newsroom.single #primary .entry-footer .about-the-author .image {
        width: 65px; } }
    @media screen and (min-width: 992px) {
      .uchealth-newsroom.single #primary .entry-footer .about-the-author .image {
        width: 75px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom.single #primary .entry-footer .about-the-author .image {
        width: 110px;
        padding-right: 30px; } }
    .uchealth-newsroom.single #primary .entry-footer .about-the-author .image .inner {
      display: block;
      width: 40px;
      height: 40px;
      background-position: center center;
      background-size: cover;
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        .uchealth-newsroom.single #primary .entry-footer .about-the-author .image .inner {
          width: 50px;
          height: 50px; } }
      @media screen and (min-width: 992px) {
        .uchealth-newsroom.single #primary .entry-footer .about-the-author .image .inner {
          width: 60px;
          height: 60px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-newsroom.single #primary .entry-footer .about-the-author .image .inner {
          width: 80px;
          height: 80px; } }
  .uchealth-newsroom.single #primary .entry-footer .about-the-author .info {
    display: table-cell;
    vertical-align: top; }
    .uchealth-newsroom.single #primary .entry-footer .about-the-author .info h3 {
      display: inline-block;
      margin: 0 0 0.75em;
      font-size: 16px;
      font-weight: bold; }
      @media screen and (min-width: 768px) {
        .uchealth-newsroom.single #primary .entry-footer .about-the-author .info h3 {
          margin-bottom: 1em; } }
      @media screen and (min-width: 992px) {
        .uchealth-newsroom.single #primary .entry-footer .about-the-author .info h3 {
          margin-top: 0.5em;
          font-size: 18px; } }
      .uchealth-newsroom.single #primary .entry-footer .about-the-author .info h3 a {
        color: #2e3b44;
        text-decoration: underline; }
    .uchealth-newsroom.single #primary .entry-footer .about-the-author .info .social {
      position: relative;
      top: -3px;
      float: right;
      font-size: 21px; }
      @media screen and (min-width: 992px) {
        .uchealth-newsroom.single #primary .entry-footer .about-the-author .info .social {
          top: 0.1em; } }
      @media screen and (min-width: 1200px) {
        .uchealth-newsroom.single #primary .entry-footer .about-the-author .info .social {
          font-size: 24px; } }
      @media screen and (min-width: 768px) {
        .uchealth-newsroom.single #primary .entry-footer .about-the-author .info .social span:after {
          display: inline-block;
          position: relative;
          top: -3px;
          margin-left: 0.6em;
          content: 'email the author';
          font-size: 14px;
          font-style: italic; } }
      .uchealth-newsroom.single #primary .entry-footer .about-the-author .info .social a {
        display: inline-block;
        margin-left: 0.3em; }
    .uchealth-newsroom.single #primary .entry-footer .about-the-author .info .bio {
      font-size: 14px; }
      @media screen and (min-width: 992px) {
        .uchealth-newsroom.single #primary .entry-footer .about-the-author .info .bio {
          font-size: 15px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-newsroom.single #primary .entry-footer .about-the-author .info .bio {
          font-size: 16px; } }
  .uchealth-newsroom.single #primary .entry-footer .related-events .event {
    position: relative;
    padding: 1em 0; }
    @media screen and (min-width: 768px) {
      .uchealth-newsroom.single #primary .entry-footer .related-events .event {
        display: table;
        width: 100%; } }
    .uchealth-newsroom.single #primary .entry-footer .related-events .event .icon {
      position: absolute;
      top: 1em;
      left: 0;
      width: 2em;
      height: 1em;
      color: #a6093d;
      background: url("img/icon-event-50w.png") center center no-repeat;
      background-size: contain; }
      @media screen and (min-width: 768px) {
        .uchealth-newsroom.single #primary .entry-footer .related-events .event .icon {
          display: table-cell;
          vertical-align: middle;
          position: relative;
          top: -1px;
          left: auto;
          width: 2.5em; } }
      @media screen and (min-width: 992px) {
        .uchealth-newsroom.single #primary .entry-footer .related-events .event .icon {
          top: -2px;
          width: 2.5em; } }
    .uchealth-newsroom.single #primary .entry-footer .related-events .event .date {
      position: absolute;
      top: 0.9em;
      left: 2.5em;
      font-style: italic; }
      @media screen and (min-width: 768px) {
        .uchealth-newsroom.single #primary .entry-footer .related-events .event .date {
          display: table-cell;
          vertical-align: middle;
          position: relative;
          top: auto;
          left: auto;
          width: 3.8em;
          padding-left: 0.8em; } }
      @media screen and (min-width: 992px) {
        .uchealth-newsroom.single #primary .entry-footer .related-events .event .date {
          width: 3.7em;
          font-size: 16px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-newsroom.single #primary .entry-footer .related-events .event .date {
          font-weight: bold; } }
    .uchealth-newsroom.single #primary .entry-footer .related-events .event .title {
      padding: 0 0 0 5.2em; }
      @media screen and (min-width: 768px) {
        .uchealth-newsroom.single #primary .entry-footer .related-events .event .title {
          display: table-cell;
          vertical-align: middle;
          padding: 0; } }
      .uchealth-newsroom.single #primary .entry-footer .related-events .event .title h4 {
        margin: 0;
        font-size: 18px; }
        .uchealth-newsroom.single #primary .entry-footer .related-events .event .title h4 a {
          color: #425563; }
    .uchealth-newsroom.single #primary .entry-footer .related-events .event .actions {
      display: none; }
      @media screen and (min-width: 768px) {
        .uchealth-newsroom.single #primary .entry-footer .related-events .event .actions {
          display: table-cell;
          vertical-align: middle;
          text-align: right; } }
    .uchealth-newsroom.single #primary .entry-footer .related-events .event:hover {
      background: #eaf0f1; }

.uchealth-newsroom.single #secondary {
  padding-top: 13px; }
  @media screen and (min-width: 1200px) {
    .uchealth-newsroom.single #secondary {
      padding-left: 45px; } }
  .uchealth-newsroom.single #secondary h2.widget-title {
    font-weight: bold;
    border: 0; }
    .uchealth-newsroom.single #secondary h2.widget-title .current-category {
      font-weight: normal; }
  .uchealth-newsroom.single #secondary .post {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #6B7785; }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom.single #secondary .post {
        margin-bottom: 1.5em;
        padding-bottom: 1.5em; } }
    .uchealth-newsroom.single #secondary .post:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    .uchealth-newsroom.single #secondary .post h3 {
      margin: 0;
      font-size: 16px;
      font-weight: 550;
      font-style: italic; }
      @media screen and (min-width: 992px) {
        .uchealth-newsroom.single #secondary .post h3 {
          line-height: 1.6; } }
      .uchealth-newsroom.single #secondary .post h3 a {
        color: #6B7785; }
    .uchealth-newsroom.single #secondary .post.current h3 {
      font-weight: bold; }

.uchealth-newsroom.single .related-posts {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #eaf0f1; }
  @media screen and (min-width: 768px) {
    .uchealth-newsroom.single .related-posts {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 992px) {
    .uchealth-newsroom.single .related-posts {
      margin-top: 40px;
      padding-top: 80px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .uchealth-newsroom.single .related-posts {
      margin-top: 60px;
      padding-top: 100px;
      padding-bottom: 100px; } }
  .uchealth-newsroom.single .related-posts h2 {
    margin: 0 0 1em;
    font-size: 21px;
    color: #425563;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .uchealth-newsroom.single .related-posts h2 {
        margin-bottom: 1.5em; } }
    @media screen and (min-width: 992px) {
      .uchealth-newsroom.single .related-posts h2 {
        font-size: 24px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-newsroom.single .related-posts h2 {
        margin-bottom: 1.8em;
        font-size: 30px; } }
  @media screen and (min-width: 768px) {
    .uchealth-newsroom.single .related-posts .post {
      height: 200px; } }
  @media screen and (min-width: 992px) {
    .uchealth-newsroom.single .related-posts .post {
      height: 240px; } }
  @media screen and (min-width: 1200px) {
    .uchealth-newsroom.single .related-posts .post {
      height: 280px; } }
  @media screen and (min-width: 768px) {
    .uchealth-newsroom.single .related-posts .post .bg {
      left: 15px;
      right: 15px; } }
  @media screen and (min-width: 768px) {
    .uchealth-newsroom.single .related-posts .post a {
      left: 15px;
      right: 15px; } }

.uchealth-newsroom.single.no-page-banner .banner-divider {
  display: none; }
  @media screen and (max-width: 767px) {
    .uchealth-newsroom.single.no-page-banner .banner-divider {
      display: none; } }

.uchealth-newsroom #blog-header #menu-blog-main-navigation > li.blog-nav-search > a {
  padding: 0.4em 0em;
  color: transparent;
  background-image: url(/wp-content/themes/uchealth/img/searchIcon_smWhite.png);
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position-x: 12px;
  background-position-y: 0px;
  background-size: 24px 15px; }

.uchealth-newsroom #fourBlock .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0; }
  .uchealth-newsroom #fourBlock .container .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    .uchealth-newsroom #fourBlock .container .top .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; }
      .uchealth-newsroom #fourBlock .container .top .inner a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        .uchealth-newsroom #fourBlock .container .top .inner a .box-container {
          background-color: #e8e8e8;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 100%;
          padding: 25px;
          -ms-flex-line-pack: baseline;
              align-content: baseline; }
          .uchealth-newsroom #fourBlock .container .top .inner a .box-container h3 {
            font-size: 20px;
            margin: 0 0 10px 0;
            color: #000000;
            font-weight: bold; }
        .uchealth-newsroom #fourBlock .container .top .inner a:hover {
          color: #fe5000; }
          .uchealth-newsroom #fourBlock .container .top .inner a:hover .box-container h3 {
            color: #fe5000; }
    @media screen and (max-width: 992px) {
      .uchealth-newsroom #fourBlock .container .top {
        display: block; } }

/* Blog
-------------------------------------------------- */
.uchealth-today {
  font-family: 'Avenir', arial, sans-serif; }
  .uchealth-today #masthead {
    top: 0; }
  .uchealth-today #logo:after {
    display: none;
    content: ' ';
    position: absolute;
    top: 0.5em;
    left: 105%;
    font-size: 24px;
    color: white;
    line-height: 1;
    font-weight: 300; }
    @media screen and (min-width: 992px) {
      .uchealth-today #logo:after {
        top: 0.4em;
        font-size: 32px;
        color: #a6093d; } }
  .uchealth-today #blog-header {
    display: none;
    padding: 1em 0;
    line-height: 1;
    color: white;
    background: #a6093d; }
    @media screen and (min-width: 992px) {
      .uchealth-today #blog-header {
        display: block; } }
    @media screen and (min-width: 1200px) {
      .uchealth-today #blog-header {
        padding: 1.3em 0; } }
    .uchealth-today #blog-header .description {
      display: inline-block;
      float: left;
      margin-top: 0;
      font-size: 26px;
      margin-bottom: 0px; }
      @media screen and (min-width: 1200px) {
        .uchealth-today #blog-header .description {
          font-size: 26px; } }
      .uchealth-today #blog-header .description a {
        color: white; }
    .uchealth-today #blog-header nav {
      display: inline-block;
      float: right; }
    .uchealth-today #blog-header #menu-blog-main-navigation-1 {
      margin: 0;
      padding: 0; }
      .uchealth-today #blog-header #menu-blog-main-navigation-1 > li {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: 600; }
        .uchealth-today #blog-header #menu-blog-main-navigation-1 > li > a {
          display: block;
          position: relative;
          padding: 0.2em 0.6em;
          color: white;
          border-left: 1px solid #ad3700; }
          @media screen and (min-width: 1200px) {
            .uchealth-today #blog-header #menu-blog-main-navigation-1 > li > a {
              padding: 0.4em 0.8em; } }
          .uchealth-today #blog-header #menu-blog-main-navigation-1 > li > a:hover {
            text-decoration: none; }
        .uchealth-today #blog-header #menu-blog-main-navigation-1 > li:first-of-type a {
          border: 0; }
        .uchealth-today #blog-header #menu-blog-main-navigation-1 > li.current-menu-item > a:after,
        .uchealth-today #blog-header #menu-blog-main-navigation-1 > li.current-menu-parent > a:after,
        .uchealth-today #blog-header #menu-blog-main-navigation-1 > li:hover > a:after {
          display: block;
          content: '';
          position: absolute;
          bottom: -22px;
          left: 50%;
          width: 0;
          height: 0;
          margin-left: -12px;
          border-style: solid;
          border-width: 0 12px 8px;
          border-color: transparent transparent white; }
        .uchealth-today #blog-header #menu-blog-main-navigation-1 > li.blog-nav-search a {
          cursor: pointer; }
          @media screen and (min-width: 1200px) {
            .uchealth-today #blog-header #menu-blog-main-navigation-1 > li.blog-nav-search a:before {
              display: inline-block; } }
  .uchealth-today .pushy #menu-mobile-menu-2 #menu-item-59 {
    display: none; }
  .uchealth-today .pushy #menu-blog-main-navigation {
    margin: 0 0 15px;
    padding: 0 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    list-style: none; }
    .uchealth-today .pushy #menu-blog-main-navigation li {
      display: inline-block;
      width: 49%;
      margin: 0;
      padding: 0;
      font-size: 0.9em; }
      .uchealth-today .pushy #menu-blog-main-navigation li a {
        padding: 0 15px 10px; }
      .uchealth-today .pushy #menu-blog-main-navigation li.blog-nav-search {
        display: none; }
  .uchealth-today section.subscribe {
    margin-top: 0;
    background: none; }
    @media screen and (min-width: 1200px) {
      .uchealth-today section.subscribe {
        margin-top: 0.5em; } }
    .uchealth-today section.subscribe .blog-title {
      padding-left: 35px;
      color: #a6093d;
      font-size: 40px; }
    .uchealth-today section.subscribe p {
      color: #2e3b44;
      text-align: center; }
      @media screen and (min-width: 1200px) {
        .uchealth-today section.subscribe p {
          font-size: 18px; } }
      .uchealth-today section.subscribe p a {
        color: #2e3b44; }
    .uchealth-today section.subscribe #subscribeform {
      margin-top: 0; }
      @media screen and (min-width: 768px) {
        .uchealth-today section.subscribe #subscribeform {
          margin-top: 0.25em; } }
      @media screen and (min-width: 992px) {
        .uchealth-today section.subscribe #subscribeform {
          margin-top: 0.35em; } }
      @media screen and (min-width: 1200px) {
        .uchealth-today section.subscribe #subscribeform {
          margin-top: -0.25em; } }
  .uchealth-today .featured-videos {
    background: #eaf0f1; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .uchealth-today .featured-videos .post.video {
        margin-bottom: 30px; } }
    @media screen and (min-width: 992px) {
      .uchealth-today .featured-videos .post.video {
        height: 212px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-today .featured-videos .post.video {
        height: 262px; } }
    .uchealth-today .featured-videos .post.video .bg {
      left: 15px;
      right: 15px; }
    .uchealth-today .featured-videos .post.video a {
      left: 15px;
      right: 15px;
      background: rgba(0, 0, 0, 0.6); }
      .uchealth-today .featured-videos .post.video a .text {
        background: 0; }
        @media screen and (min-width: 992px) {
          .uchealth-today .featured-videos .post.video a .text h3 {
            font-size: 18px; } }
      .uchealth-today .featured-videos .post.video a:after {
        position: absolute;
        display: block;
        width: 100%;
        top: 25%;
        content: '';
        font-family: Fontawesome;
        font-size: 48px;
        text-align: center;
        color: white; }
        @media screen and (min-width: 768px) {
          .uchealth-today .featured-videos .post.video a:after {
            top: 30%; } }
        @media screen and (min-width: 992px) {
          .uchealth-today .featured-videos .post.video a:after {
            top: 25%; } }
    .uchealth-today .featured-videos .post h3 {
      margin-bottom: 0; }
  .uchealth-today .connect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.5em 0 !important;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .uchealth-today .connect {
        padding: 2em 0 !important; } }
    @media screen and (min-width: 1200px) {
      .uchealth-today .connect {
        padding: 2.5em 0 0 !important; } }
    @media screen and (max-width: 768px) {
      .uchealth-today .connect {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left; } }
    .uchealth-today .connect h2 {
      display: inline-block;
      position: relative;
      top: -0.1em;
      margin: 0 0.5em 0 0;
      font-size: 21px;
      line-height: 1;
      color: #425563;
      font-weight: bold; }
      @media screen and (min-width: 768px) {
        .uchealth-today .connect h2 {
          top: -0.25em; } }
      @media screen and (min-width: 992px) {
        .uchealth-today .connect h2 {
          top: -0.3em;
          font-size: 24px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-today .connect h2 {
          top: -0.5em; } }
    .uchealth-today .connect .social-links {
      display: inline-block;
      font-size: 30px;
      line-height: 1; }
      @media screen and (min-width: 768px) {
        .uchealth-today .connect .social-links {
          font-size: 36px; } }
      @media screen and (min-width: 992px) {
        .uchealth-today .connect .social-links {
          font-size: 42px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-today .connect .social-links {
          font-size: 60px; } }
      .uchealth-today .connect .social-links .link {
        display: inline-block;
        margin-left: 0.2em;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        margin: 8px 6px 0px 0px !important; }
        .uchealth-today .connect .social-links .link .fa-youtube-play {
          background-color: #ff0000;
          font-size: 22px;
          padding: 4px;
          border-radius: 6px;
          vertical-align: top;
          margin-top: 2px;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .uchealth-today .connect .social-links .link .fa-youtube-play:hover {
            background-color: #990000;
            color: #fff; }
        @media screen and (min-width: 768px) {
          .uchealth-today .connect .social-links .link {
            margin-left: 0.5em; } }
        @media screen and (min-width: 1200px) {
          .uchealth-today .connect .social-links .link {
            margin-left: 0.4em; } }
        .uchealth-today .connect .social-links .link .fa, .uchealth-today .connect .social-links .link .page-template-page-locations .list-view .location .info .description .phone-fax > div:before, .page-template-page-locations .list-view .location .info .description .uchealth-today .connect .social-links .link .phone-fax > div:before, .uchealth-today .connect .social-links .link .page-template-page-front-door .list-view .location .info .description .phone-fax > div:before, .page-template-page-front-door .list-view .location .info .description .uchealth-today .connect .social-links .link .phone-fax > div:before, .uchealth-today .connect .social-links .link .page-template-page-doctors .list-view .doctor .info .tel:before, .page-template-page-doctors .list-view .doctor .info .uchealth-today .connect .social-links .link .tel:before, .uchealth-today .connect .social-links .link .page-template-page-front-door .list-view .doctor .info .tel:before, .page-template-page-front-door .list-view .doctor .info .uchealth-today .connect .social-links .link .tel:before, .uchealth-today .connect .social-links .link .page-template-provider #locations .location .info .description .phone-fax > div:before, .page-template-provider #locations .location .info .description .uchealth-today .connect .social-links .link .phone-fax > div:before, .uchealth-today .connect .social-links .link body #servicelines .appointment-mod .appt-item .info .tel:before, body #servicelines .appointment-mod .appt-item .info .uchealth-today .connect .social-links .link .tel:before, .uchealth-today .connect .social-links .link body #servicelines .appointment-mod .appt-item .info .fax:before, body #servicelines .appointment-mod .appt-item .info .uchealth-today .connect .social-links .link .fax:before, .uchealth-today .connect .social-links .link body.page-template-page-homepage-2020 .list-view .location .info .description .phone-fax > div:before, body.page-template-page-homepage-2020 .list-view .location .info .description .uchealth-today .connect .social-links .link .phone-fax > div:before {
          line-height: 1; }
  .uchealth-today section.social-share-newsletter {
    padding: 0 !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 15px; }
  .uchealth-today .about-link {
    font-size: 24px; }
    @media screen and (min-width: 992px) {
      .uchealth-today .about-link {
        font-size: 16px;
        margin-top: 3rem; } }
  .uchealth-today .social-share-newsletter .social-links-container {
    text-align: left;
    margin-bottom: 25px;
    padding: 0;
    width: 253px; }
  @media screen and (max-width: 768px) {
    .uchealth-today .social-share-newsletter .social-links-container {
      padding: 0;
      width: 100%; } }
  .uchealth-today .social-share-newsletter .social-links-container .social-title {
    font-size: 18px !important;
    margin-bottom: 0em !important;
    margin-top: 0em !important;
    font-weight: 600;
    color: #425563;
    top: 0em !important; }
  @media screen and (max-width: 767px) {
    .uchealth-today .social-share-newsletter .social-links-container .social-title {
      vertical-align: middle;
      display: inline-block;
      margin-right: 12px !important; } }
  .uchealth-today .social-share-newsletter .social-links-container .social-links {
    font-size: 35px; }
  @media screen and (max-width: 767px) {
    .uchealth-today .social-share-newsletter .social-links-container .social-links {
      vertical-align: middle;
      display: inline-block;
      margin-right: 12px !important; } }
  .uchealth-today .social-share-newsletter .connect .social-links-container .social-links .link {
    margin: 8px 14px 0px 0px; }
  .uchealth-today .social-share-newsletter .newsletter-container {
    margin-bottom: 25px; }
  .uchealth-today .social-share-newsletter .newsletter-container, .uchealth-today .social-share-newsletter .newsletter-container .col-xs-12, .uchealth-today .social-share-newsletter .newsletter-container {
    padding: 0;
    text-align: left; }
  @media screen and (max-width: 767px) {
    .uchealth-today .social-share-newsletter .newsletter-container, .uchealth-today .social-share-newsletter .newsletter-container {
      margin-bottom: 10px; } }
  .uchealth-today .social-share-newsletter .newsletter-container p {
    margin: 0 0 10px; }
  @media screen and (max-width: 767px) {
    .uchealth-today .social-share-newsletter .newsletter-container p {
      margin: 0; } }
  .uchealth-today .social-share-newsletter .newsletter-container form .input-group button {
    background-image: url("img/icon-envelope-grey-darkest.png"); }
  .uchealth-today .social-share-newsletter .newsletter-container form .input-group.search-subscribe button {
    height: 28px; }
  .uchealth-today .social-share-newsletter .newsletter-container form .input-group.search-subscribe input {
    font-size: 14px;
    height: 28px; }
  .uchealth-today .social-share-newsletter .newsletter-container form .input-group.search-subscribe ::-webkit-input-placeholder {
    padding-top: 0px;
    font-size: 14px; }
  .uchealth-today .social-share-newsletter .newsletter-container form .input-group.search-subscribe :-ms-input-placeholder {
    padding-top: 0px;
    font-size: 14px; }
  .uchealth-today .social-share-newsletter .newsletter-container form .input-group.search-subscribe ::-moz-placeholder {
    padding-top: 0px;
    font-size: 14px; }
  .uchealth-today .social-share-newsletter .newsletter-container form .input-group.search-subscribe ::-ms-input-placeholder {
    padding-top: 0px;
    font-size: 14px; }
  .uchealth-today .social-share-newsletter .newsletter-container form .input-group.search-subscribe ::placeholder {
    padding-top: 0px;
    font-size: 14px; }
  .uchealth-today .clinical-trials {
    background: #eaf0f1;
    margin-bottom: -20vw;
    padding-bottom: 20vw; }
    @media screen and (min-width: 768px) {
      .uchealth-today .clinical-trials {
        margin-bottom: -25vw;
        padding-bottom: 28vw; } }
  .uchealth-today .section-banner {
    color: white;
    display: block;
    text-decoration: none; }
    .uchealth-today .section-banner p {
      margin: 0; }

/* Blog home
-------------------------------------------------- */
.uchealth-today.home section {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .uchealth-today.home section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 992px) {
    .uchealth-today.home section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media screen and (min-width: 1200px) {
    .uchealth-today.home section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .uchealth-today.home section.subscribe {
    padding: 40px 0; }
  .uchealth-today.home section .section-title {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .uchealth-today.home section .section-title {
        margin-bottom: 1.5em;
        font-size: 28px; } }
    @media screen and (min-width: 992px) {
      .uchealth-today.home section .section-title {
        font-size: 32px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-today.home section .section-title {
        margin-bottom: 1.8em;
        font-size: 36px; } }
    .uchealth-today.home section .section-title a, .uchealth-today.home section .section-title.arrow-right:after {
      color: #ad3700; }
  .uchealth-today.home section h2:not(.section-title) {
    margin: 1.5em 0 0.5em;
    font-size: 21px;
    color: #425563;
    font-weight: bold; }
    @media screen and (min-width: 992px) {
      .uchealth-today.home section h2:not(.section-title) {
        font-size: 24px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-today.home section h2:not(.section-title) {
        margin-top: 0.5em;
        font-size: 30px; } }

.uchealth-today.home .top-posts {
  padding: 0;
  margin-top: 0px;
  overflow: hidden; }
  .uchealth-today.home .top-posts .featured-post {
    padding-right: 0; }
    @media screen and (max-width: 767px) {
      .uchealth-today.home .top-posts .featured-post {
        padding-left: 0; } }
    @media screen and (min-width: 992px) {
      .uchealth-today.home .top-posts .featured-post {
        position: relative; } }
    .uchealth-today.home .top-posts .featured-post h2 {
      display: block;
      position: absolute;
      top: 0;
      left: 35px;
      color: white;
      z-index: 10; }
      @media screen and (min-width: 1200px) {
        .uchealth-today.home .top-posts .featured-post h2 {
          left: 75px; } }
    .uchealth-today.home .top-posts .featured-post .blog-title {
      margin-top: 0.5rem;
      font-size: 21px;
      top: 8px;
      left: 35px;
      color: #ffffff;
      z-index: 10;
      font-weight: bold;
      text-shadow: 1px 1px 10px black;
      position: absolute; }
      @media screen and (min-width: 768px) {
        .uchealth-today.home .top-posts .featured-post .blog-title {
          left: 55px; } }
    .uchealth-today.home .top-posts .featured-post .blog-header {
      color: transparent;
      margin-top: 0.5em;
      font-size: 30px;
      margin-bottom: 1em; }
      @media screen and (min-width: 992px) {
        .uchealth-today.home .top-posts .featured-post .blog-header {
          font-size: 30px;
          margin: 0.5em 0 0.5em;
          font-weight: bold;
          text-shadow: 1px 1px 10px black;
          color: white;
          z-index: 10;
          display: block;
          position: absolute;
          top: 0; } }
      @media screen and (min-width: 1200px) {
        .uchealth-today.home .top-posts .featured-post .blog-header {
          left: 75px; } }
    .uchealth-today.home .top-posts .featured-post h3.blog-title {
      position: absolute;
      z-index: 1;
      color: #ffffff;
      font-size: 21px;
      font-weight: 700;
      text-shadow: 1px 1px 10px #000000;
      left: 30px; }
      @media screen and (min-width: 768px) {
        .uchealth-today.home .top-posts .featured-post h3.blog-title {
          left: 55px; } }
    .uchealth-today.home .top-posts .featured-post .post {
      padding-left: 0;
      padding-right: 0; }
      @media screen and (min-width: 768px) {
        .uchealth-today.home .top-posts .featured-post .post {
          height: 300px; } }
      @media screen and (min-width: 992px) {
        .uchealth-today.home .top-posts .featured-post .post {
          height: 360px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-today.home .top-posts .featured-post .post {
          height: 579px; } }
      .uchealth-today.home .top-posts .featured-post .post a {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      @media screen and (max-width: 767px) {
        .uchealth-today.home .top-posts .featured-post .post .text {
          left: 15px;
          right: 15px; } }
      @media screen and (min-width: 768px) {
        .uchealth-today.home .top-posts .featured-post .post .text {
          padding: 80px 40px 40px; } }
      @media screen and (min-width: 992px) {
        .uchealth-today.home .top-posts .featured-post .post .text {
          padding: 80px 20px 20px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-today.home .top-posts .featured-post .post .text {
          padding: 120px 60px 60px; } }
      .uchealth-today.home .top-posts .featured-post .post .text h3 {
        margin: 0 0 0.3em;
        font-size: 18px;
        font-weight: bold;
        color: white; }
        @media screen and (min-width: 768px) {
          .uchealth-today.home .top-posts .featured-post .post .text h3 {
            margin-bottom: 0.75em; } }
        @media screen and (min-width: 992px) {
          .uchealth-today.home .top-posts .featured-post .post .text h3 {
            font-size: 20px;
            font-weight: 900; } }
        @media screen and (min-width: 1200px) {
          .uchealth-today.home .top-posts .featured-post .post .text h3 {
            margin-bottom: 0.9em; } }
      .uchealth-today.home .top-posts .featured-post .post .text .featured-title {
        display: none;
        font-size: 24px; }
        @media screen and (min-width: 768px) {
          .uchealth-today.home .top-posts .featured-post .post .text .featured-title {
            display: block;
            font-size: 28px; } }
        @media screen and (min-width: 992px) {
          .uchealth-today.home .top-posts .featured-post .post .text .featured-title {
            font-size: 32px; } }
        @media screen and (min-width: 1200px) {
          .uchealth-today.home .top-posts .featured-post .post .text .featured-title {
            font-size: 40px; } }
      .uchealth-today.home .top-posts .featured-post .post .text .featured-subtitle {
        display: block;
        margin: 0.5em 0 0;
        font-size: 15px;
        font-weight: normal; }
        @media screen and (min-width: 768px) {
          .uchealth-today.home .top-posts .featured-post .post .text .featured-subtitle {
            margin: 0.5em 0 0;
            font-size: 18px; } }
        @media screen and (min-width: 992px) {
          .uchealth-today.home .top-posts .featured-post .post .text .featured-subtitle {
            margin: 1em 0 0;
            font-size: 21px; } }
      .uchealth-today.home .top-posts .featured-post .post .text .featured-button {
        display: none; }
        @media screen and (min-width: 768px) {
          .uchealth-today.home .top-posts .featured-post .post .text .featured-button {
            display: inline-block; } }
      .uchealth-today.home .top-posts .featured-post .post .text .title,
      .uchealth-today.home .top-posts .featured-post .post .text .date {
        display: block; }
        @media screen and (min-width: 768px) {
          .uchealth-today.home .top-posts .featured-post .post .text .title,
          .uchealth-today.home .top-posts .featured-post .post .text .date {
            display: none; } }
  .uchealth-today.home .top-posts .latest {
    padding-left: 30px; }
    @media screen and (max-width: 767px) {
      .uchealth-today.home .top-posts .latest {
        padding-right: 30px; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .uchealth-today.home .top-posts .latest {
        padding-right: 0; } }
    @media screen and (min-width: 1200px) {
      .uchealth-today.home .top-posts .latest {
        padding-left: 40px; } }
    @media screen and (min-width: 1400px) {
      .uchealth-today.home .top-posts .latest {
        padding-left: 50px;
        padding-right: 25px; } }
    .uchealth-today.home .top-posts .latest h2 {
      margin-bottom: 1em; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .uchealth-today.home .top-posts .latest h2 {
          margin-top: 1em; } }
    .uchealth-today.home .top-posts .latest .post {
      margin-bottom: 1em;
      padding-bottom: 1em;
      border-bottom: 1px solid #6B7785; }
      @media screen and (min-width: 1200px) {
        .uchealth-today.home .top-posts .latest .post {
          margin-bottom: 2em;
          padding-bottom: 2em; } }
      @media screen and (min-width: 1400px) {
        .uchealth-today.home .top-posts .latest .post {
          margin-bottom: 2.4em;
          padding-bottom: 2.4em; } }
      .uchealth-today.home .top-posts .latest .post:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0; }
      .uchealth-today.home .top-posts .latest .post h3 {
        margin: 0;
        font-size: 16px;
        font-weight: normal;
        font-style: italic; }
        @media screen and (min-width: 992px) {
          .uchealth-today.home .top-posts .latest .post h3 {
            line-height: 1.6; } }
        .uchealth-today.home .top-posts .latest .post h3 a {
          color: #6B7785;
          font-weight: 550; }
  .uchealth-today.home .top-posts .trending {
    position: relative;
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (min-width: 768px) {
      .uchealth-today.home .top-posts .trending {
        margin-top: 2em; } }
    @media screen and (min-width: 1200px) {
      .uchealth-today.home .top-posts .trending {
        margin-top: 0;
        padding-left: 15px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .uchealth-today.home .top-posts .trending h2 {
        margin-top: 0; } }
    @media screen and (min-width: 1200px) {
      .uchealth-today.home .top-posts .trending h2 {
        position: absolute;
        top: 0;
        left: 25px;
        color: white;
        z-index: 10; } }
    @media screen and (min-width: 992px) {
      .uchealth-today.home .top-posts .trending .post {
        height: 200px; } }
    @media screen and (min-width: 1200px) {
      .uchealth-today.home .top-posts .trending .post {
        height: 193px; } }
    .uchealth-today.home .top-posts .trending .post:first-of-type {
      /*.text {
            @media screen and (min-width: 1200px) { background: 0; }
          }*/ }
      @media screen and (min-width: 1200px) {
        .uchealth-today.home .top-posts .trending .post:first-of-type a {
          background: rgba(0, 0, 0, 0.3);
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); } }

.uchealth-today.home .section-banner-section {
  padding-bottom: 0;
  background: #eaf0f1; }
  @media screen and (min-width: 768px) {
    .uchealth-today.home .section-banner-section {
      padding-top: 0; } }

.uchealth-today.home .featured-videos ~ .section-banner-section .featured-videos {
  padding-bottom: 50px; }

.uchealth-today.home .section-banner-section + .category-posts {
  padding-top: 50px; }

.uchealth-today.home .category-posts {
  background: #eaf0f1; }
  @media screen and (min-width: 768px) {
    .uchealth-today.home .category-posts:nth-of-type(even) {
      background: #eaf0f1; } }
  .uchealth-today.home .category-posts:nth-of-type(odd) {
    background-color: white; }
    @media screen and (min-width: 768px) {
      .uchealth-today.home .category-posts:nth-of-type(odd) {
        background: white; } }
  @media screen and (max-width: 768px) {
    .uchealth-today.home .category-posts:first-of-type {
      background: #eaf0f1; } }
  .uchealth-today.home .category-posts .category-title {
    display: block;
    color: #2e3b44; }
    @media screen and (min-width: 992px) {
      .uchealth-today.home .category-posts .category-title.category-5 .inner {
        background: #a6093d; }
      .uchealth-today.home .category-posts .category-title.category-6 .inner {
        background: #d6001c; }
      .uchealth-today.home .category-posts .category-title.category-7 .inner {
        background: #ad3700; }
      .uchealth-today.home .category-posts .category-title.category-8 .inner {
        background: #ffa300; }
      .uchealth-today.home .category-posts .category-title.category-9 .inner {
        background: #ffe822; }
      .uchealth-today.home .category-posts .category-title.category-8 .inner,
      .uchealth-today.home .category-posts .category-title.category-8 .inner h2,
      .uchealth-today.home .category-posts .category-title.category-9 .inner,
      .uchealth-today.home .category-posts .category-title.category-9 .inner h2 {
        color: #2e3b44; } }
    @media screen and (min-width: 992px) {
      .uchealth-today.home .category-posts .category-title:hover {
        text-decoration: none; } }
    .uchealth-today.home .category-posts .category-title .inner {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 992px) {
        .uchealth-today.home .category-posts .category-title .inner {
          height: 484px;
          padding: 60px 30px;
          color: white;
          background: #768692;
          border-radius: 4px; } }
      @media screen and (min-width: 1200px) {
        .uchealth-today.home .category-posts .category-title .inner {
          height: 584px;
          padding: 90px 30px; } }
      .uchealth-today.home .category-posts .category-title .inner h2 {
        margin-top: 0;
        color: #a6093d;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (min-width: 992px) {
          .uchealth-today.home .category-posts .category-title .inner h2 {
            margin-bottom: 1em;
            font-size: 24px;
            color: white; } }
        @media screen and (min-width: 1200px) {
          .uchealth-today.home .category-posts .category-title .inner h2 {
            margin-bottom: 0.75em;
            font-size: 36px; } }
      .uchealth-today.home .category-posts .category-title .inner .category-description {
        margin-bottom: 1.5em;
        font-style: italic; }
        @media screen and (min-width: 1200px) {
          .uchealth-today.home .category-posts .category-title .inner .category-description {
            font-size: 21px;
            line-height: 1.4; } }
    @media screen and (min-width: 992px) {
      .uchealth-today.home .category-posts .category-title:hover .inner {
        color: white;
        background: #a6093d; } }
    @media screen and (min-width: 992px) {
      .uchealth-today.home .category-posts .category-title:hover .inner h2 {
        color: white; } }
  @media screen and (min-width: 768px) {
    .uchealth-today.home .category-posts .posts {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .uchealth-today.home .category-posts .post {
      display: none; } }
  @media screen and (min-width: 992px) {
    .uchealth-today.home .category-posts .post {
      height: 242px; } }
  @media screen and (min-width: 1200px) {
    .uchealth-today.home .category-posts .post {
      height: 292px; } }
  @media screen and (max-width: 767px) {
    .uchealth-today.home .category-posts .post:nth-of-type(-n+3) {
      display: block; } }

.uchealth-today.home .clinical-trials {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .uchealth-today.home .clinical-trials {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 992px) {
    .uchealth-today.home .clinical-trials {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media screen and (min-width: 1200px) {
    .uchealth-today.home .clinical-trials {
      padding-top: 100px;
      padding-bottom: 100px; } }

.uchealth-today.home .social-feeds {
  background: #eaf0f1; }
  .uchealth-today.home .social-feeds h3 {
    margin-top: 0;
    font-size: 21px;
    font-weight: bold;
    color: #2e3b44; }
    @media screen and (min-width: 992px) {
      .uchealth-today.home .social-feeds h3 {
        margin-bottom: 1em;
        font-size: 24px; } }
  .uchealth-today.home .social-feeds .social-holder {
    width: 100%;
    height: 350px;
    margin-bottom: 3em;
    border: 2px solid #a4bcc2;
    overflow-y: hidden; }
    @media screen and (min-width: 768px) {
      .uchealth-today.home .social-feeds .social-holder {
        height: 430px; } }
    @media screen and (min-width: 992px) {
      .uchealth-today.home .social-feeds .social-holder {
        height: 340px;
        margin-bottom: 0; } }
    @media screen and (min-width: 1200px) {
      .uchealth-today.home .social-feeds .social-holder {
        height: 360px; } }
  @media screen and (max-width: 767px) {
    .uchealth-today.home .social-feeds .google-plus .social-holder {
      height: 450px; } }

/* Archive pages
-------------------------------------------------- */
.archive #wrap #main {
  margin-bottom: 0; }

.archive h1.pagetitle {
  margin: 1.2em 0;
  font-size: 30px;
  font-weight: bold;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .archive h1.pagetitle {
      margin: 1.5em 0; } }
  @media screen and (min-width: 992px) {
    .archive h1.pagetitle {
      margin: 1.4em 0;
      font-size: 36px; } }
  @media screen and (min-width: 1200px) {
    .archive h1.pagetitle {
      font-size: 42px; } }

.archive h1.pagetitle.no-margin-bottom {
  margin-bottom: 0; }

.archive .author-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px; }
  .archive .author-container .author-avatar {
    margin-right: 10px;
    min-width: 55px;
    min-height: 55px; }
    .archive .author-container .author-avatar img {
      float: left; }

.archive .author-description {
  margin: 11px 0 15px 0; }

.archive section {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .archive section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 992px) {
    .archive section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media screen and (min-width: 1200px) {
    .archive section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .archive section.subscribe {
    padding: 40px 0; }
  .archive section.top-posts {
    padding-top: 0; }
  .archive section h2.section-title {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .archive section h2.section-title {
        margin-bottom: 1.5em;
        font-size: 28px; } }
    @media screen and (min-width: 992px) {
      .archive section h2.section-title {
        font-size: 32px; } }
    @media screen and (min-width: 1200px) {
      .archive section h2.section-title {
        margin-bottom: 1.8em;
        font-size: 36px; } }
    .archive section h2.section-title a, .archive section h2.section-title.arrow-right:after {
      color: #ad3700; }

.archive #primary {
  padding-top: 0; }

@media screen and (min-width: 768px) {
  .archive #main > .row {
    margin: 0; } }

.archive #main .pagination {
  margin: 0;
  padding: 2em 0;
  border-bottom: 1px solid #a4bcc2; }
  @media screen and (min-width: 768px) {
    .archive #main .pagination {
      padding: 2.5em 0; } }
  @media screen and (min-width: 992px) {
    .archive #main .pagination {
      padding: 3em 0; } }
  @media screen and (min-width: 1200px) {
    .archive #main .pagination {
      padding: 4em 0; } }

.archive .connect {
  padding: 0 0 40px !important; }
  @media screen and (min-width: 768px) {
    .archive .connect {
      padding-bottom: 60px !important; } }
  @media screen and (min-width: 992px) {
    .archive .connect {
      padding-bottom: 80px !important; } }
  @media screen and (min-width: 1200px) {
    .archive .connect {
      margin-top: -20px; } }

/* Category pages
-------------------------------------------------- */
.category #primary {
  padding-top: 40px; }
  @media screen and (min-width: 768px) {
    .category #primary {
      padding-top: 60px; } }
  @media screen and (min-width: 992px) {
    .category #primary {
      padding-top: 80px; } }
  @media screen and (min-width: 1200px) {
    .category #primary {
      padding-top: 100px; } }

@media screen and (min-width: 992px) {
  .category .top-posts {
    padding-bottom: 60px; } }

@media screen and (min-width: 1200px) {
  .category .top-posts {
    padding-bottom: 80px; } }

.category .featured-post {
  padding-right: 0;
  padding-left: 0; }
  @media screen and (max-width: 767px) {
    .category .featured-post {
      padding-left: 0; } }
  .category .featured-post .post {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 768px) {
      .category .featured-post .post {
        height: 300px; } }
    @media screen and (min-width: 992px) {
      .category .featured-post .post {
        height: 441px; } }
    @media screen and (min-width: 1200px) {
      .category .featured-post .post {
        height: 579px; } }
    .category .featured-post .post a {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    @media screen and (min-width: 768px) {
      .category .featured-post .post .text {
        padding: 80px 40px 40px; } }
    @media screen and (min-width: 992px) {
      .category .featured-post .post .text {
        padding: 80px 20px 20px; } }
    @media screen and (min-width: 1200px) {
      .category .featured-post .post .text {
        padding: 120px 60px 60px; } }
    .category .featured-post .post .text h3 {
      margin: 0 0 0.3em;
      font-size: 18px;
      font-weight: bold;
      color: white; }
      @media screen and (min-width: 768px) {
        .category .featured-post .post .text h3 {
          margin-bottom: 0.75em; } }
      @media screen and (min-width: 992px) {
        .category .featured-post .post .text h3 {
          font-size: 20px;
          font-weight: 900; } }
      @media screen and (min-width: 1200px) {
        .category .featured-post .post .text h3 {
          margin-bottom: 0.9em; } }
    .category .featured-post .post .text .featured-title {
      display: none;
      font-size: 24px; }
      @media screen and (min-width: 768px) {
        .category .featured-post .post .text .featured-title {
          display: block;
          font-size: 28px; } }
      @media screen and (min-width: 992px) {
        .category .featured-post .post .text .featured-title {
          font-size: 32px; } }
      @media screen and (min-width: 1200px) {
        .category .featured-post .post .text .featured-title {
          font-size: 40px; } }
    .category .featured-post .post .text .featured-subtitle {
      display: block;
      margin: 0.5em 0 0;
      font-size: 15px;
      font-weight: normal; }
      @media screen and (min-width: 768px) {
        .category .featured-post .post .text .featured-subtitle {
          margin: 0.5em 0 0;
          font-size: 18px; } }
      @media screen and (min-width: 992px) {
        .category .featured-post .post .text .featured-subtitle {
          margin: 1em 0 0;
          font-size: 21px; } }
    .category .featured-post .post .text .featured-button {
      display: none; }
      @media screen and (min-width: 768px) {
        .category .featured-post .post .text .featured-button {
          display: inline-block; } }
    .category .featured-post .post .text .title,
    .category .featured-post .post .text .date {
      display: block; }
      @media screen and (min-width: 768px) {
        .category .featured-post .post .text .title,
        .category .featured-post .post .text .date {
          display: none; } }

@media screen and (min-width: 768px) {
  .category .trending .post {
    height: 300px; } }

@media screen and (min-width: 992px) {
  .category .trending .post {
    height: 147px; } }

@media screen and (min-width: 1200px) {
  .category .trending .post {
    height: 193px; } }

@media screen and (min-width: 992px) {
  .category .most {
    padding-left: 30px; } }

@media screen and (min-width: 1200px) {
  .category .most {
    padding-left: 45px; } }

.category .most h2 {
  margin: 1.5em 0 0.5em;
  font-size: 21px;
  color: #425563;
  font-weight: bold; }
  @media screen and (min-width: 992px) {
    .category .most h2 {
      margin-top: 1em;
      font-size: 24px; } }

@media screen and (min-width: 992px) {
  .category .most .most-read h2:first-of-type {
    margin-top: 0; } }

@media screen and (min-width: 992px) {
  .category .most .most-read,
  .category .most .most-shared {
    margin-bottom: 1em;
    padding-bottom: 1.7em;
    border-bottom: 1px solid #a4bcc2; } }

@media screen and (min-width: 1200px) {
  .category .most .most-read,
  .category .most .most-shared {
    margin-bottom: 1.5em;
    padding-bottom: 2em; } }

.category .most .post {
  display: table;
  width: 100%; }
  .category .most .post .image {
    display: table-cell;
    position: relative;
    overflow: hidden;
    height: 60px;
    width: 80px; }
    @media screen and (min-width: 768px) {
      .category .most .post .image {
        height: 75px;
        width: 100px; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .category .most .post .image {
        height: 60px;
        width: 80px; } }
    .category .most .post .image .inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #768692;
      background-position: center center;
      background-size: cover;
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s; }
  .category .most .post .info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px; }
    .category .most .post .info h3 {
      margin: 0;
      font-size: 16px;
      font-weight: normal;
      font-style: italic; }
      @media screen and (min-width: 992px) {
        .category .most .post .info h3 {
          line-height: 1.6; } }
      .category .most .post .info h3 a {
        color: #768692;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
  .category .most .post:hover .image .inner {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  .category .most .post:hover h3 a {
    color: #a6093d; }

.category .featured-videos h2 span {
  font-weight: normal;
  /*@media screen and (max-width: 767px) { display: block; }*/ }

/* Class to hide items on mobile=1, important added to override other display properties that may be applied
-------------------------------------------------- */
.mobile-active .home__header.header {
  display: none; }

.mobile-active .pre-header-nav {
  display: none; }

.mobile-active .pre-header {
  display: none !important; }

.mobile-active #blog-header {
  display: none !important; }

.mobile-active .page-banner {
  margin-top: 0 !important; }

/* Single posts
-------------------------------------------------- */
.mobile-active.single #primary .entry-header h1 {
  margin-top: 10px; }

.single #content {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .single #content {
      margin-top: 40px; } }
  @media screen and (min-width: 992px) {
    .single #content {
      margin-top: 60px; } }
  @media screen and (min-width: 1200px) {
    .single #content {
      margin-top: 80px; } }

.single #primary .entry-header {
  padding: 0;
  background: 0; }
  .single #primary .entry-header:after {
    display: none; }
  .single #primary .entry-header h1 {
    margin: 0 0 0.4em;
    font-size: 30px;
    font-weight: bold;
    margin-top: 60px; }
    @media screen and (min-width: 992px) {
      .single #primary .entry-header h1 {
        margin-top: 0;
        font-size: 36px; } }
  .single #primary .entry-header .subtitle {
    margin: 0 0 0.5em;
    font-size: 1.1em;
    font-style: italic; }
    @media screen and (min-width: 768px) {
      .single #primary .entry-header .subtitle {
        margin-bottom: 0.6em; } }
    @media screen and (min-width: 992px) {
      .single #primary .entry-header .subtitle {
        margin-bottom: 0.7em; } }
    @media screen and (min-width: 1200px) {
      .single #primary .entry-header .subtitle {
        margin-bottom: 1em; } }
  .single #primary .entry-header .byline {
    margin: 0 0 0.5em;
    font-size: 16px; }
    @media screen and (min-width: 768px) {
      .single #primary .entry-header .byline {
        display: inline-block; } }
    .single #primary .entry-header .byline a {
      color: #2e3b44;
      font-weight: 550; }
      .single #primary .entry-header .byline a:hover {
        color: #a6093d; }
  .single #primary .entry-header .date {
    margin: 0 0 0.5em;
    font-size: 16px; }
    @media screen and (min-width: 768px) {
      .single #primary .entry-header .date {
        display: inline-block; } }
    @media screen and (min-width: 768px) {
      .single #primary .entry-header .date:before {
        display: inline-block;
        content: '|';
        margin: 0 0.5em; } }
  .single #primary .entry-header .share {
    font-size: 24px; }
    @media screen and (min-width: 768px) {
      .single #primary .entry-header .share {
        display: inline-block;
        float: right;
        position: relative;
        top: -6px; } }
    @media screen and (min-width: 768px) {
      .single #primary .entry-header .share:before {
        display: inline-block;
        content: 'Share';
        position: relative;
        top: -0.2em;
        margin-right: 1em;
        font-size: 16px; } }
    .single #primary .entry-header .share a {
      display: inline-block;
      margin-right: 0.4em; }
  .single #primary .entry-header .featured-image {
    margin: 1em 0 0;
    height: 180px;
    background-position: center center;
    background-size: cover; }
    @media screen and (min-width: 768px) {
      .single #primary .entry-header .featured-image {
        height: 320px; } }
    @media screen and (min-width: 992px) {
      .single #primary .entry-header .featured-image {
        margin-top: 2em; } }
    @media screen and (min-width: 1200px) {
      .single #primary .entry-header .featured-image {
        height: 380px; } }
  .single #primary .entry-header .video-wrapper {
    position: relative;
    margin: 1em 0 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
    @media screen and (min-width: 992px) {
      .single #primary .entry-header .video-wrapper {
        margin-top: 2em; } }
    .single #primary .entry-header .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@media screen and (min-width: 1200px) {
  .single #primary .entry-content {
    padding-left: 0px; } }

@media screen and (min-width: 1200px) {
  .single #primary .entry-content blockquote {
    position: absolute;
    right: -277px;
    width: 232px;
    margin: 0.4em 0 0; } }

.single #primary .entry-content .tags {
  margin-top: 2em; }
  .single #primary .entry-content .tags .btn-sm, .single #primary .entry-content .tags .btn-group-sm > .btn, .single #primary .entry-content .tags .btn-group-sm > .btn {
    font-size: 16px; }
  @media screen and (min-width: 1200px) {
    .single #primary .entry-content .tags {
      margin-top: 1em; } }

@media screen and (max-width: 600px) {
  .single #primary .entry-content .alignleft,
  .single #primary .entry-content .alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto; } }

.single #primary .entry-content .share {
  font-size: 24px; }
  @media screen and (min-width: 768px) {
    .single #primary .entry-content .share {
      display: inline-block;
      position: relative;
      top: -6px; } }
  @media screen and (min-width: 768px) {
    .single #primary .entry-content .share:before {
      display: inline-block;
      content: 'Share';
      position: relative;
      top: -0.2em;
      margin-right: 1em;
      font-size: 15px; } }
  .single #primary .entry-content .share a {
    display: inline-block;
    margin-right: 0.4em; }

.single #primary .entry-footer {
  padding-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .single #primary .entry-footer {
      padding-bottom: 1em; } }
  @media screen and (min-width: 992px) {
    .single #primary .entry-footer {
      padding-bottom: 1em; } }
  @media screen and (min-width: 1200px) {
    .single #primary .entry-footer {
      padding-bottom: 1em;
      padding-left: 0px; } }
  .single #primary .entry-footer section {
    margin-bottom: 3em; }
    @media screen and (min-width: 992px) {
      .single #primary .entry-footer section {
        margin-bottom: 4em; } }
    @media screen and (min-width: 1200px) {
      .single #primary .entry-footer section {
        margin-bottom: 6em; } }
    .single #primary .entry-footer section:last-of-type {
      margin-bottom: 0; }
    .single #primary .entry-footer section h2 {
      margin: 0 0 1em;
      padding-bottom: 1em;
      font-size: 21px;
      color: #425563;
      font-weight: bold;
      border-bottom: 1px solid #a4bcc2; }
      @media screen and (min-width: 992px) {
        .single #primary .entry-footer section h2 {
          font-size: 24px; } }
      @media screen and (min-width: 1200px) {
        .single #primary .entry-footer section h2 {
          font-size: 30px; } }
  .single #primary .entry-footer .about-the-author > .inner {
    display: table;
    width: 100%; }
  .single #primary .entry-footer .about-the-author .image {
    display: table-cell;
    width: 55px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) {
      .single #primary .entry-footer .about-the-author .image {
        width: 65px; } }
    @media screen and (min-width: 992px) {
      .single #primary .entry-footer .about-the-author .image {
        width: 75px; } }
    @media screen and (min-width: 1200px) {
      .single #primary .entry-footer .about-the-author .image {
        width: 110px;
        padding-right: 30px; } }
    .single #primary .entry-footer .about-the-author .image .inner {
      display: block;
      width: 40px;
      height: 40px;
      background-position: center center;
      background-size: cover;
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        .single #primary .entry-footer .about-the-author .image .inner {
          width: 50px;
          height: 50px; } }
      @media screen and (min-width: 992px) {
        .single #primary .entry-footer .about-the-author .image .inner {
          width: 60px;
          height: 60px; } }
      @media screen and (min-width: 1200px) {
        .single #primary .entry-footer .about-the-author .image .inner {
          width: 80px;
          height: 80px; } }
  .single #primary .entry-footer .about-the-author .info {
    display: table-cell;
    vertical-align: top; }
    .single #primary .entry-footer .about-the-author .info h3 {
      display: inline-block;
      margin: 0 0 0.75em;
      font-size: 16px;
      font-weight: bold; }
      @media screen and (min-width: 768px) {
        .single #primary .entry-footer .about-the-author .info h3 {
          margin-bottom: 1em; } }
      @media screen and (min-width: 992px) {
        .single #primary .entry-footer .about-the-author .info h3 {
          margin-top: 0.5em;
          font-size: 18px; } }
      .single #primary .entry-footer .about-the-author .info h3 a {
        color: #2e3b44;
        text-decoration: underline; }
    .single #primary .entry-footer .about-the-author .info .social {
      position: relative;
      top: -3px;
      float: right;
      font-size: 21px; }
      @media screen and (min-width: 992px) {
        .single #primary .entry-footer .about-the-author .info .social {
          top: 0.1em; } }
      @media screen and (min-width: 1200px) {
        .single #primary .entry-footer .about-the-author .info .social {
          font-size: 24px; } }
      @media screen and (min-width: 768px) {
        .single #primary .entry-footer .about-the-author .info .social span:after {
          display: inline-block;
          position: relative;
          top: -3px;
          margin-left: 0.6em;
          content: 'email the author';
          font-size: 14px;
          font-style: italic; } }
      .single #primary .entry-footer .about-the-author .info .social a {
        display: inline-block;
        margin-left: 0.3em; }
    .single #primary .entry-footer .about-the-author .info .bio {
      font-size: 14px; }
      @media screen and (min-width: 992px) {
        .single #primary .entry-footer .about-the-author .info .bio {
          font-size: 15px; } }
      @media screen and (min-width: 1200px) {
        .single #primary .entry-footer .about-the-author .info .bio {
          font-size: 16px; } }
  .single #primary .entry-footer .related-events .event {
    position: relative;
    padding: 1em 0; }
    @media screen and (min-width: 768px) {
      .single #primary .entry-footer .related-events .event {
        display: table;
        width: 100%; } }
    .single #primary .entry-footer .related-events .event .icon {
      position: absolute;
      top: 1em;
      left: 0;
      width: 2em;
      height: 1em;
      color: #a6093d;
      background: url("img/icon-event-50w.png") center center no-repeat;
      background-size: contain; }
      @media screen and (min-width: 768px) {
        .single #primary .entry-footer .related-events .event .icon {
          display: table-cell;
          vertical-align: middle;
          position: relative;
          top: -1px;
          left: auto;
          width: 2.5em; } }
      @media screen and (min-width: 992px) {
        .single #primary .entry-footer .related-events .event .icon {
          top: -2px;
          width: 2.5em; } }
    .single #primary .entry-footer .related-events .event .date {
      position: absolute;
      top: 0.9em;
      left: 2.5em;
      font-style: italic; }
      @media screen and (min-width: 768px) {
        .single #primary .entry-footer .related-events .event .date {
          display: table-cell;
          vertical-align: middle;
          position: relative;
          top: auto;
          left: auto;
          width: 3.8em;
          padding-left: 0.8em; } }
      @media screen and (min-width: 992px) {
        .single #primary .entry-footer .related-events .event .date {
          width: 3.7em;
          font-size: 16px; } }
      @media screen and (min-width: 1200px) {
        .single #primary .entry-footer .related-events .event .date {
          font-weight: bold; } }
    .single #primary .entry-footer .related-events .event .title {
      padding: 0 0 0 5.2em; }
      @media screen and (min-width: 768px) {
        .single #primary .entry-footer .related-events .event .title {
          display: table-cell;
          vertical-align: middle;
          padding: 0; } }
      .single #primary .entry-footer .related-events .event .title h4 {
        margin: 0;
        font-size: 18px; }
        .single #primary .entry-footer .related-events .event .title h4 a {
          color: #425563; }
    .single #primary .entry-footer .related-events .event .actions {
      display: none; }
      @media screen and (min-width: 768px) {
        .single #primary .entry-footer .related-events .event .actions {
          display: table-cell;
          vertical-align: middle;
          text-align: right; } }
    .single #primary .entry-footer .related-events .event:hover {
      background: #eaf0f1; }

.single #primary .section-banner {
  margin-bottom: 50px; }

.single #secondary {
  padding-top: 13px; }
  @media screen and (min-width: 1200px) {
    .single #secondary {
      padding-left: 45px; } }
  .single #secondary h2.widget-title {
    font-weight: bold;
    border: 0; }
    .single #secondary h2.widget-title .current-category {
      font-weight: normal; }
  .single #secondary .post {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #6B7785; }
    @media screen and (min-width: 1200px) {
      .single #secondary .post {
        margin-bottom: 1.5em;
        padding-bottom: 1.5em; } }
    .single #secondary .post:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    .single #secondary .post h3 {
      margin: 0;
      font-size: 16px;
      font-weight: 550;
      font-style: italic; }
      @media screen and (min-width: 992px) {
        .single #secondary .post h3 {
          line-height: 1.6; } }
      .single #secondary .post h3 a {
        color: #6B7785; }
    .single #secondary .post.current h3 {
      font-weight: bold; }

.single .related-posts {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #eaf0f1; }
  @media screen and (min-width: 768px) {
    .single .related-posts {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 992px) {
    .single .related-posts {
      margin-top: 40px;
      padding-top: 80px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .single .related-posts {
      margin-top: 60px;
      padding-top: 100px;
      padding-bottom: 100px; } }
  .single .related-posts h2 {
    margin: 0 0 1em;
    font-size: 21px;
    color: #425563;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .single .related-posts h2 {
        margin-bottom: 1.5em; } }
    @media screen and (min-width: 992px) {
      .single .related-posts h2 {
        font-size: 24px; } }
    @media screen and (min-width: 1200px) {
      .single .related-posts h2 {
        margin-bottom: 1.8em;
        font-size: 30px; } }
  @media screen and (min-width: 768px) {
    .single .related-posts .post {
      height: 200px; } }
  @media screen and (min-width: 992px) {
    .single .related-posts .post {
      height: 240px; } }
  @media screen and (min-width: 1200px) {
    .single .related-posts .post {
      height: 280px; } }
  @media screen and (min-width: 768px) {
    .single .related-posts .post .bg {
      left: 15px;
      right: 15px; } }
  @media screen and (min-width: 768px) {
    .single .related-posts .post a {
      left: 15px;
      right: 15px; } }

.uchealth-today #blog-header #menu-blog-main-navigation-1 > li.blog-nav-search > a {
  padding: 0.4em 0em;
  color: transparent;
  background-image: url(/wp-content/themes/uchealth/img/searchIcon_smWhite.png);
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position-x: 12px;
  background-position-y: 0px;
  background-size: 24px 15px; }

.uchealth-today #fourBlock .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0; }
  .uchealth-today #fourBlock .container .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    .uchealth-today #fourBlock .container .top .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; }
      .uchealth-today #fourBlock .container .top .inner a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        .uchealth-today #fourBlock .container .top .inner a .box-container {
          background-color: #e8e8e8;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 100%;
          padding: 25px;
          -ms-flex-line-pack: baseline;
              align-content: baseline; }
          .uchealth-today #fourBlock .container .top .inner a .box-container h3 {
            font-size: 20px;
            margin: 0 0 10px 0;
            color: #000000;
            font-weight: bold; }
        .uchealth-today #fourBlock .container .top .inner a:hover {
          color: #AD3700; }
          .uchealth-today #fourBlock .container .top .inner a:hover .box-container h3 {
            color: #AD3700; }
    @media screen and (max-width: 992px) {
      .uchealth-today #fourBlock .container .top {
        display: block; } }
