@charset "UTF-8";
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-dots .slick-active button {
  border-color: #fe8011 !important;
  background: #fe8011 !important; }

.slick-dots li button {
  border: 2px solid rgba(255, 255, 255, 0.5) !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-quotes {
  text-align: center;
  color: #fff; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -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; }

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 {
  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"] {
  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;
  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;
    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; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-size: 17px;
  line-height: 1.428571429;
  color: #262626;
  background-color: #fff; }

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

a:not(.btn) {
  text-decoration: none; }
  a:not(.btn):hover, a:not(.btn):visited, a:not(.btn):active {
    text-decoration: underline; }
  a:not(.btn):focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

.smooth-scroll.down {
  color: #fff;
  text-decoration: none; }
  .smooth-scroll.down:active, .smooth-scroll.down:visited, .smooth-scroll.down:focus {
    color: #fff;
    text-decoration: none; }
  .smooth-scroll.down:hover {
    color: #fff;
    text-decoration: none; }

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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: 24px;
  margin-bottom: 24px;
  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, .h1 {
  font-family: "Domine", serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 0;
  margin-bottom: 12px; }
  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: 0;
  margin-bottom: 12px; }
  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: 44px;
  color: #4f4f4f; }

h2, .h2 {
  font-size: 36px;
  color: #4f4f4f; }

h3, .h3 {
  font-size: 29px;
  color: #4f4f4f; }

h4, .h4 {
  font-size: 1.3em;
  color: #4f4f4f; }

h5, .h5 {
  font-size: 1.17em;
  color: #4f4f4f; }

h6, .h6 {
  font-size: 1.12em;
  color: #4f4f4f; }

h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: normal; }

body:not(h1) {
  font-family: "Lato", sans-serif; }

p {
  margin: 0 0 16px; }

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

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

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: #337ab7; }

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

.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: #337ab7; }

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

.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: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px; }
  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: 24px; }

dt,
dd {
  line-height: 1.428571429; }

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

@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: 12px 24px;
  margin: 0 0 24px;
  font-size: 21.25px;
  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.428571429;
    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: 24px;
  font-style: normal;
  line-height: 1.428571429; }

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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.428571429;
  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: 13px;
  padding-right: 13px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 746px; } }
  @media (min-width: 992px) {
    .container {
      width: 966px; } }
  @media (min-width: 1600px) {
    .container {
      width: 1526px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 13px;
  padding-right: 13px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -13px;
  margin-right: -13px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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: 13px;
  padding-right: 13px; }

.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.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .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.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1600px) {
  .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.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .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: 24px; }
  .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.428571429;
    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-plain {
  background-color: transparent; }
  .table-plain th, .table-plain tr, .table-plain td {
    border: none;
    background-color: transparent !important; }
  .table-plain > thead > tr > th {
    border-bottom: none; }
  .table-plain > tbody > tr > td {
    border-top: none; }

.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: 18px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .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; } }

@-moz-document url-prefix() {
  fieldset {
    display: table-cell; } }

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

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 0 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: 12px;
  font-size: 17px;
  line-height: 1.428571429;
  color: #383838; }

.form-control {
  display: block;
  width: 100%;
  height: 49px;
  padding: 11px 20px;
  font-size: 17px;
  line-height: 1.428571429;
  color: #383838;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  -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;
  -o-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; }
  .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: 49px; }
  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: 34px; }
  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: 52px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 24px;
    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"] {
  margin-left: -20px;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
      margin-top: -5px; } }

.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: 12px;
  padding-bottom: 12px;
  margin-bottom: 0;
  min-height: 41px; }
  .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: 34px;
  padding: 5px 10px;
  font-size: 15px;
  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: 34px;
  line-height: 34px; }

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: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

.form-group-sm .form-control-static {
  height: 34px;
  min-height: 39px;
  padding: 6px 10px;
  font-size: 15px;
  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: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  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: 52px;
  line-height: 52px; }

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: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px; }

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

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

.form-group-lg .form-control-static {
  height: 52px;
  min-height: 46px;
  padding: 11px 16px;
  font-size: 22px;
  line-height: 1.3333333; }

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 49px;
  height: 49px;
  line-height: 49px;
  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: 52px;
  height: 52px;
  line-height: 52px; }

.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: 34px;
  height: 34px;
  line-height: 34px; }

.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: 29px; }

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

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

@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: 12px; }

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

.form-horizontal .form-group {
  margin-left: -13px;
  margin-right: -13px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: normal;
  text-decoration: none;
  padding: 11px 20px;
  font-size: 19px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.right-arrow {
    padding-right: 2em; }
    .btn.right-arrow:after {
      right: 4%; }

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

.btn-default {
  color: #262626;
  background-color: #f2f2f2;
  border: 1px solid #b3b3b3; }
  .btn-default:hover {
    background-color: #f4f4f4; }

.btn-primary {
  color: #fff;
  background-color: #003e74; }
  .btn-primary:hover {
    background-color: #144d7f; }

.btn-success {
  color: #262626;
  background-color: #a8d104; }
  .btn-success:hover {
    background-color: #afd518; }

.btn-info {
  color: #262626;
  background-color: #fff; }
  .btn-info:hover {
    background-color: #f7f7f7; }

.btn-warning {
  color: #fff;
  background-color: #d66502; }
  .btn-warning:hover {
    background-color: #d97116; }

.btn-danger {
  color: #fff;
  background-color: #d9534f; }
  .btn-danger:hover {
    background-color: #d9534f; }

.btn-link {
  color: #1274b5;
  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: #0b476f;
    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-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px; }

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 15px;
  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%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-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: 17px;
  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: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    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: #337ab7; }

.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: 15px;
  line-height: 1.428571429;
  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; }
  .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; }

.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: 0;
  border-top-left-radius: 0;
  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: 0;
  border-bottom-left-radius: 0; }

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

.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: 11px 20px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  color: #383838;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #c7c7c7;
  border-radius: 0; }
  .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: 15px;
    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: 22px;
    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; }
  .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: #eeeeee; }
    .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: #eeeeee;
    border-color: #1274b5; }
  .nav .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid transparent; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee transparent; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: transparent;
      border: 1px solid #ddd;
      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: #337ab7; }

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

.navbar {
  position: relative;
  min-height: auto;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 13px;
  padding-left: 13px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -13px;
  margin-left: -13px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: auto-24px/2 13px;
  font-size: 22px;
  line-height: 24px;
  height: auto; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -13px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 13px;
  padding: 9px 10px;
  margin-top: auto-34px/2;
  margin-bottom: auto-34px/2;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: auto-24px/2/2 -13px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 24px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: auto-24px/2;
          padding-bottom: auto-24px/2; } }

.navbar-form {
  margin-left: -13px;
  margin-right: -13px;
  padding: 10px 13px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: auto-49px/2;
  margin-bottom: auto-49px/2; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: auto-49px/2;
  margin-bottom: auto-49px/2; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: auto-34px/2;
    margin-bottom: auto-34px/2; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: auto-22/2;
    margin-bottom: auto-22/2; }

.navbar-text {
  margin-top: auto-24px/2;
  margin-bottom: auto-24px/2; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 13px;
      margin-right: 13px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -13px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #fff;
  border-color: #fff; }
  .navbar-default .navbar-brand {
    color: #999; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #807f7f;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #999; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: transparent; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #000; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #fff; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #000; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #999; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #000;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #999; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #999; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090808; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  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: 24px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 11px 20px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #1274b5;
      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: #0b476f;
    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: #337ab7;
    border-color: #337ab7;
    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: 22px;
  line-height: 1.3333333; }

.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: 15px;
  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; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1.5em;
  color: #fff;
  text-align: left;
  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: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-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: #262626; }

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

.alert {
  padding: 15px;
  margin-bottom: 24px;
  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; }

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

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

.close {
  float: right;
  font-size: 25.5px;
  font-weight: bold;
  line-height: 1;
  color: #FFF; }
  .close:hover, .close:focus {
    text-decoration: none !important;
    cursor: pointer; }

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

.clearfix:before, .managing-block .tab-content .accordion li .slide:before, .clearfix:after, .managing-block .tab-content .accordion li .slide:after {
  content: " ";
  display: table; }

.clearfix:after, .managing-block .tab-content .accordion li .slide:after {
  clear: both; }

.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: 1100px) {
  .visible-sm-c-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: 1025px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1599px) {
  .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: 1599px) {
  .visible-md-block {
    display: block !important; } }

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

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

@media (min-width: 1600px) {
  .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: 1600px) {
  .visible-lg-block {
    display: block !important; } }

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

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

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

@media (max-width: 1100px) {
  .hidden-sm-c {
    display: none !important; } }

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

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

@media (min-width: 1600px) {
  .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-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?mitony");
  src: url("../fonts/icomoon.eot?mitony#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mitony") format("truetype"), url("../fonts/icomoon.woff?mitony") format("woff"), url("../fonts/icomoon.svg?mitony#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

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

[data-icon]:before {
  font-family: "henryford-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "henryford-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-advanced:before {
  content: "\61"; }

.icon-arrow-double-right:before {
  content: "\64"; }

.icon-arrow-down:before {
  content: "\65"; }

.icon-arrow-right:before {
  content: "\68"; }

.icon-calendar:before {
  content: "\69"; }

.icon-consult:before {
  content: "\6c"; }

.icon-doctor:before {
  content: "\6d"; }

.icon-er:before {
  content: "\70"; }

.icon-events:before {
  content: "\71"; }

.icon-facebook:before {
  content: "\74"; }

.icon-home:before {
  content: "\75"; }

.icon-instagram:before {
  content: "\76"; }

.icon-linkedin:before {
  content: "\77"; }

.icon-location:before {
  content: "\62"; }

.icon-shoe:before {
  content: "\71"; }

.icon-pay:before {
  content: "\63"; }

.icon-quotes-start:before {
  content: "\4b"; }

.icon-quotes-end:before {
  content: "\4a"; }

.icon-phone:before {
  content: "\66"; }

.icon-quality:before {
  content: "\79"; }

.icon-services:before {
  content: "\78"; }

.icon-share:before {
  content: "\6b"; }

.icon-specialist:before {
  content: "\6e"; }

.icon-testing:before {
  content: "\6f"; }

.icon-twitter:before {
  content: "\72"; }

.icon-youtube:before {
  content: "\73"; }

.icon-video:before {
  content: "\67"; }

.icon-mail:before {
  content: "\7a"; }

.icon-news:before {
  content: "\41"; }

.icon-blog:before {
  content: "\42"; }

.icon-community:before {
  content: "\43"; }

.icon-global:before {
  content: "\44"; }

.icon-search:before {
  content: "\6a"; }

.icon-patients-and-visitors:before {
  content: "\45"; }

.icon-coupon:before {
  content: "\46"; }

.icon-contact-lense:before {
  content: "\47"; }

.icon-current-location:before {
  content: "\48"; }

.icon-pencil:before {
  content: "\49"; }

.icon-glasses:before {
  content: "\4c"; }

.icon-person:before {
  content: "\4e"; }

.table_wrapper {
  max-width: 100%;
  overflow: auto;
  clear: both;
  width: 100%; }

table {
  clear: both;
  color: #262626;
  margin: 0 0 31px 0; }
  table caption {
    color: #fff;
    background: #0078c9;
    font-size: 18px;
    font-weight: normal;
    padding: 18px 20px;
    line-height: 26px; }
  table tr td {
    border: 1px solid #b3b3b3;
    padding: 16px;
    background: #f3f3f3;
    vertical-align: top; }
    table tr td.red {
      color: #991010; }
    table tr td.green {
      color: #5e7500; }
  table tr th {
    border: 1px solid #b3b3b3;
    text-align: center;
    background: #e7e7e7;
    padding: 13px; }
  table tr th:first-of-type, table tr td:first-of-type {
    border-left: 0; }
  table tr th:last-of-type, table tr td:last-of-type {
    border-right: 0; }
  table tr th .red, table tr td .red {
    color: #991010; }
  table tr th .green, table tr td .green {
    color: #5e7500; }

.slick-dots li, .jcf-list ul li, .jcf-list-box .jcf-list-content ul li, .scfSectionContent .columns .jcf-list-box .jcf-list-content ul li, .main-nav > ul, .nav-slide > ul, .nav-slide > ul > li, .nav-slide .nav-accordion li, .nav-slide .nav-accordion .accordion-slide .list, .nav-slide .nav-accordion .accordion-slide .list li, .nav-slide .nav-accordion .accordion-slide .alphabet, .nav-slide .nav-accordion .row div[class^="col-"] ul li, .nav-tab-content .accordion, .page-footer .four-cols .footer-nav ul, .page-footer .four-cols .footer-nav ul li, .page-footer .four-cols .btn-holder, .page-footer .four-cols .btn-holder li, .footer-b .footer-list, .footer-b .social-networks, .footer-b .social-networks li, .nav-tabs > li, .contact-list, .post-block .list-block > ul, .post-block .list-holder ul, .post-block .list-holder ul li, .more-list-block ul, .more-list-block ul li, .home .managing-block > .tabset > li, .content .task li, .callout .holder li, .phone-cta ul li, .accordion-block .accordion-panel,
.accordion-block .accordion, .accordion-block .accordion-panel > div,
.accordion-block .accordion > div, .henryford .campaign .banner .contactus li, .featured-locations-carousel .slider-pagination ul,
.related-events-carousel .slider-pagination ul, .contact-block .contactus, .slider__pagination ul, .sidebar-nav > ul, .sidebar-nav > ul ul, .location-block .info-wrap .more-info ul, .post-block .list-block > ul > li, .info-slider .slider-pagination ul, .slider-quotes .slider-pagination ul, .text-feature-block li, .top-bar .breadcrumbs, .top-bar .breadcrumbs li, .buttons-holder .services-holder ul, .module-alphabet-list li, .ui-tabs-panel ul li, .module-rp-categories-list, .search-block ul, .recipe-block ul, .recommend-block .search-block ul li, .cart-summary ul, .module-ce-categories .module-ce-filters-list, .module-ce-topic-featured .core-list, .module-ce-topic-related #lvSearchResults .core-list, .module-ce-session-results .core-list, .cart-contents .cart-listing, .module-nw-filters-list li, .module-nw-feature .core-li, .module-nw-categories .module-nw-filters-list, .module-nw-results .core-li, #provider-directory-search-specialty-service-dropdown li, #locations-dropdown li, .provider-utility-nav, .location-detail .address-block .service-list li, .schedule-block ul, .schedule-block ul li, .module-gc-greetingcardpreview ul, .module-sv-alpha-custom .ui-tabs .ui-tabs-nav li, .module-sv-alpha-custom .ui-tabs .ui-tabs-nav, .ui-autocomplete li.ui-menu-item, .service-list:not([class^="col-"]) ul, .service-list:not([class^="col-"]) ol, .phone-cta ul, .phone-cta ol, .module-rp-detail ul, .module-rp-detail ol, .provider-info-content ul, .provider-info-content ol, .event-attendinginfo ul, .event-attendinginfo ol, .service-list ul, .service-list ol, .tabset li, .tab-content .info-list, .pagination > li, .nav-container .nav-dropdown .nav-dropdown__list li,
.nav-container .nav-dropdown .nav-dropdown__sublist li {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .managing-block .tab-content .accordion li .slide:after, .nav-slide .slide-header:after, .nav-slide .nav-accordion .accordion-slide .alphabet:after, .page-footer .four-cols:after, .post-block .list-holder ul:after, .columns .column:after, .accordion-block .accordion-panel .content-row:after,
.accordion-block .accordion .content-row:after, .buttons-holder .services-holder:after, .location-detail .address-block address:after {
  content: '';
  display: block;
  clear: both; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'], .main-header, .main-header .logo, .header-r .tel a:after, .header-r .tel .contact-opener:before, .nav-opener-wrap .nav-opener.menu:before, .nav-opener-wrap .nav-opener.menu span:after, .nav-opener-wrap .nav-opener.menu span:before, .main-nav > ul > li > a, .main-nav > ul > li > a:before, .search-form-area .search-opener:before, .nav-slide .nav-opener.nav-close:before, .nav-slide > ul > li > a, .nav-slide > ul > li > a:before, .nav-slide > ul > li > a:focus, .nav-slide > ul > li > a:hover, .nav-slide .nav-accordion > li > a, .nav-slide .nav-accordion > li > a.nav-accordion-opener:after, .nav-slide .nav-accordion > li > a.nav-accordion-opener:before, .nav-slide .nav-accordion .accordion-slide .list li:before, .nav-slide .nav-accordion .accordion-slide .list li a, .nav-slide .nav-accordion .accordion-slide .alphabet li a, .nav-slide .nav-accordion .accordion-slide .alphabet li a:before, .nav-slide .nav-accordion .accordion-slide .view-all, .nav-slide .nav-accordion .accordion-slide .view-all:before, .nav-tab-content .accordion > li > a, .nav-tab-content .accordion > li > a:before, .nav-tab-content .accordion > li > a:focus, .nav-tab-content .accordion > li > a:hover, .bottom-block .call, .bottom-block .call:after, .nav-close-wrap .drop-close, .nav-close-wrap .drop-close:before, .page-footer .four-cols .footer-nav ul li a, .page-footer .four-cols .footer-nav-opener, .page-footer .four-cols .footer-nav-opener:before, .page-footer .four-cols .footer-nav-opener:after, .page-footer .four-cols .btn-holder li a:before, .page-footer .four-cols .btn-holder li a:not(.btn), .footer-b .copyright a, .footer-b .footer-list li a, .footer-b .social-networks li a a:not(.fa):not([class^="icon-"]), .content a:not(.btn), .content .learn, .accordion-block .accordion-panel > div .opener,
.accordion-block .accordion > div .opener, .accordion-block .accordion-panel .content-row .description .learn,
.accordion-block .accordion .content-row .description .learn, .accordion-block .accordion-panel .content-row .description .learn:before,
.accordion-block .accordion .content-row .description .learn:before, .patient-story .story-article .learn, .post-block .list-holder + a:before, .post-block .text-holder + a:before, .top-bar .breadcrumbs li a, .top-bar .right-block .share, .top-bar .right-block .share:before, .communication-block .text-holder a, .loc-detail-physicians .link:before, .henryford .prox-nav-btn.collapsed:after, .henryford .prox-nav-btn.collapsed:before, a:before, a:after, .link:before {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.inline-block {
  display: inline-block; }

.banner__text h1,
.banner__text h2, .slider__text h1,
.slider__text h2, .hero-headline {
  color: #1a1a1a;
  font: 400 4.71em/1.0589em "Domine", serif;
  margin: 0 0 19px;
  text-align: center; }
  @media (max-width: 1599px) {
    .banner__text h1,
    .banner__text h2, .slider__text h1,
    .slider__text h2, .hero-headline {
      font-size: 3em; } }
  @media (max-width: 991px) {
    .banner__text h1,
    .banner__text h2, .slider__text h1,
    .slider__text h2, .hero-headline {
      font-size: 2.65em;
      margin-bottom: 11px; } }
  @media (max-width: 767px) {
    .banner__text h1,
    .banner__text h2, .slider__text h1,
    .slider__text h2, .hero-headline {
      font-size: 1.56em;
      margin-bottom: 11px; } }

.item-url-home .banner, .item-url-home .hero-carousel {
  padding-bottom: 39%;
  padding-top: 0;
  min-height: 400px; }
  @media (min-width: 768px) {
    .item-url-home .banner, .item-url-home .hero-carousel {
      max-height: 520px;
      min-height: 520px; } }
  @media (min-width: 992px) {
    .item-url-home .banner, .item-url-home .hero-carousel {
      max-height: 700px;
      min-height: 700px;
      padding-bottom: 0; } }

.banner, .hero-carousel {
  padding-bottom: 39%;
  padding-top: 0;
  min-height: 400px; }
  @media (min-width: 768px) {
    .banner, .hero-carousel {
      max-height: 409px;
      min-height: 409px;
      padding-bottom: 0; } }
  @media (min-width: 992px) {
    .banner, .hero-carousel {
      max-height: 550px;
      min-height: 550px; } }

.banner__text p, .slider__text p {
  color: #1a1a1a;
  font-size: 1.65em;
  font-weight: normal;
  margin-bottom: 1.85em;
  line-height: 1.5em;
  text-align: center; }
  @media (max-width: 991px) {
    .banner__text p, .slider__text p {
      font-size: .95em; } }
  @media (max-width: 767px) {
    .banner__text p, .slider__text p {
      font-size: .78em;
      margin-bottom: 11px; } }

.banner__text-holder, .slider__text-holder {
  max-width: 45%;
  position: absolute;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  top: 60%;
  z-index: 2; }
  .banner__text-holder a:hover, .slider__text-holder a:hover {
    text-decoration: none; }

.text-left .banner__text-holder, .text-left .slider__text-holder {
  left: 2%; }

.text-right .banner__text-holder, .text-right .slider__text-holder {
  right: 2%; }

@media (min-width: 768px) {
  .text-center .banner__text-holder, .text-center .slider__text-holder {
    left: 50%;
    transform: translate(-50%, -50%); } }

.banner__img, .slider__img {
  background-position: 50% 0;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1; }

@media (max-width: 768px) {
  .hideMobile {
    display: none !important; } }

/* custom select styles */
.jcf-select {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #c3c3c3;
  background: #fff;
  margin: 0 0 12px;
  margin-bottom: 0;
  min-width: 150px;
  height: 26px; }

.jcf-select-selectboxdiv {
  width: 100%;
  height: 50px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  line-height: 26px;
  margin: 10px 35px 0 8px; }
  @media (max-width: 991px) {
    .jcf-select .jcf-select-text {
      margin-top: 6px; } }

.jcf-select .jcf-select-opener {
  margin-right: 0.6em;
  position: absolute;
  text-align: center !important;
  width: 26px;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none; }

.jcf-focus {
  border: 1px solid #79b7e0; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9998; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  line-height: 1.3; }
  @media (max-width: 991px) {
    .jcf-list .jcf-option {
      font-size: 1.4rem; } }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #fff;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
  line-height: 1.3; }

.jcf-list-content {
  border: 1px solid #c3c3c3; }
  .jcf-list-content ul li span.jcf-option:hover {
    background-color: #7ebae3; }

.jcf-list-box .jcf-list-content ul li .jcf-selected {
  background-color: #7ebae3; }

.jcf-list-box .jcf-list-content ul li:hover {
  background-color: #7ebae3; }

.jcf-select-drop {
  border: none; }

/* custome form style */
.jcf-select-recipe-select {
  font-weight: bold;
  border: none;
  outline: none;
  border: 1px solid #c7c7c7;
  font-weight: 400;
  width: 100%;
  height: 49px;
  margin: 0; }
  .jcf-select-recipe-select:hover, .jcf-select-recipe-select:focus {
    border-color: #79b7e0; }
  .jcf-select-recipe-select.jcf-focus {
    border-color: #79b7e0; }
  @media (max-width: 991px) {
    .jcf-select-recipe-select {
      height: 40px; } }
  .jcf-select-recipe-select .jcf-select-text {
    font-size: 1em;
    margin: 0;
    padding: 11px 50px 10px  16px; }
    @media (max-width: 991px) {
      .jcf-select-recipe-select .jcf-select-text {
        padding: 6px 50px 6px 16px; } }
  .jcf-select-recipe-select .jcf-select-opener {
    background: transparent; }
    .jcf-select-recipe-select .jcf-select-opener:after {
      content: "\e90c";
      position: absolute;
      right: 13px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 9px;
      line-height: 1.3;
      font-family: icomoon;
      color: #000; }
  .jcf-select-recipe-select .jcf-select-drop-content {
    border-color: #c7c7c7; }
    .jcf-select-recipe-select .jcf-select-drop-content .jcf-option {
      padding: 4px 12px;
      white-space: normal;
      line-height: 2; }

.jcf-select-opener {
  background-color: #fff; }
  .jcf-select-opener::after {
    display: inline;
    font-family: FontAwesome;
    content: '\f107';
    font-size: 1.2em; }

.jcf-list .jcf-optgroup .jcf-option, .jcf-list .jcf-optgroup-caption, .jcf-list .jcf-option {
  padding: 4px 12px;
  white-space: normal;
  line-height: 2; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='url']:focus,
input[type='date']:focus,
textarea:focus {
  border: 1px solid #79b7e0; }

input[type=search]::-ms-clear {
  display: none; }

/*--Global input styles to match design. If necessary, over-ride using specific selectors for individual use cases--*/
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
input[type=submit],
.button.reset {
  width: 100%;
  height: 50px;
  border: 1px solid #c3c3c3; }

input.inp-padding {
  padding-right: 40px !important; }

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

.form-control, #enhanced-search {
  box-shadow: none;
  padding: 6px 14px; }
  .form-control:focus, #enhanced-search:focus {
    outline: 0;
    border-color: #c7c7c7;
    box-shadow: none; }
  .form-control::-webkit-input-placeholder, #enhanced-search::-webkit-input-placeholder {
    color: #383838; }
  .form-control::-moz-placeholder, #enhanced-search::-moz-placeholder {
    opacity: 1;
    color: #383838; }
  .form-control:-moz-placeholder, #enhanced-search:-moz-placeholder {
    color: #383838; }
  .form-control:-ms-input-placeholder, #enhanced-search:-ms-input-placeholder {
    color: #383838; }
  .form-control.placeholder, #enhanced-search.placeholder {
    color: #383838; }

select {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none; }

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

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  border: none;
  outline: none;
  white-space: normal; }

label {
  margin-bottom: 8px;
  padding-left: 0;
  color: #383838;
  font-weight: normal; }

.label {
  display: inline-block;
  padding: .2em .6em .3em 0;
  font-size: inherit;
  font-weight: normal;
  color: #383838; }

.label--ft {
  line-height: 0;
  padding: .15em .6em .15em 0; }

.label-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

input[type=checkbox] {
  margin: 0 4px 0 0; }

.scfRadioButtonListGeneralPanel label, .scfRadioButtonListGeneralPanel label {
  max-width: 87%;
  width: 100%;
  vertical-align: top; }

.scfCheckBoxList tbody tr td {
  width: 40% !important; }
  .scfCheckBoxList tbody tr td label {
    width: 87% !important; }

.scfSectionContent {
  margin-top: 0; }
  .scfSectionContent .columns label {
    margin-top: 0 !important; }
    @media (max-width: 767px) {
      .scfSectionContent .columns label {
        line-height: 1em !important; } }
  .scfSectionContent .columns .scfCheckBoxList label {
    vertical-align: top; }
  .scfSectionContent .columns .scfCheckbox label {
    width: 95%;
    vertical-align: top;
    line-height: 1.4em !important; }
  .scfSectionContent .columns .scfCheckbox input {
    vertical-align: top; }

.hasDatepicker:focus {
  border: 1px solid #79b7e0; }

@media (max-width: 768px) {
  .form-group {
    margin-bottom: 17px; }
  label {
    margin-bottom: 6px;
    font-size: 0.941em; }
  .form-control {
    font-size: 0.941em; }
  input[type='text'], input[type='password'] {
    padding: 0 14px; }
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='password'],
  input[type=submit],
  .button.reset,
  .jcf-select-selectboxdiv {
    height: 40px; } }

/** Custom Checkboxes **/
.form-custom .checkbox {
  margin-bottom: 0;
  margin-top: 24px; }
  .form-custom .checkbox label {
    position: relative;
    text-align: left;
    white-space: normal;
    line-height: 0;
    padding: .25em .3em .25em 40px; }
    @media (max-width: 992px) {
      .form-custom .checkbox label {
        padding: .15em .3em .25em 40px; } }

.form-custom input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1; }
  .form-custom input[type=checkbox]:not(:checked) + label:before, .form-custom input[type=checkbox]:checked + label:before {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #c3c3c3;
    content: '';
    left: 0;
    position: absolute;
    top: 0; }
  .form-custom input[type=checkbox]:not(:checked) + label:after, .form-custom input[type=checkbox]:checked + label:after {
    width: 18px;
    height: 18px;
    color: black;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 18px;
    left: 6px;
    position: absolute;
    top: 15px;
    transition: all .2s; }
  .form-custom input[type=checkbox]:not(:checked):active + label:before, .form-custom input[type=checkbox]:not(:checked):focus + label:before, .form-custom input[type=checkbox]:checked:active + label:before, .form-custom input[type=checkbox]:checked:focus + label:before {
    border-color: #79b7e0; }
  .form-custom input[type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0); }
  .form-custom input[type=checkbox]:checked + label:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); }

@media print {
  a {
    color: #1274b5 !important;
    -webkit-print-color-adjust: exact !important; }
  a[href]:after {
    content: none !important; }
  header {
    display: none !important; }
  p {
    font-size: 12px !important; }
  .sidebar.leftside {
    display: none; }
  .top-bar {
    display: none; }
  footer {
    display: none !important; }
  .icon-play {
    display: none !important; }
  .content-aside {
    display: none; }
  .iframe-wrapper iframe {
    max-width: 50%;
    page-break-before: always;
    page-break-inside: avoid; }
  .patient-story.right-block .story-article:before, .patient-story .story-article:before {
    display: none; }
  .patient-story .bg-stretch {
    display: none !important; }
  table {
    border: 1px solid grey; }
  .readmore-enabled.content {
    height: auto !important; }
  .readmore {
    display: none !important; }
  .accordion-block, table {
    page-break-before: always;
    page-break-inside: avoid;
    page-break-after: avoid; }
  .hero-carousel .slide .text-holder {
    top: 0% !important;
    padding-top: 0 !important;
    position: relative !important; }
  /*.banner .text-holder{
        padding-top:30px;
    }*/
  .module-pd-thumbnail {
    margin: 0 !important; }
  .listing-item-more-link {
    margin: 10px 0 0 0 !important; }
  .btn-success {
    border: 1px solid #333; }
  /*.gmnoprint, .gmnoscreen{
        display:none
    }*/
  .module-pd-office-listing {
    page-break-inside: avoid; }
  .module-pd-results .listing .col-md-3 {
    width: 25% !important;
    float: left !important; }
  .module-pd-results .listing .col-md-9 {
    width: 73% !important;
    float: left !important;
    clear: right !important; }
  img {
    page-break-before: auto !important;
    page-break-after: auto !important;
    display: block !important;
    page-break-inside: avoid !important; }
  .module-pd-results .listing {
    page-break-before: auto !important;
    page-break-after: auto !important;
    display: block !important;
    page-break-inside: avoid !important; }
  .main header {
    display: block !important; }
  .accordion .slide {
    display: block !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important; }
  .accordion .slide .content-display {
    display: block !important; }
  .callout {
    display: none !important; }
  .patient-story {
    display: none !important; }
  .banner .text-holder {
    height: 300px !important; }
  .banner .text-holder a p {
    margin-bottom: 0 !important; }
  .module-pd-profile .module-pd-profile-top > .row > div {
    float: left; }
  .module-rp-detail .recipe {
    max-width: none !important;
    min-width: 0 !important; }
  .module-rp-detail .recipe img {
    max-width: 350px !important;
    height: auto !important;
    float: right;
    margin-left: 5%; }
  .module-rp-detail .recipe-heart-smart + div {
    clear: none; } }

.scfForm input,
.scfForm select,
.scfForm textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  @media (max-width: 991px) {
    .scfForm input,
    .scfForm select,
    .scfForm textarea {
      font-size: 1.4rem; } }

.scChromeDataHolder {
  display: block; }

.scfForm textarea {
  resize: none; }

/* Form */
.scfForm {
  height: 100%;
  width: 100%;
  text-align: left;
  line-height: 1.4em; }

/* Form Title*/
.scfTitleBorder {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000000;
  font-family: Arial,Tahoma,Helvetica,sans-serif;
  font-size: 1.8em;
  line-height: 1.1em;
  margin: 5px 0pt;
  text-decoration: none;
  font-weight: bold;
  display: none; }

/* Form Introduction*/
/* Form Footer*/
.scfFooterBorder {
  padding-bottom: 13px; }

/* Submit Button*/
.scfSubmitButtonBorder {
  margin: 0 0 1.2em 0.7em;
  padding: 0;
  width: 100%;
  max-width: 315px;
  background: none !important;
  padding: 0 !important; }
  .scfSubmitButtonBorder .scfSubmitButton {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-weight: bold;
    margin-left: 0;
    transition: none;
    color: #333;
    background-color: #f2f2f2;
    border-color: #ccc; }
    .scfSubmitButtonBorder .scfSubmitButton:focus, .scfSubmitButtonBorder .scfSubmitButton.focus {
      color: #333;
      background-color: #d9d8d8;
      border-color: #8c8c8c; }
    .scfSubmitButtonBorder .scfSubmitButton:hover {
      color: #333;
      background-color: #d9d8d8;
      border-color: #adadad; }
    .scfSubmitButtonBorder .scfSubmitButton:active, .scfSubmitButtonBorder .scfSubmitButton.active,
    .open > .scfSubmitButtonBorder .scfSubmitButton.dropdown-toggle {
      color: #333;
      background-color: #d9d8d8;
      border-color: #adadad; }
      .scfSubmitButtonBorder .scfSubmitButton:active:hover, .scfSubmitButtonBorder .scfSubmitButton:active:focus, .scfSubmitButtonBorder .scfSubmitButton:active.focus, .scfSubmitButtonBorder .scfSubmitButton.active:hover, .scfSubmitButtonBorder .scfSubmitButton.active:focus, .scfSubmitButtonBorder .scfSubmitButton.active.focus,
      .open > .scfSubmitButtonBorder .scfSubmitButton.dropdown-toggle:hover,
      .open > .scfSubmitButtonBorder .scfSubmitButton.dropdown-toggle:focus,
      .open > .scfSubmitButtonBorder .scfSubmitButton.dropdown-toggle.focus {
        color: #333;
        background-color: #c7c7c7;
        border-color: #8c8c8c; }
    .scfSubmitButtonBorder .scfSubmitButton:active, .scfSubmitButtonBorder .scfSubmitButton.active,
    .open > .scfSubmitButtonBorder .scfSubmitButton.dropdown-toggle {
      background-image: none; }
    .scfSubmitButtonBorder .scfSubmitButton.disabled:hover, .scfSubmitButtonBorder .scfSubmitButton.disabled:focus, .scfSubmitButtonBorder .scfSubmitButton.disabled.focus, .scfSubmitButtonBorder .scfSubmitButton[disabled]:hover, .scfSubmitButtonBorder .scfSubmitButton[disabled]:focus, .scfSubmitButtonBorder .scfSubmitButton[disabled].focus,
    fieldset[disabled] .scfSubmitButtonBorder .scfSubmitButton:hover,
    fieldset[disabled] .scfSubmitButtonBorder .scfSubmitButton:focus,
    fieldset[disabled] .scfSubmitButtonBorder .scfSubmitButton.focus {
      background-color: #f2f2f2;
      border-color: #ccc; }
    .scfSubmitButtonBorder .scfSubmitButton .badge {
      color: #f2f2f2;
      background-color: #333; }
    .scfSubmitButtonBorder .scfSubmitButton:hover {
      transform: translate(0px, -1px);
      box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
      background-color: #f2f2f2;
      border-color: #ccc; }
    .scfSubmitButtonBorder .scfSubmitButton.columns {
      margin-left: 0; }

/* Error */
/* Validation */
.scfValidationSummary {
  margin-left: 20px;
  margin-bottom: 1.5em; }

.scfRequired {
  display: none; }

.scfValidatorRequired, .scfRequired {
  color: #df0000;
  float: left;
  left: 0px;
  margin: 0;
  position: absolute;
  top: 7px; }
  @media (max-width: 767px) {
    .scfValidatorRequired, .scfRequired {
      top: 20px; }
      .henryford .scfValidatorRequired, .henryford .scfRequired {
        top: 2px; } }

.scfValidator {
  color: #df0000 !important;
  margin: 0px;
  display: block;
  float: left; }

/* Forms section */
.scfSubmitButtonBorder {
  margin-left: 0 !important;
  margin-top: .75em; }
  @media (max-width: 767px) {
    .scfSubmitButtonBorder {
      margin-top: 2em; } }

.scfSectionBorderAsFieldSet {
  border: 0px; }
  @media (max-width: 767px) {
    .scfSectionBorderAsFieldSet {
      margin-top: 2em; } }

.scfSectionLegend {
  color: #4f4f4f !important;
  font-size: 1.647em;
  line-height: 1.25em;
  margin-bottom: 28px;
  margin-top: 0px;
  /*--The following 2 declarations are IE-specific fixes--*/
  white-space: normal;
  display: table; }
  @media (max-width: 991px) {
    .scfSectionLegend {
      font-size: 1.57em;
      line-height: 1.556em;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .scfSectionLegend {
      font-size: 1.428em;
      line-height: 1.4em;
      margin-bottom: 20px; } }

.scfSectionBorder {
  margin: 0px;
  padding: 0px;
  width: 100%; }

.scfCheckBoxListGeneralPanel.columns {
  margin-bottom: 0; }
  .scfCheckBoxListGeneralPanel.columns .scfCheckBoxList tr:last-child td {
    padding-bottom: 0; }

@media (max-width: 767px) {
  .scfCaptcha {
    margin-top: 1.5em !important; } }

@media (max-width: 767px) {
  .scfSubmitButtonBorder {
    width: 100% !important;
    margin-left: 0 !important;
    max-width: none !important;
    margin-bottom: 1.5em !important;
    font-size: 1.6rem; } }

.scfSectionContent {
  width: 100%;
  float: left; }
  .scfSectionContent .jcf-select {
    min-width: unset; }
    .scfSectionContent .jcf-select .jcf-select-opener {
      line-height: inherit !important;
      font-size: 1.6rem; }
      @media (max-width: 991px) {
        .scfSectionContent .jcf-select .jcf-select-opener {
          font-size: 1.4rem; } }
  .scfSectionContent .required span {
    color: #df0000; }
  .scfSectionContent .columns {
    background-color: #fff;
    margin-left: 0;
    padding: 0;
    width: 80%; }
    @media (max-width: 767px) {
      .scfSectionContent .columns {
        width: 100%; } }
    .scfSectionContent .columns label {
      font-weight: normal;
      font-size: 1em;
      margin-bottom: 0;
      text-align: left; }
      @media (max-width: 991px) {
        .scfSectionContent .columns label {
          font-size: 1.4rem;
          line-height: 1.4em; } }
      @media (max-width: 767px) {
        .scfSectionContent .columns label {
          margin-top: 1em; } }
      .scfSectionContent .columns label.error-label {
        margin-left: .6em; }
        @media (max-width: 767px) {
          .henryford .scfSectionContent .columns label.error-label {
            margin-bottom: 2px;
            margin-left: 1em;
            margin-top: 3px !important; } }
    .scfSectionContent .columns span {
      font-size: .8em;
      text-align: left;
      line-height: 1.4em;
      margin-right: 0.6em; }
      @media (max-width: 991px) {
        .scfSectionContent .columns span {
          font-size: 1.4rem; } }
      .scfSectionContent .columns span.EventAmountLabel {
        margin-top: .55em; }
        @media (max-width: 767px) {
          .scfSectionContent .columns span.EventAmountLabel {
            margin-top: 1.25em; } }
      .scfSectionContent .columns span.error-label {
        margin-left: .6em; }
    .scfSectionContent .columns table tr td {
      text-align: left;
      border: none;
      padding: 0.5em .3em;
      background: transparent;
      position: relative; }
      @media (max-width: 768px) {
        .scfSectionContent .columns table tr td label {
          line-height: 1.5 !important; } }
    .scfSectionContent .columns .scfDateSelectorLabel, .scfSectionContent .columns .scfRadioButtonListLabel, .scfSectionContent .columns .scfCheckBoxListLabel {
      font-size: 1em; }
      @media (max-width: 991px) {
        .scfSectionContent .columns .scfDateSelectorLabel, .scfSectionContent .columns .scfRadioButtonListLabel, .scfSectionContent .columns .scfCheckBoxListLabel {
          font-size: 1.4rem; } }
    .scfSectionContent .columns .scfDateSelectorLabel {
      margin-bottom: 1.2em; }
      @media (max-width: 767px) {
        .scfSectionContent .columns .scfDateSelectorLabel {
          margin-top: 1em;
          margin-bottom: 0; } }
    .scfSectionContent .columns .scfCheckBoxList input[type=checkbox] {
      vertical-align: top; }
      @media (min-width: 768px) {
        .scfSectionContent .columns .scfCheckBoxList input[type=checkbox] {
          margin-top: .3em; } }
    .scfSectionContent .columns .scfCheckBoxList label {
      width: 93%; }
      @media (max-width: 767px) {
        .henryford .scfSectionContent .columns .scfCheckBoxList label {
          margin-left: -13px;
          margin-top: 0;
          padding-left: 18px; } }
    .scfSectionContent .columns .scfCaptchaLabelText {
      width: 100%;
      text-align: left;
      margin-bottom: .3em;
      margin-left: 0.6em; }
    @media (max-width: 991px) {
      .scfSectionContent .columns .jcf-select-text {
        margin-top: 9px; } }
    .scfSectionContent .columns .jcf-select-text span {
      font-size: 1.57em; }
      @media (max-width: 991px) {
        .scfSectionContent .columns .jcf-select-text span {
          font-size: 1.4rem; } }
    .scfSectionContent .columns .scfCheckbox {
      width: 90%;
      display: block;
      padding: 0px 0px;
      margin: 0px; }
      .scfSectionContent .columns .scfCheckbox label {
        font-size: 1.25em;
        padding-left: .2em; }
        @media (max-width: 991px) {
          .scfSectionContent .columns .scfCheckbox label {
            font-size: 1.4rem; } }
    .scfSectionContent .columns .jcf-list-box {
      margin: 0;
      width: 70%;
      float: left;
      height: 150px; }
      @media (max-width: 767px) {
        .scfSectionContent .columns .jcf-list-box {
          width: 100%; } }
      .scfSectionContent .columns .jcf-list-box .jcf-list-content {
        max-height: 150px !important;
        border: none; }
        .scfSectionContent .columns .jcf-list-box .jcf-list-content ul li span {
          font-size: 2.44em;
          padding: .5em; }
          @media (max-width: 991px) {
            .scfSectionContent .columns .jcf-list-box .jcf-list-content ul li span {
              font-size: 1.4rem; } }
    .scfSectionContent .columns .scfCaptchaLabel {
      display: none; }
    .scfSectionContent .columns .scfCaptchTop {
      width: 100%; }
      .scfSectionContent .columns .scfCaptchTop table {
        margin: 0; }
      .scfSectionContent .columns .scfCaptchTop img {
        margin: 0; }
        @media (max-width: 991px) {
          .scfSectionContent .columns .scfCaptchTop img {
            max-width: 160%; } }
        @media (max-width: 767px) {
          .scfSectionContent .columns .scfCaptchTop img {
            max-width: 50%; } }
  .scfSectionContent .scfCreditCard, .scfSectionContent .scfPasswordConfirmation {
    width: 70%; }
    @media (max-width: 767px) {
      .scfSectionContent .scfCreditCard, .scfSectionContent .scfPasswordConfirmation {
        width: 100%; } }
    .scfSectionContent .scfCreditCard .twelve.columns, .scfSectionContent .scfPasswordConfirmation .twelve.columns {
      width: 100%; }
  .scfSectionContent .scfCreditCardGeneralPanel {
    margin-bottom: 1.2em; }
  .scfSectionContent .scfCreditCardGeneralPanel, .scfSectionContent .scfCreditCardBorder {
    width: 100%; }
  .scfSectionContent .scfDateSelectorGeneralPanel label {
    text-align: left;
    margin-bottom: .3em;
    padding-left: 0; }
    @media (max-width: 767px) {
      .scfSectionContent .scfDateSelectorGeneralPanel label {
        display: none; } }
  .scfSectionContent .scfDateSelectorGeneralPanel .selectbox {
    width: 30%;
    margin-right: 3%;
    float: left; }
    @media (max-width: 767px) {
      .scfSectionContent .scfDateSelectorGeneralPanel .selectbox {
        width: 100%;
        margin-right: 0;
        margin-top: 3em; } }
    @media (max-width: 767px) {
      .scfSectionContent .scfDateSelectorGeneralPanel .selectbox:first-of-type {
        margin-top: 0em; } }
  .scfSectionContent .scfFileUpload {
    padding: .75em;
    border: 1px solid #c3c3c3; }
    @media (max-width: 767px) {
      .scfSectionContent .scfFileUpload {
        font-size: 1.4rem; } }
  .scfSectionContent .ui-icon.ui-icon-calendar {
    background-image: none;
    width: 30px;
    text-indent: 0;
    overflow: visible;
    top: -35px; }
    @media (max-width: 991px) {
      .scfSectionContent .ui-icon.ui-icon-calendar {
        top: -30px; } }
    .scfSectionContent .ui-icon.ui-icon-calendar:before {
      content: '\f271';
      font-size: 1.6em;
      font-family: FontAwesome; }

.scfSectionUsefulInfo {
  width: 100%;
  /*padding: 5px 0px 0px 20px;*/
  vertical-align: top;
  display: inline;
  clear: both; }

/* Form fields */
/* Checkbox */
.scfCheckboxBorder {
  clear: left;
  text-align: left;
  display: block;
  margin: 5px 0px;
  width: 100%;
  padding: 12px; }

.scfCheckboxUsefulInfo {
  font-size: 0.9em;
  display: block;
  width: 90%;
  padding: 0px 3px;
  clear: both; }

/* Label */
.scfLabel {
  width: 100%;
  display: block; }

.scfListBox, .scfDropList {
  width: 100%;
  margin: 0 0 7.5px; }

.scfListBoxGeneralPanel, .scfDropListGeneralPanel {
  width: 100%;
  display: block;
  float: left; }

.scfMultipleLineTextBox {
  width: 100%;
  margin: 0px; }

.scfDropListBorder, .scfDropListBorder2, .scfEmailBorder, .scfMultipleLineTextBorder, .scfSingleLineTextBorder, .scfPasswordBorder, .scfNumberBorder, .scfDatePickerBorder, .scfDateBorder, .scfRadioButtonListBorder, .scfListBoxBorder, .scfCheckBoxListBorder, .scfFileUploadBorder, .scfDateSelectorBorder, .scfCreditCardBorder, .scfConfirmPasswordBorder, .scfCaptchaBorder, .scfTelephoneBorder, .scfSmsTelephoneBorder, .disableTrigger {
  clear: left;
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 6px;
  padding-top: 6px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 100%; }

.scfCheckBoxListBorder {
  margin-bottom: 7.5px; }

.scfEmailTextBox, .scfSingleLineTextBox, .scfPasswordTextBox, .scfNumberTextBox, .scfDatePickerTextBox, .scfDateTextBox, .scfRadioButtonList, .scfListBox, .scfCheckBoxList, .scfFileUpload, .scfCreditCardTextBox, .scfCreditCardType, .scfConfirmPasswordTextBox, .scfTelephoneTextBox, .scfSmsTelephoneTextBox {
  width: 100%;
  margin: 0px;
  padding: 6px 0 7.5px 4px; }

.scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel {
  padding: 3px 0 4px;
  width: 70%;
  display: block;
  float: left; }
  @media (max-width: 767px) {
    .scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel {
      width: 100%;
      margin-top: 1em; } }

.scfListBoxBorder, .scfDropListBorder, .scfEmailGeneralPanel, .scfMultipleLineGeneralPanel, .scfSingleLineGeneralPanel, .scfPasswordGeneralPanel, .scfNumberGeneralPanel, .scfDatePickerGeneralPanel, .scfDateGeneralPanel, .scfRadioButtonListGeneralPanel, .scfCheckBoxListGeneralPanel, .scfFileUploadGeneralPanel, .scfDateSelectorGeneralPanel, .scfCreditCardGeneralPanel, .scfConfirmPasswordGeneralPanel, .scfCaptchaGeneralPanel, .scfTelephoneGeneralPanel, .scfSmsTelephoneGeneralPanel {
  /*margin: 0px 3px;*/
  padding: 0px 3px 12px 0px;
  width: 70%;
  display: block;
  float: left;
  position: relative;
  margin-bottom: 1.2em; }

.scfRadioButtonListGeneralPanel input, .scfCheckBoxListGeneralPanel input {
  margin-bottom: 10px; }

.scfRadioButtonListGeneralPanel label, .scfCheckBoxListGeneralPanel label {
  padding-left: 5px; }

.scfDropListUsefulInfo, .scfEmailUsefulInfo, .scfMultipleLineTextUsefulInfo, .scfSingleLineTextUsefulInfo, .scfPasswordUsefulInfo, .scfNumberUsefulInfo, .scfDatePickerUsefulInfo, .scfDateUsefulInfo, .scfRadioButtonListUsefulInfo, .scfListBoxUsefulInfo, .scfCheckBoxListUsefulInfo, .scfFileUploadUsefulInfo, .scfDateSelectorUsefulInfo, .scfCreditCardTextUsefulInfo, .scfConfirmPasswordUsefulInfo, .scfCaptchaUsefulInfo, .scfTelephoneUsefulInfo, .scfSmsTelephoneUsefulInfo {
  color: #727272 !important;
  padding-left: 3px;
  font-size: 0.9em;
  width: 100%;
  display: block;
  float: left; }

.scfDateSelectorDay, .scfDateSelectorMonth, .scfDateSelectorYear {
  width: 33%;
  margin: 0px; }

.scfDateSelectorShortLabelDay, .scfDateSelectorShortLabelMonth, .scfDateSelectorShortLabelYear {
  padding: 0px 0px 1px 0px;
  margin: 0px;
  display: block;
  float: left;
  font-size: xx-small;
  line-height: 10px;
  width: 33%; }

ul {
  margin: 0px;
  padding: 0px; }

.scfCreditCardType {
  width: 100%; }

.scfCaptchaLabelText {
  width: 180px; }

.scfCaptcha img {
  border: 1px solid black; }

.scfCaptchaTextBox {
  width: 100%; }

.scfCaptchStrongTextPanel {
  width: 180px;
  display: block;
  float: left; }

.scfCaptchaLimitGeneralPanel {
  width: 215px; }

.scfCaptchaLimitGeneralPanel .scfRequired, .scfCaptchaLimitGeneralPanel .scfValidatorRequired {
  float: right; }

.scfCaptchaGeneralPanel embed {
  position: absolute;
  z-index: -10; }

.scfCaptchaGeneralPanel td br {
  margin-top: 3px;
  margin-bottom: 5px; }

.scfCaptchaGeneralPanel td input {
  margin-left: 20px; }

.scfCaptchaGeneralPanel table {
  margin-top: 30px; }

.scfShortDate {
  clear: left;
  text-align: left;
  display: block;
  margin: 5px 0px;
  vertical-align: top;
  width: 60%; }

.scfShortText {
  margin: 0px;
  float: right;
  width: 40%; }

.scfShortDate .scfDateSelectorLabel {
  width: 50%;
  margin-top: 0px; }

.scfShortDate .scfDateSelectorGeneralPanel {
  width: 46%; }

.scfShortDate .scfDateSelectorDay, .scfShortDate .scfDateSelectorShortLabelDay, .scfShortDate .scfDateSelectorShortLabelMonth, .scfShortDate .scfDateSelectorShortLabelYear {
  display: none; }

.scfShortDate .scfDateSelectorShortLabelMonth, .scfShortDate .scfDateSelectorShortLabelYear, .scfShortDate .scfDateSelectorMonth, .scfShortDate .scfDateSelectorYear {
  width: 49%; }

.scfShortText .scfSingleLineTextLabel {
  width: 15%; }

.scfShortText .scfSingleLineGeneralPanel {
  width: 60%; }

.scfShortText .scfSingleLineTextBox {
  width: 100%;
  margin: 0px; }

.scWfmPassword {
  behavior: url(/sitecore%20modules/shell/Web%20Forms%20for%20Marketers/themes/autocomplete.htc); }

.scfDatePickerGeneralPanel .ui-icon {
  float: right;
  position: relative;
  top: -20px;
  display: block; }

.scfCheckBoxListBorder {
  margin-bottom: 14px; }

.scfCheckbox label {
  padding-left: 5px; }

.scfDropListGeneralPanel select {
  width: 95%; }

.scfDropListGeneralPanel option {
  padding-left: 6px; }

.scfDropListBorder {
  width: 40%; }

.disableTrigger {
  width: 50%; }

.scfDropListBorder2 {
  width: 40% !important; }

.halfAvailableWidth {
  float: left;
  text-align: left;
  display: inline;
  margin: 5px 0px;
  width: 50%;
  vertical-align: top; }

.thirdAvailableWidth {
  float: left;
  text-align: left;
  display: inline;
  margin: 5px 0px;
  width: 33%;
  vertical-align: top; }

.halfLeft {
  width: 50%; }

.halfRight {
  width: 50%;
  float: right; }

.halfLeft .scfSectionBorderAsFieldSet,
.halfRight .scfSectionBorderAsFieldSet {
  margin: 0px;
  padding: 0px;
  border-width: 0px; }

.halfLeft .scfEmailGeneralPanel,
.halfLeft .scfMultipleLineGeneralPanel,
.halfLeft .scfSingleLineGeneralPanel,
.halfLeft .scfPasswordGeneralPanel,
.halfLeft .scfNumberGeneralPanel,
.halfLeft .scfDatePickerGeneralPanel,
.halfLeft .scfDateGeneralPanel,
.halfLeft .scfRadioButtonListGeneralPanel,
.halfLeft .scfCheckBoxListGeneralPanel,
.halfLeft .scfFileUploadGeneralPanel,
.halfLeft .scfDateSelectorGeneralPanel,
.halfRight .scfEmailGeneralPanel,
.halfRight .scfMultipleLineGeneralPanel,
.halfRight .scfSingleLineGeneralPanel,
.halfRight .scfPasswordGeneralPanel,
.halfRight .scfNumberGeneralPanel,
.halfRight .scfDatePickerGeneralPanel,
.halfRight .scfDateGeneralPanel,
.halfRight .scfRadioButtonListGeneralPanel,
.halfRight .scfCheckBoxListGeneralPanel,
.halfRight .scfFileUploadGeneralPanel,
.halfRight .scfDateSelectorGeneralPanel {
  margin: 0px;
  width: 80%;
  display: block;
  float: left;
  margin-bottom: 10px; }

.halfLeft .scfDropListBorder,
.halfLeft .scfEmailBorder,
.halfLeft .scfMultipleLineTextBorder,
.halfLeft .scfSingleLineTextBorder,
.halfLeft .scfPasswordBorder,
.halfLeft .scfNumberBorder,
.halfLeft .scfDatePickerBorder,
.halfLeft .scfDateBorder,
.halfLeft .scfRadioButtonListBorder,
.halfLeft .scfListBoxBorder,
.halfLeft .scfCheckBoxListBorder,
.halfLeft .scfFileUploadBorder,
.halfRight .scfDropListBorder,
.halfRight .scfEmailBorder,
.halfRight .scfMultipleLineTextBorder,
.halfRight .scfSingleLineTextBorder,
.halfRight .scfPasswordBorder,
.halfRight .scfNumberBorder,
.halfRight .scfDatePickerBorder,
.halfRight .scfDateBorder,
.halfRight .scfRadioButtonListBorder,
.halfRight .scfListBoxBorder,
.halfRight .scfCheckBoxListBorder,
.halfRight .scfFileUploadBorder {
  text-align: left;
  display: block;
  margin: 0px;
  width: 100%;
  vertical-align: top; }

.halfLeft .scfDropListLabel,
.halfLeft .scfEmailLabel,
.halfLeft .scfMultipleLineTextLabel,
.halfLeft .scfSingleLineTextLabel,
.halfLeft .scfPasswordLabel,
.halfLeft .scfNumberLabel,
.halfLeft .scfDatePickerLabel,
.halfLeft .scfDateLabel,
.halfLeft .scfRadioButtonListLabel,
.halfLeft .scfCheckBoxListLabel,
.halfLeft .scfListBoxLabel,
.halfLeft .scfFileUploadLabel,
.halfLeft .scfDateSelectorLabel,
.halfRight .scfDropListLabel,
.halfRight .scfEmailLabel,
.halfRight .scfMultipleLineTextLabel,
.halfRight .scfSingleLineTextLabel,
.halfRight .scfPasswordLabel,
.halfRight .scfNumberLabel,
.halfRight .scfDatePickerLabel,
.halfRight .scfDateLabel,
.halfRight .scfRadioButtonListLabel,
.halfRight .scfCheckBoxListLabel,
.halfRight .scfListBoxLabel,
.halfRight .scfFileUploadLabel,
.halfRight .scfDateSelectorLabel {
  padding-bottom: 0px; }

.halfLeft .scfValidator,
.halfRight .scfValidator {
  margin: 0px;
  display: block;
  font-size: 0.8em;
  position: absolute; }

.halfLeft .scfValidatorRequired,
.halfLeft .scfRequired,
.halfRight .scfValidatorRequired,
.halfRight .scfRequired {
  float: left; }

@media (min-width: 992px) {
  #MammographyViewAppointmentsField .columns button span {
    font-size: 1em !important; } }

@media (max-width: 991px) {
  #MammographyViewAppointmentsField table {
    font-size: 1.75em;
    line-height: 1.5em; }
    #MammographyViewAppointmentsField table td {
      text-align: center; } }

@media (max-width: 767px) {
  .item-url-mammography-eligibility-form .scfSubmitButtonBorder {
    margin-top: 15px; } }

.sp-select-wrapper.jcf-select, .lc-select-wrapper.jcf-select {
  /*  Remove border from .jcf-select because it's causing the child specialty dropdown
      to be 2 pixels smaller than it's parent */
  border: 0; }
  .sp-select-wrapper.jcf-select:focus, .sp-select-wrapper.jcf-select:active, .lc-select-wrapper.jcf-select:focus, .lc-select-wrapper.jcf-select:active {
    outline-width: 0;
    border: 0;
    /* Add border to specialty dropdown */ }
    .sp-select-wrapper.jcf-select:focus .sp-select, .sp-select-wrapper.jcf-select:active .sp-select, .lc-select-wrapper.jcf-select:focus .sp-select, .lc-select-wrapper.jcf-select:active .sp-select {
      border: 1px solid #79b7e0; }
  .sp-select-wrapper.jcf-select .jcf-list-content, .lc-select-wrapper.jcf-select .jcf-list-content {
    margin-top: -1px; }

.sp-select-wrapper .focus-blue, .lc-select-wrapper .focus-blue {
  border: 1px solid #79b7e0; }

.sp-select, .lc-select {
  /* Add border to specialty dropdown - removing from .jcf-select */
  border: 1px solid #c3c3c3; }
  .sp-select:focus, .lc-select:focus {
    outline-width: 0; }

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  background: none;
  white-space: normal; }

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  position: relative; }
  .vs__selected-options:after {
    content: "\e90c";
    position: absolute;
    right: 2rem;
    font-family: icomoon;
    color: #000;
    font-size: .5rem;
    top: 45%;
    font-weight: bold; }

.vs__search, .vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1.4rem;
  border: 1px solid rgba(60, 60, 60, 0.26);
  outline: none;
  height: 48px;
  padding: 6px 35px 6px 14px;
  background: none;
  box-shadow: none;
  width: 100%;
  min-width: 16rem;
  max-width: 41rem;
  flex-grow: 1;
  cursor: pointer; }
  @media (min-width: 768px) {
    .vs__search, .vs__search:focus {
      font-size: 1.7rem; } }

.vs__dropdown-menu {
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 16rem;
  max-width: 41rem;
  overflow-y: auto;
  border: 1px solid rgba(60, 60, 60, 0.26);
  text-align: left;
  list-style: none;
  background: #fff;
  padding-top: .8rem; }
  .vs__dropdown-menu .vs__dropdown-option {
    line-height: 1.42857143;
    display: block;
    padding: 4px 12px;
    clear: both;
    color: #333;
    font-size: 1.4rem;
    margin-left: 0; }
    @media (min-width: 768px) {
      .vs__dropdown-menu .vs__dropdown-option {
        font-size: 1.7rem; } }
    .vs__dropdown-menu .vs__dropdown-option:hover {
      cursor: pointer; }
    .vs__dropdown-menu .vs__dropdown-option--highlight {
      background: #7ebae3;
      color: #000; }

.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  padding: 0 12px;
  border: 1px solid rgba(60, 60, 60, 0.26);
  color: #333;
  line-height: 1.4;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 82%;
  overflow: hidden; }

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent; }

ul {
  padding-left: 0;
  margin-bottom: 26px;
  margin-top: 26px; }
  ul li {
    list-style-type: disc;
    margin-left: 46px;
    padding-left: 1px;
    margin-bottom: 7.5px; }
    ul li li {
      list-style-type: circle;
      margin-left: 20px;
      padding-left: 1px;
      margin-bottom: 7.5px; }
      ul li li li {
        list-style-type: disc;
        margin-left: 20px;
        padding-left: 1px;
        margin-bottom: 7.5px; }
        ul li li li li {
          list-style-type: circle;
          margin-left: 20px;
          padding-left: 1px;
          margin-bottom: 7.5px; }
          ul li li li li li {
            list-style-type: disc;
            margin-left: 20px;
            padding-left: 1px;
            margin-bottom: 7.5px; }

ol {
  padding-left: 0;
  margin-bottom: 26px;
  margin-top: 26px; }
  ol li {
    list-style-type: decimal;
    margin-left: 42px;
    padding-left: 3.5px;
    margin-bottom: 7.5px; }
    ol li li {
      list-style-type: lower-alpha;
      margin-left: 8.5px;
      padding-left: 3.5px;
      margin-bottom: 7.5px; }
      ol li li li {
        list-style-type: decimal;
        margin-left: 8.5px;
        padding-left: 3.5px;
        margin-bottom: 7.5px; }
        ol li li li li {
          list-style-type: lower-alpha;
          margin-left: 8.5px;
          padding-left: 3.5px;
          margin-bottom: 7.5px; }
          ol li li li li li {
            list-style-type: decimal;
            margin-left: 8.5px;
            padding-left: 3.5px;
            margin-bottom: 7.5px; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 12px; }
  ul ul ul,
  ul ul ol,
  ul ol ul,
  ul ol ol,
  ol ul ul,
  ol ul ol,
  ol ol ul,
  ol ol ol {
    margin-top: 12px; }

body.nav-active {
  overflow: hidden; }

/*--Experience-editor specific fix for header--*/
.main-header.scEnabledChrome[sc-part-of] {
  position: static; }

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

.main-header.initheader {
  position: relative; }

/* secondary nav*/
#secondary-nav {
  background: #003e74;
  margin: 0;
  width: 100%;
  padding: 1.3rem; }
  #secondary-nav > ul > li + li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 30px; }
  #secondary-nav .secondary-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 auto; }
  #secondary-nav a {
    padding-bottom: 0;
    font-size: 1.6rem;
    color: #FFF; }
    #secondary-nav a:before {
      height: 0; }
    #secondary-nav a:hover {
      color: #fff;
      text-decoration: underline; }

/* end secondary nav*/
/* main header styles */
.main-header {
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9999;
  /* logo style */ }
  .main-header .primary-nav {
    padding: 26px 13px 21px; }
    @media (max-width: 1599px) {
      .main-header .primary-nav {
        padding: 23px 13px 18px; } }
    @media (max-width: 991px) {
      .main-header .primary-nav {
        padding: 17px 8px; } }
    @media (max-width: 767px) {
      .main-header .primary-nav {
        padding: 7px 11px; } }
  .main-header.fixed-position {
    background: #fff;
    border-bottom: 1px solid #b3b3b3;
    /* logo style */ }
    .main-header.fixed-position .logo {
      width: auto;
      height: 60px; }
      @media (max-width: 1366px) {
        .main-header.fixed-position .logo {
          height: 45px; } }
      @media (max-width: 1024px) {
        .main-header.fixed-position .logo {
          height: 30px; } }
      @media (max-width: 768px) {
        .main-header.fixed-position .logo {
          height: 40px; } }
      @media (max-width: 480px) {
        .main-header.fixed-position .logo {
          max-width: 135px;
          height: 30px; } }
    .main-header.fixed-position .header-r {
      padding-top: 7px; }
      @media (max-width: 1599px) {
        .main-header.fixed-position .header-r {
          padding-top: 3px; } }
      @media (max-width: 991px) {
        .main-header.fixed-position .header-r {
          padding-top: 0; } }
      @media (max-width: 767px) {
        .main-header.fixed-position .header-r {
          padding-top: 3px; } }
  .main-header .logo {
    float: left;
    height: 70px;
    max-width: 400px; }
    @media (max-width: 1366px) {
      .main-header .logo {
        height: 55px; } }
    @media (max-width: 1024px) {
      .main-header .logo {
        max-width: 245px; } }
    @media (max-width: 768px) {
      .main-header .logo {
        height: 50px;
        max-width: 240px; } }
    @media (max-width: 480px) {
      .main-header .logo {
        max-width: 165px;
        height: 35px; } }
    .main-header .logo a {
      display: block;
      max-width: none;
      width: 100%;
      height: 100%; }
      .main-header .logo a img {
        /*-webkit-transition: all .5s;
        transition: all .5s;*/
        height: 100%; }
        @media (max-width: 768px) {
          .main-header .logo a img {
            width: auto; } }

/* header-r styles */
.header-r {
  transition: padding 0.3s linear;
  width: auto;
  padding-left: 10px;
  padding-top: 12px;
  text-align: right;
  font-size: 0;
  line-height: 0;
  float: right; }
  @media (max-width: 1599px) {
    .header-r {
      padding-top: 7px; } }
  @media (max-width: 991px) {
    .header-r {
      padding-top: 0; } }
  @media (min-width: 1017px) and (max-width: 1050px) {
    .header-r {
      float: none;
      width: auto; } }
  @media (max-width: 767px) {
    .header-r {
      padding-top: 8px; } }
  @media (max-width: 767px) {
    .header-r .form-group:focus {
      outline: none !important; } }
  .header-r .tel {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 1.4em;
    max-width: 350px; }
    @media (max-width: 1023px) {
      .header-r .tel {
        max-width: 260px; } }
    @media (max-width: 991px) {
      .header-r .tel {
        max-width: 230px; } }
    .header-r .tel .phone-text:first-of-type {
      display: block; }
    .header-r .tel span.icon {
      margin-right: 0.5em; }
    .header-r .tel.right {
      text-align: left; }
      @media (min-width: 992px) {
        .header-r .tel.right a {
          float: right; } }
      @media (max-width: 1599px) {
        .header-r .tel.right {
          font-size: 14px; }
          .header-r .tel.right a {
            padding-left: 25px; } }
    .header-r .tel.block {
      width: 29%; }
      @media (min-width: 1900px) {
        .header-r .tel.block {
          font-size: 20px;
          line-height: 23px;
          vertical-align: middle; }
          .header-r .tel.block .text {
            line-height: 1.5; } }
      @media (max-width: 1599px) {
        .header-r .tel.block {
          width: 18%; } }
      @media (max-width: 1599px) {
        .header-r .tel.block {
          width: 26%; } }
      @media (max-width: 1365px) {
        .header-r .tel.block {
          width: 31%; } }
      @media (max-width: 1074px) {
        .header-r .tel.block {
          width: auto; }
          .header-r .tel.block .text {
            display: none; } }
      @media (min-width: 992px) {
        .header-r .tel.block a:before {
          font-size: 22px; } }
    @media (max-width: 1599px) {
      .header-r .tel {
        font-size: 19px;
        line-height: 21px; } }
    @media (max-width: 991px) {
      .header-r .tel {
        font-size: 16px;
        line-height: 18px; } }
    @media (max-width: 767px) {
      .header-r .tel {
        padding: 0; } }
    .header-r .tel a {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding-left: 30px;
      color: #383838; }
    .header-r .tel .contact-opener-wrap {
      position: relative; }
      @media (min-width: 768px) {
        .header-r .tel .contact-opener-wrap {
          display: none; } }
      .header-r .tel .contact-opener-wrap:before {
        transition: none;
        content: "";
        position: absolute;
        top: -15px;
        bottom: -16px;
        left: -5px;
        right: -5px; }
        .fixed-position .header-r .tel .contact-opener-wrap:before {
          bottom: -13px; }
    .header-r .tel .contact-opener {
      display: block;
      padding: 0 9px 3px;
      position: relative;
      width: 34px;
      height: 28px;
      z-index: 1;
      color: #003e74; }
      .header-r .tel .contact-opener:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: #79b7e0;
        z-index: 1; }
      .nav-active .header-r .tel .contact-opener {
        z-index: -1; }
      .header-r .tel .contact-opener.contact-close {
        display: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
        width: 20px;
        height: 20px;
        padding: 0; }
        .header-r .tel .contact-opener.contact-close:after {
          content: "\e902";
          color: #fff;
          font-size: 20px;
          transform: rotate(45deg);
          font-family: icomoon;
          left: 35%;
          top: 3px; }
        .header-r .tel .contact-opener.contact-close:before {
          content: none; }
      .header-r .tel .contact-opener:after {
        content: "\66";
        font-family: henryford-icons;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 21px;
        line-height: 1;
        color: #003e74; }
      .header-r .tel .contact-opener:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: #79b7e0;
        z-index: 1; }
      .header-r .tel .contact-opener:focus {
        text-decoration: none; }
      .header-r .tel .contact-opener:hover {
        text-decoration: none;
        color: #5e7500; }
      .header-r .tel .contact-opener.email-opener:after {
        content: "\7a"; }
    .header-r .tel .contact-slide {
      text-align: center;
      padding: 30px 10px;
      display: none; }
      @media (max-width: 767px) {
        .header-r .tel .contact-slide {
          position: absolute;
          left: 0;
          right: 0;
          top: 100%;
          background: rgba(0, 62, 116, 0.95); } }
      @media (min-width: 768px) {
        .header-r .tel .contact-slide {
          position: static !important; } }
    .header-r .tel a {
      width: 100%;
      padding-left: 0; }
    .header-r .tel span {
      display: inline-block; }
    .header-r .tel .icon {
      display: inline-block;
      vertical-align: middle; }
    .header-r .tel .mobile-link {
      margin-top: 25px; }
      .header-r .tel .mobile-link a {
        color: #fff;
        display: inline-block;
        vertical-align: middle; }
        .header-r .tel .mobile-link a:active, .header-r .tel .mobile-link a:focus, .header-r .tel .mobile-link a:hover {
          color: #fff; }
        .header-r .tel .mobile-link a:after {
          margin-left: 0.8em;
          content: "\f101";
          font-size: 26px;
          line-height: 1;
          font-family: FontAwesome;
          display: inline-block;
          vertical-align: sub; }
    .header-r .tel .inner-contact-slide {
      border-bottom: 1px solid #7798b4; }
      .header-r .tel .inner-contact-slide .phone-text {
        margin-bottom: 25px;
        color: #fff; }
      .header-r .tel .inner-contact-slide .btn {
        height: 50px;
        padding-right: 0;
        margin: 15px 0 25px 0; }
        .header-r .tel .inner-contact-slide .btn:hover {
          color: #262626; }
  .header-r .ui-autocomplete {
    width: 500px !important;
    top: 100% !important;
    left: auto !important;
    right: 0 !important; }
    @media (max-width: 767px) {
      .header-r .ui-autocomplete {
        width: 100% !important; } }
    .header-r .ui-autocomplete .ui-menu-item {
      text-align: left; }

.contact-area.contact-active .contact-opener-wrap {
  position: relative; }
  .contact-area.contact-active .contact-opener-wrap:before {
    background: rgba(0, 62, 116, 0.95);
    z-index: 2; }
  .contact-area.contact-active .contact-opener-wrap a:first-of-type:after {
    height: 0px;
    z-index: 0; }

.contact-area.contact-active .contact-opener.contact-close {
  display: block; }

.nav-opener-wrap {
  display: none;
  vertical-align: middle;
  margin-left: 45px; }
  @media (max-width: 1100px) {
    .nav-opener-wrap {
      display: inline-block; } }
  @media (max-width: 767px) {
    .nav-opener-wrap {
      margin-top: 0;
      margin-left: 14px;
      float: right; } }
  @media (min-width: 768px) {
    .nav-opener-wrap {
      margin-top: 6px; } }
  .nav-opener-wrap .nav-opener.menu {
    font-size: 16px;
    line-height: 18px;
    display: block;
    padding-bottom: 10px;
    position: relative;
    color: #003e74;
    text-decoration: none; }
    .nav-opener-wrap .nav-opener.menu:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 2px;
      background: #79b7e0; }
    .nav-opener-wrap .nav-opener.menu:focus, .nav-opener-wrap .nav-opener.menu:hover {
      text-decoration: none;
      color: #5e7500; }
      .nav-opener-wrap .nav-opener.menu:focus:before, .nav-opener-wrap .nav-opener.menu:hover:before {
        height: 6px;
        background: #a8d104; }
      .nav-opener-wrap .nav-opener.menu:focus span:after, .nav-opener-wrap .nav-opener.menu:hover span:after {
        border-color: #5e7500; }
      .nav-opener-wrap .nav-opener.menu:focus span:before, .nav-opener-wrap .nav-opener.menu:hover span:before {
        background: #5e7500; }
    .nav-opener-wrap .nav-opener.menu span {
      display: block;
      position: relative;
      padding-right: 24px; }
      .nav-opener-wrap .nav-opener.menu span:after {
        content: "";
        width: 14px;
        height: 14px;
        border: solid #003e74;
        border-width: 1px 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .nav-opener-wrap .nav-opener.menu span:before {
        content: "";
        width: 14px;
        height: 1px;
        background: #003e74;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }

/* main navigation styles */
.nav-container .visible-sm-c-block li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 7px; }
  .nav-container .visible-sm-c-block li > a {
    font-size: 22px;
    display: block;
    vertical-align: top;
    color: #fff;
    padding: 0 0 0 24px;
    position: relative;
    line-height: 1.4em;
    width: 100%; }
  @media (max-width: 767px) {
    .nav-container .visible-sm-c-block li a.ui-corner-all {
      padding-left: 0; } }

.main-nav {
  display: inline-block;
  vertical-align: middle;
  margin: 12px 0 0 64px; }
  @media (max-width: 1099px) {
    .main-nav {
      display: none; } }
  @media (max-width: 1100px) {
    .main-nav {
      display: none; } }
  @media (max-width: 1599px) {
    .main-nav {
      margin-left: 55px; } }
  @media (max-width: 1365px) {
    .main-nav {
      margin-left: 20px; } }
  @media (max-width: 767px) {
    .main-nav {
      margin-left: 0; } }
  .main-nav > ul {
    font-size: 0;
    line-height: 0; }
    .main-nav > ul > li {
      display: inline-block;
      vertical-align: middle;
      font-size: 22px;
      line-height: 24px;
      margin-bottom: 0;
      padding-left: 0;
      margin-left: 0; }
      @media (max-width: 1599px) {
        .main-nav > ul > li {
          font-size: 19px;
          line-height: 21px; } }
      .main-nav > ul > li.active-nav a {
        color: #5e7500;
        text-decoration: none; }
        .main-nav > ul > li.active-nav a:before {
          height: 6px;
          background: #a8d104; }
      .main-nav > ul > li + li {
        margin-left: 32px; }
        @media (max-width: 1599px) {
          .main-nav > ul > li + li {
            margin-left: 26px; } }
        @media (max-width: 1365px) {
          .main-nav > ul > li + li {
            margin-left: 10px; } }
      .main-nav > ul > li.more a {
        padding-right: 24px; }
        .main-nav > ul > li.more a:after {
          content: "\e90c";
          position: absolute;
          top: 9px;
          right: 0;
          font-size: 8px;
          line-height: 1;
          font-family: icomoon; }
          @media (max-width: 1599px) {
            .main-nav > ul > li.more a:after {
              right: 4px;
              top: 7px; } }
      .main-nav > ul > li.active a {
        color: #5e7500; }
        .main-nav > ul > li.active a:before {
          height: 6px;
          background: #a8d104; }
      .main-nav > ul > li > a {
        color: #003e74;
        display: block;
        padding-bottom: 14px;
        position: relative; }
        .main-nav > ul > li > a:before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 2px;
          background: #79b7e0; }
        .main-nav > ul > li > a:focus, .main-nav > ul > li > a:hover {
          text-decoration: none;
          color: #5e7500; }
          .main-nav > ul > li > a:focus:before, .main-nav > ul > li > a:hover:before {
            height: 6px;
            background: #a8d104; }

@media (max-width: 1100px) {
  .nav-container .search-slide, .search-form--mobile .search-slide {
    padding: 25px 22px; } }

/* search form area styles */
.search-form-area {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 24px;
  margin-left: 64px; }
  @media (max-width: 1599px) {
    .search-form-area {
      margin-left: 52px; } }
  @media (max-width: 1365px) {
    .search-form-area {
      margin-left: 20px; } }
  @media (max-width: 991px) {
    .search-form-area {
      margin-left: 24px; } }
  @media (max-width: 767px) {
    .search-form-area {
      margin-left: 13px; } }
  .search-form-area .search-opener-wrap {
    position: relative; }
    @media (min-width: 768px) {
      .search-form-area .search-opener-wrap {
        display: none; } }
    .search-form-area .search-opener-wrap:before {
      transition: none;
      content: "";
      position: absolute;
      top: -15px;
      bottom: -16px;
      left: -5px;
      right: -5px; }
      .fixed-position .search-form-area .search-opener-wrap:before {
        bottom: -13px; }
  .search-form-area.search-active .search-opener-wrap {
    position: relative; }
    .search-form-area.search-active .search-opener-wrap:before {
      background: rgba(0, 62, 116, 0.95);
      z-index: 2;
      transition: none; }
  .search-form-area.search-active .search-opener.search-close {
    display: block; }
  .search-form-area .search-opener {
    display: block;
    padding: 0 9px 3px;
    position: relative;
    width: 34px;
    height: 28px;
    z-index: 1;
    color: #003e74; }
    .nav-active .search-form-area .search-opener {
      z-index: -1; }
    .search-form-area .search-opener.search-close {
      display: none;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
      width: 20px;
      height: 20px;
      padding: 0; }
      .search-form-area .search-opener.search-close:after {
        content: "\e902";
        font-family: icomoon;
        color: #fff;
        transform: rotate(-45deg);
        left: 0;
        font-size: 20px; }
      .search-form-area .search-opener.search-close:before {
        content: none; }
    .search-form-area .search-opener:after {
      content: "\6a";
      font-family: henryford-icons;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      font-size: 21px;
      line-height: 1;
      color: #003e74; }
    .search-form-area .search-opener:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 2px;
      background: #79b7e0;
      z-index: 1; }
    .search-form-area .search-opener:focus {
      text-decoration: none; }
    .search-form-area .search-opener:hover {
      text-decoration: none;
      color: #5e7500; }
  .search-form-area .search-slide {
    display: none; }
    @media (max-width: 767px) {
      .search-form-area .search-slide {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: rgba(0, 62, 116, 0.95); } }
    @media (min-width: 768px) {
      .search-form-area .search-slide {
        position: static !important; } }

/* search form styles */
.search-form {
  background: #f7f7f7;
  padding: 12px 50px 13px 10px;
  border-bottom: 2px solid #7ebae3;
  width: 215px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 1; }
  @media (min-width: 768px) {
    .search-form .xclose {
      margin-left: -30px !important; }
      .search-form .xclose + input.inp-padding {
        padding-right: 30px !important; } }
  @media (max-width: 1599px) {
    .search-form {
      width: 186px;
      font-size: 19px;
      line-height: 21px; } }
  @media (max-width: 991px) {
    .search-form {
      width: 175px;
      font-size: 16px;
      line-height: 18px;
      padding: 10px 39px 10px 7px; } }
  @media (max-width: 1100px) {
    .search-form--mobile .search-form, .nav-container .search-form {
      width: 100%;
      border: none;
      background: none;
      padding: 0; } }
  .search-form .form-group {
    margin: 0;
    position: relative; }
  .search-form input[type="search"] {
    background: none;
    outline: none;
    border: none;
    padding: 0;
    width: 100%;
    font-size: 22px;
    line-height: 24px; }
    @media (max-width: 1599px) {
      .search-form input[type="search"] {
        font-size: 19px;
        line-height: 21px; } }
    @media (max-width: 1100px) {
      .search-form input[type="search"] {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .search-form input[type="search"] {
        background-color: #fff;
        height: 40px;
        padding: 8px 12px;
        width: 83%; } }
    .search-form input[type="search"]::-webkit-input-placeholder {
      color: #383838; }
    .search-form input[type="search"]:-moz-placeholder {
      color: #383838;
      opacity: 1; }
    .search-form input[type="search"]::-moz-placeholder {
      color: #383838;
      opacity: 1; }
    .search-form input[type="search"]:-ms-input-placeholder {
      color: #383838; }
  .search-form .submit-wrap {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px; }
    @media (max-width: 991px) {
      .search-form .submit-wrap {
        right: -35px; } }
    @media (max-width: 767px) {
      .search-form .submit-wrap {
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        background: #a8d104;
        display: inline-block;
        vertical-align: middle;
        width: 16%; } }
    .search-form .submit-wrap:before {
      content: "\6a";
      font-family: henryford-icons;
      font-size: 26px;
      line-height: 1;
      color: #003e74;
      top: 50%;
      left: 20px;
      position: absolute;
      transform: translate(-50%, -50%);
      z-index: -1;
      margin-top: -2px; }
      @media (max-width: 1100px) {
        .search-form .submit-wrap:before {
          font-size: 22px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 2; } }
      @media (max-width: 991px) {
        .search-form .submit-wrap:before {
          margin-top: 0;
          font-size: 20px; } }
    .search-form .submit-wrap:hover:before {
      color: #5e7500; }
    .search-form .submit-wrap input[type="submit"] {
      text-indent: -9999px;
      overflow: hidden;
      border: none;
      background: none;
      text-align: left;
      padding: 0;
      width: 40px;
      height: 40px;
      position: relative;
      z-index: 9;
      color: #003e74;
      cursor: pointer; }
      @media (max-width: 1100px) {
        .nav-container .search-form .submit-wrap input[type="submit"],
        .search-form--mobile .search-form .submit-wrap input[type="submit"] {
          height: 40px;
          width: 100%;
          position: relative;
          z-index: 3; } }

.search-form-area.search-modal .search-form .submit-wrap {
  right: -40px; }
  @media (max-width: 991px) {
    .search-form-area.search-modal .search-form .submit-wrap {
      right: -15px; } }

/* nav-slide styles */
.nav-slide {
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: none;
  display: block !important;
  position: absolute;
  z-index: 99999;
  /*slide logo style */ }
  .nav-slide .holder {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999; }
    @media (max-width: 1100px) {
      .nav-slide .holder {
        overflow: scroll; } }
  .nav-active .nav-slide {
    visibility: visible;
    opacity: 1; }
  .nav-slide .frame {
    overflow: auto;
    background: rgba(0, 62, 116, 0.95);
    height: 100%; }
    @media (max-width: 1100px) {
      .nav-slide .frame {
        height: auto;
        overflow: visible; } }
  .nav-slide .nav-opener.nav-close {
    position: absolute;
    right: 0;
    top: 54px;
    width: 35px;
    height: 35px; }
    @media (max-width: 1599px) {
      .nav-slide .nav-opener.nav-close {
        width: 30px;
        height: 30px;
        top: 46px;
        right: 18px; } }
    @media (max-width: 991px) {
      .nav-slide .nav-opener.nav-close {
        top: 26px; } }
    @media (max-width: 767px) {
      .nav-slide .nav-opener.nav-close {
        width: 14px;
        height: 14px;
        top: 19px;
        right: 16px; } }
    .nav-slide .nav-opener.nav-close:before {
      content: "";
      content: "\e902";
      position: absolute;
      right: 17px;
      top: -4px;
      font-size: 42px;
      line-height: 1;
      color: #fff;
      font-family: icomoon;
      transform: rotate(45deg); }
      @media (max-width: 1599px) {
        .nav-slide .nav-opener.nav-close:before {
          font-size: 35px;
          right: -1px;
          top: -3px; } }
      @media (max-width: 767px) {
        .nav-slide .nav-opener.nav-close:before {
          font-size: 16px; } }
    .nav-slide .nav-opener.nav-close:hover, .nav-slide .nav-opener.nav-close:focus {
      text-decoration: none; }
  .nav-slide .container {
    padding-top: 25px;
    padding-bottom: 40px;
    position: relative;
    height: 100%; }
    .nav-slide .container:focus {
      outline: none; }
    @media (max-width: 1599px) {
      .nav-slide .container {
        padding-top: 22px; } }
    @media (max-width: 991px) {
      .nav-slide .container {
        padding-top: 18px; } }
    @media (max-width: 767px) {
      .nav-slide .container {
        padding-top: 8px; } }
  .nav-slide .slide-header {
    margin-bottom: 46px; }
    @media (max-width: 1599px) {
      .nav-slide .slide-header {
        margin-bottom: 39px; } }
    @media (max-width: 767px) {
      .nav-slide .slide-header {
        margin-bottom: 17px; } }
  .nav-slide .slide-logo {
    width: 202px;
    height: 74px;
    float: left; }
    @media (max-width: 1599px) {
      .nav-slide .slide-logo {
        width: 176px;
        height: 64px; } }
    @media (max-width: 991px) {
      .nav-slide .slide-logo {
        width: 108px;
        height: 40px; } }
    .nav-slide .slide-logo img {
      max-width: none;
      width: 100%;
      height: auto; }
  .nav-slide > ul {
    position: relative;
    font-size: 40px;
    line-height: 42px; }
    @media (max-width: 1599px) {
      .nav-slide > ul {
        font-size: 34px;
        line-height: 36px; } }
    @media (max-width: 991px) {
      .nav-slide > ul {
        font-size: 28px;
        line-height: 32px; } }
    @media (max-width: 991px) {
      .nav-slide > ul {
        font-size: 1.3em; } }
    .nav-slide > ul > li {
      margin-bottom: 26px; }
      @media (max-width: 1599px) {
        .nav-slide > ul > li {
          margin-bottom: 21px; } }
      @media (max-width: 991px) {
        .nav-slide > ul > li {
          margin-bottom: 18px; } }
      .nav-slide > ul > li > a {
        color: #fff;
        padding: 6px 0 6px 25px;
        position: relative;
        max-width: 300px;
        display: inline-block;
        vertical-align: top; }
        @media (max-width: 1599px) {
          .nav-slide > ul > li > a {
            padding-left: 18px;
            max-width: 200px; } }
        @media (max-width: 767px) {
          .nav-slide > ul > li > a {
            padding: 4px 0 4px 16px; } }
        .nav-slide > ul > li > a.tab-active {
          color: #a8d104; }
          .nav-slide > ul > li > a.tab-active:before {
            background: #a8d104; }
        .nav-slide > ul > li > a:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 8px;
          background: transparent; }
          @media (max-width: 1599px) {
            .nav-slide > ul > li > a:before {
              width: 7px; } }
          @media (max-width: 767px) {
            .nav-slide > ul > li > a:before {
              width: 4px; } }
        .nav-slide > ul > li > a:focus, .nav-slide > ul > li > a:hover {
          text-decoration: none;
          color: #a8d104; }
          .nav-slide > ul > li > a:focus:before, .nav-slide > ul > li > a:hover:before {
            background: #a8d104; }
  .nav-slide .tab-content-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    color: #fff; }
    @media (max-width: 767px) {
      .nav-slide .tab-content-holder {
        position: static;
        margin-left: 13px; } }
  .nav-slide .nav-accordion {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 26px;
    line-height: 35px;
    padding-top: 6px; }
    @media (max-width: 1599px) {
      .nav-slide .nav-accordion {
        font-size: 22px;
        line-height: 24px;
        padding-top: 8px; } }
    @media (max-width: 767px) {
      .nav-slide .nav-accordion {
        padding: 17px 0 8px 3px;
        font-size: 18px;
        line-height: 20px; } }
    .nav-slide .nav-accordion .search-modal {
      margin-left: 0;
      width: 90%; }
      .nav-slide .nav-accordion .search-modal .search-form {
        width: 100%;
        margin-bottom: 2em;
        color: #000; }
      .nav-slide .nav-accordion .search-modal .error {
        display: none; }
    .nav-slide .nav-accordion .nav-accordion-opener {
      width: 95%;
      padding-right: 1em;
      border-bottom: 2px solid #7798b4;
      font-size: 1em;
      color: #fff;
      position: relative;
      padding-bottom: .4em;
      margin-bottom: 1em; }
      @media (max-width: 991px) {
        .nav-slide .nav-accordion .nav-accordion-opener {
          font-size: .82em; } }
      .nav-slide .nav-accordion .nav-accordion-opener .btn-success.btn.pull-right {
        color: #000;
        position: relative;
        top: -25px;
        width: 100%;
        max-width: 325px; }
        @media (max-width: 991px) {
          .nav-slide .nav-accordion .nav-accordion-opener .btn-success.btn.pull-right {
            font-size: .95em;
            width: auto; } }
        .nav-slide .nav-accordion .nav-accordion-opener .btn-success.btn.pull-right:after {
          top: 55%; }
    @media (max-width: 1599px) {
      .nav-slide .nav-accordion > li {
        margin-bottom: 48px; } }
    @media (max-width: 991px) {
      .nav-slide .nav-accordion > li {
        margin-bottom: 0; } }
    .nav-slide .nav-accordion > li.active > a.nav-accordion-opener:after {
      content: none; }
    .nav-slide .nav-accordion > li > a {
      color: #fff;
      display: block;
      padding-bottom: 7px;
      border-bottom: 2px solid #3a6993;
      margin-bottom: 26px; }
      @media (max-width: 1599px) {
        .nav-slide .nav-accordion > li > a {
          padding-bottom: 10px;
          margin-bottom: 22px; } }
      @media (max-width: 767px) {
        .nav-slide .nav-accordion > li > a {
          padding: 0 9px 10px;
          border-bottom-width: 1px;
          margin-bottom: 0; } }
      @media (min-width: 768px) {
        .nav-slide .nav-accordion > li > a.nav-accordion-opener {
          pointer-events: none; } }
      @media (max-width: 767px) {
        .nav-slide .nav-accordion > li > a.nav-accordion-opener {
          display: block;
          position: relative; } }
      @media (max-width: 767px) {
        .nav-slide .nav-accordion > li > a.nav-accordion-opener:after, .nav-slide .nav-accordion > li > a.nav-accordion-opener:before {
          content: "";
          background: #fff;
          width: 14px;
          height: 2px;
          position: absolute;
          right: 11px;
          top: 50%;
          transform: translateY(-50%);
          margin-top: -4px; } }
      @media (max-width: 767px) {
        .nav-slide .nav-accordion > li > a.nav-accordion-opener:after {
          width: 2px;
          height: 14px;
          right: 17px; } }
      .nav-slide .nav-accordion > li > a.nav-accordion-opener:focus {
        text-decoration: none; }
      .nav-slide .nav-accordion > li > a.nav-accordion-opener:hover {
        text-decoration: none;
        color: #a8d104; }
        .nav-slide .nav-accordion > li > a.nav-accordion-opener:hover:before, .nav-slide .nav-accordion > li > a.nav-accordion-opener:hover:after {
          background: #a8d104; }
    .nav-slide .nav-accordion .title {
      display: block;
      font-weight: normal;
      color: #fff;
      margin-bottom: 22px; }
      @media (max-width: 1599px) {
        .nav-slide .nav-accordion .title {
          margin-bottom: 18px; } }
    @media (min-width: 768px) {
      .nav-slide .nav-accordion .accordion-slide {
        display: block !important;
        position: static !important;
        width: 100% !important; } }
    @media (max-width: 767px) {
      .nav-slide .nav-accordion .accordion-slide {
        padding-top: 23px; } }
    .nav-slide .nav-accordion .accordion-slide.more-content {
      width: 90% !important; }
      .nav-slide .nav-accordion .accordion-slide.more-content .nav-accordion-opener {
        width: 100%; }
      .nav-slide .nav-accordion .accordion-slide.more-content .btn-info {
        width: 100%;
        display: block;
        border-color: #668bac;
        background: #00396b;
        color: #fff;
        padding: 12px 30px 12px 10px;
        position: relative;
        font-size: 20px;
        line-height: 22px;
        white-space: normal; }
        @media (max-width: 991px) {
          .nav-slide .nav-accordion .accordion-slide.more-content .btn-info {
            font-size: .75em; } }
    .nav-slide .nav-accordion .accordion-slide .list {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 2.9em; }
      @media (max-width: 991px) {
        .nav-slide .nav-accordion .accordion-slide .list {
          margin-bottom: 1.5em; } }
      @media (max-width: 1599px) {
        .nav-slide .nav-accordion .accordion-slide .list {
          font-size: 17px;
          line-height: 23px; } }
      @media (max-width: 767px) {
        .nav-slide .nav-accordion .accordion-slide .list {
          font-size: 14px;
          line-height: 16px;
          padding: 0 9px; } }
      .nav-slide .nav-accordion .accordion-slide .list li {
        margin-bottom: 10px;
        position: relative; }
        @media (max-width: 767px) {
          .nav-slide .nav-accordion .accordion-slide .list li {
            margin-bottom: 14px; } }
        .nav-slide .nav-accordion .accordion-slide .list li:before {
          content: "\e90c";
          position: absolute;
          left: 0;
          top: 12px;
          font-size: 5px;
          line-height: 1;
          font-family: icomoon;
          transform: rotate(-90deg);
          color: #7798b4; }
          @media (max-width: 1599px) {
            .nav-slide .nav-accordion .accordion-slide .list li:before {
              top: 10px; } }
          @media (max-width: 767px) {
            .nav-slide .nav-accordion .accordion-slide .list li:before {
              top: 6px;
              font-size: 4px; } }
        .nav-slide .nav-accordion .accordion-slide .list li a {
          color: #fff;
          position: relative;
          padding-left: 15px;
          display: inline-block;
          vertical-align: top;
          font-size: 1.11em; }
          @media (max-width: 991px) {
            .nav-slide .nav-accordion .accordion-slide .list li a {
              font-size: .97em; } }
          .nav-slide .nav-accordion .accordion-slide .list li a:hover, .nav-slide .nav-accordion .accordion-slide .list li a:focus {
            text-decoration: underline; }
    .nav-slide .nav-accordion .accordion-slide .alphabet {
      position: relative;
      font-size: 24px;
      line-height: 26px;
      text-transform: uppercase;
      margin-bottom: 28px; }
      .nav-slide .nav-accordion .accordion-slide .alphabet:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: #3a6993; }
        @media (max-width: 991px) {
          .nav-slide .nav-accordion .accordion-slide .alphabet:before {
            bottom: 8px; } }
      @media (max-width: 1599px) {
        .nav-slide .nav-accordion .accordion-slide .alphabet {
          font-size: 18px;
          margin-bottom: 23px; } }
      .nav-slide .nav-accordion .accordion-slide .alphabet li {
        float: left; }
        @media (max-width: 991px) {
          .nav-slide .nav-accordion .accordion-slide .alphabet li {
            margin-bottom: 8px; } }
        .nav-slide .nav-accordion .accordion-slide .alphabet li.disable a {
          color: #646464;
          pointer-events: none; }
        .nav-slide .nav-accordion .accordion-slide .alphabet li a {
          display: block;
          padding: 0 12px 10px;
          position: relative;
          color: #fff; }
          .nav-slide .nav-accordion .accordion-slide .alphabet li a.tab-active {
            color: #a8d104; }
            .nav-slide .nav-accordion .accordion-slide .alphabet li a.tab-active:before {
              background: #a8d104; }
          .nav-slide .nav-accordion .accordion-slide .alphabet li a:before {
            content: "";
            left: 0;
            right: 0;
            bottom: 0;
            height: 6px;
            position: absolute; }
          .nav-slide .nav-accordion .accordion-slide .alphabet li a:focus, .nav-slide .nav-accordion .accordion-slide .alphabet li a:hover {
            text-decoration: none;
            color: #a8d104; }
            .nav-slide .nav-accordion .accordion-slide .alphabet li a:focus:before, .nav-slide .nav-accordion .accordion-slide .alphabet li a:hover:before {
              background: #a8d104; }
    .nav-slide .nav-accordion .accordion-slide .view-all {
      vertical-align: top;
      color: #fff;
      font-size: 16px;
      line-height: 18px;
      padding-right: 20px;
      position: relative;
      margin: 5px 0 0 10px; }
      @media (max-width: 767px) {
        .nav-slide .nav-accordion .accordion-slide .view-all {
          display: inline-block !important; } }
      .nav-slide .nav-accordion .accordion-slide .view-all:focus, .nav-slide .nav-accordion .accordion-slide .view-all:hover {
        text-decoration: none;
        color: #a8d104; }
        .nav-slide .nav-accordion .accordion-slide .view-all:focus:before, .nav-slide .nav-accordion .accordion-slide .view-all:hover:before {
          color: #a8d104; }
      .nav-slide .nav-accordion .accordion-slide .view-all:before {
        content: "\f101";
        font-size: 20px;
        line-height: 1;
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        margin-top: -1px; }
    .nav-slide .nav-accordion .row div[class^="col-"] a {
      color: #fff; }
    .nav-slide .nav-accordion .row div[class^="col-"] .item {
      position: relative; }
      .nav-slide .nav-accordion .row div[class^="col-"] .item input[type='text'], .nav-slide .nav-accordion .row div[class^="col-"] .item input[type='password'] {
        color: #262626;
        padding-left: 12px; }
      .nav-slide .nav-accordion .row div[class^="col-"] .item .fa-angle-right {
        position: absolute;
        left: 90%;
        top: 17%;
        color: #262626;
        font-size: 1.2em; }
        @media only screen and (max-width: 768px) {
          .nav-slide .nav-accordion .row div[class^="col-"] .item .fa-angle-right {
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }
      .nav-slide .nav-accordion .row div[class^="col-"] .item label {
        font-weight: normal; }
    .nav-slide .nav-accordion .row div[class^="col-"] ul li {
      list-style-type: none;
      margin-bottom: 15px; }
    .nav-slide .nav-accordion .row div[class^="col-"] small {
      font-size: 69%; }
    .nav-slide .nav-accordion .row div[class^="col-"] .fa-angle-double-right {
      margin-left: 0.5em; }

/* nav container styles */
.nav-container {
  position: relative; }
  @media (max-width: 767px) {
    .nav-container {
      padding-bottom: 12px; } }

/* nav-tab-content styles */
.nav-tab-content {
  position: absolute;
  top: 0;
  left: 321px;
  right: 0; }
  @media (max-width: 1599px) {
    .nav-tab-content {
      left: 277px; } }
  @media (max-width: 991px) {
    .nav-tab-content {
      left: 220px; } }
  @media (max-width: 767px) {
    .nav-tab-content {
      position: static; } }
  @media (min-width: 768px) {
    .nav-tab-content .slide {
      position: static !important;
      width: 100%;
      padding-bottom: 10px; } }
  .nav-tab-content .accordion {
    position: relative;
    font-size: 40px;
    line-height: 42px;
    text-align: left; }
    @media (max-width: 1599px) {
      .nav-tab-content .accordion {
        font-size: 34px;
        line-height: 36px; } }
    @media (max-width: 991px) {
      .nav-tab-content .accordion {
        font-size: 28px;
        line-height: 32px; } }
    @media (max-width: 767px) {
      .nav-tab-content .accordion {
        font-size: 22px;
        line-height: 24px;
        padding: 0 15px 0 4px; } }
    .nav-tab-content .accordion > li {
      list-style-type: none; }
      @media (max-width: 767px) {
        .nav-tab-content .accordion > li {
          margin-bottom: 7px; } }
      .nav-tab-content .accordion > li.active > a {
        color: #a8d104; }
        .nav-tab-content .accordion > li.active > a:before {
          background: #a8d104; }
      .nav-tab-content .accordion > li > a {
        color: #fff;
        padding: 10px 0 10px 24px;
        position: relative;
        max-width: 200px;
        display: inline-block;
        vertical-align: top;
        display: none; }
        @media (max-width: 767px) {
          .nav-tab-content .accordion > li > a {
            padding: 2px 0 2px 15px;
            display: inline-block;
            vertical-align: top; } }
        .nav-tab-content .accordion > li > a:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 8px;
          background: transparent; }
          @media (max-width: 767px) {
            .nav-tab-content .accordion > li > a:before {
              width: 4px; } }
        .nav-tab-content .accordion > li > a:focus, .nav-tab-content .accordion > li > a:hover {
          text-decoration: none;
          color: #a8d104; }
          .nav-tab-content .accordion > li > a:focus:before, .nav-tab-content .accordion > li > a:hover:before {
            background: #a8d104; }

/* bottom block styles */
.bottom-block {
  border-top: 1px solid #85a2bc;
  padding-top: 22px;
  margin: 20px 4px 0; }
  @media (max-width: 1100px) {
    .bottom-block {
      margin-top: 0;
      padding-top: 0;
      border-top: none; } }
  .bottom-block .call {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    position: relative;
    border: 1px solid #85a2bc;
    margin-bottom: 36px; }
    .bottom-block .call:focus, .bottom-block .call:hover {
      text-decoration: none;
      color: #a8d104;
      border-color: #a8d104; }
      .bottom-block .call:focus:after, .bottom-block .call:hover:after {
        color: #a8d104; }
    .bottom-block .call:after {
      content: "\e90c";
      position: absolute;
      right: 6px;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      font-size: 7px;
      line-height: 1;
      font-family: icomoon; }
  @media (max-width: 1100px) {
    .bottom-block .search-form-area.mobile-search {
      margin-left: 0;
      width: 100%; }
      .bottom-block .search-form-area.mobile-search .search-slide.js-slide-hidden {
        position: static !important;
        top: inherit !important;
        left: inherit !important;
        background-color: transparent; }
        .bottom-block .search-form-area.mobile-search .search-slide.js-slide-hidden .error {
          display: none; } }

/* nav-close-wrap styles */
.nav-close-wrap {
  font-size: 16px;
  line-height: 18px;
  text-align: center; }
  .nav-close-wrap .drop-close {
    display: inline-block;
    vertical-align: middle;
    padding-left: 23px;
    color: #fff;
    position: relative; }
    .nav-close-wrap .drop-close:focus, .nav-close-wrap .drop-close:hover {
      text-decoration: none;
      color: #a8d104; }
      .nav-close-wrap .drop-close:focus:before, .nav-close-wrap .drop-close:hover:before {
        color: #a8d104; }
    .nav-close-wrap .drop-close:before {
      content: "\e902";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%) rotate(-45deg);
      font-family: icomoon; }

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

.mychart-btn {
  max-width: 325px; }
  @media (max-width: 1100px) {
    .mychart-btn {
      max-width: none; } }
  .mychart-btn a {
    width: 100%;
    border-color: #668bac;
    background: #00396b;
    color: #fff;
    transition: none; }
    .mychart-btn a:hover {
      background: #00396b; }

/*My Chart modal styles*/
.mychart .nav-accordion-opener {
  margin-left: .45em;
  width: 93.05% !important; }

.mychart .mychart-header a {
  margin-bottom: 10px;
  color: #fff; }

.mychart .mychart-header .btn-info {
  position: relative;
  top: -25px;
  width: 100%;
  max-width: 325px;
  border-color: #668bac;
  background: #00396b;
  color: #fff;
  transition: none; }
  .mychart .mychart-header .btn-info:hover, .mychart .mychart-header .btn-info:focus {
    color: #fff; }
  .mychart .mychart-header .btn-info:after {
    top: 55%; }

.mychart label {
  margin-bottom: 10px;
  color: #fff;
  font-size: .77em; }

.mychart .contact-mychart .fa-comments-o {
  padding-right: .5em;
  font-size: 2.5em;
  vertical-align: middle; }

.mychart .contact-mychart p {
  font-size: .69em;
  padding-left: 3.7em;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1.6em; }
  .mychart .contact-mychart p:first-child {
    padding-left: 0; }
  .mychart .contact-mychart p .phone-email {
    font-size: .85em; }

#loginForm {
  width: 90%; }
  #loginForm .item {
    margin-bottom: 1em; }
    #loginForm .item:last-of-type {
      width: 70%; }
      #loginForm .item:last-of-type:hover, #loginForm .item:last-of-type:focus {
        transform: translate(0, -1px); }
        #loginForm .item:last-of-type:hover > .btn, #loginForm .item:last-of-type:focus > .btn {
          box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2); }
  #loginForm .loginhint {
    display: block;
    margin-top: 0.5em;
    font-size: 0.7em; }
    #loginForm .loginhint a {
      color: #fff; }
      #loginForm .loginhint a:hover {
        text-decoration: underline; }
  #loginForm .btn-success {
    color: #262626;
    transition: none; }
  #loginForm input[type=submit]:focus, #loginForm input[type=submit]:hover, #loginForm input[type=submit]:active {
    /*--Reset global transform effect so that it can applied to container. Necessary because of absolutely positioned sibling--*/
    transform: none;
    border-bottom: none; }

@media (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  .search-form-area .search-slide, .header-r .tel .contact-slide {
    top: 91%; } }

.mychart-wrppr {
  padding-right: 12px; }
  .mychart-wrppr .mychart {
    margin-bottom: 10px;
    margin-top: 1em; }
  .mychart-wrppr .mychart-btn {
    margin-bottom: 23px;
    overflow: hidden; }
  .mychart-wrppr label {
    font-size: .95em; }
  .mychart-wrppr label[for="Password_mobile"] {
    margin-top: 23px; }
  .mychart-wrppr .fa.fa-angle-right {
    right: 4%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.7rem;
    z-index: 9; }
  .mychart-wrppr .signin-wrap {
    position: relative; }
    .mychart-wrppr .signin-wrap .btn-success {
      font-size: 16px; }
  @media (max-width: 1100px) {
    .mychart-wrppr input[type="submit"] {
      height: 40px;
      line-height: 40px; } }
  .mychart-wrppr .loginhint-wrp {
    margin-top: 15px;
    margin-bottom: 25px; }
  .mychart-wrppr .loginhint {
    margin-right: .3em; }
  .mychart-wrppr .loginhint a {
    color: #fff;
    font-size: 14px; }
    .mychart-wrppr .loginhint a:after {
      display: inline-block;
      margin: 0 4px;
      vertical-align: middle;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 0.5em;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f105 \f105";
      color: #fff; }
  .mychart-wrppr .mychart-btn--mobile {
    width: 100%;
    position: relative; }
    .mychart-wrppr .mychart-btn--mobile .fa.fa-angle-right {
      color: #fff; }
    .mychart-wrppr .mychart-btn--mobile a {
      font-size: 16px;
      height: 50px;
      padding: 0 20px;
      width: 100%;
      line-height: 50px; }
      @media (max-width: 1100px) {
        .mychart-wrppr .mychart-btn--mobile a {
          height: 40px;
          line-height: 40px; } }
      .mychart-wrppr .mychart-btn--mobile a:after {
        content: "\f105" !important;
        right: 4%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2.7rem !important;
        color: #fff;
        z-index: 9;
        display: inline-block;
        margin-top: 0;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased; }

/* footer styles */
.page-footer {
  background: #003e74;
  padding: 64px 0;
  position: relative; }
  @media (max-width: 1599px) {
    .page-footer {
      padding: 55px 0; } }
  @media (max-width: 991px) {
    .page-footer {
      padding: 39px 0 18px; } }
  .page-footer .four-cols {
    margin: 0 -13px 58px;
    /*footer logo style */ }
    @media (min-width: 768px) {
      .page-footer .four-cols {
        display: flex;
        justify-content: center; } }
    @media (max-width: 1599px) {
      .page-footer .four-cols {
        margin-bottom: 53px; } }
    @media (max-width: 991px) {
      .page-footer .four-cols {
        margin-bottom: 45px; } }
    @media (max-width: 767px) {
      .page-footer .four-cols {
        margin-bottom: 36px; } }
    .page-footer .four-cols .col {
      width: 20.83%;
      padding: 0 13px;
      float: left; }
      @media (max-width: 1599px) {
        .page-footer .four-cols .col {
          width: 20.73%; } }
      @media (max-width: 991px) {
        .page-footer .four-cols .col {
          width: 25%; } }
      @media (max-width: 767px) {
        .page-footer .four-cols .col {
          float: none;
          width: 100%; } }
      .page-footer .four-cols .col:nth-child(5) {
        width: 16.68%; }
        @media (max-width: 1599px) {
          .page-footer .four-cols .col:nth-child(5) {
            width: 17.08%; } }
        @media (max-width: 991px) {
          .page-footer .four-cols .col:nth-child(5) {
            display: none; } }
      .page-footer .four-cols .col.active .footer-nav-opener:before {
        content: none !important; }
    .page-footer .four-cols .footer-nav {
      font-size: 17px;
      line-height: 19px; }
      @media (max-width: 1599px) {
        .page-footer .four-cols .footer-nav {
          font-size: 15px;
          line-height: 17px; } }
      @media (max-width: 991px) {
        .page-footer .four-cols .footer-nav {
          font-size: 14px;
          line-height: 16px; } }
      @media (max-width: 767px) {
        .page-footer .four-cols .footer-nav ul {
          padding: 0 10px; } }
      .page-footer .four-cols .footer-nav ul li {
        margin-bottom: 15px; }
        @media (max-width: 1599px) {
          .page-footer .four-cols .footer-nav ul li {
            margin-bottom: 12px; } }
        .page-footer .four-cols .footer-nav ul li a {
          color: #fffffe;
          padding-left: 16px;
          display: inline-block;
          vertical-align: top;
          position: relative; }
          .page-footer .four-cols .footer-nav ul li a:before {
            color: #7697b4;
            content: "\e90c";
            position: absolute;
            left: 0;
            top: 7px;
            transform: rotate(-90deg);
            font-size: 4px;
            line-height: 1;
            font-family: icomoon; }
          .page-footer .four-cols .footer-nav ul li a:hover, .page-footer .four-cols .footer-nav ul li a:focus {
            text-decoration: underline; }
            .page-footer .four-cols .footer-nav ul li a:hover:before, .page-footer .four-cols .footer-nav ul li a:focus:before {
              text-decoration: underline; }
            .page-footer .four-cols .footer-nav ul li a:hover:before, .page-footer .four-cols .footer-nav ul li a:focus:before {
              text-decoration: none; }
    .page-footer .four-cols .footer-nav-opener {
      display: table;
      width: 100%;
      font-size: 22px;
      line-height: 24px;
      text-transform: capitalize;
      color: #fff;
      padding-bottom: 11px;
      border-bottom: 2px solid rgba(255, 255, 255, 0.2);
      margin-bottom: 30px;
      position: relative; }
      @media (min-width: 768px) {
        .page-footer .four-cols .footer-nav-opener {
          pointer-events: none; } }
      @media (max-width: 1599px) {
        .page-footer .four-cols .footer-nav-opener {
          font-size: 19px;
          line-height: 21px;
          padding-bottom: 9px;
          margin-bottom: 25px; } }
      @media (max-width: 991px) {
        .page-footer .four-cols .footer-nav-opener {
          font-size: 18px;
          line-height: 23px;
          margin-bottom: 24px; } }
      @media (max-width: 767px) {
        .page-footer .four-cols .footer-nav-opener {
          border-bottom-width: 1px;
          padding: 8px 11px 9px;
          margin-bottom: 0;
          display: block;
          height: auto !important; } }
      .page-footer .four-cols .footer-nav-opener span {
        display: table-cell;
        vertical-align: bottom; }
        @media (max-width: 767px) {
          .page-footer .four-cols .footer-nav-opener span {
            display: block; } }
      .page-footer .four-cols .footer-nav-opener:before, .page-footer .four-cols .footer-nav-opener:after {
        content: "";
        width: 16px;
        height: 2px;
        position: absolute;
        right: 11px;
        top: 60%;
        transform: translateY(-50%);
        background: #fff;
        margin-top: -3px; }
        @media (min-width: 768px) {
          .page-footer .four-cols .footer-nav-opener:before, .page-footer .four-cols .footer-nav-opener:after {
            content: none; } }
      .page-footer .four-cols .footer-nav-opener:before {
        width: 2px;
        height: 16px;
        right: 18px; }
      .page-footer .four-cols .footer-nav-opener:focus {
        text-decoration: none; }
      .page-footer .four-cols .footer-nav-opener:hover {
        text-decoration: none; }
    @media (min-width: 768px) {
      .page-footer .four-cols .footer-nav-slide {
        position: static !important;
        width: auto !important; } }
    @media (max-width: 767px) {
      .page-footer .four-cols .footer-nav-slide {
        padding-top: 10px; } }
    .page-footer .four-cols .btn-holder {
      padding-top: 4px; }
      @media (max-width: 767px) {
        .page-footer .four-cols .btn-holder {
          padding-top: 28px; } }
      .page-footer .four-cols .btn-holder li {
        margin-bottom: 27px; }
        @media (max-width: 1599px) {
          .page-footer .four-cols .btn-holder li {
            margin-bottom: 24px; } }
        @media (max-width: 767px) {
          .page-footer .four-cols .btn-holder li {
            margin-bottom: 21px; } }
        .page-footer .four-cols .btn-holder li a {
          display: block;
          border-color: #668bac;
          background: #00396b;
          color: #fff;
          padding: 12px 30px 12px 10px;
          position: relative;
          font-size: 20px;
          line-height: 22px;
          white-space: normal;
          font-weight: 100; }
          @media (max-width: 1599px) {
            .page-footer .four-cols .btn-holder li a {
              font-size: 17px;
              line-height: 19px;
              padding: 10px 30px 10px 10px; } }
          @media (max-width: 991px) {
            .page-footer .four-cols .btn-holder li a {
              font-size: 16px; } }
          .page-footer .four-cols .btn-holder li a:before {
            content: "\e90c";
            position: absolute;
            right: 9px;
            top: 50%;
            transform: translateY(-50%) rotate(-90deg);
            font-size: 8px;
            line-height: 1;
            font-family: icomoon; }
            @media (max-width: 991px) {
              .page-footer .four-cols .btn-holder li a:before {
                font-size: 4px; } }
            @media (max-width: 767px) {
              .page-footer .four-cols .btn-holder li a:before {
                font-size: 7px;
                right: 6px; } }
          .page-footer .four-cols .btn-holder li a:hover, .page-footer .four-cols .btn-holder li a:focus {
            background: #003461; }
    .page-footer .four-cols .footer-logo-holder {
      padding-left: 13px; }

/* footer-b styles */
.footer-b {
  color: #fff;
  font-size: 17px;
  line-height: 19px; }
  @media (max-width: 1599px) {
    .footer-b {
      font-size: 15px;
      line-height: 17px; } }
  @media (max-width: 991px) {
    .footer-b {
      text-align: center;
      font-size: 14px; } }
  .footer-b .footer-b-l {
    padding-top: 14px; }
    @media (max-width: 1599px) {
      .footer-b .footer-b-l {
        padding-top: 12px; } }
    @media (max-width: 767px) {
      .footer-b .footer-b-l {
        padding-top: 16px; } }
  .footer-b .copyright {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    color: #7798b4; }
    @media (max-width: 767px) {
      .footer-b .copyright {
        display: block;
        margin: 0 0 11px; } }
    .footer-b .copyright a {
      color: #fff; }
      .footer-b .copyright a:hover, .footer-b .copyright a:focus {
        text-decoration: underline; }
  .footer-b .footer-list {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .footer-b .footer-list {
        display: block; } }
    .footer-b .footer-list li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
      @media (max-width: 767px) {
        .footer-b .footer-list li {
          display: block;
          margin: 0 0 11px; } }
      .footer-b .footer-list li a {
        color: #fff; }
        .footer-b .footer-list li a:hover, .footer-b .footer-list li a:focus {
          text-decoration: underline; }
  .footer-b .social-networks {
    padding-left: 7px;
    font-size: 0;
    line-height: 0; }
    @media (max-width: 1599px) {
      .footer-b .social-networks {
        padding-left: 2px; } }
    @media (max-width: 991px) {
      .footer-b .social-networks {
        padding: 0;
        margin-bottom: 14px; } }
    @media (max-width: 767px) {
      .footer-b .social-networks {
        margin: 0 -20px 14px; } }
    .footer-b .social-networks li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 27px 6px 0; }
      @media (max-width: 1599px) {
        .footer-b .social-networks li {
          margin-right: 18px; } }
      @media (max-width: 991px) {
        .footer-b .social-networks li {
          margin: 0 10px 6px; } }
      @media (max-width: 767px) {
        .footer-b .social-networks li {
          margin: 0 12px 6px; } }
      .footer-b .social-networks li a {
        display: block;
        width: 49px;
        height: 49px;
        background: #fff;
        text-align: center;
        color: #003e74;
        font-size: 29px;
        padding: 10px; }
        @media (max-width: 1599px) {
          .footer-b .social-networks li a {
            width: 43px;
            height: 43px;
            font-size: 25px;
            padding: 9px 4px; } }
        @media (max-width: 991px) {
          .footer-b .social-networks li a {
            width: 40px;
            height: 40px;
            font-size: 23px; } }
        @media (max-width: 767px) {
          .footer-b .social-networks li a {
            padding: 8px 4px; } }
        .footer-b .social-networks li a:hover, .footer-b .social-networks li a:focus {
          text-decoration: none;
          transform: translate(0px, -1px);
          box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2); }

.henryford .page-footer .col {
  width: 20%; }
  @media (max-width: 1599px) {
    .henryford .page-footer .col {
      width: 20%; } }
  @media (max-width: 991px) {
    .henryford .page-footer .col {
      width: 25%; } }
  @media (max-width: 767px) {
    .henryford .page-footer .col {
      float: none;
      width: 100%; } }
  .henryford .page-footer .col:nth-child(5) {
    width: 20%; }
    @media (max-width: 1599px) {
      .henryford .page-footer .col:nth-child(5) {
        width: 20%; } }
    @media (max-width: 991px) {
      .henryford .page-footer .col:nth-child(5) {
        display: none; } }

/* sidebar styles */
.sidebar {
  padding: 0 17px;
  margin: 7px 0 62px 0; }
  .sidebar .out {
    display: none; }
  .sidebar sup {
    font-size: 65%; }
  @media (max-width: 767px) {
    .sidebar {
      margin-bottom: 0; } }
  @media (max-width: 1599px) {
    .sidebar {
      padding: 0; } }
  .sidebar .title {
    color: #003e74;
    display: block;
    font-size: 1.294em;
    line-height: 1;
    position: relative;
    padding-bottom: .5em;
    border-bottom: 2px solid #b3b3b3; }
    @media (max-width: 991px) {
      .sidebar .title {
        font-size: 1.0588em; } }
    @media (max-width: 767px) {
      .sidebar .title {
        display: none; } }

.info-block {
  padding: 0 0 4px; }
  @media (max-width: 991px) {
    .info-block {
      padding: 0 0; } }
  @media (max-width: 767px) {
    .info-block {
      padding: 0 0 10px; } }
  .info-block h2 {
    font-size: 1.647em;
    line-height: 1.2;
    margin: 0 0 41px; }
    @media (max-width: 767px) {
      .info-block h2 {
        font-size: 1.176em;
        line-height: 1.4em;
        margin-bottom: 22px; } }
  .info-block .task {
    margin: 0 -13px;
    letter-spacing: -1em; }
    .info-block .task .fa,
    .info-block .task [class^="icon-"],
    .info-block .task [class*=" icon-"] {
      margin-right: 15px; }
    @media (max-width: 991px) {
      .info-block .task {
        margin: 0 -8px; } }
    @media (max-width: 767px) {
      .info-block .task {
        margin: 0 -11px; } }
    .info-block .task li {
      list-style: none;
      margin: 0;
      padding: 0;
      margin: 0 0 26px;
      width: 50%;
      padding: 0 13px;
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal; }
      @media (max-width: 991px) {
        .info-block .task li {
          padding: 0 8px; } }
      @media (max-width: 767px) {
        .info-block .task li {
          margin-bottom: 12px;
          padding: 0 11px;
          width: 100%; } }
    @media (max-width: 991px) {
      .info-block .task .text {
        width: calc(100% - 45px); } }
  .info-block .service-list ul {
    padding: 5px 34px;
    margin: 0; }
    @media (max-width: 1599px) {
      .info-block .service-list ul {
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .info-block .service-list ul {
        padding: 0; } }
    .info-block .service-list ul li {
      margin-bottom: 0;
      width: 100%;
      float: left;
      padding-bottom: 0; }
      @media (min-width: 768px) {
        .info-block .service-list ul li {
          width: 49%;
          padding-bottom: 10px; }
          .info-block .service-list ul li:nth-child(2n+1) {
            clear: both;
            margin-right: 2%; } }
      .info-block .service-list ul li:after {
        left: -3px;
        top: 12px;
        font-size: 6px; }

@media (max-width: 767px) {
  .content-aside {
    margin-bottom: 2em; } }

iframe.lightwidget-widget {
  /*min-height: 310px;
    @include media('>xs-phone') {
    min-height: 360px;
    }
    @include media('>=tablet') {
        min-height: 635px;
    }

    @include media('>=desktop') {
        min-height: 350px;
    }

      @include media('>=desktop-x') {
        min-height: 225px;
    }

    @include media('>=large-desktop') {
        min-height: 265px;
    }

       @include media('>=widescreen') {
        min-height: 310px;
    }*/ }

.two-columns iframe.lightwidget-widget {
  min-height: 270px; }
  @media (min-width: 321px) {
    .two-columns iframe.lightwidget-widget {
      min-height: 320px; } }
  @media (min-width: 768px) {
    .two-columns iframe.lightwidget-widget {
      min-height: 590px; } }
  @media (min-width: 992px) {
    .two-columns iframe.lightwidget-widget {
      min-height: 310px; } }
  @media (min-width: 1024px) {
    .two-columns iframe.lightwidget-widget {
      min-height: 185px; } }
  @media (min-width: 1366px) {
    .two-columns iframe.lightwidget-widget {
      min-height: 225px; } }

.task {
  font-size: 1.235em;
  line-height: 1;
  letter-spacing: -5px;
  margin: 0 0 25px -26px;
  text-align: justify; }
  .task:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .task.horizontal [class^="icon-"], .task.horizontal [class*=" icon-"] {
    margin-right: 15px;
    font-size: 25px; }
  @media all and (min-width: 768px) and (max-width: 1023px) {
    .task.horizontal > li a {
      display: flex;
      align-items: center;
      font-size: 14px; } }
  .task.horizontal > li .text > .hidden-xs {
    line-height: 1.3; }
  @media (max-width: 1599px) {
    .task {
      font-size: 1.059em;
      margin-bottom: 17px; } }
  @media (max-width: 1365px) {
    .task {
      font-size: 1em;
      margin: 0 0 17px -26px; } }
  @media (max-width: 991px) {
    .task {
      font-size: 0.942em;
      margin: 0 0 12px -12px; } }
  @media (max-width: 767px) {
    .task {
      margin: -0 0 19px -10px;
      text-align: center; } }
  .task > li {
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 23.239%;
    margin: 0 0 26px 26px; }
    @media (max-width: 1899px) {
      .task > li {
        width: 22.9%; } }
    @media (max-width: 1365px) {
      .task > li {
        width: 22.239%; } }
    @media (max-width: 1599px) {
      .task > li {
        margin-left: 22px; } }
    @media (max-width: 991px) {
      .task > li {
        margin-left: 13px; } }
    @media (max-width: 767px) {
      .task > li {
        text-align: center;
        width: 46.7%;
        margin: 0 0 12px 10px; } }
    .task > li a {
      background: #f7f7f7;
      border: 1px solid #b3b3b3;
      padding: 21px 0px 21px 25px;
      min-height: 79px;
      transition: none !important; }
      .task > li a:hover {
        transform: translate(0px, -1px);
        box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2); }
      @media (max-width: 1599px) {
        .task > li a {
          padding: 16px 33px 13px 21px;
          min-height: 69px; } }
      @media (max-width: 991px) {
        .task > li a {
          padding: 13px 0px 12px 14px;
          min-height: 0; }
          .task > li a:before {
            content: '';
            width: 1px;
            white-space: nowrap;
            min-height: 39px;
            display: inline-block;
            vertical-align: middle; } }
      @media (max-width: 767px) {
        .task > li a {
          padding: 9px 23px 9px 14px; }
          .task > li a:before {
            display: none; } }
  .task [class^="icon-"]:before,
  .task [class*=" icon-"]:before {
    line-height: 1.3; }
  .task .fa,
  .task [class^="icon-"],
  .task [class*=" icon-"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 23px;
    line-height: 1.3;
    font-size: 29px;
    width: 25px; }
    @media (max-width: 1599px) {
      .task .fa,
      .task [class^="icon-"],
      .task [class*=" icon-"] {
        margin-right: 15px;
        font-size: 25px; } }
    @media (max-width: 991px) {
      .task .fa,
      .task [class^="icon-"],
      .task [class*=" icon-"] {
        width: 21px;
        margin-right: 8px;
        line-height: 30px;
        font-size: 1.267em; } }
    @media (max-width: 991px) {
      .task .fa,
      .task [class^="icon-"],
      .task [class*=" icon-"] {
        display: none; } }
  .task .icon-stethoscope {
    font-size: 35px; }
    @media (max-width: 1599px) {
      .task .icon-stethoscope {
        font-size: 30px; } }
    @media (max-width: 991px) {
      .task .icon-stethoscope {
        font-size: 1.333em; } }
  .task .icon-calendar {
    font-size: 28px; }
    @media (max-width: 1599px) {
      .task .icon-calendar {
        font-size: 25px; } }
  .task .right-arrow:after {
    color: #4d4e4e;
    font-weight: bold;
    font-size: 11px; }
    @media (max-width: 991px) {
      .task .right-arrow:after {
        font-size: 7px; } }
  @media (max-width: 991px) {
    .task span {
      white-space: normal; } }
  .task .icon-shoe {
    font-size: 31px; }
    @media (max-width: 1599px) {
      .task .icon-shoe {
        font-size: 28px; } }
    @media (max-width: 991px) {
      .task .icon-shoe {
        font-size: 1.333em; } }
  .task .text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 58px); }
    @media (max-width: 991px) {
      .task .text {
        line-height: 19px; } }
    @media (max-width: 767px) {
      .task .text {
        width: 100%; } }

.heart:before {
  content: "x";
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "henryford-icons";
  color: #e7e7e7;
  z-index: 0;
  font-size: 6em; }
  @media (max-width: 991px) {
    .heart:before {
      font-size: 5.5em;
      top: -44px; } }

.heart h2 {
  z-index: 1;
  position: relative;
  font-size: 1.8em; }

/*  section  styles */
.section {
  padding: 26px 0 0;
  /*.link {
        font-size: 20px;
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding-right: 18px;
        margin-bottom: 1.6em;



        @include media ('<desktop') {
            font-size: 0.882em;
        }

        @include media ('<tablet') {
            font-size: 0.942em;
        }

        &:focus,
        &:hover {
            text-decoration: underline;
        }

        &:before {
            @extend %transition;
            content: "\f101";
            font-size: 18px;
            line-height: 1;
            font-family: FontAwesome;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: $secondary-color;
            font-weight: normal;

            @include media('<tablet') {
                margin-top: -1px;
            }
        }
    }*/ }
  @media (max-width: 1599px) {
    .section {
      padding: 25px 0 0; } }
  @media (max-width: 991px) {
    .section {
      padding: 13px 0 0; } }
  @media (max-width: 767px) {
    .section {
      padding: 14px 0 0; } }
  .section .heading {
    position: relative;
    text-align: center;
    max-width: 943px;
    display: block;
    margin: 0 auto 100px;
    padding-bottom: 58px; }
    @media (max-width: 1599px) {
      .section .heading {
        max-width: 845px;
        padding-bottom: 51px;
        margin-bottom: 37px; } }
    @media (max-width: 991px) {
      .section .heading {
        max-width: 532px;
        padding-bottom: 33px;
        margin-bottom: 26px; } }
    @media (max-width: 767px) {
      .section .heading {
        display: none; } }
  @media (min-width: 768px) {
    .section .phone {
      display: none; } }

/*  gray section   styles */
.section.gray {
  padding: 54px 0 44px; }
  @media (max-width: 1599px) {
    .section.gray {
      padding: 45px 0 40px; } }
  @media (max-width: 991px) {
    .section.gray {
      padding: 31px 0 24px; } }
  @media (max-width: 767px) {
    .section.gray {
      padding: 32px 0 31px; } }
  .section.gray .heading {
    padding-bottom: 59px;
    margin-bottom: 0; }
    @media (max-width: 1599px) {
      .section.gray .heading {
        padding-bottom: 51px; } }
    @media (max-width: 991px) {
      .section.gray .heading {
        padding-bottom: 30px; } }
    .section.gray .heading:after {
      display: none; }
  .section.gray .link .fa {
    font-size: 24px;
    line-height: 18px; }
    @media (max-width: 1599px) {
      .section.gray .link .fa {
        font-size: 18px;
        line-height: 1; } }

/*  gray section   styles */
.link:focus, .link:hover {
  text-decoration: underline; }

.link .fa {
  font-size: 29px;
  line-height: 21px;
  vertical-align: middle; }
  @media (max-width: 1599px) {
    .link .fa {
      font-size: 25px;
      line-height: 20px; } }
  @media (max-width: 991px) {
    .link .fa {
      font-size: 17px;
      line-height: 1;
      margin-top: -3px; } }
  @media (max-width: 767px) {
    .link .fa {
      font-size: 22px;
      margin-top: -4px; } }

/*  gray section styles */
.nav-tabs > li > a {
  color: #262626; }

/*  article styles */
.post {
  margin-bottom: 66px; }
  @media (max-width: 1599px) {
    .post {
      margin-bottom: 60px; } }
  @media (max-width: 991px) {
    .post {
      margin-bottom: 22px; } }
  .post .img-holder {
    color: #003e74;
    line-height: 39px;
    margin-bottom: 12px; }
    @media (max-width: 1599px) {
      .post .img-holder {
        margin-bottom: 8px; } }
    @media (max-width: 991px) {
      .post .img-holder {
        margin-bottom: 5px; } }
    .post .img-holder span {
      font-size: 2.470em; }
      @media (max-width: 991px) {
        .post .img-holder span {
          font-size: 1.95em;
          line-height: 25px; } }
    .post .img-holder .icon-calendar {
      font-size: 2.35em;
      line-height: 1; }
      @media (max-width: 991px) {
        .post .img-holder .icon-calendar {
          font-size: 1.7em; } }
    .post .img-holder .fa-credit-card {
      font-size: 2.647em; }
      @media (max-width: 991px) {
        .post .img-holder .fa-credit-card {
          font-size: 1.85em; } }

/*  contact list styles */
.contact-list {
  text-align: left;
  padding-right: 32px; }
  @media (max-width: 1599px) {
    .contact-list {
      padding-right: 25px; } }
  @media (max-width: 991px) {
    .contact-list {
      padding-right: 0; } }
  .contact-list li {
    margin-bottom: 27px;
    margin-left: 0; }
    @media (max-width: 1599px) {
      .contact-list li {
        margin-bottom: 23px; } }
    @media (max-width: 991px) {
      .contact-list li {
        margin-bottom: 13px; } }
  .contact-list a {
    width: 100%;
    padding: 13px 36px 13px 12px;
    font-size: 1.176em;
    line-height: 1;
    font-weight: 500;
    color: #1f2600;
    font-weight: bold; }
    @media (max-width: 1599px) {
      .contact-list a {
        font-size: 1em; } }
  .contact-list .btn-info {
    background: #e7e7e7; }
    .contact-list .btn-info:hover, .contact-list .btn-info:focus {
      color: #262626;
      opacity: 0.8; }
  .contact-list .right-arrow:after {
    right: 11px; }

/*  post block article styles */
.post-block {
  /*  custome nav select */ }
  .post-block h2 {
    font: normal 1.647em/1 "Lato", sans-serif;
    margin: 0 0 18px; }
    @media (max-width: 1599px) {
      .post-block h2 {
        font-size: 1.6em;
        margin-bottom: 17px; } }
    @media (max-width: 991px) {
      .post-block h2 {
        font-size: 1.133em;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .post-block h2 {
        display: inline-block;
        vertical-align: top;
        font-size: 1.533em;
        max-width: 104px;
        margin: 0 4px 29px 0; } }
  .post-block .nav-tabs {
    padding-top: 6px;
    font-size: 1.176em; }
    @media (max-width: 1599px) {
      .post-block .nav-tabs {
        padding-top: 4px;
        font-size: 1.133em; } }
    @media (max-width: 991px) {
      .post-block .nav-tabs {
        padding-top: 7px;
        font-size: 1em;
        line-height: 1; } }
    @media (max-width: 767px) {
      .post-block .nav-tabs {
        display: none; } }
    .post-block .nav-tabs > li {
      display: block;
      float: none;
      margin: 0 0 12px; }
      @media (max-width: 1599px) {
        .post-block .nav-tabs > li {
          margin-bottom: 10px; } }
      @media (max-width: 991px) {
        .post-block .nav-tabs > li {
          margin-bottom: 8px; } }
      .post-block .nav-tabs > li.active > a {
        border: none;
        color: #b55400;
        position: relative; }
        .post-block .nav-tabs > li.active > a:before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          top: 0;
          width: 8px;
          background: #fe8011; }
          @media (max-width: 1599px) {
            .post-block .nav-tabs > li.active > a:before {
              width: 7px; } }
          @media (max-width: 991px) {
            .post-block .nav-tabs > li.active > a:before {
              width: 5px; } }
      .post-block .nav-tabs > li > a {
        margin: 0;
        border: none;
        display: inline-block;
        vertical-align: top;
        padding: 9px 0 9px 22px;
        font-weight: 500;
        line-height: 19px;
        color: #1274b5; }
        @media (max-width: 1599px) {
          .post-block .nav-tabs > li > a {
            padding: 8px 0 7px 17px; } }
        @media (max-width: 991px) {
          .post-block .nav-tabs > li > a {
            padding: 1px 0 0 13px; } }
        .post-block .nav-tabs > li > a:focus, .post-block .nav-tabs > li > a:hover {
          background: transparent;
          color: #b55400; }
  .post-block h3, .post-block .tab-content h3 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 17px;
    font-weight: bold; }
    @media (max-width: 1599px) {
      .post-block h3, .post-block .tab-content h3 {
        font-size: 1.333em;
        margin-bottom: 14px; } }
    @media (max-width: 991px) {
      .post-block h3, .post-block .tab-content h3 {
        font-size: 1.142em;
        margin-bottom: 16px;
        line-height: 1.5em;
        margin-bottom: 9px; } }
    .post-block h3 a, .post-block .tab-content h3 a {
      display: inline-block;
      vertical-align: top;
      color: #0078C9; }
      .post-block h3 a:hover, .post-block h3 a:focus, .post-block .tab-content h3 a:hover, .post-block .tab-content h3 a:focus {
        text-decoration: underline; }
  .post-block .list-block > ul {
    overflow: hidden; }
    .post-block .list-block > ul > li {
      margin-bottom: 38px; }
      @media (min-width: 768px) {
        .post-block .list-block > ul > li {
          position: relative;
          min-height: 1px;
          padding-left: 13px;
          padding-right: 13px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .post-block .list-block > ul > li {
      float: left;
      width: 25%; } }
      @media (max-width: 1599px) {
        .post-block .list-block > ul > li {
          margin-bottom: 33px; } }
      @media (max-width: 991px) {
        .post-block .list-block > ul > li {
          margin-bottom: 20px;
          padding-left: 8px;
          padding-right: 8px; } }
      @media (max-width: 767px) {
        .post-block .list-block > ul > li {
          padding: 0 11px;
          max-width: 400px;
          margin: 0 auto 27px; } }
  @media (max-width: 991px) {
    .post-block .list-holder ul {
      font-size: 14px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .post-block .list-holder ul {
      padding: 0 11px; } }
  .post-block .list-holder ul li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 -5px; }
    @media (min-width: 768px) {
      .post-block .list-holder ul li {
        position: relative;
        min-height: 1px;
        padding-left: 34px;
        padding-right: 18px;
        float: none !important; } }
    @media (max-width: 767px) {
      .post-block .list-holder ul li {
        margin: 0;
        display: block; } }
    .post-block .list-holder ul li:nth-child(n+3) .text-holder {
      border-top: 1px solid #e8e8e8;
      padding-top: 30px; }
      @media (max-width: 1599px) {
        .post-block .list-holder ul li:nth-child(n+3) .text-holder {
          padding-top: 22px; } }
      @media (max-width: 991px) {
        .post-block .list-holder ul li:nth-child(n+3) .text-holder {
          padding-top: 20px; } }
      @media (max-width: 767px) {
        .post-block .list-holder ul li:nth-child(n+3) .text-holder {
          border: none; } }
    @media (max-width: 767px) {
      .post-block .list-holder ul li:nth-child(n+2) .text-holder {
        border-top: 1px solid #b3b3b3;
        padding: 22px 0 0; } }
  .post-block .text-holder {
    margin-bottom: 27px;
    padding-right: 15px;
    font-weight: normal; }
    @media (max-width: 1599px) {
      .post-block .text-holder {
        margin-bottom: 22px; } }
    @media (max-width: 991px) {
      .post-block .text-holder {
        margin-bottom: 16px; } }
  .post-block .tab-content {
    min-height: 383px; }
    @media (max-width: 1599px) {
      .post-block .tab-content {
        min-height: 340px; } }
    @media (max-width: 991px) {
      .post-block .tab-content {
        min-height: 212px;
        line-height: 1.5em; } }
    @media (max-width: 767px) {
      .post-block .tab-content {
        margin-right: 11px;
        margin-left: 11px; } }
    .post-block .tab-content .img-holder {
      position: relative;
      overflow: hidden; }
      .post-block .tab-content .img-holder:after {
        content: "";
        background: transparent;
        transition: background 0.3s linear;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0; }
      .post-block .tab-content .img-holder:focus:after, .post-block .tab-content .img-holder.hover:after {
        background: rgba(0, 0, 0, 0.3); }
      .post-block .tab-content .img-holder:focus .info-list, .post-block .tab-content .img-holder.hover .info-list {
        opacity: 1;
        visibility: visible; }
      .post-block .tab-content .img-holder img {
        width: 100%;
        height: auto; }
  .post-block .arrow-down {
    position: absolute;
    display: block;
    top: -35px;
    right: 0; }
    .post-block .arrow-down:after {
      display: none; }
    @media (min-width: 768px) {
      .post-block .arrow-down {
        display: none; } }
  .post-block .nav-select {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -59px;
    left: 125px;
    width: calc(100% - 135px);
    height: 40px;
    padding: 0 31px 0 8px;
    color: #b55400;
    font-weight: bold;
    border: none;
    border-bottom: 3px solid #fe8011;
    background: #f0f0f0;
    outline: none;
    -webkit-appearance: none; }
    @media (min-width: 768px) {
      .post-block .nav-select {
        display: none; } }
    .post-block .nav-select .opt-default {
      display: none; }
  .post-block .jcf-list {
    font-size: 14px; }
  .post-block .jcf-select {
    position: absolute;
    top: -59px;
    left: 125px;
    width: calc(100% - 135px);
    height: 40px;
    padding: 0 38px 0 13px;
    color: #b55400;
    font-weight: bold;
    border: none;
    border-bottom: 3px solid #fe8011;
    background: #f0f0f0;
    outline: none;
    -webkit-appearance: none; }
    @media (min-width: 768px) {
      .post-block .jcf-select {
        display: none !important; } }
    .post-block .jcf-select .jcf-select-text {
      margin: 0;
      padding: 7px 0;
      position: relative;
      font-size: 14px; }
      @media (max-width: 767px) {
        .post-block .jcf-select .jcf-select-text {
          font-size: 16px; } }
    .post-block .jcf-select .jcf-select-opener {
      background: none;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0; }
      .post-block .jcf-select .jcf-select-opener:after {
        display: inline;
        font-family: icomoon;
        content: "\e90c";
        font-size: 8px;
        position: absolute;
        right: 14px;
        top: 0; }
    .post-block .jcf-select.jcf-drop-active .jcf-select-opener.after {
      transform: rotate(180deg) translateY(50%); }
  .post-block time {
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 14px; }
    @media (max-width: 1599px) {
      .post-block time {
        font-size: 1.133em; } }
    @media (max-width: 991px) {
      .post-block time {
        font-size: 1.071em;
        margin-bottom: 11px; } }

.jcf-select-drop.jcf-select-nav-select {
  margin-top: -3px; }
  .jcf-select-drop.jcf-select-nav-select .jcf-select-drop-content {
    border: 2px solid #b3b3b3; }
  .jcf-select-drop.jcf-select-nav-select .jcf-list .jcf-option {
    padding: 11px; }

/* more-list  style*/
.more-list-block ul {
  text-align: center;
  margin-left: -22px; }
  @media (max-width: 991px) {
    .more-list-block ul {
      margin-left: -13px; } }
  @media (max-width: 767px) {
    .more-list-block ul {
      padding: 0 13px;
      margin: 0; } }
  .more-list-block ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 22px;
    width: 23%; }
    @media (max-width: 1599px) {
      .more-list-block ul li {
        margin-left: 18px;
        width: 30%; } }
    @media (max-width: 1366px) {
      .more-list-block ul li {
        width: 23%; } }
    @media (max-width: 991px) {
      .more-list-block ul li {
        width: 32%;
        margin-left: 13px; } }
    @media (max-width: 767px) {
      .more-list-block ul li {
        width: 100%;
        margin: 0 0 15px; } }
    .more-list-block ul li a {
      display: block;
      padding: 13px 36px 13px 12px;
      font-size: 1.176em;
      line-height: 1;
      color: #1f2600; }
      @media (max-width: 1599px) {
        .more-list-block ul li a {
          font-size: 1em;
          padding: 12px 36px 12px 12px; } }
      @media (max-width: 991px) {
        .more-list-block ul li a {
          padding: 11px 36px 11px 12px; } }
      @media (max-width: 767px) {
        .more-list-block ul li a {
          height: auto !important; } }
      .more-list-block ul li a:focus, .more-list-block ul li a:hover {
        color: #262626;
        opacity: 0.7; }
      @media (max-width: 767px) {
        .more-list-block ul li a.right-arrow:after {
          font-size: 7px;
          margin-top: -4px;
          right: 7px; } }
  .more-list-block ul .btn-info {
    background: #f7f7f7; }
    .more-list-block ul .btn-info:focus {
      color: #262626; }

@-webkit-keyframes opacity-top {
  0% {
    border-top-color: transparent; }
  100% {
    border-top-color: #a8d104; } }

/* Standard syntax */
@keyframes opacity-top {
  0% {
    border-top-color: transparent; }
  100% {
    border-top-color: #a8d104; } }

.home .section.tab-wrapper {
  padding: 3rem 0 3rem 0;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .home .section.tab-wrapper {
      padding: 38px 36px;
      margin-bottom: 30px;
      overflow: hidden; } }

.home .managing-block {
  border: 1px solid #b3b3b3; }
  @media (max-width: 767px) {
    .home .managing-block {
      border: none; } }
  .home .managing-block > .tabset {
    margin-left: -1px;
    width: calc(100% + 2px);
    border-bottom: none;
    border-top: none;
    margin-top: 0; }
  .home .managing-block > .tabset > li {
    height: 2.9em;
    border-width: 0 1px 1px 0;
    margin-top: -1px;
    border-bottom: 1px solid #b3b3b3;
    list-style-type: none; }
    .home .managing-block > .tabset > li:first-child {
      border-width: 0 1px 1px 0; }
    .home .managing-block > .tabset > li:last-child {
      border-width: 0 0 1px 0; }
    .home .managing-block > .tabset > li > a {
      border-top: 9px solid transparent;
      height: 100% !important;
      border-bottom: none; }
      .home .managing-block > .tabset > li > a span {
        position: relative;
        top: -5px; }
    .home .managing-block > .tabset > li:hover {
      border-top: 9px solid #a8d104;
      border-bottom: 1px solid #b3b3b3;
      -webkit-animation-name: opacity-top;
      animation-name: opacity-top; }
      .home .managing-block > .tabset > li:hover a {
        border-top: none; }
    .home .managing-block > .tabset > li.active {
      border-top: 9px solid #a8d104;
      border-bottom: 1px solid transparent; }
      .home .managing-block > .tabset > li.active:hover {
        border-bottom: 1px solid transparent;
        -webkit-animation-name: none;
        animation-name: none; }
      .home .managing-block > .tabset > li.active a {
        border-top: none; }
  .home .managing-block .tab-content {
    padding-left: 21px;
    padding-bottom: 21px;
    padding-right: 21px;
    border-top: none; }
    @media (max-width: 767px) {
      .home .managing-block .tab-content {
        border: none;
        padding: 0; } }
  .home .managing-block .tab-section h3 {
    text-align: center; }

/* two columns  style */
.two-columns {
  padding: 4rem 0 0;
  position: relative; }
  @media (max-width: 767px) {
    .two-columns.block {
      /*padding-top: 1.7em;*/
      padding-top: 0; } }
  @media (max-width: 991px) {
    .two-columns {
      padding: 42px 0 0; } }
  @media (max-width: 767px) {
    .two-columns {
      padding-top: 1em; } }
  .two-columns .accordion-block {
    margin-bottom: 1.77em; }
    @media (max-width: 991px) {
      .two-columns .accordion-block {
        margin-bottom: 42px; } }
    @media (max-width: 767px) {
      .two-columns .accordion-block {
        margin-bottom: 34px; } }
  .two-columns .slide-holder .text.block {
    padding: 53px 0 21px; }
    @media (max-width: 991px) {
      .two-columns .slide-holder .text.block {
        padding: 16px 0 13px; } }
    @media (max-width: 767px) {
      .two-columns .slide-holder .text.block {
        padding: 16px 0 7px; } }
  @media (min-width: 768px) {
    .two-columns .slide-holder {
      position: static !important; } }
  .two-columns.doctors .doctors_column {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .two-columns.doctors .doctors_column {
        clear: both;
        padding-left: 0; }
        .two-columns.doctors .doctors_column:after {
          content: '';
          display: block;
          clear: both; } }
    @media (min-width: 992px) {
      .two-columns.doctors .doctors_column:nth-child(even) {
        padding-left: 0; } }
    .two-columns.doctors .doctors_column img {
      width: 175px;
      float: left;
      margin: 0 10px 10px 0; }

/* main content styles */
.banner + .main {
  top: 0; }
  @media (max-width: 991px) {
    .banner + .main {
      top: 0; } }

.content-display {
  margin-bottom: 34px; }
  @media (max-width: 768px) {
    .content-display {
      margin-bottom: 25px; } }

.content a:not(.btn):hover {
  color: #0078C9; }

.content .heading {
  position: relative;
  text-align: center;
  max-width: 943px;
  display: block;
  margin: 0 auto 100px;
  padding-bottom: 58px; }

@media (max-width: 991px) {
  .content {
    font-size: 0.824em;
    line-height: 1.642em;
    margin-top: -9px; } }

@media (max-width: 767px) {
  .content {
    margin-top: 20px; } }

.content [class^='col'] img {
  margin-top: 0; }

@media (max-width: 767px) {
  .content .table-content {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    line-height: 1.428em; }
    .content .table-content > * {
      order: 2; }
    .content .table-content > .nav.task {
      margin: 0;
      display: block; } }

.content img {
  margin-bottom: 1.77em;
  margin-top: .41em; }
  @media (max-width: 991px) {
    .content img {
      height: auto !important;
      max-width: 100%;
      margin-bottom: 2rem;
      margin-top: 2rem; } }
  @media (max-width: 767px) {
    .content img {
      max-width: 100%; } }

.henryford .content .img-holder img {
  max-width: 100%; }

.content figure {
  margin-bottom: 1.77em; }
  .content figure.right, .content figure.left {
    position: relative;
    z-index: 10; }
  .content figure img {
    margin-bottom: 0; }
  .content figure figcaption {
    background-color: #f7f7f7;
    padding: 1.5rem 2.5rem; }
    @media (max-width: 767px) {
      .content figure figcaption {
        padding: 1.5rem 2rem; } }

.content p .btn {
  margin-bottom: 14px; }

.content .text-content {
  margin-bottom: 35px; }
  @media (max-width: 991px) {
    .content .text-content {
      margin-bottom: 27px; } }
  @media (max-width: 767px) {
    .content .text-content {
      margin-bottom: 23px; } }

.content .learn {
  font-size: 1.176em;
  position: relative;
  padding-right: 24px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px; }
  @media (max-width: 991px) {
    .content .learn {
      font-size: 1em;
      padding-right: 17px; } }
  @media (max-width: 767px) {
    .content .learn {
      font-size: 1.142em;
      text-decoration: none;
      margin-bottom: 8px; } }
  .content .learn:before {
    content: "\f101";
    color: #fff;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 992px) {
      .content .learn:before {
        font-size: 18px;
        top: 58%; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .content .learn:before {
        right: 4%; } }

.content .text-block {
  overflow: hidden;
  /*@include media ('<desktop') {
            padding-bottom: 15px;
        }
        */ }
  .content .text-block.content-display {
    margin-bottom: 0;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .content .text-block.content-display {
        margin-bottom: 42px; } }
  .content .text-block .img-holder {
    float: left;
    width: 36%;
    margin: 9px 25px 24px 0; }
    @media (max-width: 991px) {
      .content .text-block .img-holder {
        margin: 7px 16px 0 0;
        width: 37%; } }
    @media (max-width: 767px) {
      .content .text-block .img-holder {
        width: 256px;
        margin: 0 auto 16px;
        float: none; } }

@media (min-width: 992px) {
  .content .service-list-wrap {
    font-size: 19px; } }

.content .task {
  padding-top: 15px;
  margin: 0 0 65px -51px;
  letter-spacing: -1em;
  font-size: 1px;
  line-height: 1px; }
  @media (max-width: 991px) {
    .content .task {
      padding: 10px 00 30px;
      margin: 0 0 0 -12px; } }
  @media (max-width: 767px) {
    .content .task {
      padding: 0;
      text-align: center; } }
  .content .task li {
    font-size: 21em;
    letter-spacing: normal;
    width: 50%;
    margin: 0;
    padding-left: 52px; }
    @media (max-width: 991px) {
      .content .task li {
        font-size: 15em;
        padding-left: 13px; } }
    @media (max-width: 767px) {
      .content .task li {
        font-size: 16em;
        padding-left: 0;
        margin-bottom: 30px;
        width: 48%; }
        .content .task li:nth-child(2) {
          margin-left: 10px; } }
    .content .task li a {
      padding: 22px 36px 18px 38px; }
      .content .task li a:hover {
        color: #1274b5; }
      @media (max-width: 991px) {
        .content .task li a {
          padding: 13px 23px 12px 13px; }
          .content .task li a:after {
            right: 8px; } }
      @media (max-width: 767px) {
        .content .task li a {
          padding: 11px 24px 10px 15px; }
          .content .task li a:after {
            right: 3px; } }
    .content .task li [class^="icon-"], .content .task li .task [class*=" icon-"] {
      margin-right: 40px; }
      @media (max-width: 1599px) {
        .content .task li [class^="icon-"], .content .task li .task [class*=" icon-"] {
          margin-right: 10px; } }
      @media (max-width: 991px) {
        .content .task li [class^="icon-"], .content .task li .task [class*=" icon-"] {
          margin-right: 5px; } }
    .content .task li .text {
      width: calc(100% - 77px); }
      @media (max-width: 767px) {
        .content .task li .text {
          width: 100%; } }

.content .patient-story .learn:hover {
  color: #fff; }

.content .text-holder {
  padding: 2px 0; }
  @media (max-width: 767px) {
    .content .text-holder {
      padding: 4px 0; } }

.content .text-block-lower {
  margin-bottom: 34px;
  padding: 2px 0; }
  @media (max-width: 767px) {
    .content .text-block-lower {
      padding: 4px 0;
      margin-bottom: 25px; } }

.content .img-holder {
  position: relative; }
  .content .img-holder img {
    width: 100%;
    height: auto; }
    .henryford .content .img-holder img {
      max-width: 100%; }
  .content .img-holder .icon-holder {
    z-index: 5;
    position: absolute;
    max-width: 163px;
    width: 100%;
    height: 140px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center; }
    @media (max-width: 479px) {
      .content .img-holder .icon-holder {
        max-width: 100px;
        height: 86px; } }
  .content .img-holder .img-block {
    float: right;
    width: 108px;
    margin-bottom: 22px; }
    .content .img-holder .img-block img {
      max-width: none;
      width: 100%; }
  @media (min-width: 768px) {
    .content .img-holder.inline-block {
      display: inline-block;
      vertical-align: top; } }

.content .recipe-text {
  padding: 1px 0 42px; }
  @media (max-width: 991px) {
    .content .recipe-text {
      padding-bottom: 20px; } }
  .content .recipe-text p {
    margin-bottom: 16px; }

@media (max-width: 767px) {
  .content .center {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 15px; } }

.content .search-block {
  margin-bottom: 26px; }
  @media (max-width: 767px) {
    .content .search-block {
      margin-bottom: 0; } }

.content address {
  line-height: 1.4em;
  margin-bottom: 1.7rem; }
  .content address .btn {
    display: block;
    font-size: 1em; }

@media (min-width: 769px) {
  .callout .col-sm-6:first-of-type .holder {
    margin-right: 2.5%; }
  .callout .col-sm-6:last-of-type .holder {
    margin-left: 2.5%; } }

@media (max-width: 991px) {
  .callout {
    line-height: 1.571em; } }

@media (max-width: 767px) {
  .callout {
    margin-bottom: 0; }
    .callout.sidebar-nav {
      margin-bottom: 2.1em;
      padding: 0;
      margin-top: 0; } }

.callout h3 {
  line-height: 1.5em; }
  @media (max-width: 991px) {
    .callout h3 {
      font-size: 1.071em;
      margin-bottom: 11px; } }
  @media (max-width: 767px) {
    .callout h3 {
      font-size: 1.43em;
      line-height: 1.45em;
      margin-bottom: 9px; } }

.callout .holder {
  background: #003e74;
  color: white;
  text-align: center;
  padding: 35px 35px 45px;
  line-height: 1.588em; }
  .callout .holder a {
    color: #fff; }
    .callout .holder a h2, .callout .holder a h3, .callout .holder a h4, .callout .holder a h5, .callout .holder a h6 {
      color: #fff; }
  .callout .holder li {
    text-align: left; }
  @media (max-width: 991px) {
    .callout .holder {
      padding: 19px 21px 14px; } }
  @media (max-width: 767px) {
    .callout .holder {
      padding: 24px 11px 22px;
      line-height: 1.5em;
      height: auto !important;
      margin-bottom: 20px; } }

.callout .img-holder {
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .callout .img-holder {
      margin-bottom: 5px; } }
  @media (max-width: 767px) {
    .callout .img-holder {
      margin-bottom: 14px; } }
  .callout .img-holder span {
    line-height: 53px;
    font-size: 50px; }
    @media (max-width: 991px) {
      .callout .img-holder span {
        line-height: 25px; } }
    @media (max-width: 767px) {
      .callout .img-holder span {
        line-height: 1; } }

.callout .icon-note {
  font-size: 2.942em; }
  @media (max-width: 991px) {
    .callout .icon-note {
      font-size: 1.785em; } }
  @media (max-width: 767px) {
    .callout .icon-note {
      font-size: 2.6em; } }

.callout .icon-flag {
  font-size: 2.941em; }
  @media (max-width: 991px) {
    .callout .icon-flag {
      font-size: 1.785em; } }
  @media (max-width: 767px) {
    .callout .icon-flag {
      font-size: 2.5em; } }

.callout p {
  margin-bottom: 17px; }
  @media (max-width: 991px) {
    .callout p {
      margin-bottom: 8px; } }
  @media (max-width: 767px) {
    .callout p {
      margin-bottom: 22px; } }

.callout .learn {
  position: relative;
  color: #fff;
  font-size: 1.0589em;
  line-height: 1;
  padding-right: 21px;
  font-weight: bold; }
  @media (max-width: 991px) {
    .callout .learn {
      font-size: 1em;
      padding-right: 17px; } }
  .callout .learn:after {
    content: "\f101";
    font: 26px/1 FontAwesome;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff; }
    @media (max-width: 991px) {
      .callout .learn:after {
        font-size: 19px;
        margin-top: -1px; } }

@media all and (max-width: 767px) {
  .text-feature-wrapper {
    display: block;
    padding: 33px; }
  .text-feature-block {
    width: 100%;
    padding: 0;
    background-color: #f7f7f7; }
    .text-feature-block .img-holder {
      float: left;
      margin-right: 20px;
      width: 50px; } }

.columns {
  background: #f7f7f7;
  text-align: center;
  padding: 38px 0 35px; }
  @media (max-width: 991px) {
    .columns {
      padding: 20px 0 21px;
      font-size: 0.824em;
      line-height: 1.5em; } }
  @media (max-width: 767px) {
    .columns {
      margin: 0 -10px;
      padding: 35px 33px 15px; } }
  .columns .column {
    background: #fff;
    margin: 0 15px;
    padding: 50px 20px 32px; }
    @media (max-width: 1599px) {
      .columns .column {
        margin: 0; } }
    @media (max-width: 991px) {
      .columns .column {
        padding: 21px 24px 3px; } }
    @media (max-width: 767px) {
      .columns .column {
        position: relative;
        background: transparent;
        text-align: left;
        padding: 0 0 0 48px;
        margin-bottom: 23px;
        height: auto !important; } }
  .columns .img-holder {
    margin-bottom: 16px; }
    @media (max-width: 991px) {
      .columns .img-holder {
        margin-bottom: 0; } }
    .columns .img-holder span {
      color: #003e74;
      line-height: 44px;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 991px) {
        .columns .img-holder span {
          line-height: 27px; } }
      @media (max-width: 767px) {
        .columns .img-holder span {
          line-height: 1; } }
    .columns .img-holder .icon-specialist {
      font-size: 2.4em; }
      @media only screen and (max-width: 1024px) {
        .columns .img-holder .icon-specialist {
          font-size: 1.5em; } }
    @media (max-width: 767px) {
      .columns .img-holder {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 35px;
        margin-right: 11px; } }
  .columns .fa-lightbulb-o {
    font-size: 3.059em; }
    @media (max-width: 991px) {
      .columns .fa-lightbulb-o {
        font-size: 2.142em; } }
    @media (max-width: 767px) {
      .columns .fa-lightbulb-o {
        font-size: 3.2em; } }
  .columns .icon-location {
    font-size: 2.411em; }
    @media (max-width: 991px) {
      .columns .icon-location {
        font-size: 1.714em; } }
    @media (max-width: 767px) {
      .columns .icon-location {
        font-size: 2.357em; } }
  .columns .fa-star-o {
    font-size: 2.470em; }
    @media (max-width: 991px) {
      .columns .fa-star-o {
        font-size: 1.851em; } }
    @media (max-width: 767px) {
      .columns .fa-star-o {
        font-size: 2.851em;
        margin-left: -7px; } }
  .columns h3 {
    font-size: 1.294em;
    line-height: 1;
    margin: 0 0 18px; }
    @media (max-width: 991px) {
      .columns h3 {
        font-size: 1.072em;
        line-height: 1.467em;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .columns h3 {
        overflow: hidden;
        font-size: 1.285em;
        line-height: 1.2em; } }

.jcf-select-sidebar-nav {
  text-align: center;
  border: none;
  background: #a8d104;
  height: 40px;
  display: inline-block !important;
  margin-bottom: 16px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4; }
  @media (min-width: 768px) {
    .jcf-select-sidebar-nav {
      display: none !important; } }
  .jcf-select-sidebar-nav .jcf-list-content .jcf-option-opt-level-2 {
    padding: 9px 0 9px 29px; }
  .jcf-select-sidebar-nav .jcf-select-opener {
    background: transparent; }
    .jcf-select-sidebar-nav .jcf-select-opener:after {
      content: "\e90c";
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 7px;
      line-height: 1;
      font-family: icomoon;
      color: #000; }
  .jcf-select-sidebar-nav .jcf-select-text {
    font-size: 15px;
    padding: 8px 29px 8px 8px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0; }
  .jcf-select-sidebar-nav .jcf-select-drop-content {
    border-color: #a8d104;
    color: #a8d104;
    text-align: left; }

/* sidebar styles */
@media (max-width: 767px) {
  .sidebar.block {
    padding: 61px 0 21px; } }

.sidebar.block .jcf-select-sidebar-nav {
  position: relative;
  left: auto;
  right: auto;
  top: 0;
  width: 100%; }

.nav-active .section-opener {
  display: none; }

.nav-active .section-opener.block {
  margin-top: 0;
  display: block; }
  .nav-active .section-opener.block:before {
    box-shadow: none; }

/* load more styles */
.section-opener {
  width: 160px;
  display: block;
  padding: 0 20px;
  margin: -6px auto 0;
  font-size: 1.071em;
  line-height: 1;
  position: relative; }
  @media (min-width: 768px) {
    .section-opener {
      display: none; } }
  .section-opener:before {
    content: '';
    position: absolute;
    left: -999px;
    right: -999px;
    box-shadow: 0 0 45px 65px rgba(255, 255, 255, 0.98); }
  .section-opener span {
    position: relative;
    display: block;
    text-align: center; }
    .section-opener span:before, .section-opener span:after {
      content: '';
      position: absolute;
      left: -20px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 5px 0 5px;
      border-color: #3069a3 transparent transparent transparent; }
    .section-opener span:after {
      left: auto;
      right: -20px; }
  .section-opener.block {
    display: none; }
    .section-opener.block span:after, .section-opener.block span:before {
      border-width: 0 5px 6px 5px;
      border-color: transparent transparent #3069a3 transparent; }
    .section-opener.block span:after {
      right: -20px; }

.campaign-header .tel .icon-phone {
  margin-right: 0 !important; }

.campaign-header .tel .icon-phone + a {
  display: inline; }

.campaign-form-header {
  color: #fff; }

.campaign-form-body .scfSectionLegend, .campaign-form-body .scfSectionUsefulInfo, .campaign-form-body .scfSingleLineTextUsefulInfo, .campaign-form-body .scfPasswordUsefulInfo, .campaign-form-body .scfPasswordUsefulInfo, .campaign-form-body .scfEmailUsefulInfo, .campaign-form-body .scfTelephoneUsefulInfo, .campaign-form-body .scfSmsTelephoneUsefulInfo, .campaign-form-body .scfDateSelectorUsefulInfo, .campaign-form-body .scfFileUploadUsefulInfo, .campaign-form-body .scfCheckboxUsefulInfo, .campaign-form-body .scfRadioButtonListUsefulInfo, .campaign-form-body .scfListBoxUsefulInfo, .campaign-form-body .scfCheckBoxListUsefulInf, .campaign-form-body .scfConfirmPasswordUsefulInfoo, .campaign-form-body .scfCaptchaUsefulInfo, .campaign-form-body .scfConfirmPasswordUsefulInfo, .campaign-form-body .scfNumberUsefulInfo, .campaign-form-body .scfCheckBoxListUsefulInfo, .campaign-form-body .scfDateSelectorLabel, .campaign-form-body .required {
  color: #fff !important; }

.campaign-form-body .scfSectionContent .jcf-select {
  color: #262626 !important; }

.campaign .scfError, .campaign .scfValidationSummary, .campaign .scfValidatorRequired, .campaign .scfValidator, .campaign .scfValidatorRequired {
  font-style: italic; }
  .henryford .campaign .scfError, .henryford .campaign .scfValidationSummary, .henryford .campaign .scfValidatorRequired, .henryford .campaign .scfValidator, .henryford .campaign .scfValidatorRequired {
    color: white !important; }

.campaign .section .heading:after {
  content: none; }

.campaign .patient-story.block {
  padding-top: 40px; }

.campaign .feature-providers.text-feature-wrapper {
  background-color: #fff; }

.campaign .feature-providers.text-feature-wrapper .text-feature-block {
  text-align: center;
  background-color: #fff; }

.campaign .feature-providers.text-feature-wrapper img {
  margin-bottom: 20px;
  max-width: 206px; }

.campaign .feature-providers .featured-locations-carousel .text-feature-block .location-info {
  width: 100%; }

.campaign .main-header {
  padding: 26px 13px 21px; }
  @media (max-width: 1599px) {
    .campaign .main-header {
      padding: 23px 13px 18px; } }
  @media (max-width: 991px) {
    .campaign .main-header {
      padding: 17px 8px; } }
  @media (max-width: 767px) {
    .campaign .main-header {
      padding: 7px 11px; } }
  .campaign .main-header .header-r {
    color: #003e74; }
    @media (max-width: 767px) {
      .campaign .main-header .header-r {
        width: 58%;
        padding-top: 0; } }
  .campaign .main-header .header-r .tel {
    max-width: none; }
    @media (max-width: 767px) {
      .campaign .main-header .header-r .tel {
        font-size: 1.38rem; } }
    .campaign .main-header .header-r .tel.block {
      width: auto; }
      @media (max-width: 1074px) {
        .campaign .main-header .header-r .tel.block .text {
          display: inline-block;
          margin-right: 0; } }
    .campaign .main-header .header-r .tel a {
      color: #003e74; }
    .campaign .main-header .header-r .tel span {
      margin-right: 1.3em; }

@media (max-width: 767px) {
  .campaign .main .custom > .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; }
    .campaign .main .custom > .container > .row > div:nth-child(1) {
      order: 2;
      margin-top: 1.6em; }
    .campaign .main .custom > .container > .row > div:nth-child(2) {
      order: 1; } }

.campaign .text-feature-wrapper h3 {
  padding-top: 40px;
  margin-bottom: -8px; }
  @media (max-width: 767px) {
    .campaign .text-feature-wrapper h3 {
      padding-top: 0; } }

.campaign .text-feature-wrapper .text-feature-block {
  background: #fff; }
  @media (max-width: 767px) {
    .campaign .text-feature-wrapper .text-feature-block {
      background-color: transparent;
      padding: 0; } }
  .campaign .text-feature-wrapper .text-feature-block h4 {
    margin-top: 0; }
  .campaign .text-feature-wrapper .text-feature-block h3 {
    padding-bottom: 30px;
    padding-top: 25px; }
    .campaign .text-feature-wrapper .text-feature-block h3 a {
      font-size: 1em; }
      @media (min-width: 768px) {
        .campaign .text-feature-wrapper .text-feature-block h3 a {
          font-size: 1.3em; } }
      @media (min-width: 1024px) {
        .campaign .text-feature-wrapper .text-feature-block h3 a {
          font-size: 1em; } }
  .campaign .text-feature-wrapper .text-feature-block .img-holder span:before {
    color: #003e74; }

.campaign .text-feature-wrapper > a {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .campaign .text-feature-wrapper > a.link {
      margin-top: 0; } }
  @media (max-width: 991px) {
    .campaign .text-feature-wrapper > a.link {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .campaign .text-feature-wrapper > a.link {
      margin-bottom: 0; } }

.campaign .section.tab-wrapper {
  overflow: hidden;
  background-color: #fff;
  padding: 0; }

.campaign .row {
  clear: both; }

.campaign .campaign-form {
  overflow: hidden;
  z-index: 999;
  margin: 0 auto;
  background-color: #003e74;
  padding: 30px;
  width: 100%; }
  .campaign .campaign-form h3 {
    color: #fff;
    margin-top: .7em;
    font-size: 1.5em;
    line-height: 1.25em; }
    @media (max-width: 991px) {
      .campaign .campaign-form h3 {
        font-size: 1.57em;
        line-height: 1.556em; } }
    @media (max-width: 767px) {
      .campaign .campaign-form h3 {
        font-size: 1.428em;
        line-height: 1.4em;
        margin-top: 0; } }
  .campaign .campaign-form .heading {
    margin-bottom: 0;
    padding-bottom: .5em;
    margin-top: .5em;
    position: relative;
    width: 100%; }
    .campaign .campaign-form .heading:before {
      position: absolute;
      left: 50%;
      top: -.5em;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      font-size: 1.5em; }
  .campaign .campaign-form .scfSubmitButtonBorder {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important; }
    .henryford .campaign .campaign-form .scfSubmitButtonBorder:after {
      position: absolute;
      top: 50%; }
    @media (max-width: 767px) {
      .campaign .campaign-form .scfSubmitButtonBorder {
        margin-top: 1em; } }
    .campaign .campaign-form .scfSubmitButtonBorder input[type="submit"] {
      width: 100%;
      color: #fff;
      background-color: #d66502;
      border: none; }
  .campaign .campaign-form div {
    background-color: #003e74;
    margin-bottom: 1em;
    color: white; }
  .campaign .campaign-form .scfForm input, .campaign .campaign-form .scfForm select, .campaign .campaign-form .scfForm textarea {
    color: #000; }
  .campaign .campaign-form label {
    color: #fff; }
  .campaign .campaign-form .scfSectionContent div {
    width: 100%; }
  .campaign .campaign-form .scfSectionContent .scfDateSelectorGeneralPanel .selectbox {
    width: 30%; }
    @media (max-width: 768px) {
      .campaign .campaign-form .scfSectionContent .scfDateSelectorGeneralPanel .selectbox {
        width: 100%;
        margin-top: 3em; } }
  .henryford .campaign .campaign-form .g-recaptcha iframe {
    position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      .henryford .campaign .campaign-form .g-recaptcha iframe {
        left: -64px;
        top: -10px;
        transform: scale(0.58); } }
    @media (min-width: 992px) and (max-width: 1599px) {
      .henryford .campaign .campaign-form .g-recaptcha iframe {
        left: -26px;
        transform: scale(0.8); } }

.henryford .campaign .section.custom {
  padding-bottom: 14px; }

.campaign div.columns.twelve:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0; }
  .campaign div.columns.twelve:last-of-type div {
    margin-bottom: 0; }

.campaign .scfFooterBorder {
  margin-bottom: 0;
  padding-bottom: 0; }

.campaign .one-col-layout .content-display {
  margin: 0 auto;
  width: 65.6%; }
  @media (max-width: 992px) {
    .campaign .one-col-layout .content-display {
      width: 100%;
      margin-bottom: 34px; } }

.campaign .one-col-layout .accordion-block, .campaign .one-col-layout .tab-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 65.6%; }
  @media (max-width: 992px) {
    .campaign .one-col-layout .accordion-block, .campaign .one-col-layout .tab-wrapper {
      width: 100%; } }

.campaign .one-col-layout .patient-story {
  margin-left: auto;
  margin-right: auto;
  width: 67.1%; }
  @media (max-width: 992px) {
    .campaign .one-col-layout .patient-story {
      width: 100%; } }

@media (max-width: 767px) {
  .campaign .left, .campaign .right, .campaign .text-content img, .campaign .content-display img {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 767px) {
  .campaign .patient-story .story-section {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (max-width: 767px) {
  .campaign .patient-story .image-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0; } }

@media (max-width: 767px) {
  .campaign .content .section.tab-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 767px) {
  .campaign .managing-block .tab-content .accordion {
    margin-left: 0;
    margin-right: 0; } }

.campaign-form-body .scfSectionContent .required span {
  color: #fff; }

.scfDatePickerGeneralPanel {
  position: relative;
  margin-bottom: 0; }
  .scfDatePickerGeneralPanel .ui-icon-calendar.ui-icon-datepicker {
    position: absolute;
    float: none;
    top: 29%;
    right: 0; }

.mfDateFromField, .mfDateToField, .mfLocationField {
  margin-bottom: 1.2em; }
  @media (max-width: 768px) {
    .mfDateFromField, .mfDateToField, .mfLocationField {
      margin-bottom: 0; } }

.hf-mammography-form input[type="submit"] {
  display: none; }

.hf-mammography-form #appointmentOptions {
  display: none; }

.hf-mammography-form #appointmentOptions {
  width: 100%; }

.hf-mammography-form #MammographyViewAppointmentsField .scfRadioButtonListBorder:last-child {
  width: 100%; }

.mfDateFromValidator, .mfDateToValidator, .mfDateFromValidator1, .mfDateToValidator1 {
  clear: left; }

.sitemap ul {
  margin-left: 2rem; }

.sitemap ul ul ul,
.sitemap ul ul ul ul ul, .sitemap ul ul ul ul ul ul ul {
  list-style-type: disc; }

.sitemap ul ul,
.sitemap ul ul ul ul, .sitemap ul ul ul ul ul ul {
  list-style-type: circle; }

#provider-search-again-wrapper .provider-search-column.open-scheduling labe {
  margin-bottom: 24px; }

#provider-search-again-wrapper .provider-search-column.new-patients {
  margin-top: 0; }

.notacceptsnewpatients {
  font-weight: bold; }

#provider-listing-results .listing-item-more-link, .module-pd-results .listing-item-more-link {
  width: 100%; }
  @media (min-width: 768px) {
    #provider-listing-results .listing-item-more-link, .module-pd-results .listing-item-more-link {
      max-width: 150px; } }

#provider-listing-results .notacceptsnewpatients, .module-pd-results .notacceptsnewpatients {
  text-align: center;
  padding: 1rem 1rem 0;
  line-height: 1.4; }
  @media (min-width: 768px) {
    #provider-listing-results .notacceptsnewpatients, .module-pd-results .notacceptsnewpatients {
      margin-top: 0;
      padding: 2rem 1rem 3rem; } }

.resident-snippet {
  font-size: 1rem;
  float: left;
  width: 100%; }
  .resident-snippet h2 {
    font-size: 2.8em;
    margin-top: 0px;
    margin-bottom: .5em; }
    @media (max-width: 991px) {
      .resident-snippet h2 {
        font-size: 2.2em; } }
  .resident-snippet .resident {
    width: 50%;
    padding-right: 5%;
    float: left;
    margin-bottom: 3em; }
    @media (max-width: 991px) {
      .resident-snippet .resident {
        margin-bottom: 1.6em; } }
    @media (max-width: 767px) {
      .resident-snippet .resident {
        width: 100%;
        padding-right: 0; } }
    .resident-snippet .resident .image-wrapper {
      width: 40%;
      max-width: 125px;
      float: left;
      margin-right: 5%; }
      @media (max-width: 767px) {
        .resident-snippet .resident .image-wrapper {
          width: 30%; } }
      .resident-snippet .resident .image-wrapper img {
        width: 100% !important;
        margin-bottom: 0;
        height: auto !important; }
        @media (max-width: 767px) {
          .resident-snippet .resident .image-wrapper img {
            margin-top: .41em; } }
    .resident-snippet .resident .description {
      float: left;
      width: 55%; }
      @media (max-width: 767px) {
        .resident-snippet .resident .description {
          width: 65%; } }
      .resident-snippet .resident .description strong {
        margin-bottom: 1em;
        font-size: 1.7em;
        line-height: 1em; }
        @media (max-width: 991px) {
          .resident-snippet .resident .description strong {
            font-size: 1.4em; } }
      .resident-snippet .resident .description .school, .resident-snippet .resident .description .residency {
        font-size: 1.7em; }
        @media (max-width: 991px) {
          .resident-snippet .resident .description .school, .resident-snippet .resident .description .residency {
            font-size: 1.4em; } }

.phone-cta {
  padding: 20px 20px 10px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  background-color: #f9f9f9;
  border-left: 8px solid #a8d104; }
  .phone-cta .tel-link-g {
    white-space: nowrap; }
  .phone-cta ul li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0; }
  .phone-cta > div {
    font-size: 1em;
    line-height: 1.7;
    margin-bottom: 15px; }

.pull-quote {
  background-color: #f7f7f7;
  padding: 35px 20px 20px;
  text-align: center;
  margin-bottom: 20px; }

.pull-quote__headline {
  line-height: 37px;
  font-size: 24px;
  color: #1a1a1a;
  font-family: "Domine",serif;
  margin: 0 0 19px;
  text-align: center;
  display: block;
  text-decoration: none; }

.image-desc-row {
  margin-bottom: 0; }

.image-desc-row tr td {
  border: none;
  padding: 0;
  background: transparent;
  vertical-align: top; }
  @media (max-width: 767px) {
    .image-desc-row tr td {
      display: block;
      width: 100%; } }

.image-desc-row tr td:first-of-type {
  width: 33.3333%; }
  @media (max-width: 767px) {
    .image-desc-row tr td:first-of-type {
      width: 100%; } }

.image-desc-row tr td:last-of-type {
  padding-left: 26px; }
  @media (max-width: 767px) {
    .image-desc-row tr td:last-of-type {
      padding-left: 0;
      padding-top: 26px; } }

.image-desc-row tr td img {
  margin: 0; }

/* accordion styles */
.location-tabs-body.gray {
  background-color: #fff; }
  @media (min-width: 768px) {
    .location-tabs-body.gray {
      background-color: #f3f3f3; } }

.accordion-close {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 919px; }

.accordion-block {
  padding: 39px 36px;
  margin-bottom: 94px;
  background: #f3f3f3;
  clear: both; }
  @media (max-width: 991px) {
    .accordion-block {
      padding: 24px 21px;
      line-height: 21px; } }
  @media (max-width: 767px) {
    .accordion-block {
      padding: 0;
      border: 1px solid #b3b3b3;
      margin-bottom: 47px;
      background: none; }
      .accordion-block .slide {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1.4rem; } }
  .accordion-block .accordion-panel,
  .accordion-block .accordion {
    border-bottom: 2px solid #b3b3b3; }
    @media (max-width: 767px) {
      .accordion-block .accordion-panel,
      .accordion-block .accordion {
        border: none; } }
    .accordion-block .accordion-panel > div,
    .accordion-block .accordion > div {
      border-top: 2px solid #b3b3b3;
      position: relative;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .accordion-block .accordion-panel > div,
        .accordion-block .accordion > div {
          border-top-width: 1px; } }
      @media (max-width: 767px) {
        .accordion-block .accordion-panel > div:first-child,
        .accordion-block .accordion > div:first-child {
          border: none; } }
      .accordion-block .accordion-panel > div.active,
      .accordion-block .accordion > div.active {
        border-color: transparent;
        font-weight: normal; }
        @media (max-width: 767px) {
          .accordion-block .accordion-panel > div.active,
          .accordion-block .accordion > div.active {
            position: relative !important; } }
        .accordion-block .accordion-panel > div.active:before,
        .accordion-block .accordion > div.active:before {
          content: "";
          background: #a8d104;
          position: absolute;
          left: 0;
          right: 0;
          height: 8px;
          top: 0; }
          @media (max-width: 991px) {
            .accordion-block .accordion-panel > div.active:before,
            .accordion-block .accordion > div.active:before {
              height: 5px; } }
          @media (max-width: 767px) {
            .accordion-block .accordion-panel > div.active:before,
            .accordion-block .accordion > div.active:before {
              top: 0;
              height: 6px; } }
        .accordion-block .accordion-panel > div.active .opener,
        .accordion-block .accordion > div.active .opener {
          color: #5e7500;
          font-weight: normal; }
          .accordion-block .accordion-panel > div.active .opener:after,
          .accordion-block .accordion > div.active .opener:after {
            content: none; }
      .accordion-block .accordion-panel > div .accordion-header,
      .accordion-block .accordion > div .accordion-header {
        font-size: 1.294em;
        line-height: 1.182em;
        margin-bottom: 0; }
        @media (max-width: 991px) {
          .accordion-block .accordion-panel > div .accordion-header,
          .accordion-block .accordion > div .accordion-header {
            line-height: 1;
            font-size: 1.071em; } }
        @media (max-width: 767px) {
          .accordion-block .accordion-panel > div .accordion-header,
          .accordion-block .accordion > div .accordion-header {
            font-size: 1.6rem;
            line-height: 1.125em; } }
      .accordion-block .accordion-panel > div .opener,
      .accordion-block .accordion > div .opener {
        display: block;
        padding: 30px 48px 30px 0;
        position: relative; }
        @media (max-width: 991px) {
          .accordion-block .accordion-panel > div .opener,
          .accordion-block .accordion > div .opener {
            padding: 15px 28px 14px 0; } }
        @media (max-width: 767px) {
          .accordion-block .accordion-panel > div .opener,
          .accordion-block .accordion > div .opener {
            padding: 11px;
            text-decoration: none; }
            .accordion-block .accordion-panel > div .opener:hover, .accordion-block .accordion-panel > div .opener:focus, .accordion-block .accordion-panel > div .opener:active,
            .accordion-block .accordion > div .opener:hover,
            .accordion-block .accordion > div .opener:focus,
            .accordion-block .accordion > div .opener:active {
              text-decoration: none !important; } }
        .accordion-block .accordion-panel > div .opener:before, .accordion-block .accordion-panel > div .opener:after,
        .accordion-block .accordion > div .opener:before,
        .accordion-block .accordion > div .opener:after {
          content: "";
          width: 20px;
          height: 4px;
          position: absolute;
          right: 16px;
          top: 39px;
          background: #5e7500; }
          @media (max-width: 991px) {
            .accordion-block .accordion-panel > div .opener:before, .accordion-block .accordion-panel > div .opener:after,
            .accordion-block .accordion > div .opener:before,
            .accordion-block .accordion > div .opener:after {
              width: 11px;
              height: 3px;
              right: 8px;
              top: 26px; } }
          @media (max-width: 767px) {
            .accordion-block .accordion-panel > div .opener:before, .accordion-block .accordion-panel > div .opener:after,
            .accordion-block .accordion > div .opener:before,
            .accordion-block .accordion > div .opener:after {
              width: 16px;
              height: 2px;
              background: #231f20;
              right: 8px;
              top: 19px; } }
        .accordion-block .accordion-panel > div .opener:after,
        .accordion-block .accordion > div .opener:after {
          width: 4px;
          height: 20px;
          right: 24px;
          top: 31px; }
          @media (max-width: 991px) {
            .accordion-block .accordion-panel > div .opener:after,
            .accordion-block .accordion > div .opener:after {
              width: 3px;
              height: 11px;
              right: 12px;
              top: 22px; } }
          @media (max-width: 767px) {
            .accordion-block .accordion-panel > div .opener:after,
            .accordion-block .accordion > div .opener:after {
              width: 2px;
              height: 16px;
              top: 12px;
              right: 15px; } }
        .accordion-block .accordion-panel > div .opener:focus,
        .accordion-block .accordion > div .opener:focus {
          text-decoration: none; }
        .accordion-block .accordion-panel > div .opener:hover,
        .accordion-block .accordion > div .opener:hover {
          text-decoration: underline; }
      .accordion-block .accordion-panel > div .content-display ul li,
      .accordion-block .accordion > div .content-display ul li {
        margin-bottom: .75rem; }
      .accordion-block .accordion-panel > div .content-display ul ol, .accordion-block .accordion-panel > div .content-display ul ul,
      .accordion-block .accordion > div .content-display ul ol,
      .accordion-block .accordion > div .content-display ul ul {
        margin-top: 12px;
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .accordion-block .accordion-panel > div .content-display .col-md-3 ul,
        .accordion-block .accordion > div .content-display .col-md-3 ul {
          margin-left: 0px; } }
      @media (min-width: 768px) {
        .accordion-block .accordion-panel > div .content-display .col-md-3 ul li,
        .accordion-block .accordion > div .content-display .col-md-3 ul li {
          margin-left: 20px;
          width: 100%;
          font-size: 17px; } }
    .accordion-block .accordion-panel .content-row,
    .accordion-block .accordion .content-row {
      padding-bottom: .5em; }
      @media (max-width: 991px) {
        .accordion-block .accordion-panel .content-row,
        .accordion-block .accordion .content-row {
          padding-bottom: 19px; } }
      @media (max-width: 767px) {
        .accordion-block .accordion-panel .content-row,
        .accordion-block .accordion .content-row {
          padding-bottom: 20px; } }
      .accordion-block .accordion-panel .content-row ul, .accordion-block .accordion-panel .content-row ol,
      .accordion-block .accordion .content-row ul,
      .accordion-block .accordion .content-row ol {
        margin-bottom: 26px;
        margin-top: 26px; }
        .accordion-block .accordion-panel .content-row ul ul, .accordion-block .accordion-panel .content-row ul ol, .accordion-block .accordion-panel .content-row ol ul, .accordion-block .accordion-panel .content-row ol ol,
        .accordion-block .accordion .content-row ul ul,
        .accordion-block .accordion .content-row ul ol,
        .accordion-block .accordion .content-row ol ul,
        .accordion-block .accordion .content-row ol ol {
          margin-bottom: 0;
          margin-top: 12px; }
      .accordion-block .accordion-panel .content-row .img-wrapper,
      .accordion-block .accordion .content-row .img-wrapper {
        float: right;
        margin-left: 25px;
        margin-bottom: 1em; }
        @media (max-width: 991px) {
          .accordion-block .accordion-panel .content-row .img-wrapper,
          .accordion-block .accordion .content-row .img-wrapper {
            margin-left: 16px;
            width: 37%; } }
        @media (max-width: 767px) {
          .accordion-block .accordion-panel .content-row .img-wrapper,
          .accordion-block .accordion .content-row .img-wrapper {
            float: none;
            padding: 0;
            margin: 5px 0 0px;
            width: 100%; } }
        @media (max-width: 991px) {
          .accordion-block .accordion-panel .content-row .img-wrapper img,
          .accordion-block .accordion .content-row .img-wrapper img {
            width: 100%;
            height: auto; } }
      .accordion-block .accordion-panel .content-row .description,
      .accordion-block .accordion .content-row .description {
        overflow: hidden; }
        @media (max-width: 1599px) {
          .accordion-block .accordion-panel .content-row .description,
          .accordion-block .accordion .content-row .description {
            overflow: visible; } }
        @media (max-width: 767px) {
          .accordion-block .accordion-panel .content-row .description,
          .accordion-block .accordion .content-row .description {
            padding-top: 1em; } }
        .accordion-block .accordion-panel .content-row .description p,
        .accordion-block .accordion .content-row .description p {
          margin-bottom: 16px; }
          @media (max-width: 991px) {
            .accordion-block .accordion-panel .content-row .description p,
            .accordion-block .accordion .content-row .description p {
              margin-bottom: 16px; } }
          @media (max-width: 767px) {
            .accordion-block .accordion-panel .content-row .description p,
            .accordion-block .accordion .content-row .description p {
              margin-bottom: 13px; } }
        .accordion-block .accordion-panel .content-row .description .learn,
        .accordion-block .accordion .content-row .description .learn {
          display: inline-block;
          vertical-align: top;
          position: relative;
          font-size: 1.176em;
          line-height: 1.1em;
          padding-right: 24px;
          color: #0078C9; }
          @media (max-width: 991px) {
            .accordion-block .accordion-panel .content-row .description .learn,
            .accordion-block .accordion .content-row .description .learn {
              font-size: 1em;
              padding-right: 16px; } }
          @media (max-width: 767px) {
            .accordion-block .accordion-panel .content-row .description .learn,
            .accordion-block .accordion .content-row .description .learn {
              font-size: 16px;
              line-height: 18px;
              padding-right: 17px; } }
          .accordion-block .accordion-panel .content-row .description .learn:focus, .accordion-block .accordion-panel .content-row .description .learn:hover,
          .accordion-block .accordion .content-row .description .learn:focus,
          .accordion-block .accordion .content-row .description .learn:hover {
            text-decoration: underline; }
          .accordion-block .accordion-panel .content-row .description .learn:before,
          .accordion-block .accordion .content-row .description .learn:before {
            content: "\f101";
            font-size: 24px;
            line-height: 1;
            font-family: FontAwesome;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            color: #0078C9; }
            @media (max-width: 991px) {
              .accordion-block .accordion-panel .content-row .description .learn:before,
              .accordion-block .accordion .content-row .description .learn:before {
                font-size: 20px;
                margin-top: -2px; } }
            @media (max-width: 767px) {
              .accordion-block .accordion-panel .content-row .description .learn:before,
              .accordion-block .accordion .content-row .description .learn:before {
                font-size: 20px;
                margin-top: -1px; } }

@-webkit-keyframes opacity {
  0% {
    border-bottom-color: transparent; }
  100% {
    border-bottom-color: #a8d104; } }

/* Standard syntax */
@keyframes opacity {
  0% {
    border-bottom-color: transparent; }
  100% {
    border-bottom-color: #a8d104; } }

.managing-block {
  /*  gray section styles */ }
  @media (max-width: 767px) {
    .managing-block.inner > li {
      position: relative; }
      .managing-block.inner > li:last-child > a {
        border-bottom: transparent; }
      .managing-block.inner > li.active > a {
        border-top: transparent; }
    .managing-block.inner .accordion {
      border: 1px solid #b3b3b3; }
      .managing-block.inner .accordion div {
        position: relative; }
        .managing-block.inner .accordion div.active:before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          height: 5px;
          top: 0; }
      .managing-block.inner .accordion .active .opener {
        color: #262626;
        font-weight: normal; }
      .managing-block.inner .accordion .opener {
        border-left: transparent;
        border-right: transparent;
        border-bottom: transparent;
        padding: 10px 11px 8px;
        transition: all 1s linear; }
      .managing-block.inner .accordion .slide {
        padding: 10px 9px; }
      .managing-block.inner .accordion .img-holder {
        margin-bottom: 18px; } }
  .managing-block .tab-content .accordion {
    margin-top: 0;
    padding-top: 0; }
    .managing-block .tab-content .accordion li .slide {
      font-weight: normal; }
    @media only screen and (max-width: 767px) {
      .managing-block .tab-content .accordion > div.active {
        font-weight: normal;
        position: relative; }
        .managing-block .tab-content .accordion > div.active .opener {
          border-bottom: none; }
        .managing-block .tab-content .accordion > div.active:before {
          content: "";
          background: #a8d104;
          position: absolute;
          left: 0;
          right: 0;
          height: 5px;
          top: 0; } }
    .managing-block .tab-content .accordion .accordion-header {
      font-size: 1.294em;
      line-height: 1.182em;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .managing-block .tab-content .accordion .accordion-header {
          line-height: 1;
          font-size: 1.071em; } }
      @media (max-width: 767px) {
        .managing-block .tab-content .accordion .accordion-header {
          font-size: 1.6rem;
          line-height: 1.125em; } }
    @media (max-width: 767px) {
      .managing-block .tab-content .accordion .opener {
        text-decoration: none; }
        .managing-block .tab-content .accordion .opener:hover, .managing-block .tab-content .accordion .opener:focus, .managing-block .tab-content .accordion .opener:active {
          text-decoration: none !important; } }
  .managing-block.two-tab .tabset li {
    width: 50%; }
  @media (min-width: 1600px) {
    .managing-block.two-tab .tab-content {
      padding: 29px 14px 0; } }
  .managing-block > .tabset {
    text-align: center;
    line-height: 1;
    border: solid #b3b3b3 1px; }
    .managing-block > .tabset > li {
      font-size: 1.2em;
      border: solid #b3b3b3;
      border-width: 0 1px 0 0;
      margin-right: -1px;
      margin-bottom: -1px; }
      .managing-block > .tabset > li:first-child {
        border-left-width: 0;
        margin-left: -1px; }
      .managing-block > .tabset > li:last-child {
        margin-right: 0;
        border-right-width: 0;
        margin-right: -1px; }
      .managing-block > .tabset > li:hover {
        border-bottom: 9px solid transparent;
        -webkit-animation-name: opacity;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 1s;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-iteration-count: .5;
        -webkit-animation-fill-mode: forwards;
        animation-name: opacity;
        animation-duration: .5s;
        animation-fill-mode: forwards;
        animation-iteration-count: 1; }
      .managing-block > .tabset > li.active {
        border-bottom: 9px solid #a8d104; }
        .managing-block > .tabset > li.active:hover {
          border-bottom: 9px solid #a8d104;
          -webkit-animation-name: none;
          animation-name: none; }
          .managing-block > .tabset > li.active:hover a {
            color: #5e7500; }
      .managing-block > .tabset > li.active a {
        background: transparent;
        color: #5e7500;
        font-weight: normal;
        border-bottom: none; }
        .managing-block > .tabset > li.active a:after {
          background: #a8d104; }
        .managing-block > .tabset > li.active a:hover {
          color: #5e7500; }
          .managing-block > .tabset > li.active a:hover:after {
            background: #a8d104; }
      .managing-block > .tabset > li:hover a {
        color: #262626;
        background: transparent;
        border-bottom: none;
        transition: none !important; }
        .managing-block > .tabset > li:hover a:after {
          background: #a8d104; }
          @media (max-width: 1599px) {
            .managing-block > .tabset > li:hover a:after {
              background: transparent; } }
      .managing-block > .tabset > li > a {
        margin: 0;
        padding: 16px 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 9px solid transparent;
        transition: none !important;
        width: 100%;
        height: 100% !important;
        margin-bottom: -2px; }
        .managing-block > .tabset > li > a span {
          position: relative;
          top: 5px; }
        @media (max-width: 1599px) {
          .managing-block > .tabset > li > a {
            padding: 18px 15px; } }
        @media (max-width: 991px) {
          .managing-block > .tabset > li > a {
            padding: 11px 12px 12px; } }
  .managing-block .tab-content {
    font-size: 1.7rem;
    position: relative; }
    @media (max-width: 767px) {
      .managing-block .tab-content {
        font-size: 1.4rem; } }
    .managing-block .tab-content .post h3 {
      margin-bottom: 18px;
      text-align: center; }
      @media (max-width: 1599px) {
        .managing-block .tab-content .post h3 {
          margin-bottom: 17px; } }
    .managing-block .tab-content .post h3 + div {
      text-align: center; }
    .managing-block .tab-content .service-list ul {
      margin-top: 0;
      padding-top: 0;
      line-height: 1.59; }
      .managing-block .tab-content .service-list ul li {
        margin-right: 0;
        float: left;
        width: 100%;
        margin-bottom: .1em;
        text-align: left; }
        @media (min-width: 768px) {
          .managing-block .tab-content .service-list ul li {
            padding: 0 0 5px 0;
            line-height: 1.71em;
            margin-left: 20px;
            font-size: 17px; }
            .managing-block .tab-content .service-list ul li:nth-child(2n+1) {
              clear: both; } }
        @media (max-width: 767px) {
          .henryford .managing-block .tab-content .service-list ul li {
            float: none; } }
        .managing-block .tab-content .service-list ul li:after {
          top: 11px; }
          @media (max-width: 1599px) {
            .managing-block .tab-content .service-list ul li:after {
              top: 10px; } }
    .managing-block .tab-content .accordion .service-list ul {
      margin-top: 12px;
      margin-bottom: 1.2em;
      float: left;
      width: 100%; }
      @media (min-width: 768px) {
        .managing-block .tab-content .accordion .service-list ul li {
          line-height: 1.2;
          padding-bottom: 0;
          margin-bottom: 7.5px; } }
    .managing-block .tab-content .schedule-block ~ a {
      text-transform: none; }
      @media (max-width: 767px) {
        .managing-block .tab-content .schedule-block ~ a {
          margin-bottom: 15px; } }
  @media (min-width: 768px) {
    .managing-block .opener {
      display: none; } }
  .managing-block .slide .active {
    font-weight: normal; }
  @media (min-width: 768px) {
    .managing-block .slide {
      position: static !important;
      display: block;
      width: 100% !important; } }
  @media (max-width: 767px) {
    .managing-block .slide {
      padding: 20px 15px;
      border-bottom: 1px solid #b3b3b3; } }
  @media (max-width: 767px) {
    .managing-block .accordion div.active .opener:before {
      display: none; }
    .managing-block .accordion div .opener {
      display: block;
      font-size: 1.6rem;
      border: 1px solid #b3b3b3;
      padding: 11px;
      position: relative;
      text-align: left; }
      .managing-block .accordion div .opener:before, .managing-block .accordion div .opener:after {
        content: "";
        position: absolute;
        width: 16px;
        height: 2px;
        position: absolute;
        right: 14px;
        top: 19px;
        background: #231f20; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .managing-block .accordion div .opener:before, .managing-block .accordion div .opener:after {
        right: 9px; } }
  @media (max-width: 767px) {
      .managing-block .accordion div .opener:before {
        height: 16px;
        width: 2px;
        top: 12px;
        right: 21px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .managing-block .accordion div .opener:before {
        right: 16px; } }
  @media (max-width: 767px) {
      .active .managing-block .accordion div .opener a, .managing-block .accordion div .opener:focus, .managing-block .accordion div .opener:hover {
        text-decoration: none;
        color: #a8d104; } }
  @media (max-width: 767px) {
    .managing-block .js-tab-hidden {
      position: static !important;
      top: 0;
      bottom: 0; } }
  .managing-block.four-tab .tabset li {
    width: 25%; }
  .managing-block.four-tab .tab-content {
    padding: 22px 14px 0; }

/*--Only accordion content in front page tabs should be center-aligned--*/
.item-url-home .tab-content .accordion .slide {
  text-align: center; }

.location-tabs .tab-content .accordion .col-sm-6.col-xs-12 ul {
  margin-top: 12px;
  margin-bottom: 1.2em;
  float: left;
  width: 100%;
  line-height: 1.59; }
  .location-tabs .tab-content .accordion .col-sm-6.col-xs-12 ul li {
    line-height: 1.2;
    margin-bottom: 7.5px;
    padding-bottom: 0; }

.henryford .campaign .banner {
  min-height: 400px;
  height: 400px; }
  @media (min-width: 768px) {
    .henryford .campaign .banner {
      max-height: 520px;
      min-height: 520px;
      height: 520px; } }
  @media (min-width: 992px) {
    .henryford .campaign .banner {
      max-height: 700px;
      min-height: 700px;
      height: 700px;
      padding-bottom: 0; } }
  .henryford .campaign .banner .inner-container {
    width: 505px;
    min-height: 445px;
    position: relative;
    display: block;
    left: 11.822916%;
    top: 96px;
    background-color: rgba(0, 62, 116, 0.86);
    padding: 0;
    box-shadow: -2px 7px 50px -4px #333; }
    @media (max-width: 991px) {
      .henryford .campaign .banner .inner-container {
        width: 405px; } }
    @media (max-width: 767px) {
      .henryford .campaign .banner .inner-container {
        box-shadow: none;
        font-size: 1.1rem;
        left: 0;
        margin: 25px 10px 48px;
        min-height: 307px;
        position: static;
        top: 24px;
        width: auto; } }
  .henryford .campaign .banner .top-cnr {
    background-color: #0173c2;
    color: #fff;
    text-align: center;
    padding: 30px 2em 23px 2em; }
    .henryford .campaign .banner .top-cnr:before {
      content: "\71";
      font-family: "henryford-icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      font-size: 2.3em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 767px) {
      .henryford .campaign .banner .top-cnr {
        padding: 23px 11px 6px; } }
    .henryford .campaign .banner .top-cnr h2 {
      color: #fff;
      font-size: 1.9em; }
    .henryford .campaign .banner .top-cnr h3 {
      color: #fff;
      font-size: 1.15em; }
  .henryford .campaign .banner .mid-cnr {
    color: #fff;
    font-family: "Lato", sans-serif;
    line-height: 1.7em;
    padding: 32px 90px 16px 90px;
    font-size: 1.06em;
    text-align: center; }
    @media (max-width: 767px) {
      .henryford .campaign .banner .mid-cnr {
        font-size: 1.3em;
        padding: 32px 18px 16px; } }
  .henryford .campaign .banner .contactus {
    padding-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around; }
    .henryford .campaign .banner .contactus li {
      list-style-type: none;
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%; }
      .henryford .campaign .banner .contactus li a {
        width: 100%;
        text-align: left;
        padding-right: 1em; }
    .henryford .campaign .banner .contactus li:last-child .btn {
      background-color: transparent;
      color: #fff; }

.callout {
  padding: 1em; }

@media (max-width: 767px) {
  .campaign .locations-wrapper h3 {
    padding-bottom: .5em; } }

.featured-locations-carousel,
.related-events-carousel {
  width: 100%;
  /* pagination styles */
  /* Use BEM for new classes */ }
  @media (max-width: 767px) {
    .featured-locations-carousel .img-holder,
    .related-events-carousel .img-holder {
      width: 100%; } }
  .featured-locations-carousel .mask,
  .related-events-carousel .mask {
    position: relative;
    overflow: hidden; }
  .featured-locations-carousel .slideset,
  .related-events-carousel .slideset {
    display: block; }
    @media (min-width: 768px) {
      .featured-locations-carousel .slideset,
      .related-events-carousel .slideset {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around; } }
  .featured-locations-carousel .slide,
  .related-events-carousel .slide {
    background-color: #fff;
    float: left;
    flex-basis: auto;
    margin: 10px 0;
    width: 100%; }
    @media (max-width: 991px) {
      .featured-locations-carousel .slide:nth-child(even),
      .related-events-carousel .slide:nth-child(even) {
        margin-right: 0; } }
    @media (min-width: 768px) {
      .featured-locations-carousel .slide,
      .related-events-carousel .slide {
        width: 46%;
        margin-bottom: 1em; } }
    @media (min-width: 1024px) {
      .featured-locations-carousel .slide,
      .related-events-carousel .slide {
        width: 22%; }
        .featured-locations-carousel .slide:last-child,
        .related-events-carousel .slide:last-child {
          margin-right: 0; } }
  .featured-locations-carousel .caption,
  .related-events-carousel .caption {
    padding: 2.5em; }
    @media (max-width: 1599px) {
      .featured-locations-carousel .caption,
      .related-events-carousel .caption {
        padding: 40px 88px 49px;
        font-size: 0.824em; } }
    @media (max-width: 991px) {
      .featured-locations-carousel .caption,
      .related-events-carousel .caption {
        padding: 36px 18px 57px; } }
    @media (max-width: 767px) {
      .featured-locations-carousel .caption,
      .related-events-carousel .caption {
        padding: 32px 17px 33px 14px; } }
  .featured-locations-carousel .title,
  .related-events-carousel .title {
    font-size: 1.176em;
    line-height: 1;
    display: block;
    margin-bottom: 32px;
    font-weight: normal; }
    @media (max-width: 1599px) {
      .featured-locations-carousel .title,
      .related-events-carousel .title {
        font-size: 1.357em;
        margin-bottom: 28px; } }
    @media (max-width: 991px) {
      .featured-locations-carousel .title,
      .related-events-carousel .title {
        font-size: 1.143em;
        margin-bottom: 21px; } }
    @media (max-width: 767px) {
      .featured-locations-carousel .title,
      .related-events-carousel .title {
        font-size: 1.357em;
        line-height: 1.473em;
        margin-bottom: 14px; } }
  .featured-locations-carousel p,
  .related-events-carousel p {
    margin-bottom: 38px;
    font-weight: normal; }
    @media (max-width: 1599px) {
      .featured-locations-carousel p,
      .related-events-carousel p {
        margin-bottom: 33px; } }
    @media (max-width: 991px) {
      .featured-locations-carousel p,
      .related-events-carousel p {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .featured-locations-carousel p,
      .related-events-carousel p {
        margin-bottom: 23px; } }
  .featured-locations-carousel .btn,
  .related-events-carousel .btn {
    padding: 14px 77px 14px 57px;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1.176em;
    line-height: 1; }
    @media (max-width: 1599px) {
      .featured-locations-carousel .btn,
      .related-events-carousel .btn {
        padding: 12px 80px 12px 40px;
        font-size: 1.214em; } }
    @media (max-width: 991px) {
      .featured-locations-carousel .btn,
      .related-events-carousel .btn {
        font-size: 1.071em;
        padding: 11px 51px 11px 31px; } }
    @media (max-width: 767px) {
      .featured-locations-carousel .btn,
      .related-events-carousel .btn {
        display: block;
        padding: 12px 52px 12px 32px; } }
  .featured-locations-carousel .slider-pagination,
  .related-events-carousel .slider-pagination {
    border-top: 1px solid #5a7994;
    padding: 16px 10px;
    display: none;
    border-top: 0; }
    @media (max-width: 1599px) {
      .featured-locations-carousel .slider-pagination,
      .related-events-carousel .slider-pagination {
        padding: 13px 10px; } }
    @media (max-width: 991px) {
      .featured-locations-carousel .slider-pagination,
      .related-events-carousel .slider-pagination {
        background: #fff;
        padding: 14px 10px; } }
    @media (max-width: 767px) {
      .featured-locations-carousel .slider-pagination,
      .related-events-carousel .slider-pagination {
        display: block;
        background: #003e74; } }
    .featured-locations-carousel .slider-pagination ul,
    .related-events-carousel .slider-pagination ul {
      font-size: 0;
      line-height: 0; }
      @media (max-width: 767px) {
        .featured-locations-carousel .slider-pagination ul,
        .related-events-carousel .slider-pagination ul {
          background: transparent;
          display: block; } }
      .featured-locations-carousel .slider-pagination ul li,
      .related-events-carousel .slider-pagination ul li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        margin: 0 12px; }
        @media (max-width: 1599px) {
          .featured-locations-carousel .slider-pagination ul li,
          .related-events-carousel .slider-pagination ul li {
            margin: 0 11px; } }
        @media (max-width: 991px) {
          .featured-locations-carousel .slider-pagination ul li,
          .related-events-carousel .slider-pagination ul li {
            margin: 0 8px; } }
        .featured-locations-carousel .slider-pagination ul li.active a,
        .related-events-carousel .slider-pagination ul li.active a {
          border-color: #fe8011;
          background: #fe8011; }
      .featured-locations-carousel .slider-pagination ul a,
      .related-events-carousel .slider-pagination ul a {
        display: block;
        width: 16px;
        height: 16px;
        border: 2px solid rgba(255, 255, 255, 0.5);
        border-radius: 50%; }
        @media (max-width: 1599px) {
          .featured-locations-carousel .slider-pagination ul a,
          .related-events-carousel .slider-pagination ul a {
            width: 14px;
            height: 14px; } }
        @media (max-width: 991px) {
          .featured-locations-carousel .slider-pagination ul a,
          .related-events-carousel .slider-pagination ul a {
            width: 11px;
            height: 11px;
            border-color: #1877b7; } }
        @media (max-width: 767px) {
          .featured-locations-carousel .slider-pagination ul a,
          .related-events-carousel .slider-pagination ul a {
            border: 2px solid rgba(255, 255, 255, 0.5); } }
        .featured-locations-carousel .slider-pagination ul a:hover,
        .related-events-carousel .slider-pagination ul a:hover {
          border-color: #fe8011;
          background: #fe8011; }
    @media (max-width: 767px) {
      .featured-locations-carousel .slider-pagination,
      .related-events-carousel .slider-pagination {
        background: transparent;
        border-top: none; } }
    .featured-locations-carousel .slider-pagination ul li a,
    .related-events-carousel .slider-pagination ul li a {
      border-color: #003e74; }
  .featured-locations-carousel .text-feature-block,
  .related-events-carousel .text-feature-block {
    width: 100% !important;
    display: block;
    background-color: #fff !important;
    text-align: left; }
    .featured-locations-carousel .text-feature-block .location-info,
    .related-events-carousel .text-feature-block .location-info {
      display: inline-block;
      padding-right: 0; }
      .featured-locations-carousel .text-feature-block .location-info time,
      .related-events-carousel .text-feature-block .location-info time {
        font-weight: bold; }
      .featured-locations-carousel .text-feature-block .location-info h5,
      .related-events-carousel .text-feature-block .location-info h5 {
        font-size: 1.4em;
        font-weight: bold;
        margin-top: 8px; }
    .featured-locations-carousel .text-feature-block span.icon-location,
    .related-events-carousel .text-feature-block span.icon-location {
      font-size: 1.3em;
      display: inline-block; }
      .featured-locations-carousel .text-feature-block span.icon-location:before,
      .related-events-carousel .text-feature-block span.icon-location:before {
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px; }
    .featured-locations-carousel .text-feature-block .directions-link,
    .related-events-carousel .text-feature-block .directions-link {
      display: inline-block; }
    .featured-locations-carousel .text-feature-block h4,
    .related-events-carousel .text-feature-block h4 {
      font-size: 1em;
      font-weight: bold;
      margin-top: 32px;
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .featured-locations-carousel .text-feature-block,
      .related-events-carousel .text-feature-block {
        padding: 0 0 50px 0; } }
  .featured-locations-carousel__info,
  .related-events-carousel__info {
    padding: 22px 20px; }
    .featured-locations-carousel__info p,
    .related-events-carousel__info p {
      margin-bottom: 0; }

.featured-locations-carousel .text-feature-block {
  padding: 0 !important; }
  .featured-locations-carousel .text-feature-block .location-info {
    width: 100%; }
    @media (max-width: 767px) {
      .featured-locations-carousel .text-feature-block .location-info {
        padding-top: 10px; } }
  .featured-locations-carousel .text-feature-block .phone-link {
    display: inline-block;
    width: 60%; }

.related-events-carousel {
  padding: 0 1%; }
  .related-events-carousel .text-feature-block {
    padding: 30px 22px 0 !important; }

/* contact block style */
.contact-block {
  background: #0078c9;
  color: #fff;
  text-align: center;
  padding: 48px 0 52px;
  margin-bottom: 49px; }
  @media (max-width: 1599px) {
    .contact-block {
      padding: 41px 0 45px; } }
  @media (max-width: 991px) {
    .contact-block {
      padding: 28px 0 38px; } }
  @media (max-width: 767px) {
    .contact-block {
      padding: 30px 0 18px; } }
  .contact-block h2 {
    font-size: 1.64em;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 0 48px;
    color: #fff; }
    @media (max-width: 1599px) {
      .contact-block h2 {
        font-size: 1.412em;
        margin-bottom: 42px; } }
    @media (max-width: 991px) {
      .contact-block h2 {
        font-size: 1.118em;
        margin-bottom: 23px; } }
    @media (max-width: 767px) {
      .contact-block h2 {
        font-size: 1.353em;
        margin-bottom: 20px; } }
  .contact-block .mult-button-cta-copy {
    font-size: 1em;
    margin-top: -24px;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .contact-block .mult-button-cta-copy {
        font-size: 13px;
        margin-top: -10px;
        padding-bottom: 16px; } }
    .contact-block .mult-button-cta-copy p:last-child {
      margin-bottom: 0; }
    .contact-block .mult-button-cta-copy a {
      color: #fff; }
      .contact-block .mult-button-cta-copy a:not(.tel-link-g) {
        text-decoration: underline; }
  .contact-block .contactus {
    font-size: 1.118em;
    line-height: 1; }
    @media (max-width: 991px) {
      .contact-block .contactus {
        line-height: inherit; } }
    .contact-block .contactus li {
      list-style: none;
      display: inline-block;
      vertical-align: top;
      width: 21.6%;
      margin: 0 10px;
      padding: 0; }
      @media (max-width: 991px) {
        .contact-block .contactus li {
          margin: 0 4px;
          width: 31.7%; } }
      @media (max-width: 767px) {
        .contact-block .contactus li {
          width: 100%;
          margin: 0 0 16px; } }
      .contact-block .contactus li:focus a,
      .contact-block .contactus li.active a {
        background: #f7f7f7;
        color: #262626;
        text-decoration: none; }
      .contact-block .contactus li a {
        color: #fff;
        background: #006fb9;
        display: table;
        width: 100%;
        height: 100%;
        padding: 16px 32px 13px 10px;
        border: 1px solid #79b7e0; }
        .contact-block .contactus li a.btn-default {
          color: #262626;
          background-color: #f2f2f2;
          border: 1px solid #fff; }
          .contact-block .contactus li a.btn-default:hover {
            color: #262626;
            background-color: #f2f2f2; }
        @media (max-width: 1599px) {
          .contact-block .contactus li a {
            padding: 12px 28px 10px 10px; } }
        .contact-block .contactus li a span {
          display: table-cell;
          vertical-align: middle; }
        .contact-block .contactus li a:hover {
          background: #0066aa;
          color: #fff;
          box-shadow: 0 3px 0 #006eb9;
          text-decoration: none;
          transform: translate(0px, -1px);
          box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2); }
          .contact-block .contactus li a:hover .right-arrow:after {
            color: #fff; }
      .contact-block .contactus li .right-arrow:after {
        top: 55%; }
        @media (max-width: 991px) {
          .contact-block .contactus li .right-arrow:after {
            top: 50%;
            right: 10px; } }

@media (max-width: 991px) {
  .mult-button-cta ul {
    display: flex; } }

@media (max-width: 767px) {
  .mult-button-cta ul {
    display: block; } }

@media (max-width: 991px) {
  .mult-button-cta ul li {
    flex: 1; } }

@media (max-width: 991px) {
  .mult-button-cta ul li a {
    height: 100% !important; } }

.mult-button-cta ul li a span {
  font-weight: bold; }

.mult-button-cta ul li a.multi-btn-white {
  background-color: #fff;
  color: #000; }

.subscribe-block {
  background: #0078c9;
  color: #fff;
  padding: 32px 0 34px;
  line-height: 1.647em; }
  @media (max-width: 991px) {
    .subscribe-block {
      padding: 31px 0 29px;
      font-size: 0.824em;
      line-height: 1.5em; } }
  .subscribe-block p {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .subscribe-block p {
        margin-bottom: 18px; } }
  .subscribe-block h2 {
    font-size: 1.529em;
    line-height: 1.2;
    margin: 0 0 11px;
    color: #fff; }
    @media (max-width: 991px) {
      .subscribe-block h2 {
        margin-bottom: 13px; } }
  .subscribe-block .icon-mail {
    font-size: 1.8em;
    line-height: 1;
    display: block; }
    @media (max-width: 991px) {
      .subscribe-block .icon-mail {
        font-size: 1.5em;
        margin-bottom: 15px; } }

/* subscribe  form style */
.subscribe-form {
  font-size: 1.176em;
  line-height: 1; }
  .subscribe-form .newsletter-submit-wrapper {
    position: relative; }
    .subscribe-form .newsletter-submit-wrapper .fa-angle-right {
      position: absolute;
      top: 35%;
      /*--See IE hack below--*/
      right: 25%; }
      @media (max-width: 767px) {
        .subscribe-form .newsletter-submit-wrapper .fa-angle-right {
          top: 32%;
          right: 40%; } }
    .subscribe-form .newsletter-submit-wrapper:hover {
      transform: translate(0px, -1px);
      box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2); }
  @media (max-width: 991px) {
    .subscribe-form {
      font-size: 1.143em; } }
  .subscribe-form .form-control {
    border: none; }
  @media (min-width: 992px) {
    .subscribe-form .form-group {
      margin: 0; } }
  @media (max-width: 767px) {
    .subscribe-form .form-group {
      margin-bottom: 15px; } }
  .subscribe-form .right-arrow:after {
    right: 25px; }
    @media (max-width: 767px) {
      .subscribe-form .right-arrow:after {
        right: 20px; } }
  .subscribe-form .btn-info {
    background: #006fb9;
    color: #fff;
    display: block;
    padding-right: 35px;
    font-size: 1em;
    width: 100%;
    height: 49px;
    border: 1px solid #66aedf;
    transition: none;
    transform: none; }
    @media (max-width: 991px) {
      .subscribe-form .btn-info {
        height: 40px; } }
    .subscribe-form .btn-info:focus, .subscribe-form .btn-info:hover {
      background: #006fb9;
      color: #fff; }

.ie11 .subscribe-form .newsletter-submit-wrapper .fa-angle-right {
  top: 32%; }
  @media (max-width: 767px) {
    .ie11 .subscribe-form .newsletter-submit-wrapper .fa-angle-right {
      top: 34%; } }

.request-block {
  background: #0078c9;
  color: #fff;
  padding: 36px 0;
  font-size: 1em;
  line-height: 1.6; }
  .request-block p {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .request-block {
      font-size: 0.824em;
      padding: 26px 0 16px; } }
  @media (max-width: 767px) {
    .request-block {
      padding: 20px 0 23px; } }
  .request-block .title {
    font-size: 1.3em;
    line-height: 1;
    display: block;
    margin-bottom: 12px; }
    @media (max-width: 991px) {
      .request-block .title {
        font-size: 1.214em;
        margin-bottom: 7px; } }
    @media (max-width: 767px) {
      .request-block .title {
        font-size: 1.286em;
        margin-bottom: 13px; } }
  @media (max-width: 767px) {
    .request-block .full-width-btn-wrapper {
      margin-top: 2rem; } }
  .request-block .full-width-btn-wrapper .btn {
    font-size: 1.25em;
    line-height: 1;
    outline: 0;
    display: block;
    padding: 16px 52px 16px;
    text-transform: none;
    color: #262626; }
    @media (max-width: 991px) {
      .request-block .full-width-btn-wrapper .btn {
        font-size: 1.071em;
        padding: 12px 36px;
        margin-right: -12px; } }
    @media (max-width: 767px) {
      .request-block .full-width-btn-wrapper .btn {
        margin-right: 0;
        font-size: 1.142em;
        padding: 12px 36px 10px; } }
    .request-block .full-width-btn-wrapper .btn:hover {
      text-decoration: none; }
  .request-block .full-width-btn-wrapper .right-arrow::after {
    font-size: 11px;
    margin-top: -5px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: rotate(-90deg); }
    @media (max-width: 991px) {
      .request-block .full-width-btn-wrapper .right-arrow::after {
        font-size: 6px;
        right: 6px;
        margin-top: -4px; } }
  @media (max-width: 767px) {
    .request-block p {
      margin-bottom: 18px; } }
  .request-block a, .request-block a:link, .request-block a:visited {
    color: #fff;
    cursor: pointer; }
  .request-block a:hover {
    text-decoration: underline; }

.full-width-CTA {
  background-color: #f7f7f7;
  border-top: 5px solid #A8D104;
  border-bottom: 5px solid #A8D104;
  display: flex;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .full-width-CTA {
      flex-direction: column;
      margin-bottom: 42px; } }
  .full-width-CTA .image-section {
    flex-basis: 100%; }
    .full-width-CTA .image-section img {
      width: 100%;
      margin: 0; }
      @media (min-width: 768px) and (max-width: 1100px) {
        .full-width-CTA .image-section img {
          height: 100% !important;
          width: auto; } }
  .full-width-CTA .text-section {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 100%; }
    @media (max-width: 767px) {
      .full-width-CTA .text-section {
        padding-top: 2.5rem; } }
    .full-width-CTA .text-section__container {
      width: 100%;
      text-align: center;
      padding: 0 1rem;
      align-self: center; }
    .full-width-CTA .text-section__copy {
      margin-bottom: 1.25rem;
      text-align: center;
      width: 100%; }
    .full-width-CTA .text-section__lower-copy {
      margin-top: 1.25rem; }
  .full-width-CTA h3 {
    text-align: center;
    width: 100%;
    margin-bottom: .5rem; }
    @media (max-width: 767px) {
      .full-width-CTA h3 {
        font-size: 2.1rem; } }
  .full-width-CTA .btn-info {
    position: relative;
    text-align: left;
    padding-right: 3.6rem;
    border: 1px solid #979797;
    line-height: 1; }
    @media (max-width: 767px) {
      .full-width-CTA .btn-info {
        font-size: 1.7rem; } }
    .full-width-CTA .btn-info:after {
      position: absolute;
      right: 7px;
      top: 50%;
      margin-right: 0 !important; }

/* banner styles */
.banner {
  overflow: hidden;
  position: relative;
  height: auto; }
  .banner > a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    border: 3px solid #1274b5; }
  .banner__text {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    pointer-events: none;
    width: 100%; }
    @media (max-width: 991px) {
      .banner__text {
        display: flex;
        align-items: flex-end;
        justify-content: center; } }
    @media (min-width: 992px) {
      .banner--campaign-no-img .banner__text {
        left: 0;
        top: 0;
        transform: none;
        position: relative;
        width: 75%; } }
    @media (max-width: 991px) {
      .banner--campaign-no-img .banner__text {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        position: static;
        transform: none; } }
    @media (min-width: 992px) {
      .banner__text.container {
        width: 993px; } }
    @media (min-width: 1366px) {
      .banner__text.container {
        width: 1326px; } }
    @media (min-width: 1600px) {
      .banner__text.container {
        width: 1526px; } }
    @media (max-width: 767px) {
      .banner--campaign-img-vid .banner__text {
        align-items: normal;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        transform: none;
        position: static; } }
  @media (max-width: 767px) {
    .banner__text-holder {
      margin-bottom: 10px;
      max-width: 100%;
      position: static;
      transform: none;
      white-space: normal;
      width: 100%; } }
  .banner--campaign-img-vid .banner__text-holder {
    margin: 10% 0 10%;
    order: 2; }
    @media (min-width: 768px) {
      .banner--campaign-img-vid .banner__text-holder {
        left: 5%;
        margin: 0;
        width: 35%; } }
    @media (min-width: 992px) {
      .banner--campaign-img-vid .banner__text-holder {
        left: 0;
        width: 36%; } }
  .banner--campaign-no-img .banner__text-holder {
    position: absolute;
    transform: translateY(-50%); }
    @media (max-width: 991px) {
      .banner--campaign-no-img .banner__text-holder {
        position: static;
        transform: none; } }
  @media (min-width: 992px) {
    .banner--campaign-no-img .banner__text-holder {
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      left: 50%;
      max-width: 55%; } }
  @media (max-width: 767px) {
    .banner__text-holder.text-right .banner__text-holder, .banner__text-holder.text-left .banner__text-holder {
      left: 50%; } }
  .banner__btn,
  .banner .btn {
    pointer-events: all; }
  .banner__sm-img {
    order: 1;
    margin-top: 10%;
    text-align: center; }
    @media (max-width: 991px) {
      .banner__sm-img {
        transform: none; } }
    @media (max-width: 767px) {
      .banner__sm-img {
        padding-top: 70px; } }
    @media (min-width: 768px) {
      .banner__sm-img {
        margin: 0;
        width: 31%;
        position: absolute;
        right: 0;
        top: 60%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 58%; } }
    @media (min-width: 992px) {
      .banner__sm-img {
        right: 31%; } }
    @media (min-width: 1600px) {
      .banner__sm-img {
        right: 28%; } }
    @media screen and (min-width: 1365px) and (max-width: 1600px) {
      .banner__sm-img {
        right: 33%; } }
    .banner__sm-img .slider__img {
      z-index: 9998;
      position: static; }
    .banner__sm-img img {
      width: 100%; }
    .banner__sm-img--video {
      pointer-events: all;
      right: 5%; }
      @media (min-width: 768px) {
        .banner__sm-img--video {
          width: 49.61%; } }
      .banner__sm-img--video .auto-wrapper {
        width: 100% !important;
        height: 100% !important; }
  .banner--campaign-no-img, .banner--campaign-img-vid {
    background: #e3e6e8;
    background: -moz-linear-gradient(left, #e5e5e8 5%, #f2f4f5 14%);
    background: -webkit-linear-gradient(left, #e5e5e8 5%, #f2f4f5 14%);
    background: linear-gradient(to right, #e5e5e8 5%, #f2f4f5 14%); }
  @media (max-width: 991px) {
    .banner--campaign-no-img {
      padding: 112px 0 25px; } }
  @media (max-width: 767px) {
    .henryford .campaign .banner--campaign-no-img {
      min-height: initial;
      padding: 90px 0 10px; } }
  @media (max-width: 767px) {
    .henryford .campaign .banner--campaign-img-vid {
      height: auto;
      max-height: none;
      min-height: 0;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .banner--campaign-img-vid .banner__sm-img {
      width: 70%;
      margin-left: 15%; } }
  .banner--campaign-img-vid .banner__sm-img .video {
    padding-bottom: 67.11%;
    position: relative;
    overflow: hidden; }
    .banner--campaign-img-vid .banner__sm-img .video picture img {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .banner--campaign-img-vid .banner__sm-img .video picture,
    .banner--campaign-img-vid .banner__sm-img .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media (max-width: 767px) {
    .banner--campaign-img-vid .banner__sm-img .video .iframe-wrapper {
      padding: 0;
      position: static; } }
  @media (max-width: 767px) {
    .banner--campaign-img-vid .banner__sm-img .bg-stretch:not(.video) img {
      width: 70%; } }
  @media (max-width: 991px) and (min-width: 767px) {
    .banner--campaign-img-vid .banner__sm-img:not(.banner__sm-img--video) {
      right: 14.8%;
      top: 60.5%; } }

.hero-carousel {
  overflow: hidden;
  position: relative;
  height: auto; }
  .hero-carousel .mask {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
    @media (min-width: 768px) {
      .hero-carousel .mask {
        max-height: 409px;
        min-height: 409px; } }
    @media (min-width: 992px) {
      .hero-carousel .mask {
        min-height: 550px;
        max-height: 550px; } }
  .item-url-home .hero-carousel .mask {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
    @media (min-width: 768px) {
      .item-url-home .hero-carousel .mask {
        max-height: 520px;
        min-height: 520px; } }
    @media (min-width: 992px) {
      .item-url-home .hero-carousel .mask {
        max-height: 700px;
        min-height: 700px; } }
  .hero-carousel.autorotation-disabled .slider-pagination .pause-icon {
    color: #fe7200; }
  .hero-carousel.autorotation-active .slider-pagination .play-icon {
    color: #fe7200; }

.slider {
  float: left;
  height: 100%;
  width: 100%; }
  .slider__item, .slider__text {
    height: 100%;
    position: relative; }
  .slider__item {
    float: left;
    width: 100%; }
    .slider__item > a {
      z-index: 1; }
      .slider__item > a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
        border: 3px solid #1274b5; }
  .slider__text {
    pointer-events: none; }
  @media (max-width: 991px) {
    .slider__text-holder {
      width: 50%; } }
  .slider__btn {
    border: none;
    box-shadow: 0 3px 0 transparent;
    display: inline-block;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1;
    min-width: 250px;
    padding: 19px 35px 19px 10px;
    pointer-events: all;
    vertical-align: top; }
    @media (max-width: 991px) {
      .slider__btn {
        font-size: .95em;
        min-width: 143px;
        padding: 13px 20px 13px 8px; } }
    @media (max-width: 767px) {
      .slider__btn {
        min-width: 155px;
        padding: 12px 28px 12px 13px; } }
  .slider-pagination-controls {
    border-left: 1px solid #003e74;
    margin-left: -14px;
    padding: 0 23px 0 18px; }
  .slider-pagination-controls, .slider-pagination-list {
    display: inline-block;
    vertical-align: middle; }
  .slider__pagination {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    bottom: 28px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    text-align: center;
    z-index: 6; }
    .slider__pagination .play-icon {
      margin-right: 5px; }
    .slider__pagination .play-icon, .slider__pagination .pause-icon {
      color: #003e74;
      font-size: 1.1em; }
    @media (max-width: 1599px) {
      .slider__pagination {
        bottom: 22px; } }
    @media (max-width: 991px) {
      .slider__pagination {
        bottom: 16px; } }
    .slider__pagination ul {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 15px 10px;
      text-align: center;
      vertical-align: top; }
      @media (max-width: 1599px) {
        .slider__pagination ul {
          padding: 14px 10px; } }
      @media (max-width: 991px) {
        .slider__pagination ul {
          padding: 9px;
          bottom: 16px; } }
      @media (max-width: 767px) {
        .slider__pagination ul {
          display: none; } }
      .slider__pagination ul li {
        list-style: none;
        display: inline-block;
        margin: 0 13px !important;
        vertical-align: middle;
        padding: 0; }
        @media (max-width: 1599px) {
          .slider__pagination ul li {
            margin: 0 11p !important; } }
        @media (max-width: 991px) {
          .slider__pagination ul li {
            margin: 0 7px !important; } }
        .slider__pagination ul li.active a {
          background: #fe8011;
          border-color: #fe8011; }
      .slider__pagination ul a {
        width: 16px;
        height: 16px;
        display: block;
        border: 2px solid #003e74;
        border-radius: 50%; }
        @media (max-width: 1599px) {
          .slider__pagination ul a {
            width: 14px;
            height: 14px; } }
        @media (max-width: 991px) {
          .slider__pagination ul a {
            width: 9px;
            height: 9px; } }
        .slider__pagination ul a:hover {
          background: #fe8011;
          border-color: #fe8011; }

.video-modal iframe {
  width: 100%;
  height: 315px; }
  @media (min-width: 1024px) {
    .video-modal iframe {
      width: 853px;
      height: 480px; } }

.video-modal {
  width: 90%; }
  @media (min-width: 992px) {
    .video-modal {
      width: auto; } }
  @media (max-width: 991px) {
    .video-modal {
      transform: translateX(-50%);
      left: 50% !important;
      position: absolute !important; } }

.closetag {
  top: 16px !important;
  right: 16px !important; }

.patient-story {
  line-height: 1.412em;
  margin-bottom: 20px;
  padding: 0;
  /* bd stretch styles */
  /* article styles */ }
  @media (max-width: 767px) {
    .patient-story {
      display: flex;
      flex-direction: column-reverse; } }
  @media (max-width: 768px) {
    .patient-story {
      margin-bottom: 10px; } }
  .patient-story.first {
    margin-top: 65px; }
    @media (max-width: 768px) {
      .patient-story.first {
        margin-top: 40px; } }
  .patient-story.last {
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .patient-story.last {
        margin-bottom: 40px; } }
  .patient-story.block {
    line-height: 1.647em; }
    @media (max-width: 991px) {
      .henryford .campaign .patient-story.block {
        padding: 14px 0 0; } }
    .patient-story.block .story-article {
      padding: 86px 98px 89px;
      background: #f3f3f3;
      color: #333; }
      @media (max-width: 1365px) {
        .patient-story.block .story-article {
          padding: 51px 31px; } }
      @media (max-width: 991px) {
        .patient-story.block .story-article {
          padding: 22px 8px 27px;
          font-size: 0.824em;
          line-height: 1.5em;
          position: relative; } }
      .patient-story.block .story-article:before {
        border-color: transparent #f3f3f3 transparent; }
        @media (max-width: 767px) {
          .patient-story.block .story-article:before {
            border-color: transparent transparent #f3f3f3; } }
      .patient-story.block .story-article .learn {
        color: #0078C9; }
        .patient-story.block .story-article .learn:before {
          color: #0078C9; }
      .patient-story.block .story-article p {
        margin-bottom: 56px; }
        @media (max-width: 1365px) {
          .patient-story.block .story-article p {
            margin-bottom: 31px; } }
        @media (max-width: 991px) {
          .patient-story.block .story-article p {
            margin-bottom: 11px; } }
      .patient-story.block .story-article .title {
        color: #4f4f4f;
        margin-bottom: 25px;
        font-size: 1.647em;
        line-height: 1.2; }
        @media (max-width: 991px) {
          .patient-story.block .story-article .title {
            font-size: 1.428em;
            margin-bottom: 18px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1599px) and (orientation: portrait) {
      .patient-story.block .story-article-inner {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%); } }
  .patient-story.right-block .image-section {
    right: 0%;
    padding-left: 0; }
    @media (max-width: 767px) {
      .patient-story.right-block .image-section {
        margin-left: 11px; } }
    .patient-story.right-block .image-section .img-holder {
      margin-right: 13px; }
      @media (max-width: 991px) {
        .patient-story.right-block .image-section .img-holder {
          margin-right: 8px; } }
      @media (max-width: 767px) {
        .patient-story.right-block .image-section .img-holder {
          margin-right: 0; } }
  .patient-story.right-block .story-section {
    left: 0;
    padding-right: 0; }
    @media (max-width: 767px) {
      .patient-story.right-block .story-section {
        padding-right: 11px; } }
  .patient-story.right-block .story-article {
    margin: 0 0 0 13px; }
    @media (max-width: 991px) {
      .patient-story.right-block .story-article {
        margin-left: 10px; } }
    @media (max-width: 991px) {
      .patient-story.right-block .story-article {
        margin-left: 8px; } }
    @media (max-width: 767px) {
      .patient-story.right-block .story-article {
        margin: 0; } }
    .patient-story.right-block .story-article:before {
      border-width: 15px 0 15px 18px;
      left: auto;
      right: -18px; }
      @media (max-width: 991px) {
        .patient-story.right-block .story-article:before {
          right: -11px;
          left: auto; } }
      @media (max-width: 767px) {
        .patient-story.right-block .story-article:before {
          border-width: 0 13px 13px;
          left: 50%; } }
  .patient-story .image-section {
    right: 50%;
    padding-right: 0;
    overflow: hidden; }
    @media (max-width: 767px) {
      .patient-story .image-section {
        right: 0;
        margin-right: 11px; } }
  .patient-story .story-section {
    left: 50%;
    padding-left: 0; }
    @media (max-width: 767px) {
      .patient-story .story-section {
        left: 0;
        padding-left: 11px; } }
  @media (max-width: 767px) {
    .patient-story {
      margin-bottom: 47px; } }
  .patient-story .img-holder {
    position: relative; }
    @media (max-width: 767px) {
      .patient-story .img-holder {
        min-height: 176px;
        height: auto !important;
        margin: 0; } }
  .patient-story .video-modal {
    display: none; }
  .patient-story .bg-stretch {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center; }
  .patient-story .story-article {
    min-height: 292px;
    background: #003e74;
    text-align: center;
    padding: 2.941em 1.471em;
    color: #fff;
    margin: 0;
    position: relative; }
    @media (max-width: 991px) {
      .patient-story .story-article {
        line-height: 1.5em; } }
    @media (max-width: 767px) {
      .patient-story .story-article {
        height: auto !important;
        min-height: auto;
        margin-left: 0;
        padding: 26px;
        font-size: 1em;
        line-height: 1.428em; } }
    .patient-story .story-article:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 18px 18px 18px 0;
      border-color: transparent #003e74 transparent;
      position: absolute;
      left: -17px;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10; }
      @media (max-width: 991px) {
        .patient-story .story-article:before {
          left: -12px; } }
      @media (max-width: 767px) {
        .patient-story .story-article:before {
          border-width: 0 13px 13px;
          border-color: transparent transparent #003e74 transparent;
          top: 0;
          left: 50%;
          transform: translate(-50%, 0);
          top: -13px; } }
    .patient-story .story-article h2, .patient-story .story-article h3, .patient-story .story-article h4, .patient-story .story-article h5, .patient-story .story-article h6 {
      color: #FFF; }
    .patient-story .story-article .title {
      font-size: 1.294em;
      line-height: 1.091em;
      color: #fff;
      margin: 0 0 39px;
      display: block; }
      @media (max-width: 991px) {
        .patient-story .story-article .title {
          font-size: 1.143em;
          margin-bottom: 14px; } }
      @media (max-width: 767px) {
        .patient-story .story-article .title {
          font-size: 1.429em;
          line-height: 1.45em;
          margin-bottom: 12px; } }
    .patient-story .story-article p {
      margin-bottom: 34px; }
      @media (max-width: 991px) {
        .patient-story .story-article p {
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        .patient-story .story-article p {
          margin-bottom: 0; } }
    .patient-story .story-article .learn-wrapper {
      position: relative; }
    .patient-story .story-article .learn {
      display: inline-block;
      vertical-align: top;
      position: relative;
      font-size: 1.176em;
      line-height: 1.1em;
      padding-right: 24px;
      color: #fff; }
      @media (max-width: 991px) {
        .patient-story .story-article .learn {
          font-size: 1em; } }
      @media (max-width: 767px) {
        .patient-story .story-article .learn {
          font-size: 1.143em;
          line-height: 1.125em;
          margin-bottom: 0;
          margin-top: 14px;
          padding-right: 18px; } }

/* sidebar nav */
@media (min-width: 768px) {
  .sidebar-nav .prox-nav-target.collapse {
    display: block; } }

@media (max-width: 767px) {
  .sidebar-nav .prox-nav-btn {
    width: 100%; } }

.sidebar-nav > ul {
  padding: 17px 51px 7px 3px;
  position: relative;
  border-bottom: 4px solid #E1E1E1; }
  @media (max-width: 767px) {
    .sidebar-nav > ul > li:not(:first-child) {
      margin-left: 1em; } }
  .sidebar-nav > ul a {
    display: inline-block;
    position: relative;
    vertical-align: top;
    line-height: 1.6em; }
    @media (max-width: 991px) {
      .sidebar-nav > ul a {
        line-height: 19px;
        padding: 3px 0; } }
  @media (max-width: 991px) {
    .sidebar-nav > ul {
      font-size: 1.4rem;
      padding-top: 14px; } }
  .sidebar-nav > ul li {
    margin-bottom: 12px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0; }
    .sidebar-nav > ul li a {
      color: #1274b5; }
      .sidebar-nav > ul li a:hover {
        text-decoration: underline; }
    .sidebar-nav > ul li.active > a {
      color: #003e74;
      font-weight: bold; }
    .sidebar-nav > ul li.active ul li a {
      font-weight: normal; }
    @media (max-width: 991px) {
      .sidebar-nav > ul li {
        margin-bottom: 10px; } }
  .sidebar-nav > ul ul {
    line-height: 19px;
    padding: 11px 0 0 18px;
    line-height: 1; }
    @media (max-width: 991px) {
      .sidebar-nav > ul ul {
        padding: 8px 0 0 15px; } }
    .sidebar-nav > ul ul li + li {
      margin-bottom: 12px;
      list-style-type: none;
      margin-left: 0;
      padding-left: 0; }
    .sidebar-nav > ul ul li:hover a, .sidebar-nav > ul ul li.active a {
      color: #b55400;
      font-weight: normal; }
      .sidebar-nav > ul ul li:hover a:before, .sidebar-nav > ul ul li.active a:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -17px;
        width: 8px;
        background: #fe8011; }
        @media (max-width: 991px) {
          .sidebar-nav > ul ul li:hover a:before, .sidebar-nav > ul ul li.active a:before {
            left: -15px;
            width: 7px; } }

/* location block style */
.location-block {
  padding: 46px 0 28px;
  /* place info style */ }
  @media (max-width: 991px) {
    .location-block {
      padding: 41px 0 37px;
      font-size: 0.824em;
      line-height: 1.429em; } }
  @media (max-width: 767px) {
    .location-block {
      padding: 0 0 28px; } }
  .location-block .map-holder {
    margin-bottom: 23px; }
  .location-block h3 {
    font-size: 1.647em;
    line-height: 1.143em;
    color: #4f4f4f;
    margin: 0 0 24px; }
    @media (max-width: 991px) {
      .location-block h3 {
        font-size: 1.059em;
        margin-bottom: 13px; } }
    @media (max-width: 767px) {
      .location-block h3 {
        font-size: 1.428em;
        line-height: 1.1em;
        margin-bottom: 16px;
        margin-top: 1.3em; } }
  .location-block .title {
    display: block;
    font-size: 1.176em;
    line-height: 1.143em;
    color: #0078C9;
    text-transform: capitalize;
    padding-left: 34px;
    position: relative;
    font-weight: bold; }
    @media (max-width: 991px) {
      .location-block .title {
        font-size: 1em;
        padding-left: 19px; } }
    @media (max-width: 767px) {
      .location-block .title {
        font-size: 1em;
        padding-left: 30px;
        margin-left: 0; } }
    .location-block .title:before {
      content: "\e911";
      position: absolute;
      left: 0;
      top: 0;
      font-size: 23px;
      line-height: 1;
      font-family: icomoon;
      color: #0078C9;
      font-weight: normal; }
      @media (max-width: 991px) {
        .location-block .title:before {
          font-size: 12px;
          top: 1px; } }
      @media (max-width: 767px) {
        .location-block .title:before {
          font-size: 18px;
          top: 1px;
          left: 2px; } }
  .location-block .place-info {
    padding-left: 34px;
    position: relative;
    margin: 0 13px 16px 0; }
    @media (max-width: 991px) {
      .location-block .place-info {
        padding-left: 20px;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .location-block .place-info {
        padding-left: 28px;
        margin-bottom: 16px;
        margin-left: 13px; } }
    .location-block .place-info .ico-pin {
      width: 24px;
      height: 32px;
      position: absolute;
      left: 0;
      top: 0; }
      @media (max-width: 991px) {
        .location-block .place-info .ico-pin {
          width: 14px;
          height: 18px; } }
      @media (max-width: 767px) {
        .location-block .place-info .ico-pin {
          width: 19px;
          height: 25px; } }
    .location-block .place-info .name {
      display: block;
      color: #0078C9; }
  .location-block .info-wrap {
    display: table;
    width: 100%;
    height: 100%; }

@media (min-width: 768px) and (max-width: 1365px) {
  .location-block .info-wrap {
    display: block; } }
    .location-block .info-wrap .address {
      display: table-cell;
      vertical-align: bottom;
      width: 204px;
      line-height: 24px; }

@media (min-width: 768px) and (max-width: 1365px) {
  .location-block .info-wrap .address {
    display: block;
    width: 100%;
    margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .location-block .info-wrap .address {
          width: 61.667%; } }
      @media (max-width: 991px) {
        .location-block .info-wrap .address {
          margin-bottom: 10px; } }
      .location-block .info-wrap .address address {
        margin-bottom: 1.7rem;
        line-height: 1.412em; }
      .location-block .info-wrap .address .tel {
        color: #262626; }
    .location-block .info-wrap .more-info {
      width: 124px;
      display: table-row;
      vertical-align: bottom; }

@media (min-width: 768px) and (max-width: 1365px) {
  .location-block .info-wrap .more-info {
    display: block;
    width: 100%; } }
      @media (max-width: 767px) {
        .location-block .info-wrap .more-info {
          width: 46.333%;
          padding-bottom: 2px; } }
      .location-block .info-wrap .more-info ul li {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: 13px; }
        @media (max-width: 991px) {
          .location-block .info-wrap .more-info ul li {
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          .location-block .info-wrap .more-info ul li {
            margin-bottom: 6px; } }
        .location-block .info-wrap .more-info ul li:last-child {
          margin-bottom: 0; }
        .location-block .info-wrap .more-info ul li a {
          display: inline-block;
          vertical-align: top;
          padding: 0 0 0 22px;
          position: relative; }
          @media (max-width: 991px) {
            .location-block .info-wrap .more-info ul li a {
              padding-left: 18px; } }
          .location-block .info-wrap .more-info ul li a:hover {
            color: #a8d104; }
          @media (max-width: 767px) {
            .location-block .info-wrap .more-info ul li a.direction {
              padding: 0; } }
          .location-block .info-wrap .more-info ul li a.direction:before {
            content: "\e908";
            font-size: 18px;
            line-height: 1;
            font-family: icomoon;
            position: absolute;
            left: -4px;
            top: 50%;
            transform: translateY(-50%); }
            @media (max-width: 991px) {
              .location-block .info-wrap .more-info ul li a.direction:before {
                font-size: 16px;
                left: -2px; } }
            @media (max-width: 767px) {
              .location-block .info-wrap .more-info ul li a.direction:before {
                content: none; } }
          .location-block .info-wrap .more-info ul li a.specialist:before {
            content: "\e913";
            font-size: 16px;
            line-height: 1;
            font-family: icomoon;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
            @media (max-width: 991px) {
              .location-block .info-wrap .more-info ul li a.specialist:before {
                font-size: 12px; } }
  .location-block .view {
    padding-left: 35px;
    margin-top: 25px; }
    @media (max-width: 991px) {
      .location-block .view {
        padding-left: 22px;
        margin-top: 8px; } }
    .location-block .view a {
      display: inline-block;
      vertical-align: top;
      padding-right: 24px;
      position: relative;
      font-size: 20px;
      line-height: 22px; }
      @media (max-width: 991px) {
        .location-block .view a {
          font-size: 14px;
          line-height: 16px;
          padding-right: 16px; } }
      @media (max-width: 767px) {
        .location-block .view a {
          font-size: 17px;
          line-height: 19px; } }
      .location-block .view a:before {
        content: "\f101";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-family: FontAwesome;
        font-size: 26px;
        line-height: 1; }
        @media (max-width: 991px) {
          .location-block .view a:before {
            font-size: 17px; } }
        @media (max-width: 767px) {
          .location-block .view a:before {
            font-size: 19px; } }
      .location-block .view a:focus, .location-block .view a:hover {
        color: #a8d104; }
  .location-block .title,
  .location-block .pnlShowMessages {
    margin-bottom: 1.5em;
    margin-left: 0; }
    @media (max-width: 991px) {
      .location-block .title,
      .location-block .pnlShowMessages {
        margin-bottom: 0.6em; } }

.pnlShowMessages p {
  margin-bottom: 0; }

@media (max-width: 991px) {
  .pnlShowMessages label {
    margin-bottom: 0; } }

.residency-dropdown {
  margin-bottom: 1.5em; }
  .residency-dropdown .btn {
    margin-top: 1.5em;
    border: 1px solid #b3b3b3; }
    @media (max-width: 991px) {
      .residency-dropdown .btn {
        min-width: 85px;
        font-size: 1em; } }

#provider-directory-search-form-specialties .jcf-select {
  width: 100%;
  margin: 0 auto;
  display: block; }
  @media (min-width: 992px) {
    #provider-directory-search-form-specialties .jcf-select {
      width: 90%; } }

#provider-directory-search-form-specialties input[type=button].provider-directory-search-submit-specialties {
  width: 100%;
  margin: 24px auto 0;
  display: table; }
  @media (min-width: 992px) {
    #provider-directory-search-form-specialties input[type=button].provider-directory-search-submit-specialties {
      width: 90%; } }

#provider-directory-search-form-specialties .checkbox {
  width: 100%;
  margin: 24px auto 0; }
  @media (min-width: 992px) {
    #provider-directory-search-form-specialties .checkbox {
      width: 90%; } }

#provider-directory-search-form-fullname .physician-full-name-autocomplete {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 992px) {
    #provider-directory-search-form-fullname .physician-full-name-autocomplete {
      width: 80%; } }

#provider-directory-search-form-fullname input[type=button].provider-directory-search-submit-fullname {
  width: 100%;
  margin: 24px auto 0;
  display: table; }
  @media (min-width: 992px) {
    #provider-directory-search-form-fullname input[type=button].provider-directory-search-submit-fullname {
      width: 80%; } }

#provider-directory-search-form-fullname .checkbox {
  width: 100%;
  margin: 24px auto 0; }
  @media (min-width: 992px) {
    #provider-directory-search-form-fullname .checkbox {
      width: 80%; } }

#provider-search-wrapper .spacer {
  width: 100%; }
  @media (min-width: 992px) {
    #provider-search-wrapper .spacer {
      width: 15% !important; } }

.henryford .module-ce-session-shoppingcart-summary .cart-summary p {
  margin-bottom: 0; }
  .henryford .module-ce-session-shoppingcart-summary .cart-summary p:last-of-type {
    margin-bottom: 17px; }

.henryford .cart-register .btn {
  margin-bottom: .75em; }

.post-block {
  padding: 0 0 86px;
  /*  custome nav select */ }
  @media (max-width: 1599px) {
    .post-block {
      padding: 0 0 61px;
      font-size: 0.882em; } }
  @media (max-width: 991px) {
    .post-block {
      padding: 0 0 25px; } }
  @media (max-width: 767px) {
    .post-block {
      padding: 0 0 19px; } }
  .post-block.location-map-block {
    box-shadow: 0px 200px 0px 200px #f7f7f7;
    margin-top: 40px;
    background-color: #f7f7f7; }
  @media (max-width: 1599px) {
    .post-block {
      padding: 41px 0 61px;
      font-size: 0.882em; } }
  @media (max-width: 991px) {
    .post-block {
      padding: 31px 0 25px; } }
  @media (max-width: 767px) {
    .post-block {
      padding: 42px 0 19px; } }
  .post-block h2 {
    font: normal 1.647em/1 "Lato", sans-serif;
    margin: 0 0 18px; }
    @media (max-width: 1599px) {
      .post-block h2 {
        font-size: 1.6em;
        margin-bottom: 17px; } }
    @media (max-width: 991px) {
      .post-block h2 {
        font-size: 1.133em;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .post-block h2 {
        display: inline-block;
        vertical-align: top;
        font-size: 1.533em;
        max-width: 104px;
        margin: 0 4px 29px 0; } }
  .post-block .title {
    display: block;
    font-size: 1.176em;
    line-height: 1.143em;
    color: #0078C9;
    text-transform: capitalize;
    padding-left: 34px;
    position: relative;
    font-weight: bold;
    margin-left: .7em; }
    .post-block .title.geolocation-care-title {
      margin: 0 0 18px; }
    @media (max-width: 991px) {
      .post-block .title {
        font-size: 1em;
        padding-left: 19px;
        margin-left: 1.5em; } }
    @media (max-width: 767px) {
      .post-block .title {
        padding-left: 30px;
        margin-left: 0; } }
    .post-block .title:before {
      content: "\e911";
      position: absolute;
      left: 0;
      top: 0;
      font-size: 23px;
      line-height: 1;
      font-family: icomoon;
      color: #0078C9;
      font-weight: normal; }
      @media (max-width: 991px) {
        .post-block .title:before {
          font-size: 12px;
          top: 1px; } }
      @media (max-width: 767px) {
        .post-block .title:before {
          font-size: 18px;
          top: 1px;
          left: 2px; } }
  .post-block .pnlShowMessages {
    margin-left: .9em; }
    @media (max-width: 991px) {
      .post-block .pnlShowMessages {
        margin-left: 1.5em; } }
    @media (max-width: 767px) {
      .post-block .pnlShowMessages {
        margin-left: 0; } }
  .post-block .nav-tabs {
    padding-top: 6px;
    font-size: 1.176em; }
    @media (max-width: 1599px) {
      .post-block .nav-tabs {
        padding-top: 4px;
        font-size: 1.133em; } }
    @media (max-width: 991px) {
      .post-block .nav-tabs {
        padding-top: 7px;
        font-size: 1em;
        line-height: 1; } }
    @media (max-width: 767px) {
      .post-block .nav-tabs {
        display: none; } }
    .post-block .nav-tabs > li {
      list-style: none;
      padding: 0;
      margin: 0;
      display: block;
      float: none;
      margin: 0 0 12px; }
      @media (max-width: 1599px) {
        .post-block .nav-tabs > li {
          margin-bottom: 10px; } }
      @media (max-width: 991px) {
        .post-block .nav-tabs > li {
          margin-bottom: 8px; } }
      .post-block .nav-tabs > li.active > a {
        border: none;
        color: #b55400;
        position: relative; }
        .post-block .nav-tabs > li.active > a:before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          top: 0;
          width: 8px;
          background: #fe8011; }
          @media (max-width: 1599px) {
            .post-block .nav-tabs > li.active > a:before {
              width: 7px; } }
          @media (max-width: 991px) {
            .post-block .nav-tabs > li.active > a:before {
              width: 5px; } }
      .post-block .nav-tabs > li > a {
        margin: 0;
        border: none;
        display: inline-block;
        vertical-align: top;
        padding: 9px 0 9px 22px;
        font-weight: 500;
        line-height: 19px;
        color: #1274b5; }
        @media (max-width: 1599px) {
          .post-block .nav-tabs > li > a {
            padding: 8px 0 7px 17px; } }
        @media (max-width: 991px) {
          .post-block .nav-tabs > li > a {
            padding: 1px 0 0 13px; } }
        .post-block .nav-tabs > li > a:focus, .post-block .nav-tabs > li > a:hover {
          background: transparent;
          color: #b55400; }
  .post-block h3 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 17px;
    font-weight: bold; }
    @media (max-width: 1599px) {
      .post-block h3 {
        font-size: 1.333em;
        margin-bottom: 14px; } }
    @media (max-width: 991px) {
      .post-block h3 {
        font-size: 1.142em;
        margin-bottom: 16px;
        line-height: 1.5em;
        margin-bottom: 9px; } }
    .post-block h3 a {
      display: inline-block;
      vertical-align: top;
      color: #0078C9; }
      .post-block h3 a:hover, .post-block h3 a:focus {
        text-decoration: underline; }
  .post-block .list-block > ul {
    overflow: hidden; }
    .post-block .list-block > ul > li {
      margin-bottom: 38px; }
      @media (min-width: 768px) {
        .post-block .list-block > ul > li {
          position: relative;
          min-height: 1px;
          padding-left: 13px;
          padding-right: 13px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .post-block .list-block > ul > li {
      float: left;
      width: 25%; } }
      @media (max-width: 1599px) {
        .post-block .list-block > ul > li {
          margin-bottom: 33px; } }
      @media (max-width: 991px) {
        .post-block .list-block > ul > li {
          margin-bottom: 20px;
          padding-left: 8px;
          padding-right: 8px; } }
      @media (max-width: 767px) {
        .post-block .list-block > ul > li {
          padding: 0 11px;
          max-width: 400px;
          margin: 0 auto 27px; } }
  @media (max-width: 991px) {
    .post-block .list-holder ul {
      font-size: 14px;
      margin-bottom: 20px; } }
  .post-block .list-holder ul li {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 50%;
    float: left; }
    @media (min-width: 768px) {
      .post-block .list-holder ul li {
        position: relative;
        min-height: 1px;
        padding-left: 34px;
        padding-right: 18px;
        float: none !important; } }
    @media (max-width: 767px) {
      .post-block .list-holder ul li {
        margin: 0;
        display: block;
        width: 100%; } }
    .post-block .list-holder ul li:nth-child(n+3) .text-holder {
      border-top: 1px solid #e8e8e8;
      padding-top: 30px;
      float: left;
      width: 100%; }
      @media (max-width: 1599px) {
        .post-block .list-holder ul li:nth-child(n+3) .text-holder {
          padding-top: 22px; } }
      @media (max-width: 991px) {
        .post-block .list-holder ul li:nth-child(n+3) .text-holder {
          padding-top: 20px; } }
      @media (max-width: 767px) {
        .post-block .list-holder ul li:nth-child(n+3) .text-holder {
          border: none; } }
    @media (max-width: 767px) {
      .post-block .list-holder ul li:nth-child(n+2) .text-holder {
        border-top: 1px solid #b3b3b3;
        padding: 22px 0 0; } }
  .post-block .list-holder + a {
    position: relative;
    padding-left: 19px; }
    .post-block .list-holder + a:before {
      content: "\f105";
      font-size: 17px;
      line-height: 1;
      font-family: FontAwesome;
      position: absolute;
      right: 0;
      top: 58%;
      transform: translateY(-50%);
      color: #0078C9;
      margin-top: -2px; }
    @media (max-width: 1599px) {
      .post-block .list-holder + a {
        margin-top: 1px; } }
    @media (max-width: 768px) {
      .post-block .list-holder + a {
        padding-left: 0; } }
  .post-block .text-holder {
    margin-bottom: 27px;
    padding-right: 15px;
    font-weight: normal;
    float: left;
    width: 100%; }
    .post-block .text-holder + a {
      position: relative;
      padding-left: 19px; }
      .post-block .text-holder + a:before {
        content: "\f105";
        font-size: 17px;
        line-height: 1;
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 58%;
        transform: translateY(-50%);
        color: #0078C9;
        margin-top: -2px; }
      @media (max-width: 1599px) {
        .post-block .text-holder + a {
          margin-top: 1px; } }
      @media (max-width: 768px) {
        .post-block .text-holder + a {
          padding-left: 0; } }
    .post-block .text-holder img {
      float: left;
      margin-right: 5%;
      max-width: 33%;
      /* Only applies when img is present */ }
      .post-block .text-holder img + .show-me-description {
        float: left;
        width: calc(100% - 33% - 5%); }
  .post-block .tab-content {
    min-height: 383px;
    margin: 0; }
    @media (max-width: 1599px) {
      .post-block .tab-content {
        min-height: 340px; } }
    @media (max-width: 991px) {
      .post-block .tab-content {
        min-height: 212px;
        line-height: 1.5em; } }
    @media (max-width: 767px) {
      .post-block .tab-content {
        margin-right: 11px;
        margin-left: 11px; } }
    .post-block .tab-content .img-holder {
      position: relative;
      overflow: hidden; }
      .post-block .tab-content .img-holder:after {
        content: "";
        background: transparent;
        transition: background 0.3s linear;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0; }
      .post-block .tab-content .img-holder:focus:after, .post-block .tab-content .img-holder.hover:after {
        background: rgba(0, 0, 0, 0.3); }
      .post-block .tab-content .img-holder:focus .info-list, .post-block .tab-content .img-holder.hover .info-list {
        opacity: 1;
        visibility: visible; }
      .post-block .tab-content .img-holder img {
        width: 100%;
        height: auto; }
  .post-block .arrow-down {
    position: absolute;
    display: block;
    top: -35px;
    right: 0; }
    .post-block .arrow-down:after {
      display: none; }
    @media (min-width: 768px) {
      .post-block .arrow-down {
        display: none; } }
  .post-block .nav-select {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -59px;
    left: 125px;
    width: calc(100% - 135px);
    height: 40px;
    padding: 0 31px 0 8px;
    color: #b55400;
    font-weight: bold;
    border: none;
    border-bottom: 3px solid #fe8011;
    background: #f0f0f0;
    outline: none;
    -webkit-appearance: none; }
    @media (min-width: 768px) {
      .post-block .nav-select {
        display: none; } }
    .post-block .nav-select .opt-default {
      display: none; }
  .post-block .jcf-list {
    font-size: 14px; }
  .post-block .jcf-select {
    position: absolute;
    top: -59px;
    left: 125px;
    width: calc(100% - 135px);
    height: 40px;
    padding: 0 38px 0 13px;
    color: #b55400;
    font-weight: bold;
    border: none;
    border-bottom: 3px solid #fe8011;
    background: #f0f0f0;
    outline: none;
    -webkit-appearance: none; }
    @media (min-width: 768px) {
      .post-block .jcf-select {
        display: none !important; } }
    .post-block .jcf-select .jcf-select-text {
      margin: 0;
      padding: 7px 0;
      position: relative;
      font-size: 14px; }
      @media (max-width: 767px) {
        .post-block .jcf-select .jcf-select-text {
          font-size: 16px; } }
    .post-block .jcf-select .jcf-select-opener {
      background: none;
      position: absolute;
      right: 0;
      top: 1em;
      bottom: 0; }
      .post-block .jcf-select .jcf-select-opener:after {
        display: inline;
        font-family: icomoon;
        content: "\e90c";
        font-size: 8px;
        position: absolute;
        right: 14px;
        top: 40%; }
    .post-block .jcf-select.jcf-drop-active .jcf-select-opener:after {
      transform: rotate(180deg); }
  .post-block time {
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 16px; }
    @media (max-width: 1599px) {
      .post-block time {
        font-size: 1.133em; } }
    @media (max-width: 991px) {
      .post-block time {
        font-size: 1.071em;
        margin-bottom: 11px; } }
  .post-block .show-me-inner-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .post-block .show-me-inner-wrapper .show-me-item-excerpt {
      flex-basis: 48%;
      margin-bottom: 1em;
      border-bottom: 1px solid #e7e7e7; }
      @media (min-width: 769px) {
        .post-block .show-me-inner-wrapper .show-me-item-excerpt:nth-last-child(-n+2) {
          border: none; } }
      @media (max-width: 768px) {
        .post-block .show-me-inner-wrapper .show-me-item-excerpt {
          flex-basis: 100%;
          border-bottom: 1px solid #e7e7e7;
          /*--Accounts for order of elements stacking mobile breakpoints. Content expectation is not to exceed 8--*/
          /*&:nth-of-type(7) {
                    order: 8;
                }

                &:nth-of-type(8) {
                    order: 7;
                }*/ }
          .post-block .show-me-inner-wrapper .show-me-item-excerpt:first-of-type {
            order: 1; }
          .post-block .show-me-inner-wrapper .show-me-item-excerpt:nth-of-type(2) {
            order: 4; }
          .post-block .show-me-inner-wrapper .show-me-item-excerpt:nth-of-type(3) {
            order: 2; }
          .post-block .show-me-inner-wrapper .show-me-item-excerpt:nth-of-type(4) {
            order: 5; }
          .post-block .show-me-inner-wrapper .show-me-item-excerpt:nth-of-type(5) {
            order: 3; }
          .post-block .show-me-inner-wrapper .show-me-item-excerpt:nth-of-type(6) {
            order: 6; }
          .post-block .show-me-inner-wrapper .show-me-item-excerpt:last-of-type {
            border: none; } }

.care-locations-near-me {
  margin-bottom: 1em; }

.item-url-services .post-block .list-holder + a:before {
  right: -20px; }

/*  smooth scroll styles */
.smooth-scroll {
  color: #fff;
  text-align: center;
  position: absolute;
  line-height: 1;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(40, 37, 33, 0.5);
  right: 117px;
  bottom: 29px;
  padding: 15px 10px;
  z-index: 2;
  display: block !important; }
  .smooth-scroll.visible {
    display: block !important; }
  @media (max-width: 1599px) {
    .smooth-scroll {
      display: none; } }
  .smooth-scroll:focus, .smooth-scroll:hover {
    text-decoration: none !important;
    opacity: 0.8;
    color: #fff; }
  .smooth-scroll .fa-angle-down {
    font-size: 44px;
    line-height: 23px;
    display: block; }
  .smooth-scroll .fa-angle-up {
    font-size: 43px;
    line-height: 24px;
    display: block; }
    @media (max-width: 1599px) {
      .smooth-scroll .fa-angle-up {
        font-size: 25px;
        line-height: 16px; } }
  .smooth-scroll.down {
    position: absolute;
    top: -115px;
    right: 120px;
    padding: 8px 10px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 1899px) {
      .smooth-scroll.down {
        right: 10px; } }
    @media (max-width: 1599px) {
      .smooth-scroll.down {
        top: -41px;
        display: block;
        height: 35px;
        width: 35px;
        font-size: 14px; }
        .smooth-scroll.down span {
          display: none; } }

@media (max-width: 767px) {
  .section .hidden-xs ~ .info-slider {
    margin: 19px 0 41px; } }

/* inner carousel styles */
.info-slider {
  position: relative;
  background: #003e74;
  margin-left: 18px;
  color: #fff;
  text-align: center;
  margin-top: 5px;
  /* slider pagination styles */ }
  @media (max-width: 1599px) {
    .info-slider {
      margin-left: 14px; } }
  @media (max-width: 991px) {
    .info-slider {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .info-slider {
      margin-bottom: 37px; } }
  .info-slider .mask {
    position: relative;
    overflow: hidden; }
  .info-slider .slideset {
    width: 99999px;
    float: left;
    height: 100%; }
  .info-slider .slide {
    float: left;
    height: 100%; }
  .info-slider .caption {
    padding: 2.5em; }
    @media (max-width: 1599px) {
      .info-slider .caption {
        padding: 40px 88px 49px;
        font-size: 0.824em; } }
    @media (max-width: 991px) {
      .info-slider .caption {
        padding: 36px 18px 57px; } }
    @media (max-width: 767px) {
      .info-slider .caption {
        padding: 32px 17px 33px 14px; } }
  .info-slider .title {
    font-size: 1.176em;
    line-height: 1;
    display: block;
    margin-bottom: 32px;
    font-weight: normal; }
    @media (max-width: 1599px) {
      .info-slider .title {
        font-size: 1.357em;
        margin-bottom: 28px; } }
    @media (max-width: 991px) {
      .info-slider .title {
        font-size: 1.143em;
        margin-bottom: 21px; } }
    @media (max-width: 767px) {
      .info-slider .title {
        font-size: 1.357em;
        line-height: 1.473em;
        margin-bottom: 14px; } }
  .info-slider p {
    margin-bottom: 38px;
    font-weight: normal; }
    @media (max-width: 1599px) {
      .info-slider p {
        margin-bottom: 33px; } }
    @media (max-width: 991px) {
      .info-slider p {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .info-slider p {
        margin-bottom: 23px; } }
  .info-slider .btn {
    padding: 14px 77px 14px 57px;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1.176em;
    line-height: 1; }
    @media (max-width: 1599px) {
      .info-slider .btn {
        padding: 12px 80px 12px 40px;
        font-size: 1.214em; } }
    @media (max-width: 991px) {
      .info-slider .btn {
        font-size: 1.071em;
        padding: 11px 51px 11px 31px; } }
    @media (max-width: 767px) {
      .info-slider .btn {
        display: block;
        padding: 12px 52px 12px 32px; } }
  .info-slider .slider-pagination {
    border-top: 1px solid #5a7994;
    padding: 16px 10px; }
    @media (max-width: 1599px) {
      .info-slider .slider-pagination {
        padding: 13px 10px; } }
    @media (max-width: 991px) {
      .info-slider .slider-pagination {
        padding: 14px 10px; } }
    @media (max-width: 767px) {
      .info-slider .slider-pagination {
        background: #003e74; } }
    .info-slider .slider-pagination ul {
      font-size: 0;
      line-height: 0; }
      @media (max-width: 767px) {
        .info-slider .slider-pagination ul {
          background: transparent;
          display: block; } }
      .info-slider .slider-pagination ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        margin: 0 12px; }
        @media (max-width: 1599px) {
          .info-slider .slider-pagination ul li {
            margin: 0 11px; } }
        @media (max-width: 991px) {
          .info-slider .slider-pagination ul li {
            margin: 0 8px; } }
        .info-slider .slider-pagination ul li.active a {
          border-color: #fe8011;
          background: #fe8011; }
      .info-slider .slider-pagination ul a {
        display: block;
        width: 16px;
        height: 16px;
        border: 2px solid rgba(255, 255, 255, 0.5);
        border-radius: 50%; }
        @media (max-width: 1599px) {
          .info-slider .slider-pagination ul a {
            width: 14px;
            height: 14px; } }
        @media (max-width: 991px) {
          .info-slider .slider-pagination ul a {
            width: 11px;
            height: 11px;
            border-color: #1877b7; } }
        @media (max-width: 767px) {
          .info-slider .slider-pagination ul a {
            border: 2px solid rgba(255, 255, 255, 0.5); } }
        .info-slider .slider-pagination ul a:hover {
          border-color: #fe8011;
          background: #fe8011; }

.h3-margin .info-slider {
  margin-top: 3.2em; }
  @media (max-width: 991px) {
    .h3-margin .info-slider {
      margin-top: 4.5rem; } }
  @media (max-width: 767px) {
    .h3-margin .info-slider {
      margin-top: 3rem; } }

.slider-quotes {
  margin-left: -600px;
  width: calc(100% + 1200px);
  overflow: hidden;
  background-color: #003e74;
  margin-top: 2em;
  /* pagination styles */ }
  @media (max-width: 767px) {
    .slider-quotes {
      font-size: .75em;
      width: calc(100% + 22px);
      margin-left: -11px; } }
  .slider-quotes .caption {
    font-size: 2em;
    padding: 1.6em 2.5em; }
    @media (max-width: 767px) {
      .slider-quotes .caption {
        padding: 1em 0.5em 2em; } }
    .slider-quotes .caption span.title {
      font-size: .6em;
      margin-bottom: 95px; }
      @media (max-width: 767px) {
        .slider-quotes .caption span.title {
          font-size: .67em;
          margin-bottom: 40px; } }
    .slider-quotes .caption h3 {
      color: #fff;
      font-size: .95em;
      margin-bottom: .3em; }
  .slider-quotes .quote-wrapper {
    position: relative;
    display: inline-block;
    max-width: 80%; }
    @media (min-width: 992px) and (max-width: 1145px) {
      .slider-quotes .quote-wrapper {
        max-width: 60%; } }
    .slider-quotes .quote-wrapper i {
      color: #1a5282;
      font-size: 1.1em;
      position: absolute;
      line-height: 0; }
      @media (min-width: 768px) {
        .slider-quotes .quote-wrapper i {
          font-size: 2.8em; } }
      @media (min-width: 1024px) {
        .slider-quotes .quote-wrapper i {
          font-size: 4em; } }
      .slider-quotes .quote-wrapper i.icon-quotes-start {
        left: -1.5em; }
        @media (min-width: 768px) {
          .slider-quotes .quote-wrapper i.icon-quotes-start {
            top: -38px;
            left: -1.2em; } }
      .slider-quotes .quote-wrapper i.icon-quotes-end {
        bottom: 15px;
        right: -1.5em; }
        @media (min-width: 768px) {
          .slider-quotes .quote-wrapper i.icon-quotes-end {
            bottom: -35px;
            right: -1.2em; } }
  .slider-quotes blockquote {
    padding: 0;
    margin: 0;
    display: inline-block;
    border: none !important;
    font-size: 1em;
    font-family: "Domine", serif;
    font-weight: normal;
    position: relative;
    z-index: 99999; }
  .slider-quotes .mask {
    position: relative;
    overflow: hidden; }
  .slider-quotes .slideset {
    width: 99999px;
    float: left;
    height: 100%; }
  .slider-quotes .slide {
    float: left;
    height: 100%; }
  .slider-quotes .title {
    font-size: 1.176em;
    line-height: 1;
    display: block;
    margin-bottom: 32px;
    font-weight: normal; }
    @media (max-width: 1599px) {
      .slider-quotes .title {
        font-size: 1.357em;
        margin-bottom: 28px; } }
    @media (max-width: 991px) {
      .slider-quotes .title {
        font-size: 1.143em;
        margin-bottom: 21px; } }
    @media (max-width: 767px) {
      .slider-quotes .title {
        font-size: 1.357em;
        line-height: 1.473em;
        margin-bottom: 14px; } }
  .slider-quotes p {
    margin-bottom: 38px;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.5em; }
    @media (max-width: 1599px) {
      .slider-quotes p {
        margin-bottom: 33px; } }
    @media (max-width: 991px) {
      .slider-quotes p {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .slider-quotes p {
        margin-bottom: 23px;
        font-size: 22px; } }
  .slider-quotes .btn {
    padding: 14px 77px 14px 57px;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1.176em;
    line-height: 1; }
    @media (max-width: 1599px) {
      .slider-quotes .btn {
        padding: 12px 80px 12px 40px;
        font-size: 1.214em; } }
    @media (max-width: 991px) {
      .slider-quotes .btn {
        font-size: 1.071em;
        padding: 11px 51px 11px 31px; } }
    @media (max-width: 767px) {
      .slider-quotes .btn {
        display: block;
        padding: 12px 52px 12px 32px; } }
  .slider-quotes .slider-pagination {
    padding: 16px 10px;
    border-top: none;
    margin-top: 65px;
    margin-bottom: 65px;
    background: transparent; }
    @media (max-width: 767px) {
      .slider-quotes .slider-pagination {
        margin-top: 30px;
        margin-bottom: 30px; } }
    @media (max-width: 1599px) {
      .slider-quotes .slider-pagination {
        padding: 13px 10px; } }
    @media (max-width: 991px) {
      .slider-quotes .slider-pagination {
        padding: 14px 10px; } }
    .slider-quotes .slider-pagination ul {
      font-size: 0;
      line-height: 0; }
      @media (max-width: 767px) {
        .slider-quotes .slider-pagination ul {
          background: transparent;
          display: block; } }
      .slider-quotes .slider-pagination ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        margin: 0 12px; }
        @media (max-width: 1599px) {
          .slider-quotes .slider-pagination ul li {
            margin: 0 11px; } }
        @media (max-width: 991px) {
          .slider-quotes .slider-pagination ul li {
            margin: 0 8px; } }
        .slider-quotes .slider-pagination ul li.active a {
          border-color: #fe8011;
          background: #fe8011; }
      .slider-quotes .slider-pagination ul a {
        display: block;
        width: 16px;
        height: 16px;
        border: 2px solid rgba(255, 255, 255, 0.5);
        border-radius: 50%; }
        @media (max-width: 1599px) {
          .slider-quotes .slider-pagination ul a {
            width: 14px;
            height: 14px; } }
        @media (max-width: 991px) {
          .slider-quotes .slider-pagination ul a {
            width: 11px;
            height: 11px;
            border-color: #1877b7; } }
        @media (max-width: 767px) {
          .slider-quotes .slider-pagination ul a {
            border: 2px solid rgba(255, 255, 255, 0.5); } }
        .slider-quotes .slider-pagination ul a:hover {
          border-color: #fe8011;
          background: #fe8011; }
  .slider-quotes .slick-list {
    margin-bottom: 42px; }
    @media (max-width: 767px) {
      .slider-quotes .slick-list {
        margin-bottom: 25px; } }

.text-feature-block {
  background-color: #fff;
  width: 30%;
  /*--Width used instead of flex-basis because of IE 11--*/
  text-align: center; }
  .text-feature-block > a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 50px 30px; }
    @media (max-width: 767px) {
      .text-feature-block > a {
        align-items: center;
        display: flex; } }
    .text-feature-block > a:hover {
      text-decoration: none; }
      .text-feature-block > a:hover h3 {
        text-decoration: underline; }
  .text-feature-block li {
    text-align: left; }
  .text-feature-block p {
    color: #262626; }
  .text-feature-block .img-holder {
    color: #003e74; }
    .text-feature-block .img-holder span {
      font-size: 38px;
      line-height: 38px;
      /*--Ensures correct font-size regardless of where this callout is nested--*/ }
      @media (min-width: 768px) {
        .text-feature-block .img-holder span {
          font-size: 24px;
          line-height: 24px; } }
      @media (min-width: 1025px) {
        .text-feature-block .img-holder span {
          font-size: 42px;
          line-height: 42px; } }
  .text-feature-block h3 {
    /* Resets default h3 specs */
    color: #1274b5;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    text-align: left; }
    @media (max-width: 767px) {
      .text-feature-block h3 {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .text-feature-block h3 {
        text-align: center;
        font-size: 15px;
        /*--Ensures correct font-size regardless of where this callout is nested--*/ } }
    @media (min-width: 1025px) {
      .text-feature-block h3 {
        font-size: 22px; } }
    @media (min-width: 1366px) {
      .text-feature-block h3 {
        font-size: 1.75em; } }
  .text-feature-block .text-feature-link {
    color: #1274b5; }

.text-feature-wrapper {
  background-color: #f7f7f7; }
  @media (max-width: 767px) {
    .henryford .text-feature-wrapper {
      padding: 30px 10px; } }
  .text-feature-wrapper .container {
    padding-top: 0;
    padding-bottom: 0; }
    .text-feature-wrapper .container:before, .text-feature-wrapper .container:after {
      content: none; }
    @media (min-width: 768px) {
      .text-feature-wrapper .container {
        padding-top: 37px;
        padding-bottom: 37px; } }
  .henryford .text-feature-wrapper > h3 {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .henryford .text-feature-wrapper > h3 {
        margin-bottom: 0;
        padding-top: 37px; } }
  .text-feature-wrapper .text-feature-block {
    background-color: transparent;
    width: 100%; }
    .text-feature-wrapper .text-feature-block > a {
      padding: 0 0 25px 0; }
    @media (max-width: 767px) {
      .text-feature-wrapper .text-feature-block:last-child > a {
        padding-bottom: 0; } }
    @media (min-width: 768px) {
      .text-feature-wrapper .text-feature-block {
        width: 30%;
        max-width: 454px;
        background-color: #fff; }
        .text-feature-wrapper .text-feature-block > a {
          padding: 22px 30px; } }
    @media (min-width: 1025px) {
      .text-feature-wrapper .text-feature-block > a {
        padding: 50px 30px; } }
  .text-feature-wrapper.text-feature-strip-cta .container {
    display: flex;
    flex-flow: column nowrap; }
    @media (min-width: 768px) {
      .text-feature-wrapper.text-feature-strip-cta .container {
        flex-flow: row nowrap;
        justify-content: space-between; } }

.view-all-featured-link {
  margin-top: 30px; }
  @media (max-width: 991px) {
    .view-all-featured-link {
      margin-top: 17px; } }

.blue-feature {
  margin-top: 55px; }
  .blue-feature h3 {
    color: #fff; }
  .blue-feature .row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column; }
    @media (min-width: 768px) {
      .blue-feature .row {
        flex-flow: row wrap;
        flex-wrap: wrap;
        justify-content: center; } }
  .blue-feature .col-sm-6 {
    background-color: #003e74; }
    @media (min-width: 768px) {
      .blue-feature .col-sm-6 {
        margin-bottom: 3em;
        flex-basis: 47.7%;
        margin-right: 1.5%; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    .blue-feature .col-sm-6 {
      flex-basis: 46%; } }
    @media (min-width: 768px) {
      .blue-feature .col-sm-6:nth-child(2n) {
        margin-left: 1.5%;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .blue-feature .col-sm-6 {
        margin-bottom: 1.5em; } }
  @media (max-width: 767px) {
    .blue-feature {
      margin: 30px 0 0 0; } }

/* top bar styles */
.top-bar {
  background: #f7f7f7;
  padding: 20px 0;
  /* breadcrumbs styles */ }
  @media (max-width: 991px) {
    .top-bar {
      padding: 10px 0; } }
  .top-bar .row {
    font-size: 1px;
    line-height: 1px; }
  .top-bar [class*="col-"],
  .top-bar [class^="col-"] {
    float: none;
    display: inline-block;
    vertical-align: middle; }
    .top-bar [class*="col-"]:first-child,
    .top-bar [class^="col-"]:first-child {
      margin-right: -5px; }
  .top-bar .breadcrumbs {
    font-size: 17em;
    line-height: 1.117em;
    color: #0078C9;
    padding: 0 14px; }
    @media (max-width: 991px) {
      .top-bar .breadcrumbs {
        padding: 0;
        font-size: 14em;
        line-height: 1.142em; } }
    .top-bar .breadcrumbs li {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      color: #231f20; }
      .top-bar .breadcrumbs li + li {
        padding-left: 27px;
        margin-left: 7px; }
        @media (max-width: 991px) {
          .top-bar .breadcrumbs li + li {
            margin-left: 0;
            padding-left: 21px; } }
        .top-bar .breadcrumbs li + li:before {
          content: "\e90c";
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%) rotate(-90deg);
          font-size: 8px;
          line-height: 1;
          font-family: icomoon;
          color: #b3b3b3; }
          @media (max-width: 991px) {
            .top-bar .breadcrumbs li + li:before {
              transform: translateY(-50%) rotate(90deg);
              font-size: 5px;
              left: 4px; } }
      .top-bar .breadcrumbs li a {
        display: block;
        color: #0078C9;
        line-height: 19px; }
        .top-bar .breadcrumbs li a.icon-home {
          font-size: 26px; }
          .top-bar .breadcrumbs li a.icon-home:hover {
            text-decoration: none; }
          @media (max-width: 991px) {
            .top-bar .breadcrumbs li a.icon-home {
              font-size: 16px;
              margin-top: .2em; } }
  .top-bar .right-block {
    padding: 0 10px; }
    @media (max-width: 991px) {
      .top-bar .right-block {
        padding: 0 6px; } }
    .top-bar .right-block .share {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      line-height: 20px;
      color: #0078C9;
      position: relative;
      padding: 5px 0 5px 34px; }
      @media (max-width: 991px) {
        .top-bar .right-block .share {
          font-size: 14px;
          line-height: 16px;
          padding-left: 23px; } }
      .top-bar .right-block .share:before {
        content: "\e901";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        font-size: 24px;
        line-height: 1;
        font-family: icomoon; }
        @media (max-width: 991px) {
          .top-bar .right-block .share:before {
            font-size: 14px; } }

/*  services  styles */
@media (max-width: 991px) {
  .buttons-holder h3 {
    font-size: 1.18em; } }

@media (max-width: 767px) {
  .buttons-holder h3 {
    font-size: 1.42em; } }

.buttons-holder .services-holder {
  margin-bottom: 13px;
  padding-right: 19px;
  /*  services list  styles */ }
  .buttons-holder .services-holder .icon-location {
    float: left;
    position: relative;
    bottom: -3px;
    margin-right: 5px; }
  @media (max-width: 1599px) {
    .buttons-holder .services-holder {
      margin-bottom: 13px; } }
  @media (max-width: 991px) {
    .buttons-holder .services-holder {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .buttons-holder .services-holder {
      margin-bottom: 20px; } }
  .buttons-holder .services-holder .fa, .buttons-holder .services-holder .icon-er {
    display: inline; }
    @media (min-width: 768px) {
      .buttons-holder .services-holder .fa, .buttons-holder .services-holder .icon-er {
        display: none; } }
    @media (min-width: 992px) {
      .buttons-holder .services-holder .fa, .buttons-holder .services-holder .icon-er {
        display: inline; } }
  .buttons-holder .services-holder .link {
    font-weight: 400; }
  @media (min-width: 768px) {
    .buttons-holder .services-holder ul {
      column-count: 2;
      column-gap: 16px;
      -webkit-column-count: 2;
      -webkit-column-gap: 16px;
      -moz-column-count: 2;
      -moz-column-gap: 16px; } }
  @media (max-width: 1599px) {
    .buttons-holder .services-holder ul {
      column-gap: 14px; } }
  @media (max-width: 991px) {
    .buttons-holder .services-holder ul {
      column-gap: 12px; } }
  @media (max-width: 767px) {
    .buttons-holder .services-holder ul {
      width: 100%; } }
  .buttons-holder .services-holder ul > li {
    padding: 0;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style-type: none; }
    @media (max-width: 767px) {
      .buttons-holder .services-holder ul > li {
        padding-top: 0;
        padding-bottom: 0; }
        .buttons-holder .services-holder ul > li:last-child a {
          border-bottom: 1px solid #b3b3b3; } }
    .buttons-holder .services-holder ul > li a {
      font-size: 1.118em;
      line-height: 1;
      text-align: left;
      padding: 21px 31px 20px 14px;
      border-color: #b3b3b3;
      display: block;
      font-weight: normal; }
      @media (max-width: 1599px) {
        .buttons-holder .services-holder ul > li a {
          padding: 17px 29px 18px 11px;
          font-size: 1em; } }
      @media (max-width: 991px) {
        .buttons-holder .services-holder ul > li a {
          font-size: 0.882em;
          line-height: 1.2em;
          padding: 9px 30px 9px 11px; }
          .buttons-holder .services-holder ul > li a span {
            display: inline-flex;
            min-height: 25px;
            align-items: center;
            font-size: .94em; }
            .buttons-holder .services-holder ul > li a span.title {
              width: 105px; } }
      @media (max-width: 991px) and (max-width: 767px) {
        .buttons-holder .services-holder ul > li a span.title {
          width: auto; } }
      @media (max-width: 991px) {
            .buttons-holder .services-holder ul > li a span.icon {
              top: 1px; } }
      .buttons-holder .services-holder ul > li a .icon {
        margin-right: .3em;
        position: relative;
        top: 3px; }
      @media (max-width: 767px) {
        .buttons-holder .services-holder ul > li a {
          padding: 10px 54px 8px 11px;
          border-bottom: none; }
          .buttons-holder .services-holder ul > li a:before {
            min-height: 21px; } }
    .buttons-holder .services-holder ul > li .right-arrow:after {
      right: 10px;
      font-family: "henryford-icons";
      content: "h";
      transform: none;
      text-transform: none;
      top: 47%;
      font-size: 17px; }
      @media (max-width: 991px) {
        .buttons-holder .services-holder ul > li .right-arrow:after {
          top: 42%;
          font-size: .85em; } }
      @media (max-width: 767px) {
        .buttons-holder .services-holder ul > li .right-arrow:after {
          margin-top: -3px;
          right: 6px;
          top: 48%;
          font-size: .8em; } }

.home-quote.heading {
  margin-bottom: 130px;
  padding-bottom: 0;
  min-height: 100px;
  margin-top: 40px; }
  .home-quote.heading h2 {
    position: relative;
    z-index: 5;
    font-family: "Domine", serif;
    font-size: 2em;
    margin-bottom: 0;
    line-height: 1.48em; }
    @media (max-width: 991px) {
      .home-quote.heading h2 {
        font-size: 1.18em; } }
  .home-quote.heading p {
    line-height: inherit;
    font-size: inherit; }

.home-quote:before {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 9.294em;
  color: #f3f3f3;
  z-index: -1; }

.home-quote:after {
  content: '' !important;
  position: absolute;
  bottom: -3.4em;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #b3b3b3;
  width: 255px; }
  @media (max-width: 1599px) {
    .home-quote:after {
      width: 217px; } }
  @media (max-width: 991px) {
    .home-quote:after {
      width: 146px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .topic-tile {
    margin-bottom: -35px; } }

.topic-tile__tile {
  display: block;
  max-height: 212px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .topic-tile__tile:after {
      content: "h";
      font-size: .8em;
      font-family: "henryford-icons";
      margin-top: -3px;
      position: absolute;
      right: 6px;
      top: 34%; } }
  @media (max-width: 767px) {
    .topic-tile__tile {
      border: 1px solid #b3b3b3;
      border-bottom: 0;
      padding: 10px 38px 8px 11px; } }
  @media (min-width: 768px) {
    .topic-tile__tile {
      margin-bottom: 35px; } }
  .topic-tile__tile:hover .topic-tile__overlay {
    height: 100%; }

.topic-tile__overlay {
  width: 100%;
  height: 36%;
  bottom: 0;
  left: 0;
  transition: height .3s; }
  @media (min-width: 768px) {
    .topic-tile__overlay {
      background-color: rgba(0, 62, 116, 0.75);
      position: absolute; } }

@media (min-width: 768px) {
  .topic-tile__text {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 0.9em;
    line-height: normal;
    position: absolute;
    text-align: center;
    width: 90%; } }

@media (min-width: 1600px) {
  .topic-tile__text {
    font-size: 1.1em;
    width: 70%; } }

.topic-tile img {
  margin: 0;
  width: 100%; }
  @media (max-width: 991px) {
    .topic-tile img {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .topic-tile img {
      display: none !important; } }
  @media (max-width: 480px) {
    .topic-tile img {
      display: none; } }

@media (max-width: 767px) {
  .topic-tile > div:last-child .topic-tile__tile {
    border-bottom: 1px solid #b3b3b3; } }

.os-modal {
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: none;
  display: block !important;
  position: absolute;
  z-index: 99999;
  color: #fff;
  font-size: 1.5rem; }
  .os-modal iframe {
    width: 704px;
    display: block;
    margin: auto;
    height: 490px;
    background-color: #fff; }
  .os-modal .slider-header {
    text-align: center; }
  .os-modal .os-close {
    display: block;
    width: 35px !important;
    height: 35px !important;
    margin: 0 auto;
    position: relative; }
    .os-modal .os-close:hover {
      text-decoration: none !important; }
    .os-modal .os-close:before {
      content: "\e902";
      position: absolute;
      right: 40%;
      top: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      font-size: 17px;
      line-height: 1;
      color: #fff;
      font-family: icomoon; }
      @media (min-width: 768px) {
        .os-modal .os-close:before {
          font-size: 30px;
          right: -20%; } }
      @media (min-width: 992px) {
        .os-modal .os-close:before {
          font-size: 42px; } }
  @media (min-width: 768px) {
    .os-modal {
      font-size: 1.9rem; } }
  .os-modal p {
    font-size: 1.5rem; }
    @media (min-width: 768px) {
      .os-modal p {
        font-size: 1.9rem; } }
  .os-modal .container {
    padding-top: 25px;
    padding-bottom: 40px;
    position: relative;
    height: 100%; }
  .os-modal__holder {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999; }
  .os-modal__frame-holder {
    overflow: auto;
    background: rgba(0, 62, 116, 0.95);
    height: 100%; }
  .os-modal h2 {
    color: #fff;
    font-size: 2rem;
    border-bottom: 2px solid #7798b4; }
    @media (min-width: 768px) {
      .os-modal h2 {
        font-size: 2.6rem; } }

.os-modal-active .os-modal {
  opacity: 1;
  visibility: visible; }

body.os-modal-active {
  overflow: hidden;
  position: fixed; }

.epic-iframe {
  display: none; }
  @media (min-width: 768px) {
    .epic-iframe {
      margin-top: 1rem; } }
  @media (min-width: 1025px) {
    .epic-iframe {
      margin-top: 0; } }
  .epic-iframe h4 {
    color: #fff;
    max-width: 704px;
    text-align: left;
    margin: 0 auto 1rem; }
    @media (min-width: 768px) {
      .epic-iframe h4 {
        font-size: 2rem; } }
    @media (min-width: 768px) {
      .epic-iframe h4 {
        font-size: 2.6rem; } }

.visit-type-selection {
  margin-top: 6rem; }
  .visit-type-selection__copy {
    margin-bottom: 5rem;
    font-size: 1.5rem; }
    .visit-type-selection__copy a, .visit-type-selection__copy a[href^=tel] {
      color: #fff !important; }
      .visit-type-selection__copy a:hover, .visit-type-selection__copy a[href^=tel]:hover {
        text-decoration: underline !important; }
    .visit-type-selection__copy h2, .visit-type-selection__copy h3, .visit-type-selection__copy h4, .visit-type-selection__copy h5, .visit-type-selection__copy h6 {
      color: #FFF; }
    @media (min-width: 768px) {
      .visit-type-selection__copy {
        font-size: 1.9rem; } }
  .visit-type-selection__selections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 768px) {
      .visit-type-selection__selections {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .visit-type-selection__btn {
    width: 100%;
    margin-bottom: .5rem;
    padding: 1.8rem;
    font-size: 1.7rem; }
    @media (min-width: 768px) {
      .visit-type-selection__btn {
        padding: 1.6rem; } }
    @media (min-width: 768px) {
      .visit-type-selection__btn {
        font-size: 2.0rem; } }
    .visit-type-selection__btn:after {
      margin-top: -5px; }
  .visit-type-selection__type {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 4.8rem; }
    @media (min-width: 768px) {
      .visit-type-selection__type {
        -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
        margin-right: 4%; } }
    .visit-type-selection__type article {
      font-size: 1.5rem; }
      @media (min-width: 768px) {
        .visit-type-selection__type article {
          font-size: 1.7rem; } }

/* communication block styles */
.communication-block {
  display: none;
  background: #f3f3f3;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 1.176em;
  line-height: 1.750em;
  color: #fff;
  display: none; }
  .communication-block .container {
    position: relative;
    padding-right: 2.5em; }
  .communication-block.yellow .closeNotify:before {
    color: #003D73; }
  .communication-block.blue .closeNotify:before {
    color: #003d73; }
  @media (max-width: 991px) {
    .communication-block {
      font-size: .95em;
      line-height: 16px;
      padding-top: 14px;
      padding-bottom: 14px; } }
  @media (max-width: 767px) {
    .communication-block {
      font-size: .83em; } }
  .communication-block .text-holder {
    position: relative;
    padding-left: 2em;
    color: #1272B4; }
    .communication-block .text-holder:before {
      content: "\f006";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-family: FontAwesome;
      font-size: 1.5em;
      line-height: 1;
      left: 0;
      font-weight: normal;
      color: #003d73; }
    .communication-block .text-holder p {
      margin-bottom: 0; }
    .communication-block .text-holder a {
      color: #1272B4; }
      .communication-block .text-holder a:hover {
        text-decoration: underline; }
      .communication-block .text-holder a.link {
        font-weight: bold;
        color: #1272B4; }
        .communication-block .text-holder a.link:after {
          content: "\f101";
          font-family: FontAwesome;
          font-weight: normal;
          margin-left: .5em;
          font-size: .75em;
          top: 2px; }
  .communication-block.yellow {
    background: #fff600;
    color: #383838;
    display: none; }
    .communication-block.yellow .text-holder {
      color: #343434;
      padding-left: 2.1em; }
      .communication-block.yellow .text-holder:before {
        content: 'M';
        font-family: henryford-icons;
        margin-left: .1em;
        color: #003D73; }
      .communication-block.yellow .text-holder a {
        color: #1274b5; }
        .communication-block.yellow .text-holder a:hover {
          text-decoration: underline; }

body.dt-active {
  overflow: hidden; }

.dt-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: rgba(0, 62, 116, 0.95);
  z-index: 1021;
  visibility: hidden;
  opacity: 0;
  transition: opacity linear .2s;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9999; }
  .dt-background.show {
    opacity: 1;
    visibility: visible; }

.dt-window {
  width: 100%;
  overflow: hidden;
  overflow-y: auto; }

.dt-modal-header {
  margin-bottom: 4rem;
  width: 100%;
  position: relative;
  max-width: 1560px; }
  @media (min-width: 768px) {
    .dt-modal-header {
      margin-bottom: 6rem; } }
  .dt-modal-header img {
    width: 30%; }
    @media (min-width: 768px) {
      .dt-modal-header img {
        width: auto; } }
  .dt-modal-header .dt-close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .dt-modal-header .dt-close {
        width: 35px;
        height: 35px; } }
    .dt-modal-header .dt-close:hover {
      text-decoration: none; }
    .dt-modal-header .dt-close:before {
      content: "\e902";
      position: absolute;
      top: -4px;
      font-size: 16px;
      text-decoration: none;
      line-height: 1;
      color: #fff;
      font-family: icomoon;
      transform: rotate(45deg); }
      @media (min-width: 768px) {
        .dt-modal-header .dt-close:before {
          font-size: 42px; } }

.dt-modal {
  position: relative;
  width: 100%;
  z-index: 1022;
  transition: all ease .2s;
  max-width: 1655px;
  padding: 8px 11px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .dt-modal {
      padding: 25px 11px; } }
  .dt-modal .dt-modal__container {
    background-color: #FFF;
    position: relative;
    max-width: 1155px;
    margin: 0 auto; }
  .dt-modal h3 {
    font-size: 1.8rem;
    margin-bottom: 0;
    color: #000; }
    @media (min-width: 768px) {
      .dt-modal h3 {
        font-size: 2.7rem; } }
  .dt-modal .dt-modal__title {
    width: 100%; }
  .dt-modal .dt-modal__top-section {
    display: flex;
    background-color: #F7F7F7;
    padding: 2rem 1.3rem; }
    @media (min-width: 768px) {
      .dt-modal .dt-modal__top-section {
        padding: 3rem 5rem; } }
  .dt-modal .dt-modal__disclaimer {
    padding: 2rem 0 .5rem;
    font-size: 1.4rem;
    margin: 0 1.3rem;
    border-top: 1px solid #B7B7B8;
    text-align: center; }
    @media (min-width: 768px) {
      .dt-modal .dt-modal__disclaimer {
        padding: 3rem 5rem .5rem;
        font-size: 1.8rem;
        margin: 0 5rem; } }
  .dt-modal .cancel-container {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem; }
    .dt-modal .cancel-container .cancel {
      font-size: 1.5rem;
      position: relative;
      cursor: pointer;
      padding-left: 1.75rem; }
      @media (min-width: 768px) {
        .dt-modal .cancel-container .cancel {
          font-size: 1.6rem;
          padding-left: 2rem; } }
      .dt-modal .cancel-container .cancel:hover {
        text-decoration: none; }
        .dt-modal .cancel-container .cancel:hover span {
          text-decoration: underline; }
      .dt-modal .cancel-container .cancel:before {
        content: "\e902";
        position: absolute;
        left: 0;
        top: 6px;
        font-size: 1.4rem;
        line-height: 1;
        font-family: icomoon;
        transform: rotate(45deg); }
        @media (min-width: 768px) {
          .dt-modal .cancel-container .cancel:before {
            top: 5px;
            font-size: 1.6rem; } }

.dt-modal__content {
  font-size: 1.4rem;
  text-align: center;
  padding: 4rem 1.3rem 3.1rem 1.3rem; }
  @media (min-width: 768px) {
    .dt-modal__content {
      padding: 5rem 5rem 6rem;
      font-size: 1.8rem; } }
  .dt-modal__content .btn-success {
    line-height: 1;
    padding: 1.6rem 2rem;
    font-size: 1.7rem;
    min-width: 106px; }
    @media (min-width: 768px) {
      .dt-modal__content .btn-success {
        padding: 2rem 5rem;
        font-size: 2rem;
        min-width: 126px; } }
  .dt-modal__content h4 {
    font-size: 1.7rem; }
    @media (min-width: 768px) {
      .dt-modal__content h4 {
        font-size: 2.7rem; } }
  .dt-modal__content p {
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .dt-modal__content p {
        font-size: 2rem; } }

.dt-modal__links {
  position: relative;
  top: 15px;
  line-height: 1; }
  @media (min-width: 768px) {
    .dt-modal__links {
      position: absolute;
      top: 35%;
      transform: translateY(-50%);
      line-height: inherit; } }
  .dt-modal__links .previous {
    position: relative;
    cursor: pointer;
    color: #6A6A6A;
    margin-left: 1.3rem;
    background-color: #FFF;
    font-weight: normal; }
    @media (min-width: 768px) {
      .dt-modal__links .previous {
        margin-left: 0;
        left: 5rem;
        height: 5rem;
        width: 3rem;
        top: 2rem; } }
    .dt-modal__links .previous:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .dt-modal__links .previous:after {
      content: "\e90c";
      position: absolute;
      font-family: icomoon;
      transform: rotate(90deg);
      color: #6A6A6A;
      left: -.5rem;
      font-size: .7rem;
      line-height: 1;
      top: 8px; }
      @supports (-webkit-touch-callout: none) {
        .dt-modal__links .previous:after {
          top: 6px; } }
      @media (min-width: 768px) {
        .dt-modal__links .previous:after {
          font-size: 1.8rem;
          line-height: inherit;
          top: 12px; } }
    .dt-modal__links .previous span {
      font-size: 1.4rem;
      padding-left: 1.25rem; }
      @supports (-webkit-touch-callout: none) {
        .dt-modal__links .previous span {
          padding-left: 0; } }
      @media (min-width: 768px) {
        .dt-modal__links .previous span {
          display: none; } }

.dt-modal__content-question, .dt-modal__content-message {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 3.4rem;
  max-width: 60rem; }
  @media (max-width: 767px) {
    .dt-modal__content-question, .dt-modal__content-message {
      font-size: 1.4rem;
      line-height: 1.4; } }
  .dt-modal__content-question ul, .dt-modal__content-message ul {
    font-size: 2rem;
    padding-left: 0;
    margin-top: 2rem;
    line-height: 3rem; }
    @media (max-width: 767px) {
      .dt-modal__content-question ul, .dt-modal__content-message ul {
        font-size: 1.4rem; } }
    .dt-modal__content-question ul li, .dt-modal__content-message ul li {
      text-align: left; }
      @media (max-width: 767px) {
        .dt-modal__content-question ul li, .dt-modal__content-message ul li {
          line-height: 1.6; } }

.dt-modal_action {
  display: flex;
  justify-content: center; }
  .dt-modal_action button:nth-child(2) {
    margin-left: 5rem; }
    @media (min-width: 768px) {
      .dt-modal_action button:nth-child(2) {
        margin-left: 7rem; } }
  .dt-modal_action.iframe-section {
    height: 50rem;
    margin: 0 auto;
    overflow: hidden;
    width: 85%; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .dt-modal_action.iframe-section {
        display: block;
        overflow: hidden; } }
    @media (max-width: 992px) {
      .dt-modal_action.iframe-section {
        height: 40rem;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; } }
    @media (max-width: 767px) {
      .dt-modal_action.iframe-section {
        height: 25rem; } }
  .dt-modal_action.dropdown-section {
    flex-direction: column; }
    .dt-modal_action.dropdown-section .dt-modal__dropdown-container {
      align-self: center;
      position: relative;
      width: 100%;
      max-width: 41rem; }
      .dt-modal_action.dropdown-section .dt-modal__dropdown-container svg {
        display: none; }
  .dt-modal_action.visit-types {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: flex-start; }
    @media (min-width: 768px) {
      .dt-modal_action.visit-types {
        max-width: 40rem; } }
    @media (min-width: 990px) {
      .dt-modal_action.visit-types {
        max-width: 82.5rem; } }
    .dt-modal_action.visit-types .dt-modal__visit-container {
      width: 100%;
      margin-top: 4.5rem; }
      @media (min-width: 990px) {
        .dt-modal_action.visit-types .dt-modal__visit-container {
          width: 50%;
          margin-top: 5.5rem; } }
      @media (min-width: 990px) {
        .dt-modal_action.visit-types .dt-modal__visit-container:nth-child(even) {
          padding-left: 2.25rem; } }
      @media (min-width: 990px) {
        .dt-modal_action.visit-types .dt-modal__visit-container:nth-child(odd) {
          padding-right: 2.25rem; } }
      .dt-modal_action.visit-types .dt-modal__visit-container:first-child {
        margin-top: 0; }
      @media (min-width: 990px) {
        .dt-modal_action.visit-types .dt-modal__visit-container:nth-child(2) {
          margin-top: 0; } }
      .dt-modal_action.visit-types .dt-modal__visit-container button {
        width: 100%;
        position: relative; }
        .dt-modal_action.visit-types .dt-modal__visit-container button:after {
          content: "\e90c";
          position: absolute;
          right: 2rem;
          font-family: icomoon;
          transform: rotate(-90deg);
          color: #000;
          font-size: .75rem;
          top: 45%; }
      .dt-modal_action.visit-types .dt-modal__visit-container p {
        text-align: left;
        margin-bottom: 0;
        line-height: 1.4;
        margin-top: 5px; }

.dt-modal__radio-container {
  max-width: 40rem;
  width: 100%;
  text-align: left;
  margin: 0 auto; }
  .dt-modal__radio-container .dt-modal__radio {
    position: relative; }
    .dt-modal__radio-container .dt-modal__radio:before {
      position: absolute;
      left: -.2rem;
      top: .3rem;
      display: block;
      content: "";
      height: 1.5rem;
      width: 1.5rem;
      border-radius: 50%;
      border: 1px solid #B7B7B8;
      background-color: #FFF;
      pointer-events: none; }
      @media (min-width: 768px) {
        .dt-modal__radio-container .dt-modal__radio:before {
          height: 2rem;
          width: 2rem;
          left: -.3rem;
          top: .5rem; } }
    .dt-modal__radio-container .dt-modal__radio input[type='radio'] {
      float: left;
      margin-top: 4px;
      cursor: pointer;
      visibility: hidden; }
      @media (min-width: 768px) {
        .dt-modal__radio-container .dt-modal__radio input[type='radio'] {
          margin-top: 8px;
          visibility: visible; } }
      .dt-modal__radio-container .dt-modal__radio input[type='radio']:focus + label {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px; }
    .dt-modal__radio-container .dt-modal__radio label {
      display: block;
      margin-left: 2rem;
      cursor: pointer; }
      @media (min-width: 768px) {
        .dt-modal__radio-container .dt-modal__radio label {
          margin-left: 3rem; } }

@media (min-width: 768px) {
  .mobile-myChart {
    display: none; } }

.mobile-myChart .btn-success {
  margin-top: 1rem; }

.cookie-acceptance {
  display: none;
  position: fixed;
  bottom: 1.5rem;
  background: rgba(0, 0, 0, 0.85);
  color: #FFF;
  border-radius: 4px;
  flex-direction: column;
  padding: 2rem 1.5rem;
  margin: 0 1rem;
  max-width: 1200px;
  z-index: 999; }
  @media (min-width: 678px) {
    .cookie-acceptance {
      padding: 2rem;
      flex-direction: row;
      margin: 0 2rem; } }
  @media (min-width: 1201px) {
    .cookie-acceptance {
      margin: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; } }
  .cookie-acceptance__text-area {
    text-align: center; }
    @media (min-width: 678px) {
      .cookie-acceptance__text-area {
        width: 75%;
        text-align: left;
        padding-right: 1.5rem; } }
    .cookie-acceptance__text-area h2 {
      color: #FFF;
      font-family: 'Domine'; }
    .cookie-acceptance__text-area a {
      color: #FFF;
      text-decoration: underline; }
    @media (min-width: 768px) {
      .cookie-acceptance__text-area p {
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .cookie-acceptance__text-area p {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 2rem; } }
  .cookie-acceptance__button-area {
    display: flex; }
    @media (min-width: 678px) {
      .cookie-acceptance__button-area {
        width: 25%;
        align-self: center; } }
    .cookie-acceptance__button-area button {
      margin: 0 auto;
      font-size: 1.6rem; }
      @media (min-width: 678px) {
        .cookie-acceptance__button-area button {
          font-size: inherit;
          margin: 0;
          width: 100%; } }

.snippet-CTA {
  background-color: #f7f7f7;
  border-top: 5px solid #A8D104;
  border-bottom: 5px solid #A8D104;
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .snippet-CTA {
      max-width: 346px; } }
  .snippet-CTA .image-section img {
    width: 100%;
    margin: 0; }
    @media (min-width: 768px) and (max-width: 1100px) {
      .snippet-CTA .image-section img {
        height: 100%; } }
  .snippet-CTA .text-section {
    display: flex;
    justify-content: center;
    padding: 1.5rem 2rem;
    width: 100%; }
    .snippet-CTA .text-section__container {
      width: 100%;
      text-align: center;
      align-self: center; }
      @media (min-width: 768px) {
        .snippet-CTA .text-section__container {
          text-align: left; } }
    .snippet-CTA .text-section__copy {
      margin-bottom: 1.25rem;
      width: 100%; }
    .snippet-CTA .text-section__lower-copy {
      margin-top: 1.25rem; }
  .snippet-CTA h3 {
    width: 100%;
    margin-bottom: .5rem;
    font-family: "Lato", sans-serif !important; }
    @media (max-width: 767px) {
      .snippet-CTA h3 {
        font-size: 2.1rem; } }
  .snippet-CTA .btn-info {
    position: relative;
    text-align: left;
    padding-right: 3.6rem;
    border: 1px solid #979797;
    line-height: 1; }
    @media (max-width: 767px) {
      .snippet-CTA .btn-info {
        font-size: 1.7rem; } }
    .snippet-CTA .btn-info:after {
      position: absolute;
      right: 7px;
      top: 50%;
      margin-right: 0 !important; }

/*===================================================================================
 Layout GRIDS
 ====================================================================================*/
.lt-ie8 .grid {
  width: 1024px; }

.grid {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

.grid .grid {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

/* To fix the grid into a different size, set max-width to your desired width */
.column, .columns {
  margin-left: 1.95313%;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.module-ce-topic-related .calendar-link {
  margin: 0; }

.column:first-child, .columns:first-child, .alpha, .listing .module-thumbnail {
  margin-left: 0; }

.column.first, .columns.first, .column.alpha, .columns.alpha {
  margin-left: 0; }

.column.margin, .columns.margin {
  margin-left: 1.95313% !important; }

.column.omega, .columns.omega {
  float: right; }

/* Column Classes */
.grid .one.column {
  width: 6.54297%; }

.grid .one.columns {
  width: 6.54297%; }

.grid .two.columns {
  width: 15.03906%; }

.grid .three.columns {
  width: 23.53516%; }

.grid .four.columns {
  width: 32.03125%; }

.grid .five.columns {
  width: 40.52734%; }

.grid .six.columns {
  width: 49.02344%; }

.grid .seven.columns {
  width: 57.51953%; }

.grid .eight.columns {
  width: 66.01563%; }

.grid .nine.columns {
  width: 74.51172%; }

.grid .ten.columns {
  width: 83.00781%; }

.grid .eleven.columns {
  width: 91.50391%; }

.grid .twelve.columns {
  width: 100%; }

.module-alphabet-list-sm .one.column:nth-child(14), .module-alphabet-list-sm .one.columns:nth-child(14) {
  margin-left: 0; }

/*for Phys Dir Search Again*/
.grid .two.columns:nth-child(7) {
  margin-left: 0; }

.grid .three.columns:nth-child(5) {
  margin-left: 0; }

.grid .four.columns:nth-child(4) {
  margin-left: 0; }

.main-nav .grid .one.columns:nth-child(13) {
  margin-left: 1.95313% !important; }

.grid .twelve.columns {
  margin-left: 0; }

/* 
 * Responsive Width Realignment 
 *
 * Tablet Range 
 */
@media only screen and (min-width: 30em) and (max-width: 48em) {
  .grid .one.column, .grid .one.columns,
  .grid .two.columns {
    width: 49.02344%;
    margin-left: 0.48828%;
    margin-right: 0.48828%;
    margin-top: 1em;
    margin-bottom: 1em; }
  .module-sw-listbyalphaform .module-alphabet-list .columns {
    margin-right: 0; }
  .listing-item .three.columns {
    width: 23.53516%;
    float: left;
    margin-left: inherit;
    margin-right: 0; }
  .nine .module-pd-az .one {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .grid .four.columns, .grid .five.columns, .grid .seven.columns,
  .grid .eight.columns, .grid .eleven.columns,
  .grid .twelve.columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none; }
  .listing-item .six.columns {
    width: 49.02344%;
    float: left; }
  .listing-item .nine.columns, .grid .six.columns {
    width: 74.51172%;
    float: left;
    margin-left: 1.95313%; }
  .alpha-list .one.columns {
    width: 6.54297%; }
  .main-content .video a, .main-content .video img, .callout img {
    width: 100% !important;
    height: auto !important; } }

/*    .callout-wrap {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: none;
    }
    .callout-wrap > .callout {
        width: 49.02344%;
        margin-left: 1.95313%;
        float: left;
    }
    .callout-wrap > .callout:first-child { margin-left: 0; }

    .module-pd-search .columns .columns {margin-bottom: 1em;}
    .module-ss-search-again .columns{
        margin-bottom: 15px;
        padding-bottom: 1px;
    }
*/
/*
 * Between Range
 */
/*
 * Small Device Range
 */
@media only screen and (max-width: 768px) {
  .grid .one.column, .grid .one.columns, .grid .two.columns,
  .grid .three.columns, .grid .four.columns, .grid .five.columns,
  .grid .six.columns, .grid .seven.columns, .grid .eight.columns,
  .grid .nine.columns, .grid .eleven.columns,
  .grid .twelve.columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none; }
  .listing-item .three.columns {
    margin-bottom: 1em;
    overflow: hidden; }
  .grid .module-alphabet-list .one.columns {
    width: 6.54297% !important;
    float: left; }
  .module-sw-listbyalphaform .module-alphabet-list .one.columns {
    width: 5.6% !important; }
  .module-sw-listbyalphaform .module-alphabet-list .one.columns:nth-child(14) {
    margin-left: 0; }
  .grid .module-alphabet-list {
    margin-bottom: 15px;
    overflow: hidden; }
  .module-ss-search-again .columns {
    margin-bottom: 15px;
    padding-bottom: 1px; } }

/* Calendar Media Query*/
@media (max-width: 767px) {
  .module-ce-topic-related .calendar-link {
    padding: 0em 0.563em 2.063em 0em;
    font-size: 0.875em; } }

/* Push and Pull Classes */
.grid .push_one {
  margin-left: 10.44922%; }

.grid .push_one:first-child {
  margin-left: 8.49609%; }

.grid .pull_one.one.column {
  margin-left: -15.03906%; }

.grid .pull_one.two.columns {
  margin-left: -23.53516%; }

.grid .pull_one.three.columns {
  margin-left: -32.03125%; }

.grid .pull_one.four.columns {
  margin-left: -40.52734%; }

.grid .pull_one.five.columns {
  margin-left: -49.02344%; }

.grid .pull_one.six.columns {
  margin-left: -57.51953%; }

.grid .pull_one.seven.columns {
  margin-left: -66.01563%; }

.grid .pull_one.eight.columns {
  margin-left: -74.51172%; }

.grid .pull_one.nine.columns {
  margin-left: -83.00781%; }

.grid .pull_one.ten.columns {
  margin-left: -91.50391%; }

.grid .push_two {
  margin-left: 18.94531%; }

.grid .push_two:first-child {
  margin-left: 16.99219%; }

.grid .pull_two.one.column {
  margin-left: -23.53516%; }

.grid .pull_two.two.columns {
  margin-left: -32.03125%; }

.grid .pull_two.three.columns {
  margin-left: -40.52734%; }

.grid .pull_two.four.columns {
  margin-left: -49.02344%; }

.grid .pull_two.five.columns {
  margin-left: -57.51953%; }

.grid .pull_two.six.columns {
  margin-left: -66.01563%; }

.grid .pull_two.seven.columns {
  margin-left: -74.51172%; }

.grid .pull_two.eight.columns {
  margin-left: -83.00781%; }

.grid .pull_two.nine.columns {
  margin-left: -91.50391%; }

.grid .pull_two.eleven.columns {
  margin-left: -108.49609%; }

.grid .push_three {
  margin-left: 27.44141%; }

.grid .push_three:first-child {
  margin-left: 25.48828%; }

.grid .pull_three.one.column {
  margin-left: -32.03125%; }

.grid .pull_three.two.columns {
  margin-left: -40.52734%; }

.grid .pull_three.three.columns {
  margin-left: -49.02344%; }

.grid .pull_three.four.columns {
  margin-left: -57.51953%; }

.grid .pull_three.five.columns {
  margin-left: -66.01563%; }

.grid .pull_three.six.columns {
  margin-left: -74.51172%; }

.grid .pull_three.seven.columns {
  margin-left: -83.00781%; }

.grid .pull_three.eight.columns {
  margin-left: -91.50391%; }

.grid .pull_three.ten.columns {
  margin-left: -108.49609%; }

.grid .pull_three.eleven.columns {
  margin-left: -116.99219%; }

.grid .push_four {
  margin-left: 35.9375%; }

.grid .push_four:first-child {
  margin-left: 33.98438%; }

.grid .pull_four.one.column {
  margin-left: -40.52734%; }

.grid .pull_four.two.columns {
  margin-left: -49.02344%; }

.grid .pull_four.three.columns {
  margin-left: -57.51953%; }

.grid .pull_four.four.columns {
  margin-left: -66.01563%; }

.grid .pull_four.five.columns {
  margin-left: -74.51172%; }

.grid .pull_four.six.columns {
  margin-left: -83.00781%; }

.grid .pull_four.seven.columns {
  margin-left: -91.50391%; }

.grid .pull_four.nine.columns {
  margin-left: -108.49609%; }

.grid .pull_four.ten.columns {
  margin-left: -116.99219%; }

.grid .pull_four.eleven.columns {
  margin-left: -125.48828%; }

.grid .push_five {
  margin-left: 44.43359%; }

.grid .push_five:first-child {
  margin-left: 42.48047%; }

.grid .pull_five.one.column {
  margin-left: -49.02344%; }

.grid .pull_five.two.columns {
  margin-left: -57.51953%; }

.grid .pull_five.three.columns {
  margin-left: -66.01563%; }

.grid .pull_five.four.columns {
  margin-left: -74.51172%; }

.grid .pull_five.five.columns {
  margin-left: -83.00781%; }

.grid .pull_five.six.columns {
  margin-left: -91.50391%; }

.grid .pull_five.eight.columns {
  margin-left: -108.49609%; }

.grid .pull_five.nine.columns {
  margin-left: -116.99219%; }

.grid .pull_five.ten.columns {
  margin-left: -125.48828%; }

.grid .pull_five.eleven.columns {
  margin-left: -133.98438%; }

.grid .push_six {
  margin-left: 52.92969%; }

.grid .push_six:first-child {
  margin-left: 50.97656%; }

.grid .pull_six.one.column {
  margin-left: -57.51953%; }

.grid .pull_six.two.columns {
  margin-left: -66.01563%; }

.grid .pull_six.three.columns {
  margin-left: -74.51172%; }

.grid .pull_six.four.columns {
  margin-left: -83.00781%; }

.grid .pull_six.five.columns {
  margin-left: -91.50391%; }

.grid .pull_six.seven.columns {
  margin-left: -108.49609%; }

.grid .pull_six.eight.columns {
  margin-left: -116.99219%; }

.grid .pull_six.nine.columns {
  margin-left: -125.48828%; }

.grid .pull_six.ten.columns {
  margin-left: -133.98438%; }

.grid .pull_six.eleven.columns {
  margin-left: -142.48047%; }

.grid .push_seven {
  margin-left: 61.42578%; }

.grid .push_seven:first-child {
  margin-left: 59.47266%; }

.grid .pull_seven.one.column {
  margin-left: -66.01563%; }

.grid .pull_seven.two.columns {
  margin-left: -74.51172%; }

.grid .pull_seven.three.columns {
  margin-left: -83.00781%; }

.grid .pull_seven.four.columns {
  margin-left: -91.50391%; }

.grid .pull_seven.six.columns {
  margin-left: -108.49609%; }

.grid .pull_seven.seven.columns {
  margin-left: -116.99219%; }

.grid .pull_seven.eight.columns {
  margin-left: -125.48828%; }

.grid .pull_seven.nine.columns {
  margin-left: -133.98438%; }

.grid .pull_seven.ten.columns {
  margin-left: -142.48047%; }

.grid .pull_seven.eleven.columns {
  margin-left: -150.97656%; }

.grid .push_eight {
  margin-left: 69.92188%; }

.grid .push_eight:first-child {
  margin-left: 67.96875%; }

.grid .pull_eight.one.column {
  margin-left: -74.51172%; }

.grid .pull_eight.two.columns {
  margin-left: -83.00781%; }

.grid .pull_eight.three.columns {
  margin-left: -91.50391%; }

.grid .pull_eight.five.columns {
  margin-left: -108.49609%; }

.grid .pull_eight.six.columns {
  margin-left: -116.99219%; }

.grid .pull_eight.seven.columns {
  margin-left: -125.48828%; }

.grid .pull_eight.eight.columns {
  margin-left: -133.98438%; }

.grid .pull_eight.nine.columns {
  margin-left: -142.48047%; }

.grid .pull_eight.ten.columns {
  margin-left: -150.97656%; }

.grid .pull_eight.eleven.columns {
  margin-left: -159.47266%; }

.grid .push_nine {
  margin-left: 78.41797%; }

.grid .push_nine:first-child {
  margin-left: 76.46484%; }

.grid .pull_nine.one.column {
  margin-left: -83.00781%; }

.grid .pull_nine.two.columns {
  margin-left: -91.50391%; }

.grid .pull_nine.four.columns {
  margin-left: -108.49609%; }

.grid .pull_nine.five.columns {
  margin-left: -116.99219%; }

.grid .pull_nine.six.columns {
  margin-left: -125.48828%; }

.grid .pull_nine.seven.columns {
  margin-left: -133.98438%; }

.grid .pull_nine.eight.columns {
  margin-left: -142.48047%; }

.grid .pull_nine.nine.columns {
  margin-left: -150.97656%; }

.grid .pull_nine.ten.columns {
  margin-left: -159.47266%; }

.grid .pull_nine.eleven.columns {
  margin-left: -167.96875%; }

.grid .push_ten {
  margin-left: 86.91406%; }

.grid .push_ten:first-child {
  margin-left: 84.96094%; }

.grid .pull_ten.one.column {
  margin-left: -91.50391%; }

.grid .pull_ten.three.columns {
  margin-left: -108.49609%; }

.grid .pull_ten.four.columns {
  margin-left: -116.99219%; }

.grid .pull_ten.five.columns {
  margin-left: -125.48828%; }

.grid .pull_ten.six.columns {
  margin-left: -133.98438%; }

.grid .pull_ten.seven.columns {
  margin-left: -142.48047%; }

.grid .pull_ten.eight.columns {
  margin-left: -150.97656%; }

.grid .pull_ten.nine.columns {
  margin-left: -159.47266%; }

.grid .pull_ten.ten.columns {
  margin-left: -167.96875%; }

.grid .pull_ten.eleven.columns {
  margin-left: -176.46484%; }

.grid .push_eleven {
  margin-left: 95.41016%; }

.grid .push_eleven:first-child {
  margin-left: 93.45703%; }

.grid .pull_eleven.two.columns {
  margin-left: -108.49609%; }

.grid .pull_eleven.three.columns {
  margin-left: -116.99219%; }

.grid .pull_eleven.four.columns {
  margin-left: -125.48828%; }

.grid .pull_eleven.five.columns {
  margin-left: -133.98438%; }

.grid .pull_eleven.six.columns {
  margin-left: -142.48047%; }

.grid .pull_eleven.seven.columns {
  margin-left: -150.97656%; }

.grid .pull_eleven.eight.columns {
  margin-left: -159.47266%; }

.grid .pull_eleven.nine.columns {
  margin-left: -167.96875%; }

.grid .pull_eleven.ten.columns {
  margin-left: -176.46484%; }

.grid .pull_eleven.eleven.columns {
  margin-left: -184.96094%; }

/* Centered Classes */
.grid .one.centered {
  margin-left: 46.72852%; }

.grid .two.centered {
  margin-left: 42.48047%; }

.grid .three.centered {
  margin-left: 38.23242%; }

.grid .four.centered {
  margin-left: 33.98438%; }

.grid .five.centered {
  margin-left: 29.73633%; }

.grid .six.centered {
  margin-left: 25.48828%; }

.grid .seven.centered {
  margin-left: 21.24023%; }

.grid .eight.centered {
  margin-left: 16.99219%; }

.grid .nine.centered {
  margin-left: 12.74414%; }

.grid .ten.centered {
  margin-left: 8.49609%; }

.grid .eleven.centered {
  margin-left: 4.24805%; }

/* Hybrid Grid Columns */
.sixteen.colgrid .grid .one.column {
  width: 4.41895%; }

.sixteen.colgrid .grid .one.columns {
  width: 4.41895%; }

.sixteen.colgrid .grid .two.columns {
  width: 10.79102%; }

.sixteen.colgrid .grid .three.columns {
  width: 17.16309%; }

.sixteen.colgrid .grid .four.columns {
  width: 23.53516%; }

.sixteen.colgrid .grid .five.columns {
  width: 29.90723%; }

.sixteen.colgrid .grid .six.columns {
  width: 36.2793%; }

.sixteen.colgrid .grid .seven.columns {
  width: 42.65137%; }

.sixteen.colgrid .grid .eight.columns {
  width: 49.02344%; }

.sixteen.colgrid .grid .nine.columns {
  width: 55.39551%; }

.sixteen.colgrid .grid .ten.columns {
  width: 61.76758%; }

.sixteen.colgrid .grid .eleven.columns {
  width: 68.13965%; }

.sixteen.colgrid .grid .twelve.columns {
  width: 74.51172%; }

.sixteen.colgrid .grid .thirteen.columns {
  width: 80.88379%; }

.sixteen.colgrid .grid .fourteen.columns {
  width: 87.25586%; }

.sixteen.colgrid .grid .fifteen.columns {
  width: 93.62793%; }

.sixteen.colgrid .grid .sixteen.columns {
  width: 100%; }

/* Hybrid Push and Pull Classes */
.sixteen.colgrid .grid .push_one {
  margin-left: 8.3252%; }

.sixteen.colgrid .grid .push_one:first-child {
  margin-left: 6.37207%; }

.sixteen.colgrid .grid .pull_one.one.column {
  margin-left: -10.79102%; }

.sixteen.colgrid .grid .pull_one.two.columns {
  margin-left: -17.16309%; }

.sixteen.colgrid .grid .pull_one.three.columns {
  margin-left: -23.53516%; }

.sixteen.colgrid .grid .pull_one.four.columns {
  margin-left: -29.90723%; }

.sixteen.colgrid .grid .pull_one.five.columns {
  margin-left: -36.2793%; }

.sixteen.colgrid .grid .pull_one.six.columns {
  margin-left: -42.65137%; }

.sixteen.colgrid .grid .pull_one.seven.columns {
  margin-left: -49.02344%; }

.sixteen.colgrid .grid .pull_one.eight.columns {
  margin-left: -55.39551%; }

.sixteen.colgrid .grid .pull_one.nine.columns {
  margin-left: -61.76758%; }

.sixteen.colgrid .grid .pull_one.ten.columns {
  margin-left: -68.13965%; }

.sixteen.colgrid .grid .pull_one.eleven.columns {
  margin-left: -74.51172%; }

.sixteen.colgrid .grid .pull_one.twelve.columns {
  margin-left: -80.88379%; }

.sixteen.colgrid .grid .pull_one.thirteen.columns {
  margin-left: -87.25586%; }

.sixteen.colgrid .grid .pull_one.fourteen.columns {
  margin-left: -93.62793%; }

.sixteen.colgrid .grid .push_two {
  margin-left: 14.69727%; }

.sixteen.colgrid .grid .push_two:first-child {
  margin-left: 12.74414%; }

.sixteen.colgrid .grid .pull_two.one.column {
  margin-left: -17.16309%; }

.sixteen.colgrid .grid .pull_two.two.columns {
  margin-left: -23.53516%; }

.sixteen.colgrid .grid .pull_two.three.columns {
  margin-left: -29.90723%; }

.sixteen.colgrid .grid .pull_two.four.columns {
  margin-left: -36.2793%; }

.sixteen.colgrid .grid .pull_two.five.columns {
  margin-left: -42.65137%; }

.sixteen.colgrid .grid .pull_two.six.columns {
  margin-left: -49.02344%; }

.sixteen.colgrid .grid .pull_two.seven.columns {
  margin-left: -55.39551%; }

.sixteen.colgrid .grid .pull_two.eight.columns {
  margin-left: -61.76758%; }

.sixteen.colgrid .grid .pull_two.nine.columns {
  margin-left: -68.13965%; }

.sixteen.colgrid .grid .pull_two.ten.columns {
  margin-left: -74.51172%; }

.sixteen.colgrid .grid .pull_two.eleven.columns {
  margin-left: -80.88379%; }

.sixteen.colgrid .grid .pull_two.twelve.columns {
  margin-left: -87.25586%; }

.sixteen.colgrid .grid .pull_two.thirteen.columns {
  margin-left: -93.62793%; }

.sixteen.colgrid .grid .pull_two.fifteen.columns {
  margin-left: -106.37207%; }

.sixteen.colgrid .grid .push_three {
  margin-left: 21.06934%; }

.sixteen.colgrid .grid .push_three:first-child {
  margin-left: 19.11621%; }

.sixteen.colgrid .grid .pull_three.one.column {
  margin-left: -23.53516%; }

.sixteen.colgrid .grid .pull_three.two.columns {
  margin-left: -29.90723%; }

.sixteen.colgrid .grid .pull_three.three.columns {
  margin-left: -36.2793%; }

.sixteen.colgrid .grid .pull_three.four.columns {
  margin-left: -42.65137%; }

.sixteen.colgrid .grid .pull_three.five.columns {
  margin-left: -49.02344%; }

.sixteen.colgrid .grid .pull_three.six.columns {
  margin-left: -55.39551%; }

.sixteen.colgrid .grid .pull_three.seven.columns {
  margin-left: -61.76758%; }

.sixteen.colgrid .grid .pull_three.eight.columns {
  margin-left: -68.13965%; }

.sixteen.colgrid .grid .pull_three.nine.columns {
  margin-left: -74.51172%; }

.sixteen.colgrid .grid .pull_three.ten.columns {
  margin-left: -80.88379%; }

.sixteen.colgrid .grid .pull_three.eleven.columns {
  margin-left: -87.25586%; }

.sixteen.colgrid .grid .pull_three.twelve.columns {
  margin-left: -93.62793%; }

.sixteen.colgrid .grid .pull_three.fourteen.columns {
  margin-left: -106.37207%; }

.sixteen.colgrid .grid .pull_three.fifteen.columns {
  margin-left: -112.74414%; }

.sixteen.colgrid .grid .push_four {
  margin-left: 27.44141%; }

.sixteen.colgrid .grid .push_four:first-child {
  margin-left: 25.48828%; }

.sixteen.colgrid .grid .pull_four.one.column {
  margin-left: -29.90723%; }

.sixteen.colgrid .grid .pull_four.two.columns {
  margin-left: -36.2793%; }

.sixteen.colgrid .grid .pull_four.three.columns {
  margin-left: -42.65137%; }

.sixteen.colgrid .grid .pull_four.four.columns {
  margin-left: -49.02344%; }

.sixteen.colgrid .grid .pull_four.five.columns {
  margin-left: -55.39551%; }

.sixteen.colgrid .grid .pull_four.six.columns {
  margin-left: -61.76758%; }

.sixteen.colgrid .grid .pull_four.seven.columns {
  margin-left: -68.13965%; }

.sixteen.colgrid .grid .pull_four.eight.columns {
  margin-left: -74.51172%; }

.sixteen.colgrid .grid .pull_four.nine.columns {
  margin-left: -80.88379%; }

.sixteen.colgrid .grid .pull_four.ten.columns {
  margin-left: -87.25586%; }

.sixteen.colgrid .grid .pull_four.eleven.columns {
  margin-left: -93.62793%; }

.sixteen.colgrid .grid .pull_four.thirteen.columns {
  margin-left: -106.37207%; }

.sixteen.colgrid .grid .pull_four.fourteen.columns {
  margin-left: -112.74414%; }

.sixteen.colgrid .grid .pull_four.fifteen.columns {
  margin-left: -119.11621%; }

.sixteen.colgrid .grid .push_five {
  margin-left: 33.81348%; }

.sixteen.colgrid .grid .push_five:first-child {
  margin-left: 31.86035%; }

.sixteen.colgrid .grid .pull_five.one.column {
  margin-left: -36.2793%; }

.sixteen.colgrid .grid .pull_five.two.columns {
  margin-left: -42.65137%; }

.sixteen.colgrid .grid .pull_five.three.columns {
  margin-left: -49.02344%; }

.sixteen.colgrid .grid .pull_five.four.columns {
  margin-left: -55.39551%; }

.sixteen.colgrid .grid .pull_five.five.columns {
  margin-left: -61.76758%; }

.sixteen.colgrid .grid .pull_five.six.columns {
  margin-left: -68.13965%; }

.sixteen.colgrid .grid .pull_five.seven.columns {
  margin-left: -74.51172%; }

.sixteen.colgrid .grid .pull_five.eight.columns {
  margin-left: -80.88379%; }

.sixteen.colgrid .grid .pull_five.nine.columns {
  margin-left: -87.25586%; }

.sixteen.colgrid .grid .pull_five.ten.columns {
  margin-left: -93.62793%; }

.sixteen.colgrid .grid .pull_five.twelve.columns {
  margin-left: -106.37207%; }

.sixteen.colgrid .grid .pull_five.thirteen.columns {
  margin-left: -112.74414%; }

.sixteen.colgrid .grid .pull_five.fourteen.columns {
  margin-left: -119.11621%; }

.sixteen.colgrid .grid .pull_five.fifteen.columns {
  margin-left: -125.48828%; }

.sixteen.colgrid .grid .push_six {
  margin-left: 40.18555%; }

.sixteen.colgrid .grid .push_six:first-child {
  margin-left: 38.23242%; }

.sixteen.colgrid .grid .pull_six.one.column {
  margin-left: -42.65137%; }

.sixteen.colgrid .grid .pull_six.two.columns {
  margin-left: -49.02344%; }

.sixteen.colgrid .grid .pull_six.three.columns {
  margin-left: -55.39551%; }

.sixteen.colgrid .grid .pull_six.four.columns {
  margin-left: -61.76758%; }

.sixteen.colgrid .grid .pull_six.five.columns {
  margin-left: -68.13965%; }

.sixteen.colgrid .grid .pull_six.six.columns {
  margin-left: -74.51172%; }

.sixteen.colgrid .grid .pull_six.seven.columns {
  margin-left: -80.88379%; }

.sixteen.colgrid .grid .pull_six.eight.columns {
  margin-left: -87.25586%; }

.sixteen.colgrid .grid .pull_six.nine.columns {
  margin-left: -93.62793%; }

.sixteen.colgrid .grid .pull_six.eleven.columns {
  margin-left: -106.37207%; }

.sixteen.colgrid .grid .pull_six.twelve.columns {
  margin-left: -112.74414%; }

.sixteen.colgrid .grid .pull_six.thirteen.columns {
  margin-left: -119.11621%; }

.sixteen.colgrid .grid .pull_six.fourteen.columns {
  margin-left: -125.48828%; }

.sixteen.colgrid .grid .pull_six.fifteen.columns {
  margin-left: -131.86035%; }

.sixteen.colgrid .grid .push_seven {
  margin-left: 46.55762%; }

.sixteen.colgrid .grid .push_seven:first-child {
  margin-left: 44.60449%; }

.sixteen.colgrid .grid .pull_seven.one.column {
  margin-left: -49.02344%; }

.sixteen.colgrid .grid .pull_seven.two.columns {
  margin-left: -55.39551%; }

.sixteen.colgrid .grid .pull_seven.three.columns {
  margin-left: -61.76758%; }

.sixteen.colgrid .grid .pull_seven.four.columns {
  margin-left: -68.13965%; }

.sixteen.colgrid .grid .pull_seven.five.columns {
  margin-left: -74.51172%; }

.sixteen.colgrid .grid .pull_seven.six.columns {
  margin-left: -80.88379%; }

.sixteen.colgrid .grid .pull_seven.seven.columns {
  margin-left: -87.25586%; }

.sixteen.colgrid .grid .pull_seven.eight.columns {
  margin-left: -93.62793%; }

.sixteen.colgrid .grid .pull_seven.ten.columns {
  margin-left: -106.37207%; }

.sixteen.colgrid .grid .pull_seven.eleven.columns {
  margin-left: -112.74414%; }

.sixteen.colgrid .grid .pull_seven.twelve.columns {
  margin-left: -119.11621%; }

.sixteen.colgrid .grid .pull_seven.thirteen.columns {
  margin-left: -125.48828%; }

.sixteen.colgrid .grid .pull_seven.fourteen.columns {
  margin-left: -131.86035%; }

.sixteen.colgrid .grid .pull_seven.fifteen.columns {
  margin-left: -138.23242%; }

.sixteen.colgrid .grid .push_eight {
  margin-left: 52.92969%; }

.sixteen.colgrid .grid .push_eight:first-child {
  margin-left: 50.97656%; }

.sixteen.colgrid .grid .pull_eight.one.column {
  margin-left: -55.39551%; }

.sixteen.colgrid .grid .pull_eight.two.columns {
  margin-left: -61.76758%; }

.sixteen.colgrid .grid .pull_eight.three.columns {
  margin-left: -68.13965%; }

.sixteen.colgrid .grid .pull_eight.four.columns {
  margin-left: -74.51172%; }

.sixteen.colgrid .grid .pull_eight.five.columns {
  margin-left: -80.88379%; }

.sixteen.colgrid .grid .pull_eight.six.columns {
  margin-left: -87.25586%; }

.sixteen.colgrid .grid .pull_eight.seven.columns {
  margin-left: -93.62793%; }

.sixteen.colgrid .grid .pull_eight.nine.columns {
  margin-left: -106.37207%; }

.sixteen.colgrid .grid .pull_eight.ten.columns {
  margin-left: -112.74414%; }

.sixteen.colgrid .grid .pull_eight.eleven.columns {
  margin-left: -119.11621%; }

.sixteen.colgrid .grid .pull_eight.twelve.columns {
  margin-left: -125.48828%; }

.sixteen.colgrid .grid .pull_eight.thirteen.columns {
  margin-left: -131.86035%; }

.sixteen.colgrid .grid .pull_eight.fourteen.columns {
  margin-left: -138.23242%; }

.sixteen.colgrid .grid .pull_eight.fifteen.columns {
  margin-left: -144.60449%; }

.sixteen.colgrid .grid .push_nine {
  margin-left: 59.30176%; }

.sixteen.colgrid .grid .push_nine:first-child {
  margin-left: 57.34863%; }

.sixteen.colgrid .grid .pull_nine.one.column {
  margin-left: -61.76758%; }

.sixteen.colgrid .grid .pull_nine.two.columns {
  margin-left: -68.13965%; }

.sixteen.colgrid .grid .pull_nine.three.columns {
  margin-left: -74.51172%; }

.sixteen.colgrid .grid .pull_nine.four.columns {
  margin-left: -80.88379%; }

.sixteen.colgrid .grid .pull_nine.five.columns {
  margin-left: -87.25586%; }

.sixteen.colgrid .grid .pull_nine.six.columns {
  margin-left: -93.62793%; }

.sixteen.colgrid .grid .pull_nine.eight.columns {
  margin-left: -106.37207%; }

.sixteen.colgrid .grid .pull_nine.nine.columns {
  margin-left: -112.74414%; }

.sixteen.colgrid .grid .pull_nine.ten.columns {
  margin-left: -119.11621%; }

.sixteen.colgrid .grid .pull_nine.eleven.columns {
  margin-left: -125.48828%; }

.sixteen.colgrid .grid .pull_nine.twelve.columns {
  margin-left: -131.86035%; }

.sixteen.colgrid .grid .pull_nine.thirteen.columns {
  margin-left: -138.23242%; }

.sixteen.colgrid .grid .pull_nine.fourteen.columns {
  margin-left: -144.60449%; }

.sixteen.colgrid .grid .pull_nine.fifteen.columns {
  margin-left: -150.97656%; }

.sixteen.colgrid .grid .push_ten {
  margin-left: 65.67383%; }

.sixteen.colgrid .grid .push_ten:first-child {
  margin-left: 63.7207%; }

.sixteen.colgrid .grid .pull_ten.one.column {
  margin-left: -68.13965%; }

.sixteen.colgrid .grid .pull_ten.two.columns {
  margin-left: -74.51172%; }

.sixteen.colgrid .grid .pull_ten.three.columns {
  margin-left: -80.88379%; }

.sixteen.colgrid .grid .pull_ten.four.columns {
  margin-left: -87.25586%; }

.sixteen.colgrid .grid .pull_ten.five.columns {
  margin-left: -93.62793%; }

.sixteen.colgrid .grid .pull_ten.seven.columns {
  margin-left: -106.37207%; }

.sixteen.colgrid .grid .pull_ten.eight.columns {
  margin-left: -112.74414%; }

.sixteen.colgrid .grid .pull_ten.nine.columns {
  margin-left: -119.11621%; }

.sixteen.colgrid .grid .pull_ten.ten.columns {
  margin-left: -125.48828%; }

.sixteen.colgrid .grid .pull_ten.eleven.columns {
  margin-left: -131.86035%; }

.sixteen.colgrid .grid .pull_ten.twelve.columns {
  margin-left: -138.23242%; }

.sixteen.colgrid .grid .pull_ten.thirteen.columns {
  margin-left: -144.60449%; }

.sixteen.colgrid .grid .pull_ten.fourteen.columns {
  margin-left: -150.97656%; }

.sixteen.colgrid .grid .pull_ten.fifteen.columns {
  margin-left: -157.34863%; }

.sixteen.colgrid .grid .push_eleven {
  margin-left: 72.0459%; }

.sixteen.colgrid .grid .push_eleven:first-child {
  margin-left: 70.09277%; }

.sixteen.colgrid .grid .pull_eleven.one.column {
  margin-left: -74.51172%; }

.sixteen.colgrid .grid .pull_eleven.two.columns {
  margin-left: -80.88379%; }

.sixteen.colgrid .grid .pull_eleven.three.columns {
  margin-left: -87.25586%; }

.sixteen.colgrid .grid .pull_eleven.four.columns {
  margin-left: -93.62793%; }

.sixteen.colgrid .grid .pull_eleven.six.columns {
  margin-left: -106.37207%; }

.sixteen.colgrid .grid .pull_eleven.seven.columns {
  margin-left: -112.74414%; }

.sixteen.colgrid .grid .pull_eleven.eight.columns {
  margin-left: -119.11621%; }

.sixteen.colgrid .grid .pull_eleven.nine.columns {
  margin-left: -125.48828%; }

.sixteen.colgrid .grid .pull_eleven.ten.columns {
  margin-left: -131.86035%; }

.sixteen.colgrid .grid .pull_eleven.eleven.columns {
  margin-left: -138.23242%; }

.sixteen.colgrid .grid .pull_eleven.twelve.columns {
  margin-left: -144.60449%; }

.sixteen.colgrid .grid .pull_eleven.thirteen.columns {
  margin-left: -150.97656%; }

.sixteen.colgrid .grid .pull_eleven.fourteen.columns {
  margin-left: -157.34863%; }

.sixteen.colgrid .grid .pull_eleven.fifteen.columns {
  margin-left: -163.7207%; }

.sixteen.colgrid .grid .push_twelve {
  margin-left: 78.41797%; }

.sixteen.colgrid .grid .push_twelve:first-child {
  margin-left: 76.46484%; }

.sixteen.colgrid .grid .pull_twelve.one.column {
  margin-left: -80.88379%; }

.sixteen.colgrid .grid .pull_twelve.two.columns {
  margin-left: -87.25586%; }

.sixteen.colgrid .grid .pull_twelve.three.columns {
  margin-left: -93.62793%; }

.sixteen.colgrid .grid .pull_twelve.five.columns {
  margin-left: -106.37207%; }

.sixteen.colgrid .grid .pull_twelve.six.columns {
  margin-left: -112.74414%; }

.sixteen.colgrid .grid .pull_twelve.seven.columns {
  margin-left: -119.11621%; }

.sixteen.colgrid .grid .pull_twelve.eight.columns {
  margin-left: -125.48828%; }

.sixteen.colgrid .grid .pull_twelve.nine.columns {
  margin-left: -131.86035%; }

.sixteen.colgrid .grid .pull_twelve.ten.columns {
  margin-left: -138.23242%; }

.sixteen.colgrid .grid .pull_twelve.eleven.columns {
  margin-left: -144.60449%; }

.sixteen.colgrid .grid .pull_twelve.twelve.columns {
  margin-left: -150.97656%; }

.sixteen.colgrid .grid .pull_twelve.thirteen.columns {
  margin-left: -157.34863%; }

.sixteen.colgrid .grid .pull_twelve.fourteen.columns {
  margin-left: -163.7207%; }

.sixteen.colgrid .grid .pull_twelve.fifteen.columns {
  margin-left: -170.09277%; }

.sixteen.colgrid .grid .push_thirteen {
  margin-left: 84.79004%; }

.sixteen.colgrid .grid .push_thirteen:first-child {
  margin-left: 82.83691%; }

.sixteen.colgrid .grid .pull_thirteen.one.column {
  margin-left: -87.25586%; }

.sixteen.colgrid .grid .pull_thirteen.two.columns {
  margin-left: -93.62793%; }

.sixteen.colgrid .grid .pull_thirteen.four.columns {
  margin-left: -106.37207%; }

.sixteen.colgrid .grid .pull_thirteen.five.columns {
  margin-left: -112.74414%; }

.sixteen.colgrid .grid .pull_thirteen.six.columns {
  margin-left: -119.11621%; }

.sixteen.colgrid .grid .pull_thirteen.seven.columns {
  margin-left: -125.48828%; }

.sixteen.colgrid .grid .pull_thirteen.eight.columns {
  margin-left: -131.86035%; }

.sixteen.colgrid .grid .pull_thirteen.nine.columns {
  margin-left: -138.23242%; }

.sixteen.colgrid .grid .pull_thirteen.ten.columns {
  margin-left: -144.60449%; }

.sixteen.colgrid .grid .pull_thirteen.eleven.columns {
  margin-left: -150.97656%; }

.sixteen.colgrid .grid .pull_thirteen.twelve.columns {
  margin-left: -157.34863%; }

.sixteen.colgrid .grid .pull_thirteen.thirteen.columns {
  margin-left: -163.7207%; }

.sixteen.colgrid .grid .pull_thirteen.fourteen.columns {
  margin-left: -170.09277%; }

.sixteen.colgrid .grid .pull_thirteen.fifteen.columns {
  margin-left: -176.46484%; }

.sixteen.colgrid .grid .push_fourteen {
  margin-left: 91.16211%; }

.sixteen.colgrid .grid .push_fourteen:first-child {
  margin-left: 89.20898%; }

.sixteen.colgrid .grid .pull_fourteen.one.column {
  margin-left: -93.62793%; }

.sixteen.colgrid .grid .pull_fourteen.three.columns {
  margin-left: -106.37207%; }

.sixteen.colgrid .grid .pull_fourteen.four.columns {
  margin-left: -112.74414%; }

.sixteen.colgrid .grid .pull_fourteen.five.columns {
  margin-left: -119.11621%; }

.sixteen.colgrid .grid .pull_fourteen.six.columns {
  margin-left: -125.48828%; }

.sixteen.colgrid .grid .pull_fourteen.seven.columns {
  margin-left: -131.86035%; }

.sixteen.colgrid .grid .pull_fourteen.eight.columns {
  margin-left: -138.23242%; }

.sixteen.colgrid .grid .pull_fourteen.nine.columns {
  margin-left: -144.60449%; }

.sixteen.colgrid .grid .pull_fourteen.ten.columns {
  margin-left: -150.97656%; }

.sixteen.colgrid .grid .pull_fourteen.eleven.columns {
  margin-left: -157.34863%; }

.sixteen.colgrid .grid .pull_fourteen.twelve.columns {
  margin-left: -163.7207%; }

.sixteen.colgrid .grid .pull_fourteen.thirteen.columns {
  margin-left: -170.09277%; }

.sixteen.colgrid .grid .pull_fourteen.fourteen.columns {
  margin-left: -176.46484%; }

.sixteen.colgrid .grid .pull_fourteen.fifteen.columns {
  margin-left: -182.83691%; }

.sixteen.colgrid .grid .push_fifteen {
  margin-left: 97.53418%; }

.sixteen.colgrid .grid .push_fifteen:first-child {
  margin-left: 95.58105%; }

.sixteen.colgrid .grid .pull_fifteen.two.columns {
  margin-left: -106.37207%; }

.sixteen.colgrid .grid .pull_fifteen.three.columns {
  margin-left: -112.74414%; }

.sixteen.colgrid .grid .pull_fifteen.four.columns {
  margin-left: -119.11621%; }

.sixteen.colgrid .grid .pull_fifteen.five.columns {
  margin-left: -125.48828%; }

.sixteen.colgrid .grid .pull_fifteen.six.columns {
  margin-left: -131.86035%; }

.sixteen.colgrid .grid .pull_fifteen.seven.columns {
  margin-left: -138.23242%; }

.sixteen.colgrid .grid .pull_fifteen.eight.columns {
  margin-left: -144.60449%; }

.sixteen.colgrid .grid .pull_fifteen.nine.columns {
  margin-left: -150.97656%; }

.sixteen.colgrid .grid .pull_fifteen.ten.columns {
  margin-left: -157.34863%; }

.sixteen.colgrid .grid .pull_fifteen.eleven.columns {
  margin-left: -163.7207%; }

.sixteen.colgrid .grid .pull_fifteen.twelve.columns {
  margin-left: -170.09277%; }

.sixteen.colgrid .grid .pull_fifteen.thirteen.columns {
  margin-left: -176.46484%; }

.sixteen.colgrid .grid .pull_fifteen.fourteen.columns {
  margin-left: -182.83691%; }

.sixteen.colgrid .grid .pull_fifteen.fifteen.columns {
  margin-left: -189.20898%; }

.grid .pull_one.one.column:first-child, .grid .pull_one.two.columns:first-child, .grid .pull_one.three.columns:first-child, .grid .pull_one.four.columns:first-child, .grid .pull_one.five.columns:first-child, .grid .pull_one.six.columns:first-child, .grid .pull_one.seven.columns:first-child, .grid .pull_one.eight.columns:first-child, .grid .pull_one.nine.columns:first-child, .grid .pull_one.ten.columns:first-child, .grid .pull_two.one.column:first-child, .grid .pull_two.two.columns:first-child, .grid .pull_two.three.columns:first-child, .grid .pull_two.four.columns:first-child, .grid .pull_two.five.columns:first-child, .grid .pull_two.six.columns:first-child, .grid .pull_two.seven.columns:first-child, .grid .pull_two.eight.columns:first-child, .grid .pull_two.nine.columns:first-child, .grid .pull_two.eleven.columns:first-child, .grid .pull_three.one.column:first-child, .grid .pull_three.two.columns:first-child, .grid .pull_three.three.columns:first-child, .grid .pull_three.four.columns:first-child, .grid .pull_three.five.columns:first-child, .grid .pull_three.six.columns:first-child, .grid .pull_three.seven.columns:first-child, .grid .pull_three.eight.columns:first-child, .grid .pull_three.ten.columns:first-child, .grid .pull_three.eleven.columns:first-child, .grid .pull_four.one.column:first-child, .grid .pull_four.two.columns:first-child, .grid .pull_four.three.columns:first-child, .grid .pull_four.four.columns:first-child, .grid .pull_four.five.columns:first-child, .grid .pull_four.six.columns:first-child, .grid .pull_four.seven.columns:first-child, .grid .pull_four.nine.columns:first-child, .grid .pull_four.ten.columns:first-child, .grid .pull_four.eleven.columns:first-child, .grid .pull_five.one.column:first-child, .grid .pull_five.two.columns:first-child, .grid .pull_five.three.columns:first-child, .grid .pull_five.four.columns:first-child, .grid .pull_five.five.columns:first-child, .grid .pull_five.six.columns:first-child, .grid .pull_five.eight.columns:first-child, .grid .pull_five.nine.columns:first-child, .grid .pull_five.ten.columns:first-child, .grid .pull_five.eleven.columns:first-child, .grid .pull_six.one.column:first-child, .grid .pull_six.two.columns:first-child, .grid .pull_six.three.columns:first-child, .grid .pull_six.four.columns:first-child, .grid .pull_six.five.columns:first-child, .grid .pull_six.seven.columns:first-child, .grid .pull_six.eight.columns:first-child, .grid .pull_six.nine.columns:first-child, .grid .pull_six.ten.columns:first-child, .grid .pull_six.eleven.columns:first-child, .grid .pull_seven.one.column:first-child, .grid .pull_seven.two.columns:first-child, .grid .pull_seven.three.columns:first-child, .grid .pull_seven.four.columns:first-child, .grid .pull_seven.six.columns:first-child, .grid .pull_seven.seven.columns:first-child, .grid .pull_seven.eight.columns:first-child, .grid .pull_seven.nine.columns:first-child, .grid .pull_seven.ten.columns:first-child, .grid .pull_seven.eleven.columns:first-child, .grid .pull_eight.one.column:first-child, .grid .pull_eight.two.columns:first-child, .grid .pull_eight.three.columns:first-child, .grid .pull_eight.five.columns:first-child, .grid .pull_eight.six.columns:first-child, .grid .pull_eight.seven.columns:first-child, .grid .pull_eight.eight.columns:first-child, .grid .pull_eight.nine.columns:first-child, .grid .pull_eight.ten.columns:first-child, .grid .pull_eight.eleven.columns:first-child, .grid .pull_nine.one.column:first-child, .grid .pull_nine.two.columns:first-child, .grid .pull_nine.four.columns:first-child, .grid .pull_nine.five.columns:first-child, .grid .pull_nine.six.columns:first-child, .grid .pull_nine.seven.columns:first-child, .grid .pull_nine.eight.columns:first-child, .grid .pull_nine.nine.columns:first-child, .grid .pull_nine.ten.columns:first-child, .grid .pull_nine.eleven.columns:first-child, .grid .pull_ten.one.column:first-child, .grid .pull_ten.three.columns:first-child, .grid .pull_ten.four.columns:first-child, .grid .pull_ten.five.columns:first-child, .grid .pull_ten.six.columns:first-child, .grid .pull_ten.seven.columns:first-child, .grid .pull_ten.eight.columns:first-child, .grid .pull_ten.nine.columns:first-child, .grid .pull_ten.ten.columns:first-child, .grid .pull_ten.eleven.columns:first-child, .grid .pull_eleven.two.columns:first-child, .grid .pull_eleven.three.columns:first-child, .grid .pull_eleven.four.columns:first-child, .grid .pull_eleven.five.columns:first-child, .grid .pull_eleven.six.columns:first-child, .grid .pull_eleven.seven.columns:first-child, .grid .pull_eleven.eight.columns:first-child, .grid .pull_eleven.nine.columns:first-child, .grid .pull_eleven.ten.columns:first-child, .grid .pull_eleven.eleven.columns:first-child, .sixteen.colgrid .grid .pull_one.one.column:first-child, .sixteen.colgrid .grid .pull_one.two.columns:first-child, .sixteen.colgrid .grid .pull_one.three.columns:first-child, .sixteen.colgrid .grid .pull_one.four.columns:first-child, .sixteen.colgrid .grid .pull_one.five.columns:first-child, .sixteen.colgrid .grid .pull_one.six.columns:first-child, .sixteen.colgrid .grid .pull_one.seven.columns:first-child, .sixteen.colgrid .grid .pull_one.eight.columns:first-child, .sixteen.colgrid .grid .pull_one.nine.columns:first-child, .sixteen.colgrid .grid .pull_one.ten.columns:first-child, .sixteen.colgrid .grid .pull_one.eleven.columns:first-child, .sixteen.colgrid .grid .pull_one.twelve.columns:first-child, .sixteen.colgrid .grid .pull_one.thirteen.columns:first-child, .sixteen.colgrid .grid .pull_one.fourteen.columns:first-child, .sixteen.colgrid .grid .pull_two.one.column:first-child, .sixteen.colgrid .grid .pull_two.two.columns:first-child, .sixteen.colgrid .grid .pull_two.three.columns:first-child, .sixteen.colgrid .grid .pull_two.four.columns:first-child, .sixteen.colgrid .grid .pull_two.five.columns:first-child, .sixteen.colgrid .grid .pull_two.six.columns:first-child, .sixteen.colgrid .grid .pull_two.seven.columns:first-child, .sixteen.colgrid .grid .pull_two.eight.columns:first-child, .sixteen.colgrid .grid .pull_two.nine.columns:first-child, .sixteen.colgrid .grid .pull_two.ten.columns:first-child, .sixteen.colgrid .grid .pull_two.eleven.columns:first-child, .sixteen.colgrid .grid .pull_two.twelve.columns:first-child, .sixteen.colgrid .grid .pull_two.thirteen.columns:first-child, .sixteen.colgrid .grid .pull_two.fifteen.columns:first-child, .sixteen.colgrid .grid .pull_three.one.column:first-child, .sixteen.colgrid .grid .pull_three.two.columns:first-child, .sixteen.colgrid .grid .pull_three.three.columns:first-child, .sixteen.colgrid .grid .pull_three.four.columns:first-child, .sixteen.colgrid .grid .pull_three.five.columns:first-child, .sixteen.colgrid .grid .pull_three.six.columns:first-child, .sixteen.colgrid .grid .pull_three.seven.columns:first-child, .sixteen.colgrid .grid .pull_three.eight.columns:first-child, .sixteen.colgrid .grid .pull_three.nine.columns:first-child, .sixteen.colgrid .grid .pull_three.ten.columns:first-child, .sixteen.colgrid .grid .pull_three.eleven.columns:first-child, .sixteen.colgrid .grid .pull_three.twelve.columns:first-child, .sixteen.colgrid .grid .pull_three.fourteen.columns:first-child, .sixteen.colgrid .grid .pull_three.fifteen.columns:first-child, .sixteen.colgrid .grid .pull_four.one.column:first-child, .sixteen.colgrid .grid .pull_four.two.columns:first-child, .sixteen.colgrid .grid .pull_four.three.columns:first-child, .sixteen.colgrid .grid .pull_four.four.columns:first-child, .sixteen.colgrid .grid .pull_four.five.columns:first-child, .sixteen.colgrid .grid .pull_four.six.columns:first-child, .sixteen.colgrid .grid .pull_four.seven.columns:first-child, .sixteen.colgrid .grid .pull_four.eight.columns:first-child, .sixteen.colgrid .grid .pull_four.nine.columns:first-child, .sixteen.colgrid .grid .pull_four.ten.columns:first-child, .sixteen.colgrid .grid .pull_four.eleven.columns:first-child, .sixteen.colgrid .grid .pull_four.thirteen.columns:first-child, .sixteen.colgrid .grid .pull_four.fourteen.columns:first-child, .sixteen.colgrid .grid .pull_four.fifteen.columns:first-child, .sixteen.colgrid .grid .pull_five.one.column:first-child, .sixteen.colgrid .grid .pull_five.two.columns:first-child, .sixteen.colgrid .grid .pull_five.three.columns:first-child, .sixteen.colgrid .grid .pull_five.four.columns:first-child, .sixteen.colgrid .grid .pull_five.five.columns:first-child, .sixteen.colgrid .grid .pull_five.six.columns:first-child, .sixteen.colgrid .grid .pull_five.seven.columns:first-child, .sixteen.colgrid .grid .pull_five.eight.columns:first-child, .sixteen.colgrid .grid .pull_five.nine.columns:first-child, .sixteen.colgrid .grid .pull_five.ten.columns:first-child, .sixteen.colgrid .grid .pull_five.twelve.columns:first-child, .sixteen.colgrid .grid .pull_five.thirteen.columns:first-child, .sixteen.colgrid .grid .pull_five.fourteen.columns:first-child, .sixteen.colgrid .grid .pull_five.fifteen.columns:first-child, .sixteen.colgrid .grid .pull_six.one.column:first-child, .sixteen.colgrid .grid .pull_six.two.columns:first-child, .sixteen.colgrid .grid .pull_six.three.columns:first-child, .sixteen.colgrid .grid .pull_six.four.columns:first-child, .sixteen.colgrid .grid .pull_six.five.columns:first-child, .sixteen.colgrid .grid .pull_six.six.columns:first-child, .sixteen.colgrid .grid .pull_six.seven.columns:first-child, .sixteen.colgrid .grid .pull_six.eight.columns:first-child, .sixteen.colgrid .grid .pull_six.nine.columns:first-child, .sixteen.colgrid .grid .pull_six.eleven.columns:first-child, .sixteen.colgrid .grid .pull_six.twelve.columns:first-child, .sixteen.colgrid .grid .pull_six.thirteen.columns:first-child, .sixteen.colgrid .grid .pull_six.fourteen.columns:first-child, .sixteen.colgrid .grid .pull_six.fifteen.columns:first-child, .sixteen.colgrid .grid .pull_seven.one.column:first-child, .sixteen.colgrid .grid .pull_seven.two.columns:first-child, .sixteen.colgrid .grid .pull_seven.three.columns:first-child, .sixteen.colgrid .grid .pull_seven.four.columns:first-child, .sixteen.colgrid .grid .pull_seven.five.columns:first-child, .sixteen.colgrid .grid .pull_seven.six.columns:first-child, .sixteen.colgrid .grid .pull_seven.seven.columns:first-child, .sixteen.colgrid .grid .pull_seven.eight.columns:first-child, .sixteen.colgrid .grid .pull_seven.ten.columns:first-child, .sixteen.colgrid .grid .pull_seven.eleven.columns:first-child, .sixteen.colgrid .grid .pull_seven.twelve.columns:first-child, .sixteen.colgrid .grid .pull_seven.thirteen.columns:first-child, .sixteen.colgrid .grid .pull_seven.fourteen.columns:first-child, .sixteen.colgrid .grid .pull_seven.fifteen.columns:first-child, .sixteen.colgrid .grid .pull_eight.one.column:first-child, .sixteen.colgrid .grid .pull_eight.two.columns:first-child, .sixteen.colgrid .grid .pull_eight.three.columns:first-child, .sixteen.colgrid .grid .pull_eight.four.columns:first-child, .sixteen.colgrid .grid .pull_eight.five.columns:first-child, .sixteen.colgrid .grid .pull_eight.six.columns:first-child, .sixteen.colgrid .grid .pull_eight.seven.columns:first-child, .sixteen.colgrid .grid .pull_eight.nine.columns:first-child, .sixteen.colgrid .grid .pull_eight.ten.columns:first-child, .sixteen.colgrid .grid .pull_eight.eleven.columns:first-child, .sixteen.colgrid .grid .pull_eight.twelve.columns:first-child, .sixteen.colgrid .grid .pull_eight.thirteen.columns:first-child, .sixteen.colgrid .grid .pull_eight.fourteen.columns:first-child, .sixteen.colgrid .grid .pull_eight.fifteen.columns:first-child, .sixteen.colgrid .grid .pull_nine.one.column:first-child, .sixteen.colgrid .grid .pull_nine.two.columns:first-child, .sixteen.colgrid .grid .pull_nine.three.columns:first-child, .sixteen.colgrid .grid .pull_nine.four.columns:first-child, .sixteen.colgrid .grid .pull_nine.five.columns:first-child, .sixteen.colgrid .grid .pull_nine.six.columns:first-child, .sixteen.colgrid .grid .pull_nine.eight.columns:first-child, .sixteen.colgrid .grid .pull_nine.nine.columns:first-child, .sixteen.colgrid .grid .pull_nine.ten.columns:first-child, .sixteen.colgrid .grid .pull_nine.eleven.columns:first-child, .sixteen.colgrid .grid .pull_nine.twelve.columns:first-child, .sixteen.colgrid .grid .pull_nine.thirteen.columns:first-child, .sixteen.colgrid .grid .pull_nine.fourteen.columns:first-child, .sixteen.colgrid .grid .pull_nine.fifteen.columns:first-child, .sixteen.colgrid .grid .pull_ten.one.column:first-child, .sixteen.colgrid .grid .pull_ten.two.columns:first-child, .sixteen.colgrid .grid .pull_ten.three.columns:first-child, .sixteen.colgrid .grid .pull_ten.four.columns:first-child, .sixteen.colgrid .grid .pull_ten.five.columns:first-child, .sixteen.colgrid .grid .pull_ten.seven.columns:first-child, .sixteen.colgrid .grid .pull_ten.eight.columns:first-child, .sixteen.colgrid .grid .pull_ten.nine.columns:first-child, .sixteen.colgrid .grid .pull_ten.ten.columns:first-child, .sixteen.colgrid .grid .pull_ten.eleven.columns:first-child, .sixteen.colgrid .grid .pull_ten.twelve.columns:first-child, .sixteen.colgrid .grid .pull_ten.thirteen.columns:first-child, .sixteen.colgrid .grid .pull_ten.fourteen.columns:first-child, .sixteen.colgrid .grid .pull_ten.fifteen.columns:first-child, .sixteen.colgrid .grid .pull_eleven.one.column:first-child, .sixteen.colgrid .grid .pull_eleven.two.columns:first-child, .sixteen.colgrid .grid .pull_eleven.three.columns:first-child, .sixteen.colgrid .grid .pull_eleven.four.columns:first-child, .sixteen.colgrid .grid .pull_eleven.six.columns:first-child, .sixteen.colgrid .grid .pull_eleven.seven.columns:first-child, .sixteen.colgrid .grid .pull_eleven.eight.columns:first-child, .sixteen.colgrid .grid .pull_eleven.nine.columns:first-child, .sixteen.colgrid .grid .pull_eleven.ten.columns:first-child, .sixteen.colgrid .grid .pull_eleven.eleven.columns:first-child, .sixteen.colgrid .grid .pull_eleven.twelve.columns:first-child, .sixteen.colgrid .grid .pull_eleven.thirteen.columns:first-child, .sixteen.colgrid .grid .pull_eleven.fourteen.columns:first-child, .sixteen.colgrid .grid .pull_eleven.fifteen.columns:first-child, .sixteen.colgrid .grid .pull_twelve.one.column:first-child, .sixteen.colgrid .grid .pull_twelve.two.columns:first-child, .sixteen.colgrid .grid .pull_twelve.three.columns:first-child, .sixteen.colgrid .grid .pull_twelve.five.columns:first-child, .sixteen.colgrid .grid .pull_twelve.six.columns:first-child, .sixteen.colgrid .grid .pull_twelve.seven.columns:first-child, .sixteen.colgrid .grid .pull_twelve.eight.columns:first-child, .sixteen.colgrid .grid .pull_twelve.nine.columns:first-child, .sixteen.colgrid .grid .pull_twelve.ten.columns:first-child, .sixteen.colgrid .grid .pull_twelve.eleven.columns:first-child, .sixteen.colgrid .grid .pull_twelve.twelve.columns:first-child, .sixteen.colgrid .grid .pull_twelve.thirteen.columns:first-child, .sixteen.colgrid .grid .pull_twelve.fourteen.columns:first-child, .sixteen.colgrid .grid .pull_twelve.fifteen.columns:first-child, .sixteen.colgrid .grid .pull_thirteen.one.column:first-child, .sixteen.colgrid .grid .pull_thirteen.two.columns:first-child, .sixteen.colgrid .grid .pull_thirteen.four.columns:first-child, .sixteen.colgrid .grid .pull_thirteen.five.columns:first-child, .sixteen.colgrid .grid .pull_thirteen.six.columns:first-child, .sixteen.colgrid .grid .pull_thirteen.seven.columns:first-child, .sixteen.colgrid .grid .pull_thirteen.eight.columns:first-child, .sixteen.colgrid .grid .pull_thirteen.nine.columns:first-child, .sixteen.colgrid .grid .pull_thirteen.ten.columns:first-child, .sixteen.colgrid .grid .pull_thirteen.eleven.columns:first-child, .sixteen.colgrid .grid .pull_thirteen.twelve.columns:first-child, .sixteen.colgrid .grid .pull_thirteen.thirteen.columns:first-child, .sixteen.colgrid .grid .pull_thirteen.fourteen.columns:first-child, .sixteen.colgrid .grid .pull_thirteen.fifteen.columns:first-child, .sixteen.colgrid .grid .pull_fourteen.one.column:first-child, .sixteen.colgrid .grid .pull_fourteen.three.columns:first-child, .sixteen.colgrid .grid .pull_fourteen.four.columns:first-child, .sixteen.colgrid .grid .pull_fourteen.five.columns:first-child, .sixteen.colgrid .grid .pull_fourteen.six.columns:first-child, .sixteen.colgrid .grid .pull_fourteen.seven.columns:first-child, .sixteen.colgrid .grid .pull_fourteen.eight.columns:first-child, .sixteen.colgrid .grid .pull_fourteen.nine.columns:first-child, .sixteen.colgrid .grid .pull_fourteen.ten.columns:first-child, .sixteen.colgrid .grid .pull_fourteen.eleven.columns:first-child, .sixteen.colgrid .grid .pull_fourteen.twelve.columns:first-child, .sixteen.colgrid .grid .pull_fourteen.thirteen.columns:first-child, .sixteen.colgrid .grid .pull_fourteen.fourteen.columns:first-child, .sixteen.colgrid .grid .pull_fourteen.fifteen.columns:first-child, .sixteen.colgrid .grid .pull_fifteen.two.columns:first-child, .sixteen.colgrid .grid .pull_fifteen.three.columns:first-child, .sixteen.colgrid .grid .pull_fifteen.four.columns:first-child, .sixteen.colgrid .grid .pull_fifteen.five.columns:first-child, .sixteen.colgrid .grid .pull_fifteen.six.columns:first-child, .sixteen.colgrid .grid .pull_fifteen.seven.columns:first-child, .sixteen.colgrid .grid .pull_fifteen.eight.columns:first-child, .sixteen.colgrid .grid .pull_fifteen.nine.columns:first-child, .sixteen.colgrid .grid .pull_fifteen.ten.columns:first-child, .sixteen.colgrid .grid .pull_fifteen.eleven.columns:first-child, .sixteen.colgrid .grid .pull_fifteen.twelve.columns:first-child, .sixteen.colgrid .grid .pull_fifteen.thirteen.columns:first-child, .sixteen.colgrid .grid .pull_fifteen.fourteen.columns:first-child, .sixteen.colgrid .grid .pull_fifteen.fifteen.columns:first-child {
  margin-left: 0; }

.grid .pull_one.eleven.columns, .grid .pull_two.ten.columns, .grid .pull_three.nine.columns, .grid .pull_four.eight.columns, .grid .pull_five.seven.columns, .grid .pull_six.six.columns, .grid .pull_seven.five.columns, .grid .pull_eight.four.columns, .grid .pull_nine.three.columns, .grid .pull_ten.two.columns, .grid .pull_eleven.one.columns, .sixteen.colgrid .grid .pull_one.fifteen.columns, .sixteen.colgrid .grid .pull_two.fourteen.columns, .sixteen.colgrid .grid .pull_three.thirteen.columns, .sixteen.colgrid .grid .pull_four.twelve.columns, .sixteen.colgrid .grid .pull_five.eleven.columns, .sixteen.colgrid .grid .pull_six.ten.columns, .sixteen.colgrid .grid .pull_seven.nine.columns, .sixteen.colgrid .grid .pull_eight.eight.columns, .sixteen.colgrid .grid .pull_nine.seven.columns, .sixteen.colgrid .grid .pull_ten.six.columns, .sixteen.colgrid .grid .pull_eleven.five.columns, .sixteen.colgrid .grid .pull_twelve.four.columns, .sixteen.colgrid .grid .pull_thirteen.three.columns, .sixteen.colgrid .grid .pull_fourteen.two.columns, .sixteen.colgrid .grid .pull_fifteen.one.columns {
  margin-left: -100%; }

/* Hybrid Centered Classes */
.sixteen.colgrid .grid .one.centered {
  margin-left: 47.79053%; }

.sixteen.colgrid .grid .two.centered {
  margin-left: 44.60449%; }

.sixteen.colgrid .grid .three.centered {
  margin-left: 41.41846%; }

.sixteen.colgrid .grid .four.centered {
  margin-left: 38.23242%; }

.sixteen.colgrid .grid .five.centered {
  margin-left: 35.04639%; }

.sixteen.colgrid .grid .six.centered {
  margin-left: 31.86035%; }

.sixteen.colgrid .grid .seven.centered {
  margin-left: 28.67432%; }

.sixteen.colgrid .grid .eight.centered {
  margin-left: 25.48828%; }

.sixteen.colgrid .grid .nine.centered {
  margin-left: 22.30225%; }

.sixteen.colgrid .grid .ten.centered {
  margin-left: 19.11621%; }

.sixteen.colgrid .grid .eleven.centered {
  margin-left: 15.93018%; }

.sixteen.colgrid .grid .twelve.centered {
  margin-left: 12.74414%; }

.sixteen.colgrid .grid .thirteen.centered {
  margin-left: 9.55811%; }

.sixteen.colgrid .grid .fourteen.centered {
  margin-left: 6.37207%; }

.sixteen.colgrid .grid .fifteen.centered {
  margin-left: 3.18604%; }

.lt-ie9 .grid {
  width: 1024px; }

@media only screen and (min-width: 64.063em) {
  .large-pull-1, .large-pull-2, .large-pull-3, .large-pull-4, .large-pull-5, .large-pull-6, .large-pull-7, .large-pull-8, .large-pull-9, .large-pull-10 {
    position: relative;
    right: auto; }
  .large-push-1 {
    left: 8.33333%; }
  .large-push-2 {
    left: 16.66667%; }
  .large-push-3 {
    left: 25%; }
  .large-pull-4 {
    left: 33.33333%; }
  .large-pull-5 {
    left: 41.66667%; }
  .large-pull-6 {
    left: 50%; }
  .large-pull-7 {
    left: 58.33333%; }
  .large-pull-8 {
    left: 66.66667%; }
  .large-pull-9 {
    left: 75%; }
  .large-pull-10 {
    left: 83.33333%; }
  .large-pull-1, .large-pull-2, .large-pull-3, .large-pull-4, .large-pull-5, .large-pull-6, .large-pull-7, .large-pull-8, .large-pull-9, .large-pull-10 {
    position: relative;
    left: auto; }
  .large-pull-1 {
    right: 8.33333%; }
  .large-pull-2 {
    right: 16.66667%; }
  .large-pull-3 {
    right: 25%; }
  .large-pull-4 {
    right: 33.33333%; }
  .large-pull-5 {
    right: 41.66667%; }
  .large-pull-6 {
    right: 50%; }
  .large-pull-7 {
    right: 58.33333%; }
  .large-pull-8 {
    right: 66.66667%; }
  .large-pull-9 {
    right: 75%; }
  .large-pull-10 {
    right: 83.33333%; }
  /*.large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }*/
  .large-1, .large-2, .large-3, .large-4, .large-5, .large-6, .large-7, .large-8, .large-9, .large-10, .large-11, .large-12, .large-offset-0, .large-offset-1, .large-offset-2, .large-offset-3, .large-offset-4, .large-offset-5, .large-offset-6, .large-offset-7, .large-offset-8, .large-offset-9, .large-offset-10 {
    position: relative; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }

/* END Layout GRIDS
----------------------------------*/
.module-alphabet-list li {
  float: left;
  list-style: none; }

.module-pg-info {
  margin-bottom: 1em; }

@media (max-width: 480px) {
  .pagination {
    max-width: 100%;
    font-size: 0.8em; } }

@media (max-width: 767px) {
  .results-filter-label {
    font-size: 1em;
    line-height: 2em; } }

.selectbox, .selectbox2 {
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
  position: relative; }

.selectbox:hover, .selectbox:focus, .selectbox2:hover, .selectbox2:focus {
  border-radius: 3px;
  cursor: pointer; }

.selectbox div, .selectbox2 div {
  z-index: -1;
  border: 0px solid #000;
  overflow: hidden;
  padding: .4em 2.5em .4em .4em;
  cursor: pointer;
  font-size: .9em; }

.selectboxdiv, .out {
  width: 100%;
  position: absolute;
  top: -3px;
  left: 0;
  margin-top: 0;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  outline: none; }

.selectboxdiv:focus {
  box-shadow: 0 0 5px #51cbee;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #51cbee; }

.col-4 .hasDatepicker, .col-6 .hasDatepicker {
  margin: 6px 0; }

.listing-pic {
  margin-bottom: 12px;
  margin-right: 12px; }

.generic-listing {
  padding-top: 12px; }

.teaser-copy {
  display: block;
  float: left;
  width: 80%; }

.search-option {
  float: left;
  margin-right: 22px;
  width: 300px;
  padding-bottom: 12px;
  height: 70px;
  position: relative; }

.reg-callout .search-option {
  height: auto; }

.clinicalChkBxWrapper {
  padding: 6px; }

.clinicalChkBxWrapper input {
  float: left;
  margin-top: 2px;
  margin-right: 6px; }

.clinicalChkBxWrapper label {
  float: left; }

.col-4 .search-option, .col-6 .search-option {
  width: 100%;
  height: 100%; }

.col-4 .search-option {
  width: 100%; }

.columns .textbox, .columns .dropdown {
  width: 100%;
  *width: 98%;
  width: 98%/9;
  padding-left: 4px; }

.columns .half {
  width: 45%;
  *width: 47%;
  display: inline-block;
  *display: block;
  *float: left;
  position: relative; }

.columns .half input {
  width: 100%; }

.columns label, .search-option-wide label {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px; }

.columns .errortext {
  float: right;
  font-size: 11px; }

.half .errortext {
  padding-top: 0; }

.search-option-wide, .toggle-hide-show {
  display: block;
  clear: both;
  padding: 0;
  font-size: .9em;
  width: 25%; }

.search-submit {
  margin-top: 20px; }

.search-form {
  clear: left; }

.col-4 .search-submit {
  position: relative;
  bottom: 0; }

.styled {
  width: 100%;
  background-color: #fff; }

.return {
  margin: 0 0 22px; }

.return-inner i {
  color: #0078C9;
  font-size: 1.3em; }

.col-5 .module-alphabet-list li:first-child {
  padding-left: 9px; }

.search-again-ctrl {
  line-height: 50px; }
  @media (max-width: 767px) {
    .item-url-recipes .search-again-ctrl {
      display: none !important; } }

.core-list {
  padding-left: 0; }
  .core-list .core-li {
    border-bottom: 1px solid #b3b3b3;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px; }
    .core-list .core-li:last-of-type {
      border-bottom: none; }

.search-again-target > div {
  background-color: #f7f7f7;
  padding: 15px; }
  @media (min-width: 768px) {
    .search-again-target > div {
      background-color: #f7f7f7;
      margin-bottom: 25px; } }

@media (min-width: 768px) {
  .search-again-target.collapse {
    display: block; } }

.left {
  float: left;
  margin-right: 12px;
  margin-bottom: 6px; }

.right, .float-right {
  float: right;
  margin-left: 12px;
  margin-bottom: 6px; }

.clear {
  clear: both; }

.small-text {
  font-size: 11px; }

.active {
  font-weight: bold; }

.pipe {
  padding: 0 6px; }

.date {
  display: block;
  font-weight: bold; }

.form-toggle {
  display: none;
  clear: left; }

.form-toggle .columns:nth-child(odd),
.columns.datepicker,
.columns.datepicker .columns:nth-child(odd),
.core-search .columns:nth-child(odd) {
  margin-left: 0; }

.core-related .date {
  font-size: .8em; }

.module-view-all {
  padding-top: 5px;
  overflow: hidden; }

.module-view-all a {
  float: right; }

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .core-search-again .twelve.columns {
    overflow: inherit !important; }
  .alpha-list {
    width: 100%; }
  .reg-callout .zip, .reg-callout .radius {
    width: 49.02344% !important;
    float: left !important; }
  .reg-callout .radius {
    margin-left: 1.95313% !important; } }

@media (max-width: 44.063em) {
  .core-search-again h3, .core-search.callout h3 {
    display: none; }
  .core-search {
    margin-bottom: 0; }
  .alpha-list {
    width: 100%; }
  .alpha-list .one {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 3.74297% !important; } }

.module-layout .row {
  /*

    @include media('<tablet') {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction:column;

        >div:nth-child(1) {
            order:2
        }
        >div:nth-child(2) {
            order:1
        }
    }
*/ }

.search-option-submit {
  text-align: left; }
  .search-option-submit input.reset {
    color: #262626;
    background-color: #f7f7f7;
    border-color: #b3b3b3; }
    .search-option-submit input.reset:focus, .search-option-submit input.reset.focus {
      color: #262626;
      background-color: #dedddd;
      border-color: #737373; }
    .search-option-submit input.reset:hover {
      color: #262626;
      background-color: #dedddd;
      border-color: #949494; }
    .search-option-submit input.reset:active, .search-option-submit input.reset.active,
    .open > .search-option-submit input.reset.dropdown-toggle {
      color: #262626;
      background-color: #dedddd;
      border-color: #949494; }
      .search-option-submit input.reset:active:hover, .search-option-submit input.reset:active:focus, .search-option-submit input.reset:active.focus, .search-option-submit input.reset.active:hover, .search-option-submit input.reset.active:focus, .search-option-submit input.reset.active.focus,
      .open > .search-option-submit input.reset.dropdown-toggle:hover,
      .open > .search-option-submit input.reset.dropdown-toggle:focus,
      .open > .search-option-submit input.reset.dropdown-toggle.focus {
        color: #262626;
        background-color: #cccccc;
        border-color: #737373; }
    .search-option-submit input.reset:active, .search-option-submit input.reset.active,
    .open > .search-option-submit input.reset.dropdown-toggle {
      background-image: none; }
    .search-option-submit input.reset.disabled:hover, .search-option-submit input.reset.disabled:focus, .search-option-submit input.reset.disabled.focus, .search-option-submit input.reset[disabled]:hover, .search-option-submit input.reset[disabled]:focus, .search-option-submit input.reset[disabled].focus,
    fieldset[disabled] .search-option-submit input.reset:hover,
    fieldset[disabled] .search-option-submit input.reset:focus,
    fieldset[disabled] .search-option-submit input.reset.focus {
      background-color: #f7f7f7;
      border-color: #b3b3b3; }
    .search-option-submit input.reset .badge {
      color: #f7f7f7;
      background-color: #262626; }
    .search-option-submit input.reset:hover {
      transform: translate(0px, -1px);
      box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2); }
  .search-option-submit input.reset-button {
    width: 100%; }

#hpLocationsNearMe:before {
  font-family: "FontAwesome";
  content: "";
  /*--Prevent pseudo-element from underlining on hover--*/
  pointer-events: none;
  display: inline-block;
  margin-right: 0.5em; }

.core-list .core-li .list-item-copy .list-item-header {
  margin-top: 0; }

/*--Evens out spacing in some form placements--*/
.location-input-wrapper {
  margin-bottom: 20px; }

/*--Cleans up Bootstrap error message class for modules--*/
.bg-danger {
  padding: 10px; }

/*--Datepicker--*/
.ui-accordion .ui-accordion-header {
  background-color: #aeb6b5;
  background-image: none;
  cursor: pointer;
  font-size: 16px;
  min-height: 42px;
  margin-bottom: 4px;
  margin-top: 1px;
  position: relative;
  clear: both;
  outline: none;
  border: 1px solid #c3c3c3; }

.ui-accordion .ui-accordion-li-fix {
  display: inline; }

.ui-accordion .ui-accordion-header-active {
  background-color: #1273a3; }

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 15px;
  padding: .7em .5em .5em .7em; }

footer .ui-accordion .ui-accordion-header a {
  padding: .55em 1.3em .5em .7em; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 1em;
  color: #FFFFFF !important;
  font-weight: bold; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  right: .8em;
  top: 50%;
  margin-top: -6px; }

.ui-accordion .ui-accordion-content {
  padding: 0.8em 0.8em;
  border: none;
  position: relative;
  top: 1px;
  /*overflow: auto;*/
  display: none;
  zoom: 1;
  word-wrap: break-word; }

.ui-accordion .ui-accordion-content-active {
  display: block;
  overflow: hidden;
  background: #fff; }

.accordion_list {
  margin: 32px 0 0 0; }

.ui-tabs .ui-tabs-panel {
  background: none; }

.ui-datepicker {
  width: 14em;
  padding: .2em .2em 0;
  display: none;
  background: #f5f4f4; }

.ui-datepicker.ui-datepicker-inline {
  border-radius: 3px;
  width: 100%; }

.ui-datepicker a {
  color: #1273a3; }

.ui-datepicker a:hover, .ui-datepicker a:hover > span {
  text-decoration: underline; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  border-radius: 3px; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  text-decoration: underline; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 30%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  font-size: .7em; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .8em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker .ui-state-highlight {
  font-weight: bold !important; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
  background: #fff;
  font-weight: normal !important; }

.ui-datepicker td a {
  color: #1273a3; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left; }

.ui-menu .ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus, .ui-menu .ui-menu-item a.ui-corner-all:active {
  color: #383838; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  color: #1273a3; }

.content-aside .date-from {
  margin-bottom: 20px; }

.list-item-distance {
  color: #5e7500;
  margin-top: 1.7rem; }

.list-item-links {
  margin-top: 15px; }
  @media only screen and (max-width: 768px) {
    .list-item-links {
      margin-top: 10px; } }

.rel-loc-dist {
  color: #5e7500;
  margin-bottom: 1.7rem; }

.show-me .rel-loc-dist {
  margin-bottom: 0; }

.item-url-recipes main {
  margin-bottom: 40px; }

.item-url-recipes .search-again-target > div {
  border-bottom: none; }

/*--Recipe Search Form--*/
.module-rp-search h3 {
  margin-top: 0; }

.module-rp-search .recipe-dropdown {
  margin-bottom: 24px; }

.module-rp-search .search-option-submit {
  position: relative; }
  .module-rp-search .search-option-submit .btn {
    width: 100%; }
  .module-rp-search .search-option-submit #recipe-search-submit {
    line-height: inherit; }
  .module-rp-search .search-option-submit .fa-angle-right {
    position: absolute;
    top: 25%;
    right: 3%;
    font-size: 1.5em; }
    @media (min-width: 768px) and (max-width: 992px) {
      .module-rp-search .search-option-submit .fa-angle-right {
        top: 30%; } }

/*--Featured Recipies--*/
.module-rp-featured {
  min-width: 482px;
  max-width: 482px;
  float: right; }
  @media (max-width: 1365px) {
    .module-rp-featured {
      min-width: 50%;
      width: 50%;
      padding-left: 13px;
      padding-right: 13px; } }
  @media (max-width: 767px) {
    .module-rp-featured {
      float: none;
      width: 100%;
      padding: 0 11px; } }
  @media (max-width: 479px) {
    .module-rp-featured {
      min-width: 0; } }
  .module-rp-featured .featured-block h3 {
    font-size: 1.412em; }
  .module-rp-featured .featured-block .img-holder {
    margin: 0; }
  .module-rp-featured .featured-block img {
    width: 100%;
    margin: 0; }
  @media (max-width: 768px) {
    .module-rp-featured {
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto; }
      .module-rp-featured .title {
        text-align: center; } }

/*--Recipe Categories sidebar--*/
/*--Descendant selector is necessary to have equal specificity with .search-again-target styles in _core.scss--*/
.search-again-target > .module-rp-categories {
  background-color: #fff;
  padding: 0 15px;
  border-bottom: 4px solid #E1E1E1 !important; }
  .search-again-target > .module-rp-categories h2 {
    color: #003e74;
    border-bottom: 2px solid #b3b3b3;
    font-size: 22px;
    font-weight: bold;
    line-height: 2.0; }

.module-rp-categories-list {
  margin-bottom: 10px; }
  .module-rp-categories-list li {
    line-height: 2;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; }

/*Recipe form style */
.searh-recipe {
  font-size: 1.176em;
  padding-right: 19px; }
  @media (max-width: 1599px) {
    .searh-recipe {
      padding-right: 0; } }
  @media (max-width: 991px) {
    .searh-recipe {
      font-size: 1em; } }
  @media (max-width: 767px) {
    .searh-recipe {
      margin-bottom: 46px; } }
  .searh-recipe label {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400; }
  .searh-recipe .btn {
    width: 100%;
    font-size: 1em;
    line-height: 1.2;
    padding: 13px 41px 12px 21px; }
    @media (max-width: 991px) {
      .searh-recipe .btn {
        padding: 11px 43px 11px 21px; } }
  @media (max-width: 991px) {
    .searh-recipe .right-arrow:after {
      right: 15px; } }
  @media (min-width: 1600px) {
    .searh-recipe .right-arrow:after {
      font-size: 9px;
      right: 9px;
      margin-top: -5px; } }

/*--Recipe Detail--*/
.module-rp-detail ul, .module-rp-detail ol {
  padding-left: 15px; }

.module-rp-detail .recipe {
  float: right;
  min-width: 482px;
  max-width: 482px;
  margin-left: 1em; }
  @media (max-width: 1365px) {
    .module-rp-detail .recipe {
      min-width: 50%;
      width: 50%; } }
  @media (max-width: 991px) {
    .module-rp-detail .recipe {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .module-rp-detail .recipe {
      width: 100%; } }
  .module-rp-detail .recipe img {
    width: 100%; }
    @media (max-width: 992px) {
      .module-rp-detail .recipe img {
        width: 100%;
        max-width: 100%; } }
  @media (max-width: 992px) {
    .module-rp-detail .recipe {
      float: none;
      width: 100%; } }
  @media (max-width: 479px) {
    .module-rp-detail .recipe {
      min-width: 0; } }

.module-rp-detail .recipe-heart-smart {
  float: right; }
  .module-rp-detail .recipe-heart-smart + div {
    clear: both; }

/*--Related Recipes--*/
.module-pd-related {
  background-color: #f7f7f7;
  padding: 50px; }
  .module-pd-related h2 {
    text-align: center;
    margin-bottom: 35px; }
    @media (max-width: 480px) {
      .module-pd-related h2 {
        line-height: 1.5; } }
  .module-pd-related .featured-block .img-holder {
    text-align: left; }
  @media (min-width: 1024px) {
    .module-pd-related .related-recipe {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around; } }
  .module-pd-related .related-recipe .featured-block {
    width: 100%;
    height: 208px;
    max-width: 313px;
    min-width: 313px;
    overflow: hidden;
    float: none;
    margin-bottom: 19px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0; }
    .module-pd-related .related-recipe .featured-block .text h5 {
      font-size: 1em; }
    @media (min-width: 768px) {
      .module-pd-related .related-recipe .featured-block {
        width: 45%;
        float: left; }
        .module-pd-related .related-recipe .featured-block:nth-child(2n+1) {
          margin-right: 19px; } }
    @media (min-width: 1024px) {
      .module-pd-related .related-recipe .featured-block {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0; }
        .module-pd-related .related-recipe .featured-block:nth-child(2n+1) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .module-pd-related .related-recipe .featured-block .img-holder div:first-child {
        height: 210px; } }
    .module-pd-related .related-recipe .featured-block .img-holder img.related-recipe-image {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media (max-width: 768px) {
        .module-pd-related .related-recipe .featured-block .img-holder img.related-recipe-image {
          position: static; } }
    @media (max-width: 768px) {
      .module-pd-related .related-recipe .featured-block {
        width: 100%;
        min-width: 0; } }

/*--Recipe search results--*/
.module-rp-results .module-rp-search-result {
  width: 100%;
  height: 210px;
  max-width: 313px;
  min-width: 313px;
  overflow: hidden;
  position: relative;
  float: none;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1600px) {
    .module-rp-results .module-rp-search-result {
      width: 33%;
      margin-left: 2%;
      float: left; }
      .module-rp-results .module-rp-search-result:nth-child(3n+1) {
        margin-left: 0; } }
  @media (max-width: 1599px) {
    .module-rp-results .module-rp-search-result {
      float: left;
      width: 45%;
      margin-left: 3%; }
      .module-rp-results .module-rp-search-result:nth-child(2n+1) {
        margin-left: 0; } }
  @media (max-width: 1023px) {
    .module-rp-results .module-rp-search-result {
      margin-left: 0;
      max-width: 100%;
      width: 100%; } }
  @media (max-width: 767px) {
    .module-rp-results .module-rp-search-result {
      float: none; } }
  .module-rp-results .module-rp-search-result .featured-block {
    height: 100%;
    padding-left: 0; }
  .module-rp-results .module-rp-search-result .img-holder {
    max-width: 400px;
    height: 100%; }
    @media (min-width: 992px) {
      .module-rp-results .module-rp-search-result .img-holder {
        font-size: .8em; } }
    @media (min-width: 1600px) {
      .module-rp-results .module-rp-search-result .img-holder {
        font-size: 1em; } }
    .module-rp-results .module-rp-search-result .img-holder > a {
      position: relative; }
    .module-rp-results .module-rp-search-result .img-holder a {
      display: block; }
      @media (min-width: 992px) {
        .module-rp-results .module-rp-search-result .img-holder a {
          height: 100%; } }
    .module-rp-results .module-rp-search-result .img-holder img {
      bottom: 0;
      display: block;
      height: 100%;
      margin-top: 0 !important;
      max-width: none;
      position: absolute;
      top: 0; }
      @media (max-width: 767px) {
        .module-rp-results .module-rp-search-result .img-holder img {
          width: 100% !important; } }
    .module-rp-results .module-rp-search-result .img-holder > .img-block > a img {
      position: static;
      opacity: .8; }

.featured-block {
  padding-left: 19px; }
  @media (max-width: 1599px) {
    .featured-block {
      padding-left: 0; } }
  .featured-block .title {
    display: block;
    font-size: 1.176em;
    line-height: 1.1;
    margin: 0 0 9px; }
    @media (max-width: 767px) {
      .featured-block .title {
        font-size: 1em; } }
  .featured-block .img-holder {
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .featured-block .img-holder {
        max-width: 416px;
        margin: 0 auto 30px; } }
    @media (min-width: 992px) {
      .featured-block .img-holder {
        text-align: right; } }
  .featured-block .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    font-size: 1.1em;
    /*height: 127px;*/
    color: #003e74;
    padding: 32px 15px 12px;
    z-index: 1;
    /*background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 34%);*/
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 57%, rgba(255, 255, 255, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 57%, rgba(255, 255, 255, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 57%, rgba(255, 255, 255, 0.85) 100%); }
    @media (max-width: 991px) {
      .featured-block .text {
        height: 100px;
        padding: 37px 16px 15px;
        font-size: 1.1em; }
        .featured-block .text a {
          bottom: 10px;
          height: auto;
          left: 50%;
          position: absolute;
          transform: translateX(-50%); } }

.search-block {
  /* Recipe Search Results style */ }
  .search-block ul {
    overflow: hidden;
    margin: 0 -13px;
    padding-top: 6px; }
    @media (min-width: 768px) {
      .search-block ul {
        margin-left: -13px;
        margin-right: -13px; }
        .search-block ul:before, .search-block ul:after {
          content: " ";
          display: table; }
        .search-block ul:after {
          clear: both; } }
    .search-block ul .img-holder {
      display: inline-block;
      vertical-align: top;
      overflow: hidden;
      position: relative; }
      @media (max-width: 767px) {
        .search-block ul .img-holder {
          display: block; } }
      .search-block ul .img-holder .img-block {
        width: 69px; }
        @media (max-width: 1365px) {
          .search-block ul .img-holder .img-block {
            width: 70px; } }
      .search-block ul .img-holder picture {
        display: block; }
        .search-block ul .img-holder picture img {
          display: block;
          max-width: none;
          width: 100%; }
    @media (max-width: 991px) {
      .search-block ul {
        margin: 0 -8px; } }
    @media (max-width: 767px) {
      .search-block ul {
        margin: 0 -11px 55px; } }
    .search-block ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      margin-bottom: 25px;
      overflow: hidden;
      position: relative;
      min-height: 1px;
      padding-left: 13px;
      padding-right: 13px; }
      @media (min-width: 992px) {
        .search-block ul li {
          float: left;
          width: 33.3333333333%; } }
      @media (max-width: 991px) {
        .search-block ul li {
          width: 50%;
          float: left; } }
      @media (max-width: 639px) {
        .search-block ul li {
          max-width: 400px;
          margin: 0 auto 15px;
          float: none;
          width: auto; } }
    .search-block ul .text {
      line-height: 1.47em;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 105px;
      overflow: auto;
      text-align: center;
      padding: 0;
      color: #003e74;
      padding: 41px 16px 12px;
      z-index: 1;
      text-transform: capitalize;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 34%); }
      .search-block ul .text a {
        color: #003e74; }
        .search-block ul .text a:hover, .search-block ul .text a:focus {
          color: #a8d104; }
      @media (max-width: 1599px) {
        .search-block ul .text {
          font-size: 0.824em; } }
      @media (max-width: 767px) {
        .search-block ul .text {
          font-size: 1em; } }
      .search-block ul .text.block {
        box-shadow: none;
        background: transparent; }
        .search-block ul .text.block:before {
          background: transparent; }

.recipe-block ul {
  margin-bottom: 33px; }
  @media (max-width: 991px) {
    .recipe-block ul {
      margin-bottom: 15px; } }
  .recipe-block ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px; }

.recommend-block {
  background: #f3f3f3;
  padding: 30px 0 23px; }
  .recommend-block h2 {
    font-size: 1.647em;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #4f4f4f; }
    @media (max-width: 991px) {
      .recommend-block h2 {
        font-size: 1.286em;
        line-height: 1.556em;
        padding-bottom: 14px; } }
  .recommend-block .search-block ul {
    padding: 0; }
    @media (max-width: 767px) {
      .recommend-block .search-block ul {
        margin-bottom: 10px; } }
    @media (max-width: 991px) {
      .recommend-block .search-block ul li {
        position: relative;
        min-height: 1px;
        padding-left: 13px;
        padding-right: 13px; } }
  @media (max-width: 991px) and (min-width: 992px) {
    .recommend-block .search-block ul li {
      float: left;
      width: 33.3333333333%; } }
    .recommend-block .search-block ul .img-holder .img-block {
      width: 99px; }
      @media (max-width: 991px) {
        .recommend-block .search-block ul .img-holder .img-block {
          width: 75px; } }
    .recommend-block .search-block ul .text {
      font-size: 1.292em;
      line-height: 1.636em;
      height: 135px;
      left: 0;
      right: 0; }
      @media (max-width: 1365px) {
        .recommend-block .search-block ul .text {
          font-size: 1em; } }
      @media (max-width: 991px) {
        .recommend-block .search-block ul .text {
          height: 126px; } }

@media (max-width: 992px) {
  .module-rp-featured .featured-block .img-holder img {
    max-width: 100%; } }

.fixed-fee .selectbox {
  width: 65%; }
  @media (max-width: 768px) {
    .fixed-fee .selectbox {
      width: 100%; } }

/*--Shopping Cart Callout--*/
.module-ce-session-shoppingcart {
  padding: 15px;
  background-color: #f7f7f7;
  margin-bottom: 25px; }
  .module-ce-session-shoppingcart h3 {
    font-size: 25px; }

.cart-edit .btn, .cart-checkout .btn {
  width: 100%; }

.module-ce-categories h3 {
  font-size: 25px; }

.module-ce-categories .module-ce-filters-list {
  color: #0078C9; }

.module-ce-topic-featured .listing-wrap {
  margin-bottom: 15px; }

.module-ce-topic-featured h3 {
  font-size: 25px; }

.module-ce-topic-featured h5 {
  font-size: 1.2em; }

.module-ce-topic-featured .list-item-teaser {
  color: #262626; }

.module-ce-topic-featured .core-list {
  color: #0078C9; }

/*--Sidebar Quick Search--*/
.module-ce-quicksearch {
  padding: 15px; }
  @media (min-width: 768px) {
    .module-ce-quicksearch {
      background-color: #f7f7f7;
      margin-bottom: 25px; } }
  .module-ce-quicksearch h3 {
    font-size: 25px; }
  .module-ce-quicksearch .search-option-submit input[type=button].calendar-submit, .module-ce-quicksearch .search-option-submit #btnReset {
    transition: none;
    width: 100%;
    margin-bottom: 20px; }
  .module-ce-quicksearch .search-option-submit .btn-default {
    border: 1px solid #b3b3b3; }
  .module-ce-quicksearch #calendarSearchForm > .ce_dates input[type=text] {
    margin-bottom: 20px; }
  .module-ce-quicksearch #pnlFindLocation {
    margin-bottom: .75em; }

/*--Events Datepicker--*/
.module-ce-eventdaypicker h3 {
  font-size: 25px; }

/*--Calendar Search Form--*/
.module-ce-search .search-option-submit input[type=button] {
  width: 335px; }

/*--Calendar Search Page Listing--*/
.module-ce-topic-related {
  margin: 50px 0 80px 0; }
  .module-ce-topic-related #lvSearchResults .core-list .core-li {
    border-bottom: 1px solid #b3b3b3;
    /*--Set to 24px to account for 1px border--*/
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 24px;
    padding-bottom: 24px; }
    .module-ce-topic-related #lvSearchResults .core-list .core-li:last-of-type {
      border-bottom: none; }
    .module-ce-topic-related #lvSearchResults .core-list .core-li .list-item-image {
      float: left;
      margin: 0 15px 15px 0;
      width: 200px; }
      .module-ce-topic-related #lvSearchResults .core-list .core-li .list-item-image img {
        width: 100%;
        margin: 0; }

/*--Calendar Search Results--*/
.module-ce-session-results .core-list .core-li {
  border-bottom: 1px solid #b3b3b3;
  margin-top: 25px;
  padding-bottom: 25px; }
  .module-ce-session-results .core-list .core-li:last-of-type {
    border-bottom: none; }
  .module-ce-session-results .core-list .core-li .list-item-image {
    float: left;
    margin: 0 1em 1em 0;
    max-width: 200px; }
    @media (max-width: 768px) {
      .module-ce-session-results .core-list .core-li .list-item-image {
        float: none;
        width: 100%; } }
  .module-ce-session-results .core-list .core-li .list-item-copy {
    display: inline-block;
    width: 53%;
    float: left; }
    @media (max-width: 768px) {
      .module-ce-session-results .core-list .core-li .list-item-copy {
        float: none;
        width: 100%; } }

.module-ce-session-results .form-inline .form-group .selectbox {
  display: inherit;
  vertical-align: middle; }
  @media (min-width: 992px) {
    .module-ce-session-results .form-inline .form-group .selectbox {
      width: 200px; } }

@media (max-width: 992px) and (orientation: portrait) {
  .module-ce-session-results .form-inline {
    margin-top: 20px; } }

@media (max-width: 480px) {
  .module-ce-session-results .form-inline {
    text-align: left; } }

/*--Calendar Detail--*/
.module-ce-topic-profile {
  padding: 0 1em; }
  .module-ce-topic-profile .module-ce-fee {
    margin-bottom: 15px; }

div.module-ce-contact {
  margin-bottom: 31px; }
  div.module-ce-contact p {
    margin-bottom: 2px; }

.module-ce-offerdates-item {
  padding: 35px 15px;
  margin: 20px 0;
  border: 1px solid #b3b3b3; }
  .module-ce-offerdates-item .module-date {
    font-weight: bold; }

.cal-location-name address span {
  display: inline-block; }

.cal-map:before {
  font-family: "henryford-icons";
  content: "b";
  /*--Prevent pseudo-element from underlining on hover--*/
  pointer-events: none;
  display: inline-block;
  margin-right: 0.5em; }

.module-instructor .results span {
  display: block; }

.module-instructor .instructor-toggle {
  width: 100%;
  display: block; }

.module-instructor .instructor-item {
  display: none;
  /*--Changes with JS-*/ }

.event-register {
  margin-bottom: 25px; }
  .event-register .btn {
    line-height: 100% !important;
    padding: 13px 12px 12px 12px;
    font-size: 15px; }
    .event-register .btn.is-active {
      background: #f4f4f4;
      border: 1px solid #b3b3b3; }
      .event-register .btn.is-active:active, .event-register .btn.is-active:focus {
        box-shadow: none; }
  .event-register .btn-success {
    width: 93%;
    margin-bottom: 25px; }
  .event-register .btn-default {
    margin-top: 20px;
    width: 93%;
    border: 1px solid #b3b3b3;
    transition: none; }
    .event-register .btn-default.is-available {
      background: #a8d104;
      border: 0; }

.addthisevent-drop {
  z-index: 1 !important;
  /*--Necessary to over-ride styles being dynamically added by vendor's JavaScript--*/
  width: 93%; }

/*--Event Checkout--*/
.promo-input {
  margin-bottom: 20px; }

.cart-contents .cart-listing .cart-item {
  list-style: none;
  border-bottom: 1px solid #b3b3b3;
  margin: 25px 0;
  padding-bottom: 25px; }
  .cart-contents .cart-listing .cart-item .item-details {
    text-align: right;
    border-bottom: 1px solid #b3b3b3;
    margin-top: 15px; }
    .cart-contents .cart-listing .cart-item .item-details:last-of-type {
      border-bottom: none; }
    .cart-contents .cart-listing .cart-item .item-details .cart-empty, .cart-contents .cart-listing .cart-item .item-details .add-promo-link, .cart-contents .cart-listing .cart-item .item-details .item-price {
      margin-bottom: 15px; }
    .cart-contents .cart-listing .cart-item .item-details .module-date time .session-date {
      display: block;
      font-weight: bold; }
    .cart-contents .cart-listing .cart-item .item-details .module-date time .session-time {
      font-weight: bold; }

.cart-actions {
  text-align: right; }
  .cart-actions .cart-buttons {
    margin-bottom: 2em; }

.cart-register .btn {
  width: 325px; }

.cart-promos .add-promo-pane {
  display: none; }

/*--Checkout Forms--*/
.item-url-calendar .columns {
  background-color: #fff; }
  .item-url-calendar .columns.scfShortText .scfSingleLineGeneralPanel {
    clear: both; }
  .item-url-calendar .columns .scfDateSelectorLabel {
    margin-bottom: .1em; }

.item-url-calendar .link:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  padding-left: 1.5em; }

.item-url-calendar .scfCreditCard .twelve.columns {
  width: 80%; }

.item-url-calendar .scfShortDate .scfDateSelectorGeneralPanel {
  width: 78.5%; }

.item-url-event-registration-premium .scfDateSelectorGeneralPanel .selectbox.scfDateSelectorDayWrap.shortDateSelect {
  display: none; }

#uc_2_ctl01_form_5BEF857589CA4AF39F5300C796438E06_field_2692A0F43CFC4FB586D29AAE00E8954B_scope {
  float: none; }

/*--Featured Events Page--*/
.item-url-featured-events .module-ce-topic-featured {
  background-color: transparent; }
  .item-url-featured-events .module-ce-topic-featured h5 {
    font-size: 1.17em; }

.item-url-featured-events .core-list .core-li {
  border-bottom: 1px solid #b3b3b3;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #262626;
  padding-bottom: 15px;
  margin-top: 15px; }
  .item-url-featured-events .core-list .core-li:last-of-type {
    border-bottom: none; }

@media (max-width: 768px) {
  .cart-contents .cart-listing .cart-item .item-details {
    text-align: left; }
  .cart-actions {
    text-align: left; } }

@media (min-width: 480px) and (max-width: 768px) {
  .module-ce-offerdates-item .col-sm-4 {
    margin-bottom: 20px; }
  .event-register .btn-success {
    width: 100%; }
  .addthisevent-drop {
    width: 100%; } }

.item-url-clinical-trials .content {
  padding: 0.5em; }

.module-ct-search {
  background-color: #fff;
  margin-left: 0; }
  .module-ct-search .search-option-submit {
    margin-bottom: 20px; }
    .module-ct-search .search-option-submit input[type=submit] {
      width: 48.3%; }
      @media (max-width: 992px) {
        .module-ct-search .search-option-submit input[type=submit] {
          width: 100%; } }

@media only screen and (max-width: 768px) {
  .module-ct-search {
    float: none; }
  .search-option-submit {
    margin-top: 1em; }
    .search-option-submit input[type=submit] {
      width: 100%; } }

.module-ct-quick-search {
  padding: 15px; }
  .module-ct-quick-search h3 {
    font-size: 25px; }
  @media (min-width: 768px) {
    .module-ct-quick-search {
      background-color: #f7f7f7;
      margin-bottom: 25px; } }
  .module-ct-quick-search .search-option-submit input[type=submit] {
    width: 100%;
    margin-bottom: 20px; }

.module-ct-results .listing-item label {
  margin-bottom: .01rem; }

.listing-item {
  border-bottom: 1px solid #b3b3b3;
  margin-top: 15px;
  padding-bottom: 15px; }
  .listing-item:last-of-type {
    border-bottom: none; }

.module-ct-profile h1 {
  word-wrap: normal; }

.module-ct-profile label, .module-ct-profile .label {
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  text-align: left; }

.module-ct-profile .single-line-listing, .module-ct-profile span {
  display: block;
  margin-bottom: 1.7rem;
  /*--Matches p tag margin--*/ }

/****************************** NEWS MODULE CSS *****************************************/
.module-nw-search {
  position: relative; }
  .module-nw-search .search-inputs {
    margin-bottom: 1em; }
  .module-nw-search .search-option-submit {
    margin-top: 40px; }
    .module-nw-search .search-option-submit input[type=submit] {
      width: 50%; }

.module-nw-filters-list li {
  padding-bottom: 3px; }

.module-nw-detail .date {
  margin-bottom: 12px;
  display: block; }

.module-nw-detail ul {
  list-style-position: inside; }

.module-nw-detail img {
  max-width: 100%;
  height: auto; }

.module-nw-feature .core-li {
  list-style: none; }

.module-nw-feature .list-item-image {
  display: inline-block;
  margin: 0 1em 1em 0;
  width: 12%; }

.module-nw-feature .list-item-image img {
  max-width: 98%;
  margin-bottom: 0;
  width: 100%;
  margin-top: 8px !important; }

.module-nw-feature .list-item-copy {
  padding-left: 0 !important;
  display: inline-block;
  width: 80%;
  vertical-align: top; }

.module-nw-latest .list-item-image {
  display: inline-block;
  margin: 0 1em 1em 0;
  width: 12%;
  min-width: 75px; }

.module-nw-latest .list-item-image img {
  max-width: 98%;
  margin-bottom: 0;
  width: 100%;
  margin-top: 8px !important; }

.module-nw-latest .list-item-copy {
  padding-left: 0 !important;
  display: inline-block;
  width: 80%;
  vertical-align: top; }

.module-nw-results .list-item-image {
  display: inline-block;
  margin: 0 1em 1em 0;
  width: calc(100% - 89% - 1em);
  min-width: 75px; }

.module-nw-results .list-item-image img {
  margin-bottom: 0;
  margin-top: 8px !important; }

.module-nw-results .list-item-copy {
  padding-left: 0 !important;
  display: inline-block;
  width: 80%;
  vertical-align: top;
  min-width: 75px; }

.module-nw-latest .core-list {
  padding-left: 0; }

.module-nw-latest {
  margin-top: 50px; }
  .module-nw-latest .core-li {
    list-style: none; }
    .module-nw-latest .core-li .list-item-copy {
      padding-bottom: 1em; }

.module-nw-related .core-li {
  list-style-type: none;
  padding-bottom: 0.5em; }

.module-nw-filters-year {
  list-style-type: none; }

/*--Quick Search sidebar--*/
.module-nw-quick-search {
  padding: 15px; }
  @media (min-width: 768px) {
    .module-nw-quick-search {
      background-color: #f7f7f7;
      margin-bottom: 25px; } }
  .module-nw-quick-search label {
    font-size: inherit; }
  .module-nw-quick-search input {
    transition: none; }
  .module-nw-quick-search .reset-button {
    margin-top: 1em;
    border: 1px solid #b3b3b3; }
  .module-nw-quick-search .search-again-target > div {
    border-bottom: none; }

/*--Categories sidebar--*/
.module-nw-categories {
  padding: 15px; }
  @media (min-width: 768px) {
    .module-nw-categories {
      background-color: #f7f7f7;
      margin-bottom: 25px; } }
  .module-nw-categories .module-nw-filters-list {
    color: #0078C9; }

/*--News search results--*/
.module-nw-results .core-li {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 1em; }
  .module-nw-results .core-li:last-of-type {
    border-bottom: none; }
  .module-nw-results .core-li:before, .module-nw-results .core-li:after {
    content: " ";
    display: table; }
  .module-nw-results .core-li:after {
    clear: both; }
  .module-nw-results .core-li .list-item-image {
    float: left;
    margin: 0 1em 1em 0; }
    @media (max-width: 480px) {
      .module-nw-results .core-li .list-item-image {
        float: none;
        width: 100%; } }
    @media (max-width: 767px) {
      .module-nw-results .core-li .list-item-image {
        text-align: center; } }

.news-thumbnail {
  width: 300px; }

.module-nw-related {
  margin-bottom: 1em;
  padding: 0 1em; }
  .module-nw-related .read-more {
    width: 100%; }

.nw-search-option input[type=submit] {
  width: 200px; }

@media (max-width: 992px) {
  .nw-search-option {
    width: 100%; }
    .nw-search-option input[type=submit] {
      width: 100%; } }

@media (max-width: 768px) {
  .module-nw-search .search-inputs input[type=text] {
    /*--Prevents conflict with Bootstrap--*/
    width: 100%; } }

.item-url-news .date {
  margin-bottom: 20px; }

.module-ss-search-again {
  margin-bottom: 20px;
  width: 50%; }
  .module-ss-search-again .search-option-submit {
    margin-top: 30px; }
    .module-ss-search-again .search-option-submit input[type=submit] {
      width: 100%; }
  @media (max-width: 768px) {
    .module-ss-search-again {
      width: 100%; } }

.module-ss-results .module-ss-results-message h2 {
  font-size: 1.412em;
  line-height: 1.4;
  color: #4f4f4f;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .module-ss-results .module-ss-results-message h2 {
      line-height: 1.6;
      font-size: 1.176em;
      margin-bottom: 10px; } }

.module-ss-filters h2 {
  font-size: 1.412em;
  line-height: 1.4;
  color: #4f4f4f;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .module-ss-filters h2 {
      font-size: 1.43em;
      line-height: 1.45em;
      margin-bottom: 9px; } }

.module-ss-results {
  margin-top: 49px; }
  .module-ss-results h2 {
    font-size: 29px; }

.priority-message {
  background-color: #e7e7e7;
  padding: 1em; }
  .priority-message h3 {
    color: #1274b5;
    text-align: center;
    margin-bottom: 0; }

.search-result-item {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 15px;
  margin-top: 15px; }
  .search-result-item:last-of-type {
    border-bottom: none; }
  .search-result-item h3 {
    font-size: 1.3em; }

.module-ss-filters {
  background-color: #f7f7f7;
  padding: 1em; }

.module-ss-filters-list {
  list-style-type: none; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .stars-outer {
    margin-right: 0em !important; } }

.green-bolder {
  background-color: #7ebae3;
  color: #262626; }

#provider-directory-search-form {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    #provider-directory-search-form {
      margin-bottom: 58px; } }
  #provider-directory-search-form input[type=button] {
    width: 100%;
    margin-top: 24px; }
  #provider-directory-search-form .toggle-hide-show {
    margin-top: 1em;
    width: auto;
    padding: 0 13px;
    /*--Matches Bootstrap row in sibling--*/ }
  #provider-directory-search-form .tooltip-link {
    margin-left: 5px;
    vertical-align: middle; }

#provider-search-wrapper {
  font-size: 1.1em;
  display: flex; }
  #provider-search-wrapper .provider-search-column {
    width: 45%; }
    #provider-search-wrapper .provider-search-column .label-header {
      display: block;
      width: 100%;
      font-size: 1.3em;
      font-weight: normal;
      text-align: center;
      padding-bottom: 20px; }
      @media (min-width: 769px) {
        #provider-search-wrapper .provider-search-column .label-header {
          font-size: 21px; } }
      @media (min-width: 1024px) {
        #provider-search-wrapper .provider-search-column .label-header {
          font-size: 27px; } }
    #provider-search-wrapper .provider-search-column .label {
      font-size: 18px; }
    @media (max-width: 768px) {
      #provider-search-wrapper .provider-search-column .checkbox {
        text-align: center; } }
    @media (max-width: 768px) {
      #provider-search-wrapper .provider-search-column .search-option-submit {
        margin-top: 0; } }
  #provider-search-wrapper .spacer {
    width: 10%;
    display: flex;
    justify-content: center;
    padding-top: 50px; }

span.toggle {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26px !important;
  padding: 0 !important;
  height: 26px;
  line-height: 26px;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  font-weight: normal;
  text-indent: 0 !important; }
  span.toggle.toggle--open:after {
    display: inline-block;
    font-family: FontAwesome;
    content: '\f107';
    font-size: 1.2em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%; }
  span.toggle.toggle--close:after {
    display: inline-block;
    font-family: FontAwesome;
    content: '\f106';
    font-size: 1.2em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%; }

#provider-directory-search-specialty-service-dropdown, #locations-dropdown {
  display: none;
  position: relative;
  z-index: 12;
  background-color: #fff;
  overflow-y: scroll;
  max-height: 420px;
  /*.green-bolder {
        color: $primary-color;
    }*/ }
  #provider-directory-search-specialty-service-dropdown span, #locations-dropdown span {
    padding: 7px 12px;
    display: inline-block;
    width: 100%;
    line-height: 1.4em; }
  #provider-directory-search-specialty-service-dropdown li, #locations-dropdown li {
    font-size: 14px;
    list-style-type: none;
    white-space: normal;
    line-height: 2;
    overflow: hidden;
    cursor: default;
    display: block;
    color: #656565; }
    @media (min-width: 991px) {
      #provider-directory-search-specialty-service-dropdown li, #locations-dropdown li {
        font-size: 17px; } }
    #provider-directory-search-specialty-service-dropdown li > span, #locations-dropdown li > span {
      padding-left: 24px;
      margin-left: -12px;
      padding-right: 35px; }
    #provider-directory-search-specialty-service-dropdown li.sr-lvl, #locations-dropdown li.sr-lvl {
      display: none; }
    #provider-directory-search-specialty-service-dropdown li .sp-hover, #locations-dropdown li .sp-hover {
      background-color: #7ebae3; }
    #provider-directory-search-specialty-service-dropdown li .spec-item, #provider-directory-search-specialty-service-dropdown li .par-item, #locations-dropdown li .spec-item, #locations-dropdown li .par-item {
      cursor: pointer;
      position: relative; }
      #provider-directory-search-specialty-service-dropdown li .spec-item:hover, #provider-directory-search-specialty-service-dropdown li .par-item:hover, #locations-dropdown li .spec-item:hover, #locations-dropdown li .par-item:hover {
        background-color: #7ebae3;
        color: #262626; }
        #provider-directory-search-specialty-service-dropdown li .spec-item:hover .toggle, #provider-directory-search-specialty-service-dropdown li .par-item:hover .toggle, #locations-dropdown li .spec-item:hover .toggle, #locations-dropdown li .par-item:hover .toggle {
          border: 1px solid #666; }

.enhanced-search-wr, .locations-search-wr {
  margin: 0 !important;
  position: relative;
  overflow: visible !important;
  font-size: 17px; }
  .enhanced-search-wr h3.type-h, .locations-search-wr h3.type-h {
    background-color: #f7f7f7;
    padding: 8px 12px;
    margin-bottom: .3em;
    font-weight: bold !important;
    font-size: 14px !important; }
    @media (min-width: 991px) {
      .enhanced-search-wr h3.type-h, .locations-search-wr h3.type-h {
        font-size: 17px !important; } }
  .enhanced-search-wr #enhanced-search, .enhanced-search-wr #locations-search, .locations-search-wr #enhanced-search, .locations-search-wr #locations-search {
    border: none !important;
    height: 48px;
    padding: 6px 35px 6px 14px;
    background: transparent;
    text-overflow: ellipsis;
    cursor: pointer; }
    @media (max-width: 768px) {
      .enhanced-search-wr #enhanced-search, .enhanced-search-wr #locations-search, .locations-search-wr #enhanced-search, .locations-search-wr #locations-search {
        height: 38px; } }
  .enhanced-search-wr .ui-autocomplete, .locations-search-wr .ui-autocomplete {
    z-index: 9;
    white-space: normal;
    max-height: 420px !important; }
  .enhanced-search-wr .ui-autocomplete.no-results li a, .locations-search-wr .ui-autocomplete.no-results li a {
    text-align: center;
    color: #383838 !important; }
  .enhanced-search-wr .ui-autocomplete.no-results li:hover, .locations-search-wr .ui-autocomplete.no-results li:hover {
    background-color: transparent; }
  .enhanced-search-wr .ui-autocomplete li.ui-menu-item a, .locations-search-wr .ui-autocomplete li.ui-menu-item a {
    color: #1274b5;
    padding-left: 12px;
    text-indent: -12px;
    display: block; }
  .enhanced-search-wr .ui-autocomplete li.ui-menu-item, .locations-search-wr .ui-autocomplete li.ui-menu-item {
    padding: 8px 14px !important; }
  .enhanced-search-wr .ui-autocomplete li .lato-bold, .locations-search-wr .ui-autocomplete li .lato-bold {
    color: #003e74;
    font-weight: bold; }

.provider-text-feature .text-feature-block h3 {
  text-align: center; }

.provider-text-feature .text-feature-block .description {
  text-align: center; }

.provider-text-feature .text-feature-block a[href^=tel] {
  pointer-events: auto; }

.content-copy {
  background-color: #f7f7f7; }
  .content-copy .content-display .col-md-7 {
    padding: 37px; }
  .content-copy .text-feature-wrapper {
    padding: 37px; }
    .content-copy .text-feature-wrapper.provider-text-feature .text-feature-block p {
      color: #fff; }
    .content-copy .text-feature-wrapper .text-feature-block {
      /*--Over-ride global feature strip styles due to specific needs of module design--*/
      width: auto;
      height: auto;
      background-color: #003e74;
      color: #fff;
      padding: 30px 30px; }
      .content-copy .text-feature-wrapper .text-feature-block .img-holder,
      .content-copy .text-feature-wrapper .text-feature-block h3,
      .content-copy .text-feature-wrapper .text-feature-block a {
        color: #fff; }
      .content-copy .text-feature-wrapper .text-feature-block a:hover {
        text-decoration: underline; }

@media (max-width: 768px) {
  #provider-search-wrapper {
    display: block; }
    #provider-search-wrapper .provider-search-column {
      width: 100%; }
  .content-copy .text-feature-block {
    display: block;
    padding: 30px;
    margin: 0 auto; }
    .content-copy .text-feature-block .img-holder {
      float: none;
      margin: 0 auto; } }

/*--Physician Search Listing--*/
@media (max-width: 991px) {
  .module-pd-results .results-filter-label {
    width: 51%; } }

@media (max-width: 767px) {
  .module-pd-results .results-filter-label {
    width: 100%; } }

@media (max-width: 991px) {
  .module-pd-results .provider-search-column {
    width: 49%; } }

@media (max-width: 767px) {
  .module-pd-results .provider-search-column {
    width: 100%; } }

@media (max-width: 767px) {
  .module-pd-results #pnlShowLocation label {
    font-size: 1.15em; } }

.module-pd-results #pnlFindLocation {
  text-align: right; }
  @media (max-width: 767px) {
    .module-pd-results #pnlFindLocation .geolocation-link {
      font-size: 1.15em; } }

.module-pd-results .listing {
  border-bottom: 1px solid #b3b3b3;
  margin: 15px 0;
  padding-bottom: 15px; }
  .module-pd-results .listing:last-of-type {
    border-bottom: none; }
  @media (min-width: 769px) {
    .module-pd-results .listing {
      padding-bottom: 5px; } }

.module-pd-results .form-inline {
  text-align: right; }
  .module-pd-results .form-inline .form-group .selectbox {
    display: inherit;
    vertical-align: middle; }
    @media (min-width: 992px) {
      .module-pd-results .form-inline .form-group .selectbox {
        width: 200px; } }
    .module-pd-results .form-inline .form-group .selectbox .jcf-select-ddlsortby-physiciansearch {
      text-align: left; }
  @media (max-width: 480px) {
    .module-pd-results .form-inline {
      text-align: left; } }

@media (min-width: 992px) {
  .module-pd-detail-image {
    width: 94%; } }

.module-pd-detail-image img {
  width: 100%;
  height: auto;
  max-width: 100% !important;
  margin-top: 0; }

.module-pd-thumbnail {
  width: 150px; }
  @media (max-width: 767px) {
    .module-pd-thumbnail {
      margin: 0 auto; } }
  @media (max-width: 991px) {
    .module-pd-thumbnail img {
      max-width: none; } }

@media (min-width: 992px) {
  .col-int-img {
    width: auto !important; } }

.listing-item-more-link {
  margin-top: 10px; }
  .listing-item-more-link .btn {
    width: 150px;
    /*--Matches thumbnail width--*/
    font-weight: bold; }
    @media (max-width: 991px) {
      .listing-item-more-link .btn {
        font-size: 1em;
        width: 100% !important; } }
  .listing-item-more-link .btn-default {
    border: 1px solid #b3b3b3; }
  @media (max-width: 767px) {
    .listing-item-more-link {
      margin: 0 auto; } }

.provider-listing-medical-group-image {
  float: right;
  top: 35px;
  position: relative;
  margin-bottom: 1.77em; }
  .provider-listing-medical-group-image img {
    margin-top: 0; }

.medical-group-mobile-link {
  margin-left: 11px; }

.module-pd-listing-info h2 {
  margin: 0 0 25px 0;
  font-size: 1.412em; }

.office-detail p {
  margin-bottom: 0; }

.office-detail h4 {
  margin-bottom: 0;
  font-size: 1em; }

.module-pd-office-item {
  width: 50%; }
  .module-pd-office-item .map:before {
    font-family: "henryford-icons";
    content: "b";
    /*--Prevent pseudo-element from underlining on hover--*/
    pointer-events: none;
    display: inline-block;
    margin-right: 0.3em; }
  .module-pd-office-item .rel-loc-dist {
    color: #5e7500; }
  .module-pd-office-item h5 {
    font-weight: bold; }
  @media (max-width: 768px) {
    .module-pd-office-item {
      width: 100%;
      margin-bottom: 1em; } }

/*--Search Again sidebar--*/
#provider-search-again-wrapper h3 {
  margin-top: 0px;
  font-weight: normal;
  font-size: 25px; }

#provider-search-again-wrapper #pnlFindLocation {
  margin: 12px 0; }

#provider-search-again-wrapper .checkbox label {
  margin-bottom: 20px;
  font-size: 1em; }
  @media (max-width: 992px) {
    #provider-search-again-wrapper .checkbox label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

#provider-search-again-wrapper .search-option-submit input {
  margin-top: 1em; }

@media (max-width: 992px) {
  .module-pd-listing-info {
    margin-top: 1em; }
  .listing-item-more-link {
    margin-top: 10px; } }

/*--Physician Detail--*/
.module-pd-profile-top span.fa {
  color: #0078C9;
  margin-right: 0.5em; }

.module-pd-profile-top .phones {
  font-size: 1.3em; }
  .module-pd-profile-top .phones:before {
    pointer-events: none; }

@media (max-width: 480px) {
  .module-pd-profile-top .pull-left, .module-pd-profile-top .pull-right {
    float: none !important; } }

.module-pd-profile-top .module-pd-info {
  margin-bottom: 25px;
  margin-left: 20px; }
  @media (max-width: 767px) {
    .module-pd-profile-top .module-pd-info {
      margin-left: 0; } }
  .module-pd-profile-top .module-pd-info .provider-detail-medical-group-image {
    display: inline-block; }
    .module-pd-profile-top .module-pd-info .provider-detail-medical-group-image a {
      display: block; }
      .module-pd-profile-top .module-pd-info .provider-detail-medical-group-image a img {
        margin-bottom: 0; }
  .module-pd-profile-top .module-pd-info .listing-item-more-link {
    margin-left: 0; }
    .module-pd-profile-top .module-pd-info .listing-item-more-link .detail-os-btn {
      width: auto !important; }
    .module-pd-profile-top .module-pd-info .listing-item-more-link .btn-success, .module-pd-profile-top .module-pd-info .listing-item-more-link .btn-primary {
      width: 330px; }
      .module-pd-profile-top .module-pd-info .listing-item-more-link .btn-success:hover, .module-pd-profile-top .module-pd-info .listing-item-more-link .btn-primary:hover {
        transform: none; }

@media (max-width: 768px) {
  .module-pd-profile-top .module-pd-detail-image {
    margin-bottom: 15px; }
  .module-pd-profile-top .provider-detail-medical-group-image img, .module-pd-profile-top .module-pd-detail-image img {
    display: block;
    margin: 0 auto; }
  .module-pd-profile-top .module-pd-info .listing-item-more-link {
    margin-left: 0; }
  .module-pd-profile-top .physician-ratings-and-comments {
    flex-direction: column;
    white-space: normal; }
  .module-pd-profile-top .module-pd-specialty-list {
    white-space: normal; }
  .module-pd-profile-top .stars-and-rating {
    display: flex;
    flex-direction: row; }
  .module-pd-profile-top .ratings-and-comments {
    display: flex;
    flex-direction: row; } }

.stars-and-rating {
  display: flex;
  flex-direction: row;
  align-items: center; }

.ratings-and-comments {
  display: flex;
  font-weight: bold; }

@media (max-width: 992px) {
  .physician-ratings-and-comments {
    flex-direction: column; } }

.provider-utility-nav-wrapper.affix-top {
  top: 15.9em; }

.provider-utility-nav-wrapper.affix-top {
  top: 15.9em; }

.provider-utility-nav-wrapper.affix {
  top: 20%; }

@media (min-width: 1300px) {
  .provider-utility-nav-wrapper.affix-top {
    top: 16.3em; } }

@media (min-width: 1071px) and (max-width: 1200px) {
  .provider-utility-nav-wrapper.affix-top {
    top: 15.5em; } }

@media (min-width: 1025px) and (max-width: 1070px) {
  .provider-utility-nav-wrapper.affix-top {
    top: 18.2em; } }

@media (min-width: 992px) and (max-width: 1024px) {
  .provider-utility-nav-wrapper.affix-top {
    top: 18em; } }

@media (min-width: 768px) and (max-width: 991px) {
  .provider-utility-nav-wrapper.affix-top {
    top: 12.5em; } }

.provider-utility-nav {
  font-size: 1.133em; }
  .provider-utility-nav li {
    margin: 12px;
    line-height: 1.706em;
    padding-left: 0;
    list-style-type: none; }
    .provider-utility-nav li.active {
      font-weight: normal; }
    .provider-utility-nav li a {
      padding: 8px 0 7px 17px; }
      .provider-utility-nav li a:hover {
        text-decoration: none;
        color: #b55400;
        transition: all 0.3s ease-in-out; }
    .provider-utility-nav li.active > a {
      border: none;
      color: #b55400;
      position: relative; }
      .provider-utility-nav li.active > a:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        width: 8px;
        background: #fe8011; }
        @media (max-width: 1599px) {
          .provider-utility-nav li.active > a:before {
            width: 7px; } }
        @media (max-width: 991px) {
          .provider-utility-nav li.active > a:before {
            width: 5px; } }

/*.active-section {

    padding-top: 14em;
}

.active-section-no-banner {
    padding-top: 6.063em;
}

.active-section-first {
    padding-top: 112px;
}*/
.provider-info-header {
  border-bottom: 1px solid #b3b3b3; }
  .provider-info-header h2 {
    font-weight: normal; }

@media (max-width: 1023px) {
  #provider-ratings-section .provider-info-content {
    padding: 20px 28px 28px 13px; }
  .provider-info-content .overall-patient-ratings-div {
    margin-bottom: 0; } }

.provider-info-content {
  padding: 28px 28px 28px 13px;
  /*p {
        margin-bottom: 0;
    }*/ }
  .provider-info-content .row {
    margin-bottom: 22px; }
  .provider-info-content .service-list ul {
    margin-bottom: 0; }
    .provider-info-content .service-list ul li:last-of-type {
      padding-bottom: 0; }

.pubmed-link:after {
  font-family: "henryford-icons";
  content: "d";
  /*--Prevent pseudo-element from underlining on hover--*/
  pointer-events: none;
  display: inline-block;
  font-size: 0.7em;
  margin-left: 0.3em; }

/*--Lower Tabs--*/
.provider-media-tab {
  width: 50% !important; }

#provider_tab_2 .slide .post-block {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 991px) {
    #provider_tab_2 .slide .post-block time {
      font-size: 1.4rem; } }
  @media (max-width: 991px) {
    #provider_tab_2 .slide .post-block h3 {
      font-size: 1.6rem; } }
  #provider_tab_2 .slide .post-block h3 a {
    transition: none; }
  #provider_tab_2 .slide .post-block .text-holder {
    padding-bottom: 0;
    margin-bottom: 0; }
  #provider_tab_2 .slide .post-block ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-bottom: 0;
    padding-bottom: 0; }
    #provider_tab_2 .slide .post-block ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 48%;
      border-top: 1px solid #e7e7e7;
      padding-top: 1.5em;
      padding-bottom: 1em; }
      @media (max-width: 991px) {
        #provider_tab_2 .slide .post-block ul li {
          border-top: none; } }
      #provider_tab_2 .slide .post-block ul li:after {
        content: ''; }
      #provider_tab_2 .slide .post-block ul li:first-of-type, #provider_tab_2 .slide .post-block ul li:nth-child(2) {
        border-top: none; }
      @media (max-width: 991px) {
        #provider_tab_2 .slide .post-block ul li:last-of-type {
          border-bottom: none !important; } }
      @media (max-width: 768px) {
        #provider_tab_2 .slide .post-block ul li {
          width: 100%; } }

#provider_tab_2 .link {
  margin-left: .9em; }

/*--Videos in lower tabs--*/
#provider-media-section .tab-wrapper {
  padding: 0 0 28px; }
  #provider-media-section .tab-wrapper .tab-content ul.accordion {
    margin-top: 0;
    margin-bottom: 0; }
    #provider-media-section .tab-wrapper .tab-content ul.accordion li {
      list-style-type: none;
      margin-left: 0;
      padding-left: 0;
      margin-bottom: 0; }
  #provider-media-section .tab-wrapper .managing-block {
    margin-top: 45px; }
    @media (max-width: 768px) {
      #provider-media-section .tab-wrapper .managing-block .tab-content .accordion li {
        border-bottom: 1px solid #b3b3b3;
        position: relative !important; } }
  @media (max-width: 768px) and (max-width: 991px) {
    #provider-media-section .tab-wrapper .managing-block .tab-content .accordion li.active {
      border-bottom: none !important; } }

#provider-media-section .video-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

#provider-media-section .video-item {
  width: 45%;
  position: relative; }
  @media (max-width: 991px) {
    #provider-media-section .video-item img {
      max-width: 100%;
      width: 100%; } }

#provider-media-section .video-item-image {
  position: absolute;
  top: 30%;
  left: 42%; }

@media (min-width: 768px) and (max-width: 992px) {
  #provider-media-section .video-item {
    width: 100%; } }

@media (max-width: 480px) {
  #provider-media-section .video-item-image img {
    max-width: 80%; }
  #provider-media-section .video-wrapper {
    display: block; }
  #provider-media-section .video-item {
    width: auto; } }

/*--Provider Map--*/
.module-pd-office-listing {
  /*--Using flexbox here instead of Bootstrap columns because of an edge case wrapping issue. If three office locations were present for a physician, but one had less than three lines in their address, the third location pushed to the right instead of wrapping normally. Flexbox ensures equal height, which prevents this edge case.--*/
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: 0; }
  .module-pd-office-listing .provider-info-header {
    margin-bottom: 35px; }
  .module-pd-office-listing h3 {
    font-size: 1em; }

#provider-locations-section .module-pd-office-listing {
  display: block;
  /*--Shouldn't inherit flex styles here--*/ }

.provider-offices-list {
  padding: 0 0.9em; }
  .provider-offices-list .row {
    position: relative;
    margin-bottom: 2em;
    width: 100%;
    margin-left: 0;
    clear: both; }
    @media (min-width: 768px) {
      .provider-offices-list .row {
        flex-basis: 49%;
        max-width: 49%; }
        .provider-offices-list .row.odd {
          padding-right: 3rem; } }
  .provider-offices-list h5 {
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bold;
    margin-left: 35px; }
    .provider-offices-list h5 a {
      color: #1274b5; }
  .provider-offices-list span.ico-pin {
    position: absolute;
    left: 0;
    top: 0; }
  .provider-offices-list .map-link {
    margin-left: 35px; }
  .provider-offices-list .office-address-wrapper {
    padding-left: 0;
    margin-left: 35px; }
    .provider-offices-list .office-address-wrapper address {
      margin-bottom: 0; }
  .provider-offices-list .map:before {
    font-family: "icomoon";
    content: "";
    /*--Prevent pseudo-element from underlining on hover--*/
    pointer-events: none;
    display: inline-block;
    margin-right: 0.5em; }

.physician-location-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

.physician-location-column {
  width: 100%; }
  .physician-location-column h3 {
    margin-bottom: 0; }

#provider-affiliations-section {
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .provider-offices-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

@media (max-width: 992px) {
  .physician-location-wrapper {
    flex-direction: column-reverse; }
  .physician-location-column {
    width: 100%; }
  .provider-offices-list span {
    left: 0; }
  .provider-offices-list .map-link {
    padding-left: 0; } }

#provider-locations-section {
  margin-bottom: 50px; }

/* Physician Ratings in Search Results Listing View  */
.stars {
  background-image: url("../images/stars.svg");
  background-size: 120px;
  background-repeat: no-repeat;
  height: 26px;
  width: 120px;
  overflow: hidden; }
  .stars.stars-outer {
    background-position: 0 -27px;
    margin-top: 0.2em; }
  .stars.stars-inner {
    transition: width 1s ease-in-out;
    width: 0%; }

.module-pd-patient-comments .comments-no-comments {
  padding-left: 1.9em; }

.module-pd-thumbnail img {
  margin-bottom: 0em; }

.module-pd-results .physician-ratings-and-comments .physician-total-ratings {
  padding-left: 0em; }

.overall-rating-span {
  line-height: 2;
  font-weight: bold; }

.physician-total-ratings {
  padding-left: 0.625em;
  font-weight: bold; }

.physician-total-comments {
  font-weight: bold; }

.physician-asterisk {
  padding-left: .3em;
  padding-right: .3em; }

.module-pd-specialty-list p {
  margin-bottom: 15px; }

@media (min-width: 992px) {
  .physician-ratings-and-comments {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 2.3; } }

@media (min-width: 1025px) {
  .module-pd-specialty-list {
    white-space: normal; } }

@media (max-width: 768px) {
  .overall-rating-span {
    line-height: 2.5; } }

@media (max-width: 768px) {
  .module-pd-listing-info .phones {
    padding-bottom: 0.625em; } }

/* Dyanmic Doctors */
.module-pd-listing-info .physician-ratings-and-comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap; }

/* Physician Ratings in Physician Details View */
@media (min-width: 1025px) {
  .office-detail {
    white-space: normal; } }

.provider-detail-img-and-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0.5; }

.provider-detail-img-and-ratings .physician-ratings-and-comments {
  line-height: 0em;
  padding-bottom: 1.5em;
  padding-top: 0.5em; }

.provider-detail-img-and-ratings .ratings-and-comments {
  margin-top: 1.250em; }

.provider-detail-img-and-ratings .ratings-and-comments .physician-total-ratings {
  margin-top: 10px;
  padding-left: 0em; }

@media (max-width: 768px) {
  .module-pd-profile .physician-directory-info .provider-detail-img-and-ratings {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .provider-detail-img-and-ratings .physician-ratings-and-comments {
    padding-left: 0em; }
  .physician-directory-info .module-pd-specialty-list {
    padding-top: 1em; }
    .physician-directory-info .module-pd-specialty-list.service-list {
      padding-top: 0; } }

.overall-patient-ratings-div .physician-ratings-and-comments {
  white-space: nowrap; }

.overall-ratings-title {
  white-space: nowrap;
  font-size: 1.1em; }

.overall-patient-ratings-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1.250em;
  padding-left: 1.750em; }

.patient-rating-overview {
  margin-left: 1.875em; }

.module-pd-patient-comments .comments-show-more {
  display: flex;
  align-items: center; }

@media (max-width: 768px) {
  .overall-patient-ratings-div {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0em; }
  .patient-rating-overview {
    margin-left: 0em;
    margin-top: 1.25em; } }

.overall-patient-ratings-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1; }

.module-pd-patient-comments .comment-row-even {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.module-pd-patient-comments .comment-row-odd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.module-pd-patient-comments .comment-date {
  margin: 1em 1em 1em 2em;
  font-size: 1em; }

.module-pd-patient-comments .comment-text {
  margin: 1em; }

@media (max-width: 768px) {
  .module-pd-patient-comments .comment-date {
    font-size: .941em; } }

.overall-patient-ratings-info .col-md-3 {
  padding-left: 0em; }

.overall-ratings-and-comments {
  display: flex;
  margin-top: 0.313em; }

/* prox-nav update*/
.hidden-anchor {
  position: absolute;
  top: -100px; }

.arrow-down-button {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #1274b5; }

.show-more-comments-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 678px) {
  .arrow-down-button {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1274b5; } }

.comments-no-comments {
  padding-left: 1.18em; }

@media (max-width: 1023px) {
  .comments-no-comments {
    padding-left: 1.12em; } }

.physician-directory-info .provider-detail-medical-group-image {
  padding-right: 1.25em; }

.comment-row-even {
  background: #f7f7f7; }

.comment-row-od {
  background: white; }

.provider-detail .provider-overview-section .hidden-xs {
  padding-bottom: 0.6em; }

.comments-show-more {
  padding: 0.7em;
  font-size: 1.12em; }

.comments-show-more:hover {
  cursor: pointer; }

#arrow-btn-left {
  margin-top: 0.1em; }

#arrow-btn-right {
  margin-top: 0.1em; }

.stars .stars-outer {
  margin-right: 0.625em; }

.overall-rating-span {
  margin-left: 0.6em;
  display: inline; }

#commentsDiv {
  width: 102%; }

@media (min-width: 768px) and (max-width: 1023px) {
  .overall-patient-ratings-div {
    padding-left: 1em; } }

@media (max-width: 768px) {
  .module-pd-patient-comments .comment-row-even {
    flex-direction: column; }
  .module-pd-patient-comments .comment-row-odd {
    flex-direction: column; }
  .module-pd-patient-comments .comment-text {
    margin-top: 0em !important; }
  .module-pd-patient-comments .comment-date {
    margin: 1.12em;
    margin-bottom: 0em !important; }
  .module-pd-patient-comments .comments-show-more {
    white-space: nowrap; }
  .overall-rating-span {
    margin-left: 0.8em; }
  .overall-ratings-title {
    font-size: 1.2em; } }

@media (max-width: 1023px) {
  .module-pd-patient-comments .comment-date {
    margin: 1.12em; }
  .module-pd-patient-comments .overall-patient-ratings-div {
    margin-bottom: 0em; }
  .module-pd-patient-comments .comment-text {
    margin: 1.12em; } }

.module-pd-listing-info .physician-ratings-and-comments .ratings-and-comments {
  line-height: 2;
  margin-left: 0.625em; }

@media (max-width: 768px) {
  .module-pd-listing-info .physician-ratings-and-comments .ratings-and-comments {
    margin-left: 0em; } }

.provider-detail-img-and-ratings .overall-rating-span {
  display: inline; }

/* Media Query for IE */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .stars {
    background-image: url("../images/stars.svg");
    background-size: 120px;
    background-repeat: no-repeat;
    height: 26px;
    white-space: nowrap;
    overflow: hidden; }
  .provider-detail-img-and-ratings .overall-rating-span {
    display: inline; }
  .module-pd-listing-info .col-md-6 {
    width: 65%; } }

.module-pd-office-listing .module-pd-office-item {
  margin-top: 0em; }

@media (min-width: 769px) {
  .module-pd-office-listing .module-pd-office-item {
    padding-right: 10px;
    padding-bottom: 10px; } }

.provider-listing-medical-group-image img {
  margin-bottom: 0em !important; }

/* Galaxy Tab 2 10.1 */
@media (min-width: 799px) and (max-width: 1023px) {
  .content .physician-directory-info .provider-detail-medical-group-image {
    padding-right: 0em; }
  .provider-detail-img-and-ratings .physician-ratings-and-comments {
    padding-bottom: 0em; } }

@media (min-width: 1025px) {
  .col-md-9 .module-pd-listing-info {
    width: 115%; } }

/* Prox Nav */
/*.prox-nav-banner {
    padding-top: 5.625em;
}*/
/*.prox-nav-banner-overview {
    padding-top: 13.5em;
}*/
@media (max-width: 1024px) {
  .physician-ratings-and-comments {
    display: flex;
    flex-direction: column; }
  .module-pd-listing-info .physician-ratings-and-comments .ratings-and-comments {
    margin-left: 0em; } }

.two-columns .back {
  margin-top: .3em; }

@media (max-width: 767px) {
  .module-lc-search div[class*='col'] {
    padding-left: 0; } }

.module-lc-search .form-group {
  text-align: left;
  padding-right: 32px; }
  @media (max-width: 767px) {
    .module-lc-search .form-group {
      padding-right: 0; } }

.module-lc-search label {
  font-weight: normal;
  font-size: 1.2em; }

.module-lc-search label[for="LocationsZip"] a.tooltip-link {
  margin-top: 0; }

.module-lc-search .search-option-submit {
  margin-top: 50px; }
  .module-lc-search .search-option-submit.no-padding {
    padding-right: 32px; }
    @media (max-width: 767px) {
      .module-lc-search .search-option-submit.no-padding {
        padding-right: 0; } }
  .module-lc-search .search-option-submit input[type=button]:not(.btn-default):not(.reset) {
    width: 100%; }

.module-lc-results {
  margin-bottom: 1.7rem; }
  .module-lc-results .module-lc-thumbnail img {
    width: 100%;
    height: auto; }

.location-layout-frame {
  margin-top: 50px; }
  .location-layout-frame.content {
    padding-top: 20px; }

@media (max-width: 767px) {
  .module-ce-search .pnlFindLocation .geolocation-link {
    font-size: 1.15em; } }

@media (max-width: 767px) {
  .module-ce-search #pnlShowLocation label {
    font-size: 1.15em; } }

#location-search-again-form {
  padding: 15px; }
  @media (min-width: 768px) {
    #location-search-again-form {
      background-color: #f7f7f7;
      margin-bottom: 25px; } }
  #location-search-again-form h3 {
    margin-top: 0px;
    font-weight: normal;
    font-size: 25px; }
  #location-search-again-form .search-option-submit input {
    width: 100%;
    margin-bottom: 24px; }

.module-lc-info h4 {
  margin-top: 0px;
  font-weight: normal; }

.module-lc-info .map:before {
  font-family: "henryford-icons";
  content: "b";
  /*--Prevent pseudo-element from underlining on hover--*/
  pointer-events: none;
  display: inline-block;
  margin-right: 0.3em; }

@media (max-width: 767px) {
  .module-lc-info .location-content .phones:before {
    display: none; } }

@media (max-width: 767px) {
  .module-lc-info .location-content .phones .phone-label {
    display: none; } }

.distance {
  color: #5e7500; }

h1.loc-detail-h1 {
  position: relative;
  text-align: center;
  font-family: "Domine", serif;
  font-size: 2.8rem;
  margin-top: 3.5rem;
  margin-bottom: 6rem;
  padding-bottom: 2.5rem; }
  @media (max-width: 1024px) {
    h1.loc-detail-h1 {
      margin-top: 2rem; } }
  @media (max-width: 767px) {
    h1.loc-detail-h1 {
      font-size: 1.3em;
      padding-bottom: 0;
      margin-bottom: 30px;
      margin-top: 10px; } }
  h1.loc-detail-h1:after {
    content: '' !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    background: #b3b3b3;
    width: 255px; }
    @media (max-width: 767px) {
      h1.loc-detail-h1:after {
        display: none; } }

.location-detail {
  /* address style */
  margin-bottom: 31px; }
  @media (max-width: 991px) {
    .location-detail .img-holder img {
      margin-top: 0; } }
  .location-detail .address-block {
    line-height: 1.588em; }
    .location-detail .address-block .phones {
      display: block;
      align-content: inherit; }
      .location-detail .address-block .phones:before {
        content: none; }
      .location-detail .address-block .phones .location-phone {
        width: 100%; }
        .location-detail .address-block .phones .location-phone.office-phone:before {
          font-family: henryford-icons;
          content: '\66';
          margin-right: 0.3em;
          font-size: 1.24em; }
    .location-detail .address-block .tel-links {
      width: 90%; }
    .location-detail .address-block .location_phone {
      display: block; }
    .location-detail .address-block p {
      margin-bottom: 15px; }
      @media (max-width: 991px) {
        .location-detail .address-block p {
          margin-bottom: 15px; } }
    .location-detail .address-block .address-l {
      margin-right: 40px; }
    .location-detail .address-block .address-l, .location-detail .address-block .map-l {
      display: inline-block;
      margin-bottom: 10px; }
      @media (max-width: 991px) {
        .location-detail .address-block .address-l, .location-detail .address-block .map-l {
          width: 100%; } }
    .location-detail .address-block .map-l .map {
      padding-left: 0;
      margin-top: 0; }
      @media (min-width: 768px) {
        .location-detail .address-block .map-l .map {
          padding-left: 30px; } }
    .location-detail .address-block .title {
      display: block;
      margin-bottom: 1px; }
      @media (max-width: 767px) {
        .location-detail .address-block .title {
          margin-bottom: 0; } }
    .location-detail .address-block address {
      line-height: 1.5;
      margin-bottom: 6px; }
    .location-detail .address-block .time {
      margin-bottom: 23px; }
      @media (max-width: 991px) {
        .location-detail .address-block .time {
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        .location-detail .address-block .time {
          padding: 18px 0 17px;
          margin-bottom: 0; } }
      .location-detail .address-block .time strong {
        display: block; }
    .location-detail .address-block .service-list {
      font-size: 1.119em;
      line-height: 1; }
      @media (max-width: 767px) {
        .location-detail .address-block .service-list {
          font-size: 1.143em; } }
      @media (max-width: 767px) {
        .location-detail .address-block .service-list li {
          padding: 0 0 18px 16px; }
          .location-detail .address-block .service-list li:after {
            font-size: 6px;
            left: -3px; } }
    .location-detail .address-block .btn-success {
      padding: 8px 73px 10px 52px;
      font-size: 1.176em;
      margin-bottom: 36px; }
      .location-detail .address-block .btn-success:focus, .location-detail .address-block .btn-success:hover {
        color: #1f2600; }
      @media (max-width: 767px) {
        .location-detail .address-block .btn-success {
          display: block;
          margin-bottom: 15px;
          padding: 10px 73px 8px 52px; } }
  .location-detail address a {
    position: relative;
    padding-left: 0;
    display: inline-block;
    vertical-align: inherit; }
    @media (max-width: 767px) {
      .location-detail address a {
        padding-left: 0; } }
    .location-detail address a:before {
      display: inline-block;
      vertical-align: middle;
      padding-right: 10px;
      font: 1.3em/1 'icomoon'; }
  .location-detail address .map:before {
    content: "\e908"; }
  .location-detail address .mobile:before {
    content: "\e903";
    left: -20px; }
    @media (max-width: 991px) {
      .location-detail address .mobile:before {
        left: -15px; } }
    @media (max-width: 767px) {
      .location-detail address .mobile:before {
        left: 2px; } }
  @media (max-width: 991px) {
    .location-detail address {
      margin-bottom: 0; } }
  .location-detail address .holder {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 179px); }
    @media (max-width: 767px) {
      .location-detail address .holder {
        width: calc(100% - 125px); } }
  .location-detail address .col .map {
    margin: 0;
    width: 124px;
    padding-left: 33px; }
    @media (max-width: 767px) {
      .location-detail address .col .map {
        width: 100px;
        padding-left: 23px; } }
    .location-detail address .col .map:before {
      left: 0; }
  @media (max-width: 767px) {
    .location-detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column; }
      .location-detail .address-block {
        order: 2; }
      .location-detail .img-block {
        order: 1; } }
  @media (max-width: 767px) {
    .location-detail .text-right {
      text-align: center; } }
  .location-detail .phones, .location-detail .accept-patients, .location-detail .loc-detail-links {
    line-height: 1.9em;
    margin-bottom: 10px; }

.note-text {
  display: block;
  position: relative;
  color: #b55400;
  font-weight: bold;
  font-size: .95em;
  line-height: 1.4em;
  padding-left: 2.5em;
  margin: 1em 0; }
  @media (max-width: 991px) {
    .note-text {
      font-size: 1.071em; } }
  .note-text:after {
    content: "\e914";
    position: absolute;
    left: 0;
    top: 0;
    font: 1.77em/1 'icomoon'; }

.schedule-block {
  margin-bottom: 26px;
  /* schedule list styles */ }
  @media (max-width: 767px) {
    .schedule-block {
      margin-bottom: 15px; } }
  .schedule-block strong {
    text-transform: capitalize;
    font-size: 1.118em;
    line-height: 1.2;
    display: block;
    margin-bottom: 11px; }
  .schedule-block ul li {
    margin-bottom: 10px; }
    .schedule-block ul li span {
      display: block; }
    .schedule-block ul li time {
      display: inline-block;
      vertical-align: top;
      margin: 0; }
    .schedule-block ul li .link {
      font-weight: 400;
      font-size: 1em; }

.module-lc-hours h4 {
  margin-top: 0; }

@media (max-width: 767px) {
  .location-map-block .container > h2 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 3em; } }

@media (max-width: 767px) {
  .location-map-block .container > .row {
    position: relative; } }

.location-map-block .jcf-select {
  left: 0 !important;
  width: 100% !important; }

.col-md-right-border {
  border-right: 1px solid #b3b3b3; }
  @media (max-width: 767px) {
    .col-md-right-border {
      border-right: none; } }

.col-left-padding {
  padding-left: 45px !important; }

@media (max-width: 767px) {
  .lc-border-top-gray {
    border-top: 1px solid #b3b3b3;
    margin-top: 2em;
    padding-top: 1.5em; } }

.loc-detail-physicians {
  line-height: 1.9em;
  margin-bottom: 10px; }
  .loc-detail-physicians .link {
    font-size: inherit;
    line-height: 1.7rem;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 14px; }
    @media (max-width: 767px) {
      .loc-detail-physicians .link {
        padding-right: 18px; } }
    .loc-detail-physicians .link:focus, .loc-detail-physicians .link:hover {
      text-decoration: underline; }
    .loc-detail-physicians .link:before {
      content: "\f101";
      font-size: inherit;
      line-height: 1;
      font-family: FontAwesome;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      color: #0078C9;
      font-weight: normal; }
      @media (max-width: 767px) {
        .loc-detail-physicians .link:before {
          font-size: 18px;
          margin-top: -1px; } }

.label--loc {
  padding: .2em .6em .3em 0;
  line-height: 0; }
  .label--loc .tooltip-link {
    margin-top: 0; }

/*--Greeting Cards--*/
.module-gc-greetingcardscategories, .module-gc-greetingcardscategoryimages {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  margin-bottom: 50px; }
  .module-gc-greetingcardscategories .thumb-greeting, .module-gc-greetingcardscategoryimages .thumb-greeting {
    width: 25%; }
    .module-gc-greetingcardscategories .thumb-greeting img, .module-gc-greetingcardscategoryimages .thumb-greeting img {
      display: block; }
    .module-gc-greetingcardscategories .thumb-greeting span, .module-gc-greetingcardscategoryimages .thumb-greeting span {
      display: inline-block; }

/*--Greeting Cards form--*/
.item-url-greeting-cards .search-option-submit {
  /*--Hacky fix for WFFM--*/
  margin-bottom: 50px !important; }

/*--Greeting Cards preview--*/
.module-gc-greetingcardpreview {
  margin-bottom: 50px; }
  .module-gc-greetingcardpreview .btn {
    width: 40%;
    margin-top: 20px; }

@media (max-width: 480px) {
  .module-gc-greetingcardscategories, .module-gc-greetingcardscategoryimages {
    display: block; }
    .module-gc-greetingcardscategories .thumb-greeting, .module-gc-greetingcardscategoryimages .thumb-greeting {
      width: 50%;
      margin: 0 auto; } }

/****************************** SERVICES MODULE CSS *****************************************/
.module-sv-alpha {
  margin-bottom: 12px;
  overflow: hidden; }

.module-sv-search-custom {
  margin-top: 1em;
  padding-top: 1.6em; }

.module-sv-alpha-custom .ui-tabs .ui-tabs-nav li {
  border: none !important;
  border-top: 1px solid #b8b9b9 !important;
  margin: 0;
  border-top: 1px solid transparent !important;
  background-color: transparent; }

.module-sv-alpha-custom .ui-tabs .ui-tabs-nav {
  overflow: hidden;
  border-top: 0;
  border-bottom: 0;
  margin: 0; }

.tabs.services-custom .columns {
  margin-left: 0;
  padding-bottom: 0; }

.tabs.services-custom .columns {
  padding-bottom: 0; }

.sv-column {
  list-style: none;
  width: auto; }

.sv-column li {
  list-style-type: none !important;
  list-style: none !important; }

.sv-column-block {
  clear: left;
  float: left;
  margin-right: 25px;
  width: auto; }

.sv-column-block:nth-child(4n + 1),
.sv-column-block:nth-child(4n + 1) ~ .sv-column-block {
  clear: both;
  display: inline-flex;
  margin-right: 0; }

.module-sv-search h4 {
  margin-top: 0;
  padding-left: 13px; }

.module-sv-alpha-custom .ui-tabs .ui-tabs-nav li a, .module-sv-alpha-custom .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  padding: 9px 10px;
  display: inline-block; }

.module-sv-alpha-custom .ui-state-active a {
  color: #b55400; }

.module-sv-alpha-custom .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  border: 1px solid #ededed !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  padding-bottom: 0; }

.module-sv-alpha-custom .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  color: #a8d104; }

.module-sv-alpha-custom .ui-tabs .ui-tabs-panel .listing-item:last-child {
  border-bottom: none; }

.module-sv-alpha-custom .ui-tabs .ui-tabs-panel .listing-item.half:last-child {
  border-bottom: 1px solid #b8b9b9; }

.module-sv-alpha-custom .ui-tabs .ui-tabs-nav li {
  width: auto !important;
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 769px) {
    .module-sv-alpha-custom .ui-tabs .ui-tabs-nav li {
      margin-bottom: .3em; } }
  @media (min-width: 1600px) {
    .module-sv-alpha-custom .ui-tabs .ui-tabs-nav li {
      margin-bottom: 0; } }

.module-sv-alpha-custom .module-alphabet-list li:first-child {
  padding-left: 0 !important; }

.module-sv-alpha-custom .ui-tabs .ui-tabs-nav li .aspNetDisabled {
  color: #262626;
  text-decoration: none !important;
  color: #b3b3b3;
  pointer-events: none;
  cursor: default; }

.module-sv-alpha-custom .ui-tabs .ui-tabs-nav li.ui-tabs-selected .aspNetDisabled {
  color: #b3b3b3;
  text-decoration: none !important;
  pointer-events: none;
  cursor: default; }

.module-sv-alpha-custom .ui-tabs .ui-tabs-panel {
  padding: 1em 0;
  overflow: hidden; }

.module-sv-alpha-custom .ui-tabs .ui-tabs-panel > div {
  padding: 0; }

.module-sv-search-custom .search-option {
  width: 87.5%;
  margin-right: 1%;
  height: auto; }

.module-sv-search-custom .search-option input[type='text'] {
  font-size: 1em;
  height: 31px;
  background: url("/presentation/base/default/images/mobile-search.png") no-repeat 99% 50%; }

.module-sv-search-custom .search-option-submit {
  width: 11.5%;
  margin-top: 2px;
  height: 2.5em;
  float: right;
  padding-bottom: 0; }

.module-sv-search-custom .search-option-submit .search-submit {
  right: 0;
  left: auto;
  top: 0; }

.module-sv-search-custom .search-option-submit .search-submit input[type="submit"] {
  margin-top: 0;
  height: 26px; }

.col-8 .module-sv-alpha-custom .listing-item {
  font-size: 1.2em;
  margin-left: 0.45em;
  margin-right: 0.45em; }

.col-8 .module-sv-alpha-custom .listing-item.half {
  width: 45%;
  margin-right: 2.5%;
  position: relative;
  display: inline-block; }

.module-sv-featured h2 {
  margin-top: 0px;
  line-height: 16px; }

.content .module-sv-featured .two-col li {
  border-bottom: 0px;
  padding-bottom: 2px;
  font-size: 1.2em; }

@media only screen and (max-width: 44.063em) {
  .sv-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }

/*--Services Search Results--*/
.module-sv-search .search-option-submit input[type=submit] {
  width: 50%;
  margin: 0 0 25px 0; }

@media (max-width: 992px) {
  .module-sv-search input {
    width: 80%; }
  .module-sv-search .search-option-submit input[type=submit] {
    width: 80%;
    margin-top: 20px; } }

.services-result {
  border-bottom: 1px solid #b3b3b3;
  margin-top: 15px; }
  .services-result:last-of-type {
    border-bottom: none; }
  .services-result .listing-item-teaser {
    padding-bottom: 15px; }

/* Header Services Styling */
.nav-accordion .module-sv-alpha-custom h3 {
  width: 95%;
  padding-right: 1em;
  font-size: 1em;
  color: #fff; }

.nav-accordion .module-sv-alpha-custom .ui-tabs {
  width: 100%;
  float: left; }
  .nav-accordion .module-sv-alpha-custom .ui-tabs .module-alphabet-list {
    width: 95%;
    padding-right: 1em;
    font-size: 1em;
    border-bottom: 2px solid #7798b4;
    color: #fff;
    padding-bottom: .2em;
    overflow: visible;
    float: left; }
    .nav-accordion .module-sv-alpha-custom .ui-tabs .module-alphabet-list .ui-tabs-anchor {
      color: #fff;
      transition: color 0.3s ease-in-out;
      font-size: .9em;
      border-bottom: 5px solid transparent;
      padding-bottom: .26em;
      line-height: 1em; }
      @media (min-width: 769px) {
        .nav-accordion .module-sv-alpha-custom .ui-tabs .module-alphabet-list .ui-tabs-anchor {
          padding: 4px 10px; } }
      @media (min-width: 1600px) {
        .nav-accordion .module-sv-alpha-custom .ui-tabs .module-alphabet-list .ui-tabs-anchor {
          padding: 4px .5em; } }
      .nav-accordion .module-sv-alpha-custom .ui-tabs .module-alphabet-list .ui-tabs-anchor:not(.btn):focus {
        outline: none;
        text-decoration: none; }
      .nav-accordion .module-sv-alpha-custom .ui-tabs .module-alphabet-list .ui-tabs-anchor:hover {
        text-decoration: none;
        color: #a8d104; }
      .nav-accordion .module-sv-alpha-custom .ui-tabs .module-alphabet-list .ui-tabs-anchor.aspNetDisabled {
        color: #646464; }
    .nav-accordion .module-sv-alpha-custom .ui-tabs .module-alphabet-list .ui-tabs-active .ui-tabs-anchor {
      color: #a8d104;
      border-bottom: 5px solid #a8d104; }
  .nav-accordion .module-sv-alpha-custom .ui-tabs .ui-tabs-panel {
    width: 95%;
    padding: 1em 0;
    float: left; }
    .nav-accordion .module-sv-alpha-custom .ui-tabs .ui-tabs-panel .col-sm-4:first-child {
      padding-left: 0; }
    .nav-accordion .module-sv-alpha-custom .ui-tabs .ui-tabs-panel .sv-column {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; }
      .nav-accordion .module-sv-alpha-custom .ui-tabs .ui-tabs-panel .sv-column li {
        width: 100%;
        padding-right: 1em;
        line-height: 1.1em;
        margin-bottom: .5em;
        position: relative; }
        .nav-accordion .module-sv-alpha-custom .ui-tabs .ui-tabs-panel .sv-column li:before {
          content: "\e90c";
          position: absolute;
          left: 0;
          top: 12px;
          font-size: 5px;
          line-height: 1;
          font-family: icomoon;
          transform: rotate(-90deg);
          color: #7798b4; }
        .nav-accordion .module-sv-alpha-custom .ui-tabs .ui-tabs-panel .sv-column li a {
          color: #fff;
          font-size: .77em;
          padding-left: 15px;
          transition: color 0.3s ease-in-out;
          display: inline-block;
          vertical-align: top; }
          .nav-accordion .module-sv-alpha-custom .ui-tabs .ui-tabs-panel .sv-column li a:hover {
            text-decoration: underline; }
        .nav-accordion .module-sv-alpha-custom .ui-tabs .ui-tabs-panel .sv-column li span {
          color: #fff;
          font-size: .77em;
          padding-left: 15px;
          display: inline-block;
          vertical-align: top; }

@media (max-width: 768px) {
  .module-sv-search input {
    width: 100%; }
  .module-sv-search .search-option-submit input[type=submit] {
    width: 100%; } }

.slick-slide figcaption {
  color: #262626;
  margin-top: 10px;
  text-align: center; }
  .slick-slide figcaption h5 {
    color: #262626; }

.module-photo-gallery {
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 800px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .module-photo-gallery {
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) {
    .module-photo-gallery .slick-initialized figure.slick-slide {
      padding-bottom: 10px;
      padding-top: 10px; } }
  .module-photo-gallery figure.slick-slide figcaption h5,
  .module-photo-gallery figure.slick-slide figcaption p {
    margin-bottom: 0; }

.module-photo-gallery .slider-for p {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px; }

.module-photo-gallery .slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.module-photo-gallery .slider-nav .slick-slide {
  margin: 0;
  padding: 0 2em; }

.module-photo-gallery .slider-nav .slick-main-active img {
  border: 2px solid #0078C9; }

.module-photo-gallery .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  left: -1px; }

.module-photo-gallery .slider-for {
  background: #f7f7f7;
  margin-bottom: 2em;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff; }

.module-photo-gallery .slider-for .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.module-photo-gallery .slider-for .slick-slide {
  margin: auto 0; }

.module-photo-gallery .slick-list:focus {
  outline: none; }

.module-photo-gallery .slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.module-photo-gallery .slick-slider .slick-track, .module-photo-gallery .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.module-photo-gallery .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  left: 1px; }

.module-photo-gallery .slick-track:before, .module-photo-gallery .slick-track:after {
  display: table;
  content: ''; }

.module-photo-gallery .slick-track:after {
  clear: both; }

.module-photo-gallery .slick-loading .slick-track {
  visibility: hidden; }

.module-photo-gallery .slick-slide {
  display: none;
  float: left;
  max-width: 800px;
  min-height: 1px;
  position: relative;
  padding: 2px; }

.module-photo-gallery [dir='rtl'] .slick-slide {
  float: right; }

.module-photo-gallery .slick-slide img {
  display: block;
  margin: 0 auto; }

.module-photo-gallery .slick-slide.slick-loading img {
  display: none; }

.module-photo-gallery .slick-slide.dragging img {
  pointer-events: none; }

.module-photo-gallery .slick-initialized .slick-slide {
  display: block;
  /* text-align: center; */ }

.module-photo-gallery .slick-loading .slick-slide {
  visibility: hidden; }

.module-photo-gallery .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.module-photo-gallery .slick-prev, .module-photo-gallery .slick-next {
  font-size: 2.6em !important;
  display: inline-block !important; }

.module-photo-gallery .slider-for .image-wrap[data-description]:after {
  content: attr(data-description);
  color: #fff;
  position: absolute;
  padding: 0.75em;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 999;
  box-sizing: border-box; }

.module-photo-gallery .slider-nav .slick-list {
  overflow: hidden; }

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding: 0; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin-bottom: 2em; }

.slick-slide .slide {
  vertical-align: top; }

.slick-slide img {
  max-height: -webkit-fill-available; }

.slick-slide img, .slick-slide a {
  display: block; }

.aware-container .slick-slider {
  padding: 0 1.4em;
  max-width: 768px; }

.aware-container .slick-slide a {
  background: #fff;
  margin: 0 0 1.5em 1.5em;
  padding: 1em .8em 3em .8em;
  color: #000;
  position: relative;
  width: 90%;
  margin: 3px 0 7% 10%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1), background 0.3s linear;
  transition: transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1), background 0.3s linear; }

.no-touch .aware-container .slick-slide a:hover {
  text-decoration: none;
  box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.16), 2px 0 2px 0 rgba(0, 0, 0, 0.16), 0 2px 2px 0 rgba(0, 0, 0, 0.23);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0); }

.aware-container .slick-slide a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ff6c00;
  color: #fff;
  padding: .8em 0; }

.aware-container .grid .slick-slide h3 {
  text-transform: uppercase;
  color: #665a58;
  font-size: 1.1em;
  margin-bottom: .3em; }

.aware-container .grid .slick-slide .aware-subhead {
  position: relative;
  background: transparent;
  color: #70c2b4;
  font-size: inherit;
  clear: both;
  display: block;
  padding: 0; }

.aware-container .slick-slide a {
  line-height: 1.3em;
  font-size: .92em;
  color: #4d4d4d;
  margin: .9em auto 1em; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.sidebar .callout-image {
  background: #f0f0f0; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-prev,
.slick-next {
  z-index: 999;
  width: 20px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  overflow: hidden;
  text-indent: 9999px;
  -webkit-transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  padding: 0;
  position: absolute; }

.interior .slick-prev, .interior .slick-next, .full-width-callout-panel .slick-next, .full-width-callout-panel .slick-prev {
  display: none !important; }

.no-touch .slick-prev:hover, .no-touch .slick-next:hover {
  background: transparent; }

.slick-prev:after, .slick-next:after {
  content: "\f105";
  border-radius: 0;
  display: inline-block;
  left: -9999px;
  top: 0;
  position: absolute;
  font-family: 'fontawesome';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000; }

.ie11 .slick-prev:after, .ie11 .slick-next:after {
  font-size: 1em !important; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slider-for .slick-prev, .slider-for .slick-next {
  background-color: rgba(255, 255, 255, 0.8);
  height: 61px;
  width: 34px; }

.slider-for .slick-prev:after {
  left: 50%;
  top: 51%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg); }

.slider-for .slick-next:after {
  left: 50%;
  top: 49%;
  text-indent: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.slick-disabled {
  display: none !important; }

.slick-prev:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-indent: 0;
  left: 0; }

.slick-prev:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-indent: 0;
  left: 0; }

.slick-dots li {
  padding-left: 0;
  display: inline-block;
  margin: 0 1em; }

.landing .slick-dots li {
  margin-bottom: .8em; }

.slick-dots li:before {
  display: none; }

.slick-dots li button {
  background: transparent;
  text-indent: 9999px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff; }

.interior .slick-dots li button, .full-width-callout-panel .slick-dots li button {
  border-color: #343434;
  padding: 3px; }

.slick-dots .slick-active button {
  background: #fff; }

.interior .slick-dots .slick-active button, .full-width-callout-panel .slick-dots .slick-active button {
  background: #343434; }

.content .module-photo-gallery img {
  width: auto !important;
  height: auto;
  max-width: 100% !important;
  max-height: none !important; }

.slick-track {
  margin: 20px 0; }

.slick-track {
  margin: 20px 0; }

.module-photo-gallery .slider-for p {
  margin-left: 0.625em;
  margin-right: 0.625em; }

@media (max-width: 320px) {
  h5 {
    font-size: 1em; } }

/* iPad Pro Media Query*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .module-photo-gallery figure.slick-slide figcaption p {
    width: 600px; } }

/* iPad Media Query */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .module-photo-gallery figure.slick-slide figcaption p {
    width: 600px; } }

/* IE Media Query */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module-photo-gallery figure.slick-slide figcaption p {
    margin: 0 auto;
    width: 750px; } }

@media screen and (-ms-high-contrast: active) and (max-width: 992px), (-ms-high-contrast: none) and (max-width: 992px) {
  .module-photo-gallery figure.slick-slide figcaption p {
    margin: 0 auto;
    width: 450px; } }

@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .module-photo-gallery figure.slick-slide figcaption p {
    margin: 0 auto;
    width: 400px; } }

.related-geolocation .icon-arrow-down {
  margin-left: 0.9em;
  color: #1274b5;
  vertical-align: middle; }

.pnl-location-not-set-geolocation {
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 1.2em; }
  @media (min-width: 769px) and (max-width: 992px) {
    .pnl-location-not-set-geolocation {
      padding-left: 1.5em; } }
  @media (max-width: 768px) {
    .pnl-location-not-set-geolocation {
      padding-left: 0; } }

.pnl-location-is-set-geolocation {
  display: none;
  /*Changes with JS*/
  margin-bottom: 30px;
  padding-left: 1.2em; }
  @media (min-width: 769px) and (max-width: 992px) {
    .pnl-location-is-set-geolocation {
      padding-left: 1.5em; } }
  @media (max-width: 768px) {
    .pnl-location-is-set-geolocation {
      padding-left: 0; } }

.pnl-update-zip-geolocation {
  display: none;
  /*Changes with JS*/
  margin-bottom: 30px;
  padding-left: 1.2em;
  font-weight: normal; }
  @media (min-width: 769px) and (max-width: 992px) {
    .pnl-update-zip-geolocation {
      padding-left: 1.5em; } }
  @media (max-width: 768px) {
    .pnl-update-zip-geolocation {
      padding-left: 0; } }
  .pnl-update-zip-geolocation p {
    margin-bottom: 20px; }
    .pnl-update-zip-geolocation p .tooltip-link {
      margin-left: 0.3em; }
  .pnl-update-zip-geolocation .geolocation-link {
    margin-bottom: 17px; }
  .pnl-update-zip-geolocation .inner {
    padding: .2em .6em .3em 0; }
    .pnl-update-zip-geolocation .inner .pnl-current-location-error-geolocation {
      display: none;
      margin-bottom: 0; }
  .pnl-update-zip-geolocation .form-control {
    width: 217px;
    display: inline-block;
    font-weight: normal; }
    .pnl-update-zip-geolocation .form-control:placeholder-shown {
      color: #b3b3b3; }
    .pnl-update-zip-geolocation .form-control::-webkit-input-placeholder {
      color: #b3b3b3; }
    .pnl-update-zip-geolocation .form-control::-moz-placeholder {
      color: #b3b3b3; }
    .pnl-update-zip-geolocation .form-control:-ms-input-placeholder {
      color: #b3b3b3; }

.inner.pnl-update-geolocation {
  display: inline-block;
  padding-left: 0.7em;
  padding-top: 0.5em;
  font-size: 1.2em;
  font-weight: normal; }
  .inner.pnl-update-geolocation span {
    margin-right: 0.5em;
    color: #1274b5;
    display: inline-block;
    pointer-events: none; }

.inner.pnl-clear-geolocation {
  display: none;
  padding-left: 0.7em;
  padding-top: 0.5em;
  font-size: 1.2em;
  font-weight: normal; }
  .inner.pnl-clear-geolocation span {
    margin-right: 0.5em;
    color: #1274b5;
    display: inline-block;
    pointer-events: none; }

/* article styles */
article {
  word-wrap: break-word; }

.page-article {
  padding-top: 46px;
  line-height: 1.706em; }
  @media (max-width: 767px) {
    .page-article {
      padding-top: 25px;
      font-size: 14px;
      line-height: 20px; } }
  .page-article h1 {
    font: 2.647em/1.044em "Domine", serif;
    color: #4f4f4f;
    margin: 0 0 28px; }
    @media (max-width: 767px) {
      .page-article h1 {
        font-size: 1.857em;
        line-height: 1.154em;
        margin-bottom: 17px; } }
  .page-article h2 {
    font-size: 1.647em;
    line-height: 1.0712em;
    color: #4f4f4f;
    margin: 0 0 17px; }
    @media (max-width: 767px) {
      .page-article h2 {
        font-size: 1.429em;
        line-height: 1.45em;
        margin-bottom: 14px; } }
  .page-article h3 {
    font-size: 1.412em;
    line-height: 1.0833em;
    color: #4f4f4f;
    margin: 0 0 21px; }
    @media (max-width: 767px) {
      .page-article h3 {
        font-size: 1.429em;
        line-height: 1.3em;
        margin-bottom: 11px; } }
  .page-article .article {
    margin-bottom: 39px; }
    @media (max-width: 767px) {
      .page-article .article {
        margin-bottom: 23px; } }
  .page-article .image-holder {
    margin-top: 3px; }
  .page-article .block-holder {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .page-article .block-holder {
        margin-bottom: 29px; } }
  .page-article .block-article {
    line-height: 1.46em; }
    @media (max-width: 767px) {
      .page-article .block-article {
        margin-bottom: 15px; } }
    .page-article .block-article p {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .page-article .block-article p {
          margin-bottom: 7px; } }

/* Autocomplete */
.ui-autocomplete {
  position: absolute;
  cursor: default;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  box-shadow: 0px 0px 4px rgba(56, 56, 56, 0.3);
  z-index: 2; }
  .ui-autocomplete li.ui-menu-item {
    padding: 8px 12px;
    line-height: 1.3;
    color: #383838;
    text-transform: capitalize; }
    .ui-autocomplete li.ui-menu-item a {
      color: #383838;
      font-size: 14px; }
      @media (min-width: 991px) {
        .ui-autocomplete li.ui-menu-item a {
          font-size: 17px; } }
      .ui-autocomplete li.ui-menu-item a:hover {
        text-decoration: none; }
    .ui-autocomplete li.ui-menu-item:hover {
      background-color: #7ebae3; }

.enhanced-search-wr .ui-autocomplete li.ui-menu-item {
  text-transform: none;
  font-size: 14px; }
  @media (min-width: 991px) {
    .enhanced-search-wr .ui-autocomplete li.ui-menu-item {
      font-size: 17px; } }

.ui-helper-hidden-accessible {
  display: none; }

.campaign .campaign-form .scfSubmitButtonBorder, .btn.arrow {
  position: relative; }
  .campaign .campaign-form .scfSubmitButtonBorder:after, .btn.arrow:after {
    content: "\e90c";
    transform: translateY(-50%) rotate(-90deg);
    font-size: 8px;
    line-height: 1;
    font-family: icomoon;
    margin-left: .6em;
    margin-right: -5px;
    display: inline-block; }

.detail-os-btn {
  padding: 1.7rem 3rem 1.5rem 2.6rem;
  font-weight: bold;
  font-size: 1.6rem !important; }
  @media (min-width: 768px) {
    .detail-os-btn {
      font-size: 1.8rem !important; } }
  .detail-os-btn:after {
    margin-top: -4px !important; }

.listing-os-btn:after {
  content: ''; }

.sidebar-nav .prox-nav-btn, .search-again-ctrl, .search-option-submit input[type=submit], .search-option-submit input[type=button]:not(.btn-default):not(.reset) {
  color: #262626;
  background-color: #a8d104;
  height: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 50px; }
  .sidebar-nav .prox-nav-btn:hover, .search-again-ctrl:hover, .search-option-submit input:hover[type=submit], .search-option-submit input:hover[type=button]:not(.btn-default):not(.reset) {
    background-color: #afd518; }
  .sidebar-nav .prox-nav-btn:hover, .search-again-ctrl:hover, .search-option-submit input:hover[type=submit], .search-option-submit input:hover[type=button]:not(.btn-default):not(.reset) {
    transform: translate(0px, -1px);
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2); }
  @media (max-width: 768px) {
    .sidebar-nav .prox-nav-btn, .search-again-ctrl, .search-option-submit input[type=submit], .search-option-submit input[type=button]:not(.btn-default):not(.reset) {
      height: 40px;
      line-height: 40px; } }

/* right styles */
.right-arrow {
  position: relative;
  top: 0;
  bottom: 0; }
  .right-arrow:after {
    content: "\e90c";
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    font: 8px/1 icomoon;
    margin-top: -6px;
    transform: rotate(-90deg); }
    @media (max-width: 991px) {
      .right-arrow:after {
        right: 3px;
        font-size: 6px;
        margin-top: -2px; } }
    @media (max-width: 767px) {
      .right-arrow:after {
        right: 7px; } }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  transition: none;
  font-weight: bold; }

.btn:hover, .btn:focus, .btn.focus {
  text-decoration: none;
  transform: translate(0px, -1px);
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2); }

.plan-wizard-compare-plans-container .view-all-plans {
  width: 200px;
  height: 50px;
  display: block;
  margin: auto; }

@media (min-width: 768px) {
  .plan-wizard-compare-plans-container .view-all-plans {
    display: initial; } }

.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  box-shadow: 0px 3px 0px rgba(56, 56, 56, 0.1); }

.henryford #instagram .btn-wrapper .btn {
  width: 100%;
  font-size: 1.2em;
  position: relative; }
  @media (max-width: 1365px) {
    .henryford #instagram .btn-wrapper .btn {
      font-size: .9em; } }
  @media (max-width: 767px) {
    .henryford #instagram .btn-wrapper .btn {
      font-size: 19px; } }
  .henryford #instagram .btn-wrapper .btn:hover, .henryford #instagram .btn-wrapper .btn:focus {
    transform: none !important;
    margin-top: -1px; }
  .henryford #instagram .btn-wrapper .btn:after {
    content: "\e90c";
    position: absolute;
    font-size: 6px !important;
    line-height: 1;
    font-family: icomoon;
    right: 3%;
    line-height: 1;
    font-family: icomoon;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 45%; }
    @media (min-width: 768px) {
      .henryford #instagram .btn-wrapper .btn:after {
        right: 5% !important; } }
    @media (min-width: 992px) {
      .henryford #instagram .btn-wrapper .btn:after {
        right: 3%;
        font-size: 8px !important; } }

@media (max-width: 991px) {
  .henryford #instagram .btn-wrapper .btn-show-more {
    margin-bottom: 1em; } }

.henryford .prox-nav-btn {
  margin-left: -11px;
  width: calc(100% + 22px);
  position: relative; }
  .henryford .prox-nav-btn:before {
    content: "\e902";
    cursor: pointer;
    font-size: 16px;
    line-height: 0;
    color: #000;
    font-family: icomoon;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1rem;
    transition: none; }
  .henryford .prox-nav-btn.collapsed:after {
    content: "";
    width: 14px;
    height: 14px;
    border: solid #000;
    border-width: 2px 0;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%); }
  .henryford .prox-nav-btn.collapsed:before {
    content: "";
    width: 14px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%); }

/* Conditional Dropdown styles */
.henryford .columns.scfEmailGeneralPanel, .henryford .columns.scfSingleLineGeneralPanel, .henryford .columns.scfConditionDropListGeneralPanel {
  margin-bottom: 1.2em !important; }

html {
  font-size: 62.5%; }

body {
  min-width: 320px;
  font-size: 1.7em;
  line-height: 1.6; }

/* main container styles */
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

@media (min-width: 992px) and (max-width: 1599px) {
  .container {
    width: auto;
    max-width: 1326px; } }

@media (max-width: 991px) {
  .container {
    padding-left: 8px;
    padding-right: 8px; } }

@media (max-width: 767px) {
  .container {
    padding-left: 11px;
    padding-right: 11px; } }

@media (max-width: 991px) {
  [class^="col-"],
  [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px; } }

@media (max-width: 767px) {
  [class^="col-"],
  [class*="col-"] {
    padding-left: 11px;
    padding-right: 11px; } }

@media (max-width: 991px) {
  .row {
    margin-left: -8px;
    margin-right: -8px; } }

@media (max-width: 767px) {
  .row {
    margin-left: -11px;
    margin-right: -11px; } }

/* play icon style */
.video-play-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 64px;
  width: 64px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 100%;
  transition: none; }
  .video-play-icon:not(.btn):active, .video-play-icon:not(.btn):focus, .video-play-icon:not(.btn):hover {
    text-decoration: none; }
    .video-play-icon:not(.btn):active:before, .video-play-icon:not(.btn):focus:before, .video-play-icon:not(.btn):hover:before {
      color: #5e7500 !important; }
  @media (max-width: 991px) {
    .video-play-icon {
      height: 54px;
      width: 54px; } }
  @media (max-width: 767px) {
    .video-play-icon {
      width: 48px;
      height: 48px;
      border-width: 5px; } }
  .video-play-icon:before {
    color: #5e7500;
    font-size: 75px;
    top: -5px;
    position: relative;
    left: -.5px; }
    @media (max-width: 991px) {
      .video-play-icon:before {
        font-size: 65px; } }
    @media (max-width: 767px) {
      .video-play-icon:before {
        font-size: 60px; } }

a {
  color: #1274b5;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:focus {
    text-decoration: none; }
  a.skip-main, a.skip-cookie {
    position: absolute;
    left: 0;
    top: -50px;
    overflow: hidden;
    z-index: -1;
    border: 1px solid #b3b3b3; }
    a.skip-main:focus, a.skip-main:active, a.skip-cookie:focus, a.skip-cookie:active {
      background-color: #FFF;
      width: auto;
      overflow: auto;
      padding: 5px 10px;
      text-align: center;
      font-size: 1.2em;
      z-index: 99999;
      top: inherit;
      outline: none; }
    @media (max-width: 767px) {
      a.skip-main, a.skip-cookie {
        display: none; } }
  a.jump-anchor {
    position: relative;
    top: -220px; }
    a.jump-anchor.non-banner {
      display: none; }
    a.jump-anchor.campaign-anchor {
      display: inline !important; }

.selected {
  font-weight: bold; }

.tel-link-g:visited {
  color: initial !important; }

.tel-link-g:hover {
  text-decoration: underline !important; }

.tel-link-g:active {
  color: initial !important;
  text-decoration: underline !important; }

.link {
  font-size: 1.176em;
  line-height: 1;
  text-transform: capitalize;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  position: relative;
  padding-right: 24px; }
  @media (max-width: 1599px) {
    .link {
      font-size: 1.133em; } }
  @media (max-width: 991px) {
    .link {
      font-size: 14px;
      margin-top: 0;
      padding-right: 17px; } }
  @media (max-width: 767px) {
    .link {
      padding-right: 18px; } }
  .link:focus, .link:hover {
    text-decoration: underline; }
  .link:before {
    content: "\f105";
    font-size: 26px;
    line-height: 1;
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #0078C9;
    margin-top: -2px; }
    @media (max-width: 1599px) {
      .link:before {
        font-size: 21px;
        margin-top: -1px; } }
    @media (max-width: 767px) {
      .link:before {
        font-size: 18px; } }

.module-ce-related .link {
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  margin-top: 0;
  display: block;
  padding-right: 0; }
  .module-ce-related .link:before {
    content: none; }

.closeNotify {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 11px;
  right: 11px;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 999;
  font-weight: normal; }
  @media (min-width: 1024px) {
    .closeNotify {
      right: 20px;
      top: 11px; } }
  .closeNotify:hover, .closeNotify:focus {
    font-weight: bold; }

.closeNotify:before {
  content: "\e902";
  cursor: pointer;
  font-size: 16px;
  line-height: 0;
  color: #000;
  font-family: icomoon; }
  @media (min-width: 1024px) {
    .closeNotify:before {
      font-size: 19px; } }

.content .phones a.tel-link-g:hover {
  color: #262626; }

.content .phones a.tel-link-g:hover {
  text-decoration: underline !important; }

.contactus .tel-link-g:hover {
  text-decoration: none !important; }

a.map {
  color: #0078C9; }
  a.map:hover {
    color: #0078C9 !important;
    text-decoration: underline; }

@media (min-width: 1025px) {
  a.tel-link {
    color: #262626; }
    a.tel-link:hover, a.tel-link:focus {
      text-decoration: none; } }

.back {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: .9em;
  padding-left: 18px;
  padding-right: 2px;
  margin: 1.5em 0 1.2em;
  font-weight: bold;
  border-bottom: solid 1px transparent;
  line-height: 1em;
  transition: none !important; }
  .back:hover {
    text-decoration: none !important;
    border-bottom: solid 1px #0078C9;
    transition: none !important; }
  @media (min-width: 768px) {
    .back {
      font-size: 1em; } }
  .back:before {
    content: "\f100";
    color: #1274b5;
    font-family: FontAwesome;
    font-size: 21px;
    line-height: 1;
    position: absolute;
    font-weight: normal;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px; }
    @media (max-width: 991px) {
      .back:before {
        font-size: 22px;
        margin-top: -2px; } }
    @media (max-width: 767px) {
      .back:before {
        margin-top: -1px; } }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    display: inline-block;
    vertical-align: top;
    color: #262626; } }

.service-list:not([class^="col-"]) h3, .phone-cta h3, .module-rp-detail h3, .provider-info-content h3, .event-attendinginfo h3 {
  text-align: left; }

.service-list:not([class^="col-"]) ul, .service-list:not([class^="col-"]) ol, .phone-cta ul, .phone-cta ol, .module-rp-detail ul, .module-rp-detail ol, .provider-info-content ul, .provider-info-content ol, .event-attendinginfo ul, .event-attendinginfo ol {
  margin-bottom: 15px;
  line-height: 1.7; }
  .service-list:not([class^="col-"]) ul ul, .service-list:not([class^="col-"]) ul ol, .service-list:not([class^="col-"]) ol ul, .service-list:not([class^="col-"]) ol ol, .phone-cta ul ul, .phone-cta ul ol, .phone-cta ol ul, .phone-cta ol ol, .module-rp-detail ul ul, .module-rp-detail ul ol, .module-rp-detail ol ul, .module-rp-detail ol ol, .provider-info-content ul ul, .provider-info-content ul ol, .provider-info-content ol ul, .provider-info-content ol ol, .event-attendinginfo ul ul, .event-attendinginfo ul ol, .event-attendinginfo ol ul, .event-attendinginfo ol ol {
    margin-bottom: .2rem;
    padding-top: .5rem; }
  @media (max-width: 991px) {
    .service-list:not([class^="col-"]) ul, .service-list:not([class^="col-"]) ol, .phone-cta ul, .phone-cta ol, .module-rp-detail ul, .module-rp-detail ol, .provider-info-content ul, .provider-info-content ol, .event-attendinginfo ul, .event-attendinginfo ol {
      padding-top: 4px; } }
  @media (max-width: 767px) {
    .service-list:not([class^="col-"]) ul, .service-list:not([class^="col-"]) ol, .phone-cta ul, .phone-cta ol, .module-rp-detail ul, .module-rp-detail ol, .provider-info-content ul, .provider-info-content ol, .event-attendinginfo ul, .event-attendinginfo ol {
      padding-top: 3px; } }
  .service-list:not([class^="col-"]) ul li, .service-list:not([class^="col-"]) ol li, .phone-cta ul li, .phone-cta ol li, .module-rp-detail ul li, .module-rp-detail ol li, .provider-info-content ul li, .provider-info-content ol li, .event-attendinginfo ul li, .event-attendinginfo ol li {
    position: relative;
    padding: 0 0 5px 15px;
    line-height: 1.71em;
    list-style-type: none;
    margin-left: 0; }
    .service-list:not([class^="col-"]) ul li:last-of-type, .service-list:not([class^="col-"]) ol li:last-of-type, .phone-cta ul li:last-of-type, .phone-cta ol li:last-of-type, .module-rp-detail ul li:last-of-type, .module-rp-detail ol li:last-of-type, .provider-info-content ul li:last-of-type, .provider-info-content ol li:last-of-type, .event-attendinginfo ul li:last-of-type, .event-attendinginfo ol li:last-of-type {
      padding-bottom: 0; }
    .service-list:not([class^="col-"]) ul li:after, .service-list:not([class^="col-"]) ol li:after, .phone-cta ul li:after, .phone-cta ol li:after, .module-rp-detail ul li:after, .module-rp-detail ol li:after, .provider-info-content ul li:after, .provider-info-content ol li:after, .event-attendinginfo ul li:after, .event-attendinginfo ol li:after {
      content: "\e90c";
      position: absolute;
      left: -2px;
      top: 1.1rem;
      font: 5px/1 icomoon;
      transform: rotate(-90deg);
      color: #b8b9b9;
      /*@include media ('<tablet') {
                    top: .8rem;
                }*/ }
      @media (max-width: 991px) {
        .service-list:not([class^="col-"]) ul li:after, .service-list:not([class^="col-"]) ol li:after, .phone-cta ul li:after, .phone-cta ol li:after, .module-rp-detail ul li:after, .module-rp-detail ol li:after, .provider-info-content ul li:after, .provider-info-content ol li:after, .event-attendinginfo ul li:after, .event-attendinginfo ol li:after {
          top: .9rem; } }

.service-list:not([class^="col-"]) ol, .phone-cta ol, .module-rp-detail ol, .provider-info-content ol, .event-attendinginfo ol {
  list-style-type: decimal;
  padding-left: 0;
  list-style-position: inside; }
  .service-list:not([class^="col-"]) ol li, .phone-cta ol li, .module-rp-detail ol li, .provider-info-content ol li, .event-attendinginfo ol li {
    padding-left: 0; }
    .service-list:not([class^="col-"]) ol li:after, .phone-cta ol li:after, .module-rp-detail ol li:after, .provider-info-content ol li:after, .event-attendinginfo ol li:after {
      content: none; }
    .service-list:not([class^="col-"]) ol li ul li, .phone-cta ol li ul li, .module-rp-detail ol li ul li, .provider-info-content ol li ul li, .event-attendinginfo ol li ul li {
      padding-left: .89em; }
      .service-list:not([class^="col-"]) ol li ul li:after, .phone-cta ol li ul li:after, .module-rp-detail ol li ul li:after, .provider-info-content ol li ul li:after, .event-attendinginfo ol li ul li:after {
        content: "\e90c";
        position: absolute;
        left: -2px;
        top: 13px;
        font: 5px/1 icomoon;
        transform: rotate(-90deg);
        color: #b8b9b9; }
        @media (max-width: 991px) {
          .service-list:not([class^="col-"]) ol li ul li:after, .phone-cta ol li ul li:after, .module-rp-detail ol li ul li:after, .provider-info-content ol li ul li:after, .event-attendinginfo ol li ul li:after {
            top: 11px; } }
    .service-list:not([class^="col-"]) ol li ol, .phone-cta ol li ol, .module-rp-detail ol li ol, .provider-info-content ol li ol, .event-attendinginfo ol li ol {
      padding-left: .89em; }

.service-list ul, .service-list ol {
  margin-bottom: 15px;
  line-height: 1.7; }
  @media (max-width: 1023px) {
    .service-list ul li:last-of-type, .service-list ol li:last-of-type {
      margin-bottom: 0; } }
  @media (max-width: 1023px) {
    .service-list ul li, .service-list ol li {
      margin-bottom: 1.2rem;
      padding-top: 0; }
      .service-list ul li ul, .service-list ul li ol, .service-list ol li ul, .service-list ol li ol {
        padding-top: 2rem;
        margin-bottom: .8rem; }
      .service-list ul li > li ul, .service-list ul li > li ol, .service-list ol li > li ul, .service-list ol li > li ol {
        margin-bottom: 2rem; } }

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

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

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

.hero-headline {
  display: block;
  text-decoration: none; }

h1 {
  font-size: 2.647em;
  line-height: 1.12;
  color: #4f4f4f;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    h1 {
      font-size: 1.647em;
      line-height: 1.5;
      margin-bottom: 8px; } }

h2 {
  font-size: 1.647em;
  line-height: 1.4;
  color: #4f4f4f;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 1.294em;
      line-height: 1.6;
      margin-bottom: 10px; } }

h3 {
  font-size: 1.412em;
  line-height: 1.4;
  color: #4f4f4f;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    h3 {
      line-height: 1.6;
      font-size: 1.176em;
      margin-bottom: 10px; } }

h4 {
  font-size: 1.3em;
  line-height: 1.4;
  color: #4f4f4f;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    h4 {
      line-height: 1.6;
      font-size: 1.176em;
      margin-bottom: 10px; } }

h5 {
  font-size: 1.2em;
  line-height: 1.4;
  color: #4f4f4f;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    h5 {
      font-size: 1.176em;
      line-height: 1.6;
      margin-bottom: 10px; } }

h6 {
  font-size: 1.1em;
  line-height: 1.4;
  color: #4f4f4f;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    h6 {
      font-size: 1.176em;
      line-height: 1.6;
      margin-bottom: 10px; } }

p {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    p {
      font-size: 0.941em;
      margin-bottom: 10px; } }

.errortext {
  color: #df0000;
  font-size: 17px !important; }

@media (max-width: 768px) {
  .text-block.content-display h1, .text-content.content-display h1, content-row.content-display h1, .managing-block .tab-content h1, .accordion .slide h1 {
    font-size: 28px;
    line-height: 1.4em; } }

.text-block.content-display h2, .text-content.content-display h2, content-row.content-display h2, .managing-block .tab-content h2, .accordion .slide h2 {
  font-family: "Domine", serif;
  font-size: 32px; }
  @media (max-width: 768px) {
    .text-block.content-display h2, .text-content.content-display h2, content-row.content-display h2, .managing-block .tab-content h2, .accordion .slide h2 {
      font-size: 24px;
      line-height: 1.4em; } }

.text-block.content-display h3, .text-content.content-display h3, content-row.content-display h3, .managing-block .tab-content h3, .accordion .slide h3 {
  font-family: "Domine", serif;
  font-size: 28px; }
  @media (max-width: 768px) {
    .text-block.content-display h3, .text-content.content-display h3, content-row.content-display h3, .managing-block .tab-content h3, .accordion .slide h3 {
      font-size: 22px;
      line-height: 1.4em; } }
  .text-block.content-display h3.accordion-header, .text-content.content-display h3.accordion-header, content-row.content-display h3.accordion-header, .managing-block .tab-content h3.accordion-header, .accordion .slide h3.accordion-header {
    font-family: "Lato", sans-serif; }
  .text-block.content-display h3.nav-accordion-opener, .text-content.content-display h3.nav-accordion-opener, content-row.content-display h3.nav-accordion-opener, .managing-block .tab-content h3.nav-accordion-opener, .accordion .slide h3.nav-accordion-opener {
    font-family: "Lato", sans-serif; }
  .text-block.content-display h3.alpha-header, .text-content.content-display h3.alpha-header, content-row.content-display h3.alpha-header, .managing-block .tab-content h3.alpha-header, .accordion .slide h3.alpha-header {
    font-family: "Lato", sans-serif; }

.text-block.content-display h4, .text-content.content-display h4, content-row.content-display h4, .managing-block .tab-content h4, .accordion .slide h4 {
  font-family: "Domine", serif;
  font-size: 24px; }
  @media (max-width: 768px) {
    .text-block.content-display h4, .text-content.content-display h4, content-row.content-display h4, .managing-block .tab-content h4, .accordion .slide h4 {
      font-size: 20px;
      line-height: 1.4em; } }

.text-block.content-display h5, .text-content.content-display h5, content-row.content-display h5, .managing-block .tab-content h5, .accordion .slide h5 {
  font-family: "Domine", serif;
  font-size: 22px; }
  @media (max-width: 768px) {
    .text-block.content-display h5, .text-content.content-display h5, content-row.content-display h5, .managing-block .tab-content h5, .accordion .slide h5 {
      font-size: 18px;
      line-height: 1.4em; } }

.text-block.content-display h6, .text-content.content-display h6, content-row.content-display h6, .managing-block .tab-content h6, .accordion .slide h6 {
  font-family: "Domine", serif;
  font-size: 18px; }
  @media (max-width: 768px) {
    .text-block.content-display h6, .text-content.content-display h6, content-row.content-display h6, .managing-block .tab-content h6, .accordion .slide h6 {
      font-size: 16px;
      line-height: 1.4em; } }

.lead-in-text {
  font-family: "Domine", serif;
  font-size: 22px;
  line-height: 33px; }
  @media (max-width: 768px) {
    .lead-in-text {
      font-size: 18px;
      line-height: 28px; } }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 0;
  height: 0;
  overflow: hidden;
  background: #00577d;
  display: block;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  transition: top 1s ease-out, background 1s linear; }
  .accessibility:hover, .accessibility:focus {
    position: static;
    width: auto;
    height: auto;
    color: #fff; }

input[type='text']::-ms-clear {
  display: none; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .no-float > [class^="col-"] {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.25em; } }

.error input {
  border-color: #b55400;
  color: #b55400; }

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .iframe-wrapper iframe {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%; }

.auto-wrapper {
  overflow: hidden;
  height: 100%;
  max-width: 100%; }

.gray {
  background-color: #f7f7f7; }

@media (min-width: 768px) {
  .js-tab-hidden {
    display: none !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important; } }

.phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center; }
  .phones:before {
    font-family: henryford-icons;
    content: '\66';
    margin-right: 0.3em;
    font-size: 1.24em; }

.tel-links a {
  display: block; }

@media (max-width: 767px) {
  .no-padding-xs {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (max-width: 1023px) {
  .no-padding-sm {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

/* ---- icon for accordions ----- */
[data-toggle="collapse"] {
  position: relative;
  font-size: 16px; }
  [data-toggle="collapse"]:before {
    content: "\e90c";
    font-size: .5em;
    position: absolute;
    font-family: icomoon;
    right: 1.3em;
    transform: rotate(180deg); }
  [data-toggle="collapse"].collapsed:before {
    transform: rotate(0deg); }

/* ---- MedTouch: RTE Image Float classes ----- */
.left {
  float: left;
  margin-right: 1.6em;
  margin-bottom: 1.6em;
  zoom: 1; }

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

@media only screen and (max-width: 480px) {
  .left, .right, .text-content img, .content-display img {
    float: none !important;
    margin: 0 auto 2rem auto;
    max-width: 100%;
    display: block; }
  .accordion li {
    text-align: left; }
    .accordion li img {
      float: none;
      margin: 0 auto;
      /*--Important flags necessary to over-ride inline styles that can be added via WYSIWYG--*/
      width: 100% !important;
      height: auto !important; } }

.img-block--overlay {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 72px !important;
  padding: 0;
  opacity: .9;
  z-index: 1; }
  .img-block--overlay img {
    padding: 0 !important;
    margin: 0 !important; }

.link-double-arrow {
  display: inline-block;
  font-weight: bold;
  position: relative; }
  .link-double-arrow:after {
    content: "\f101";
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 1;
    padding-left: 7px; }

.xclose {
  display: none;
  position: absolute;
  margin-left: -40px !important;
  line-height: 0 !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer; }
  .xclose:after {
    content: "\e902";
    left: 7px;
    top: 50%;
    font-size: 10px;
    line-height: 0;
    color: #1274B5;
    font-family: icomoon;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-weight: 700; }
    @media (min-width: 768px) {
      .xclose:after {
        font-size: 14px; } }

.tab-wrapper .tab-content .accordion .tab-section ul.contact-list li {
  list-style-type: none; }
  .tab-wrapper .tab-content .accordion .tab-section ul.contact-list li:after {
    display: none; }

.tabset {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 0; }
  .tabset li {
    display: table-cell;
    vertical-align: middle; }
  .tabset:after, .tabset:before {
    content: none !important; }

.tab-content {
  margin: 55px 0;
  padding: 0; }
  .tab-content .tab-section {
    font-size: 1.7rem;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0; }
  .tab-content .phones {
    margin-top: .5em; }
    .tab-content .phones:before {
      color: #1274b5; }
  .tab-content .accordion {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .tab-content .accordion {
        margin-left: 11px;
        margin-right: 11px;
        border: 1px solid #b3b3b3;
        border-bottom: none; } }
    .tab-content .accordion .slide {
      text-align: left; }
    @media (max-width: 991px) {
      .tab-content .accordion .tab-section a.link:before {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .tab-content .accordion .tab-section {
        border-bottom: 1px solid #b3b3b3;
        margin: 0; } }
    .tab-content .accordion .tab-section:after {
      content: none; }
    @media (max-width: 767px) {
      .tab-content .accordion .tab-section.active {
        border-bottom: none; } }
    @media (max-width: 767px) {
      .henryford .tab-content .accordion .tab-section .service-list ul, .henryford .tab-content .accordion .tab-section .service-list ol {
        margin-bottom: 0; } }
    .tab-content .accordion .tab-section ul, .tab-content .accordion .tab-section ol {
      margin-bottom: 26px;
      margin-top: 26px;
      padding-top: 0; }
      @media (max-width: 991px) {
        .tab-content .accordion .tab-section ul, .tab-content .accordion .tab-section ol {
          padding-top: 4px; } }
      @media (max-width: 767px) {
        .tab-content .accordion .tab-section ul, .tab-content .accordion .tab-section ol {
          padding-top: 3px; } }
      @media (max-width: 767px) {
        .tab-content .accordion .tab-section ul li, .tab-content .accordion .tab-section ol li {
          font-size: 1.4rem; } }
      .tab-content .accordion .tab-section ul li:last-of-type, .tab-content .accordion .tab-section ol li:last-of-type {
        padding-bottom: 0; }
      .tab-content .accordion .tab-section ul ul, .tab-content .accordion .tab-section ul ol, .tab-content .accordion .tab-section ol ul, .tab-content .accordion .tab-section ol ol {
        margin-top: 12px;
        margin-bottom: 0; }
    .tab-content .accordion .img-holder img {
      width: 100%;
      height: auto; }
  .tab-content .img-holder.block {
    display: block;
    margin-bottom: 49px; }
    .tab-content .img-holder.block:focus:after, .tab-content .img-holder.block.hover:after {
      background: rgba(255, 255, 255, 0.9) !important; }
    @media (max-width: 1599px) {
      .tab-content .img-holder.block {
        margin-bottom: 24px; } }
    .tab-content .img-holder.block:after {
      background: rgba(255, 255, 255, 0.8) !important; }
    .tab-content .img-holder.block:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 9px;
      background: #0078c9;
      z-index: 2; }
      @media (max-width: 1599px) {
        .tab-content .img-holder.block:before {
          height: 7px; } }
    .tab-content .img-holder.block a {
      display: block;
      height: 100%;
      position: relative; }
  .tab-content picture {
    display: block; }
  .tab-content .text {
    text-align: center;
    font-size: 24px;
    color: #0078C9;
    font-size: 1.412em;
    line-height: 1.375em;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 21px 15px;
    z-index: 100; }
    @media (max-width: 1599px) {
      .tab-content .text {
        font-size: 1.2em;
        line-height: 1.67em;
        padding: 21px 20px; } }
    @media (max-width: 991px) {
      .tab-content .text {
        font-size: 1em;
        line-height: 1;
        padding: 10px; } }
  .tab-content .info-list {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 21px 15px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear; }
    @media (max-width: 1599px) {
      .tab-content .info-list {
        padding: 21px 20px; } }
    .tab-content .info-list li {
      display: inline-block;
      vertical-align: top;
      margin: 0 12px; }
      @media (max-width: 991px) {
        .tab-content .info-list li {
          margin: 0 4px; } }
      .tab-content .info-list li a {
        color: #fff;
        font-weight: bold;
        font-size: 1.059em; }
        @media (max-width: 1599px) {
          .tab-content .info-list li a {
            font-size: 0.882em; } }
        @media (max-width: 991px) {
          .tab-content .info-list li a {
            font-size: 0.6em; } }
      .tab-content .info-list li:hover, .tab-content .info-list li:focus {
        opacity: 0.8;
        text-decoration: none; }
    .tab-content .info-list .fa {
      margin-right: 6px; }
    .tab-content .info-list .fa-comment {
      transform: rotateY(174deg);
      font-size: 1em; }

/*--Tabs on custom locations page--*/
@media (min-width: 768px) {
  .locations-tab-wrapper {
    display: flex;
    flex-flow: row nowrap; }
  .locations-tab-item {
    flex-grow: 1; } }

/*  tab-content  styles */
.section.tab-wrapper {
  padding: 38px 36px 0 36px;
  /*--For consistency with accordion element, especially below tablet--*/
  margin-bottom: 30px;
  overflow: hidden; }
  .section.tab-wrapper .heading h2 {
    font-family: "Domine", serif; }
    @media (max-width: 991px) {
      .section.tab-wrapper .heading h2 {
        font-size: 2em; } }
  @media (max-width: 767px) {
    .section.tab-wrapper {
      padding: 3rem 0 3rem 0;
      margin-bottom: 3rem; }
      .section.tab-wrapper .phone {
        font-size: 2.4rem;
        margin: 0 11px 1.3em 11px; }
      .section.tab-wrapper .managing-block .tab-content {
        padding-top: 0;
        margin: 0; }
        .section.tab-wrapper .managing-block .tab-content .opener {
          border: none; }
          .section.tab-wrapper .managing-block .tab-content .opener:hover {
            color: #262626;
            text-decoration: underline; }
        .section.tab-wrapper .managing-block .tab-content .active .opener {
          color: #5e7500; }
          .section.tab-wrapper .managing-block .tab-content .active .opener:hover {
            text-decoration: underline; } }
  .section.tab-wrapper .managing-block {
    width: 100%;
    max-width: 1526px;
    margin: 0 auto; }

@media (max-width: 767px) {
  .henryford .content .section.tab-wrapper {
    margin: 0 -11px;
    margin-bottom: 42px; } }

.google-map {
  width: 100%;
  height: 500px;
  position: relative; }
  @media (max-width: 767px) {
    .google-map {
      height: 250px; } }

/* Geo Location Links */
.pnlShowLocation {
  margin-bottom: 1em; }
  .pnlShowLocation p {
    margin-bottom: 0; }
  .pnlShowLocation label {
    font-size: inherit;
    margin-bottom: 0;
    line-height: 1.5em; }
    @media (max-width: 767px) {
      .pnlShowLocation label {
        font-size: .95em; } }

.pnlFindLocation .geolocation-link {
  margin-bottom: .5em; }
  @media (max-width: 767px) {
    .pnlFindLocation .geolocation-link {
      font-size: .95em; } }

/* custom pagination styles */
.pagination {
  display: table; }
  @media (max-width: 767px) {
    .pagination {
      width: 100%; } }
  .pagination > li {
    display: table-cell;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0; }
    .pagination > li > a,
    .pagination > li > span {
      border: 1px solid #ddd;
      white-space: nowrap; }
      @media (max-width: 991px) {
        .pagination > li > a,
        .pagination > li > span {
          padding: 8px 14px; } }
      @media (max-width: 767px) {
        .pagination > li > a,
        .pagination > li > span {
          padding: 8px;
          text-align: center;
          width: 100%; } }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-right: 1px solid #ddd; }
  .pagination > .active > span {
    color: #1274b5;
    border-color: #ddd;
    background: #fff; }
    .pagination > .active > span:hover {
      color: #1274b5;
      background: #eeeeee;
      border-color: #ddd; }
  .pagination > .disabled a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #ddd; }

.module-pg-wrapper {
  clear: both; }

.tooltip {
  display: block;
  font-size: 18px;
  line-height: normal;
  opacity: 0;
  position: absolute;
  text-align: left;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  z-index: 1070; }
  .tooltip-inner {
    background-color: #003e74;
    color: #fff;
    padding: 10px;
    position: relative;
    width: 240px; }
  .tooltip-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -1px;
    text-decoration: none !important; }
  .tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    border-top-color: #003e74;
    border-width: 24px 14px 0 14px;
    bottom: -24px;
    height: 0;
    left: 50%;
    margin-left: -14px;
    position: absolute;
    width: 0; }
  .tooltip.top {
    margin-top: -30px; }
  .tooltip.fade.in {
    opacity: 1; }
  .tooltip-questionIcon:before {
    font-size: 22px; }

.readmore {
  display: block;
  position: absolute;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+74 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+58 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 58%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 58%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 58%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  height: 50px;
  width: 100%; }
  .readmore .readmore-btn {
    display: table;
    margin: 0 auto;
    background-color: transparent;
    padding: 1em 2em;
    font-size: 1.2em;
    position: relative;
    color: #1274b5;
    text-transform: capitalize; }
    .readmore .readmore-btn:before {
      content: "";
      border-top: solid 8px #1274b5;
      border-left: solid 7px transparent;
      border-right: solid 7px transparent;
      display: inline-block;
      margin-right: 20px; }
    .readmore .readmore-btn:after {
      content: "";
      border-top: solid 8px #1274b5;
      border-left: solid 7px transparent;
      border-right: solid 7px transparent;
      display: inline-block;
      margin-left: 20px; }
    .readmore .readmore-btn:hover {
      cursor: pointer;
      text-decoration: underline; }
  @media (min-width: 768px) {
    .readmore {
      display: none; } }

@media (max-width: 767px) {
  .readmore-enabled.content {
    height: 445px;
    display: block;
    overflow: hidden;
    position: relative; } }

/*--Nav dropdown styles for mobile nav---*/
.nav-container .visible-xs li {
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
  list-style-type: none; }
  .nav-container .visible-xs li > a {
    font-size: 22px;
    display: block;
    vertical-align: top;
    color: #fff;
    padding: 0 0 0 24px;
    position: relative;
    line-height: 1.4em;
    width: 100%; }

@media (max-width: 1100px) {
  .nav-container .mychart input[type='text'], .nav-container .mychart input[type='password'] {
    padding: 0 14px;
    height: 40px; } }

@media (max-width: 1100px) {
  .nav-container .search-form input[type="search"] {
    width: 82%;
    background-color: #fff;
    height: 40px;
    padding: 8px 12px;
    float: left; } }

@media (max-width: 1100px) {
  .nav-container .search-form .submit-wrap {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    background: #a8d104;
    display: inline-block;
    vertical-align: middle;
    width: 17%;
    float: right; } }

.nav-container .search-form .xclose {
  margin-left: -40px !important; }

.nav-container .nav-dropdown__list {
  padding: 0 1px; }

.nav-container .nav-dropdown__list-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 13px; }
  .nav-container .nav-dropdown__list-item > a:after {
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    right: 0; }
  .nav-container .nav-dropdown__list-item > a:active, .nav-container .nav-dropdown__list-item > a:hover {
    text-decoration: none; }
  .nav-container .nav-dropdown__list-item.is-active > a {
    border-bottom: 0;
    font-weight: 500;
    text-decoration: none; }
  .nav-container .nav-dropdown__list-item.is-active .nav-dropdown__sublist {
    max-height: 1000px; }
  .nav-container .nav-dropdown__list-item--with-submenu > a:after {
    content: "\f106"; }
  .nav-container .nav-dropdown__list-item--with-submenu.is-active > a:after {
    content: "\f106"; }
  .nav-container .nav-dropdown__list-item--with-submenu > a:after {
    content: "\f107"; }

.nav-container .nav-dropdown__sublist {
  max-height: 0;
  overflow: hidden;
  padding-left: 12px;
  transition: max-height .3s ease-in-out; }

.nav-container .nav-dropdown__sublist-item > a:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 12px;
  padding-right: 8px;
  display: inline-block; }

.nav-container .nav-dropdown .nav-dropdown__list li,
.nav-container .nav-dropdown .nav-dropdown__sublist li {
  margin-bottom: 0;
  margin-left: 0; }

.nav-container .nav-dropdown .nav-dropdown__list > li > a {
  font-size: 18px;
  padding: 10px 0; }

.nav-container .nav-dropdown .nav-dropdown__sublist > li.nav-dropdown__sublist-item > a {
  font-size: 15px;
  padding: 0 0 10px; }
